@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: "Ubuntu", sans-serif; */
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
}

ul.unordered-list li {
    margin-bottom: 10px;
}

.review-col a {
    display: inline-block;
}

/* hyperlinks */
#links {
    color: #bf4686;
}

/*critical Icon */

#criticalIcon {
    color: #ffbf00;
}

/* new banner */
.link-black a,
.link-black a:hover {
    color: #0056b3;
}

.schema-div {
    background: black;
}

.schema-div a,
.schema-div a:hover {
    color: lime;
}

#recent-search-vrm {
    margin-bottom: 16px;
}

#recent-search-vrm .vrm-item,
#recent-search-vrms .vrm-item {
    color: black;
    font-size: 14px;
    margin-left: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.service-pages-list a.static_page_link:hover h2 {
    color: #ff7c06;
}

.new-banner-layout {
    padding: 40px 0 0 0 !important;
}

.new-home-layout .header,
.new-home-layout .banner {
    background: transparent;
    box-shadow: none;
}

.new-home-layout {
    overflow-x: hidden;
}

.new-home-layout .header.fixed-top {
    background: #f3f3f3;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.new-banner {
    background-image: url("../../assets/images/banner/ca-top-banner-background.png");
    background-position: center;
    background-size: cover;
}

.why-we-are-section,
#reviewsection,
#new-layout-bg {
    background-image: url("../../assets/images/banner/ca-bottom-banner-background.png");
    background-position: center;
    background-size: cover;
}

#new-layout-bg {
    padding: 20px 0 !important;
}

.section-6 div.h2,
#page-content .section-6 div.h3,
.section-6 p,
.section-6 .star-section i {
    color: #000000 !important;
}

.section-6 p a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 600;
}

.new-banner-layout .bottom-banner {
    background: transparent !important;
}

.new-banner-layout .bottom-banner .sr-icon i {
    background: black;
    border-radius: 50%;
    padding: 10px;
    width: 45px;
    height: 45px;
    font-size: 21px;
}

.new-banner-layout .bottom-banner .sr-icon-box .sr-name {
    border-left: none !important;
    padding-left: 5px;
}

.new-banner-layout li.review-text a,
.new-banner-layout li.review-text a:hover,
.new-banner-layout h1 {
    color: black !important;
}

.new-banner-layout li.review-text a {
    font-weight: 600;
}

.new-banner-layout .bottom-banner h2 a,
.new-banner-layout .bottom-banner .h2-style a,
.new-banner-layout .bottom-banner p {
    color: black;
    line-height: 18px;
}

.new-banner-layout .bottom-banner h2 a,
.new-banner-layout .bottom-banner .h2-style a {
    font-size: 16px;
}

.new-banner-layout .bottom-banner h2,
.new-banner-layout .bottom-banner .h2-style {
    margin-bottom: 5px;
}

.new-banner-layout .bottom-banner p {
    font-size: 16px;
}

.new-banner-layout .star-div {
    margin: 35px 0 20px 0;
}

.new-banner-layout .review-form .login_input .form-control,
.new-banner-layout .review-form .service_page_button {
    height: 64px;
}

.new-banner-layout .review-form .login_input .form-control {
    border: 2px solid #e2e1d9;
    margin-bottom: 16px;
}

.new-banner-layout .review-form .login_input .form-control:hover,
.new-banner-layout .review-form .login_input .form-control:focus {
    border-color: #ff7800;
}

.new-banner-layout .review-form .service_page_button {
    background-color: #ff7800;
    transition: background-color 0.1s linear;
    font-size: 24px;
    padding: 7px 10px;
    color: black;
}

.new-banner-layout .review-form .service_page_button:hover {
    background-color: #fa8822;
}

@keyframes chevronRightSlide {
    0% {
        transform: translateZ(0);
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: translate3d(16px, 0, 0);
    }

    51% {
        transform: translateZ(0);
    }

    80% {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.new-banner-layout .review-form .service_page_button:hover .icon-right {
    animation: chevronRightSlide 0.7s;
}

.new-home-layout #why-we-are h2,
.new-home-layout #why-we-are .h2-style {
    font-size: 1.25rem;
}

.new-home-layout #why-we-are hr {
    border-color: #000;
    width: 70%;
    margin: 0 auto;
}

.new-banner-layout .banner-left h1 {
    font-size: 46px;
}

.new-banner-layout .banner-left p,
.new-banner-layout .banner-left h2 {
    color: black;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 22px;
}

.new-banner-layout .banner-left p:last-child {
    margin: 18px 0px;
}

.new-home-layout a.find-out-more {
    font-size: 20px;
}

.new-home-layout a.find-out-more:hover {
    color: black;
}

.new-banner-layout .review-form .login_input .form-control::placeholder {
    font-weight: 600;
}

.new-banner-layout
    .review-form
    .login_input
    .form-control::-webkit-input-placeholder {
    font-weight: 600;
}

.new-banner-layout .review-form .login_input .form-control::-moz-placeholder {
    font-weight: 600;
}

.new-banner-layout
    .review-form
    .login_input
    .form-control:-ms-input-placeholder {
    font-weight: 600;
}

@media (min-width: 767px) {
    .new-home-layout .leaf-section {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .new-home-layout a.find-out-more {
        font-size: 17px;
    }

    .new-home-layout .leaf-section img {
        width: 30px;
        height: 70px;
    }

    .new-home-layout #why-we-are h2,
    .new-home-layout #why-we-are .h2-style {
        font-size: 0.8rem;
    }

    .new-home-layout #why-we-are .h6 {
        font-size: 0.8rem;
    }

    .new-home-layout .why-we-are-section .award-provider a {
        font-size: 0.7rem;
    }

    .new-banner-layout .banner-left h1 {
        font-size: 27px;
    }

    .new-home-layout #why-we-are .main-heading {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

    .new-banner-layout .star-div {
        display: block !important;
        margin: 30px 0 20px 0;
    }

    .new-banner-layout .star-div img {
        width: 110px !important;
    }

    .new-banner-layout ul.star-ul li {
        padding: 2px;
        font-size: 16px;
    }

    li.review-text {
        display: block !important;
    }
}

/* new banner end */
/* new css add */
#tae-loader {
    display: none;
}

/* carservice and insaurance css */
.text-black {
    color: #000;
}

.dec-underline {
    text-decoration: underline;
}

.title_wrap {
    background: #fff;
}

.main_block p {
    margin-top: 20px;
}

.static_page p {
    font-size: 17px;
    color: #000;
    text-align: justify;
    line-height: 28px;
    margin: 15px 0 !important;
}

.static_page .container {
    padding: 15px;
}

.static_page h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0;
}

.static_page h2.heading_blue,
.static_page div.heading_blue,
.static_page h3.heading_blue {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0;
}

.static_page h1.heading_blue {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0;
}

.static_page h2,
.static_page div.h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0;
}

.static_page ul {
    color: #000;
    margin: 10px 0;
    font-size: 17px;
}

.static_page a {
    color: #0056b3;
}

.static_page a:hover {
    color: #0056b3;
    text-decoration: none;
}

.service_page_button {
    background: #ff7800;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #000;
    margin: 20px 0 20px 0;
    padding: 7px 20px;
    font-size: 19px;
    min-width: 240px;
}

.trans-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    margin: 20px 0 20px 5px;
    padding: 7px 20px;
    font-size: 19px;
    min-width: 240px;
}

.service-page .heading {
    font-size: 32px;
    color: #fff;
    margin: 15px 0;
    font-weight: 700 !important;
}

