
/* aftersales grid section */
@media screen and (min-width:1400px){
    #aftersales-grid-section .container{
        max-width: 1360px;
    }
}

#aftersales-grid-section .container{
    display: grid;
    grid-column-gap:40px ;
    grid-template-columns: repeat(4,1fr);
    padding-left: 0;
    padding-right: 0;
}

#aftersales-grid-section .aftersales-grid-part .aftersales-text-section {
    margin-top: 20px;
    margin-bottom: 56px;
    text-align: left;
}

#aftersales-grid-section .aftersales-grid-part .aftersales-text-section h3{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
#aftersales-grid-section .aftersales-grid-part .aftersales-text-section a{
    width: 216px;
    height: 50px;
    border-radius: 5px;
    background:  #05141F;
    color:  #FFF;
    text-align: end;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px;
    padding: 12px 22px;
}

#aftersales-grid-section .aftersales-grid-part .aftersales-text-section a img{
    margin-left: 40px;
    margin-right: 0;
}

#aftersales-grid-section .aftersales-grid-part .aftersales-text-section .kia-btn img{
    margin-left: 15px;
    margin-right: 0;
}

#aftersales-grid-section .aftersales-grid-part .aftersales-image-section img{  
    border-radius: 10px;
}

@media screen and (min-width:1200px) and (max-width:1399px){
    #aftersales-grid-section .container{
        grid-template-columns: repeat(3,1fr);
    }
    #aftersales-grid-section .aftersales-grid-part .aftersales-image-section img{
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1199px){
    #aftersales-grid-section .container{
        grid-template-columns: repeat(2,1fr);
        width: 700px;
        grid-column-gap: 50px;
    }
    #aftersales-grid-section .aftersales-grid-part .aftersales-image-section img{
        width: 100%;
    }
}

@media screen and (max-width:767px){
    #aftersales-grid-section .container{
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }
    #aftersales-grid-section .aftersales-grid-part .aftersales-text-section{
        margin-bottom: 30px;
    }
    #aftersales-grid-section .aftersales-grid-part .aftersales-image-section img{
        width: 100%;
    }
    #aftersales-grid-section .aftersales-grid-part .aftersales-text-section a{
        margin-top: 10px;
        height: 45px;
    }

}

/* aftersales last section */

@media screen and (min-width:1400px){
    #aftersales_last-common-section .container{
        max-width: 1360px;
    }
}
  
#aftersales_last-common-section .container .aftersales_line{
    margin-bottom: 45px;
    margin-top: 0;
    height: 1px;
    background: #9AB4C7;
    width: 100%;
}


#aftersales_last-common-section .aftersales-text-section table tr td ul{
    padding-inline-start: 30px;
    margin-bottom: 0;
}

#aftersales_last-common-section .aftersales-text-section table {
    margin-bottom: 35px;
}

#aftersales_last-common-section .aftersales-text-section {
    padding-right: 100px
}

#aftersales_last-common-section .aftersales_last-service-grid{
    padding-left: 40px;
    display:grid ;
    grid-column-gap: 75px;
    grid-template-columns: 48% auto ;
}

#aftersales_last-common-section .aftersales-text-section h3{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
}

#aftersales_last-common-section .aftersales-text-section table tr td ul li{
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
}

#aftersales_last-common-section .aftersales-text-section p{
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
    margin-bottom: 40px;
}

#aftersales_last-common-section .aftersales-text-section p a{
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
}
#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part,
#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-warrenty-grid-part{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part .aftersales_last-service-hours-info h3,
#aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section h3{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part table tr td{
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part table tr .first-data{
    padding-right: 24px;
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info{
    margin-top: 30px;
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info p,
#aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section p{
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 16px;
    
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info a.btn{
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

#aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info a img{
    margin-right: 14px;
    width: 14px;
}

#aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section{
    margin-top: 31px;
    margin-bottom: 33px;
}

#aftersales_last-common-section .aftersales_last-phone{
    color:#05141F;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (min-width:1200px) and (max-width:1400px){
    #aftersales_last-common-section .aftersales-text-section {
        padding-right: 10px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid{
        grid-column-gap: 30px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section .aftersales_last-service-grid{
        grid-template-columns: 100%;
        padding-left: 20px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part, 
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-warrenty-grid-part{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    #aftersales_last-common-section .aftersales-text-section {
        padding-right: 0px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info {
        margin-top: 42px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info a.btn{
        font-size: 22px;
    }
    #aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section{
        margin-top: 0;
        padding-left: 20px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part .aftersales_last-service-hours-info h3, 
    #aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section h3{
        font-size: 22px;
    }
    #aftersales_last-common-section .aftersales-text-section h3{
        font-size: 21px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #aftersales_last-common-section .aftersales_last-service-grid{
        grid-template-columns: 100%;
        padding-left: 60px;
    }
    #aftersales_last-common-section .aftersales-text-section{
        padding-right: 0;
    }
    #aftersales_last-common-section .aftersales-text-section h3{
        line-height: 30px;
    }
    #aftersales_last-common-section .aftersales-text-section p{
        padding-right: 0;
    }
}

