/* Minification failed. Returning unminified contents.
(685,44): run-time error CSS1046: Expect comma, found '0'
(685,48): run-time error CSS1046: Expect comma, found '/'
(686,41): run-time error CSS1046: Expect comma, found '0'
(686,45): run-time error CSS1046: Expect comma, found '/'
(687,36): run-time error CSS1046: Expect comma, found '0'
(687,40): run-time error CSS1046: Expect comma, found '/'
 */
.btn-solid {
    background-color: #37424A;
    color: #fff;
}

    .btn-solid:not([disabled]):hover,
    .btn-solid:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #F0F0F0;
        color: #000;
    }

.btn-ghost {
    background-color: #fff;
    border: 1px solid #3074FF;
    color: #3074FF;
}

    .btn-ghost:not([disabled]):hover,
    .btn-ghost:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #3074FF;
        color: #fff;
    }

.btn-success {
    background-color: #419641;
    border: 1px solid #419641;
    color: #fff;
}

    .btn-success:not([disabled]):hover,
    .btn-success:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #419641;
        color: #fff;
    }

.btn-solid,
.btn-ghost,
.btn-success {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

    .btn-solid[disabled],
    .btn-ghost[disabled],
    .btn-success[disabled] {
        opacity: .6;
    }

/*#region CORPORATE-BUTTON*/

.corporate-button {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    text-align: center;
    color: inherit;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 9px;
}

    .corporate-button.active,
    input:checked + .corporate-button {
        box-shadow: 0 0px 6px 3px #4372f6;
    }

    .corporate-button:hover,
    .corporate-button:focus {
        cursor: pointer;
        text-decoration: none;
        color: dimgray;
        fill: dimgray;
    }

    .corporate-button:active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-BUTTON*/

/*#region CORPORATE-LINK*/

.corporate-link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none !important;
}

    .corporate-link:not(.active):hover,
    .corporate-link:not(.active):focus-within,
    .corporate-link:not(.active):hover > svg,
    .corporate-link:not(.active):focus-within > svg {
        color: #1e49a2;
        fill: #1e49a2;
    }

    .corporate-link:not(.active):active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-LINK*/



.btn-link {
    color: #878E94;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    border: 0;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
        text-decoration: none;
        outline: none;
    }

    .btn-link:hover {
        text-decoration: underline;
    }

    .btn-link:active {
        font-weight: 800;
    }

    .btn-link.icon-link .fa {
        margin-left: 3px;
        font-size: 12px;
    }

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover {
                color: #777;
                text-decoration: none
            }

            .btn-link img {
                vertical-align: sub;
            }

            .btn-link.blue {
                color: #3074FF;
            }

/* Btn Loading */
.btn-solid .loading, .btn-ghost .loading {
    display: none;
}

.btn-loading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

    .btn-loading .loading {
        display: block;
        margin-left: 10px;
        -webkit-animation: fa-spin 1s steps(8) infinite;
        animation: fa-spin 1s steps(8) infinite;
    }

        .btn-loading .loading:before {
            content: "\f110";
            font-family: FontAwesome, sans-serif;
        }
/* /Btn Loading */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Assets/Images/loader_2_50x50.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Assets/fonts/slick.eot');
    src: url('/Assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/slick.woff') format('woff'), url('/Assets/fonts/slick.ttf') format('truetype'), url('/Assets/fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 26px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
    .slick-dots li button:before {
        font-size: 3rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 8px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #a5a5a5;
        color: #a5a5a5;
        border-radius: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .slick-dots li.slick-active button:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        color: #3B4146;
        background-color: #3B4146;
        font-size: 3rem;
    }

@media screen and (max-width: 767px) {
    .slick-dots {width:100%;bottom:-25px;}
}
.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #37424a;
    border-radius: 45px;
}
    .form-control:focus {
        outline: 0;
    }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

textarea.form-control {
    height: auto;
    border-radius: 25px;
}

/* TEXTBOX */
.textbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

    .textbox input {
        width: 100%;
        padding: 15px 20px;
        border-radius: 5px;
        border: 1px solid #a5a5a5;
        background-color: #fff;
        outline: none;
        color: #3B4146;
        font-size: 17px;
        text-transform: none;
        font-weight: bold;
        transition: all .1s;
        letter-spacing: 1px;
    }