.service-page .service-top-section {
    height: auto !important;
    padding: 20px 0 !important;
    display: block;
    width: 100%;
    background: #fff;
    background: url("../../img/service-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page .service-top-section.car-insaurance-banner {
    background: url("../../img/car-insaurance-banner.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page .subheading {
    font-size: 19px !important;
    color: #fff !important;
    margin: 3px 0 14px 0 !important;
    text-align: left !important;
}

.service-point ul {
    text-align: center !important;
    padding-left: 0;
    list-style: none;
    color: #000;
}

.service-point ul li {
    display: inline;
    margin-left: 45px;
}

.service-point ul li:first-child {
    margin-left: 0;
}

.service-point ul li:before {
    padding: 0 10px;
}

.service-point ul li:before {
    content: "\2713\0020";
}

.service-button a {
    display: inline;
}

.service-button {
    text-align: center;
}

.service_page_button i,
.trans-btn i {
    margin-left: 20px;
}

/* car service and insaurance css  end */
/* price page */
.price_report_table .table-bordered,
.price_report_table .table-bordered th {
    border: none;
}

.price_report_table table {
    background-color: transparent;
}

.price_report_table th {
    text-align: left;
}

.price_report_table .table > tbody > tr > td,
.price_report_table .table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.price_report_table .table > thead > tr > th {
    vertical-align: bottom;
}

.price_report_table .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.price_report_table .table-bordered > tbody > tr > td {
    border: 1px solid #eee;
}

.price_report_table .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.new-blue-bg {
    background: #335575 !important;
    color: #fff !important;
}

.new-orange-bg {
    background: #8f3000 !important;
    color: #fff !important;
}

.new-red-bg {
    background: #bf382f !important;
    color: #fff !important;
}

.new-red-color {
    color: #96332c !important;
}

.new-orange-color {
    color: #8f3000 !important;
}

.new-blue-color {
    color: #674186 !important;
}

.table_list_deta {
    display: inline-block;
    width: 100%;
    padding: 0px 0 20px;
}

.table_list_deta .table thead th {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.blue-color {
    color: #0056b3 !important;
}

.price_report_table .table_list_deta .table td img {
    width: 19px;
}

.table_list_deta .table thead .th-border {
    padding: 13px 15px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: none;
    border: 1px solid #eee !important;
    background: #fff;
}

.price_p {
    font-size: 17px;
    color: #494949;
}

.table_list_deta .table td {
    padding: 10px;
}

.table_list_deta .table-striped > tbody > tr {
    background-color: #fff;
    border: 1px solid #979797;
}

.price_report_table .table_list_deta .table thead th {
    text-align: center;
}

.price_report_table .table_list_deta .table td {
    text-align: center;
    font-weight: 600;
    color: #494949;
}

.price_report_table {
    background: #edeff0;
}

.equal-width tr td {
    width: 25%;
}

.text_left {
    text-align: left !important;
}

/* price page end */
/* dealer page css */
.content_block_heading {
    margin: 0 0 0 0;
    width: 100%;
    background: #edeff0;
}

.content_block_heading.dealer-page {
    padding-bottom: 240px;
}

.dealer_send {
    background: #007ee2;
    border: none;
    border-radius: 8px;
    color: #fff;
    margin: 30px 0 40px 0;
    padding: 8px 52px;
    font-size: 19px;
}

.contact_detail_form {
    background: #edeff0;
    color: #000;
    text-align: center;
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

.contact_detail_form h3 {
    font-size: 16px;
}

.dealer-page .pro-cont {
    width: 35%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.dealer-page .payment_detail_text {
    text-align: left !important;
    padding-left: 0;
}

.dealer-page .payment_detail_text li:before {
    padding: 0 10px;
}

.dealer-page .payment_detail_text li {
    margin-bottom: 5px;
}

.dealer-page .heading {
    font-size: 24px;
    color: #007ee2;
    margin: 30px 0;
}

button:focus {
    outline: none;
}

.payment_detail_text {
    list-style: none;
    color: #000;
    text-align: center;
}

.payment_detail_text li:before {
    content: "\2713\0020";
}

/* dealer page css end */
/* contact page css */
textarea.form-control {
    height: auto;
}

/* .btn_send1 {
    background: #0070a2;
    padding: 6px 20px;
    font-size: 18px;
    border: none;
    color: #fff;
    margin-top: 25px;
} */

.contact-btn-ticket,
.redeem-btn,
.login-btn,
.register-btn,
.trade-vehicle-price-btn,
.mileage-confirm-btn {
    height: 56px;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(90deg, #e8338b, #7d2e88);
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    text-decoration: unset !important;
}

.contact-btn-ticket:hover::before,
.redeem-btn:hover::before,
.login-btn:hover::before,
.register-btn:hover::before,
.trade-vehicle-price-btn:hover::before,
.mileage-confirm-btn:hover::before {
    left: 0;
    animation: gradient-float 2s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, #7d2e88, #e8338b, #7d2e88);
    transition: all 0.4s ease-in-out;
    z-index: -1;
    text-decoration: unset !important;
    color: #fff !important;
}

.contact-btn-ticket:hover,
.redeem-btn:hover,
.login-btn:hover,
.register-btn:hover,
.trade-vehicle-price-btn:hover,
.mileage-confirm-btn:hover {
    text-decoration: unset !important;
    color: #fff !important;
}

.contact-btn-ticket:focus,
.redeem-btn:focus,
.login-btn:focus,
.register-btn:focus,
.trade-vehicle-price-btn:focus,
.mileage-confirm-btn:focus {
    box-shadow: unset !important;
}

.content_heading {
    margin: 15px 0 15px 0;
}

.product_form p {
    line-height: 28px;
    margin-top: 20px;
}

.product_form span {
    color: #006c9d;
}

.wk_contact {
    margin-bottom: 0;
}

.login_section_new {
    padding: 30px 0;
}

.msg-error {
    color: red;
}

/* contact page css */
/* select-product css */
.mot_history_table {
    width: 99% !important;
}

.mot_history_table > tbody > tr > td {
    border: 1px solid #ccc !important;
}

.table > tbody > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
}

.table > thead:first-child > tr:first-child > th {
    border: none;
}

.table-bordered > tbody > tr > td {
    border: 1px solid #eee;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table_right_cta {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.table_right_cta p {
    color: #000;
    margin-bottom: 10px;
}

.vehicle_heading {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background: #d8d8d8;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.blue-vehicle-heading {
    background: #2c80b6 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.red-vehicle-heading {
    background: #bf382f !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.orange-vehicle-heading {
    background: #d25315 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.grey-vehicle-heading {
    background: #7f8b8c !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.vichles_table_list li {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 16px;
    border: solid 1px #ccc;
    padding: 5px 10px;
    color: #333;
}

.vichles_table_list li {
    border-bottom: none;
    border-right: none;
}

.vichles_table_list li:nth-child(2n + 2) {
    text-align: center;
    font-weight: 600;
}

.vichles_table_list ul {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.vehicle_table {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.green {
    background: #2d842e;
    color: #fff !important;
}

.yellow {
    background: #ffda65;
    color: #000;
}

.red {
    background: #b94a48;
    color: #fff !important;
}

.vichles_table_list h4 {
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #034da3;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 16px;
}

.blue_text {
    color: #034da3 !important;
}

.dot-circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: -1px 8px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-normal {
    font-weight: normal !important;
}

.green_btn {
    display: inline-block;
    background: #64b362;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    width: 70%;
}

.red_btn {
    display: inline-block;
    background: #eb4e3f;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    width: 70%;
}

.vichles_table_graph h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.vichles_table_graph {
    display: inline-block;
    width: 50%;
    border-right: solid 1px #ddd;
    vertical-align: top;
}

.direction_arrow {
    display: inline-block;
    width: 45%;
    padding-left: 15px;
    margin-left: 10px;
}

.direction_arrow h3 {
    background: #383838;
    position: relative;
    padding: 5.5px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.direction_arrow h3 span {
    display: inline-block;
    float: left;
    padding-left: 7px;
}

.direction_arrow h3::after {
    border-top: 13px solid transparent;
    border-right: 15px solid #383838;
    border-bottom: 13px solid transparent;
    content: "";
    left: -15px;
    top: 0;
    position: absolute;
}

.fuel_table_list li {
    padding: 9px;
}

.fuel_table_list {
    margin-top: 29px;
}

.highcharts-button {
    display: none;
}

.highcharts-credits {
    display: none;
}

.vichles_table_graph img {
    width: 95%;
}

.green span {
    margin-bottom: -17px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.red_greenbt .green_btn,
.red_greenbt .red_btn {
    text-align: center;
    width: 100%;
    border-radius: 3px;
}

.table_right_cta p {
    display: inline-block;
    float: right;
}

.table_right_cta span:first-child {
    margin-right: 15px;
}

.vichles_table_list.mot_class h4 {
    width: 31.8%;
}

.vichles_table_list.mot_class li {
    width: 33.33%;
    font-weight: normal;
    text-align: left;
}

.vehicle_table.finance_management {
    margin-bottom: 15px;
}

.wizard_wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
}

.wizard_pointer_details {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 126, 226, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 126, 226, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 126, 226, 0.1);
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.extra-padding {
    padding: 15px;
}

.car_number_wrapper {
    color: #000000;
    position: relative;
}

.vehicle_name {
    font-size: 28px;
    margin-bottom: 5px !important;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    background: #fdcb2b;
    padding: 0px 30px;
    border-radius: 8px;
}

.vehicle_name_vrm {
    font-family: "Poppins", sans-serif !important;
    font-size: 26px;
    margin-bottom: 5px !important;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    background: #f2cf53;
    padding: 5px 10px;
    border-radius: 5px;
}

.report_title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .report_title {
        font-size: 26px;
    }

    .vehicle_name_vrm {
        font-size: 22px;
    }
}

.round_email_report_button {
    position: relative;
    background: #eb4535 !important;
    padding: 10px 35px !important;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 26px;
    color: white !important;
    margin-bottom: 0px;
    text-align: right;
}

.square_email_report_button {
    position: relative;
    padding: 10px 35px !important;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    color: white !important;
}

.square_email_report_button i {
    float: right;
    vertical-align: middle;
    margin-top: 7px;
}

.square-red {
    background: #d91440 !important;
}

.square-yellow {
    background: #fe8f22 !important;
}

.round_email_report_button:hover {
    border-color: none !important;
    color: white !important;
}

.history_na {
    color: black;
    padding: 10px 25px;
    font-size: 18px;
}

.color_light_black {
    color: #7f7f7f !important;
}

.history_na_section {
    text-align: center;
    margin-top: 50px;
}

.history_na_chart_section {
    position: absolute;
    top: 30%;
    left: 24%;
    z-index: 20;
}

.check_upgrade {
    width: 100%;
    position: relative;
    color: white;
    background: #b94a48 !important;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.check_upgrade:hover {
    color: white !important;
}

.pop-info-table .pop-info {
    float: right;
}

.pop-info-table .pop-info i {
    font-size: 18px;
    vertical-align: middle;
}

.font-size30 {
    font-size: 25px;
    color: #eb4535;
}

.modal_no {
    font-size: 25px;
    color: #000;
}

/* select-product end */
/* Checkout page add */
.hide {
    display: none !important;
}

.affix {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0px;
    top: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar {
    margin: 0px;
}

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

input::placeholder {
    color: #e0e0e0 !important;
}

.navbar-right {
    margin-top: 12px !important;
    font-size: 17px !important;
}

hr {
    margin: 15px 0 30px;
    border-color: #868686;
}

.img-loader {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}

#paymentLoader img {
    margin-top: 0;
    width: 80px !important;
    padding: 10px;
    margin-top: 20%;
    /* background: rgba(0, 0, 0, 0.4); */
    /* border-radius: 7px; */
}

#paymentLoader p {
    display: none;
    /* margin-top: 25% !important; */
}

.text-red {
    color: red !important;
    font-weight: 600 !important;
    font-size: 18px;
}

.wizard_wrapper {
    padding-top: 5px;
}

.scroll_top_fixed {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.checkout_page {
    padding-top: 0px !important;
}

label {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.border-gr {
    margin-top: 20px;
}

.border-gr a {
    color: #007ee2 !important;
}

.border-gr a:hover {
    color: #000 !important;
}

.border-gr .btn-primary {
    background: #007ee2;
}

.border-gr .btn-primary:hover {
    background: #0e90f6;
}

.border-gr .btn {
    padding: 8px 15px;
    font-size: 16px;
}

.border-gr .btn-success {
    background: #da163d;
    border-color: #da163d !important;
}

.border-gr .btn-success:hover {
    background: #da163d;
}

.border-gr .get-free-check {
    background: #22b14c !important;
    border-color: #22b14c !important;
    margin: 10px 0px;
}

.border-gr .get-free-check:hover {
    background: #22b14c;
}

.border-gr .btn-success {
    font-size: 17px;
    height: 45px;
}

.border-gr .form-control {
    padding: 6px 15px;
    height: 44px;
}

.form_pad {
    padding: 0px;
}

.border-gr label {
    font-style: normal;
    color: #000;
    font-weight: normal;
}

.border-gr hr {
    margin: 20px 0;
    border-color: #ccd0d2;
}

.payment_method_row {
    margin-bottom: 5px;
}

.payment_page_desc {
    font-size: 18px;
    font-weight: 600;
    color: #007ee2;
    margin: 5px 0px !important;
}

.spon-list {
    list-style: none;
}

.spon-list li {
    display: inline-block;
    margin-left: 10px;
}

.spon-list li img {
    margin-left: 5px;
}

.payment-box-right {
    background: #fff;
    margin-top: 0;
    padding: 4px;
    text-align: center;
    border-radius: 0;
}

/* Checkout page end */
/* order confirmation */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.price_section {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.price_section p {
    display: inline-block;
    float: right;
    margin: 0;
    padding-top: 15px;
}

.price_section p {
    display: inline-block;
    float: right;
    margin: 0;
    padding-top: 15px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.price_section h3 {
    text-align: center;
    font-size: 24px;
    margin: 0px 0 40px;
    color: #006c9d;
    font-weight: 400;
}

.price_section h5 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.link_report {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.view_report1 {
    background: #007ee2;
    padding: 0px 14px;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 280px;
    border-radius: 14px;
    margin: 20px 0 20px 0;
    font-weight: 600;
    display: inline-block;
    height: 54px;
    line-height: 54px;
}

.view_report1:hover {
    text-decoration: none;
    color: #fff;
}

.link_report h3 {
    font-size: 32px;
}

.details {
    text-align: center;
    list-style: none;
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 15px 0;
}

.details li a {
    color: #000;
    text-decoration: none;
}

.details li {
    line-height: 36px;
    font-weight: normal;
}

.details li b {
    font-weight: 600;
    color: #000;
}

.link_report p {
    color: #000;
    float: none;
}

.link_report span {
    color: #12a2e0;
}

.link_report h3 {
    font-size: 48px;
    margin: 0px;
    color: #595959;
}

.details a {
    color: #0563c1 !important;
    text-decoration: underline !important;
}

.alert_new {
    margin-top: 20px;
    padding: 10px 10px;
    border-radius: 3px;
}

h5.order-dt {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* order confirmation end */
/* full page report */
.search_vichles {
    display: inline-block;
    width: 100%;
    background: #e6e6e6;
    padding: 50px 0;
}

.table_list {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.vichles_table_list h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.vichles_table_list p {
    border: none;
    padding: 5px;
    min-height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.bg_pink {
    background: #ffcdcd;
    text-align: center;
    min-height: 100px;
    padding: 24px;
}

.bg_pink h3 {
    font-size: 13px;
}

.car_report_detail h4 {
    color: #000;
}

.car_report_detail .table_list {
    padding: 0px;
}

.news_box span {
    display: block;
    color: #2d842e;
    font-size: 16px;
}

.vichles_table_list.Failure_box {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.vichles_table_list.Failure_box h3 {
    margin: 0 0 15px;
    font-weight: 500;
    text-decoration: underline;
}

.vichles_table_list.Failure_box p {
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.pad_top0 {
    padding-top: 0px !important;
}

.vichles_table_list.Failure_box.border_none {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.bg_pink {
    background: #ffcdcd;
    text-align: center;
    min-height: 100px;
    padding: 24px;
}

.bg_pink h3 {
    font-size: 13px;
}

.car_report_detail h4 {
    color: #000;
}

.car_report_detail .table_list {
    padding: 0px;
}

.news_box span {
    display: block;
    color: #2d842e;
    font-size: 16px;
}

.vichles_table_list.Failure_box {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.vichles_table_list.Failure_box h3 {
    margin: 0 0 15px;
    font-weight: 500;
    text-decoration: underline;
}

.vichles_table_list.Failure_box p {
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.pad_top0 {
    padding-top: 0px !important;
}

.vichles_table_list.Failure_box.border_none {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.finance_management .bg_pink {
    background: #fad5d2;
    min-height: auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.vehicle_table.finance_management .bg_pink h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #c00000;
    font-weight: 400;
}

.finance_table_list h5 {
    margin: 0 0 10px;
    padding: 0 15px;
    color: #000;
}

.finance_table_list h5 b {
    font-weight: 600;
}

.finance_table_list {
    width: 100%;
}

.vehicle_table.finance_management .green h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #000;
    font-weight: 400;
}

.finance_management .green {
    background: #c5e0b4;
    padding: 10px;
    border-radius: 3px;
}

.text-blue {
    color: #4472c4 !important;
    font-style: italic;
    font-weight: 300 !important;
}

#premium-check::before {
    display: block;
    content: " ";
    margin-top: -170px;
    height: 170px;
    visibility: hidden;
    pointer-events: none;
}

.Failure_box .red {
    background: #ff9797;
    color: #000 !important;
    padding: 3px 15px;
    border: none;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: auto;
}

.Failure_box .yellow_btn {
    background: #ffd966;
    color: #000;
    padding: 3px 15px;
    border: none;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: auto;
}

.pad_top0 {
    padding-top: 0px !important;
}

.link_white {
    color: #fff;
}

.link_white:hover {
    color: #fff;
}

/* full page report */
/* terms and condition */
.feature-title-bar {
    background: #674186;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 25px;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}

.title_wrap h3,
.title_wrap h2,
.title_wrap div.h3 {
    font-size: 24px;
    color: #000;
}

.please_read p {
    margin-top: 10px;
    text-align: justify;
    line-height: 29px;
    font-size: 14px;
}

.pricing h3,
.pricing h2 {
    margin: 20px 0 10px 0;
}

.all-unset {
    all: unset;
}

.general_content h3,
.general_content h2,
.general_content div.h3 {
    margin: 20px 0 10px 0;
}

.intellectual_property h3,
.intellectual_property h2,
.intellectual_property div.h3 {
    margin: 20px 0 10px 0;
}

.permitted_use h3,
.permitted_use h2,
.permitted_use div.h3 {
    margin: 20px 0 10px 0;
}

.use_of_my h3,
.use_of_my h2,
.use_of_my div.h3 {
    margin: 20px 0 10px 0;
}

.problem_with h3,
.problem_with h2,
.problem_with div.h3 {
    margin: 20px 0 10px 0;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/* terms and condition end */
/* privacy policy */
.main_block p {
    margin-top: 20px;
}

.choose_career p {
    font-size: 14px;
    text-align: justify;
    line-height: 29px;
}

.external_links h3 {
    margin: 20px 0 10px 0;
}

.external_links p {
    margin-bottom: 20px;
}

.email_content h3 {
    margin: 20px 0 10px 0;
}

.contact_information h3 {
    margin: 20px 0 10px 0;
}

.content_website h3 {
    margin: 20px 0 10px 0;
}

/* privacy policy end */
/* fair use policy */
.content_block_heading {
    margin: 0px 0 0px 0;
    width: 100%;
    background: #edeff0;
}

.promo_button {
    background: #007ee2;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 11px 15px;
    width: 100%;
}

.promo_button_search {
    background: #5b5f62;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 11px 15px;
    width: 100%;
}

.contact_detail_form {
    background: #edeff0;
    color: #000;
    text-align: center;
    padding: 0px 0 10px 0;
    display: inline-block;
    width: 100%;
}

.promotional-offer .pro-cont {
    width: 30%;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
}

.promotional-offer .pro-cont div {
    margin: 0px 15px;
}

.promotional-offer .heading {
    font-size: 24px;
    color: #007ee2;
}

/* fair use policy end */
/* copyright start */
.copyright-notice h1 {
    color: black;
    font-size: 26px;
    font-weight: 600;
}

.copyright-notice {
    padding: 20px 0px;
}

.copyright-notice ol {
    margin: 5px 0px;
    list-style: none !important;
}

.copyright-notice ol li {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-bottom: 5px;
}

.copyright-notice ol li span {
    margin-right: 8px;
}

.copyright-notice ol li ol {
    padding-left: 0px;
}

.copyright-notice ol li ol li ol {
    padding-left: 25px;
}

.copyright-notice ol li ol li {
    font-weight: 400;
}

.copyright-notice ol li ol li ol li {
    font-weight: 400;
    font-size: 16px;
}

/* copyright end */
/* mot check css */

.login_section {
    display: block;
    width: 100%;
    background: #fff;
    padding: 50px 0 10px;
    background: url("../../img/slider_image.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 710px;
}

.login_form {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*.login_input{display:inline-block;width:340px;}
.login_input .form-control{height:70px;width:100%;background:#fff;font-weight:bold;border-radius:0px;color:#007ee2;text-align:left;font-size:40px;border:solid 1px #9c9c9c;text-transform:uppercase;display:inline-block;border-radius:40px;padding:6px 40px;}
.login_input .form-control.old-input::-webkit-input-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:8px;}
.login_input .form-control.old-input::-moz-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:8px;}
.login_input .form-control.old-input:-ms-input-placeholder{color:#6abdff!important;opacity:1;letter-spacing:8px;}
.login_input .form-control.old-input:-moz-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:8px;}
.login_input .form-control.old-input::placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:8px;}
.login_btn{display:inline-block;vertical-align:top;margin-left:0px;margin-left:-60px;} */
.btn.go_btnold {
    background: #007ee2;
    height: 55px;
    width: 55px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border: solid 1px #007ee2;
    font-weight: 600;
    position: relative;
    left: -6px;
    padding: 0;
    line-height: 58px;
    margin-top: 7px;
    border-radius: 112px;
}

.login_form p {
    font-size: 14px;
    margin: 15px 0 0;
    color: white;
}

.Vehicle_section {
    display: inline-block;
    width: 100%;
    padding: 40px 0 20px;
    background: #fff;
}

.Vehicle_section a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.Vehicle_section a:hover {
    background: #f95949;
    color: #fff;
}

.grantee_icon {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 190px;
}

.grantee_icon img {
    width: 100%;
    padding: 10px;
    border-radius: 45px;
}

.login_form h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
    margin: 20px 0 25px;
}

.static_page_link {
    all: unset !important;
    cursor: pointer !important;
}

.loader_button img {
    width: 30px;
}

#bshow {
    cursor: default;
}

.loader_button img {
    margin-bottom: 8px;
}

.total_stripped.Vehicle_section {
    margin-top: -290px;
    display: inline-block;
    width: 100%;
    padding: 0px 0 0px;
    background: transparent;
}

.total_stripped.Vehicle_section .bg-heading {
    color: white !important;
    font-size: 30px;
}

.Vehicle_Specification {
    display: inline-block;
    width: 100%;
    background: #edeff0;
    margin-top: 0px;
    padding: 10px 0 10px;
}

.Vehicle_Specification h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px;
}

.Vehicle_Specification .home-page-h2 {
    color: black;
    font-size: 22px;
}

.home-page-section {
    background: white !important;
    color: black !important;
}

.grantee_icon a {
    width: auto;
    margin: 0;
}

.grantee_icon a:hover {
    background: transparent;
    color: #006c9d;
}

.specs_box {
    background: #ffffff;
    position: relative;
    padding: 14px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 124, 226, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 124, 226, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 124, 226, 0.1);
    color: #666666;
    margin-bottom: 15px;
    padding-left: 65px;
}

.specs_left_icon {
    position: absolute;
    left: 15px;
    font-size: 35px;
    top: 1px;
}

.specs_box_content {
    position: relative;
    top: 1px;
}

.color1 {
    color: #f9845b;
}

.color2 {
    color: #52bbb3;
}

.color3 {
    color: #39add1;
}

.color4 {
    color: #828cc7;
}

.color6 {
    color: #c45874;
}

.Vehicle_box-cta {
    padding-top: 30px;
}

/* mot check end */
/* report error */
.report-error-page ul li:before {
    padding: 0 10px;
}

.report-error-page ul li {
    margin-bottom: 5px;
}

.report-error-page ul {
    list-style: none;
    color: #000;
    text-align: center;
    font-size: 21px !important;
    font-weight: 600;
    color: #000;
    margin: 40px 0;
}

.report-error-page ul li:before {
    content: "\2713\0020";
}

.report-error-page p {
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
    text-align: center !important;
}

.report-error {
    padding: 40px 0;
}

.report-error h2 {
    color: rgb(235, 69, 53);
    font-size: 28px;
    text-align: center;
    margin: 15px 0px;
}

.report-error p {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

/* report error end */
/* select plan page */
.fair-policy .pro-cont {
    width: 41%;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
}

.fair-policy .pro-cont .promo_button {
    background: #bf382f !important;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 11px 15px;
    width: 46% !important;
}

.padd-200 {
    padding: 60px 0px 250px 0px;
}

.fair-policy .fair-message {
    margin-bottom: 2px;
    font-size: 16px;
}

/* select plan page end */
/* terms condition sidebar */
.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-title > a {
    color: inherit;
}

.panel-group {
    margin-bottom: 22px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #d3e0e9;
}

.panel-default {
    border-color: #d3e0e9;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d3e0e9;
}

/*.panel-title > a:before{float:right!important;font-weight:900;font-family: "Font Awesome 5 Free";content:"\f068";padding-right:5px;} */
.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

#accordion {
    margin-top: 10px;
}

#accordion .panel-default {
    border: none !important;
    box-shadow: unset !important;
}

#accordion .panel-default .panel-heading {
    border-bottom: 3px solid !important;
    padding: 5px !important;
}

#accordion .panel-heading a {
    color: black !important;
    font-size: 17px !important;
}

#accordion .panel-body {
    padding: 0px;
}

#accordion .unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#accordion .unstyled-list li {
    line-height: 1rem;
    padding: 15px 0px;
    border-bottom: 1px solid #edf0f0;
}

#accordion .unstyled-list li a {
    color: #bf4686 !important;
}

#accordion .unstyled-list li a:hover {
    text-decoration: underline !important;
}

#accordion .panel-default #headingOne {
    border-color: #bf4a8e !important;
}

/* terms condition sidebar end */
.data-guarantee .right-pane ul li,
.data-guarantee .right-pane ol li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 29px;
}

.data-guarantee ul {
    list-style: disc;
}

.data-guarantee table tr {
    border-bottom: 1px solid #eee;
}

.data-guarantee table tr td {
    padding: 10px;
}

.data-guarantee table {
    font-size: 14px;
    text-align: justify;
    line-height: 29px;
}

/* cookies banner */
#cookie_banner {
    background-color: rgba(29, 29, 27, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}

#cookie_banner a {
    color: #fff;
    transition: border-color 0.1s linear;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(29, 29, 27, 0.3);
    border-color: #fff;
}

#cookie_button {
    cursor: pointer;
}

/* cookies banner end */
.color-red {
    color: #000;
}

.service-question {
    font-weight: 600 !important;
}

/* new css end */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -296px;
}

.wrapper:after {
    content: "";
    display: block;
    height: 296px;
}

.footer {
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8rem;
}

.text-yellow {
    color: #ff7c07;
}

a {
    color: #bf4686;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #bf4686;
}

a:focus {
    text-decoration: none;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Poppins", sans-serif;
    padding: 6px 16px;
}

.btn-yellow {
    background: #ff7c07;
    border: 2px solid #ff7c07;
    color: #fff;
    border-radius: 50px;
}

.btn-yellow:hover {
    background: #007be2;
    border: 2px solid #007be2;
    color: #fff;
}

.form-style {
    border-color: #674186;
    border-radius: 25px;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 42px;
}

.form-control:focus {
    border-color: #ff7c07;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

blockquote {
    font-size: 14px;
}

.text-highlight {
    color: #ff7c07;
}

#topcontrol {
    background: #bf4a8e;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 45px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#topcontrol:hover {
    background: #bf4a8e;
}

#topcontrol .svg-inline--fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.header.navbar-fixed-top {
    border: none;
}

.header.navbar-fixed-top .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}

.header div.logo {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    max-height: 50px;
}

.header div.logo a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.header div.logo a:hover {
    color: #ff7c07;
}

.header div.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}

.header div.logo .logo-title img {
    /* width: 100px;
    padding: 5px 5px; */
    width: 200px;
}

.header .main-nav {
    /* padding: 0 */
    /* padding: 1.5rem 0rem; */
    padding: 0.3rem 0rem;
}

.header {
    transition: all 0.3s ease-out;
}

.header.fixed-top {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    background: #f3f3f3;
    border: none;
    z-index: 1030;
}

.header .main-nav .navbar-toggler {
    margin-right: 0;
    background: #ff7c07;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    position: absolute;
    right: 0;
    top: -40px;
}

.header .main-nav .navbar-toggler:focus {
    outline: none;
}

.header .main-nav .navbar-toggler:hover {
    background: #ff7c07;
}

.header .main-nav .navbar-toggler .icon-bar {
    background-color: #fff;
}

.header .main-nav .nav .nav-item {
    font-weight: normal;
    /* text-transform: uppercase; */
    font-size: 16px;
    margin-right: 10px;
    color: #444444;
    font-weight: 500;
}

.header .main-nav .nav .nav-item .btn-link {
    background: none;
    color: #666 !important;
    font-weight: 400;
    text-transform: uppercase;
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .main-nav .nav .nav-item .btn-link:focus {
    outline: none;
}

.header .main-nav .nav .nav-item .btn-link:hover {
    color: #ff7c07 !important;
}

.header .main-nav .nav .nav-item.active a {
    color: #007be2;
    background: none;
    font-weight: 600;
}

.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 6px 12px;
    font-weight: 600;
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Poppins", sans-serif;
    background: #fff;
    border: 2px solid #ff7c07;
    color: #ff7c07;
    border-radius: 50px;
}

.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover {
    background: #ff7c07;
    border: 2px solid #ff7c07;
    color: #fff;
}

.header .main-nav .nav .nav-item a,
.header .main-nav .nav .nav-item span {
    color: #333;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.header .main-nav .nav .nav-item a.text-pink {
    color: #674186;
}

.header .main-nav .nav .nav-item a.nav-link i {
    margin-left: 5px;
}

.header .main-nav .nav .nav-item a:hover {
    color: #bf4a8e;
    background: none;
    /* transition: 0.5s all; */
}

.header .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item.active {
    color: #bf4a8e;
}

.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}

