/*
 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 {
    width: 100%;
    flex: 1;
    padding: 10px 5px;
}
#wpforms-form-2341 label,
#wpforms-form-4452 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 {
    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 {
    cursor: pointer;
}
#wpforms-form-2341  input#wpforms-2341-field_7,
#wpforms-form-4452  input#wpforms-2341-field_7 {
    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;
}
.fleetFormOuter .wpforms-field-container > div:nth-last-child(-n+3) {
    grid-column: span 2;
}
button#wpforms-submit-2341,
button#wpforms-submit-4452 {
    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 {
    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;
}
.tabsOuter .e-n-tabs-heading > button {
    cursor: pointer;
}
.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;
}
.deliveryTabs.tabsOuter .e-n-tabs-heading > button[aria-selected="true"], .deliveryTabs.tabsOuter .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: 10px 14px;
    background: #1d5fa7;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.result-text {
    display: flex;
    align-items: center;
    max-width: 150px;
    padding: 8px 12px;
    background: #fff;
    color: #26313d;
    font-size: 15px;
    line-height: 1.3;
    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;
}
.tabsHeadingOutr {
    overflow: auto;
}
.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"] {
    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 {
    padding: 28px;
    border: 1px solid #E6ECF4;
    border-radius: 16px;
    vertical-align: top;
}
.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;
}
.teamTabs .elementor-image-box-img {
    overflow: hidden;
}
.teamTabs .elementor-image-box-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1900px) {
h1 br, .elementor-widget-heading h1.elementor-heading-title br {
    display: none;
}
.hcGridOuterCA .elementor-widget-text-editor {
    font-size: 14px !important;
}
.mainBanner .textwithBreak p br {
    display: none;
}

}
@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;
}
    
}
@media screen and (max-width: 1199px) {
.mainBanner {
    padding: 100px 40px;
}
.mainHeaderOuter .menuOuter  .tahefobu-nav-menu-container .tahefobu-nav-menu > .menu-item {
    margin-left: 15px;
    margin-right: 15px;
}
.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;
}
    
}
@media screen and (max-width: 1024px) {
h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 45px;
    line-height: 55px;
}
.costBusImg {
    display: none;
}
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;
}

}

@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;
}
.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;
}

}
@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: 34px;
    line-height: 39px;
}
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;
}

}
@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;
}

}
@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%;
}
.subHeading {
    margin-bottom: 0 !important;
}
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;
}

}