html, body{
    scroll-behavior: smooth;
}

body{
    font-family: arial;
}

table.banner_header a.site_logo {
    display: block;
    max-width: 147px;
    margin-bottom: -70px;
}

table.banner_header nav.main_menu ul {
    padding: 0;
    margin: 0;
}

table.banner_header nav.main_menu ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 25px;
}

table.banner_header nav.main_menu ul li:first-child{
    margin-left: 0;
}

table.banner_header nav.main_menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 4px 0;
}

table.banner_header a.tel_no {
    margin-right: 30px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.banner_table{
    background-image: url('THOROCLEAN MOBIL BANNER.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 470px;
}

.banner_table .banner_box {
    width: 37%;
    vertical-align: top;
    padding: 25px 30px;
    text-align: center;
    color: white;
}

.banner_table .banner_box h1 {
    font-size: 25px;
    font-style: italic;
}

.banner_table .banner_box .banner_text {
    width: fit-content;
    margin: 0 auto;
    color: #000;
    padding: 4px 15px;
    font-weight: 600;
    border-radius: 4px;
    background-color: rgb(140 140 140 / 72%);
}

.div_title {
    max-height: 56px;
    padding: 14px 5px 10px;
}

.div_title h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

hr.hor_line {
    max-width: 90%;
    border: 1px solid rgb(183, 147, 0);
    border-bottom: 0;
    margin: 0;
}

td.about_content {
    padding: 30px 0 0px;
}

td.about_content h3 {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 24px;
}

td.about_content img {
    margin-bottom: 30px;
}

table.image_services {
    margin-top: 45px;
}

table.image_services .all_image_box {
    display: flex;
    flex-wrap: wrap;
}

table.image_services .all_image_box .icon {
    max-width: 33.33%;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

table.image_services .all_image_box .icon img {
    margin: 0;
    max-width: 45px;
    max-height: 45px;
}

table.image_services .all_image_box .icon p {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

td.service_content .service_row {
    padding: 30px 0 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 990px;
    justify-content: space-between;
}

.service_content .service_row .single_service h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 22px;
    color: rgb(183, 147, 0);
}

.service_content .service_row .single_service .sevice_box {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding-bottom: 15px;
}

.service_content .service_row .single_service .sevice_box .service_text ul {
    text-align: left;
}

.service_content .service_row .single_service .sevice_box .service_text ul li {
    margin-bottom: 16px;
}

.service_content .service_row .single_service .sevice_box .service_text hr {
    margin-top: 27px;
    margin-bottom: 17px;
    border-color: #ffffff;
    border-bottom: 0;
    border-spacing: 0;
}

h4.gold_text {
    color: rgb(183, 147, 0);
}

.service_content .service_row .single_service {
    margin-bottom: 50px;
    max-width: 302px;
    width: 100%;
}

.service_content .service_row p.notice {
    width: 100%;
    font-weight: 500;
    font-family: fangsong;
}

.booking_row {
    display: flex;
    max-width: 990px;
    margin: 15px auto 30px;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.booking_row .booking_box {
    width: 100%;
    max-width: 33.33%;
    padding: 0 5px;
}

.booking_row .booking_box h4.gold_text {
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0;
}

.booking_row .booking_box b {
    font-size: 18px;
}

.booking_row .booking_box p {
    margin: 3px 0;
    font-size: 18px;
}

.payment_opt.about_content {
    padding: 40px 0;
}

.payment_opt.about_content a img {
    margin: 10px 0 0;
}

.testimonial_content {
    margin-top: 50px;
}

.testimonial_content .testimonial_box p {
    font-size: 15px;
}

.testimonial_content .testimonial_box p i {
    color: #000;
    font-family: "Times New Roman";
    font-size: 20px;
}

.footer_widgets {
    padding: 15px 5px;
    max-width: 990px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_widgets .single_widget {
    max-width: 33.33%;
    width: 100%;
}

.footer_widgets .single_widget p {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
}

td.about_content.contactus_cont hr.hor_line {
    margin-top: 35px;
}

span.mobile_toggle {
    display: none;
}

@media screen and (max-width: 1100px){
    body{
        margin: 0;
        padding: 5px;
    }
    table, tbody, tr, td{
        /* display: block; */
        width: 100%;
    }

    table.banner_header {
        display: table;
        z-index: 1;
        position: relative;
    }

    table.banner_header tr {
        display: table-row;
    }

    table.banner_header tr td {
        display: table-cell;
        width: auto;
    }

    table.banner_header tbody {
        display: table-row-group;
    }

    table.banner_table {
        position: relative;
        z-index: 0
    }

    .banner_table .banner_box {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
    }

    .div_title {
        padding: 14px 0 10px;
    }

    body > div > table > tr:last-child > td{
        padding: 10px 0 20px;
    }

    td.copyRight {
        padding: 10px 0px 20px !important;
    }
}

@media screen and (max-width: 990px) {
    td.service_content .service_row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonial_content .testimonial_box p i br{
        display: none;
    }

    .testimonial_content .testimonial_box p span {
        white-space: nowrap;
        display: block;
        text-align: center;
        margin-top: 5px;
    }
}

@media screen and (max-width: 800px) {
    table.banner_header tr td:nth-child(2) {
        visibility: hidden;
        pointer-events: none;
        display: none;
    }

    body.menu_open table.banner_header tr td:nth-child(2) {
        display: block;
        visibility: visible;
        pointer-events: all;
        position: absolute;
        left: 50%;
        background-color: #000;
        padding: 45px 50px 45px;
        margin-top: 90px;
        transform: translateX(-50%);
        width: 100%;
        max-width: 40%;
        box-shadow: 0px 15px 25px #000;
    }

    table.banner_header nav.main_menu ul li{
        margin-left: 0;
    }

    table.banner_header nav.main_menu ul li a{
        margin: 6px 0;
    }

    table.banner_table {
        background-position-x: right;
    }

    td.about_content p {
        padding: 0 5px;
    }

    td.about_content p br {
        display: none;
    }

    .testimonial_content{
        padding: 0 5px;
    }

    span.mobile_toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
        color: #fff;
        font-size: 22px;
    }

    table.banner_header a.site_logo img {
        max-width: 100%;
    }

    table.banner_header a.site_logo {
        max-width: 110px;
        margin-bottom: -40px;
    }

    span.mobile_toggle .fas{
        transition: 0.4s ease-in-out;
    }

    span.mobile_toggle .fas.fa-times{
        
    }
}

@media screen and (max-width: 767px) {
    table.image_services .all_image_box {
        flex-direction: column;
        align-items: center;
    }

    .footer_widgets, .booking_row {
        align-items: center;
        flex-direction: column;
    }

    .footer_widgets .single_widget{
        max-width: 95%;
    }

    .booking_row .booking_box {
        margin-bottom: 25px;
        max-width: 95%;
    }

    .booking_row .booking_box:last-child {
        margin-bottom: 0;
    }

    .about_content img {
        max-width: 100%;
    }

    td.about_content p {
        padding: 0 10px;
    }

    td.about_content h3{
        font-size: 20px;
    }

    table.image_services .all_image_box .icon{
        margin-bottom: 20px;
    }

    .banner_table .banner_box {
        left: 50%;
        right: auto;
        top: 90px;
        width: 80%;
        background-color: #212121bd;
        border-radius: 10px;
        transform: translateX(-50%);
    }

    .service_row > p.notice i {
        padding: 0 10px;
    }
}