/*.container {
    border-left: 2px solid #ff00ff;
    border-right: 1px solid #ff00ff

}*/

* {
    box-sizing: border-box !important;
}

a {
    color: #302D4A;
}

.h2 strong {
    color: #5078FF;
}

a.button, a.btn {
    text-decoration: none !important;
}

.form label {
    font-size: 18px;
}

.modal .form label {
    font-size: 16px;
}

.modal-backdrop.fade.in + .modal-backdrop.fade.in {
    display: none;
}

.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form input[type="password"],
.form input[type="search"],
.form textarea {
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    border-radius: 25px;

    border-color: #E6E6E6;
}

.articleBody .modules .module-wrap input,
.articleBody .modules .module-wrap textarea,
#send-us-a-message input,
#send-us-a-message textarea {
    background: #E6E6E6;
}

.articleBody .h2,
.articleBody .h3 {
    font-weight: bold;
}

.articleBody img{
border-radius:16px;
}

.articleBody .row + .row{
margin-top:25px;
}
.form input:not(:focus) + label {
    color: #6d6d7b;
}

.form *::-webkit-input-placeholder {
    opacity: 1;
    color: #6d6d7b;
}

.form *:-moz-placeholder {
    opacity: 1;
    color: #6d6d7b;
}

.form ::-moz-placeholder {
    opacity: 1;
    color: #6d6d7b;
}

.form *:-ms-input-placeholder {
    opacity: 1;
    color: #6d6d7b;
}


.form .chzn-container {
    font-size: 16px;
    height: auto;
    padding: 5px 15px;
    border-radius: 6px;
}

.modal .form input[type="text"],
.modal .form input[type="email"],
.modal .form input[type="tel"],
.modal .form textarea,
.modal .form input[type="password"],
.modal .form input[type="search"],
.modal .form textarea {
    font-size: 16px !important;
    height: 38px;
    padding: 6px 16px;
}

.appointment_widgets--revamp--info-container {
    display: none !important;
}

.modal .form textarea {
    height: auto;
}

.form button[type="submit"],
.form button.btn-primary {

    font-size: 18px;
    font-weight: 300 !important;
    letter-spacing: 2px;

    border-radius: 25px;
}

.form .btn {
    border-radius: 6px;
}

a.btn-primary,
a.btn {
    line-height: 44px !important;
    border-radius: 10px !important;
}

.login_menu {
    display: flex;
    gap: 5px 5px;
}

.login_menu a:not(.ico) {
    font-size: 16px;
    padding: 5px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #4562d1;
    border-radius: 5px;
}

.login_menu a:not(.ico):hover {
    background: #4562d1;
}

.dj-mobile-nav li,
.dj-mobile-nav li a,
.dj-mobile-nav li a span {
    font-size: 20px;
}

.dj-offcanvas-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 40px;
}

.dj-offcanvas-nav .contact {
    font-size: 20px;
    text-align: center;
}

.dj-offcanvas-nav .contact a {
    text-decoration: underline;
}

.dj-offcanvas-nav .dj-offcanvas-modules {
    margin-top: auto;
}

.dj-mobileitem a {
    font-size: 16px;
}

#main {
    flex-grow: 2;
    display: flex;
    flex-direction: column;

}

#main #content {
    flex-grow: 2;

}

#main .content {
    padding-left: 15px;
    padding-right: 15px;
}

.main {
    flex-grow: 10;
    padding: 0;
}

#main .pagecontent {
    padding: 65px 0;
}

#breadcrumbs {
}

.breadcrumbs {
    display: none;
    padding: 10px 0;
}

.page-header {
    margin: 0;
    padding: 0;
    border: none;

}


.page-header-wrap .row.flex {
    display: flex;
    flex-direction: row;
}

.page-header-wrap > * {
    flex-grow: 2;
}

.page-header-wrap .mod.block {
    background: #fff;
    border-radius: 25px;
    padding: 25px 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    min-height: 100%;
}

.page-header-wrap .bfbs3-form-group {
    margin-bottom: 0;
}

.singlepage .page-title,
h1.page-title,
.page-title {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    color: #242649;
}

.item-page.content .page-header,
.success_stories .page-header,
.contacts .page-header {
    text-align: center;
    padding-bottom: 40px;
}

.success_stories .page-title {
    padding-bottom: 0px;
}

.container {
    position: relative;
}

.container:after,
.container:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    content: "";
}

.container:after {
    right: 0;
    left: auto;
}

#wrapall {
    position: relative;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    min-height: 100%;
    flex-grow: 2;
    z-index: 2;
}

#wrapall:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    height: 100%;
    content: "";
}


