﻿body {
}


/* ============================= */
/*        Breadcrumb             */
/* ============================= */

#breadcrumb .breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
}

#breadcrumb .breadcrumb li + li::before,
#breadcrumb .breadcrumb li.active {
    color: #ffffff;
}

#breadcrumb .breadcrumb li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#breadcrumb .breadcrumb li a:hover {
}

#breadcrumb .breadcrumb:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 16px;
    content: '\f015';
    color: white;
}


/* ============================= */
/* ============================= */
/*          Footer               */
/* ============================= */
.footer .motability {
    width: 175px;
}

/* locations */

.footer .locations li + li {
    margin-top: 25px;
}

.footer .locations .btn {
    width: 50%;
    display: inline-block;
    color: white;
    margin-right: 15px;
}

/* Social */

.footer .locations + .social-icons {
    margin-top: 25px;
}

.footer .social-icons .social-icon {
    font-size: 30px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #2c2c2c;
    margin-left: 0;
}

.footer .social-icons .social-icon.facebook {
    background-color: #1877F2;
    color: #fff;
}

.footer .social-icons .social-icon.twitter {
    background-color: #1DA1F2;
    color: #fff;
}

.footer .social-icons .social-icon.linkedin {
    background-color: #0077b5;
    color: #fff;
}

.footer .social-icons .social-icon.insta {
    background-color: #cd486b;
    color: #fff;
}

.footer .social-icons .social-icon.youtube {
    background-color: #CD201F;
    color: #fff;
}

/* news */

.footer .news ul li {
    padding-bottom: 15px;
}

.footer .news ul li + li {
    border-top: solid 1px #444;
    padding-top: 15px;
}

.footer .news ul li > a {
    display: block;
    position: relative;
    padding-right: 20px;
}

.footer .news ul a::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 14px;
    content: '\f054';
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

/* Twitter */

.footer .tweet > p {
    position: relative;
    border: solid 1px #444;
    border-color: rgba(255,255,255,0.15);
    background-color: #2c2c2c;
    padding: 15px;
}

.footer .tweet > p:after, .footer .tweet > p:before {
    top: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.footer .tweet > p:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2c2c2c;
    border-width: 10px;
    margin-left: -10px;
}

.footer .tweet > p:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(255,255,255,0.15);
    border-width: 12px;
    margin-left: -12px;
}

.footer .tweet + .tweet {
    margin-top: 25px;
}

.footer .tweet small:before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 14px;
    content: '\f099';
    padding-right: 10px;
    margin-left: 15px;
}

.footer .widget .form-control {
    background-color: #131313;
    margin-bottom: 0;
}

.footer .input-group .input-group-addon {
    background-color: #2c2c2c;
    color: #9a9a9a;
    text-align: center;
    border: 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        padding-bottom: 90px;
    }
}

/* ============================= */


/* =============================== */
/*           Panels                */
/* =============================== */

.relative {
    position: relative;
}

.bg,
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg:before,
.bg:after {
    display: table;
    content: " ";
}

.bg:after {
    clear: both;
}

/* =============================== */


/* =============================== */
/*           Forms                 */
/* =============================== */

.field-validation-error {
    color: #b94a48;
}

.form-control,
.input-group .input-group-addon {
    border-color: #ccc;
}

.form-container {
    margin-bottom: 35px;
}

.form-group {
    margin-bottom: 20px;
}

.modal-dialog .form-group {
    margin-bottom: 10px;
}

.form-submit {
    margin-top: 35px;
}

.btn.disabled, .btn[disabled] {
    opacity: .4;
}

legend {
    font-size: 16px;
}

.used-btns .input-list-container {
    width: 100%;
}

.used-btns .input-list-container .btn {
    width: 50%;
}

/* Menu form */
.form-menu {
    background-color: #aaa;
    padding: 10px;
}

/*.form-menu .form-control {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}*/
/* Custom checkboxes */
.custom-checks input[type="checkbox"], .custom-checks input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.inline .custom-checks .form-check {
    display: inline-block;
}

.inline .custom-checks .form-check label {
    margin-right: 25px;
}

/*Check box*/

.custom-checks label {
    cursor: pointer;
}

.custom-checks input[type="checkbox"] + .label-text,
.custom-checks input[type="radio"] + .label-text {
    font-weight: normal;
}

.custom-checks input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    color: #aaa;
}

.custom-checks input[type="checkbox"]:checked + .label-text {
    color: inherit;
}

.custom-checks input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
}

.custom-checks input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

.custom-checks input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #aaa;
}

/*Radio box*/

.custom-checks input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    color: #ccc;
}

.custom-checks input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #8e44ad;
    animation: effect 250ms ease-in;
}

.custom-checks input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.custom-checks input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

/*Radio Toggle*/

.custom-checks .toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.custom-checks .toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in;
}

.custom-checks .toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.custom-checks .toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
    margin-right: 25px;
}

.checkbox, .radio {
    margin-top: 0;
}


@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
} 

/* =============================== */

.m-b-3 {
    margin-bottom: 3px !important;
}

.two-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.description-column {
    flex: 1;
}

.description-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}

.overview-term {
    font-weight: 600;
}

.value {
    text-align: right;
}

.key-specs {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start;
    gap: 30px;
}

.description-column {
    width: 50% !important;
    display: block !important;
}

.description-row {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.text-dark {
color:black!important;

}

.mt-35 {
    margin-top: 35px
}