.header .main-nav .nav .open > a {
    background: none;
}

.header .main-nav .nav .dropdown-menu {
    /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-top: 3px solid #007be2; */
    text-transform: none;
}

.header .main-nav .nav .dropdown-menu a {
    /* border-bottom: 1px dotted #f5f5f5;*/
    padding: 13px 20px;
    /* color: #674186; */
    color: #333;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.header .main-nav .nav .dropdown-menu a:hover {
    color: #bf4a86;
    border-radius: unset;
}

.header .main-nav .nav .dropdown-menu {
    padding: 0px;
    border: none;
    border-radius: none !important;
    margin: 0;
}

/*
.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #007be2;
  position: absolute;
  right: 30px;
  top: -10px;
} */

.main-nav .navbar-collapse {
    /* padding-top: 8px; */
}

.dropdown-toggle::after {
    display: none;
}

.footer {
    background: #f4f5ff;
    padding: 0px 0px;
}

footer .whitebar {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .bottom-bar {
    padding: 20px 0px;
    background-color: #f4f5ff;
}

footer .bottom-bar .bottom-bar-heading {
    font-weight: 600;
}

.bottom-footer-p {
    margin-bottom: 0px;
}

footer .whitebar h3,
footer .whitebar .h3-style {
    color: #674186;
    font-weight: 600;
    /* font-family: "Ubuntu", Sans-serif; */
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
}

footer .review-rate h3 {
    color: #674186;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

footer .review-rate p {
    color: #222;
    /* text-align:justify; */
}

footer ul.footer-menus-2 {
    list-style-type: none;
    padding-left: 0;
}

footer .whitebar ul.footer-menus-2 li {
    padding: 0px 0 10px;
    color: white;
}

.copy-right-protact,
.card-div,
.secured-aws {
    text-align: center !important;
}

.social-icons {
    text-align: center !important;
    padding-right: 0px;
}

.copy-right-protact img {
    width: 100%;
}

.footer .bottom-bar .social li {
    float: left;
    right: 0;
    height: 40px;
    width: 40px;

    color: #3a3a3a;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;

    color: #fff;
    transition: all 0.7s;
}

.footer .bottom-bar .social li:hover {
    transition: all 0.7s;
}

.footer .bottom-bar .social li {
    float: none;
}

.footer .bottom-bar .social li.list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
}

.md-footer-div {
    margin-bottom: 5px;
}

.footer .bottom-bar .social li a {
    color: #3a3a3a;
    font-size: 25px;
}

footer .whitebar ul.footer-menus-2 li a {
    color: #ffffff;
    font-size: 16px;
    /* font-family: "Ubuntu", Sans-serif; */
    font-family: "Poppins", sans-serif;
}

footer .whitebar ul.footer-menus-2 li a:hover {
    color: #bf4a86;
}

footer .copyrightbar {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.footer .bottom-bar .copyright p {
    color: #3a3a3a;
    margin-bottom: 0px;
    /* font-family: "Ubuntu", Sans-serif; */
    font-family: "Poppins", sans-serif;
}

/* .footer-content {
    background: #000E59;
    padding: 15px 0px;
} */

/* .footer .footer-col {
    padding-top: 15px
}

.footer .footer-col.about .more .svg-inline--fa {
    margin-left: 5px;
    position: relative;
    top: 1px
}

.footer .footer-col.links .svg-inline--fa {
    margin-right: 5px
}

.footer .footer-col.links li {
    margin-bottom: 10px
}

.footer .footer-col.contact p {
    color: #cdcdcd;
}

.footer .bottom-bar .social li a {
    font-size: 15px;
    background: #007BE2;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 50px
}

.footer .footer-col.contact .svg-inline--fa {
    margin-right: 10px;
    color: #fff;
}

.footer .footer-col .title {
    color: #FF7C07;
    font-weight: normal;
    font-size: 22px
}

.footer .footer-col p {
    color: #cdcdcd;
}

.footer .footer-col a {
    color: #cdcdcd;
}

.footer .footer-col a:hover {
    color: #b3b2b2;
}

.footer .bottom-bar {
    background: #F6F4F8;
    color: #2E3235;
    font-size: 14px;
    padding: 10px 0
}

.footer .top-bar {
    background: #F9F8FA;
    color: #2E3235;
    font-size: 14px;
    padding: 10px 0
}

.top-bar .logo img {
    width: 200px;
    margin-top: 10px;
}

ul.footer-menus li {
    list-style-type: none;
    display: inline-block;
    padding: 15px;
    font-size: 14px;
}

ul.footer-menus li a {
    color: #2E3235;
}

ul.footer-menus li a:hover {
    color: #007BE2;
}

.footer .bottom-bar .copyright {
    line-height: 1.8
}

.footer .bottom-bar .social {
    margin-bottom: 0;
    text-align: right
}

.footer .bottom-bar .social li {
    margin-left: 20px;
    margin-right: 0;
    float: right;
    text-align: right
}

.footer .bottom-bar .social li a .svg-inline--fa {
    color: #fff;
    font-size: 20px
}

.footer .bottom-bar .social li a:hover .svg-inline--fa {
    color: #010d4a
} */

/* banner start here */

#page-content {
    min-height: 85vh;
}

/* banner bottom */
.bottom-banner {
    background: #575756;
    padding: 10px 0;
}

.bottom-banner .sr-icon i {
    font-size: 30px;
    color: white;
}

.bottom-banner .sr-icon-box .sr-name {
    border-left: 1px solid #d9d9d9;
    /* padding: 0px 0px; */
}

.bottom-banner h4,
.bottom-banner h2,
.bottom-banner .h2-style {
    font-weight: 600;
    font-size: 14px;
    color: white;
    margin-bottom: 0px;
}

.bottom-banner p {
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
}

.bottom-banner .sr-icon-box {
    padding: 15px 0px;
    margin: 0px 0px;
}

/* banner bottom end */
/* Buying guides */
.buying-guides table {
    border: 2px solid #eee;
    /* padding: 20px; */
    width: 100%;
    border-collapse: collapse;
}

.buying-guides table tr {
    border: 2px solid #eee;
}

.buying-guides table tr td {
    padding: 5px 14px;
}

.buying-guides table tr td a,
.buying-guides table tr td a:hover {
    color: black;
    font-size: 21px;
}

.buying-guides .heading {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}

.read_more_link {
    text-align: right;
    color: red;
    font-size: 16px;
    font-weight: 600;
}

/* buying gifts end */
.banner.service-banner {
    padding: 100px 0px;
}

.banner-right img {
    width: 100%;
}

.banner .login_input .form-control {
    height: 60px;
    width: 80%;
    background: #fff;
    font-weight: 600;
    border-radius: 0;
    color: #000 !important;
    text-align: center;
    font-size: 20px;
    border: solid 1px #9c9c9c;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 40px;
    padding: 6px 40px;
    margin-bottom: 15px;
}

.affilate-form .login_input .form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.affilate-form .service_page_button {
    width: 100%;
    margin: 0px;
}

.review-form .login_input .form-control {
    width: 100%;
    height: 54px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 32px;
}

.review-form .service_page_button {
    width: 100%;
    margin: 0px;
    height: 54px;
    border-radius: 4px;
}

.review-form .login_input .form-control::placeholder {
    color: #afada3 !important;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
}

.review-form .login_input .form-control::-webkit-input-placeholder {
    color: #afada3 !important;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
}

.review-form .login_input .form-control::-moz-placeholder {
    color: #afada3 !important;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
}

.review-form .login_input .form-control:-ms-input-placeholder {
    color: #afada3 !important;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
}

.navsearchForm .login_input .form-control {
    height: 60px;
    width: 100%;
    background: #ff7800;
    font-weight: 600;
    border-radius: 0;
    color: #fff !important;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 40px;
    padding: 6px 30px;
    margin-bottom: 5px;
}

.banner.service-banner .login_input .form-control {
    width: 58%;
    margin-bottom: 10px;
}

.btn.go_btn {
    position: absolute;
    right: 23%;
    height: 40px;
    width: 40px;
    background: #ff7800;
    border-radius: 50%;
    top: 12%;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

.navsearchForm .btn.go_btn {
    right: 5%;
    top: 15%;
    height: 40px;
    width: 40px;
}

.navsearchForm {
    display: none;
}

.fixed-top .navsearchForm {
    display: block;
}

.banner-left h1 {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.banner.service-banner h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.banner.service-home-banner h1 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.banner-left p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin: 18px 0px;
}

.star-div {
    margin-top: 10px;
}

ul.star-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.star-ul li {
    list-style-type: none;
    display: inline-block;
    padding: 6px;
    font-size: 20px;
}

li.review-text {
    color: white;
}

.white-link,
.white-link:hover {
    color: white !important;
    text-decoration: underline;
}

span.review-text-orange {
    color: #eed502;
    font-weight: 600;
}

ul.star-ul li a {
    color: #eed502;
}

.banner-left .star-div p,
.banner-left .star-div h2 {
    color: #ffffff;
    font-size: 18px;

    line-height: 31px;
    margin: 2px 0px;
}

/* .login_input input[type="text"] {
    text-align: center;
} */

.form-control:focus {
    border-color: #98cbe8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(152, 203, 232, 0.6);
}

.login_input .form-control::placeholder {
    color: #000 !important;
    opacity: 1;
}

.login_input .form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.login_input .form-control::-ms-input-placeholder {
    color: #000 !important;
}

.login_input .form-control::-webkit-input-placeholder {
    color: #000 !important;
}

/* banner end here */

/* section-1 start */

.section-1 {
    padding: 70px 0px;
}

.section-1 h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.section-1 h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.section-1 .v-icon-box img {
    width: 85px;
    height: 85px;
    border: 1.5px solid #dddddd;
    border-radius: 50%;
    padding: 15px;
    transition: 0.7s all;
}

.section-1 .v-icon-box:hover img {
    border: 1.5px dashed #ff7c07;
    border-radius: 50%;
    padding: 15px;
    transition: 0.7s all;
}

.section-1 .v-icon-box:hover h4 {
    color: #ff7c07;
}

.v-icon-box {
    min-height: 145px;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.grey-bg {
    background: #f1f1f1;
}

/* section-2 start */
.section-2 ol {
    font-size: 22px;
    line-height: 40px;
    padding: 0px;
}

.section-2 {
    padding: 50px 0px 40px 0px;
}

.section-2 h2,
.section-2 div.h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #007ee2;
}

.section-2 h3,
.section-2 div.h3,
.section-2 h2.style-h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    color: #007ee2;
}

.section-2 p i.fas {
    font-size: 14px;
    color: #ff0505;
    margin-right: 10px;
}

.section-2 p,
.section-2 .style-h4 {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: justify;
}

.section-2 .h4-inline {
    display: inline-block;
    margin-bottom: 0px;
}

.borderBottom {
    border-bottom: 1px solid #e9e9e9;
}

/* section-2 end */
/* accordion start */
.ca-accordion .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.ca-accordion .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.ca-accordion .panel-title {
    font-size: 14px;
}

.ca-accordion .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.ca-accordion .panel-title > a.collapsed:before {
    all: unset;
}

.ca-accordion .more-less {
    float: right;
    color: #212121;
}

.ca-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}