.prewrapall {
    display: block;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 15px;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

#header {
    margin-top: 15px;
}

.header {
    position: relative;
}

.header .container {
    padding-bottom: 15px;
}

.header .row2 {
    display: flex;
    padding: 15px 0px;
    border-bottom: 2px solid #e8e8e8;
    margin: 0 15px;
}

.header .logo {
    order: -1;
}

.header .logo_img img {
    width: 180px;
}

.header .navigation {
    flex-grow: 2;
    margin-right: 180px;
}

.header .navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navigation li.current a {
    color: #5078FE;
    text-decoration: underline;
}


.header .dj-mobile-open-btn {
    margin-top: 10px;
}

.header .navigation ul.child_menu {  
	display:none;
	min-width:100%; 
}

.homepage .navigation ul.menu .parent ul {
    background: rgba(255, 255, 255, 1);

}
.navigation ul.menu ul li, .navigation ul.menu ul li a {
    color: #000;
}

.dj-mobile-nav-child{
text-align:center;
}

.navigation ul.menu .parent ul {
background: #fff;


}


.dj-mobile-nav ul {
    padding-left: 0px !important;  
    margin-top:-10px;
}


.header .navigation li:hover > ul.child_menu {  

    display: flex;
    flex-direction: column;
    gap:8px 0;
    justify-content: flex-start ;
    align-items: flex-start;

}


#afterall .mod.block {
    background: #F7F7F7;
    padding: 15px;
    border-radius: 32px;
}
#afterall  #our-partners .mod.block

{
    padding: 15px 0;
}

#afterall #chart .mod.block {
	padding:0;
}

.items.accordion .accordion-button {
    border-radius: 28px;
    padding: 24px 31px;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

.items.accordion .panel-group .panel {
    border-radius: 36px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.items.accordion .panel-group .panel {
    border-radius: 36px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.items.accordion .panel-group {
    margin-bottom: 0;
}

.items.accordion .panel-group .panel-heading {
    padding: 10px;
}

.items.accordion .panel-group .panel .papanel-body {
    border-radius: 36px;
    padding: 0px 42px 24px;
    color: #7f7f8c;
}

.items.accordion .accordion-button i {
    right: 12px;

}

.items.accordion .accordion-button i:before {
    font-size: 32px;
    font-weight: 300;
}

.items.accordion .panel-group .panel + .panel {
    margin-top: 15px;
}

#showcase {
    margin-bottom: 65px;
}


#preshowcase {
    padding: 45px 0;
}

#preshowcase .module-content {
    text-align: center;
}

#preshowcase .h3 {
    margin-bottom: 25px;
}

.slider-block {
    text-align: center;
    position: relative;
}

.slider-block .container {
    position: static;
}

.slider-block .image img {
    border-radius: 20px;
}

.slider-block .counter {
    background: radial-gradient(141.22% 109.95% at -41.22% 109.95%, rgba(127, 139, 210, 0.3) 0%, rgba(89, 106, 197, 0) 100%), #191934;
    background-blend-mode: overlay, normal, normal;
    border: 0.6px solid rgba(255, 255, 255, 0.05);

    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    width: 160px;
    min-height: 192px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.slider-block .counter1 {
    position: absolute;
    top: 20%;
    left: 15px;

}

.slider-block .counter2 {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.slider-block .counter .val {
    font-size: 38px;
}

.slider-block .counter .ttl {
    line-height: 1.1;
}


#afterall #faq .mod.block {
    padding: 15px 15px 20px;

}

#core-features .mod.block {
    background: transparent;
}

#afterall #core-features .category_title {
    text-align: left;
    margin-bottom: 0;
}

#core-features .category_info .row {
    display: flex;
}


#core-features .items:not(.owl-loaded),
#core-features .owl-stage-outer {
    /* background: #FFFFFF;
     box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
     border-radius: 36px;*/

}

#core-features .owl-stage-outer {
    margin: 35px -25px;
    padding: 25px 25px;

}

#core-features .item {
    padding: 35px;
    position: relative;
    z-index: 2;
    background: #fff;
    height: 100%;
    border-radius: 36px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row-reverse;

    gap: 30px 30px;
}


.bfFormDiv legend,
.bfFormDiv .bfLabelBlock,
.blog .block_title h2,
#core-features .item .sub_cat_title {
    font-size: 32px;
    font-weight: bold;
    color: #242649;
    line-height: 1.1;
    margin-bottom: 25px;
}

.bfFormDiv legend {
    margin-bottom: 25px;
    border-bottom: none;
}

.bfFormDiv legend + .bfSectionDescription {
    margin-top: -20px;
    margin-bottom: 25px;
}

.bfFormDiv .form-group-actions {
    margin-bottom: 0 !important;
}

