@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');

@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url("../font/material-symbols-rounded.woff2") format("woff2");
}

html {
    font-size: 16px;
}

.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

/* font-family: 'Red Hat Text', sans-serif; */
/* font-family: 'Rubik', sans-serif; */
/* font-family: 'Beth Ellen', cursive; */
body {
    font-family: 'Red Hat Text', sans-serif;
    color: #000;
}

a,
a:hover {
    text-decoration: unset;
}

.w-100 {
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
    line-height: 140%;
}

h1,
h2,
h3 {
    font-family: 'Rubik', sans-serif;
}

.navbar {
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
}

.main {
    margin-top: 60px;
    overflow: hidden;
}

.dot-list {
    margin-top: 0px;
    margin-bottom: 0;
}

.hero {
    position: relative;
    height: 33rem;
    align-items: center;
}

.hero-left {
    width: 35%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-left: 1rem;
}

.hero-right {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.hero-left h1 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.0725rem;
}

.hero-left h1 span {
    color: #F44B00;
}

.hero-left P {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.015rem;
}

.hero-action {
    margin-top: 1.5rem;
}

.hero-btn {
    display: flex;
    padding: 0.6875rem 1.6875rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    background: #F44B00;
    color: #FFF;
    text-align: center;
    font-size: 1.4375rem;
    font-weight: 600;
    transition: all 0.2s;
}

.hero-btn:hover {
    transform: scale(1.03);
}

.hero-action p {
    color: #F44B00;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.02375rem;
    margin-top: 1rem;
}

.link-btn {
    height: 2.5rem;
    border-radius: 0.3125rem;
    background: #F44B00;
    color: #FFF !important;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.link-btn:hover {
    transform: scale(1.03);
}