#accordion .panel-body {
    padding: 5px 10px;
}

/* accordion end */
/* faq section start */
.faq-acc-section .heading {
    color: #007ee2;
    font-weight: 500;
    font-size: 40px;
    margin: 5px 0;
}

.faq-acc-section .subheading {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 35px !important;
    margin: 5px 0 !important;
    line-height: 1;
}

.faq-acc-section .info-subheading {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
}

.faq-acc-section .view-faq-btn {
    background: #000;
    border: none;
    border-radius: 8px;
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 10px 20px;
    font-size: 18px;
    min-width: 240px;
}

.faq-acc-section .panel,
.faq-acc-section .ca-accordion .panel-default > .panel-heading {
    background: transparent !important;
}

.faq-acc-section #accordion .panel-default .panel-heading {
    border-bottom: 1px solid #7d7b7b !important;
}

.faq-acc-section #accordion .panel-default #headingOne {
    border-color: #7d7b7b !important;
}

.faq-acc-section .ca-accordion .panel-title > a {
    padding: 15px 0 !important;
}

/* faq section end */

/* section-5 start */

.section-5 {
    padding: 70px 0px;
}

.section-5 .row {
    margin: 0px 0;
}

.other-service-section .col-lg-3 {
    padding: 8px 30px;
}

.section-5 h2,
.section-5 div.h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.section-5 .sr-icon-box h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 4px;
}

.section-5 .sr-icon-box {
    padding: 5px;
    transition: all 0.7s;
    background: white;
    border-radius: 12px;
    transition: 0.5s cubic-bezier(0, 0.7, 0.2, 1);
    transform: scale(1);
    transform-origin: 50% 50%;
    border: 3px solid #fff;
    box-shadow: 5px 5px 20px 0 rgba(37, 24, 29, 0.05);
}

.section-5 .sr-icon-box:hover h4 {
    color: #ff7c07;
}

.section-5 .sr-icon-box:hover {
    background: #f4f7f5;
    box-shadow: 5px 5px 20px 0 rgba(37, 24, 29, 0.2);
    transform: scale(1.1);
    transition: all 0.7s;
    box-shadow: 5px 0 35px rgba(167, 160, 151, 0.07);
    /* box-shadow: 0px 3px 16px rgb(255, 124, 7, 0.2); */
}

.section-5 .sr-icon-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.7s all;
}

/* section-5 end */

.section-6 {
    padding: 60px 0px;
    background: #007ee2;
    /*background: url(../../assets/images/blue-img.png) no-repeat; */
    background-size: cover;
}

.section-6 h2,
.section-6 div.h2,
.section-6 h3.style-h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}

.section-6 h3,
.section-6 div.h3,
.section-6 h2.style-h3 {
    color: #fff !important;
    font-size: 60px !important;
    font-weight: 500;
    margin: 30px 0 !important;
}

.section-6 .star-section {
    margin-bottom: 30px;
}

.section-6 p {
    color: #ffffff;
    font-size: 18px;
}

.section-6 .star-section i {
    color: #eed502;
    font-size: 42px;
}

/* service section 1 start here */
.service-section-1 {
    /* padding: 70px 0px; */
    padding: 70px 0px 30px 0px;
}

.service-section-1 h2,
.service-section-1 .h2-style,
.service-section-1 h3.style-h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.why-we-are-section h2 {
    font-size: 1.75rem;
}

.why-we-are-section .award-provider a {
    font-size: 1.25rem;
    color: black;
}

.service-section-2 {
    padding: 0px 0px 50px 0px;
}

.service-section-1 .sr-icon-box .sr-icon i {
    color: black;
    font-size: 30px;
}

.service-section-1 .sr-icon-box {
    padding: 10px;
    margin: 0px 0px;
    transition: all 0.7s;
}

/* why choose us section */
.why-choose-us-section .wc-box .wc-icon {
    height: 70px;
    width: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 70px;
    padding: 15px;
    font-size: 20px;
}

.why-choose-us-section .wc-box .wc-text h4,
.why-choose-us-section .wc-box .wc-text .h4-style {
    font-size: 22px;
    font-weight: 600;
}

.why-choose-us-section .wc-box .wc-text p {
    font-size: 18px;
    line-height: 33px;
}

/* why choose us section end */
.service-section-1 h4,
.service-section-1 .sr-name h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.service-section-1 .sr-name h2 {
    margin-bottom: 0.5rem;
    text-align: left;
    color: black;
}

.service-section-1 .sr-name p {
    font-size: 18px;
}

.service-section-1 .service-row {
    margin-bottom: 30px;
}

.service-dt h3,
.service-dt h2,
.service-dt div.h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-dt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.service-dt p {
    font-size: 17px;
    line-height: 1.8rem;
    color: #000;

    margin: 20px 0 !important;
    text-align: justify;
}

.service-dt ul {
    color: #000;
    margin: 10px 0;
    font-size: 17px;
}

.service-dt a {
    color: #0056b3;
}

.service-dt a:hover {
    color: #0056b3;
    text-decoration: none;
}

.service-dt ul li {
    padding: 5px 0px;
}

.review-mobile-section {
    display: none;
}

.star-div {
    display: block;
}

/* media query start here */

