@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap');


.navbar-toggler {
    display: none;
}

#tips_for_fleet_section {
    display: none;
}
.navbar-nav .dropdown{
    visibility: hidden;
   }
   
   .tabs_parent_row .tab-content .text_area_inside_tab a {
    display: none;
   }
   
   .cta_left_col .cta_para_bottom {
       display: none;
   }
   
   
   .i_am_looking_for_row {
       display: none;
   }
.footer_links {
    pointer-events: none;
    cursor: default;
  
  }

.products_heading {
    visibility: hidden;
}

#fleet_resources_section {
    display: none;
}

.dropdown-menu {
    display: none !important;
}


.search_button_menu {
    display: none !important;
}

.mobile_heading {
    display: none;
}

.cta_para_bottom a {
    text-decoration: none;
}

.blue_heading {
    margin-bottom: 0 !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    line-height: 38.6px;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    line-height: 38.6px;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 27.37px;
}

a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}

p {
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    line-height: 27.37px;
}

.container-fluid {
    padding: 0 !important;
}

.row {
    margin: auto;
}


/* Header */
.header_main_container {
    background-color: #ffffff;
    padding: 0% 5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.header_main_row {
    max-width: 1300px;
    margin: auto;
    background-color: #ffffff;
}

.header_main_row .navbar {
    background: transparent !important;
}

.header_main_row .nav-link {
    font-family: "Outfit", sans-serif;
    padding: 20px 5px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #242627;
    transition: all .3s ease;
    display: flex;
}

.header_main_row .nav-link.dropdown-toggle::after {
    margin-left: 10px;
    content: "+";
    border: none !important;
    font-size: 20px;
    font-weight: 300 !important;
    font-family: "Outfit", sans-serif;
}

li.nav-item.start-free-trial-button-header a {
    color: #fff !important;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 27px;
    transition: all 0.3s ease;
}

li.nav-item.start-free-trial-button-header {
    background: #1D0ACA;
    padding: 0px 10px;
    transition: all 0.3s ease;
}

li.nav-item.start-free-trial-button-header:hover {
    background: #40403F;
    padding: 0px 10px;
    transition: all 0.3s ease;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.desktop_menu_header {
    padding: 0;
}

.header_main_row .nav-link:hover {
    color: #010ed0;
    transition: all .3s ease;
}

.header_main_row .navbar-brand img {
    aspect-ratio: 153 / 38;
    max-width: 153px;
    object-fit: contain;
}

.header_main_row .mega-menu .dropdown-menu {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0% 5% 2% 5%;
    border: none;
    box-shadow: none;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header_main_row .mega-menu:hover .dropdown-menu {
    display: block;
}

.header_main_row .mega-menu-content .row {
    background-color: #f8f9fa;
    padding: 20px;
}

.header_main_row .mega-menu-content .col-md-4 h6 {
    font-weight: bold;
}

.header_main_row .mega-menu-content .col-md-4 ul {
    padding-left: 0;
}

.header_main_row .mega-menu-content .col-md-4 ul li {
    list-style: none;
}

.header_main_row .mega-menu-content .col-md-4 ul li a {
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.header_main_row .mega-menu-content .col-md-4 ul li a:hover {
    text-decoration: underline;
}

.header_main_row .desktop_menu_header .nav-item:hover .dropdown-menu {
    display: block;
    background: #ffffff;
    border: 1px solid #00000026;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header_main_row .dropdown-menu .dropdown-item {
    padding: 15px 25px !important;
    background: transparent !important;
    font-size: 14px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    color: #242627 !important;
    transition: all .3s ease;
}

.header_main_row .dropdown-menu .dropdown-item:hover {
    color: #010ed0 !important;
    transition: all .3s ease;
}

@media (max-width: 992px) {
    .header_main_row .mega-menu .dropdown-menu {
        display: none;
    }

    .header_main_row .mega-menu .dropdown-menu.show {
        display: block;
        position: static;
    }

    .header_main_row .navbar-nav .nav-item .dropdown-menu {
        position: static;
    }
}

@media only screen and (min-device-width: 769px) {
    .header_main_row .mobile_header_contact_us_btn {
        display: none !important;
    }
}

.header_main_row .mobile_header_contact_us_btn {
    background: #1D0ACA;
    border-radius: 0;
    padding: 14px 24px 14px 24px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #ffffff;
    text-decoration: none !important;
    display: block;
    width: fit-content;
    text-align: center;
    transition: all .3s;
}

.header_main_row .mobile_header_contact_us_btn:hover {
    background: #242627;
    color: #ffffff;
    transition: all .3s;
    padding: 14px 24px 14px 24px;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.header_main_row button.navbar-toggler {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.header_main_row .navbar-toggler {
    border: none;
    position: relative;
    width: 30px;
    height: 30px;
}

.header_main_row .navbar-toggler-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

.header_main_row .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

.header_main_row .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 4px;
    top: 0;
    transition: all 0.3s;
    transform: rotate(90deg);
}

.header_main_row .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 4px;
    bottom: 0;
    transition: all 0.3s;
    transform: rotate(90deg);
}

.header_main_row .navbar-toggler.collapsed .navbar-toggler-icon::before,
.header_main_row .navbar-toggler.collapsed .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3.5px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.3s;
}

.header_main_row .navbar-toggler.collapsed .navbar-toggler-icon::before {
    top: -10px;
}

.header_main_row .navbar-toggler.collapsed .navbar-toggler-icon::after {
    bottom: -10px;
}

.header_main_row .dropdown-menu.mega-menu-content h4 {
    color: #0a0d31;
    margin-top: 15%;
}

.header_main_row .nav-item .dropdown-menu>.row {
    background: transparent;
    margin: auto;
    max-width: 1300px;
    padding-top: 0;
}

.header_main_row .mega-menu-content .col-md-4 ul li a {
    color: #242627;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Outfit", sans-serif;
    text-decoration: none !important;
    transition: all .3s ease;
}

.header_main_row .mega-menu-content .col-md-4 ul li a:hover {
    color: #010ed0 !important;
    transition: all .3s ease;
}

.header_main_row .box_layout_ul li a {
    border: 1px solid #00000026;
    border-radius: 6px;
    padding: 20px !important;
    text-align: left;
    display: flex !important;
    flex-direction: column;
}

.header_main_row .box_layout_ul li a img {
    width: 35px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.header_main_row .box_layout_ul li a span {
    color: #242627;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 8px;
    font-family: "Outfit", sans-serif;
}

.header_main_row .box_layout_ul li a:hover {
    border: 1px solid #010ed0;
}

.header_main_row .box_layout_ul li a:hover span {
    color: #010ed0;
}

.header_main_row .box_layout_ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
}

.header_main_row .box_layout_ul li {
    flex-basis: calc(50% - 7.5px);
}

.header_main_row .dropdown-menu.mega-menu-content .row .col-md-4 {
    padding: 0;
}

.header_main_row .dropdown-menu.mega-menu-content::after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.header_main_row .mega_menu_last_section {
    padding-left: 15% !important;
}

.header_main_row .col-md-4.box_layout {
    margin-left: -3rem;
    margin-right: 3rem;
    position: relative;
}

.header_main_row .col-md-4.box_layout::after {
    content: "";
    background-image: url(/assets/images/menu-arrow-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -29%;
    top: 5%;
    width: 90px;
    height: 90px;
}

.header_main_row .col-md-4.box_layout::before {
    content: "";
    position: absolute;
    right: -35%;
    top: 0;
    width: 130px;
    height: 130px;
    background-color: #ffffff;
    border-radius: 0 100% 100% 100%;
}

.header_main_row .view_all_button {
    position: relative;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3em;
    font-family: "Outfit", sans-serif;
    color: #010ed0 !important;
    background-color: transparent;
    border-bottom: 3px solid #dee0ff;
    padding: 0 !important;
    width: fit-content;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 20px;
}

.header_main_row .view_all_button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #dee0ff;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.header_main_row .view_all_button:hover::before {
    width: 100%;
    background-color: #242627;
}

body .header_main_row .view_all_button:hover {
    color: #242627 !important;
}

.mobile_menu_header {
    display: none;
}

.mobile_menu_header .navbar-nav .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* /Header */



/* HERO SECTION */
#main_hero_section {
    background-image: url(../images/hero-banner.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 0;
}

.hero_parent_row {
    position: relative;
    z-index: 6;
}

.banner_para_color {
    color: #ffffff;
    background: #1D0ACA;
    width: fit-content;
    padding: 0.8% 1% 0.8% 5%;
    z-index: 6;
    line-height: 1;
}

.banner_para {
    padding-left: 5%;
    color: #ffffff;
    line-height: 1;
}

.medium_size_para {
    padding-left: 5%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.medium_size_para.second_para {
    padding-top: 2%;
}

.hero_dual_button_customs {
    display: flex;
    gap: 25px;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.get_a_quote_button {
    background: #1D0ACA;
    color: #ffffff;
    text-decoration: none !important;
    padding: 15px;
    border: 1px solid #fff;
    display: block;
    transition: all .3s ease;
    text-transform: uppercase;
}

.get_a_quote_button:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.book_a_demo_button {
    background: transparent;
    color: #ffffff;
    text-decoration: none !important;
    padding: 15px;
    border: 1px solid #fff;
    display: block;
    transition: all .3s ease;
    text-transform: uppercase;
}

.book_a_demo_button:hover {
    background: #1D0ACA;
    color: #ffffff;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.review_text_div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 5%;
}

.star_para_image_text {
    color: #ffffff;
    margin-bottom: 0;
}

.hero_parent_row {
    padding-left: 0;
}

/* HERO SECTION */



/* MULTI STEP FORM SECTION */
#multi_step_form_section {
    padding: 5% 5% 10% 5%;
    background: url(../images/desktopsecrow.webp);
    background-position: bottom;
    background-position-y: 65%;
    background-repeat: no-repeat;
    background-size: cover;
}


.multi_step_row_custom {
    max-width: 1300px;
    margin: auto;
}

.progress-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.step-indicators {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-control {
    margin-bottom: 10px;
}

.form_choose_box_main_row {
    --grid-gutter-x: 1.5rem;
    --grid-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(0)* -1);
    margin-right: calc(var(1.5rem) / -2);
    margin-left: calc(var(1.5rem) / -2);
}

.form_choose_box {
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.dm-asset-type {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dm-asset-type-label {
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    height: 100%;
    position: relative;
    justify-content: center;
    padding: 22px 0;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    transition: .3s;
}

.dm-asset-type-label .dm-asset-type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.dm-asset-type-label .dm-asset-type .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 100%;
    margin: 0;
    transition: .3s;
}

.dm-asset-type input:checked + .checkmark {
    background-color: #1D0ACA;
}

.dm-asset-image {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

.dm-survey-option {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.form_step_heading {
    font-size: 25px;
    text-align: center;
    margin: 30px 20px 30px 20px;
    color: #1D0ACA;
}

.next_and_prev_button_div {
    text-align: center;
    margin-top: 20px;
}

.next_and_prev_button_div .next-btn {
    font-size: 18px;
    font-weight: 600;
    background: #1D0ACA;
    border-radius: 0;
    padding: 11px 22px;
    transition: all 0.3s ease !important;
    border: none;
}

.next_and_prev_button_div .next-btn:hover {
    font-size: 18px;
    font-weight: 600;
    background: #40403F;
    border-radius: 0;
    padding: 11px 22px;
    transition: all 0.3s ease !important;
    border: none;
}

.next_and_prev_button_div .submit-btn {
    font-size: 18px;
    font-weight: 600;
    background: #1D0ACA;
    border-radius: 0;
    padding: 11px 22px;
    transition: all 0.3s ease !important;
    border: none;
}

.next_and_prev_button_div .submit-btn:hover {
    font-size: 18px;
    font-weight: 600;
    background: #40403F;
    border-radius: 0;
    padding: 11px 22px;
    transition: all 0.3s ease !important;
    border: none;
}

.next_and_prev_button_div .prev-btn {
    color: #FFFFFF;
    background: #40403F;
    text-decoration: none !important;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    border-radius: 0 !important;
}

.next_and_prev_button_div .prev-btn:hover {
    color: #FFFFFF;
    background: #1D0ACA;
    text-decoration: none !important;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.form-group label {
    display: block;
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 0;
}

.form-group input {
    background: transparent;
    width: 95%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #1D0ACA;
    font-size: 18px;
    color: #212121;
}

.form-group input::placeholder {
    font-size: 18px;
    color: #212121;
}

.step-indicators {
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    color: #d3d3d3;
    display: flex;
}

.step-indicators li.step-dot {
    width: 25%;
    position: relative;
}

.step-indicators li.step-dot span {
    background: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 2;
}

.step-indicators li.step-dot:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1;
}

.step-indicators li.step-dot.active span, .step-indicators li.step-dot.completed span {
    background: #1D0ACA;
    z-index: 1;
}

.step-indicators li.step-dot.active:after,  .step-indicators li.step-dot.completed:after {
    content: "";
    background: #1D0ACA;
    z-index: 1;
}
/* MULTI STEP FORM SECTION */



/* SECTION 3 */
.left_right_section {
    padding: 0 0 5%;
}

.left_right_section .text_area_left {
    padding-right: 5%;
}

.left_right_row {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
}

.blue_heading {
    color: #1D0ACA;
}

.dual_buttons_customs {
    display: flex;
    gap: 25px;
}

.blue_btn_customs {
    color: #FFFFFF;
    background: #1D0ACA;
    text-decoration: none !important;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.blue_btn_customs:hover {
    color: #FFFFFF;
    background: #40403F;
    transition: all .3s ease;
}

.black_button_customs {
    color: #FFFFFF;
    background: #40403F;
    text-decoration: none !important;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.black_button_customs:hover {
    color: #FFFFFF;
    background: #1D0ACA;
    transition: all .3s ease;
}

.paragraph_text {
    color: #212121;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
}

.left_right_row {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
}

/* SECTION 3 */



/* SECTION 4 */
.right_left_section {
    padding: 5%;
}

.right_left_row {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
}

.right_left_section .text_area_right {
    padding-left: 5%;
}

/* SECTION 4 */



/* TABS SECTION */
#tabs_section {
    background: #E7EFF6;
    padding: 5%;
}

.tabs_parent_row {
    max-width: 1300px;
    margin: auto;
}

.section_heading {
    color: #1D0ACA;
    text-align: center;
    text-transform: uppercase;
}

.tabs_main_div {
    width: 100%;
    margin-top: 40px;
}

.tabs_main_div #v-pills-tab {
    width: 25%;
    margin-right: 30px !important;
}

.tabs_main_div #v-pills-tabContent {
    width: 75%;
}

.tabs_main_div .nav-link {
    text-align: left;
    font-size: 18px;
    color: #212121;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs_main_div .nav-link.active {
    background: #1D0ACA;
    border-radius: 0;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
}

.tab_content_main_container picture img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.text_area_inside_tab {
    background: #FFFFFF;
    padding: 20px;
    margin-top: 30px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text_area_inside_tab strong {
    color: #1D0ACA;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.text_area_inside_tab a {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none !important;
}

.center_button_div {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.center_button_div a {
    color: #FFFFFF;
    background: #1D0ACA;
    text-decoration: none !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.center_button_div a:hover {
    color: #FFFFFF;
    background: #40403F;
    transition: all .3s ease;
}

/* TABS SECTION */




/* STAY AHEAD SECTION */
#stay_ahead_section {
    padding: 5% 0 2% 0;
}

.stay_ahead_parent {
    max-width: 1300px;
    margin: auto;
    /* border-bottom: 1px solid #D7D6D6; */
    padding-bottom: 6%;
}

.section_heading {
    margin-bottom: 20px;
}

.stay_ahead_parent .section_heading {
    margin-bottom: 55px;
}

h3.right_left_area_heading.blue_heading,h3.left_right_area_heading.blue_heading.desktop_heading{
    text-transform: uppercase;
}



.stay_ahead_left_heading {
    color: #1D0ACA;
    text-transform: uppercase;
}

.stay_ahead_left_para {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    margin-top: 20px;
    margin-bottom: 74px;
}

.owner_div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.owner_div img {
    border-radius: 100%;
}

.owner_div .owner_name {
    font-size: 24px;
    text-transform: uppercase;
    color: #1D0ACA;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.owner_div .owner_designation {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.stay_ahead_row {
    display: flex;
    align-items: flex-start;
}

.video_section_top {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.66%;
}

.video_section_top iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.three_video_col {
    position: relative;
    display: inline-block;
}

.stay_ahead_right_col .video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}

.dm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    z-index: 1;
    display: none;
}

.dm-video-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.dm-video-svg img {
    width: 50px;
    height: auto;
}

.three_video_customs_row .three_video_col:first-child {
    padding-left: 0;
}

.three_video_customs_row .three_video_col:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px;
}

.three_video_customs_row .three_video_col:last-child {
    padding-right: 0;
}

@media (max-width: 768px) {
    .stay_ahead_right_col .video-thumbnail {
        max-width: 100%;
        height: auto;
    }

    .dm-video-svg img {
        width: 40px;
    }
}

/* STAY AHEAD SECTION */




/* TIPS FOR FLEET SECTION */
#tips_for_fleet_section .paragraph_text {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 40px;
}

.under_line_button {
    font-size: 18px;
    font-weight: 600;
    color: #1D0ACA;
}

/* TIPS FOR FLEET SECTION */



/* FLEET RESOURCES SECTION */
#fleet_resources_section {
    padding: 5%;
}

.fleet_resources_parent {
    max-width: 1300px;
    margin: auto;
}

.fleet_resources_parent .section_heading {
    margin: 20px;
    margin-bottom: 60px;
}

.fleet_resource_col .fleet_resource img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.fleet_resource p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #1D0ACA;
    text-decoration: underline;
}

/* FLEET RESOURCES SECTION */



/* CTA SECTION */
#cta_section {
    padding: 5%;
    border-top: 1px solid #DDE0E4;
}

.cta_section_parent {
    max-width: 1300px;
    margin: auto;
}

.cta_para_top {
    color: #212121;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.cta_dual_color_heading {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1D0ACA;
}

.cta_dual_color_heading strong {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
}

.cta_para_bottom {
    font-size: 20px;
    color: #212121;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 30px;
}

.cta_para_bottom a {
    color: #1D0ACA;
}

.cta_blue_btn {
    color: #FFFFFF;
    background: #1D0ACA;
    text-decoration: none !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    display: block;
    width: fit-content;
    text-align: center;
    margin-top: 30px;
}

.cta_blue_btn:hover {
    color: #FFFFFF;
    background: #40403F;
    transition: all .3s ease;
}

.cta_main_row {
    align-items: center;
}

.cta_right_col img{
    width: 100%;
    height: auto;
}

/* CTA SECTION */




/* I'M LOOKING SECTION */
#i_am_looking_Section {
    padding: 1% 5%;
    background: #1B1B1B;
}