input#name, input#surname {
    text-transform: uppercase;
}

.textbox input:focus {
    border: 1px solid #3074FF;
}

.textbox.float-label input:focus + label {
    top: -8px;
    font-size: 13px;
    color: #3074FF;
}

.textbox.float-label.has-value label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead.has-value + label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead {
    text-transform: uppercase;
}

    .textbox .typeahead + label span {
        display: none;
        margin-left: 5px;
    }

    .textbox .typeahead.loading + label span {
        display: inline-block;
    }

.textbox.twitter-typeahead label.arrow {
    position: absolute;
    right: 0;
    left: auto;
}

.textbox.twitter-typeahead .arrow::after {
    content: '\f078';
    font-family: Fontawesome;
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #a5a5a5;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    pointer-events: none;
    cursor: pointer;
}

.textbox.twitter-typeahead.opened .arrow::after {
    content: '\f077';
    background: #3074FF;
    color: #fff;
    pointer-events: all;
}

.textbox.twitter-typeahead.opened input.typeahead {
    border-color: #3074FF;
}

    .textbox.twitter-typeahead.opened input.typeahead + label {
        color: #3074FF;
    }

.textbox.twitter-typeahead .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.textbox.twitter-typeahead .tt-hint {
    color: #999 !important;
}

.textbox.twitter-typeahead .tt-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    z-index: 9999 !important;
    max-height: 150px;
    overflow-y: auto;
}

    .textbox.twitter-typeahead .tt-menu .empty-message {
        font-size: 12px;
        padding: 0 15px;
    }

.textbox.twitter-typeahead .tt-suggestion {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #71818D;
}

    .textbox.twitter-typeahead .tt-suggestion:hover {
        cursor: pointer;
        background-color: rgba(48, 116, 255, 0.1);
    }

    .textbox.twitter-typeahead .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .textbox.twitter-typeahead .tt-suggestion p {
        margin: 0;
    }

    .textbox.twitter-typeahead .tt-suggestion img {
        width: 50px;
        margin-right: 10px;
    }

    .textbox.twitter-typeahead .tt-suggestion.img-option {
        padding: 7px 10px;
        display: flex;
    }

.textbox.twitter-typeahead .error-text {
    display: none;
    position: absolute;
}

    .textbox.twitter-typeahead .error-text::after {
        display: none;
    }


.textbox.twitter-typeahead.tt-occupation.error {
    margin-bottom: 40px;
}

.textbox.twitter-typeahead.error .error-text {
    display: block;
}

hr.tt-suggestion {
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

    hr.tt-suggestion:hover {
        cursor: default;
        background-color: transparent;
    }

.tt-suggestion.tt-cursor {
    color: inherit;
    background-color: #c8c8c8;
    font-weight: bold;
}

.tt-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(102, 143, 255, 0.2);
}


.textbox label {
    font-size: 16px;
    color: #6C7379;
    font-weight: 600;
    transition: all .2s;
    letter-spacing: .3px;
}

.textbox.float-label label {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 0 8px;
    cursor: text;
    color: #6C7379;
    font-weight: 400;
    background: #fff;
}

.textbox.error input, .textbox input.has-error {
    border-color: #fe5050;
}

    .textbox.error input, .textbox.error.float-label label, .textbox input.has-error + label {
        color: #fe5050 !important;
    }

.textbox .error-text, .textbox .valid-text, .multiple-inline-textbox .error-text {
    position: relative;
    width: 100%;
    font-size: 11px;
    color: #fe5050;
    margin-top: 5px;
    letter-spacing: .5px;
}

    .textbox .error-text::after {
        position: absolute;
        right: 10px;
        top: -43px;
        content: url(/assets/images/icon-warning.svg);
        display: block;
    }

.textbox .valid-text {
    color: #38C976;
}

    .textbox .valid-text::after {
        position: absolute;
        right: 15px;
        top: -40px;
        font-family: FontAwesome;
        font-size: 18px;
        content: "\f058";
        color: #38C976;
    }