@media (max-width: 767px) {
    .home-page-padding p {
        line-height: 1.8rem;
    }

    .header {
        padding: 8px 0 !important;
    }

    /* .header .main-nav {
        padding-top: 1rem !important;
    } */

    .mobile-review-num {
        margin: 10px 0 !important;
    }

    .home-page-padding .banner-left h1 {
        /* margin-top: 30px; */
    }

    .mobile-margin {
        margin-bottom: 0px;
    }

    .star-div {
        display: none;
    }

    .review-mobile-section {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .review-mobile-section h2 {
        font-size: 33px;
        font-weight: 600;
        color: #000;
        margin: 10px 0 !important;
    }

    .review-mobile-section h3 {
        color: #000;
        font-size: 23px;
        font-weight: 500;
        margin: 10px 0 !important;
    }

    .review-mobile-section p {
        font-size: 17px;
        line-height: 1.8rem;
        color: #000;
    }

    .review-mobile-section .star-section i {
        color: #ff8c00;
        font-size: 31px;
    }

    .header div.logo .logo-title img {
        max-height: 45px;
        width: auto !important;
    }

    /* bottom section */
    .bottom-banner .sr-icon-box .sr-name {
        border-left: transparent;
        text-align: center;
    }

    /* bottom section end */
    /* service page */
    .banner.service-banner h1 {
        font-size: 20px;
    }

    .navsearchForm,
    .fixed-top .navsearchForm {
        display: none;
    }

    .banner-img {
        display: none;
    }

    .banner.service-home-banner h1 {
        font-size: 20px;
    }

    .banner.service-banner .login_input .form-control {
        width: 85%;
    }

    .banner.service-banner .login_input .btn.go_btn {
        position: absolute;
        right: 10%;
    }

    .why-choose-us-section .wc-box .wc-text {
        text-align: center;
    }

    .banner .login_input .form-control {
        width: 100%;
    }

    .navsearchForm .login_input .form-control {
        width: 100%;
    }

    .banner-left p {
        width: 100%;
        text-align: center !important;
    }

    .new-banner-layout .banner-left p,
    .new-banner-layout .banner-left h2 {
        font-size: 18px;
    }

    .new-banner-layout .review-form .login_input .form-control {
        margin-bottom: 10px;
    }

    .new-banner-layout .review-form .service_page_button {
        margin: 5px 0 !important;
    }

    .service-page .subheading {
        text-align: center !important;
    }

    .faq-acc-section .left-section {
        text-align: center !important;
    }

    .banner-left .star-div p {
        width: 100%;
    }

    .btn.go_btn {
        position: absolute;
        right: 3%;
    }

    /* service page */
    .banner {
        text-align: center;
    }

    .banner .login_input .form-control {
        width: 100%;
    }

    .btn.go_btn {
        right: 4%;
    }

    footer .bottom-bar {
        padding: 20px 0px 0px 0px;
    }

    .copy-right-protact,
    .card-div,
    .secured-aws {
        text-align: center !important;
    }

    .social-icons {
        text-align: center !important;
    }

    .social-icons .social {
        margin-bottom: 0px;
    }

    .card-div img {
        width: 40px;
    }

    .secured-aws {
        margin-bottom: 1rem;
    }

    footer .whitebar {
        padding-top: 30px;
    }

    .section-1 {
        padding: 50px 0px 10px 0px;
    }

    .section-2 {
        padding: 20px 0px;
    }

    h2.style-h3 {
        text-align: center !important;
    }

    .service-section-1 {
        padding: 20px 0px;
    }

    .section-1 h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .section-2 h2,
    .section-2 div.h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .section-2 h3,
    .section-2 div.h3,
    .section-2 h2.style-h3 {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }

    .section-2 p,
    .section-2 .style-h4 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .section-2 ol {
        padding: 0 20px;
    }

    .section-2 img {
        width: 65%;
    }

    .section-5 .sr-icon-box {
        margin: 5px 0;
        padding: 0px;
    }

    .other-service-section .col-lg-3 {
        padding: 10px;
    }

    .section-5 .sr-icon-box h4,
    .service-section-1 h4 {
        font-size: 12px;
    }

    .section-5 .row {
        margin: 0px 0;
    }

    .section-5 {
        padding: 30px 0px;
    }

    .section-5 h2,
    .section-5 div.h2,
    .section-6 h2.style-h3 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .section-6 h2,
    .section-6 div.h2,
    .section-6 h3.style-h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .section-6 p {
        font-size: 17px;
        line-height: 1.8rem;
    }

    .star-div {
        margin-top: 15px;
    }

    .banner-right img {
        display: none;
    }

    .section-6 {
        background-size: cover;
        background-position: 100% 100%;
    }

    .header .main-nav .navbar-toggler:hover {
        background: transparent;
    }

    .header .main-nav .navbar-toggler {
        background: transparent;
    }

    .header .main-nav .navbar-toggler .mob-menu-bar {
        transition: all 0.7s;
        color: gray;
        font-size: 20px;
    }

    .header .main-nav .navbar-toggler .mob-menu-bar:hover {
        transition: all 0.7s;
        color: #000;
    }

    .header .main-nav {
        padding: 0rem 0rem;
    }

    .dropdown-menu.show {
        position: static !important;
        transform: none !important;
    }

    .fixed-top .dropdown-menu.show {
        background: transparent !important;
    }

    .dropdown-menu.show a.dropdown-item {
        /*padding-left: 0 !important */
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .nav-link {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .header .main-nav .nav-item:last-child {
        /*  display: none; */
    }

    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }

    .wrapper:after {
        content: none;
    }

    .footer {
        height: auto;
        padding-bottom: 0;
    }

    .header div.logo {
        float: left;
    }

    .fixed-top {
        /*position: static ; */
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .footer .bottom-bar .copyright {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer .bottom-bar .social li {
        /* float: left; */
        margin-left: 0;
        margin-right: 10px;
    }

    .header .main-nav .nav .dropdown-menu:before {
        display: none;
    }

    .header .main-nav .nav .dropdown-menu {
        border: none;
    }

    .header div.logo {
        float: none;
        text-align: left;
    }

    /* new css add */
    .service-point ul li {
        display: block;
        margin-left: 0 !important;
    }

    .service_page_button {
        margin: 10px 0 !important;
    }

    .service-button {
        text-align: center;
    }

    .dealer-page .pro-cont {
        width: 96%;
        text-align: left;
        margin: 0 auto;
        padding: 10px;
    }

    /* select-product page css */
    .table-responsive {
        width: 100%;

        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0;
    }

    .square_email_report_button:first-child {
        margin: 4px 0;
    }

    .square_email_report_button {
        padding: 10px 10px !important;
        font-size: 15px !important;
    }

    .vichles_table_list li {
        min-height: 0px;
        padding: 12px 5px !important;
        font-size: 12px;
    }

    .direction_arrow {
        width: auto;
    }

    .green_btn {
        font-size: 12px;
        padding: 5px 15px;
        width: auto;
    }

    .red_btn {
        font-size: 12px;
        padding: 5px 15px;
        width: auto;
    }

    .vehicle_heading {
        font-size: 15px;
    }

    .table_right_cta {
        text-align: left;
    }

    .font-size30 {
        font-size: 20px;
    }

    .modal_no {
        font-size: 20px;
    }

    .round_email_report_button {
        padding: 10px 35px !important;
    }

    .cr-right {
        margin-top: -9px;
    }

    .cr-right li:nth-child(2n + 1) {
        clear: left;
    }

    .cr-left li:nth-child(2n + 1) {
        clear: left;
    }

    .cr-left ul {
        border-bottom: 0px !important;
    }

    .history_na_chart_section .history_na {
        padding: 10px 20px;
    }

    .history_na_section {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* select-product page css end */

    /* Checkout page add */
    .border-gr .btn {
        margin: 5px 0;
    }

    .border-gr hr {
        margin: 10px 0;
    }

    .btn-apply.btn-block {
        height: 45px;
    }

    .border-gr .btn-success {
        font-size: 16px;
        height: 45px;
        line-height: 16px;
    }

    .payment-box-right {
        padding: 0;
    }

    .payment-box-right,
    payment-box-right-new {
        margin-top: 15px;
    }

    /* checkout page end */
    /* Full report */
    .vichles_table_list p {
        font-size: 12px;
        line-height: 28px;
    }

    /* full report */
    /* order confirmation */
    .details {
        width: 75%;
    }

    /* order confirmation end */
    /* terms and condition */
    .feature-title-bar {
        color: #fff;
        font-size: 18px;
        font-weight: 800;
    }

    .feature-title-bar .container {
        padding-left: 0px;
    }

    .please_read p {
        font-size: 12px;
    }

    .title_wrap h3,
    .title_wrap h2,
    .title_wrap div.h3 {
        font-size: 18px;
        color: #000;
    }

    .please_read ul li {
        font-size: 12px;
        line-height: 29px;
        text-align: justify;
    }

    /* terms and condition end */
    /* privacy policy */
    .choose_career p {
        font-size: 12px;
        text-align: justify;
        line-height: 29px;
    }

    /* privacy policy end */
    /* fair policy */
    .promotional-offer .pro-cont {
        width: 80%;
        text-align: left;
        margin: 0 auto;
        padding: 10px;
    }

    /* fair policy */
    /* mot check */
    .login_section {
        height: auto;
    }

    /*.login_input{display:block;margin:20px auto;width:100%;}
.login_input .form-control{width:100%;}*/
    .login_btn {
        display: block;
        margin: 20px auto;
        width: 100%;
    }

    .btn.go_btnold {
        width: 100%;
        left: 0px;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 30px;
    }

    /*.login_input .form-control{font-size:36px;padding:6px 25px!important;height:64px;}*/
    .login_section {
        padding: 10px 0 10px;
    }

    .login_form h3 {
        margin: 15px 0 15px;
    }

    .grantee_icon img {
        width: 100%;
    }

    .grantee_icon {
        margin-bottom: 15px;
    }

    .grantee_icon {
        padding-top: 0px;
    }

    .total_stripped.Vehicle_section {
        margin-top: 0px;
        padding: 40px 0 0px;
        background: #f7f7f7;
    }

    .total_stripped.Vehicle_section .bg-heading {
        color: black !important;
    }

    .grantee_icon {
        background: #ffffff;
    }

    .grantee_icon a {
        display: block;
    }

    .Vehicle_Specification {
        margin-top: 0px;
    }

    /*.login_input .form-control.old-input::-webkit-input-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:3px;}
.login_input .form-control.old-input::-moz-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:3px;}
.login_input .form-control.old-input:-ms-input-placeholder{color:#6abdff!important;opacity:1;letter-spacing:3px;}
.login_input .form-control.old-input:-moz-placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:3px;}
.login_input .form-control.old-input::placeholder{color:#007ee2!important;opacity:0.4;letter-spacing:3px;}
.login_input .form-control{padding-top:10px;} */
    /* mot check end */
    /* select plan */
    .fair-policy .pro-cont {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding: 10px;
    }

    .fair-policy .pro-cont .promo_button {
        width: 95% !important;
    }

    .padd-200 {
        padding: 40px 0 60px 0 !important;
    }

    /* select plan end */
    /* cookies banner */
    #cookie_banner {
        padding: 5px !important;
        width: 100%;
    }

    /* cookies banner end */
    /* new css end */
}

/* new css start */
@media (max-width: 479px) {
    .grantee_icon {
        background: #ffffff;
    }

    .login_form h3 {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    /*.login_input{width:400px;}*/
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1023px) {
    /*.login_input .form-control{font-size:36px;}*/
}

@media (max-width: 1199px) {
    .vichles_table_list p {
        font-size: 12px;
        line-height: 28px;
    }
}

@media (max-width: 1023px) {
    .vichles_table_list li {
        min-height: 0px;
        padding: 12px 5px !important;
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .vichles_table_list li {
        /* min-height: 50px; */
        padding: 5px 2px !important;
        font-size: 12px;
        line-height: 1.8rem;
    }

    .vichles_table_list p {
        font-size: 12px;
        line-height: 28px;
    }

    .direction_arrow {
        width: auto;
    }

    .b_arrow {
        margin-top: 45px !important;
    }

    .direction_arrow h3::after {
        border-top: 9px solid transparent;
        border-right: 10px solid #383838;
        border-bottom: 9px solid transparent;
        left: -10px;
    }

    .direction_arrow h3 {
        padding: 2.5px 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .details {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .price_section p {
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .no-padding-r {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #paymentLoader p {
        margin-top: 50% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .border-gr .btn-success {
        font-size: 16px;
        height: 35px !important;
        line-height: 16px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 380px) {
    .border-gr .btn-success {
        font-size: 16px;
        height: 45px !important;
        line-height: 16px;
    }

    .btn-apply.btn-block {
        height: 45px;
    }
}

@media only screen and (max-width: 380px) {
    .border-gr .btn {
        padding: 4px 15px;
        font-size: 16px;
    }

    .border-gr .btn-success {
        font-size: 16px;
        height: 45px !important;
        line-height: 16px;
    }
}

@media (max-width: 1023px) {
    .vichles_table_list li {
        min-height: 0px;
        padding: 12px 5px !important;
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .vichles_table_list li {
        /*min-height: 50px; */
        padding: 5px 10px !important;
        font-size: 12px;
    }

    .direction_arrow {
        width: auto;
    }

    .b_arrow {
        margin-top: 45px !important;
    }

    .d_arrow {
        margin-top: 63px !important;
    }

    .h_arrow {
        margin-top: 90px !important;
    }

    .direction_arrow h3::after {
        border-top: 9px solid transparent;
        border-right: 10px solid #383838;
        border-bottom: 9px solid transparent;
        left: -10px;
    }

    .direction_arrow h3 {
        padding: 2.5px 0;
        font-size: 12px;
    }
}

/* new css end */
@media (min-width: 576px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-section-1 .sr-icon-box {
        margin-bottom: 25px;
    }

    .service-section-1 .service-row {
        margin-bottom: 0px;
    }

    .card-div img {
        width: 42px;
    }

    .footer .bottom-bar .social li.list-inline-item:not(:last-child) {
        margin-right: 0.1rem;
    }

    .section-2 h3,
    .section-2 div.h3,
    .section-2 h2.style-h3 {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 15px;
    }

    .footer .bottom-bar .social li {
        height: 30px;
        width: 30px;
        line-height: 26px;
    }

    footer .whitebar h3,
    footer .whitebar .h3-style {
        margin-bottom: 10px;
        font-size: 20px;
    }

    footer .whitebar ul.footer-menus-2 li {
        padding: 5px 0 5px;
        font-size: 14px;
        color: white;
    }

    .footer .bottom-bar .social li a {
        font-size: 14px;
    }

    .copy-right-protact img {
        width: 100%;
    }

    footer .whitebar {
        padding-top: 30px;
    }

    .btn.go_btn {
        right: 14%;
    }

    .banner .login_input .form-control {
        width: 90%;
    }

    .review-form .login_input .form-control {
        width: 100% !important;
    }

    .star-div {
        margin-top: 10px;
    }

    .section-1 {
        padding: 60px 0px 20px 0px;
    }

    .section-2 h2,
    .section-2 div.h2 {
        margin-bottom: 20px;
    }

    .section-5 h2,
    .section-5 div.h2 {
        margin-bottom: 0px;
    }

    .section-2 p,
    .section-2 .style-h4 {
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 0px;
    }

    .section-6 p {
        font-size: 19px;
        line-height: 37px;
    }

    .section-5 .sr-icon-box {
        margin: 5px 0;
        padding: 10px;
    }

    .section-5 {
        padding: 40px 0px 10px 0px;
    }

    .header .main-nav {
        /* margin-top: 40px; */
        margin-top: 10px;
        padding: 0rem 0rem;
    }

    .bg-1 {
        padding: 20px 30px;
    }

    .bg-2 {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }

    .wrapper:after {
        content: none;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        height: auto;
        padding-bottom: 0;
    }

    .footer .bottom-bar .social li {
        /* float: right */
    }

    .footer-col-inner {
        margin-bottom: 15px;
    }

    .header div.logo {
        float: none;
        text-align: center;
    }

    .main-nav .navbar-collapse {
        float: none;
        text-align: center;
    }

    .main-nav .navbar-collapse .nav {
        margin: 0 auto;
        float: none;
    }

    .navbar-nav > li > a,
    .navbar-nav > li > span {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 25px;
        padding-right: 25px;
    }

    .fixed-top {
        top: 0;
    }

    .header div.logo {
        text-align: left;
        float: left;
    }

    .main-nav .navbar-collapse {
        text-align: left;
    }

    .main-nav .navbar-collapse .nav {
        margin: inherit;
        float: left;
    }
}

/* -------------------------------------------------- */
.static_page_link {
    all: unset;
    cursor: pointer;
}

/* Auto Expert css */
@media (max-width: 992px) {
    .tae-feature-sec .tae-feature-inner {
        height: unset;
    }
}

.bottom-header-sec {
    padding: 10px 0;
    background-color: #674186;
}

.bottom-header-sec .heading {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5;
}

.tae-banner-sec {
    padding: 70px 0;
    background: #f7f8f9;
}

.tae-banner-sec .heading {
    color: #674186;
    font-weight: 600;
    font-size: 42px;
}

.tae-banner-sec .subheading {
    color: #1b1b1b;
    font-size: 24px;
}

.tae-banner-sec .vrm-input {
    min-height: 59px;
    padding: 7px 20px;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #e9bf2d;
    border-width: 0;
    text-align: center;
}

.homeHeading {
    margin-top: 40px !important;
}

.tae-banner-sec #taeSearchForm .vrm-input {
    min-height: 86px;
    font-size: 32px;
}

.tae-banner-sec .vrm-input::placeholder {
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.tae-banner-sec .vrm-input::-webkit-input-placeholder {
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.tae-banner-sec .vrm-input::-moz-placeholder {
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.tae-banner-sec .vrm-input:-ms-input-placeholder {
    color: #000000 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.tae-banner-sec .car-check-btn {
    font-size: 18px;
    background-color: #674186;
    color: #ffffff;
    font-weight: 600;
    min-height: 59px;
}

.tae-banner-sec .car-check-btn:hover {
    background-color: #bf4a8e;
    color: #ffffff;
}

.rated-excellent-sec {
    padding: 20px 0;
    background-color: #68428794;
    background-image: url("../../assets/images/banner/bg-rated-sec.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rated-excellent-sec .heading {
    color: #fdfdfd;
    font-size: 30px;
    font-weight: 600;
}

.rated-excellent-sec .subheading {
    color: #fff;
    font-size: 18px;
}

.tae-feature-sec {
    padding: 50px 0;
    padding-bottom: 80px !important;
    background: #f7f8f9;
}

.tae-feature-sec .heading {
    color: #000;
    font-size: 18pt;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.tae-feature-sec .tae-feature-inner {
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    height: 465px;
}

.tae-feature-sec .tae-feature-inner a {
    color: #bf4a86;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.tae-feature-sec .tae-feature-inner img {
    width: 100%;
    max-width: 160px;
}

.sample-report-sec {
    padding: 20px 0;
    background-color: #fff;
}

.sample-report-sec .sample-report-inner-right img {
    width: 100%;
}

.sample-report-sec .sample-report-inner-right .heading {
    color: #3a3a3a;

    font-size: 20px;
    font-weight: 600;
}

.sample-report-sec .sample-report-inner-right {
    margin: -45px 0px -45px 0px;
}

.sample-report-sec .sample-report-inner-left .heading {
    color: #000;

    font-size: 25px;
    font-weight: 600;
}

.sample-report-sec .sample-report-inner-left p {
    text-align: justify;
    color: #000;

    font-size: 17px;
}

.sample-report-sec .sample-report-inner-left ol {
    list-style: none;
    padding-left: 0px;
}

.sample-report-sec .sample-report-inner-left ol li:before {
    content: "\f058";
    /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #00bda5;
    font-weight: 900;
}

.sample-report-sec .sample-report-inner-left ol li {
    padding-left: 1.3em;
    color: #000;
    font-size: 17px;
    line-height: 1.8rem;
    padding-left: 25px;
    margin: 8px 0;
    text-align: justify;
}

.sample-report-sec .sample-report-inner-left ul {
    color: white;
    list-style: none;
    padding-left: 0px;
    clear: left;
}

.sample-report-sec .sample-report-inner-left ul li ul {
    padding-left: 5px;
}

.sample-report-sec .sample-report-inner-left ul li ul li {
    width: 33.33%;
    float: left;
}

.sample-report-sec .sample-report-inner-left .main-ul {
    clear: both;
    display: inline-block;
}

@media (max-width: 767px) {
    .sample-report-sec .sample-report-inner-left ul li ul li {
        width: 50%;
    }
}

.sample-report-sec .sample-report-inner-left ul li {
    font-size: 18px;
}

.sample-report-sec .sample-report-inner-left ul li ul li {
    background: url("../../assets/images/green-check.svg") no-repeat left 3px;
    padding-left: 20px;
    background-size: 14px;
    font-size: 14px;
    margin: 8px 0;
}

.sample-report-sec .sampleReportSwiper {
    width: calc(95% - 40px);
    position: static;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px -2px rgb(75 75 75 / 50%);

    padding: 10px;
    padding-bottom: 30px;
    border-radius: 8px;
}

.sample-report-sec .swiper-horizontal > .swiper-pagination-bullets,
.sample-report-sec .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -38px;
}

.sample-report-sec .swiper-button-next:after,
.sample-report-sec .swiper-button-prev:after {
    color: #674186;
    font-size: 16px;
    font-weight: 600;
}

.view-report-link {
    color: #674186;
    font-size: 18px;
}

.tae-img-container {
    height: 690px;
    overflow: hidden;
    overflow-y: scroll;
}

.tae-source-sec {
    padding: 20px 0;
    background: #fff;
}

.tae-source-sec .heading {
    color: #674186;
    font-size: 19px;
    font-weight: 600;
}

.tae-source-sec .tae-source-inner {
    padding: 20px 0;
    background: #f7f8f9;
    border-radius: 8px;
}

.tae-source-sec .tae-source-inner img {
    max-width: 80px;
    margin: 0 20px;
}

.rated-excellent-sec .swiper-slide {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    height: auto;
}

.rated-excellent-sec .swiper-button-next:after,
.rated-excellent-sec .swiper-button-prev:after {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.sourceimage .swiper-button-next:after,
.sourceimage .swiper-button-prev:after {
    color: #674186;
    font-size: 16px;
    font-weight: 600;
}

.mySwiper {
    width: calc(90% - 40px);
    position: static;
}

.sourceimage {
    width: calc(95% - 40px);
    position: static;
}

.tae-review-section .review-name {
    font-size: 19px;
    font-weight: 600;
}

.tae-review-section .review-content {
    font-weight: 400;
    font-size: 14px;
    height: 62px;
    overflow: hidden;
}

.tae-review-section .review-star {
    margin-bottom: 15px;
}

.tae-review-section .review-star i {
    color: #f0ad4e;
}

.rated-excellent-sec .swiper-wrapper {
    /* width: calc( 90% - 40px );
    margin:0 auto; */
}

.rated-excellent-sec .swiper-button-next,
.rated-excellent-sec .swiper-button-prev {
    top: 63%;
}

.tae-faq-sec #accordion .panel-default .panel-heading {
    border: none !important;
    background: #f7f8f9 !important;
}

.tae-faq-sec .ca-accordion .panel-title > a {
    padding: 5px 0 !important;
}

.tae-faq-sec .panel {
    margin-bottom: 10px;
}

.tae-faq-sec #accordion .panel-heading a {
    font-weight: 600;
}

.tae-faq-sec p {
    font-size: 17px;
}

.tae-banner-sec {
    padding-top: 70px;
    padding-bottom: 60px;

    background: #f7f8f9;
}

.tae-banner-sec .heading {
    font-size: 40px;
}

.tae-banner-sec .subheading {
    font-size: 20px;
}

/* Auto Expert css end */
/* mot history tae-mot-history */

.tae-mot-history {
    position: relative;
    width: 100%;

    position: relative;
    padding: 0 0 60px 0;
    margin-top: 0;
    margin-top: 4px;
}

.tae-mot-history .line {
    position: absolute;
    width: 2px;
    display: block;
    top: 32px;
    bottom: 32px;
    margin-left: 30px;
    background: #d6d6d6;
}

.tae-mot-history .separator {
    border-top: 1px solid #0039a6;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: 0.9em;
    margin-left: 30px;
}

.tae-mot-history .line::before {
    top: -2px;
}

.tae-mot-history .line::after {
    bottom: -2px;
}

.tae-mot-history .line::before,
.tae-mot-history .line::after {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    display: block;
    border-radius: 50%;
    background: #0039a6;
}

.tae-mot-history .panel {
    position: relative;

    clear: both;
    margin: 0 auto;
    padding: 15px 0px 15px 50px;
    background: none;
}

.tae-mot-history .panel:last-child {
    margin-bottom: 0px;
}

.tae-mot-history .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: "";
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.tae-mot-history .panel .panel-heading.icon * {
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
}

.tae-mot-history .panel > .panel-heading .icon {
    position: absolute;
    left: 11px;
    /*display: block;*/
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.tae-mot-history #accordion .panel-default .panel-heading {
    background: #f2f2f2;
    padding: 0px !important;
    border-radius: 5px !important;
    border: none !important;
}

.tae-mot-history .ca-accordion .panel-title > a {
    padding: 8px;
}

.tae-mot-history #accordion {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tae-mot-history .collapse {
    background: #f2f2f2;
    border-radius: 0px 0px 5px 5px !important;
}

.tae-mot-history .ca-clr-pass,
.tae-mot-history .ca-clr-fail {
    font-size: 30px;
}

.tae-mot-history .result-fail {
    color: red;
    background-color: #f9e3e3;
    padding: 2px 10px;
    font-size: 12px;
}

.tae-mot-history .result-pass {
    color: #369b50;
    background-color: #d4ffdf;
    padding: 2px 10px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .tae-mot-history .panel-body p {
        font-size: 14px;
    }

    .tae-banner-sec .heading {
        font-size: 30px;
    }

    .legal-check-details table th,
    .legal-check-details table td {
        display: block;
        width: 100%;
        font-size: 14px !important;
        text-align: left !important;
    }
}

/* mot history tae-mot-history end */
/* top header alert */
.tae-bg-success {
    background-color: #f0f0f0;
    padding: 10px 0;
}

.top-header-alert .top-heading {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.top-header-alert .top-subheading {
    color: red;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    .top-header-alert .top-heading {
        font-size: 14px;
    }

    .top-header-alert .cta-btn {
        font-size: 15px;
    }
}

.top-header-alert .mobile-report-cta .plan-select-button {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
}

.top-header-alert .cta-btn {
    font-size: 17px;
    font-weight: 600;
    background-color: #369b50;

    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
}

.top-header-alert .cta-btn:hover {
    background-color: #026900;
}

.top-header-alert i {
    font-size: 25px;
    color: red;
}

/* top header alert */
/* report css */

.extra-padding {
    background: #ffffff !important;
}

.ca-report ul.vehicle-spec {
    list-style: none;
    display: inline;
    padding: 0px;
}

.ca-report ul.vehicle-spec li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.ca-report ul.vehicle-spec li:not(:first-child) {
    margin-left: 8px;
}

.vehicle-spec-box li:not(:last-child):after {
    content: "\2022";
    position: absolute;
    right: -15px;
    font-size: 17px;
}

.vehicle-spec-box {
    list-style: none;
    display: inline;
    padding: 0px;
}
  
.vehicle-spec-box li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
  
.vehicle-spec-box li:not(:last-child) {
    margin-right: 25px;
}

.report-custom-links {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.ca-report .ca-report-column-heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #2596be;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}

.ca-report .column-heading-secondary {
    background: #f2f2f2;
    color: black;
}

#scrolltolegaldetails {
    color: #674186;
    font-size: 16px;
    font-weight: 600;
}

.ca-report .ca-sec-wrapper {
    background: #fff;
    /*    border-style: solid;
   border-width: 1px 1px 1px 1px;
    border-color: #674186; */
    margin-bottom: 20px;
    border-radius: 5px 5px 5px 5px;
}

.ca-report .ca-main-wrapper {
    margin: 20px 0;
}

.ca-report .ca-report-overview {
    padding: 10px 0;
}

.ca-report .ca-report-type {
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
}

.ca-report .ca-make-model {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.ca-vehicle-number {
    width: 100%;
    max-width: 200px;

    margin-bottom: 15px;
}

.ca-vehicle-number div {
    float: left;
    height: 50px;
}

.ca-vehicle-number:after {
    content: "";
    clear: both;
    display: table;
}

.vrm-left-section {
    background: #2c80b6;
    padding: 5px 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 15%;
}

.vrm-left-section span,
.vrm-left-section i {
    color: #fdcb2b;
}

.vrm-right-section {
    background: #fdcb2b;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 85%;
}

.vrm-right-section span {
    font-weight: 600;
    color: #000;
    font-size: 28px;
}

.ca-report .table_right_cta p {
    /*font-size:18px; */
}

.ca-report .table_right_cta i:not(:first-child) {
    margin-left: 10px;
}

.ca-report .vichles_table_list li {
    border-left: none;
    padding: 5px;
}

.ca-report .vichles_table_list li:nth-child(4n + 1),
.ca-report .vichles_table_list li:nth-child(4n + 2) {
    background-color: #f2f2f2;
}

.ca-report .vichles_table_list.mot_class li:nth-child(6n + 1),
.ca-report .vichles_table_list.mot_class li:nth-child(6n + 2),
.ca-report .vichles_table_list.mot_class li:nth-child(6n + 3) {
    background-color: #f2f2f2;
}

.ca-report .vichles_table_list.mot_class li:nth-child(6n),
.ca-report .vichles_table_list.mot_class li:nth-child(6n + 4),
.ca-report .vichles_table_list.mot_class li:nth-child(6n + 5) {
    background-color: #fff;
}

.vichles_table_list ul {
    border-right: none;
}

.ca-report .ca-report-column-heading .pop-info i {
    font-size: 25px;
}

.ca-clr-pass {
    color: #2d842e;
}

.ca-clr-warning {
    color: #ffda65;
}

.ca-clr-fail {
    color: #b94a48;
}

.ca-report .vichles_table_list li:nth-child(2n + 2) {
    text-align: right;
}

.ca-report .vichles_table_list li:nth-child(2n + 2) i {
    margin-left: 10px;
}

.ca-report .vehicle-spec li,
.ca-report .vehicle-spec li i {
    vertical-align: middle;
}

.ca-report .vehicle-spec li i:before {
    font-size: 16px;
}

.ca-report .vehicle-spec li i.flaticon-engine:before {
    font-size: 20px;
}

.ca-report .vehicle-spec li {
    position: relative;
    margin-right: 14px;
}

.ca-report .vehicle-spec li:after {
    content: "\2022";
    position: absolute;
    right: -15px;
    top: -3px;
    font-size: 17px;
}

.ca-report .vehicle-spec li:last-child:after {
    display: none;
}

.full-check-cta {
    background: linear-gradient(
        to bottom right,
        #fac820 42%,
        #fbd420 100%
    ) !important;
}

.full-check-pending-cta {
    background: linear-gradient(to right, #f8e831 0%, #d85714 93%) !important;
}

.full-check-pending-cta .heading {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.full-check-pending-cta .cta-btn {
    background: #fff;
    border-radius: 14px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.full-check-cta .cta-btn {
    background: #fff;
    border-radius: 14px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.full-check-cta .heading {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.full-check-cta .subheading {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.full-check-cta .cta-btn {
    font-size: 21px;
    font-weight: 600;
    background-color: #674186;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 29px 29px 29px 29px;
    padding: 10px 25px 10px 25px;
    color: #fff;
}

@media (max-width: 767px) {
    .ca-vehicle-number {
        margin: 0 auto;
    }

    .ca-report .ca-make-model {
        font-size: 16px;
    }

    .ca-report .ca-report-column-heading {
        padding: 15px !important;
    }
}

@media (min-width: 767px) {
    .mb-equal-height {
        margin-bottom: 81px !important;
    }
}

.hidden__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    position: absolute;
    top: -8px;
    left: 10px;
}

.hidden__tag::before {
    width: 30px;
    height: 30px;
    margin-right: -8px;
    z-index: 1;
    content: url("/assets/images/lock-golden-circle.png");
}

.hidden__tag span {
    font-size: 14px;
    line-height: 1.18;
    padding: 4px 16px;
}

.hidden__tag span {
    color: #652580;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    padding: 3px 16px 3px 16px;
    line-height: 1.33;
}

.full-check-cta .cta__image {
    width: 240px;
    top: 25%;
    right: -18px;
    position: absolute;
}

.header-right-sec p {
    font-size: 13px;
    font-weight: 500;
}

.ca-report .mileage-history-date {
    text-align: left !important;
}

.ca-report .mileage-history-value {
    text-align: center !important;
}

.ca-report .mileage-history-yearly {
    text-align: right !important;
}

#mileage-table {
    max-height: 272px;
    overflow-y: scroll;
}

.ca-report .ca-mileage-history h4 {
    color: black;
    font-size: 15px;
    padding: 5px 0px;
    margin-bottom: 0;
}

.ca-report .graph-toggle-btn {
    font-size: 17px;
    font-weight: 600;
    background-color: #674186;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
}

.vichles_table_list.mot_class h4 {
    width: 32.33%;
}

.sell-car--cta {
    position: relative;
    background-color: #f4fff2 !important;
    contain: content;

    overflow: hidden;
    border-radius: 5px;
}

.sell-car--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.sell-car--cta .subheading {
    font-size: 16px;
}

.sell-car--cta a {
    color: #00a94e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ca-report .vichles_table_list li:nth-child(4n + 1),
    .ca-report .vichles_table_list li:nth-child(4n + 2) {
        background-color: #fff;
    }

    .ca-report .vichles_table_list.mot_class li:nth-child(6n + 1),
    .ca-report .vichles_table_list.mot_class li:nth-child(6n + 2),
    .ca-report .vichles_table_list.mot_class li:nth-child(6n + 3) {
        background-color: #fff;
    }
}

.sell-car--cta .cta__image {
    bottom: 0;
    right: 0px;
    position: absolute;
    z-index: 1000;
}

/*
.sell-car--cta:before {
    bottom: 50%;
    transform: rotate(-45deg);
    transform-origin: bottom right;
}
.sell-car--cta:after {
    top: 50%;
    transform: rotate(45deg);
    transform-origin: top right;
}
.sell-car--cta:after, .sell-car--cta:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 200%;
    left: calc(60% + 80px);
  
    position: absolute;
    width: 30px;
} */
.sell-car--cta .sell-car-btn {
    background-color: #0460cc;
    transition: background-color 0.1s linear;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 5px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
}

.sell-car--cta .form-control {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.sell-car--cta .sell-car-btn,
.sell-car--cta .form-control {
    height: 40px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.powered-by-txt {
    font-weight: 600;
    font-size: 20px;
}

.tae-border-left {
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #f7f8f9;
}

/*section styling Start*/

.section {
    margin: 25px 0px;
    padding: 10px 0px;
}

.section p {
    line-height: 2rem;
}

#section-heading {
    font-size: 25px;
    font-weight: 600;
}

.background-unset {
    background: unset;
}

#list-items ul {
    list-style: none;
}

#list-items ul li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 2rem;
}

/*section styling End*/
@media (max-width: 767px) {
    .mob-mb {
        padding-bottom: 130px;
    }

    .sell-car--cta .sell-car-btn,
    .sell-car--cta .form-control {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .sell-car--cta {
        /*	border-left:none;
	border-top: 9px solid #000;
    overflow: hidden; */
    }

    .tae-border-left {
        border: none;
    }

    /*
	.sell-car--cta:after, .sell-car--cta:before {
    background-color: #fff;
    height: 30px;
    top: 91%;
    transform: none;
    visibility: visible;
    width: 1000px;
}
.sell-car--cta:before {
    left: calc(50% - 980px);
    transform: rotate(40deg);
    transform-origin: top right;
}
.sell-car--cta:after {
    left: 46%;
    transform: rotate(-40deg);
    transform-origin: top left;
} */
    .full-check-cta .cta__image {
        display: none;
    }
}

.bottom-cta-ca {
    /* background: #f6f6f6;
    border-radius: 8px;
    */
    background: #ffebf7;
    border-radius: 3px;
}

.bottom-cta-ca .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.bottom-cta-ca .subheading {
    font-size: 16px;
}

.bottom-cta-ca .get-a-quote {
    background: #78b93a;
    padding: 5px 15px;
    color: white !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}

.bottom-cta-ca a {
    color: #bf4a86;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.mot-deal-cta {
    padding: 10px 0px;
    background: #ffebf7;
    border-radius: 3px;
}

.mot-deal-cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.mot-deal-cta .subheading {
    font-size: 16px;
}

.mot-deal-cta a {
    color: #bf4a8e;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.powered-by-txt img {
    max-width: 120px;
    width: 100%;
}

.car-repair--cta {
    position: relative;
    background-color: #ffebf7 !important;
    overflow: hidden;
    border-radius: 3px;
}

.car-repair--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.car-repair--cta .subheading {
    font-size: 16px;
}

.car-repair--cta a {
    color: #bf4a8e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.confused--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.confused--cta {
    position: relative;
    background-color: #f3f3f3 !important;
    overflow: hidden;
    border-radius: 3px;
}

.confused--cta .subheading {
    font-size: 16px;
}

.confused--cta a {
    color: #0460cc !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.confused--cta.m2 {
    padding-top: 20px !important;
}

.confused--cta.m2 p {
    margin-top: 10px;
}

.quotezone--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.quotezone--cta {
    position: relative;
    background-color: #f3f3f3 !important;
    overflow: hidden;
    border-radius: 3px;
}

.quotezone--cta .subheading {
    font-size: 16px;
}

.quotezone--cta a {
    color: #0460cc;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.car-warranty--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.car-warranty--cta {
    position: relative;
    background-color: #f3f3f3 !important;
    overflow: hidden;
    border-radius: 3px;
}

.car-warranty--cta .subheading {
    font-size: 16px;
}

.car-warranty--cta a {
    color: #0460cc;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.mycarispection--cta .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mycarispection--cta {
    position: relative;
    background-color: #d48515 !important;
    overflow: hidden;
    border-radius: 3px;
}

.mycarispection--cta .subheading {
    font-size: 16px;
}

.mycarispection--cta a {
    color: #3e4287;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.motor-way--cta .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.motor-way--cta {
    position: relative;
    background-color: #fef200 !important;
    overflow: hidden;
    border-radius: 3px;
}

.motor-way--cta .subheading {
    font-size: 16px;
}

.motor-way--cta a {
    color: #0460cc;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.car-repair--cta .car-service-btn {
    background-color: #25a67d;

    color: white;
    font-weight: 500;
    height: 40px;
    border: 1px solid white;
    padding: 5px 15px;
    font-size: 19px;
}

.car-repair--cta .car-service-btn:hover {
    background-color: white;

    color: #25a67d;
}

.co-section {
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.co-section .heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
}

.co-section .subheading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
}

.co-section .co-val {
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
}

.co-section .co-val .emission {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.58em;
}

.co-section .co-val .band {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.58em;
}

.check-summary p {
    padding: 0px;
}

.check-summary .left-sec .top-heading {
    font-size: 16px;
    font-weight: 600;
}

.check-summary .left-sec .bg-grey {
    background: #f6f5f5;
    border-radius: 12px;
    height: 100%;
}

.check-summary .left-sec .middle-heading {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}

.check-summary .left-sec .bottom-heading {
    font-size: 50px;
    font-weight: 600;
    color: #eb0505;
    line-height: 45px;
}

.check-summary .critcal-alert .left-sec .bottom-heading {
    color: #ff6b00;
}

.check-summary .tae-card {
    border-radius: 5px;
}

.check-summary .tae-card.warning-dark {
    background: #fac1c1;
}

.check-summary .tae-card.warning-light {
    background: #faeac1;
}

.check-summary .tae-card.warning-dark .tae-header {
    background: #f58282;
}

.check-summary .tae-card.warning-light .tae-header {
    background: #f5b982;
}

.check-summary .tae-card .tae-header {
    color: white;
    font-size: 20px;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.check-summary .tae-card .tae-body {
    padding: 15px 25px;
}

.check-summary .tae-card .tae-body p {
    font-size: 14px;
}

.critical-check-summary .number-heading {
    font-size: 18px;
    font-weight: 600;
}

.l-height {
    line-height: 50px;
}

.critical-check-summary .heading {
    font-size: 19px;
    font-weight: 600;
}

.critical-check-summary .critical-alert-number {
    font-size: 70px;
}

.critical-check-summary.has-success .number-heading {
    color: #2d842e;
}

.critical-check-summary.has-warning .number-heading {
    color: #c90000;
}

.critical-check-summary-sec
    .critical-check-summary.has-warning
    .number-heading {
    color: #ffbf00;
}

.critical-check-summary .tae-card {
    background: #f2f2f2;
}

.critical-check-summary.has-warning .tae-card .tae-header {
    background: #c90000;
}

.critical-check-summary-sec
    .critical-check-summary.has-warning
    .tae-card
    .tae-header {
    background: #ffbf00;
}

.critical-check-summary.has-success .tae-card .tae-header {
    background: #2d842e;
    color: white;
}

.critical-check-summary table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.critical-check-summary table th,
.critical-check-summary table td {
    padding: 10px 5px !important;
}

.check-summary .left-sec .bg-grey {
}

.check-result .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
}

.check-result table,
.plate-change-history table,
.keeper-change-history table {
    width: 100%;
}

.plate-change-history table tbody tr:nth-child(odd),
.keeper-change-history table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.plate-change-history table tbody tr td:nth-child(even),
.plate-change-history table thead tr th:nth-child(even),
.keeper-change-history table tbody tr td:nth-child(3n + 3),
.keeper-change-history table thead tr th:nth-child(3n + 3) {
    text-align: right;
}

.keeper-change-history table tbody tr td:nth-child(3n + 2),
.keeper-change-history table thead tr th:nth-child(3n + 2) {
    text-align: center;
}

.plate-change-history table thead tr th,
.keeper-change-history table thead tr th {
    font-size: 14px;
}

.check-result .table-responsive {
    padding: 0px;
}

.check-result table tr {
    border-bottom: 1px solid #d6d6d6;
}

.check-result table th,
.check-result table td {
    padding: 5px 0;
}

.plate-change-history table th,
.plate-change-history table td,
.keeper-change-history table th,
.keeper-change-history table td {
    padding: 5px;
}

.check-result table td {
    text-align: right;
}

.check-result .legal-check {
    border: 1px solid #c90000;
    border-radius: 5px;
}

.check-result .critcal-check {
    border: 1px solid #d69a00;
    border-radius: 5px;
}

.check-result .legal-check .heading {
    background-color: #c90000;
}

.check-result .critcal-check .heading {
    background-color: #d69a00;
}

.plate-change-history .count-sec span,
.keeper-change-history .count-sec span {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
}

.plate-change-history .count-val {
    margin-left: 8px;
}

.check-result .top-cta-sec .top-heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}

.check-result .top-cta-sec .top-subheading {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}

.check-result .top-cta-sec .cta-btn {
    font-size: 17px;
    font-weight: 600;
    background-color: #369b50;

    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
}

.check-result .top-cta-sec .cta-btn:hover {
    background-color: #026900;
}

.data-guarantee .tae-card {
    border-radius: 5px;
    border: 1px solid #8f8f8f;
}

.data-guarantee .tae-card .tae-header {
    background: #8f8f8f;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.data-guarantee .tae-card .tae-body {
    padding: 5px 10px;
}

.car-valuation .top-section .heading {
    font-size: 14px;
    font-weight: 600;
}

.car-valuation .top-section .car-value {
    font-size: 28px;
    font-weight: 600;
    color: #674186;
}

.car-valuation .bottom-section .heading {
    font-size: 14px;
}

.car-valuation .bottom-section .car-value {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.legal-check-details table {
    width: 100%;
}

.legal-check-details table tr:nth-child(odd) {
    background: #ffefef;
}

.legal-check-details table th,
.legal-check-details table td {
    padding: 5px;
    font-size: 15px;
}

.legal-check-details table td {
    text-align: right;
}

.legal-check table td i,
.critcal-check table td i {
    margin-left: 10px;
}

.bg-legal-check {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 5px;
    border-radius: 5px;
}

.warning-bg {
    color: red;
    background-color: #f9e3e3;
}

.success-bg {
    color: #369b50;
    background-color: #d4ffdf;
}

.simple-check-list .simple-check-list-sec {
    background-color: #f2f2f2;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
}

.simple-check-list .heading {
    font-size: 18px;
    font-weight: 600;
}

.checklist-sec .top-heading {
    color: #674186;
    font-size: 22px;
    font-weight: 600;
}

.checklist-sec .top-subheading {
    font-size: 18px;
}

.simple-check-list ul {
    list-style: none;
    padding: 0px;
}

.simple-check-list li {
    background: url("../../assets/images/green-check.svg") no-repeat left 5px;
    padding-left: 30px;
    background-size: 17px;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 2rem;
}

@media (max-width: 768px) {
    .simple-check-list li {
        background: none;
        padding-left: 0px;
    }

    .critical-check-summary table tbody th,
    .critical-check-summary table tbody td {
        font-size: 14px !important;
    }

    .critical-check-summary table tbody tr {
        font-size: 12px;
    }

    .legal-check-details table tr {
        font-size: 12px;
    }

    .critical-check-summary table tbody tr:nth-child(odd) {
        background: #fff;
    }
}

.simple-check-list .cl-btn {
    background-color: #674186;
    border-radius: 5px;
    color: #fff;
}

.simple-check-list .simple-check-list-sec a {
    font-weight: 600;
}

.simple-check-list .simple-check-list-sec a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .tae-mot-history #accordion .panel-heading a {
        font-size: 14px !important;
    }

    .ca-report .ca-report-column-heading {
        font-size: 15px;
    }

    .check-result .legal-check table th,
    .check-result .legal-check table td {
        font-size: 14px !important;
        text-align: left !important;
        display: block;
        width: 100%;
    }

    .plate-change-history table th,
    .plate-change-history table td,
    .keeper-change-history table th,
    .keeper-change-history table td {
        font-size: 14px !important;
    }

    .check-result .table-responsive {
        padding: 0px;
    }

    #mileage-graph .demo-section {
        width: 100%;
        overflow-x: scroll;
    }
}

/* report css end */
.car-history-search-cta {
    background: linear-gradient(70deg, #674186 0%, #f2295b 100%);
    padding: 20px;
    border-radius: 10px;
}

.car-history-search-cta .heading {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.car-history-search-cta .subheading {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.car-history-search-cta .form-control {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ececec;
    border-width: 0;
    text-align: center;
    color: #616161;
    min-height: 59px;
}

.car-history-search-cta #get-check {
    background-color: #e9bf2d;
    color: #654a00;
    font-size: 18px;
    border-radius: 5px;
    min-height: 59px;
    font-weight: 600;
}

.car-history-search-cta .form-control::placeholder {
    color: #afada3 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.car-history-search-cta .form-control::-webkit-input-placeholder {
    color: #afada3 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.car-history-search-cta .form-control::-moz-placeholder {
    color: #afada3 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

.car-history-search-cta .form-control:-ms-input-placeholder {
    color: #afada3 !important;
    font-weight: 600;
    letter-spacing: normal;
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input.mileage-input::-webkit-outer-spin-button,
input.mileage-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.mileage-input {
    -moz-appearance: textfield;
}

.mileage-confirm-sec .ca-vrm-number {
    background: #fdcb2b;
    padding: 10px 30px;
    border-radius: 5px;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}

.mileage-confirm-sec .subheading {
    font-size: 25px;
    font-weight: 600;
}

.mileage-confirm-sec .vehicle-spec li {
    font-weight: 600;
    margin: 0 10px;
    font-size: 17px;
}

.mileage-confirm-sec .vehicle-spec li i {
    margin-right: 3px;
}

.mileage-confirm-sec .vrm-input {
    background-color: #e3e3e3;
}

.scrolltoalertdetails,
.scrolltoalertdetails:hover {
    all: unset;
    cursor: pointer;
}

.tae-red-clr {
    color: #c90000;
    font-weight: 600;
}

.top-search-cta {
    padding: 10px 0;
    background-color: #674186;
}

.top-search-cta .vrm-input {
    min-height: 59px;
    padding: 7px 20px;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fafafa;
    border-width: 0px 0px 0px 0px;
    text-align: center;
}

.top-search-cta .car-check-btn {
    font-size: 18px;
    background-color: #e9bf2d;
    color: #000;
    font-weight: 600;
    min-height: 59px;
}

/******Login Css****/

.bg-dark-purpal {
    min-height: 100vh;
    background: #674186;
}

.bg-dark-purpal .panel {
    background: #0000 !important;
}

.card {
    border-left: 4px solid #bf4a8e;
}

.card-link {
    margin: 50px 0px;
}

.card-link a {
    background: #fff;
    color: #000 !important;
    padding: 15px 60px;
    border-radius: 25px;
    border: 2px solid #674186;
}

.login-container {
    max-width: 100% !important;
}

.ca-use-info li {
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 8px;
    text-align: justify;
    list-style: none;
}

.ca-use-info li:before {
    content: "\f058";
    font-family: "font awesome 5 free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #bf4a8e;
    font-weight: 900;
}

@media (max-width: 767px) {
    .login-section {
        padding: 60px 20px;
    }

    .login-heading {
        margin: 30px 0px;
    }

    .login-body {
        margin: 50px auto !important;
    }

    .login-section .card {
        margin: 50px auto !important;
    }
}

@media (min-width: 768px) {
    .login-section {
        padding: 60px;
    }

    .login-heading {
        margin: 30px 0px;
    }

    .login-body {
        margin: 50px auto !important;
    }

    .login-section .card {
        margin: 50px auto !important;
    }

    .login-card {
        width: 60%;
    }

    .login-heading img {
        width: 50%;
    }
}

/******Login Css****/
.profile-menu h6 {
    color: #674186;
    font-size: 16px;
    padding: 15px 10px 10px;
    margin: 0;
    font-weight: 600;
}

.profile-menu {
    width: 250px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 3px #8888882e;
}

.dropdown-item:last-child {
    border-radius: 0px 0px 15px 15px;
}

.profile-menu .dropdown-item {
    padding: 13px 20px;
    /* color:#674186 !important; */
    color: #333 !important;
}

.profile-menu .dropdown-item a {
    padding: 13px 0px !important;
}

.profile-menu .dropdown-item:hover a {
    color: #fff !important;
}

.profile-menu .dropdown-item:hover {
    background-color: #bf4a8e !important;
    color: #fff !important;
}

/***** menu dropdown **/
.report-sec {
    min-height: 70vh;
}

.report-table {
    border: 2px solid #67418640;
    padding: 20px;
    border-radius: 2px;
    background: #fff;
}

.report-table thead {
    color: #674186;
    background: #f9f2ff;
    border-bottom: 2px solid #674186cf;
}

.report-table tbody tr {
    border-bottom: 1px solid #6741864a;
    font-size: 16px;
}

.report-table tbody tr a {
    color: #bf4a8e;
    font-weight: 600;
}

.report-table tbody tr a:hover {
    text-decoration: underline;
}

.report-pagination .pagination {
    justify-content: center;
}

.report-pagination .pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #bf4a8e;
    border-color: #bf4a8e;
}

.report-pagination .pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #674186;
    background-color: #fff;
    border: 1px solid #f6ebff;
    font-size: 17px;
}

@media (min-width: 768px) {
    .report-table tbody {
        display: block;
        height: 500px;
        overflow: auto;
    }

    .report-table thead,
    .report-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .report-table thead {
        width: calc(100% - 1em);
    }
}

@media (max-width: 768px) {
    .report-table thead {
        font-size: 14px;
    }

    .report-table tbody tr {
        border-bottom: 1px solid #6741864a;
        font-size: 14px;
    }
}

/***** my report page **/

#login-button {
    border-radius: 5px;
    background: #a03a97;
    color: #fff;
    border: 2px solid #a03a97;
    padding: 10px 30px;
    margin-left: 20px;
}

#login-button:hover {
    background: #fff;
    color: #a03a97;
    border: 2px solid #a03a97;
}

.cta-search-vrm form {
    padding: 0px;
}

@media (max-width: 768px) {
    #login-button {
        margin-left: 0px;
    }

    .cta-search-vrm form {
        padding: 0 10px;
    }

    .tae-feature-sec {
        padding-bottom: inherit !important;
    }

    .cta-search-vrm .vrm-input {
        margin-bottom: 1em !important;
    }
}

.cta-search-vrm .service_page_button {
    font-size: 18px !important;

    min-width: unset !important;
}

.cta-search-vrm .heading {
    font-size: 22px;

    font-weight: 600;

    color: #fff;
}

.cta-search-vrm .subheading {
    font-size: 16px !important;

    font-weight: 400;

    color: #fff !important;
}

.cta-search-vrm {
    background-color: #674186;
    margin-bottom: 0.5rem !important;
}

#cta-tae-loader {
    display: none;
}

.cta-search-vrm .car-check-btn {
    background-color: #ffffff !important;
    color: #674186 !important;
}

#footer {
    border-top: 1px solid #f1f1f1;
    padding-top: 70px;
}

#footer,
#footer p,
#footer a {
    font-family: "Poppins", sans-serif;
}

#footer p {
    font-size: 14px;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li {
    margin-bottom: 10px;
}

#footer ul li a {
    font-size: 14px;
    color: #333 !important;
    text-decoration: underline;
    font-weight: 300;
}

#footer ul li a:hover {
    color: #bf4a8e !important;
}

#footer h4 {
    font-size: 20px;
    color: #674186;
    font-weight: 500;
}

#footer ol.social {
    padding: 0;
}

#footer ol.social li i {
    font-size: 22px;
}

#footer ol.social li {
    margin-right: 15px;
}

#footer ol.social li a {
    color: #4d4a4f;
}

#footer ol.social li a:hover {
    color: #bf4a8e;
}

#footer .base {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

.radio-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.radio-item [type="radio"] {
    display: none;
}

.radio-item + .radio-item {
    margin-top: 15px;
}

.radio-item label {
    display: block;
    padding: 20px 60px;
    background: #1d1d42;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 250px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.radio-item label:after,
.radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.radio-item label:after {
    height: 19px;
    width: 19px;
    border: 2px solid #524eee;
    left: 19px;
    top: calc(50% - 12px);
}

.radio-item label:before {
    background: #524eee;
    height: 20px;
    width: 20px;
    left: 21px;
    top: calc(50%-5px);
    transform: scale(5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
}

.radio-item [type="radio"]:checked ~ label {
    border-color: #524eee;
}

.radio-item [type="radio"]:checked ~ label::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.blury {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.tcus.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2 !important;
}

.tcus.table > tbody > tr > td,
.tcus.table > tbody > tr > th {
    border-top: 1px solid #ccc !important;
}

.staticCTA {
    width: 100;
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    left: 0;
    text-align: center;
    font-weight: 500;
    z-index: 100;
}

.staticCTA button {
    background-color: #e11f27;
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    box-shadow: 0 3px 5px 0 rgb(104, 65, 134, 0.6);
}

#staticCTASec {
    display: none;
}

.ctaProducts {
    /* padding-top: 0px; */
}

.ctaProducts .card {
    border-radius: 5px;
    border: 1px solid #fff !important;
    box-shadow: 0 5px 8px 0 rgb(104, 65, 134, 0.1);
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}

.card.scaled {
    transform: scale(1.05);
}

.ctaProducts .card .card-body {
    padding: 40px 20px 20px 20px;
}

.ctaProducts .card .card-body h2 {
    font-size: 25px;
    font-weight: 600;
}

.ctaProducts .card .card-body h4 {
    font-size: 26px;
    font-weight: 400;
}

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

.ctaProducts .card .card-body h4 .sub {
    margin-top: -10px;
}

.ctaProducts .card .card-body h4 sub {
    font-size: 12px;
    font-weight: 400;
}

.ctaProducts .card .card-body button {
    width: 100%;
    padding: 15px 0;
    /* background-color: #ffcb00;
  border: 1px solid #ffcb00; */
    background: #d61f2c;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 5px 8px 0 rgb(104, 65, 134, 0.1);
    overflow: hidden;
    position: relative;
    transition: 1s;
}

.btn_trade_deal {
    background: #ad1f68;
    border: 1px solid #ad1f68;
    color: #fff;
    border: none;
    box-shadow: none !important;
}

.btn_trade_deal:hover {
    color: #fff;
    transform: scale(1.05);
    box-shadow: none !important;
}

.btn_trade_deal2:hover {
    color: #fff;
    transform: scale(1.05);
    box-shadow: none !important;
}

.btn_trade_deal2 {
    background-color: #ad1f68;
    border: 1px solid #ad1f68;
    color: #fff;
    box-shadow: none !important;
}

.ctaProducts .card .card-body button:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -60%;
    bottom: -50%;
    left: -60%;
    background: linear-gradient(
        50deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 60%
    );
    -webkit-transform: translate(-80%, 0px);
    -ms-transform: translate(-80%, 0px);
    transform: translate(-80%, 0px);
}

.ctaProducts .card .card-body .red:hover {
    box-shadow: 0 2px 10px 0px rgb(225, 31, 39, 0.4);
    transform: scale(1.1);
}

.ctaProducts .card .card-body .dull:hover {
    box-shadow: 0 2px 10px 0px rgb(116 166 87);
    transform: scale(1.1);
}

.ctaProducts .card .card-body .red:hover:after {
    animation: 2s glimmers infinite;
}

.ctaProducts .card .card-body .dull:hover:after {
    animation: 2s glimmers infinite;
}

.ctaProducts .card .card-body button.dull {
    /* background: rgb(90,4,218);
  background: linear-gradient(118deg, rgba(90,4,218,1) 10%, rgba(146,26,197,1) 35%, rgba(255,83,146,1) 100%); */
    background: #307a05;
    /* background-color: ; */
    border: none;
    color: #fff;
}

.ctaProducts .popular {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    top: 20px;
}

.ctaProducts .popular .badge {
    padding: 5px 20px;
}

.bg-label-success {
    background-color: rgb(88, 188, 92, 0.6);
}

@keyframes glimmers {
    0% {
        -webkit-transform: translate(-80%, 0px);
        -ms-transform: translate(-80%, 0px);
        transform: translate(-80%, 0px);
    }

    50% {
        -webkit-transform: translate(80%, 0px);
        -ms-transform: translate(80%, 0px);
        transform: translate(80%, 0px);
    }
}

.fixedCTA {
    width: 100%;
    background: #1f2427;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 15px 0 15px 0;
}

.fixedCTA .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 13px;
}

.fixedCTA button {
    /* background-color: #97f18c; */
    background: rgb(90, 4, 218);
    background: linear-gradient(
        118deg,
        rgba(90, 4, 218, 1) 10%,
        rgba(146, 26, 197, 1) 35%,
        rgba(255, 83, 146, 1) 100%
    );
    border: none;
    color: #fff;
    border-radius: 3px;
    /* width: 100%; */
    padding: 12px 35px;
    font-weight: 500;
    transition: 1s;
}

.fixedCTA button:hover {
    transform: scale(1.02);
}

.fixedCTA button.danger {
    /* background-color: #d4338d; */
    border-color: #ffcb00;
    background: #ffcb00;
    color: #000;
}

.hidden {
    display: none;
}

.staticCTA {
    background-color: #e6e6e6;
}

.staticCTA button {
    /* background: rgb(90,4,218);
  background: linear-gradient(118deg, rgba(90,4,218,1) 10%, rgba(146,26,197,1) 35%, rgba(255,83,146,1) 100%); */
    background: #307a05;
    border: none;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
}

.staticCTA button.dull {
    /* background: rgba(255,203,0,1)!important; */
    /* background: #ffcb00 !important; */
    /* color: #000; */
    background: #d61f2c;
    color: #fff;
}

.his_def_box {
    background-color: rgb(81, 52, 139, 0.3);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    height: 45px;
}

a.his_link {
    text-decoration: none;
}

.his_def_box .data {
    width: 75%;
    display: flex;
    align-items: center;
    padding-left: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.his_def_box .count {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(81, 52, 139, 0.8);
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.history_box .left {
    background: #674186;
    color: #fff;
    padding: 10px;
}

.history_box .right {
    padding: 10px;
}

.history.paginate {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.history.paginate .page-item .page-link {
    color: #674186 !important;
}

.history.paginate .page-item.active span.page-link {
    background: #674186;
    border-color: #674186;
    color: #fff !important;
}

.history_box a.make {
    color: #fff;
    font-weight: 600;
}

.history_plate .plate {
    background: #f7ce46;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    border-left: 5px solid #674186;
}

.plate_link {
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .fixedCTA {
        display: none !important;
    }

    #footer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    #staticCTASec {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .ctaHeader {
        display: none;
    }

    .homeHeading {
        margin-top: 0px !important;
    }

    .bannerList {
        display: block !important;
        text-align: left !important;
    }

    .bannerList li {
        display: inline !important;
    }

    .tae-checkout-inner-sec .custom-radio .description-section p,
    .tae-checkout-inner-sec .custom-checkbox .description-section p {
        font-size: 15px;
    }

    .card.scaled {
        transform: scale(1);
    }

    /* .ctaProducts {
    display: none !important;
  } */
}

@media screen and (max-width: 768px) {
    .card.scaled {
        transform: scale(1);
    }

    .ctaProducts .lst {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .ctaProducts .cls {
        padding: 10px !important;
    }
}

.tae-history-list li {
    background: #674186;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

b, strong {
    font-weight: 600;
}

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

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

.background-white {
    background: #fff;
}

.btn-full-check:hover {
    color: #fff !important;
    box-shadow: unset !important;
}

.btn-card-pay,
.btn-card-pay:hover {
    font-size: 16px;
    height: 56px;
    background: #000 !important;
    border-color: #000 !important;
    padding: 8px 35px;
    font-weight: 500;
    color: #fff !important;
}

.btn-success:focus {
    box-shadow: unset !important;
}

.selected-payment {
    border: 2px solid #e8358c !important;
}

.selected-payment .description-section span,
.selected-payment .description-section p {
    font-weight: 600;
}

.payment-card-layout {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}

.tae-history-list li .badge {
    color: #fff;
    background-color: #bf4a8e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 3rem;
    border-radius: 0;
}

.tae-history-list li a {
    padding: 0.75rem 1.25rem;
    color: white;
    width: 100%;
}

.tae-history-list li a:hover {
    text-decoration: none;
}

.mybreadcrumbs {
    margin-left: -15px;
}

.mybreadcrumbs li {
    display: inline-block !important;
    margin-right: 15px;
    margin-left: 5px;
    list-style: none;
    position: relative;
}

.mybreadcrumbs li:after {
    content: "\00BB" !important;
    position: absolute !important;
    right: -18px !important;
    top: -2px !important;
    z-index: 1 !important;
    color: #000 !important;
    font-size: 20px !important;
}

.mybreadcrumbs li:last-child:after {
    display: none !important;
}

.mybreadcrumbs li {
    color: #000;
    font-size: 18px;
}

.mybreadcrumbs li a {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 500px) {
    .mybreadcrumbs li {
        font-size: 15px;
    }

    .mobile_aligns {
        margin-top: 90px;
    }

    .mobile_aligns img.carlogo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .logo .logo-title img {
        width: 100%;
    }

    /* .header div.logo .logo-title img{ */

    /* } */
}

.report_cta_link a,
.report_cta_valuation_link,
.report_cta_btn {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.report_card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.red-vehicle-heading {
    background-color: #e51837 !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
    border-bottom: unset !important;
}

.top-nav {
    background-color: #a03a97 !important;
    color: #fff !important;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.free-report-vrm {
    background: #fadb5c;
    padding: 5px 10px;
    border-radius: 5px;
    width: 55%;
}

.report_cta_link a:hover,
.report_cta_valuation_link:hover,
.report_cta_btn:hover {
    color: #a03a97 !important;
}

/* LATEST CSS CHANGES */

.banner {
    padding: 100px 0 50px 0;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home_banner .search {
    background: linear-gradient(90deg, #e8338b, #7d2e88);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    z-index: 1
}

.lh-17rem li {
    line-height: 1.7rem;
    margin-bottom: 8px;
    font-size: 17px;
}

.home_banner .search:hover::before {
    left: 0;
    animation: gradient-float 2s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, #7d2e88, #e8338b, #7d2e88);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.home_banner .search span {
    position: relative;
    z-index: 1; /* Keep text above */
}

@keyframes gradient-float {
    0% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(50%);
    }
}

.home_banner .search:focus {
    box-shadow: unset !important;
}

.header .container {
    position: relative;
}

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

.benefits .tagline {
    text-transform: uppercase;
    font-size: 9pt;
    color: #fff;
    background: #a03a97;
    border-radius: 5px;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.benefits .title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.benefits p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.7rem;
}

.benefits ol li strong {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.benefits ol li {
    line-height: 1.7rem;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
}

.feature-box {
    padding: 20px;
}

.icon {
    font-size: 40px;
    color: #a2389b;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.feature-box h5 {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.feature-box p {
    line-height: 1.7rem;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 768px) {
    .feature-box {
        margin-bottom: 20px;
    }
}

.features-section .heading {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
}

.base_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.background-grayish {
    background-color: #f8f9fa;
}
@media screen and (max-width: 767px) {
    .home_banner {
        padding: 50px 10px 0px 10px !important;
    }
    .home_banner .main .title {
        font-size: 36px !important;
        line-height: 1.4;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home_banner .main .tagline {
        background: #e9f0fe;
        color: #000;
        padding: 3px;
        border-radius: 5px;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }
    .home_banner .src img {
        width: 100%;
        max-width: 100% !important;
    }
    .benefits {
        margin-bottom: 20px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .benefits img {
        margin-bottom: 20px;
    }
    .benefits .tagline {
        margin-top: 10px;
    }
    .benefits .title {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .faqs {
        margin-top: 20px !important;
    }
    .faqs .accordion {
        margin-top: 18px !important;
    }
    .faqs .accordion-button {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}

.home_banner {
    padding: 120px 10px;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .home_banner {
        height: 680px !important;
        padding: unset !important;
        display: flex;
        align-items: center;
    }
}
.home_banner .image-container {
    width: 500px;
    height: 500px;
    border-radius: 50%; /* Creates a circular shape */
    overflow: hidden; /* Hides overflow outside the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.home_banner .image-container img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.home_banner .image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.home_banner .tagline {
    font-size: 11pt;
    font-weight: 600;
    color: #a03a97;
}
.home_banner .title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 42px;
    color: #000;
    line-height: 55px;
}
.home_banner p.desc {
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
.home_banner a.action_btn {
    border: 2px solid #0b66fa;
    color: #0b66fa;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
}
.home_banner a.action_btn.active {
    background: #0b66fa;
    color: #fff;
}
.home_banner a.action_btn:hover {
    background: #0b66fa;
    color: #fff;
}
.home_banner small {
    font-weight: 500;
}
.home_banner .iconbox p {
    font-size: 0.875rem;
}
.benefits ul {
    padding: 0;
}
.benefits ul li {
    list-style: none;
    line-height: 30px;
}
.benefits ul li strong {
    color: #0b57d0;
    font-weight: 500;
}
.benefits .main_image {
    border-radius: 24px;
    object-fit: cover;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
} */

.fs-20 {
    font-size: 20px !important;
}

.image-container {
    flex: 0 0 auto;
    max-width: 100%;
}

#header {
    border-bottom: 1px solid #e9e9e9 !important;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) !important; */
}

.index-vrm-input, 
.home_banner .search {
    height: 65px !important;
    text-align: center;
    font-weight: 600;
}

.value-my-car-input,
.value-my-car-btn {
    width: 85%;
}

.index-vrm-input::placeholder,
.index-vrm-input:focus {
    color: #737373 !important;
    font-weight: 600;
    font-size: 32px;
}

.index-vrm-input,
.index-vrm-input:focus {
    box-shadow: 0 0 0px 1000px white inset !important;
    border-radius: 5px !important;
    border: 2px solid #c3328a;
    color: #000 !important;
}

.vehicle-spec-new-box li:not(:last-child):after {
    content: ">";
    position: absolute;
    right: -15px;
    font-size: 17px;
}

.vehicle-spec-new-box {
    list-style: none;
    display: inline;
    padding: 0px;
    color: #e8318a;
}
  
.vehicle-spec-new-box li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
  
.vehicle-spec-new-box li:not(:last-child) {
    margin-right: 20px;
}

.yellow-tag-line {
    background: #ffed00;
    text-transform: uppercase;
    font-size: 9pt;
    color: #fff;
    border-radius: 5px;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

#recent-search-vrms .vrm-item {
    text-decoration: none !important;
}

.faqs .accordion-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.faqs .accordion-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.faqs .accordion .accordion-item {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.faqs .accordion .accordion-item:last-child {
    border-bottom: 1px solid #e9e9e9;
}
.bottom-footer-p,
.faqs .accordion-header,
.vehicle_table.finance_management,
.wk_contact {
    margin-bottom: 0;
}
.dropdown-menu.new-custom-header-menu {
    background: #fefefe!important;
    border-radius: 2px!important;
    border: 1px solid #eee;
}
.dropdown-menu.new-custom-header-menu li a {
    color: #000;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.faqs .accordion-button {
    outline: 0 !important;
    box-shadow: none !important;
    font-weight: 600;
    background: 0 0 !important;
    border: none !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: left !important;
    font-family: "Poppins", sans-serif;
}
.faqs .accordion-body {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
}
.faqs .accordion-button:not(.collapsed) {
    color: #222;
    background: 0 0 !important;
    border-bottom: 1px solid #e9e9e9;
}
.faqs .accordion-body {
    border-top: 1px solid #e9e9e9;
    padding: 1rem 1.25rem;
}
.faqs .accordion-body p {
    font-size: 16px;
    margin-bottom: 0;
}
.faqs strong {
    font-weight: 500 !important;
}
@media (max-width: 767px) {
    .faqs {
        margin-bottom: 15px;
    }
    .faqs .mhb9 {
        margin-top: 10px !important;
        padding: 0 !important;
    }
    .faqs .accordion-button {
        line-height: 24px;
    }
    .value-my-car-input,
    .value-my-car-btn {
        width: 100%;
    }
}
.value-my-car-recent-vrm:first-child,
.value-my-car-recent-vrm:nth-child(2) {
    margin-left: 0px !important;
    margin-right: 13px !important;
}
.value-my-car-recent-vrm:last-child {
    margin-left: 0px !important;
}
.text-light-gray {
    color: #6c757d !important;
}
.lh-25{
    line-height: 25px;
}
.table th {
    font-weight: 600;
}