.i_am_looking_main_row {
    max-width: 1300px;
    margin: auto;
}

.search_bar_container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    gap: 10px;
    margin: 10px 0;
}

.search_bar_label {
    font-size: 38px;
    color: #ffffff;
    white-space: nowrap;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}

.search_bar_input_wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.search_bar_input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 38px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    box-sizing: none !important;
    outline: none !important;
}

.search_bar_button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.search_bar_button img {
    width: 30px;
    height: 30px;
}

/* I'M LOOKING SECTION */




/* FOOTER */
#footer_section {
    padding: 8% 5% 5% 5%;
    background: #1D0ACA;
}

.footer_row_custom {
    max-width: 1300px;
    margin: auto;
}

.footer_links_heading {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_links {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none !important;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.seperator_footer {
    border-top: 1px solid #FFFFFF;
    opacity: 1;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
}

.footer_para_div p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}

.footer_underline_btn {
    color: #ffffff;
    font-size: 16px;
    color: #fff;
}

.footer_para {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
}

.footer_para.site_credit {
    margin-top: 40px;
}

.footer_links_div_social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer_links_div_social a {
    text-decoration: none !important;
    width: 24px;
    height: 24px;
}

/* FOOTER */

.desktop_display_none{
    display: none;
}

.mobile_display_none{
    display: block;
}



/* Mobile And Ipad Mini Responsive */
@media only screen and (max-device-width:768px) {
    .header_main_row .navbar-brand img {
        aspect-ratio: 4/1;
        max-width: 120px;
        object-fit: contain;
    }

    .header_main_row {
        padding-left: 0;
        padding-right: 0;
    }

    .desktop_menu_header {
        display: none !important;
    }

    .mobile_menu_header {
        display: block !important;
    }

    h1 {
        font-size: 26px;
    }

    .medium_size_para {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 12%;
        padding-right: 12%;
    }

    .hero_parent_row img{
        padding-left: 12%;
        padding-right: 12%;
        padding-top: 6%;
        padding-bottom: 4%;
    }

    .banner_para, .banner_para_color{
        padding-left: 12%;
    }

    .hero_dual_button_customs{
        padding-left: 12%;
        padding-right: 12%;
    }

    .hero_dual_button_customs a{
        width: 100%;
        text-align: center;
        padding: 5px;
        font-weight: 600;
    }

    .play_button_icon{
        width: 50px;
    }

    .desktop_display_none{
        display: block;
    }

    .mobile_display_none{
        display: none;
    }

    .hero_parent_row, #main_hero_section{
        padding-right: 0;
    }

    #main_hero_section{
        padding-top: 15%;
        padding-bottom: 10%;
    }

    .mobile_review_section{
        padding: 8% 5%;
    }

    .row.mobile_review_section .review_text_div p{
        margin-left: 20px;
    }

    .review_start_mob_div img{
        width: 100px;
        height: auto;
    }

    .header_main_row .mobile_header_contact_us_btn{
        padding: 14px;
    }

    .dm-asset-type{
        padding: 16px 22px;
        width: 100%;
    }

    .cta_main_row, .cta_section_parent{
        padding: 0;
    }

    .search_bar_label{
        font-size: 22px;
    }

    .i_am_looking_main_row{
        padding: 0;
    }

    .search_bar_container{
        margin: 35px 0 !important;
    }

    .search_bar_input{
        padding-top: 0;
        padding-bottom: 0;
    }

    .cta_para_bottom br{
        display: none;
    }

    .cta_dual_color_heading{
        font-size: 40px;
    }

    .header_main_row .navbar-toggler-icon{
        width: 15px;
        margin-left: 15px;
        background-color: #1D0ACA !important;
        color: #1D0ACA !important;
        background-image: none !important;
    }

    .header_main_row .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
        width: 30px;
    }

    .header_main_row .navbar-toggler-icon::before, .header_main_row .navbar-toggler-icon::after{
        right: 0;
        background-color: #1D0ACA !important;
        height: 3px !important;
    }

    .hero_dual_button_customs {
        justify-content: center;
    }

    .progress-bar {
        display: none;
    }

    .form-container {
        display: block;
    }

    .left_right_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .image_area_right img {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .dual_buttons_customs {
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .image_area_left img {
        width: 100%;
        height: 100%;
        margin-bottom: 24px;
    }

    .cta_right_col img {
        width: 100%;
        height: 100%;
    }

    h3.section_heading {
        margin: auto !important;
        margin-bottom: 40px !important;
        font-size: 23px;
        line-height: 27px;
    }

    .stay_ahead_row {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .owner_div .owner_name {
        font-size: 18px;
    }

    .owner_div .owner_designation {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .stay_ahead_left_col {
        margin-top: 50px;
    }

    .three_video_col {
        width: 33.33%;
    }

    #stay_ahead_section {
        padding: 10% 0;
    }

    #multi_step_form_section {
        padding: 5% 0;
        background-image: url(../images/mobilesecimage.webp);
        background-position-y: 66px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .left_right_section {
        padding: 15% 0;
    }

    .right_left_section {
        padding: 5% 0;
    }

    #tabs_section {
        padding: 5% 0;
    }

    #fleet_resources_section {
        padding: 10% 0 0 0;
    }

    .fleet_resource p{
        margin-top: 15px;
        margin-bottom: 70px;
        font-size: 15px;
        line-height: 1.4;
    }

    #cta_section {
        padding: 5% 0 15% 0;
    }

    #i_am_looking_Section {
        padding: 1% 0;
    }

    .cta_blue_btn {
        margin-bottom: 70px;
    }

    .search_bar_container {
        gap: 0px;
        margin: 20px 0;
        flex-direction: column;
    }

    #footer_section {
        padding: 8% 0 5% 0;
        background: #1D0ACA;
    }

    .footer_links_heading {
        margin-top: 20px;
    }

    .seperator_footer {
        border-top: 1px solid #FFFFFF;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 7%;
        margin-bottom: 3%;
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-direction: row !important;
        width: 100% !important;
    }

    .nav-pills .nav-link {
        flex: 0 0 auto;
        padding: 10px 15px;
        text-align: center;
        white-space: nowrap;
    }

    .tabs_main_div {
        flex-direction: column;
    }

    .tabs_main_div #v-pills-tabContent {
        width: 100%;
        margin-top: 30px;
    }

    .center_button_div {
        display: block;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .tab_content_main_container picture img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        height: auto;
    }

    .blue_heading {
        text-align: center;
    }

    .stay_ahead_left_heading {
        text-align: center;
        font-size: 23px;
        line-height: 1.4;
    }

    .desktop_heading {
        display: none;
    }

    .mobile_heading {
        display: block;
        margin-bottom: 40px !important;
    }
  
    .dual_buttons_customs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .stay_ahead_left_para {
        margin-bottom: 20px;
    }
    
    .stay_ahead_left_para {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .owner_div {
        justify-content: center;
    }

    .img_destop {
        display: none;
    }

    .img_mobile {
        display: block;
    }

    .review_div{
        margin-top: 20px;
        gap: 30px;
    }

    .google_review{
        width: 90px;
        height: auto;
    }

    .trustpilot_review{
        width: 122px;
    }

    .form_step_heading{
        padding-left: 50px;
        padding-right: 50px;
    }

    .dm-asset-image{
        margin-right: 20px;
    }

    .dm-asset-type-label{
        padding: 4px 0;
    }

    .left_right_area_heading{
        text-transform: uppercase;
        font-size: 23px;
    }

    .paragraph_text{
        margin-bottom: 20px;
    }

    .stay_ahead_parent{
        padding-bottom: 45px;
    }

    #tips_for_fleet_section .paragraph_text{
        margin-bottom: 35px;
    }

    h3.right_left_area_heading.blue_heading{
        text-align: left;
        font-size: 23px;
        line-height: 1.4;
    }
}

/* Mobile And Ipad Mini Responsive */

/* Only desktop Responsive */

@media only screen and (min-device-width:768px) {
    .mobile_heading {
        display: none;
    }

    .desktop_heading {
        display: block;
    }

    .img_destop {
        display: block;
    }

    .img_mobile {
        display: none;
    }

    .first_banner_heading{
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .image_area_right img, .image_area_left img{
        width: 100%;
        height: auto;
    }

    .left_right_row{
        flex-direction: row;
    }

    .form_third_step .dm-asset-type-label {
        justify-content: flex-start;
        padding-left: 20px;
    }

    #multi_step_form_section{
        background-size: cover;
        background-position: bottom;
    }

    .review_start_mob_div{
        justify-content: center;
    }
#cta_section{
    padding: 5%;
}

}