.textbox.valid input, .textbox input.valid {
    border-color: #38C976;
}

    .textbox.valid input, .textbox.valid.float-label label, .textbox input.valid + label {
        color: #38C976 !important;
    }

.textbox.disabled {
    opacity: .6;
}

    .textbox.disabled input[disabled] {
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .textbox input {
        padding: 15px;
        font-size: 14px;
    }
}

/* /TEXTBOX */

#calculate-mtv .twitter-typeahead.textbox label,
#calculate-tax .twitter-typeahead.textbox label,
#calculate-fuelConsumption .twitter-typeahead.textbox label,
#calculate-depreciationCar .twitter-typeahead.textbox label {
    display: none !important;
}

.textarea label {
    width: 100%;
    font-size: 16px;
    color: rgb(108, 115, 121);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.textarea textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    outline: none;
    color: #3B4146;
    text-transform: none;
    transition: all .1s;
    letter-spacing: 1px;
    resize: none;
}

.blog-items-wrapper {
    padding: 50px 0;
    margin-bottom: 50px;
}

    .blog-items-wrapper .top {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: flex-end;
        position: relative;
    }

        .blog-items-wrapper .top .title {
            color: #3B4146;
            font-size: 28px;
            font-weight: 600;
            margin: auto;
            margin-bottom: 15px;
        }

        .blog-items-wrapper .top .link-icon {
            position: absolute;
            right: 15px;
        }

    .blog-items-wrapper .blog-items-inner > .container {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .blog-items-wrapper .blog-item-container {
        display: flex;
        flex-direction: column;
        flex-basis: 30%;
        border: 0;
        margin: 15px;
        border-radius: 0 !important;
    }


        .blog-items-wrapper .blog-item-container .blog-item-text-container {
            padding: 15px 0 0;
            background: #fff;
        }

        .blog-items-wrapper .blog-item-container .blog-item-img img {
            border-radius: 5px;
        }

        .blog-items-wrapper .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 15px 0;
            height: 40px;
            line-height: 22px;
            letter-spacing: 0.5px;
        }


        .blog-items-wrapper .blog-item-container .blog-item-icon {
            display: block;
            text-align: center;
            padding: 30px;
            padding-top: 0;
        }

    .blog-items-wrapper .blog-items-showall-button {
        padding-top: 30px;
    }

    .blog-items-wrapper .slick-dots {
        position: relative;
        margin: 5px 0;
    }

    .blog-items-wrapper .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

.blog-item-container .blog-item-text-container h6 a {
    color: #3B4146;
}

    .blog-item-container .blog-item-text-container h6 a:hover {
        text-decoration: none;
    }

    .blog-item-container .blog-item-text-container h6 a:active {
        font-weight: bold;
    }

