@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 18px;
    line-height: 1.8;
}

ol,
ol li {
    font-size: 18px;
    line-height: 1.8;
}

.header-links,
.footer-links {
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

.vrmbox {
    text-transform: uppercase;
    color: #000;
    background-color: #fbef00;
    width: 150px;
    height: 45px !important;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 2px;
}

button.hamburger {
    color: #000;
    font-size: 30px;
}

button.no-bg {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
}

.sideDrawer {
    z-index: 10000;
    position: fixed !important;
    background-color: #fff;
    width: 80%;
    height: 100%;
    top: 0 !important;
    right: 0 !important;
    border-left: 1px solid #e9e9e9;
    box-shadow: 0 0 10px 1px #e9e9e9;
    transform: translateX(100%);
}

.sideDrawer .close,
.sideDrawer2 .close {
    display: flex;
    justify-content: start;
}

.sideDrawer .ms_mob,
.sideDrawer2 .ms_mob {
    padding: 20px 30px;
}

.sideDrawer .close .cross,
.sideDrawer2 .close .cross {
    color: #222;
    font-size: 35px;
    margin-right: 25px;
    margin-top: 10px;
}

.sideDrawer ul.mob_menu,
.sideDrawer2 ul.mob_menu {
    list-style: none;
    padding: 0;
}

.sideDrawer ul.mob_menu li,
.sideDrawer2 ul.mob_menu li {
    margin-bottom: 15px;
}

.sideDrawer ul.mob_menu li a,
.sideDrawer2 ul.mob_menu li a {
    text-decoration: none;
    color: #222;
    font-size: 20px;
    font-weight: 400;
}

footer p.copyright {
    font-size: 13px;
}

.legal_links li {
    display: inline-block;
}

.legal_links li a {
    color: #222;
    font-weight: 500;
    text-decoration: none;
}

.legal_links li:after {
    content: ".";
    position: relative;
    right: 0;
    margin-left: 5px;
    margin-right: 5px;
    color: #222;
    font-size: 30px;
}

.legal_links li:last-child:after {
    content: "";
}

.legal_links li a:hover {
    text-decoration: underline;
}

.container-top-bottom-border {
    border-top: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
}

.container-top-border {
    border-top: 1px solid #e6e8e9;
}

.container-bottom-border {
    border-bottom: 1px solid #e6e8e9;
}

@media screen and (max-width: 500px) {
    footer .left,
    footer .right {
        width: 100%;
        text-align: center;
    }

    footer .right div {
        justify-content: center !important;
        margin-left: -30px;
    }
}

.footer_sc {
    justify-content: end;
    align-items: center;
}

footer .logo,
.header-logo {
    width: 100%;
    max-width: 200px;
}

.report_cta_link a {
    font-weight: 600;
    color: #000;
    text-decoration: underline !important;
}

.report_cta_link a:hover {
    color: #f9661c !important;
}

.report-cta-btn,
.report-cta-btn:hover {
    background: #f97316 !important;
    color: #000;
    padding: 1.25rem 4rem;
    font-size: 20px;
    font-weight: 600;
    min-width: 18rem;
}

.report-cta-btn:active {
    border-color: #f97316 !important;
}

.text-danger {
    color: #f97316 !important;
}

.plateNo {
    background-color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 18rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.plateNo,
.plateNo:focus {
    box-shadow: 0 0 0 1000px #fff inset !important;
    border-radius: 5px !important;
    border: 2px solid #f97316;
    color: #000 !important;
}

.fs-18 {
    font-size: 18px;
}

.fw-600 {
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
}

.banner-heading {
    color: #000;
}

@media screen and (max-width: 450px) {
    .banner-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .banner-heading {
        font-size: 42px;
    }
}

@media (min-width: 768px) {
    .banner-heading {
        font-size: 40px;
    }
}

.faqs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.faqs .accordion {
    margin-top: 30px;
}

.faqs .accordion-button {
    outline: none !important;
    box-shadow: none !important;
    font-weight: 500;
    background: none !important;
}

.faqs .accordion-button:not(.collapsed) {
    color: #222;
    background: none !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

.faqs .accordion-item:last-child {
    border-top: none !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.faqs .accordion-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.faqs .accordion-button:focus,
.faqs .accordion-button:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 1px #e9e9e9 !important;
    border-color: #e9e9e9 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.min-vh-75 {
    min-height: 75vh;
}

th,
.fw-bold,
b,
strong {
    font-weight: 600 !important;
}