.bfFormDiv .rowsection {
    display: flex;
    gap: 0px 15px;
}


.bfFormDiv .rowsection .bfElemWrap {
    margin-bottom: 0;
    flex-grow: 2;
}


#bfElemWrapteam .controls_group,
#bfElemWrapdealership_network .controls_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    justify-items: center;
}

#bfElemWrapteam .controls_group .item,
#bfElemWrapdealership_network .controls_group .item {
    margin: 0;
    width: 100%;

}

#bfElemWrapteam .controls_group .item label,
#bfElemWrapdealership_network .controls_group .item label {
    background: #E6E6E6;
    width: 100%;
    text-align: center !important;
    line-height: 42px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    font-size: 16px;
}

#bfElemWrapteam .controls_group .item input:checked + label,
#bfElemWrapdealership_network .controls_group .item input:checked + label {
    border: 1px solid #5078FF;
    color: #5078FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#bfElemWrapteam .controls_group .item label:before,
#bfElemWrapteam .controls_group .item label:after,
#bfElemWrapdealership_network .controls_group .item label:before,
#bfElemWrapdealership_network .controls_group .item label:after {
    display: none !important;
}


#bfElemWrapcaptcha {
    text-align: center;

}


#section_contacts label {
    position: absolute;
    color: #6d6d7b;

    font-size: 16px;
    font-weight: 300;

    top: 50%;
    margin: -8px 0 0 15px;
}


#core-features .item ul {
    margin-bottom: 0;
    background: #F7F7F7;
    border-radius: 36px;
    padding: 25px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

#core-features .item ul.single-column {
    grid-template-columns: 100%;
}

#core-features .item ul li {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 36px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

#core-features .item ul li .mod-articles-item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
}

#core-features .item ul li .mod-articles-item-title + * {
    margin-top: 15px;
}


#core-features .owl-item.active {
    position: relative;
    z-index: 2;

}


#core-features .mod-articles-category-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#core-features .know-the-status li {
    flex-direction: row-reverse !important;
    gap: 15px 15px;
    justify-content: flex-end !important;
}

#core-features .item > .row {
    flex-grow: 2;
    align-items: center;
    gap: 30px 30px !important;
}

#core-features .item .readmore {
    margin-top: 15px;
}

#core-features .category_description p {
    margin: 0;
}

#afterall #our-partners.block_wrap {
    margin-top: 50px;
}

#video .mod.block {
    padding: 0;
    position: relative;
    background: #fff;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*position: absolute;*/
    top: 0;
    left: 0;
    border-radius: 36px;
}

.mute-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    z-index: 2;
    pointer-events: none;
    width: 48px;
    height: 48px;
}

#video video.muted + .mute-icon {
    display: block !important
}

#video .mute-icon:before {
    display: block;
    width: 48px;
    height: 48px;
    content: '';
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #fff;
    -webkit-mask: url("../images/unmute_icon.svg") no-repeat 100% 100%;
    mask: url("../images/unmute_icon.svg") no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 2;
    box-shadow: 0 16px 14px 14px rgba(163, 163, 163, 0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */

}


#our-partners .mod.block {
    background: transparent;
}

.content-categoryour-partners  .category_items,
#our-partners .items {

    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}


.content-categoryour-partners  .category_items{
    padding: 45px 0;
    margin-top: 40px;
}

.content-categoryour-partners  .category_item,
#our-partners .item {
    background: #F7F7F7;
    height: 104px;
    border-radius: 70px;
    padding: 25px;
    /*max-width: 270px;*/
    transition: all 0.3s ease-in-out;
    flex: 0 0 23%;
}

#our-partners .item:hover {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.03);
}

.content-categoryour-partners  .category_item .category_item__image,
#our-partners .item_icon {
    max-width: 210px;
    max-height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.content-categoryour-partners  .category_item .category_item__image img,
#our-partners .item_icon img {
    object-fit: cover;
    object-position: center;
    max-height: 54px;
}

.content-categoryour-partners  .category_item .category_item__title,
.content-categoryour-partners  .category_item .category_item__text{
    display: none;
}

#our-partners .item .readmore{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: underline;
}


#vendor-management-system {

    max-width: 1400px;
    margin: 0 auto;
    border-radius: 36px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #242649;
    margin-top: 160px !important;
}

#vendor-management-system .mod.block {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 25px;
    color: #fff;
    background: transparent;
}


#vendor-management-system .item_text {
    color: #a5a6b4;
}

#afterall #schedule-a-demo .mod.block {
    margin: 0;
}

#afterall .block_wrap + .block_wrap {
    margin-top: 80px;
}

