*{
    padding: 0%;
    margin: 0%;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('/assets/fonts/BebasNeueBold.eot');
    src: url('/assets/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/BebasNeueBold.woff2') format('woff2'),
        url('/assets/fonts/BebasNeueBold.woff') format('woff'),
        url('/assets/fonts/BebasNeueBold.ttf') format('truetype'),
        url('/assets/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('/assets/fonts/ProximaNova-Semibold.eot');
    src: url('/assets/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('/assets/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('/assets/fonts/BebasNeue-Regular.eot');
    src: url('/assets/fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('/assets/fonts/BebasNeue-Regular.woff') format('woff'),
        url('/assets/fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('/assets/fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JannaLT-Bold';
    src: url('/assets/fonts/JannaLT-Bold.eot');
    src: url('/assets/fonts/JannaLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/JannaLT-Bold.woff2') format('woff2'),
        url('/assets/fonts/JannaLT-Bold.woff') format('woff'),
        url('/assets/fonts/JannaLT-Bold.ttf') format('truetype'),
        url('/assets/fonts/JannaLT-Bold.svg#JannaLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JannaLT-Regular';
    src: url('/assets/fonts/JannaLT-Regular.eot');
    src: url('/assets/fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/JannaLT-Regular.woff2') format('woff2'),
        url('/assets/fonts/JannaLT-Regular.woff') format('woff'),
        url('/assets/fonts/JannaLT-Regular.ttf') format('truetype'),
        url('/assets/fonts/JannaLT-Regular.svg#JannaLT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/assets/fonts/ProximaNova-Bold.eot');
    src: url('/assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('/assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('/assets/fonts/ProximaNova-Regular.eot');
    src: url('/assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversNextArabic-Bold';
    src: url('/assets/fonts/UniversNextArabic-Bold.eot');
    src: url('/assets/fonts/UniversNextArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/UniversNextArabic-Bold.woff2') format('woff2'),
        url('/assets/fonts/UniversNextArabic-Bold.woff') format('woff'),
        url('/assets/fonts/UniversNextArabic-Bold.ttf') format('truetype'),
        url('/assets/fonts/UniversNextArabic-Bold.svg#UniversNextArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UniversNextArabic-Regular';
    src: url('/assets/fonts/UniversNextArabic-Regular.eot');
    src: url('/assets/fonts/UniversNextArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/UniversNextArabic-Regular.woff2') format('woff2'),
        url('/assets/fonts/UniversNextArabic-Regular.woff') format('woff'),
        url('/assets/fonts/UniversNextArabic-Regular.ttf') format('truetype'),
        url('/assets/fonts/UniversNextArabic-Regular.svg#UniversNextArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -moz-scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}
body {
    position: relative;
    background: url(/assets/imgs/site-bg.svg) no-repeat center center;
    background-size: 70%;
}

.container{
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
}
.header{
    width: 100%;
    padding-top: 20px;
    display: inline-block;
}
.left-header{
    width: 50%;
    float: left;
    text-align: left;
}
.left-header img{
    max-width: 260px;
    height: auto;
}
.header-right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    float: right;
    align-items: center;
}
.todo-list{
    width: 50%;
    border-right: 2px solid #39A7E7;
    text-align: right;
    padding-right: 20px;
}
.todo-list p {
    font-size: 14px;
}
.todo-list p:last-child {
    margin-bottom: 0;
}
.date_time {
    margin-bottom: 10px;
}
span.calender{
    color: #5b5b5b;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    background: url(/assets/imgs/calender.svg) no-repeat left center;
}
span.clock{
    color: #5b5b5b;
    padding-left: 25px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    background: url(/assets/imgs/clock-icon.svg) no-repeat left center;
}
.todo-list p strong {
    color: #352c97;
    font-weight: normal;
}
.bar-code{
    width: 25%;
    float: right;
    text-align: left;
    padding-left: 20px;
}
.todo-list span {
    font-size: 14px;
}


.drive{
    width: 100%;
}
.car-report{
    width: 100%;
    text-align: center;
    background-color: #352C97;
    padding: 10px;
    border-radius: 7px;
}
.drive h3{
    line-height: 1;
    color: #352C97;
    font-size: 35px;
}
.car-report h3{
    font-size: 35px;
    color: #fff;
}
.car-report h3 .arabic_text {
    padding-left: 3%;
}

.summary-report{
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}
.summary-report h3{
    color: #352c97;
    font-size: 35px;
    text-align: center;
    padding-bottom: 50px;
}
.summary-report h3 > span {
    border-bottom: 2px solid #352c97;
    padding-bottom: 5px;
}
.summary-report h3 > span span {
    padding-left: 2%;
}



.summary-box {
    display: flex;
    justify-content: space-between;
}

.summary-box-left {
    width: 60%;
}
.summary-box-left .arabic_text {
    padding-left: 2%;
    font-family: 'JannaLT-Regular';
}

.heading h4 {
    font-size: 33px;
    color: #352C97;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}
.heading .arabic_text {
    float: right;
}
.heading h4::after {
    bottom: -20px;
    left: 0;
    content: '';
    width: 80px;
    height: 4px;
    position: absolute;
    background: #39A7E7;
}
.heading .arabic_text::after {
    right: 0;
    left: initial;
}
.form-control {
    padding: 0%;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: none;
    margin-top: -10px !important;
    border-bottom: 1px solid rgba(53, 44, 151, 0.59);
    color: rgba(142, 142, 142, 0.55);
}
.detail-form.row {
    padding: 30px 0 10px 0;
}
.form-control:focus {
    box-shadow: none;
    border-color: #352C97 !important;
}
.serivice provider{
    display: inline-block;
}
.detail-form label {
    width: 100%;
    color: #352C97;
    font-size: 15px;
    margin: 0%;
    font-weight: 600;
}


.checklist-box {
    margin-top: 30px;
}
.checklist-box ul {
    margin-bottom: 0;
}
.left-column ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #352C97;
}
.left-column li {
    width: 50%;
    float: left;
    padding: 10px 15px;
    border: 1px solid #352C97;
}
.left-column strong{
    display: block;
    color: #352C97;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}
.left-column span, .left-column a {
    color: #8E8E8E;
}
.left-column span img, .left-column a img {
    width: 20px;
    float: right;
}




/* .eligible_certification {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}
.eligible_certification p {
    display: inline-block;
    border: 2px solid #00C389;
    padding: 5px 10px;
    border-radius: 7px;
    color: #8E8E8E;
    font-size: 24px;
    margin: 0 5px 10px 0;
}
.eligible_certification p span {
    display: block;
    text-align: right;
}
.eligible_certification a {
    font-size: 20px;
    text-decoration: none;
}
.eligible_certification a span {
    display: block;
    text-align: center;
}
.eligible_certification a:hover{
    color: #fff;
    background-color: #352C97;
}
.eligible_certification > span {
    display: block;
    width: 100%;
    opacity: 0.7;
}

a.yes{
    color: #fff;
    font-size: 20px;
    background-color: #00C389;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 0 5px 10px 0;
    display: inline-block;
}
a.no{
    font-size: 20px;
    color: #352C97;
    border: 2px solid #352C97;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    display: inline-block;
}
a.yes-with{
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 2px solid #352C97;
    border-radius: 7px;
    color: #352C97;
    display: inline-block;
    font-size: 20.8px;
}
.arabi_text {
    font-family: 'JannaLT-Regular';
} */

.eligible_certification {
    margin-bottom: 10px;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-radius: 8px;
    justify-content: center;
    border: 2px solid #00C389;
}
.eligible_certification p {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    color: #8E8E8E;
    font-size: 20px;
    margin: 0 5px 10px 0;
}
.eligible_certification p span {
    display: block;
    text-align: right;
}
.eligible_certification a {
    font-size: 20px;
    text-decoration: none;
}
.eligible_certification a span {
    display: block;
    text-align: center;
}
.eligible_certification a:hover{
    color: #fff;
    background-color: #352C97;
}
.eligible_certification > span {
    display: block;
    width: 100%;
    opacity: 0.7;
}

a.yes {
    color: #352C97;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 2px solid #352C97;
}
a.yes:hover {
    color: #fff;
    background-color: #00C389;
}
a.no {
    font-size: 20px;
    color: #352C97;
    border: 2px solid #352C97;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
a.no:hover {
    color: #fff;
    background-color: #ef6079;
}
a.yes-with{
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 2px solid #352C97;
    border-radius: 7px;
    color: #352C97;
    display: inline-block;
    font-size: 20.8px;
    /* background: #fff800; */
}

.remarks {
    color: #8e8e8e;
}
.arabi_text {
    font-family: 'JannaLT-Regular';
}

.summary-report p{
    color: #8E8E8E;
}
.summary-box-right{
    width: 35%;
    display: inline-block;
}
.border{
    border: 2px solid #352C97 !important;
    border-radius: 7px ;
    padding: 10px 10px 20px 10px;
}
.border-box{
    position: relative;
    margin-bottom: 30px;
}
.score_pointer {
    width: 62px;
    height: 70px;
    z-index: 2;
    position: absolute;
    top: -40px;
    background: url(/assets/imgs/score_pointer.svg) no-repeat center;
}
.zero_to_twenty {
    left: 4%;
}
.twenty_to_fourty {
    left: 23%;
}
.fourty_to_sixty {
    left: 43%;
}
.sixty_to_eighty {
    left: 62%;
}
.eighty_to_hundred {
    left: 80%;
}

.counting-button {
    width: 100%;
    display: inline-block;
}
.counting-button ul {
    display: flex;
    flex-wrap: wrap;
}
.counting-button li{
    color: #fff;
    line-height: 1;
    padding: 10px 5px 8px 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 23px;
    width: 20%;
    text-align: center;
    font-family: 'BebasNeue-Regular';
}
.color1{
    border-radius: 3px 0 0 3px;
    background-color: #EF6079;
}
.color2{
    background-color: #FF8D8D;
}
.color3{
    background-color: #FCC13D;
}
.color4{
    background-color: #27E2A8;
}
.color5{
    border-radius: 0 3px 3px 0;
    background-color: #00C389;
}
.counter-timer{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.counter-timer li{ 
    line-height: 1;
    padding: 7px 14px 1px 14px;
    font-family: 'BebasNeue-Regular';
    display: inline-block;
    color: #352C97;
    border: 2px solid #352C97;
    font-size: 45px ;
}
.border-box h4{
    color: #352C97;
    font-size: 25px;
    text-align: center ;
}
.border-box h4 .arabic_text {
    padding-left: 3%;
}


.jeep-logo{
    display: flex;
    justify-content: space-between;
    padding: 20px 12px; 
    margin-top: 30px;
}
.number_plate_box {
    width: 155px;
    height: 78px;
    position: relative;
    background: url(/assets/imgs/number_plate1.svg) no-repeat;
}
.arabic_number {
    top: 0;
    left: 2px;
    width: 71px;
    height: 38px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
span.en_number {
    left: 2px;
    bottom: 0;
    width: 71px;
    height: 38px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'BebasNeue-Regular';
}
span.arabic_letter {
    top: 0;
    right: 28px;
    width: 52px;
    height: 38px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
span.en_letter {
    right: 28px;
    bottom: 0;
    width: 52px;
    height: 38px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: 'BebasNeue-Regular';
}
.jeep-logo img{
    width: 40%;
}

.car_view{
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.car_view .col-sm-4:first-child img {
    max-height: 240px;
    padding-top: 20px;
}
.car_view .col-sm-4:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}
.car_view .col-sm-4:nth-child(2) a, .car_view .col-sm-4:last-child a {
    height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.car_view .col-sm-4:last-child {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.car_view .col-sm-4:last-child img {
    max-height: 130px;
    padding: 20px 0;
}

.suggested-repairs{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 10px 20px
}
.suggested-repairs .heading {
    font-size: 24px;
}
.suggested-repairs .heading::after {
    width: 70px;
}
.suggest-left{
    width: 55%;
    border-right: 1px solid #39A7E7;
    float: left;
    text-align: left;
}
.suggest-right{
    width: 45%;
    float: left;
    padding-left: 40px;
}
.suggested-repairs li{
    color: #8e8e8e;
    padding: 8px 0;
    font-size: 15px;
}
.suggested-repairs span{
    line-height: 1;
    color: #352C97;
    font-size: 20px;
}
.suggested-repairs h4{
    font-size: 18px;
    color: #352C97;
    float: left;
}
.risk_observed{
    width: 100%;
    background-color: #EF6079;
    text-align: center;
    font-size: 16px;
    font-family: 'ProximaNova-Semibold';
    border-radius: 7px;
    padding: 11px 0;
    margin: 20px 0 0 0;
}
.risk_observed a{
    color: #fff;
    margin: 0%;
    text-decoration: none;
}
.risk_observed:hover{
    background-color: #352c97;
}



.bottom_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}
.section-main{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.sponserd-by {
    width: 40%;
    float: left;
}
.section-main h4{
    font-size: 28px;
    margin-bottom: 50px;
}
.sponserd-by-img{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #352C97;
}
.sponserd-by-img img {
    float: left;
    width: calc(50% - 5%);
}
.sponserd-by-img img:not(:first-child){
    margin-left: 10%;
}


.section-main .heading {
    display: inline-block;
    width: 100%;
}
.section-main-right{
    width: 60%;
    float: left;
    padding-left: 6%;
}
.aproved img {
    width: calc(33.33% - 3.33%);
    float: left;
    max-width: 220px;
    max-height: 180px;
}
.aproved img:not(:first-child){
    margin-left: 5%;
}



#footer {
    font-size: 20px;
    color: #8e8e8e;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
#footer .container::after {
    content: '';
    width: 100%;
    height: 10px;
    display: block;

    background: #17a8e3; /* Old browsers */
    background: -moz-linear-gradient(left,  #17a8e3 0%, #17a8e3 32%, #17a8e3 33%, #7369ff 33%, #7369ff 33%, #7369ff 66%, #352c97 66%, #352c97 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #17a8e3 0%,#17a8e3 32%,#17a8e3 33%,#7369ff 33%,#7369ff 33%,#7369ff 66%,#352c97 66%,#352c97 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #17a8e3 0%,#17a8e3 32%,#17a8e3 33%,#7369ff 33%,#7369ff 33%,#7369ff 66%,#352c97 66%,#352c97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a8e3', endColorstr='#352c97',GradientType=1 ); /* IE6-9 */
}

.absolute_pagination {
    line-height: 1;
    position: absolute;
    right: 110px;
    bottom: 70px;
    font-size: 150px;
    color: rgb(2 2 2 / 0.05);
    font-weight: 600;
}



.arabic_text {
    font-family: 'JannaLT-Bold';
}



/* ---------------------------------------------Vehicle-information------------------------------------ */
.vehicle_drive h3{
    border-bottom: 2px solid #352C97;
    padding-bottom: 5px;
}
.vehicle_information{
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.vehicle_info_main {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #352C97;    
}
.vehicle_info_main:last-child {
    border-bottom: none;
}
.vehicle_info_left{
    padding-top: 20px;
    float: left;
    width: 48%;
}
.vehicle_info_left p{
    font-size: 18px;
    line-height: 1;
}
.vehicle_info_left strong{
    color: #352C97;
    font-weight: normal;
}
.vehicle_info_left span{
    color: #8E8E8E;
    padding-left: 5px;
}
i.result_fail {
    background: url(/assets/imgs/cross.svg) no-repeat right center;
    background-size: 15px 15px;
    width: 20px;
    height: 15px;
    display: inline-block;
}
i.result_pass {
    background: url(/assets/imgs/tick.svg) no-repeat right center;
    background-size: 15px 15px;
    width: 20px;
    height: 15px;
    display: inline-block;
}
h5.vehicle_info_heading{
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    color: #352C97;
    position: relative;
    border-bottom: 2px solid #39A7E7;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.vehicle_info_right {
    width: 13%;
    margin: 20px 0;
    float: right;
    text-align: right;
    display: flex;
    border-radius: 5px;
    align-items: flex-end;
    position: relative;
    background-color: #8E8E8E;
}
.vehicle_info_right img{
    width: 100%;
}
.vehicle_info_right::after {
    content: '';
    background: url(/assets/imgs/logo-icon.svg) no-repeat right bottom;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8%;
    bottom: 10%;
}
.absolute_pagination2 {
    line-height: 1;
    position: absolute;
    left: 130px;
    bottom: 70px;
    font-size: 150px;
    color: rgb(2 2 2 / 0.05);
    font-weight: 600;
}





/*------------------------inspection fault page-----------------------*/
.computer_fault_message {
    width: 100%;
    padding-top: 30px;
    display: inline-block;
}
.fault_tabel {
    width: 100%;
    margin: 30px 0;
    border-radius: 7px;
    overflow: hidden;
    display: inline-block;
}
.fault_tabel table{ 
    width: 100%;
    display: table;
    border: 2px solid #352C97;
}
.fault_tabel th{
    background-color: #352c97;
    color: #fff;
}
.fault_tabel tr{
    border-bottom: 1px solid #352c97;
}
.first_column{
    width: 20%;
    padding: 10px;
    border-right: 1px solid #352c97;
    color: #352c97;
    font-size: 16px;
    font-weight: 600;
    font-family: 'ProximaNova-Regular';
}
.last_column{
    width: 80%;
    padding: 10px;
    font-size: 16px;
    color: #8e8e8e;
    font-family: 'ProximaNova-Regular';
}
th.first_column:first-child{
    border-right: 1px solid #fff;
}



.visual-inspection {
    width: 100%;
    display: inline-block;
    border: 2px solid #352c97;
    margin-top: 30px;
    padding: 30px 50px 0 50px;
    border-radius: 7px;
}
.visual_inspection_left{
    width:40%;
    float: left;
}
.inspection_title {
    padding: 0 30px;
}
.inspection_img{
    width: 100%;
    position: relative;
}
.inspection_img img{
    width: 100%;
    height: auto;
}
.title_desc {
    position: absolute;
    left: -39px;
    top: 23px;
    font-size: 12px;
    padding: 0 15px;
    transform: rotate(-90deg);
    background: #7B67FF;
    color: #fff;
    border-radius: 30px 1px 0px 0px;
    text-align: center;
    font-family: 'ProximaNova-Bold';
}
.inspection_button{
    width: 100%;
    background-color: #352c97;
    color: #fff;
    font-size: 17px;
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 40px;
}
.inspection_button a{
    color: #fff;
    text-decoration: none;
}
.visual_inspection_right{
    width: 40%;
    float: right;
}
.visual_inspection_right img {
    width: 100%;
    height: auto;
}
.inspection-title_right {
    width: 100%;
    padding: 0 30px;
}
.inspectio_img_right {
    position: relative;
    width: 100%;
    border: 1px solid #8E8E8E;
}
.inspection-button_right{
    width: 100%;
    background-color: #352c97;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 40px;
}
.inspection-button_right a{
    color: #fff;
    text-decoration: none;
}


.high_risk{
    padding-top: 30px;
    width: 100%;
    margin-bottom: 100px;
}
.risk_point{
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}
.risk_point ul{
    width: 100%;
    border-radius: 7px;
    border: 2px solid #352c97;
}
.risk_point li:not(:last-child){
    border-bottom: 1px solid #352c97;
}
.risk_point li{
    padding: 10px 20px;
    color: #8E8E8E;
    font-size: 18px;
}
.risk_point span{
    color: #352C97;
    font-weight: 500;
    margin-right: 15px;
}


/* ===================================== Updates ===================================== */


.cartrust_comment {
    margin-bottom: 30px;
}
.cartrust_comment .row {
    color: #8e8e8e;
}
.cartrust_comment .arabi_text {
    text-align: right;
}

.mileage_green_message {
    color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    margin-top: 5px;
    background: #00c389 url(/assets/imgs/white_tick.svg) no-repeat calc(100% - 20px) center;
    background-size: 20px;
}

.mileage_red_message {
    color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    margin-top: 5px;
    background: #c30031 url(/assets/imgs/cross.svg) no-repeat calc(100% - 20px) center;
    background-size: 20px;
}
.visual_inspection {
    padding: 0;
    margin-top: 30px;
}
.visual_inspection ul {
    margin: 0;
}
.visual_inspection .left-column li:nth-child(even), .left-column li.col-md-12:last-child {
    border-right: 0;
}
.visual_inspection .left-column li:nth-child(odd) {
    border-left: 0;
}
.visual_inspection .left-column li.col-md-12:last-child {
    border-bottom-width: 2px;
}
.visual_inspection li strong {
    display: inline-block;
}



.vehicle_info_red_message {
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    padding: 15px;
    margin: 30px 0 0 0;
    background-color: #EF6079;
    font-family: 'ProximaNova-Semibold';
}
.vehicle_info_red_message p {
    color: #fff;
    line-height: 1;
}
.vehicle_info_red_message p:last-child {
    margin-bottom: 0;
}


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

    /* .eligible_certification {
        justify-content: initial;
    } */
}
@media only screen and (max-width: 768px) {
    
    .summary-box {
        flex-wrap: wrap;
    }
    .summary-box-left, .summary-box-right {
        width: 100%;
        padding: 0 30px
    }
    .summary-box-right {
        margin-top: 50px;
    }
    .eighty_to_hundred {
        left: 84%;
    }
    .sixty_to_eighty {
        left: 65%;
    }
    .fourty_to_sixty {
        left: 46%;
    }
    .twenty_to_fourty {
        width: 27%;
    }
    .zero_to_twenty {
        left: 7%;
    }

    .bottom_section, #footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .absolute_pagination {
        right: 30px;
    }
    .absolute_pagination2 {
        left: 30px;
    }

    .visual_inspection_left, .visual_inspection_right {
        width: 100%;
    }
    .computer_fault_message, .inspection_section, .high_risk {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {

    /* .car_view .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    } */
    
    .car_view .col-sm-4:nth-child(2) {
        justify-content: center;
        padding-top: 30px;
    }
    .car_view .col-sm-4:nth-child(2) img {
        max-width: 220px;
        margin: 10px 0;
    }
    
    .certificate_options strong span {
        display: inline-block;
    }

    .visual_inspection .left-column li:nth-child(odd), .visual_inspection .left-column li:nth-child(even) {
        border-left: none;
        border-right: none;
    }
}
@media only screen and (max-width: 667px) {

    .summary-box-left, .summary-box-right {
        padding: 0 10px;
    }
    .left-column li, .sponserd-by {
        width: 100%;
    }
    .left-column li:last-child {
        min-height: 70px;
    }
    .visual_inspection .left-column li.col-md-12:last-child {
        min-height: auto;
    }
    .section-main {
        flex-wrap: wrap;
    }
    .section-main-right {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .absolute_pagination {
        right: 35px;
        font-size: 80px;
    }
    .absolute_pagination2 {
        left: 35px;
        font-size: 80px;
    }
    
    .suggested-repairs .suggest-left, .suggested-repairs .suggest-right {
        width: 100%;
        padding: 0;
        border: none;
    }
    .suggested-repairs .suggest-left ul {
        margin: 0;
    }

    
    .summary-box-right {
        margin-top: 50px;
    }

    .eighty_to_hundred {
        left: 80%;
    }
    .sixty_to_eighty {
        left: 61%;
    }
    .fourty_to_sixty {
        left: 42%;
    }
    .twenty_to_fourty {
        width: 20%;
    }
    .zero_to_twenty {
        left: 3%;
    }

    .vehicle_info_main {
        padding: 0 15px;
    }

    .vehicle_info_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .vehicle_info_left {
        width: 100%;
    }

    #footer .container {
        padding: 0;
    }
}
@media only screen and (max-width: 575px) {

    .consumer_badge, .barcode_and_logos {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {

    .drive h3, .summary-report h3 {
        font-size: 24px;
    }

    .summary-report h3 span {
        display: inline-block !important;
    }
    .summary-report h3 > span {
        width: 100%;
    }

    .left-header {
        width: 100%;
    }
    .header-right {
        width: 100%;
        margin: 20px 0;
    }
    .todo-list {
        width: auto;
    }
    .car-report h3 {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }
    .car-report h3 span, .summary-report h3 span {
        display: block;
    }

    .heading h4 {
        font-size: 20px;
    }
    .heading h4::after {
        height: 2px;
        bottom: -10px;
    }

    .eligible_certification p {
        width: 100%;
        text-align: center;
    }
    .eligible_certification p span {
        text-align: center;
    }

    .suggested-repairs > h4:last-child {
        display: inline-block;
        width: 100%;
        margin: 0;
        vertical-align: top;
    }

    .suggested-repairs .heading h4 {
        margin-bottom: 20px;
    }
    .section-main-right h4:first-child, .suggested-repairs .heading h4:first-child {
        margin-bottom: 20px;
    }

    .visual-inspection {
        padding: 30px 30px 0 30px;
    }
    .inspection_title {
        padding: 0 10px;
    }

    .fancybox-wrap {
        width: 100% !important;
        padding: 0 30px !important;
        left: 0 !important;
    }
    .fancybox-wrap .fancybox-inner {
        width: 100% !important;
    }
}
@media only screen and (max-width: 384px) {

    .counting-button li {
        font-size: 17px;
    }
}