#PageHolder {
    font-family: Open Sans,Arial,sans-serif;
    padding:10px;
}

.mot4 {
    background:url('https://aakautos.co.uk/wp-content/uploads/2025/06/Class-4-2025.png') no-repeat;
    margin-left: 5px;
    background-size: contain;
}


.mot7 {
    background:url('https://aakautos.co.uk/wp-content/uploads/2025/06/Class-7-2025.png') no-repeat;
    margin-left: 5px;
    background-size: contain;
}

.PageTitle {
    font-size: 30px;
    color: white;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 700;
    border: 1px solid #00489a;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    background: #00489a;
    margin: -10px -10px 20px -10px;
}

.motSection {
    margin-bottom: 0px;
    /* border-bottom: 1px solid #00489a; */
    /*border-left: 1px solid #00489a;*/
    /*border-right: 1px solid #00489a;*/
}

.WelcomeMessage {
    display: flex;
    margin-bottom: 10px;
    /*border-left: 1px solid #00489a;*/
    /*border-right: 1px solid #00489a;*/
}

p {
    display: flex;
    margin:0px;
}

#Page1 .step1Details {
    padding-bottom: 0px;
}

.step1Details {
    /*padding-bottom: 0px;
    border-left: 1px solid #00489a;
    border-right: 1px solid #00489a;
    border-radius: 10px 10px 0px 0px;*/
}

#page1>div:nth-child(3) {
    /*border-left: 1px solid #00489a;
    border-right: 1px solid #00489a;
    border-radius: 10px 10px 0px 0px;*/
}

body {
    padding:0px;
    font-size: 16px !important;
}


#Page2>table {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

#SelectTime {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ui-datepicker {
    width: 100%;
    padding: 0px;
}

#Page2>table>tbody>tr {
    display: flex;
    flex-direction: column;
}

@media (max-width: 480px) {
.motSection {
    float: unset;
}
}

.mobile>.motIcon {
    margin: auto;
    margin-top: 10px;
}