#ready-to-transform-your-reconditioning-process,
#ready-to-start {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 36px;
    background: #5078FF !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

#ready-to-start {
    margin-top: 175px !important;
}

#keep-your-vendors-in-the-know .mod.block {
    padding: 25px 25px;
    margin: 0 15px;
}

#keep-your-vendors-in-the-know {
    margin-top: 95px !important;
}

#ready-to-transform-your-reconditioning-process {
    margin-top: 75px !important;
}

#ready-to-start .container {

}

#ready-to-transform-your-reconditioning-process .mod.block,
#ready-to-start .mod.block {
    background: transparent !important;
    color: #fff;
    padding-bottom: 25px;
}

#ready-to-transform-your-reconditioning-process .mod.block {
    padding-top: 25px;
    padding-bottom: 25px;
}

#vendor-management-system .item_images .item_image,
#ready-to-start .item_images .item_image {
    margin-top: -100px;
    text-align: center;

}

#vendor-management-system .item_images .item_image img {
    border-radius: 36px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}


#vendor-management-system .item_content,
#ready-to-transform-your-reconditioning-process .item_content,
#ready-to-start .item_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#vendor-management-system .item_text,
#ready-to-transform-your-reconditioning-process .item_text,
#ready-to-start .item_text {
    /*flex-grow: 2;*/
    display: flex;
    flex-direction: column;
    gap: 15px 15px;
}

#vendor-management-system .item_text .readmore,
#ready-to-start .item_text .readmore {
    /*margin-top: auto;*/
    text-align: center;
}

#vendor-management-system .btn-primary,
#ready-to-transform-your-reconditioning-process .btn-primary,
#ready-to-start .btn-primary {
    background: #fff !important;
    color: #5078FF;
}

#vendor-management-system .btn-primary {
    background: #5078FF !important;
    color: #fff !important;
}

#afterall #schedule-a-demo.block_wrap {
    margin-top: 90px;
}


#schedule-a-demo .mod.block {
    padding-bottom: 25px;
}


#schedule-a-demo .col2 .module-content {
    text-align: center;
}


#pagebottom {
    padding: 15px 0;

}

.row.flex {
    display: flex;

    gap: 15px 15px;
    padding: 0 15px;
}

.row.flex:before,
.row.flex:after {
    display: none;
}

.row.flex > * {
    margin: 0;
    padding: 0;
}


.articleBody .module-wrap,
.contacts .dealer-info_data,
.contact.contacts .pwebcontact,
#pagebottom .block .module-wrap {
    background: #F7F7F7;
    padding: 15px;
    border-radius: 32px;
    height: 100%;
}

.articleBody .modules .module-wrap {
    background: #fff;
}

.contacts .dealer-info_data,
.contacts .pwebcontact {
    padding: 30px;
}

.content .block_title,
.modal .modal-header .title,
#preshowcase .block .block_title,
#afterall .block .block_title,
#pagebottom .block .block_title,
#roi-rez .ttl {
    padding: 0;
    margin: 0 0 25px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
    color: #242649;
    line-height: 1.1;
}

.content .module-subtitle {
    font-size: 38px;
    padding: 0px 0 25px;
    text-align: center;
    line-height: 1.1;

}

#keep-your-b-vendors-b-in-the-know .block .block_title b,
#preshowcase .block .block_title b {
    color: #5078FE;
}


#vendor-management-system .block .block_title,
#ready-to-transform-your-reconditioning-process .block .block_title,
#ready-to-start .block .block_title {
    color: #fff;
}

#ready-to-transform-your-reconditioning-process .block .block_title {
    text-align: left;
}

#afterall #faq.block_wrap {
    margin-top: 90px;
}

#send-us-a-message .fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

#send-us-a-message .fields .field-name {
    grid-area: 1 / 1 / 2 / 3;
}

#send-us-a-message .fields .field-email {
    grid-area: 2 / 1 / 3 / 2;
}

#send-us-a-message .fields .field-phone {
    grid-area: 2 / 2 / 3 / 3;
}

#send-us-a-message .fields .field-message {
    grid-area: 3 / 1 / 4 / 3;
    margin-bottom: 0 !important;
}

#send-us-a-message .fields .pweb-field-captcha {
    grid-area: 4 / 1 / 5 / 3;
}

#send-us-a-message .fields .pweb-field-captcha .label {
    display: none;
}

#send-us-a-message .buttons {
    padding-top: 15px;
}

#send-us-a-message .buttons .field,
#send-us-a-message .buttons button {
    width: 100%;
}

.modal .btn-primary,
.blog .readmore .btn-primary,
#preshowcase .btn-primary,
#afterall .btn-primary {
    border-radius: 45px !important;
    height: 62px;
    line-height: 62px !important;
    padding: 0 30px !important;
    font-weight: 500 !important;
}