@media screen and (max-width:767px){
    #aftersales_last-common-section .aftersales-text-section {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid{
        grid-template-columns: 100%;
        padding-left: 15px;
    }
    #aftersales_last-common-section .container .aftersales_line{
        margin-bottom: 30px;
    }
    #aftersales_last-common-section .aftersales-text-section h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #aftersales_last-common-section .aftersales-text-section table tr td ul{
        padding-inline-start: 20px;
    }
    #aftersales_last-common-section .aftersales-text-section table tr td ul li{
        font-size: 14px;
        line-height:22px;
    }
    #aftersales_last-common-section .aftersales-text-section table {
        margin-bottom: 20px;
    }
    #aftersales_last-common-section .aftersales-text-section p{
        font-size: 14px;
        padding-right: 0;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part .aftersales_last-service-hours-info h3, 
    #aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part table tr td{
        font-size: 15px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info a.btn{
        font-size: 18px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info {
        margin-top: 25px;
    }
    #aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-contact-info p,
    #aftersales_last-common-section .aftersales_last-service-warrenty-grid-part .aftersales_last-service-warrenty-text-section p{
        font-size: 14px;
    }
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-hours-grid-part,
    #aftersales_last-common-section .aftersales_last-service-grid .aftersales_last-service-warrenty-grid-part{
        margin-bottom: 40px;
    }
}

/* aftersales kia info section */
#aftersales_last-common-section .aftersales_kia-motors-info-section .aftersales-text-section table{
    margin-bottom: 0;
}

#aftersales_last-common-section .aftersales_kia-motors-info-section p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
}
#aftersales_last-common-section .aftersales_kia-motors-info-section {
    width: 1155px;
}

#aftersales_last-common-section .container{
    padding-bottom: 95px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section .aftersales_kia-motors-info-section {
        width: 90%;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #aftersales_last-common-section .aftersales_kia-motors-info-section {
        width: 100%;
    }
}

@media screen and (max-width:767px){
    #aftersales_last-common-section .aftersales_kia-motors-info-section {
        width: 100%;
    }
    #aftersales_last-common-section .aftersales_kia-motors-info-section p{
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* all other service last  */

@media screen and (min-width:992px){
    #aftersales_last-common-section.allother-page .container,
    #aftersales_last-common-section.bodyrepairs-page .container{
        max-width: 978px;
    }
}

#aftersales_last-common-section.allother-page .container,
#aftersales_last-common-section.bodyrepairs-page .container{
    display: grid;
    grid-template-columns: 60% 40%
}
#aftersales_last-common-section.allother-page .aftersales-text-section,
#aftersales_last-common-section.bodyrepairs-page .aftersales-text-section {
    padding-right: 0px;
}

#aftersales_last-common-section.allother-page .aftersales_last-service-grid{
    grid-template-columns: 100%;
    padding-left: 95px;
}

#aftersales_last-common-section.bodyrepairs-page .aftersales_last-service-grid{
    grid-template-columns: 100%;
    padding-left: 95px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section.allother-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media screen and (min-width:768px) and (max-width:991px){ 
    #aftersales_last-common-section.allother-page .aftersales_last-service-grid{
        padding-left: 40px;
    }
}

@media screen and (max-width:767px){
    #aftersales_last-common-section.allother-page .container{
        grid-template-columns: 100%;
    }
    #aftersales_last-common-section.allother-page .aftersales-text-section p{
        margin-bottom: 0;
    }
    #aftersales_last-common-section.allother-page .aftersales_last-service-grid{
        padding-left: 0;
    }
    #aftersales_last-common-section.allother-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        margin-bottom: 0;
    }
}

/*bodyrepairs last section  */

#aftersales_last-common-section.bodyrepairs-page .aftersales-text-section p{
    margin-bottom: 24px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section.bodyrepairs-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media screen and (min-width:768px) and (max-width:991px){ 
    #aftersales_last-common-section.bodyrepairs-page .aftersales_last-service-grid{
        padding-left: 40px;
    }
}

@media screen and (max-width:767px){
    #aftersales_last-common-section.bodyrepairs-page .container{
        grid-template-columns: 100%;
    }
    #aftersales_last-common-section.bodyrepairs-page .aftersales-text-section p{
        margin-bottom: 20px;
        padding-right: 0;
    }
    #aftersales_last-common-section.bodyrepairs-page .aftersales_last-service-grid{
        padding-left: 0;
    }
    #aftersales_last-common-section.bodyrepairs-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        margin-bottom: 0;
    }

}

/* parts last section */

@media screen and (min-width:1199px){
    #aftersales_last-common-section.parts-page .container{
        max-width: 1028px;
    }
}

#aftersales_last-common-section.parts-page .container{
    display: grid;
    grid-template-columns: 580px auto;
}