.link-btn .material-symbols-rounded {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.nav-link {
    /* position: absolute;
    content: "";
    inset: -15px;
    border-radius: 5px;
    background: rgb(255 253 252);
    border: 1px solid rgb(255 243 237);
    z-index: 0; */
    color: black;
}

.nav-link.active {
    color: #F44B00 !important;
    font-weight: 600;
}

.nav-item+.nav-item {
    margin-left: 1rem;
}

.service-section {
    flex-direction: column;
    padding-left: 25%;
    margin-top: 8rem;
    position: relative;
}

.service-card-wrap {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.service-card {
    flex-direction: column;
    width: 26%;
    border-radius: 0.625rem;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    justify-content: center;
    align-items: center;
    padding: 2.3rem 1rem;
    transition: 0.3s;
}

.service-card:hover {
    transform: scale(1.03);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}

.service-card>p {
    margin: 0.9rem 0;
    color: #000;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    /* 146.154% */
}

.service-card>p+.d-flex {
    color: #F44B00;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    align-items: center;
}

.service-card .material-symbols-rounded {
    font-size: 1.2rem;
    margin-left: 0.25rem;
}

.section-heading {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.06rem;
}

.section-heading span {
    color: #F44B00;
}

.section-heading-subtext {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.015rem;
    width: 40%;
}

.heading-md {
    color: #000;
    font-family: Rubik;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 39.6px */
    margin: 0;
}

.heading-md {
    margin-top: 1rem;
}

.why-to-choose ul>li {
    position: relative;
}

.why-to-choose ul>li::marker {
    font-size: 12px;
}

.why-to-choose ul>li+li,
.why-to-choose ol>li+li {
    margin-top: 5px;
}

.why-to-choose {
    display: flex;
    max-width: 890px;
    padding: 35px 50px 50px 50px;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 20px;
    background: #FFE2D6;
    font-size: 19px;
    margin: 0 auto;
}

.service-pattern {
    position: absolute;
    top: 14rem;
    right: 0;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
}

.service-pattern img {
    width: 96%;
}

.dropdown-toggle::after {
    opacity: 0.5;
    margin-bottom: -2px;
}

.about-section {
    margin: 7rem 0 0;
}

.about-section-img {
    width: 50%;
}

.about-section-img img {
    border-radius: 1rem;
}

.about-section-content {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about-section-content .section-heading-subtext {
    width: 80%;
    margin: 0.5rem 0 1rem;
}

.about-section-content .section-heading {
    width: 85%;
}

.expert-section {
    justify-content: center;
    margin-top: 7rem;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.expert-section-content {
    border-radius: 1.875rem;
    background: #FFE8E0;
    padding: 13rem 4rem 3rem;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
}

.expert-section-content .section-heading {
    width: 70%;
    margin-bottom: 1rem;
}

.expert-section-content .section-heading-subtext {
    width: 70%;
    margin-bottom: 3rem;
}

.expert-section-content>.d-flex {
    justify-content: space-between;
}

.expert-section-keypoint {
    align-items: center;
    margin: 0 2rem;
}

.expert-section-keypoint p {
    text-align: left;
    color: #F44B00;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.45rem;
    margin-left: 1rem;
}

.expert-section-truck-img {
    position: relative;
    margin-bottom: -10rem;
}

.expert-section-truck-img img:first-child {
    position: relative;
    z-index: 1;
    height: 21rem;
}

.expert-section-truck-img img:last-child {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    bottom: -6.5rem;
    height: 16rem;
}

.expert-section-pattern-img {
    position: absolute;
    z-index: -1;
    top: 5.5rem;
}

.industry-section {
    margin-top: 14rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20%;
}

.industry-section .section-heading-subtext {
    width: 80%;
    margin: 1rem 0 2rem;
}

.industry-section>.d-flex {
    flex-wrap: wrap;
}

.industry-section-value {
    width: 25%;
    margin: 2rem 0;
}

.industry-section-value p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.0125rem;
    margin-top: 1rem;
}

.and-more {
    font-family: 'Beth Ellen', cursive;
    text-align: center;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 1rem;
}

.feedback-section {
    border-radius: 0.9375rem;
    background: #F44B00;
    justify-content: space-between;
    margin-top: 13rem;
}

.feedback-section .section-heading {
    color: white;
}

.feedback-section-card {
    border-radius: 0.9375rem;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: 0px 11px 100px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem 1.5rem;
    width: 19rem;
}

.feedback-section-content>.feedback-section-card {
    margin-top: 1rem;
}

.feedback-section-card+.feedback-section-card {
    margin-top: 1.5rem;
}

.feedback-section-card img {
    width: 3.10225rem;
    height: 2.625rem;
}

.feedback-section-card p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin: 0.9rem 0;
}

.feedback-section-card p:last-child {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.0625rem;
    margin: 0;
}

.feedback-section-content {
    position: absolute;
    align-items: center;
    margin-top: -8.7rem;
}

.feedback-section-content>.d-flex {
    flex-direction: column;
    margin-left: 1.5rem;
    margin-top: -2rem;
}

.feedback-section-left {
    padding: 1.5rem 0 0 2rem;
}

.feedback-section-right {
    border-top-right-radius: 0.9375rem;
    border-bottom-right-radius: 0.9375rem;
    overflow: hidden;
}

.tagline-section {
    margin: 14rem 0 6rem;
    justify-content: center;
}

.tagline-section p {
    text-align: center;
    font-family: Beth Ellen;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 140%;
    /* 2.975rem */
}

.tagline-section p span {
    color: #F44B00;
}

footer {
    background-color: #F44B00;
    padding: 3rem 0;
}

footer .container {
    justify-content: space-between;
    align-items: center;
}

.footer-contact {
    align-items: center;
}

.footer-contact+.footer-contact {
    margin-top: 1.5rem;
}

.footer-contact>img {
    display: inline-flex;
    padding: 0.625rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    background: #FFF;
    color: #F44B00;
    margin-right: 1rem;
}

.footer-contact p {
    color: #FFF;
    font-size: 1rem;
    margin: -0.2rem 0;
}

.footer-contact p:first-child {
    font-weight: 700;
}

.dn-calendar-book {
    margin: 1.5rem 0;
    display: inline-block;
}

.dn-calendar-book img {
    height: 4rem;
}

.footer-right>p {
    color: #FFF;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f44b00;
}

.navbar-toggler {
    border: 0;
    padding: 0 0.5rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    box-shadow: unset;
}

.hero-mob {
    display: none;
}

.safe-journeys-section {
    padding: 0;
}

.safe-journeys-section>* {
    padding: 0 15%;
    width: 100%;
}

.safe-journeys-section .service-card {
    width: calc(33.3% - 16px);
}

.safe-journeys-section .service-card-wrap {
    position: relative;
}

.service-card-wrap .service-card-bg-rect-outlined {
    position: absolute;
    bottom: 85px;
    top: 85px;
    z-index: -1;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    height: -webkit-fill-available;
}

.service-card-wrap .service-card-bg-rect-outlined img {
    width: 100%;
}

.safe-journeys-section.let-discussion-section>* {
    padding: 0 10%;
    text-align: center;
    justify-content: center;
}

.safe-journeys-section.let-discussion-section .service-card-wrap p {
    margin: 15px 0 -5px;
    line-height: normal;
    font-weight: 400;
}

.service-card-highlight-text p {
    font-weight: 600 !important;
    font-size: 1.25rem;
    margin-top: 12px !important;
}

.service-card-highlight-text .text-blue {
    color: #006BFF !important;
}

.safe-journeys-section.let-discussion-section+.tagline-section {
    margin-top: 100px;
}

.safe-journeys-section.let-discussion-section .service-card img {
    height: 69px;
    width: auto;
}

.hero-section-form {
    position: relative;
    padding: 40px 0 100px;
    display: flex;
    gap: 100px;
    z-index: 2;
}

.hero-section-form>.container {
    display: flex;
    gap: 80px;
}

.hero-section-form .h-s-f-item {
    position: relative;
}

.hero-section-form>.container>* {
    width: calc(50% - 30px);
    padding: 0;
}

.hero-section-form .contact-form-pattern {
    position: absolute;
    content: '';
    top: -42px;
    left: 0;
    height: 900px;
    max-width: unset;
    width: auto;
}

.hero-section-form h1 {
    margin: 0;
}

.hero-section-form .hero-action {
    margin-top: 10px;
    margin-bottom: 15px;
}

.hero-section-form .hero-action p {
    margin-top: 0.5rem;
}

.hero-section-form .hero-left>p a {
    color: #F44B00;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.hero-section-form .hero-left>p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.18px;
}

.hero-section-form .hero-left p+p {
    margin-top: 20px;
}

.hero-section-form .hero-left img {
    margin: 25px 0;
}

.form-card {
    position: relative;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-card .btn {
    border-radius: 0.3125rem;
    background: #F44B00;
    color: #FFF !important;
    text-align: center;
    font-size: 1rem;
    padding: 0.7rem 1rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    width: 180px;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
}

.form-card label {
    color: #000;
    font-family: Red Hat Text;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 136.842% */
    margin-bottom: 4px;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

textarea.form-control {
    min-height: 188px;
}

.form-card .btn:hover {
    transform: scale(1.03);
}

.form-card .btn:active {
    background: #df4300;
}

.form-card-title {
    color: #ED5512;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.3px;
}

.hero-section-form .form-card {
    max-width: 520px;
    flex-shrink: 0;
    margin: 20px auto 0;
}

/* .hero-section-form+.container>.service-section.safe-journeys-section{
    margin-top: 0px;
} */
.service-section.safe-journeys-section:not(.let-discussion-section) {
    margin-top: 0;
}

.why-to-choose+.service-section.safe-journeys-section {
    margin-top: 8rem;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: url(../img/menu-close.svg) no-repeat center center;
}

.hero-section-form .hero-para-bold {
    font-weight: 600 !important;
    margin-top: 0.5rem;
}

.quotation-section {
    position: relative;
    padding: 40px 0;
}

.quotation-section-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.quotation-section .hero-left h1 {
    margin-bottom: 20px;
}

.quotation-section .hero-left {
    text-align: center;
    margin: 0 auto;
    max-width: 610px;
    width: 100%;
}

.quotation-section .hero-left P {
    font-size: 20px;
}

.form-double-ui {
    width: 100%;
    max-width: 950px;
    margin: 50px auto 0 auto;
    position: relative;
}

.form-double-ui .form-control {
    border-color: #D0D0D0;
}

.main-service-dropdown-ui {
    position: absolute;
    top: -58px;
    left: calc(50% - 150px);
    width: 300px !important;
    text-align: center;
    padding: 0 !important;
    z-index: 1;
}

.main-service-dropdown-ui .form-control {
    background: #fff url(../img/Polygon.png) no-repeat calc(100% - 13px) center;
    border-radius: 30px;
    padding: 10px 0.75rem;
    font-size: 22px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.main-service-dropdown-ui .form-control {
    text-align: center;
}

.main-service-dropdown-ui .form-control label {
    color: #F44B00;
    font-family: Red Hat Text;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 152.941% */
    text-transform: uppercase;
}

.main-service-dropdown-ui label {
    color: #F44B00;
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 26px;
    /* 152.941% */
    text-transform: uppercase;
}

select.form-control {
    background: url(../img/Polygon.png) no-repeat calc(100% - 13px) center;
}

.form-double-ui .form-card-title {
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}

.form-card.form-double-ui label {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.form-group-with-post-code {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.form-group-with-post-code>* {
    width: auto;
}

.form-group-with-post-code .f-g-w-p-c-lg {
    flex-grow: 1;
}

.form-group-with-post-code .f-g-w-p-c-sm {
    max-width: 120px;
}

.form-card.form-double-ui {
    padding: 20px 0 0;
    display: flex;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.form-card.form-double-ui>* {
    padding: 30px;
}

.form-card.form-double-ui>*:not(.f-d-u-footer) {
    width: 50%;
    
}

.f-d-u-right,
.f-d-u-left {
    position: relative;
}


.f-d-u-left:after {
    position: absolute;
    content: '';
    top: 60px;
    bottom: 30px;
    width: 1px;
    background: #d2d2d2;
}

.f-d-u-right:after {
    left: 0;
}

.f-d-u-left:after {
    left: 100%;
}

.f-d-u-footer {
    width: 100%;
    border-top: 1px solid #D2D2D2;
}

.service-pick-option-block {
    margin-top: 25px;
    display: flex;
    gap: 45px 30px;
    flex-wrap: wrap;
}

.service-pick-option-block .checkbox-label {
    position: relative;
    width: calc(50% - 15px);
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.service-pick-option-block .checkbox-label:hover:after {
    position: absolute;
    content: '';
    inset: -15px;
    border-radius: 5px;
    background: rgb(255 249 246);
    border: 1px solid #fbefea;
    z-index: 0;
}

.service-pick-option-block .checkbox-label:hover {
    cursor: pointer;
}

.service-pick-option-block .checkbox-label * {
    z-index: 2;
}

.service-pick-option-block .checkbox-label .form-group {
    margin-top: 15px;
}

.service-pick-option-block .checkbox-label img {
    margin-top: 7px;
    width: 10rem;
}

.service-pick-option-block .checkbox-label input[type="checkbox"] {
    max-width: 20px;
    height: 20px;
}

.service-pick-option-block .checkbox-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    margin: 0;
    line-height: 21px;
    left: 32px;
}

.form-no-select-block .f-d-u-left,
.form-no-select-block .f-d-u-right:after {
    display: none;
}

.form-no-select-block {
    justify-content: center;
}

.freight-details {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 0.45px;
}

.freight-details .f-d-item {
    margin: 0.25rem 0;
    letter-spacing: 0.02rem;
}

.credit-application-form-ui .form-card-title {
    margin: 20px 0 0px;
    font-size: 20px;
    font-weight: 700;
}

.credit-application-form-ui.form-card.form-double-ui>*:not(.f-d-u-footer) {
    width: 65%;
}

.form-group label.checkbox-label {
    text-align: justify;
    cursor: pointer;
}

.form-group .checkbox-label input {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    bottom: -4px;
    position: relative;
}

.form-group label.checkbox-label b {
    font-weight: 600;
}

.red-text {
    color: #E5384F;
}

.quotation-page-title {
    margin-bottom: 100px !important;
}

.service-pick-option-block+.service-pick-option-block {
    margin-top: 5rem;
}

.toast-message {
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.toast-message.success {
    background-color: #b0ffc5;
    /* padding: 10px !important;
    margin: 2rem 2rem 0; */
}

.toast-message.fail {
    background-color: #ffcccc;
}

.jdropdown-default.jdropdown-focus .jdropdown-header:focus {
    outline: unset !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.jdropdown-default .jdropdown-header {
    border-radius: 5px;
}

.expert-section .hero-action a {
    margin-top: 1rem;
    padding: 0.5rem 1.2rem;
    font-size: 1.1rem;
    font-weight: 600;
}
/* 111 */
@media (max-width: 1399px) {
    .hero-left h1 {
        font-size: 3rem;
        margin-top: -5rem;
    }

    .quotation-section .hero-left h1 {
        margin-top: 0;
    }

    .hero-section-form .hero-left.h-s-f-item h1 {
        margin-top: 0;
    }

    .hero-section-form .contact-form-pattern {
        left: -50px;
    }

    .service-section {
        margin-top: 3rem;
        position: relative;
    }

    .service-pattern {
        margin-left: 22rem;
        bottom: 8rem;
    }

    .about-section-content {
        padding-left: 3rem;
    }

    .about-section-content .section-heading {
        width: 100%;
    }

    .section-heading {
        font-size: 2rem;
    }

    .about-section-content .section-heading-subtext {
        margin-top: 0;
    }

    .expert-section-content .section-heading-subtext {
        width: 70%;
    }

    .expert-section-pattern-img {
        top: 6.5rem;
        left: 7rem;
        right: 7rem;
    }

    .industry-section {
        margin-top: 10rem;
    }
}

@media (max-width: 1199px) {
    .hero-left h1 {
        font-size: 2.5rem;
        margin-top: -9rem;
    }

    .hero-left P {
        font-size: 1.2rem;
    }

    .hero-btn {
        font-size: 1.3rem;
    }

    .service-section {
        margin-top: 0rem;
        padding-left: 20%;
    }

    .quotation-section+* .service-section {
        padding-left: 0;
    }

    .quotation-section+* .let-discussion-section {
        margin-top: 50px !important;
    }

    .section-heading-subtext {
        width: 100%;
    }

    .service-card>p {
        white-space: nowrap;
    }

    .service-card {
        width: 28%;
    }

    .service-pattern {
        margin-left: 18rem;
        bottom: 8rem;
    }

    .service-card img {
        height: 4rem;
    }

    .expert-section-truck-img img:first-child {
        height: 18rem;
    }

    .expert-section-truck-img img:last-child {
        bottom: -6.5rem;
        height: 16rem;
    }

    .industry-section {
        margin-top: 6rem;
    }

    .expert-section-pattern-img {
        top: 5rem;
        left: 5rem;
        right: 5rem;
    }

    .expert-section-content>.d-flex {
        flex-wrap: wrap;
    }

    .expert-section-keypoint {
        width: 40%;
        margin: 1rem 2rem;
    }

    .expert-section-content .section-heading-subtext {
        margin-bottom: 2rem;
    }

    .safe-journeys-section>* {
        padding: 0 50px;
    }

    .let-discussion-section {
        margin-top: 80px;
    }

    .hero-section-form+.container>.service-section {
        padding-left: 0;
        margin-top: 80px;
    }

    .credit-application-form-ui.form-card.form-double-ui {
        margin: 50px auto 0 auto;
    }
}

@media (max-width: 991px) {
    .credit-application-form-ui.form-card.form-double-ui {
        margin: 35px auto 0 auto;
    }

    .service-pick-option-block .checkbox-label {
        width: 100%;
    }

    .quotation-section+* .let-discussion-section {
        margin-top: 30px !important;
    }

    .hero {
        flex-direction: column;
    }

    .hero-left {
        width: 100%;
        padding-top: 10.5rem;
        background-image: linear-gradient(177deg, white, white, #ffffff00);
    }

    .quotation-section .hero-left {
        padding-top: 0;
    }

    .quotation-section .hero-left {
        background: transparent;
    }

    .hero-right {
        position: relative;
        margin-top: -13rem;
    }

    .hero-right img {
        border-top-right-radius: 2rem;
    }

    .service-card-wrap {
        margin-top: 1.5rem;
    }

    .service-card {
        width: 30%;
        padding: 2rem 1rem;
    }

    .service-pattern {
        margin-left: 0;
        bottom: 8rem;
        right: -1.8rem;
        left: 12rem;
    }

    .about-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .about-section-content {
        width: 100%;
    }

    .about-section-content {
        padding-left: 0rem;
        justify-content: center;
        align-items: center;
    }

    .about-section-img img {
        margin-bottom: 1rem;
    }

    .expert-section-keypoint {
        width: 35%;
        margin: 1rem 1rem;
    }

    .footer-left img {
        height: 5rem;
    }

    footer .container {
        align-items: flex-start;
    }

    .industry-section {
        padding: 0 5%;
    }

    .nav-item+.nav-item {
        margin: 0;
    }

    .navbar-nav {
        align-items: center;
        margin: 0 0 0.5rem 0;
    }

    .service-section {
        margin-top: -7rem;
    }

    .hero-section-form>.container {
        flex-direction: column;
    }

    .hero-section-form>.container>* {
        width: 100%;
        padding: 0;
    }

    .hero-section-form .form-card {
        margin: 0px auto 0;
    }

    .hero-section-form .contact-form-pattern {
        left: 0px;
        height: auto;
        width: 100%;
        right: 0;
        top: calc(50% - 100px);
    }

    .safe-journeys-section.let-discussion-section>* {
        padding: 0;
    }

    .nav-link.dropdown-toggle.show {
        color: #F44B00 !important;
        font-weight: 600;
    }

    .navbar-nav .dropdown-menu {
        margin-bottom: 1rem;
    }

    .nav-item .nav-link.link-btn {
        margin-top: 0.5rem;
    }

    .dropdown-item {
        font-size: 18px;
    }

    .hero-section-form>.container {
        gap: 2rem;
    }

    .about-page-hero-img {
        width: 100%;
    }

    .form-group-with-post-code .f-g-w-p-c-sm {
        max-width: 85px;
    }

    .credit-application-form-ui.form-card.form-double-ui>*:not(.f-d-u-footer) {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .quotation-section+* .let-discussion-section {
        margin-top: 0px !important;
    }

    .hero-left>h1+p {
        margin-top: 1.2rem;
    }

    .hero-right {
        padding-top: 7rem;
    }

    .hero-right img {
        border-top-right-radius: 0;
    }

    .hero-mob {
        display: block;
    }

    .hero-right {
        display: none;
    }

    .hero-left {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10rem 0 0;
    }

    .other-hero-section .hero-left {
        align-items: flex-start;
        text-align: left;
    }

    .other-hero-section .hero-left P {
        padding: 0;
    }

    .hero-section-form .hero-para-bold {
        margin-top: -0.5rem;
    }

    .service-section {
        margin-top: 13.5rem;
        padding: 2.5rem 0 0;
        border-top: 1px solid #e0e0e0;
    }

    .hero-left P {
        padding: 0 5%;
    }

    .hero-action {
        width: 100%;
    }

    .service-card {
        width: 48%;
        padding: 2rem 1rem;
        margin-bottom: 0.25rem;
    }

    .service-card-wrap {
        justify-content: space-between;
        gap: 0.5rem;
    }

    .service-pattern img {
        width: 100%;
    }

    .about-section-img {
        width: 100%;
    }

    .about-section-content .section-heading-subtext {
        width: 100%;
    }

    .link-btn {
        font-size: 1.3rem;
        height: 3.5rem;
    }

    .expert-section-truck-img img:first-child {
        height: 10rem;
    }

    .expert-section-truck-img {
        margin-bottom: -5rem
    }

    .expert-section-truck-img img:last-child {
        bottom: -6rem;
        height: 15rem;
        width: 100%;
    }

    .expert-section-content {
        padding: 7rem 1rem 2rem;
        width: 100%;
    }

    .expert-section-content .section-heading {
        width: 100%;
    }

    .expert-section-content .section-heading-subtext {
        width: 80%;
    }

    .expert-section-keypoint {
        width: 40%;
        margin: 1rem 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .expert-section-keypoint p {
        text-align: center;
        margin: 1rem 0 0;
    }

    .industry-section {
        padding: 0;
    }

    .industry-section-value {
        width: 50%;
        margin: 1.5rem 0;
    }

    .feedback-section-content {
        position: relative;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .feedback-section-content>.feedback-section-card {
        margin-top: 0rem;
        width: 100%;
    }

    .feedback-section-content>.d-flex {
        margin: 1.5rem 0 0;
        width: 100%;
    }

    .feedback-section {
        position: relative;
        margin-top: 6rem;
        overflow: hidden;
    }

    .main {
        width: 100vw;
        overflow-x: hidden;
    }

    .feedback-section-left {
        padding: 1.5rem;
        z-index: 1;
    }

    .feedback-section-right {
        display: none;
    }

    .feedback-section-card {
        width: 100%;
    }

    .feedback-section .section-heading {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .tagline-section {
        margin: 5rem 0 6rem;
        justify-content: center;
    }

    .footer-left {
        display: none;
    }

    .dn-calendar-book,
    .dn-calendar-book img {
        width: 100%;
        height: auto;
    }

    .footer-right>p {
        text-align: center;
    }

    .nav-link {
        font-size: 1.2rem;
        text-align: center;
        justify-content: center;
        padding: 1rem;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-item:first-child {
        margin-top: -0.5rem;
    }

    .nav-item+.nav-item .nav-link {
        border-top: 1px solid #e0e0e0;
        margin: 0;
    }

    .service-pattern {
        bottom: 5rem;
        right: -30rem;
        left: -30rem;
    }

    .navbar-collapse {
        position: absolute;
        background: white;
        top: 3.7rem;
        left: 0.5rem;
        right: 0.5rem;
        box-shadow: 0px 70px 500px 0px rgb(0 0 0 / 100%);
        border-radius: 0.5rem;
        padding: 0.75rem 1rem;
        border: 1px solid #d5d5d5;
    }

    .safe-journeys-section>* {
        padding: 0 0px;
    }

    .service-card-bg-rect-outlined {
        display: none !important;
    }

    .hero-section-form {
        padding: 40px 0 50px;
    }

    .why-to-choose {
        padding: 30px;
    }

    .hero-left h1 {
        font-size: 2.2rem;
        margin-bottom: -6px;
    }

    .hero-section-form .hero-action {
        margin-bottom: 25px;
    }

    .heading-md {
        font-size: 26px;
    }

    .why-to-choose {
        font-size: 18px;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    .service-card>p {
        margin: 1.2rem 0 0.5rem;
    }

    .tagline-section p {
        font-size: 1.8rem;
    }

    .tagline-section {
        margin: 3rem 0 6rem !important;
    }

    .hero-section-form+.container>.service-section {
        margin-top: 50px;
    }

    .form-card.form-double-ui>* {
        padding: 35px 20px 20px;
    }

    .f-d-u-right:after,
    .f-d-u-left:after {
        display: none;
    }

    .form-card.form-double-ui>*:not(.f-d-u-footer) {
        width: 100%;
        padding-top: 50px;
    }

    .form-card.form-double-ui>.f-d-u-right {
        padding-top: 20px;
    }

    .f-d-u-left {
        border-bottom: 1px solid #d2d2d2;
    }

    .form-no-select-block .f-d-u-right {
        border-top: none;
        padding-top: 45px !important;
    }

    .form-group-with-post-code .f-g-w-p-c-sm {
        max-width: 120px;
    }

    .service-pick-option-block .checkbox-label {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575.98px) {
    .service-section {
        margin-top: 40vw;
    }
}

@media (max-width: 575px) {
    .credit-application-form-ui.form-card.form-double-ui .f-d-u-right {
        padding-top: 20px !important;
    }

    .credit-application-form-ui.form-card.form-double-ui>*:not(.f-d-u-footer) {
        width: 100%;
    }

    .quotation-section {
        padding: 40px 0;
    }

    .safe-journeys-section .service-card {
        width: 100%;
    }

    .form-card {
        padding: 20px;
    }

    .why-to-choose {
        display: flex;
        max-width: 890px;
        padding: 25px;
    }
}

@media (max-width: 475px) {
    .main-service-dropdown-ui .form-control {
        padding: 6px 0.75rem;
    }

    .main-service-dropdown-ui {
        top: -55px;
    }

    .service-section {
        margin-top: 30vw;
    }

    .form-group-with-post-code .f-g-w-p-c-sm {
        max-width: 200px;
    }

    .form-card.form-double-ui label {
        width: 100%;
    }

    .service-pick-option-block .checkbox-label .form-group {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .form-group-with-post-code {
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .expert-section-keypoint {
        width: 35%;
    }
}