.blog .readmore .btn{
max-width:200px;
}


#pagebottom .prexext {
    color: #747482;
    margin-bottom: 15px;
    text-align: center;
}

#pagebottom .contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dealer-info .elem,
#pagebottom .contact > * a {
    font-size: 16px;
    height: auto;
    padding: 8px 15px;
    border-radius: 25px;
    background: #fff;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dealer-info_miscinfo .elem:hover,
.dealer-info_phone-numbers .elem:hover,
#pagebottom .contact > * a:hover {
    background-color: #FF8F6B;
    color: #fff;
}

.dealer-info_miscinfo .elem:hover:before,
.dealer-info_phone-numbers .elem:hover:before,
#pagebottom .contact > * a:hover:before {
    background-color: #fff;
}


#pagebottom #contact-now .module-wrap {
    display: flex;
    flex-direction: column;
}


#pagebottom #contact-now .module-content {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contactinfo a {
    color: #5078FF;
}

.dealer-info_miscinfo .elem .ttl:before,
.dealer-info_phone-numbers .elem .ttl:before,
.contactinfo .email a:before,
.contactinfo .telephone a:before {
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    content: '';
    cursor: pointer;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.dealer-info_miscinfo .elem .ttl:before,
.contactinfo .email a:before {
    background-color: #5078FF;
    -webkit-mask: url('../images/envelope.svg') no-repeat 50% 50%;
    mask: url('../images/envelope.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
}


.dealer-info_phone-numbers .elem .ttl:before,
.contactinfo .telephone a:before {
    background-color: #5078FF;
    -webkit-mask: url('../images/call.svg') no-repeat 50% 50%;
    mask: url('../images/call.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.dealer-info_miscinfo .val {

    margin-left: auto;
}


.blog .page-header {
    padding-bottom: 40px;
    margin-bottom: 105px;
}

.blog{
    padding-bottom: 40px;
}

.singlepage .page-header {
    padding-bottom: 40px;
    margin-bottom: 105px;
}

.singlepage .page-title,
.blog .page-header .page-title {
    max-width: 900px;
    text-align: center;
    margin: 35px auto 0;
}


.singlepage .page-title {
    margin-bottom: 30px;
}

.blog .page-header .page-title + * {
    margin-top: 25px !important;
}

.blog .page-header .category-desc {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}


.page-header-wrap .page-title,
.page-header-wrap .category-desc {
    max-width: initial;
}


.blog .tags.inline {

    padding: 0;
    margin: 0;
}


.blog .tags.inline li {
    list-style: none;
    margin: 0;
    background: #EEF2FF;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 16px;
    color: #5078FF;
    font-weight: 500;
}

.blog .items-row {
    position: relative;
}

.blog .items-row + .items-row {
    margin-top: 90px;
}

.blog .item-image {
    box-shadow: 0 16px 14px 24px rgba(255, 255, 255, 0.9);

    border-radius: 36px;
    position: relative;
    z-index: 2;
}

.blog .item-image img {
    box-shadow: 0 16px 14px -5px rgba(163, 163, 163, 0.2);
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 36px;
}

.how_it_works .blog {
    margin-bottom: 20px;
}


.how_it_works .blog .items-row + .items-row {
    margin-top: 240px;
}

.how_it_works .blog .items-row .items-row-sep {
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 240px;
    margin-left: -12px;

}

.how_it_works .blog .items-row .items-row-sep:before {
    display: block;
    content: "";
    border: 2px dashed #5078FF;
    height: 240px;
    width: 0px;
    left: 50%;
    position: absolute;
    top: -11px;
    margin-left: -1px;

}

.how_it_works .blog .items-row .items-row-sep:after {
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background: #5078FF;
    margin: -11px 0 0 1px;
    position: relative;
    top: 100%;
    z-index: 3;
    border: 4px solid #fff;

}

.how_it_works .blog .items-row:last-child .items-row-sep {
    display: none;
}


.how_it_works .blog .items-row:nth-child(2n+1) .item .row {
    display: flex;
    flex-direction: row-reverse;
}

.how_it_works .item-page.content .page-header{
    padding-bottom: 0;
}

.how_it_works .main_text {
    box-sizing: border-box;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    padding: 40px;
    background-color: #ecf2fe;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}



.how_it_works .smart-recon {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    padding: 20px;

}

.how_it_works .smart-recon div {
    align-content: center;
}



.how_it_works .unified-task {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px;

}
.how_it_works .cr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px;
}

.how_it_works .unified-task div, .how_it_works  .cr div, .how_it_works  .ai div {
    align-content: center;
}

.how_it_works .unified-task img, .how_it_works .smart-recon img, .how_it_works .kanban img {
    border-radius: 10px;
    border: 3px solid #ecf2fe;
    box-shadow: 1px 1px 4px #d2d8e5;
}

.how_it_works .automationsmart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px;
    background-color: #ecf2fe;
    border-radius: 20px;
}

.how_it_works .onboarding {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    padding: 20px;
}

.how_it_works .automationsmart img, .how_it_works .onboarding img {
    border-radius: 10px;
}

.how_it_works .ai {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 20px;
    padding: 20px;
    background-color: #ecf2fe;
    border-radius: 20px;

}

.how_it_works .text-recon {
    padding: 30px;
    background-color: #ecf2fe;
    border-radius: 10px;

}

.how_it_works .text-vendor {
    padding: 40px;
    border-radius: 10px;


}

.how_it_works .text-vendor p, .how_it_works .text-recon p, .how_it_works .automationsmart p, .how_it_works .cr p, .how_it_works .ai p, .how_it_works .onboarding p {
    line-height: 1.6;

}

.how_it_works .ai-text {
    padding: 50px;
}

.how_it_works .task-text {
    padding: 50px;
}

.how_it_works .cr-text {
    padding: 30px;
}

.how_it_works .kanban p {
    line-height: 1.8;
    padding: 30px 80px 30px 80px;

    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0px #d2d8e5;
}

.how_it_works .kanban {
    display: grid;
    gap: 20px;
    padding: 0;
    border-radius: 20px;
    text-align: center;
}

.how_it_works .divider {
    position: relative;
    width: 60%;
    border-bottom: 2px dotted #4d7ff8;
    margin: 0 auto;
}

.how_it_works .divider-box {
    left: 50%;
    bottom: -2px;
    transform: translate(-50%, 50%);
    position: absolute;
    padding: 10px;
    width: 31px;
    height: 31px;
    background-color: #4d7ff8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;

}

.how_it_works .integrations {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    text-align: center;

}

.how_it_works .integrations img {
    max-width: 70px;
}

.how_it_works .partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    text-align: center;

}

.how_it_works .partners div {
    border: 1px solid #d2d8e5;
    border-radius: 10px;
    padding: 20px;
    align-content: center;
}

.how_it_works .become-partner {
    display: block;
    margin: auto;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #4d7ff8;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
}

.how_it_works .cartuul_cr_button {
    width: 200px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.how_it_works .cr {
    position: relative;
}


.how_it_works .h1 {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    color: #242649;
    padding: 10px;
}
.how_it_works .h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}



.how_it_works .articleBodyContent {
    display: grid;
    gap: 100px;
    background-color: #fff;

    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    padding: 80px 0 40px;
}

.how_it_works .ultimate_tuul {
    font-size: 34px;
}


.how_it_works #afterall #who-we-work-with .mod.block {
    background: transparent;
    padding: 0px;
    border-radius:0px;
}