#aftersales_last-common-section.parts-page .aftersales_last-service-grid{
    grid-template-columns:  100%;
}

#aftersales_last-common-section.parts-page .aftersales-text-section {
    padding-right: 5px;
}

#aftersales_last-common-section.parts-page .aftersales_last-service-grid{
    padding-left: 125px;
}

#aftersales_last-common-section.parts-page .aftersales_last-service-hours-contact-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#aftersales_last-common-section.parts-page .aftersales_last-service-hours-contact-info .kia-logo{
    margin-top: 30px;
}

#aftersales_last-common-section.parts-page .aftersales-text-section p{
    margin-bottom: 25px;
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        flex-direction: column;
    }
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid{
        padding-left: 35px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        flex-direction: column;
    }
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid{
        padding-left: 0px;
    }
    #aftersales_last-common-section.parts-page .container{
        grid-template-columns: 100%;
    }
}

@media screen and (max-width:767px){
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid .aftersales_last-service-hours-grid-part{
        flex-direction: column;
    }
    #aftersales_last-common-section.parts-page .aftersales_last-service-grid{
        padding-left: 0px;
    }
    #aftersales_last-common-section.parts-page .container{
        grid-template-columns: 100%;
    }
    #aftersales_last-common-section.parts-page .aftersales-text-section {
        margin-bottom: 0;
    }
    #aftersales_last-common-section.parts-page .aftersales-text-section p {
        margin-bottom: 20px;
    }
}

/* about last section */


#aftersales_last-common-section.about-last-section .about-last-text-section p{
    margin-bottom: 20px;
    padding-right: 90px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
}

#aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section{
    padding-top: 29px;
}
#aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section img{
    border-radius: 10px;
    border: 5px solid #FFF;
    width: 90%;
}

#aftersales_last-common-section.about-last-section .about-last-service-section{
    display: grid;
    grid-template-columns: 286px auto;
    grid-gap: 95px;
    padding-left: 20px;
}


#aftersales_last-common-section.about-last-section h3{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#aftersales_last-common-section.about-last-section .about-last-service-grid-part{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 35px;
}

#aftersales_last-common-section.about-last-section table tr .first-data{
    padding-right: 25px;
}

#aftersales_last-common-section.about-last-section table tr td{
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
}

#aftersales_last-common-section.about-last-section .about-last-service-contact-info p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 30px;
}

#aftersales_last-common-section.about-last-section .about-last-service-contact-info a{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
}

#aftersales_last-common-section.about-last-section .about-last-service-contact-info.about-address a { font-size: 16px;}

#aftersales_last-common-section.about-last-section .about-last-service-contact-info a img{
    margin-right: 14px;
}

#aftersales_last-common-section.about-last-section .about-last-service-grid-part .about-last-service-text-section h3{
    margin-bottom: 10px;
}

#aftersales_last-common-section.about-last-section .about-last-service-grid-part .about-last-service-text-section p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width:1200px) and (max-width:1399px){
    #aftersales_last-common-section.about-last-section .about-last-text-section p{
        padding-right: 90px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-section{
        padding-left: 0;
        grid-gap: 40px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    #aftersales_last-common-section.about-last-section .about-last-service-section{
        grid-template-columns: 100%;
        padding-left: 0;
    }
   
    #aftersales_last-common-section.about-last-section .about-last-text-section p{
        padding-right: 55px;
    }
    #aftersales_last-common-section.about-last-section .col-md-6{
        padding: 0;
    }
    #aftersales_last-common-section.about-last-section .warrenty-grid-part{
        flex-direction: row;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-section{
        grid-gap: 40px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-grid-part{
        grid-gap: 25px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #aftersales_last-common-section.about-last-section .about-last-service-section{
        grid-template-columns: 100%;
        grid-gap: 70px;
    }
    #aftersales_last-common-section.about-last-section .about-last-text-section p{
        padding-right: 0;
    }
    #aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section img{
        width: 100%;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-grid-part{
        grid-gap: 25px;
    }
    #aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section{
        padding-top: 25px;
    }
}


@media screen and (max-width:767px){
    #aftersales_last-common-section.about-last-section .about-last-text-section p{
        padding-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-section{
        grid-template-columns: 100%;
        padding-left: 0;
        grid-gap: 40px;
    }
    #aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section img{
        width: 100%;
    }
    #aftersales_last-common-section.about-last-section .about-last-text-section .about-last-image-section{
        padding-top: 0;
        margin-bottom: 30px;
    }
    #aftersales_last-common-section.about-last-section h3{
        margin-bottom: 10px;
        font-size: 22px;
    }
    #aftersales_last-common-section.about-last-section table tr td{
        font-size: 14px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-grid-part{
        grid-gap: 20px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-contact-info a{
        font-size: 20px;
    }
    #aftersales_last-common-section.about-last-section .about-last-service-grid-part .about-last-service-text-section p{
        font-size: 14px;

    }
    #aftersales_last-common-section.about-last-section .about-last-service-grid-part .about-last-service-text-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
}