/*
 Theme Name:   Hello Elementor Child
 Description:  custom child theme
 Template:     hello-elementor
 Version:      1.0.0
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

.elementor-widget-text-editor, .elementor-widget-heading .elementor-heading-title, body,* {
    font-family: "Inter", Sans-serif;
}
html body
{
    font-size: 16px;
}
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 59px;
    font-weight: 900;
    line-height: 69px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 48px;
}
h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0F1A2E;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.textwithBreak p {
    line-height: 32px;
}
.hoverBlue:hover h6.elementor-heading-title, .hoverBlue:hover p {
    color: #fff !important;
}
.accordianOuter summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#wpforms-form-2341 .wpforms-field-container > div,
#wpforms-form-4452 .wpforms-field-container > div,
#wpforms-form-5146 .wpforms-field-container > div {
    width: 100%;
    flex: 1;
    padding: 10px 5px;
}
#wpforms-form-2341 label,
#wpforms-form-4452 label,
#wpforms-form-5146 label {
    color: #48566B;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-bottom: 4px;
}
#wpforms-form-2341 input, #wpforms-form-2341 select,
#wpforms-form-4452 input, #wpforms-form-4452 select, #wpforms-form-4452 textarea,
#wpforms-form-5146 input, #wpforms-form-5146 select, #wpforms-form-5146 textarea {
    max-width: 100%;
    border: 1px solid #E6ECF4 !important;
    box-shadow: none !important;
    padding: 11px 13px !important;
    border-radius: 10px;
    height: auto;
    resize: none;
}
#wpforms-form-2341 select,
#wpforms-form-4452 select,
#wpforms-form-5146 select {
    cursor: pointer;
}
#wpforms-form-2341  input.wpforms-smart-phone-field,
#wpforms-form-4452  input.wpforms-smart-phone-field,
#wpforms-form-5146  input.wpforms-smart-phone-field {
    padding-left: 51px !important;
}
.fleetFormOuter {
    margin: 0 !important;
    box-shadow: 0px 34px 80px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 34px 80px 0px rgb(0 0 0 / 50%);
}
.fleetFormOuter .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
button#wpforms-submit-2341,
button#wpforms-submit-4452,
button#wpforms-submit-5146 {
    background: #4DBF16 !important;
    width: 100%;
    padding: 13px 22px !important;
    border-radius: 12px !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-family: arial !important;
    font-weight: 500 !important;
}
button#wpforms-submit-2341:after,
button#wpforms-submit-4452:after,
button#wpforms-submit-5146:after {
    display: none;
}
.faqAccordian .e-n-accordion > details:first-child > summary {
    border-top: 0 !important;
}
.faqAccordian .e-n-accordion > details:last-child > summary {
    border-width: 1px 0px 1px 0px !important;
    padding-bottom: 18px;
}
.faqAccordian .e-n-accordion > details:open > summary {
    border-bottom: 0 !important;
}
.blogOuter {
    border: 1px solid #DBE4F0;
    padding: 18px;
    border-radius: 14px;
    width: 44%;
    margin: 16px 16px;
}
.blogImg img {
    border-radius: 14px;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.blogCntnt {
    padding: 14px 0 2px 0;
}
.blogCntnt h3 {
    color: #0F1A2E;
    font-size: 20px;
    font-weight: 700;
}
.blogCntnt p {
    margin: 0;
    color: #7A8699;
    font-size: 14px;
}
.resulBlogOuter {
    display: flex;
    flex-wrap: wrap;
}
.blogImg {
    position: relative;
}
.blogImg .safetyRate {
    position: absolute;
    right: 20px;
    bottom: 16px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}
.safetyRate p {
    margin: 0;
}
.blogImg .safetyRate .safetyPercent {
    background: #006EDC;
    color: #fff;
    padding: 8px 16px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 8px 0px 0px 8px;
}
.safetyRate .safetyDesc {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #0F1A2E;
    width: 135px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.safetyRate .safetyDesc p {
    font-size: 15px;
    font-weight: 500;
    color: #0F1A2E;
    width: 135px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.tabsHeadingOutr {
    text-align: center;
}
.tabsOuter .e-n-tabs-heading > button {
    cursor: pointer;
    background: #fff !important;
    border: 1px solid #E6ECF4;
}
.tabsOuter .e-n-tabs-heading > button[aria-selected="true"],
.tabsOuter .e-n-tabs-heading > button:hover {
    background: #006EDC !important;
    color: #fff !important;
}
.menu-item:hover:before, .current-menu-item:before {
    display: none;
}
body .tahefobu-nav-menu .tahefobu-sub-menu {
    width: 242px;
}
body .tahefobu-nav-menu:not(.tahefobu-mega-menu) .tahefobu-sub-icon {
    top: 53%;
}
body .tahefobu-nav-menu-horizontal .tahefobu-menu-item .tahefobu-sub-icon {
    margin-left: 4px;
}
.subHeading .elementor-icon-box-title > span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
}
.secHeading .elementor-heading-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 48px;
}
.deliveryTabs .e-n-tabs-heading {
    background: #EFF3F9;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: fit-content;
    margin: auto;
    border-radius: 11px;
    padding: 5px 6px;
}
.deliveryTabs .e-n-tabs-heading button {
    display: inline-block;
    vertical-align: top;
}
#liveMapTabs.deliveryTabs .e-n-tabs-heading button {
    background-color: transparent !important;
    border: none;
}
.deliveryTabs.tabsOuter .e-n-tabs-heading > button[aria-selected="true"],
.deliveryTabs.tabsOuter .e-n-tabs-heading > button:hover,
#liveMapTabs.deliveryTabs .e-n-tabs-heading button[aria-selected="true"],
#liveMapTabs.deliveryTabs .e-n-tabs-heading button:hover {
    background: #fff !important;
    color: #0F1A2E !important;
}
.industryOpt > .e-con.e-child {
    padding: 20px 28px;
    border-radius: 15px;
}
.industryOpt > .e-con.e-child .elementor-widget-text-editor {
    padding-top: 160px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#-back-to-top-244-7 {
    display: none;
}
.industrySlider .swiper-slide-inner {
    position: relative;
}
.industrySlider .swiper-slide-inner > .elementor-image-carousel-caption {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
}
.industrySlider .elementor-swiper-button {
    background: #006EDC;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.hcGridOuterCA .hidencostGrid.e-con.e-child > div {
    height: 100%;
}
.camsReviews .elementor-icon-box-content p > span {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: -18px;
}
.latestBlogOuter {
    border-radius: 18px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.latestBlogOuter .custom-latest-post .latest-post-image {
    height: 190px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
}
.latestBlogOuter .custom-latest-post .latest-post-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top center;
}
.latestBlogOuter .latest-post-content {
    padding: 22px 22px 14px;
    background: #fff;
}
.latestBlogOuter .latest-post-meta {
    color: #006EDC;
    font-size: 12px;
    font-weight: 600;
}
.latestBlogOuter h2 {
    line-height: 23px;
    margin-top: 6px;
}
.latestBlogOuter .latest-post-title a {
    font-size: 19px;
    font-weight: 800;
    color: #0F1A2E;
}
.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.case-study-card {
    border: 1px solid #d7dde5;
    border-radius: 12px;
    padding: 18px;
    background: #fff;
}
.case-study-image {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.case-study-result {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
}
.result-percentage {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    background: #006EDC;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.result-text {
    display: flex;
    align-items: center;
    max-width: 135px;
    padding: 4px 8px;
    background: #fff;
    color: #26313d;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
}
.case-study-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px 2px;
}
.case-study-title {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.case-study-title a {
    color: #26313d;
    text-decoration: none;
}

.case-study-client {
    margin: 0;
    color: #6c7580;
    font-size: 14px;
}
.case-study-arrow img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.case-study-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-left: 15px;
    border: 1px solid #26313d;
    border-radius: 12px;
    color: #26313d;
    text-decoration: none;
    font-size: 20px;
    opacity: 0;
}
.case-study-card:hover {
    box-shadow: 0px 25px 30px -12px rgb(0 0 0 / 10%);
}
article.case-study-card:hover .case-study-arrow {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}
.inner-banner-section .ct-section-inner-wrap {
    padding-top: 0 !important;
}
.industrySlider figcaption.elementor-image-carousel-caption {
    padding-left: 25px;
    padding-right: 25px;
}
.bsNumber {
    overflow: hidden;
}
.bsNumber p {
    background: #006EDC;
}
.bsNumber p {
    width: 37px;
    height: 37px;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buildSteps > div {
    position: relative;
}
.buildSteps > div:after {
    position: absolute;
    content: "";
    width: 71%;
    border-top: 1px dotted #006edc;
    height: 0;
    right: 0;
    top: 25px;
}
.buildSteps > div:last-child:after {
    display: none;
}
.methodOuter:hover .elementor-heading-title {
    color: #fff;
}
.methodOuter:hover .methodIcon img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.methodOuter:hover .elementor-heading-title {
    color: #fff;
}
.fleetCompOuter .elementor-heading-title > span {
    color: #4dbf16;
}
section#section-204-7.ct-section {
    display: none;
}
.contentNavOuter .elementor-widget-text-editor p {
    margin: 0;
}
.contentNavOuter .elementor-widget-text-editor p a {
    padding: 32px 0 20px;
    display: inline-block;
    vertical-align: top;
}
.faqAccordian .e-n-accordion-item-title + div .elementor-widget-text-editor p {
    margin-top: 5px;
}
.accordianOuter .e-n-accordion-item-title + div .elementor-widget-text-editor p {
    margin-top: 0;
}
#whyUsTabs .e-n-tabs-heading {
    padding-top: 30px;
}
#whyUsTabs .e-n-tabs-heading button[aria-selected="true"] {
    position: relative;
}
#whyUsTabs .e-n-tabs-heading button[aria-selected="true"]:after {
    content: "";
    position: absolute;
    right: -56px;
    width: 0px;
    height: 0px;
    border-right: 12px solid #006edc;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.teamTabs .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"],
.teamTabs .e-n-tabs-heading button.e-n-tab-title:hover {
    background: #006EDC !important;
}
.teamTabs .e-n-tabs-heading button:hover {
    cursor: pointer;
}
.teamTabs .e-n-tabs-heading button.e-n-tab-title span {
    font-size: 13px;
}
.teamTabs .elementor-image-box-content .elementor-image-box-title span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: rgb(15 26 46 / 60%);
}
.teamTabs .elementor-image-box-content {
    padding: 28px;
    border: 1px solid #E6ECF4;
    border-radius: 16px;
    vertical-align: top;
    width: 400px;
    background: #fff;
}
.teamTabs .elementor-image-box-img {
    overflow: hidden;
}
.teamTabs .elementor-image-box-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerFeatures .elementor-widget-text-editor {
    position: relative;
}
.bannerFeatures .elementor-widget-text-editor:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    right: -30px;
    top: 14px;
}
.bannerFeatures .elementor-widget-text-editor p {
    margin: 0;
}
.bannerFeatures .e-con-inner .elementor-widget-text-editor:last-child:after {
    display: none;
}
#bannerForm h2.elementor-heading-title {
    font-size: 36px;
    line-height: 37px;
    font-weight: 900;
}
div#wpforms-5146 {
    margin-top: 10px;
    margin-bottom: 0;
}
.tabsOuter .e-n-tabs {
    justify-content: center;
}
.tabsOuter .e-n-tabs-content {
    flex-grow: inherit !important;
}
.accordionRytCntntWrap > div {
    padding-left: 55px;
    padding-right: 75px;
}
.dynamicImgleftCntnt {
    position: absolute;
    left: 0;
    z-index: 99;
}
.dynamicImgleftCntnt p {
    margin: 0;
}
.dynamicImgRyttCntnt {
    position: absolute;
    right: 0;
    bottom: -52px;
}
.dynamicImgWraper-1,
.dynamicImgWraper-2,
.dynamicImgWraper-3,
.dynamicImgWraper-4 {
    display: none;
}

.dynamicImgWraper-1.activeContent,
.dynamicImgWraper-2.activeContent,
.dynamicImgWraper-3.activeContent,
.dynamicImgWraper-4.activeContent {
    display: flex !important;
}
.legistationAccordion.elementor-widget-n-accordion .e-n-accordion-item summary {
    border-radius: 10px;
    border-color: #E6ECF4;
    padding: 12px 20px;
}
.legistationAccordion.elementor-widget-n-accordion .e-n-accordion-item summary[aria-expanded="true"] {
    border-color: #006EDC;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.legistationAccordion.elementor-widget-n-accordion .e-n-accordion-item summary span.e-n-accordion-item-title-header {
    font-size: 16px;
    font-weight: 600;
}
.legistationAccordion.elementor-widget-n-accordion .e-n-accordion-item > div {
    border-top: 0;
    border-color: #006EDC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
.legistationAccordion.elementor-widget-n-accordion .e-n-accordion-item > div .elementor-widget-text-editor p {
    margin-top: 0;
    font-size: 13px;
    color: #7A8699;
}
.legistationCntntOuter {
    max-width: 100%;
}
.legistationCntntOuter h4.elementor-heading-title {
    font-size: 20px;
    line-height: 25px;
}
.page-template .cky-consent-container {
    width: 1062px;
    max-width: 90%;
    margin: auto;
    right: 0;
    border: 1px solid #006EDC;
    border-radius: 18px;
    overflow: hidden;
    padding: 45px 25px 45px 45px;
    background: #fff;
    bottom: 25px;
}
.page-template .cky-consent-bar .cky-notice-content-wrapper {
    padding: 0;
}
.page-template .cky-consent-container .cky-consent-bar {
    box-shadow: none;
    border: none;
}
.page-template .cky-notice .cky-title {
    font-weight: 900;
    font-size: 28px;
    font-family: 'Inter';
}
.page-template .cky-notice-des p {
    font-size: 16px;
    color: #000;
}
.page-template .cky-notice-group > div:first-child {
    padding-right: 60px;
}
.page-template .page-template .cky-consent-bar > div:last-child,
.page-template .cky-footer-wrapper > div:last-child,
.page-template .cky-consent-bar > div:last-child,
.page-template .cky-notice-btn-wrapper .cky-btn-accept {
    display: none !important;
}
.cky-notice-des a.cky-policy {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px;
}
.cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none;
    background: #4DBF16 !important;
    padding: 10px 22px;
    color: #fff !important;
    border: none;
    border-radius: 11px;
    text-transform: capitalize;
}
.cky-notice-btn-wrapper .cky-btn:hover {
    opacity: 1;
    background: #006edc !important;
}
.page-template .cky-consent-bar .cky-banner-btn-close {
    border: 1px solid #000;
    color: #000 !important;
    border-radius: 8px;
    padding: 10px;
    height: auto;
    width: auto;
    right: 12px;
    top: 12px;
}
.page-template .cky-modal.cky-sidebar-right.cky-modal-open {
    border: 2px solid #006EDC;
    border-radius: 18px;
    height: 95%;
    top: 2%;
    right: 1%;
    padding: 20px 20px 20px 10px;
    width: 700px;
}
.page-template .cky-modal.cky-sidebar-right.cky-modal-open .cky-preference-center {
    width: 100%;
}
.page-template .cky-modal.cky-sidebar-right.cky-modal-open .cky-preference-header {
    background: #F5F8FC;
    border-radius: 16px;
    padding: 44px 36px;
}
.page-template .cky-modal.cky-sidebar-right.cky-modal-open .cky-preference-header span#ckyPreferenceTitle {
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
}
.page-template .cky-preference-body-wrapper {
    padding: 30px 35px;
}
.cky-preference-content-wrapper > p:first-child strong {
    font-size: 30px;
    font-weight: 900;
}
.page-template .cky-preference-content-wrapper > p,
.page-template .cky-accordion-header-des p {
    font-size: 18px;
}
.cky-preference-content-wrapper {
    margin-bottom: 30px;
}
.cky-preference-content-wrapper + .cky-horizontal-separator {
    display: none;
}
.cky-accordion-wrapper .cky-accordion {
    border: 1px solid #E6ECF4;
    margin-bottom: 14px;
    border-radius: 8px;
    padding: 11px 13px;
}
.cky-prefrence-btn-wrapper {
    display: none;
}
.legistationGridImg {
    width: 475px;
}
.page-template div#popmake-6321 {
    border: none;
    border-radius: 10px;
    padding: 28px;
}
.page-template div#popmake-6321 .pum-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    text-shadow: none;
    color: #0F1A2E;
    font-family: 'Inter';
}
.page-template div#popmake-6321  button.pum-close.popmake-close {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    height: 34px;
    width: 34px;
    border-radius: 8px;
    box-shadow: none;
    top: 10px;
    right: 10px;
    line-height: 32px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}
.page-template div#popmake-6321 button.pum-close.popmake-close:hover {
    background: #4DBF16;
    border-color: #4DBF16;
    color: #fff;
}

@media screen and (max-width: 1900px) {
.hcGridOuterCA .elementor-widget-text-editor {
    font-size: 14px !important;
}

}
@media screen and (max-width: 1600px) {
.billMBnrOuter .mainBanner .elementor-widget-heading h1.elementor-heading-title {
    font-size: 50px;
    line-height: 50px;
}
.billBnrImg {
    width: 100%;
}
.billMBnrOuter .mainBanner .elementor-widget-heading + .elementor-widget-heading h4 {
    font-size: 25px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 40px;
    line-height: 44px;
}

}
@media screen and (max-width: 1450px) {
.mainBanner {
    padding: 130px 120px;
}
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 47px;
    line-height: 58px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 38px;
    line-height: 42px;
}
.hcGridOuter  .hidencostGrid .elementor-widget-heading .elementor-heading-title, .hcGridOuterCA h6.elementor-heading-title {
    font-size: 30px;
}
.headerInr > div:last-child > div:first-child {
    display: none;
}
.controlFleetOuter .e-con-inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
}
.industrySlider .swiper-slide-inner > .elementor-image-carousel-caption {
    font-size: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}
.ourMethod .e-grid.e-con-full {
    padding-left: 30px;
    padding-right: 30px;
}
.builtStepsMain {
    padding-left: 0;
    padding-right: 0;
}
.fleetCompOuter .elementor-widget-heading h2.elementor-heading-title {
    font-size: 40px !important;
}
.billMBnrOuter  .mainBanner {
    padding: 60px;
}
.billBnrImg {
    width: auto;
}
.legistationOuter {
    padding: 70px 45px 100px;
}
.legistationCntntGrid .hoverBlue .elementor-widget-heading .elementor-heading-title {
    font-size: 26px;
    line-height: 30px;
}
.bcLogistationOuter {
    max-width: 100% !important;
    padding-left: 45px;
    padding-right: 45px;
}
#whyUs .whyUsIner {
    padding-left: 0;
    padding-right: 0;
}
.tabsOuter .e-n-tabs {
    justify-content: center;
    gap: 0 20px;
}
#whyUsTabs .e-n-tabs-heading button[aria-selected="true"]:after {
    right: -22px;
}
.billMBnrOuter .mainBanner .elementor-widget-heading h1.elementor-heading-title {
    font-size: 45px;
}
.billMBnrOuter .mainBanner .elementor-widget-heading + .elementor-widget-heading h4 {
    font-size: 24px;
}
.billMBnrOuter .mainBanner ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
    font-size: 16px;
}
.legistationGridOuter {
    display: flex;
}
.legistationGridImg {
    width: 50%;
}
.headerInr {
    width: 100%;
    justify-content: space-between;
}
.headerInr > div {
    width: max-content;
}
.headerInr #getaQuote {
    display: none;
}
.rentalLeasingBnr .mainBanner {
    padding: 120px 40px;
}
.rateValueOuter .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.rateValueOuter .e-con-inner .hidencostGrid {
    width: 100%;
    padding-right: 0;
}
#rlWhoweserve .industryInr {
    padding-left: 0;
    padding-right: 0;
}
.rlFaqCntntOuter {
    padding-left: 0;
    padding-right: 0;
}
.rlFaqCntntOuter > .blogFaqInr {
    gap: 80px;
}
.hidencostGrid {
    width: 100%;
}
.nextMoveInr  .e-con-inner,
.mainFooterOtr {
    padding-left: 30px;
    padding-right: 30px;
}
.needMicro p {
    line-height: 38px;
    font-size: 30px;
}

}
@media screen and (max-width: 1199px) {
h1 br, .elementor-widget-heading h1.elementor-heading-title br {
    display: none;
}
.mainBanner .textwithBreak p br {
    display: none;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px;
    line-height: 40px;
}
.mainBanner {
    padding: 100px 40px;
}
.mainHeaderOuter .menuOuter  .tahefobu-nav-menu-container .tahefobu-nav-menu > .menu-item {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.blogFaqInr {
    padding-left: 40px;
    padding-right: 40px;
}
#reachUs .e-con-inner > div {
    padding-left: 30px;
    padding-right: 30px;
}
.footerOuter .mainFooterOtr > div {
    padding-left: 30px;
    padding-right: 30px;
}
.needMicro p {
    line-height: 37px;
    font-size: 27px;
    margin-top: 36px;
}
.hiddenCostOuter .e-con-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.ourOrigin .e-con-inner {
    padding-top: 50px;
}
.ourOrigin .e-con-inner {
    padding-top: 60px;
}
.methodOuter {
    padding: 20px 15px;
}
.methodIcon {
    margin-bottom: 20px;
}
#industries .vahiclesSliderOutr {
    padding-left: 0;
    padding-right: 0;
}
#industries .vahiclesSliderOutr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
}
.builtSteps .builtStepsInr {
    padding-left: 30px;
    padding-right: 30px;
}
.builtStepsMain > div {
    padding: 0;
}
.fleetCompOuter .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
}
.contactInfo .contactInfoInr {
    padding-left: 30px;
    padding-right: 30px;
}
.billBnrFeatures {
    padding-left: 8px;
    padding-right: 8px;
}
.billBnrFeatures  > .e-grid {
    gap: 0 20px;
}
.billBnrFeatures > .e-grid > div {
    gap: 0 12px;
}
.billBnrFeatures > .e-grid > div .elementor-widget-text-editor p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
.billBnrFeatures > .e-grid > div .elementor-widget-image img {
    width: 38px;
}
.legistationGridOuter {
    max-width: 100%;
    width: max-content;
}
.legistationGridOuter .legistationGridImg {
    width: 300px;
}
.legistationGridOuter .legistationCntntGrid {
    width: 670px;
    padding-left: 20px;
}
.bcRoads .e-flex.e-con-boxed .e-con-inner {
    padding: 70px 35px;
}
.bcRoadsCntnt  > div:first-child {
    padding: 30px 30px 10px;
}
.bcLogistationOuter {
    max-width: 100% !important;
    padding-left: 42px;
    padding-right: 42px;
}
.bcLogistationOuter .legistationAccordion {
    width: 380px;
}
.legistationCntntOuter {
    max-width: 100%;
    width: 100%;
}
.legistationOuter .textwithBreak p br {
    display: none;
}
.ourMethod .e-grid.e-con-full {
    gap: 15px;
}
.vahiclesSliderOutr {
    padding: 40px;
}
.vahiclesSliderOutr .textwithBreak p {
    line-height: 24px;
}
.ourMethodCntnt {
    gap: 15px;
}
.ourMethodCntnt .elementor-widget-text-editor p {
    line-height: 22px;
}
.cofLeftCntnt {
    width: 100%;
    padding: 50px 30px;
}
.ourOrigin .ourOriginCntnt > div .elementor-widget-text-editor {
    width: 100%;
    padding: 10px 30px;
}
.controlOverFleet  .e-con-inner {
    padding-left: 40px;
    padding-right: 40px;
}

}
@media screen and (max-width: 1024px) {
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 45px;
    line-height: 55px;
}
h1  br, .elementor-widget-heading h1.elementor-heading-title br {
    display: none;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 30px;
    line-height: 35px;
}
.hidencostGrid {
    display: flex;
    flex-wrap: wrap;
}
.hidencostGrid > div {
    width: 47%;
}
.footerOuter p br {
    display: none;
}
.hcGridOuter {
    --e-con-grid-template-columns: repeat(1, 1fr) !important;
}
#whatWeDo .slick-next {
    right: 45%;
}
#whatWeDo .slick-prev {
    left: 45%;
}
div#whatWeDo {
    padding-top: 30px;
    padding-bottom: 50px;
}
.hiddenCostOuter .textwithBreak p {
    margin: 0;
    line-height: 23px;
}
.footerLinksOuter {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footerOuter .mainFooterOtr > div:first-child {
    padding-bottom: 30px;
}
.footerOuter .mainFooterOtr > div:last-child {
    padding-top: 20px;
}
.ourMethod .e-grid.e-con-full {
    padding-left: 0;
    padding-right: 0;
}
#industries .vahiclesSliderOutr {
    padding-left: 30px;
    padding-right: 30px;
}
.billMBnrOuter .mainBanner .e-grid > div {
    width: 910px;
}
.textwithBreak p br {
    display: none;
}
.billMBnrOuter  .mainBanner .elementor-widget-icon-list ul li {
    padding: 0 !important;
}
.legistationGridOuter .legistationCntntGrid {
    width: 930px;
}
.bcRoadsCntnt {
    gap: 0 15px;
}
.bcRoadsCntnt  > div:first-child {
    padding: 30px 30px 10px;
}
.legistationCntntOuter {
    width: 480px;
}
.bcLogistationOuter .legistationAccordion {
    width: 420px;
}
.legistationGridOuter {
    width: 100%;
}
.mainHeaderOuter .headerInr .logoOuter {
    width: max-content;
    margin-right: 45px;
}
.ourMethodCntnt {
    gap: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-top: 20px;
}
.ourMethodCntnt > .e-child {
    width: 300px;
    display: block;
    max-width: 100%;
}
.tabsOuter {
    margin-bottom: 40px !important;
}
.rateValueOuter .e-con-inner {
    padding-left: 35px;
    padding-right: 35px;
}
#rlRateValOuter .hcGridOuter {
    flex-direction: row;
    display: flex;
}
.dynamicImgleftCntnt {
    padding: 5px 12px !important;
}
.dynamicImgleftCntnt p {
    font-size: 13px;
}
.dynamicImgRyttCntnt {
    padding: 0;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
}
.dynamicImgRyttCntnt  > div {
    border-radius: 0 !important;
    border: 1px solid #e8e8e8;
}

}
@media screen and (max-width: 992px) {
.logoOuter .elementor-widget-image img {
    width: 140px;
}
.mainHeaderOuter {
    padding-left: 20px;
    padding-right: 20px;
}
div#whatWeDo {
    padding-bottom: 50px;
}
.slick-slider .slick-prev {
    left: 45%;
}
.slick-slider .slick-next {
    right: 45%;
}
.testimonialsOuter {
    padding-bottom: 50px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 26px;
    line-height: 30px;
}
.subHeading .elementor-icon-box-title > span {
    font-size: 11px;
}
.mainFooterOtr > div {
    padding-left: 0;
    padding-right: 0;
}
.mainFooterOtr > div:nth-child(2) {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
}
.mainFooterOtr > div:last-child {
    padding-top: 10px;
}
.elementor-widget-image-carousel .swiper-slide {
    margin: 0 !important;
}
.industryInr {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.banrReviewsOuter {
    width: max-content;
    gap: 25px;
}
.mainBanner {
    padding: 100px 30px;
}
.fleetCompOuter .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
    line-height: 38px;
}
.fleetFormOuter .elementor-widget-text-editor p {
    margin-top: 0;
}
.subHeading + .elementor-widget-heading h2 br {
    display: none;
}
.textwithBreak p {
    line-height: 25px;
}
.vahiclesSliderOutr .elementor-widget-heading {
    margin-top: -7px !important;
}
.builtStepsInr .elementor-widget-heading {
    margin-top: 3px !important;
}
.talkFleetExpert .elementor-widget-heading h2 br {
    display: none;
}
.legistationGridOuter {
    display: flex;
}
.legistationGridOuter .legistationCntntGrid {
    width: 100%;
    padding: 0;
}
.bcRoads .e-flex.e-con-boxed .e-con-inner {
    padding-left: 0;
    padding-right: 0;
}
.billMBnrOuter  .mainBanner {
    padding: 60px 40px;
}
.billMBnrOuter .mainBanner > .e-grid {
    display: flex;
}
.mainHeaderOuter .menuOuter  .tahefobu-nav-menu-container .tahefobu-nav-menu > .menu-item {
    margin-left: 14px !important;
    margin-right: 14px !important;
}
.mainHeaderOuter .menuOuter  .tahefobu-nav-menu-container .tahefobu-nav-menu > .menu-item a {
    font-size: 11px;
}
.bcRoadsCntnt {
    gap: 25px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center !important;
}
.bcRoads h2 br, .bcRoads .elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}
.ourOriginCntnt > div.e-child {
    display: flex;
    flex-direction: column-reverse;
}
.ourOrigin .ourOriginCntnt > div  .ourOriginImg {
    height: 480px;
    margin-bottom: 25px;
}
.ourOrigin .ourOriginCntnt > div .elementor-widget-text-editor {
    margin-bottom: 50px;
}
.teamTabs .e-n-tabs-content .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 15px !important;
}
.controlOverFleet  .e-con-inner {
    padding: 40px;
}
.controlOverFleetCtnt {
    display: flex;
    flex-direction: column;
}
.controlOverFleetCtnt .cofLeftCntnt {
    margin-bottom: 30px;
}
#rlRateValOuter .hcGridOuter {
    flex-direction: column;
    display: flex;
}
#rlRateValOuter.rateValueOuter .e-con-inner .hidencostGrid {
    padding: 20px 0;
    gap: 15px;
    justify-content: center;
}
#rlRateValOuter .costBusImg {
    height: 470px;
}
.painPointsOuter  .tabCntntGridOuter {
    gap: 10px;
}
#rlWhoweserve .industryInr {
    padding-bottom: 0;
}
.rentalLeasingBnr .mainBanner,
.painPointsOuter > div > .e-child {
    padding-left: 30px;
    padding-right: 30px;
}
.rateValueOuter .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}
#rlWhoweserve .industryInr {
    padding-left: 30px;
    padding-right: 30px;
}
.nextMoveInr  .e-con-inner, .mainFooterOtr {
    padding-left: 0;
    padding-right: 0;
}
.nextMoveInr {
    padding-left: 20px;
    padding-right: 20px;
}
.dynamicImgOutr {
    max-width: 300px;
}

}
@media screen and (max-width: 767px) {
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 35px;
    line-height: 40px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    line-height: 35px;
}
h1 br, .elementor-widget-heading h1.elementor-heading-title br,
h2 br, .elementor-widget-heading h2.elementor-heading-title br {
    display: none;
}
.subHeading  .elementor-icon-box-wrapper {
    flex-direction: row !important;
}
.subHeading  .elementor-icon-box-wrapper .elementor-icon-box-icon {
    line-height: normal;
}
.headerInr {
    display: block;
}
.headerInr .logoOuter,
.headerInr .menuOuter {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.headerInr .menuOuter {
    float: right;
}
.mainHeaderOuter .headerInr .tahefobu-mobile-menu-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.footerLinksOuter .elementor-icon-list-items li {
    width: 50%;
    float: left;
}
.case-studies-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.case-study-image {
    height: 220px;
}
.tabsOuter .tabsHeadingOutr .e-n-tabs-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
}
.tabsOuter .e-n-tabs.e-activated button {
    height: auto;
    vertical-align: top;
    display: inline-block;
}
.e-n-tabs-mobile .e-n-tabs.e-activated button[aria-selected="true"],
.e-n-tabs-mobile .e-n-tabs.e-activated button:first-child {
    margin-bottom: 0 !important;
    margin-top: 16px !important;
}
.tabCntntGridOuter {
    flex-direction: column-reverse;
    display: flex;
    padding-top: 40px;
}
#whatWeDo .slick-slider,
.testimonialsOuter .slick-slider {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.slick-slider .slick-prev {
    left: 43%;
    top: 97.5%;
}
.slick-slider .slick-next {
    right: 43%;
}
.camsReviews  .elementor-icon-box-wrapper {
    flex-direction: row !important;
}
.industryOpt .industrySlider .swiper-slide figure.swiper-slide-inner {
    margin: 0 8px;
}
.fleetFormOuter .wpforms-field-container {
    display: block;
}
.tabsOuter > .e-n-tabs.e-activated {
    overflow: auto;
}
.BlueWhiteHeading h1 {
    margin: 15px 0 20px;
}
.textwithBreak p {
    line-height: 26px;
}
.textwithBreak p br {
    display: none;
}
.familyOwnedOuter h2 img {
    display: none;
}
#whatWeDo .slick-next {
    right: 42%;
}
#whatWeDo .slick-prev {
    left: 42%;
}
.buildSteps > div {
    padding-left: 70px;
}
.buildSteps > div:after {
    width: 0;
    border-top: 0px dotted #006edc;
    height: 72%;
    right: inherit;
    top: 55px;
    left: 18px;
    border-left: 1px dotted #006edc;
}
.buildSteps > div .elementor-widget-heading + .elementor-widget-text-editor p {
    margin-top: 5px;
}
.bsNumber {
    position: absolute;
    left: 0;
}
.contactFeatureImg img {
    height: 320px !important;
}
.teamTabs .e-n-tabs-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    margin: auto;
}
.teamTabs .elementor-image-box-content {
    width: 400px;
    margin: 20px auto auto;
    max-width: 100%;
}
.teamTabs .elementor-image-box-img {
    max-width: 100%;
    height: auto;
}
.tabsHeadingOutr {
    overflow: auto;
}
.billMBnrOuter .mainBanner .elementor-widget-icon-box .elementor-icon-box-wrapper {
    flex-direction: row;
    width: max-content;
}
.billMBnrOuter .mainBanner .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    line-height: inherit;
}
.billMBnrOuter .mainBanner {
    padding-left: 30px;
    padding-right: 30px;
}
.legistationOuter {
    padding: 30px 30px 50px;
}
.legistationOuter .textwithBreak {
    margin-bottom: 40px !important;
}
.aboutBanner  .BlueWhiteHeading h1 {
    margin: 5px 0;
    line-height: normal !important;
}
.ourTeamOuter {
    padding: 0;
}
.ourTeamOuter .e-con-inner {
    border-radius: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
}
.rateValueOuter .e-con-inner {
    padding-left: 0;
    padding-right: 0;
}
.dynamicImgRyttCntnt {
    width: 120px;
}
.dynamicImgRyttCntnt .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row !important;
}
.accordionRytCntntWrap > div {
    margin-bottom: 75px;
}

}
@media screen and (max-width: 640px) {
.hcGridOuter  .hidencostGrid .elementor-widget-heading .elementor-heading-title, .hcGridOuterCA h6.elementor-heading-title {
    font-size: 30px;
}
.hidencostGrid {
    display: flex;
    flex-wrap: wrap;
}
.hidencostGrid > div {
    width: 48.5%;
}
.hidencostGrid > div > div:nth-child(2) p {
    min-height: 36px;
}
.contentNavOuter > .e-con-inner {
    flex-wrap: nowrap !important;
    overflow: auto;
    justify-content: start !important;
    padding-left: 30px;
    padding-right: 30px;
}
.contentNavOuter > .e-con-inner > div {
    width: max-content !important;
    min-width: max-content;
    padding: 0 !important;
    font-size: 15px;
}
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 32px;
    line-height: 40px;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    line-height: 32px;
}
.hcGridOuter  .hidencostGrid .elementor-widget-heading .elementor-heading-title, .hcGridOuterCA h6.elementor-heading-title {
    font-size: 24px;
}
.hidencostGrid {
    gap: 14px;
    padding: 0;
}
#whatWeDo .slick-slider, .testimonialsOuter .slick-slider {
    width: 580px;
    max-width: 100%;
    padding-bottom: 40px;
}
.slick-slider .slick-prev,
#whatWeDo .slick-prev {
    left: 42%;
    top: 97.4%;
}
.slick-slider .slick-next,
#whatWeDo .slick-next {
    right: 42%;
}
.industryOpt .industrySlider .swiper-slide figure.swiper-slide-inner {
    margin: 0 5px;
}
.fleetFormOuter {
    padding: 20px 10px;
}
#services .subHeading {
    margin-bottom: 0;
}
#services .textwithBreak p {
    margin-top: 0;
}
.teamTabs .elementor-image-box-content {
    width: 100%;
}
.page-template div#popmake-6321 {
    max-width: 95%;
    padding: 18px;
}

}
@media screen and (max-width: 520px) {
.footerLinksOuter .elementor-icon-list-items li {
    width: 100%;
}
#whatWeDo .slick-slider, .testimonialsOuter .slick-slider {
    width: 465px;
    max-width: 100%;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 25px;
    line-height: 30px;
}
.hidencostGrid > div {
    width: 48%;
}
.hidencostGrid > div > div:last-child p {
    min-height: 48px;
}
.slick-slider .slick-next,
#whatWeDo .slick-next {
    right: 40%;
}
.slick-slider .slick-prev,
#whatWeDo .slick-prev {
    left: 40%;
}
.fleetCompOuter .elementor-widget-heading h2.elementor-heading-title {
    font-size: 30px !important;
    line-height: 38px;
}
.elementor-widget-image-carousel .swiper-slide {
    margin: 0 10px !important;
}

}
@media screen and (max-width: 480px) {
#whatWeDo .slick-slider, .testimonialsOuter .slick-slider {
    width: 410px;
    max-width: 100%;
}
.slick-slider .slick-prev {
    left: 39%;
    top: 97.6%;
}
.slick-slider .slick-next,
#whatWeDo .slick-next {
    right: 39%;
}
#whatWeDo .slick-slider .slick-prev {
    top: 97.4%;
    left: 39%;
}
.testimonialsOuter h2.elementor-heading-title {
    margin: 5px 0;
}
.subHeading h5.elementor-icon-box-title {
    line-height: 22px;
}
.contactFeatureImg img {
    height: 250px !important;
}

}
@media screen and (max-width: 400px) {
.hidencostGrid > div {
    width: 100%;
}
#whatWeDo .slick-slider, .testimonialsOuter .slick-slider {
    width: 100%;
}
.slick-slider .slick-next, #whatWeDo .slick-next {
    right: 37%;
}
.slick-slider .slick-prev, #whatWeDo .slick-slider .slick-prev {
    left: 37%;
}
.testimonialsOuter .slick-slider .slick-prev {
    top: 97.9%;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 22px;
    line-height: 27px;
}
.hidencostGrid > div > div:nth-child(2) p,
.hidencostGrid > div > div:last-child p {
    min-height: 1px;
}
.contactFeatureImg img {
    height: 200px !important;
}

}