.blog.success_stories .item .row {
    display: flex;
    align-items: center;
}

.blog.success_stories .items-row:nth-child(2n) .item .row {
    flex-direction: row-reverse;
}


.blog .introtext .h2 {
    font-weight: bold;
}

.blog .introtext .h4 {
    font-weight: bold;
    font-size: 18px;
}

.dealer-contact-info {
    font-size: 24px;
    margin-top: 120px;
    margin-bottom: 100px;
}

.dealer-contact-info .modules {
    order: -1;
}

.dealer-contact-info .dealer-info_image {
    margin-bottom: 75px;
    text-align: center;
}

.dealer-contact-info .dealer-info_image img {
    max-width: 480px
}

.dealer-contact-info .dealer-info_phone-numbers {
}

.dealer-contact-info .dealer-info_miscinfo p {
    margin: 0
}

.dealer-contact-info a {
    text-decoration: underline
}

.dealer-contact-info .dealer-info .elem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}


.articleBody {
    margin-bottom: 15px;
}

#easybook .articleBody,
.articleBody .modules {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 36px;
    padding: 15px;
}


#easybook .articleBody{
    padding: 30px;
}

.articleBody .modules .row {
    display: flex;
}

.articleBody .modules .h4 {
    padding: 0 18px;
}

.articleBody .modules .row:before,
.articleBody .modules .row:after {
    display: none;
}

#roi-calculator {
    border-right: 2px solid #E6E6E6;
}

#roi-rez {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 30px 30px;
    padding: 15px 30px;
}

#roi-rez > div {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    border-radius: 25px;
    padding: 15px 15px;

}

#roi-rez .ttl {
    margin-bottom: 0;

}