.product-texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-item-container {
    border-width: 0;
    background: white;
    color: #37424a;
    overflow: hidden;
    border: 1px solid;
    margin-bottom: 25px;
}


    .blog-item-container .detail-btn {
        color: #37424a;
        font-size: 14px;
        float: right;
        margin-top: 15px;
    }

    .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container .date {
        font-size: 12px;
        font-weight: 400;
    }

    .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0 10px;
    }

    .blog-item-container .blog-item-text-container p {
        font-size: 14px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-item-container:hover .img-on-hover-scale img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .blog-item-container .blog-item-text-container {
        padding: 15px;
    }

    .blog-item-container .blog-item-icon {
        display: block;
        text-align: right;
        padding: 40px;
        padding-top: 0;
    }


@media screen and (max-width: 1200px) {
    .blog-items-wrapper .blog-item-container .blog-item-img img {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .blog-items-wrapper .top .link-icon {
        display: none;
    }

    .blog-items-wrapper .top .title {
        font-size: 24px;
    }

    .blog-items-wrapper .blog-items-inner > .container {
        border: 0;
    }
    .blog-items-wrapper .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
        font-size: 16px;
        height:auto;
    }
}


.no-webp .faq-wrapper .faq-bg.lazyloaded, .no-webp .faq-wrapper .faq-bg.lazyloading {
    background-image: url('/Assets/images/sss-bg.png');
}

.faq-wrapper {
    margin-bottom: 50px;
}

    .faq-wrapper .faq-bg.lazyloaded, .faq-wrapper .faq-bg.lazyloading {
        background-image: url("/Assets/images/sss-bg.webp");
    }


    .faq-wrapper .title {
        color: #3B4146;
        font-size: 28px;
        font-weight: 600;
        margin: auto;
        text-align: center;
        margin-bottom: 15px
    }

    .faq-wrapper .no-bg {
        padding-left: 15px !important;
        background: none !important;
    }

    .faq-wrapper .section-title.mobile {
        display: none;
    }


.panel-group {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel {
    background-color: #F0F0F0;
    padding:15px;
}
.panel:nth-child(2n+1) {
    background-color: #fff;
}

.panel .panel-title a {
    display: table;
    width: 100%;
    padding: 5px 0;
    color: #30434d;
    font-weight: bold;
}

    .panel .panel-title a .panel-title-text {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-right: 10px;
        color: #3B4146;
        letter-spacing: .3px;
    }

    .panel .panel-title a .fa {
        color: #3074FF;
        transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
    }
    .panel .panel-title a.collapsed .fa {
        color: #a5a5a5;
        transform: rotate(180deg);
    }

.panel .panel-body {
    color: #6C7379;
}

@media (max-width: 767px) {
    .faq-wrapper {
        margin-bottom: 50px;
    }

        .faq-wrapper .section-title {
            text-align: center;
        }

        .faq-wrapper .container {
            min-height: 300px;
            padding-left: 15px !important;
            padding-top: 300px;
            background-position: center top;
        }

            .faq-wrapper .container.no-bg {
                padding-top: 0;
            }

        .faq-wrapper .section-title.mobile {
            display: block;
        }

        .faq-wrapper .section-title.desktop {
            display: none;
        }
        .faq-wrapper .title{
            font-size:24px;
        }
}

.homePage #stars_area {
    margin-bottom: 50px;
}

.no-webp #stars_area {
    background: #f3f3f3 no-repeat center top url(/Assets/Images/experience-bg.png);
}

.stars_area {
    /*display: flex;
    flex-direction: column;
    position: relative;*/
}

    .stars_area .desktop-star-img .experience-steps-cont .list-element p {
        align-self: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -0.27px;
        text-align: center;
        color: #3b4146;
        width: 80%;
    }

.experience-steps-cont {
    padding-top: 50px;
    justify-content: space-evenly;
    display: flex;
}

    .experience-steps-cont .list-element {
        width: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

.list-element img {
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .experience-steps-cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        transition: all .3s;
        padding: 30px 0;
        gap: 20px;
    }

        .experience-steps-cont .list-element {
            flex: 0 0 45%;
            display: flex;
        }
}

.page-container {
    margin-bottom: 30px;
}

    .page-container h1 {
        color: #000;
        font-size: 38px;
        font-weight: 700;
        text-align: center;
    }

.section-title .section-title-description {
    margin: 0 auto;
    max-width: 940px;
}

.calculation-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible !important;
    padding: 25px 0;
}


    .calculation-box .calculate-area {
        margin: auto;
    }

        .calculation-box .calculate-area .banner-input-box {
            display:inline-block;
            background-color: #fff;
            border-radius: 5px;
        }

        .calculation-box .calculate-area .value-area {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
        }

        .calculation-box .calculate-area .btn-calculate {
            background: #e52d27;
            background: linear-gradient(to left, #b31217, #e52d27);
            border-radius: 0px;
            width: 100%;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
        }

.btn-gray {
    border-radius: 99px;
    background-color: #ff7000;
    border: none;
    padding: 15px 50px;
    font-size: 14px;
    margin: 0px 0px 0px 50px;
    white-space: nowrap;
}

.btn-table {
    height: 50px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

.vfl-has-label {
    margin: 20px;
}

.formItem {
    margin: 20px;
    width: 100%;
}

.faq-wrapper .container {
    padding-left: 0px;
    background-image: none;
    padding-top: 0px;
}

.faq-wrapper .section-title {
    text-align: center;
}

span.twitter-typeahead {
    width: 100%;
}

.vehicle-value {
    background-color: rgba(54,73,88, .8);
    text-align: center;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .vehicle-value span {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        white-space: nowrap;
    }

#blogItemsCarousel {
    display: flex;
}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

#moreContent ul li {
    margin-left: 30px;
    list-style-type: disc;
}

    #moreContent ul li::marker {
        font-size: 25px;
    }