#roi-rez .val {
    font-size: 56px;
    color: #5078FE;
    font-weight: 700;
    line-height: 56px;
}

#roi-rez .val i {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
}

#we-re-here-for-you .fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 15px;
}

#we-re-here-for-you .fields .field-container {
    flex-basis: 100%;
}

#we-re-here-for-you .fields .field-container.field-f_name,
#we-re-here-for-you .fields .field-container.field-l_name,
#we-re-here-for-you .fields .field-container.field-email,
#we-re-here-for-you .fields .field-container.field-phone,
#we-re-here-for-you .fields .field-container.field-job,
#we-re-here-for-you .fields .field-container.field-company {
    flex-basis: 48%;
}


#send-us-a-message .form input:focus + label.over,
#send-us-a-message input:not(:placeholder-shown) + label.over,
#send-us-a-message input:not([value=""]) + label.over,
#roi-calculator .form input:focus + label.over,
#roi-calculator input:not(:placeholder-shown) + label.over,
#roi-calculator input:not([value=""]) + label.over {
    background: #E6E6E6 !important;
    color: #6d6d7b !important;
}


#keep-your-b-vendors-b-in-the-know .images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    justify-items: center;

}

#keep-your-b-vendors-b-in-the-know .images img {
    border-radius: 16px;
    width: 100%;

}

#count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    justify-items: center;
    margin-bottom: 40px;
}

#count .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#count .item .ttl {
    font-size: 18px;
    font-weight: bold;
}

#count .item .val {
    font-size: 56px;
    font-weight: bold;
}

#count .item.vehicles {
    color: #5078FE;
}

#count .item.tasks {
    color: #ff8c69;
}

.blog.success_stories {
    margin-bottom: 60px;
}

.blog.success_stories .items-row + .items-row {
    margin-top: 40px;
}

.youtube {
    border-radius: 36px;
}

.youtube:hover picture {
    display: none;
}

footer {
    font-size: 18px;
    color: #fff;

}

footer .footer_wrap {
    background: #242649;
    border-radius: 36px;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 0;
    max-width: 1400px;
    margin: 0 auto 15px;
}

footer .footer_top .row1 {
    display: flex;
    padding: 5px 15px 20px 15px;
    align-items: center;
    justify-content: space-around;
}

footer .logo_img img {
    width: 180px;
}

footer .navigation {

}

footer .navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .nav,
footer .nav a {
    color: #fff;
    font-weight: 300;
}

footer .nav > li > a {
    position: relative;
    display: block;
    padding: 0 15px;
}

footer a {
    text-decoration: none;
}

footer .current > a {
    text-decoration: underline !important;
}

footer .footer_bottom {

}

footer .footer_bottom .row1 {
    background: #313354;
    border-radius: 36px;
    margin: 0 15px;
    padding: 15px 15px


}

footer .copyright {
    text-align: center;
}

#back-to-top {
    bottom: 15px;
}

.dj-offcanvas-effect-3 .dj-offcanvas {
    width: 100%;
}

.dj-offcanvas-wrapper {
    height: auto;
}

.dj-offcanvas-pusher,
.dj-offcanvas-pusher-in {
    height: auto;
}

.dj-offcanvas-pusher-in {
    min-height: 100%;
}

.errorpage .dj-offcanvas-wrapper,
.errorpage .dj-offcanvas-pusher,
.errorpage .dj-offcanvas-pusher-in {
    height: 100%;
}

.dj-offcanvas-pusher-in {
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
}

.dj-offcanvas-logo {
    display: flex;
    align-items: center;
    flex-grow: 3;
    justify-content: center;
    max-height: 200px;
    margin: 50px 0 20px;
    text-align: center;
}

.dj-offcanvas-logo a {
    display: block;
}

.dj-offcanvas-logo img {
    width: 240px;
    max-width: 240px;
}

.dj-mobile-nav,
.dj-mobile-nav a {
    font-size: 18px;
}

.dj-mobile-nav .toggler {
    display: none;
}

.dj-mobile-nav .current.active > a {
    color: #5078FE;
}

.dj-offcanvas-top {
    min-height: 46px;
    padding: 10px 15px;
}

.dj-offcanvas .dj-offcanvas-nav {
    flex-grow: 2;
}

.dj-offcanvas-anim .dj-offcanvas,
.dj-offcanvas-anim .dj-offcanvas .dj-offcanvas-nav {
    display: flex !important;
    flex-direction: column;
}

.dj-offcanvas-anim .dj-offcanvas .dj-offcanvas-nav,
.dj-offcanvas-anim .dj-offcanvas .dj-offcanvas-content {
}

.dj-offcanvas .dj-offcanvas-modules {
    margin-top: 15px;
}