.vehicleTable {
    display: flex;
    flex-direction: column;
}

    .vehicleTable .vehicleTable__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: box-shadow 200ms;
    }

        .vehicleTable .vehicleTable__row:first-child {
            padding: 20px 10px;
        }

        .vehicleTable .vehicleTable__row:not(:first-child) {
            background-color: #fff;
            font-size: 16px;
            margin-bottom: 5px;
            border-radius: 5px;
            padding: 20px 10px;
        }

            .vehicleTable .vehicleTable__row:not(:first-child):hover {
                box-shadow: 0px 0px 10px 10px rgba(0,0,0, .1);
            }

        .vehicleTable .vehicleTable__row:first-child span {
            color: #848eaa;
            font-size: 16px;
            font-weight: 700;
        }

        .vehicleTable .vehicleTable__row span:nth-of-type(3) {
            flex-basis: 60%;
        }

        .vehicleTable .vehicleTable__row span:not(:nth-of-type(3)) {
            flex-basis: 10%;
        }

.uavt-form-popup-container .uavt-popup-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 550px;
    padding: 15px;
}

    .uavt-form-popup-container .uavt-popup-form .form-item {
        margin-right: 15px;
    }

    .uavt-form-popup-container .uavt-popup-form .uavt-site-link {
        text-align: center;
        width: 100%;
    }

.uavt-form-popup-container .address-detail-container {
    background: #f3f3f3;
    position: relative;
}

    .uavt-form-popup-container .address-detail-container .address-detail {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 0 15px 30px;
    }


        .uavt-form-popup-container .address-detail-container .address-detail strong {
            width: 100%;
        }

        .uavt-form-popup-container .address-detail-container .address-detail .text {
            margin-right: 15px;
            font-weight: bold;
            font-size: 32px;
            min-height: 45px;
            letter-spacing: 5px;
        }

        .uavt-form-popup-container .address-detail-container .address-detail button {
            padding: 7px 15px;
        }

    .uavt-form-popup-container .address-detail-container.loading:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: url(/Assets/images/loader_2.gif) rgba(255, 255, 255, 0.60) no-repeat center;
        z-index: 2;
        background-size: 15%;
    }
    .uavt-form-popup-container .uavt-popup-form .textbox.float-label label{
        background:none;
    }

    @media (min-device-width:568px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio: 2) {
        .vehicle-value span {
            font-size: 18px;
        }

        .btn-gray {
            padding: 15px 20px;
            font-size: 10px;
        }
    }

    @media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
        .calculation-box {
            padding: 0px;
            align-items: center;
        }

            .calculation-box h1 {
                color: #000;
                font-size: 20px;
            }

            .calculation-box .calculate-area {
                flex-direction: column;
                align-items: center;
                width: 100%;
            }

                .calculation-box .calculate-area .value-area {
                    width: 100%;
                    align-items: stretch;
                }

        .vehicle-value {
            flex-direction: column;
            align-items: center;
        }

            .vehicle-value span:first-child {
                margin-top: 20px;
            }

            .vehicle-value span:nth-of-type(2) {
                margin-bottom: -20px;
            }

        .btn-gray {
            margin: 0px;
            height: 50px;
            padding: 0px 30px;
            bottom: -30px;
        }

        .btn-table {
            display: none;
        }

        .vehicleTable .vehicleTable__row span:first-child {
            display: none;
        }

        .vehicleTable .vehicleTable__row span:nth-of-type(3) {
            display: none;
        }
    }

    @media (max-width:768px) {
        .uavt-form-popup-container .uavt-popup-form .form-item {
            width: 100%;
            margin-right: 0;
        }
    }