.dj-offcanvas .dj-offcanvas-content + .dj-offcanvas-modules {
    margin-top: auto;
}

.dj-offcanvas .dj-offcanvas-modules .user_login {
    position: absolute;
    top: 0;
    right: 0;
}

.dj-offcanvas .dj-offcanvas-modules .user_login .ico.login {
    display: none;
}

.dj-offcanvas-modules ul.quickicons {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin: 15px 0 0 0;
    padding: 0;
    gap: 10px 10px;
}

.dj-mobile-nav {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    padding: 0;
    gap: 5px 0;
}

.dj-mobile-nav li {
    list-style: none;
}

.dj-mobile-nav > li {
    min-height: 25px;

}

.dj-mobile-nav ul li + li {
    margin-top: 3px;
}

.dj-mobile-nav > li > .sep,
.dj-mobile-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 25px !important;
    padding: 5px 15px;
    color: #777785;
    border-radius: 6px;
    text-align: center;
    justify-content: center;
}


.dj-megamenu .dashboard > a span,
.dj-megamenu .separator span,
.dj-megamenu .home > a span,
.dj-megamenu .reports > a span {
    display: flex !important;
    align-items: center;
}

.dj-offcanvas-modules,
.dj-offcanvas-modules a {
    color: #777785;
}

.dj-offcanvas-close-btn {
    color: #777785;
    text-shadow: none;
}

.dj-mobile-nav > li.active > .sep.opened
    /*.dj-mobile-nav > li.active > a*/
{
    background: #fff;
}

.dj-mobile-nav > li > .sep.opened,
.dj-mobile-nav > li > a.opened {
    border-radius: 6px 6px 0 0;
}

.dj-mobile-nav ul {
    padding-left: 50px;
}

.dj-mobile-nav ul.collapsed:not(.in) {
    display: none;
}

.dj-mobile-nav ul li span,
.dj-mobile-nav ul li a {
    font-size: 16px;
}

.dj-mobile-nav ul li a {
    text-decoration: none;
}

.dj-mobile-nav li .show {
    margin-left: auto;
}

.dj-mobile-nav > li.current > a,
.dj-mobile-nav > li.current > a + ul {
    color: #333;
    background: rgba(255, 255, 255, 0.2);
}

.dj-mobile-nav .current.active > a {
    color: #5078FE;
}

.dj-mobile-nav li.current li a {
    background: transparent;
}

.dj-mobile-nav > li.active > ul {
    background: rgba(255, 255, 255, 0.4);
}

.dj-mobile-nav > li > ul {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0 0 8px 8px;
}

.item-page.content .full_image {
    margin-bottom: 45px;
}

form .progress .progress-bar {
    background: #5078FE;
    border-radius: 4px;
}

form .progress {
    height: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F7F7F7;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#back-to-top {
    display: none;
}

.headroom--pinned:not(.headroom--top) #back-to-top {
    display: block;
}

#cartuulai{
margin:50px 0 50px;
}


#bfPage6 .intro div{
    display: flex;
    gap:15px 15px;
    margin-top: 25px;
}


#bfPage6 .intro div span{
    flex-grow: 2;
    font-size: 22px;
    cursor: initial;
}


#easybook div.view {
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#easybook .easy_entries {
    margin-top: 0px;
}
#easybook .easy_top {
    background-color: #f7f7f6;
    min-height: 30px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#easybook  .easy_small {
    font-size: 12px;
    vertical-align: middle;
    padding-left: 10px;
}
#easybook  .easy_frame{
    border-radius: 12px;
    overflow: hidden;
}

#easybook  .easy_frame + .easy_frame{
    margin-top: 25px;
}

#easybook  .easy_frame:hover{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

#easybook div.sign{
    height: auto;
   display: flex;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
}

.controls.stars{
    position: relative;
}


.controls.stars .tooltip{
    display: none !important;
}

.controls.stars.invalid i{
    border: 1px solid  #ff0000;
    border-radius: 6px;
}


.box-404 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
    min-height: 300px;
    margin: 40px 0 120px;
    background: url("../images/404.png") center no-repeat;
    background-size: contain;
}

.box-404 .title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #212121;
}

.box-404 p {
    font-size: 34px;
    line-height: 1.4;
    color: #212121;
}

.box-404 a {
    text-decoration: underline;
    color: #034ea2;
}

.box-404 a:hover {
    text-decoration: none;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }
    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {
    0%,
    50% {
        opacity: 0;
        width: 0;
    }
    75% {
        opacity: 1;
        width: 100%;
    }
    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {
    0%,
    25% {
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
        height: 100%;
    }
    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {
    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 100%;
    }
}
