html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Raleway', sans-serif;
    background-repeat: no-repeat;
    background-size: 120vw;
    background-color: black;
}

main {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('../lib/images/Vehicle buyer backgroud.jpg'), lightgray 50%;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-color: black;
}


.footerP {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    overflow-wrap: break-word;
}

.navbar-nav {
    margin-left: auto;
}

.footerNew {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    background-color: black;
}

.headerNew {
    /*    background-color: black;*/
}

.rTitle {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 91.5%; /* 21.96px */
    display: flex;
    width: 190px;
    height: 41px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.telButtonText {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 91.5%; /* 21.96px */
}


.sMTitle {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 91.5%; /* 45.75px */
}

.sMSubheading {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}

.regInput {
    width: 32px !important;
    height: 45px;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFF;
    background-color: white;
    color: black;
    font-family: 'Charles Wright', sans-serif;
    text-transform: uppercase;
    font-size: x-large;
    border-radius: 0px 6px 6px 0px !important;
}

.regInputIcon {
    height: 45px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #FFF;
    background: #66B3EA;
    /*    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.05);*/
}

.openSans {
    font-family: "Open Sans";
}

.highInput {
    height: 45px;
}


.innerContainer {
    opacity: 100%;
    max-width: 1038px;
    margin: auto;
    border: 1px solid red;
    background-color: white;
}


.detailsText {
    color: #000;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    line-height: 126%; /* 50.4px */
}

.logoImg {
    align-content:center;
    margin: auto;
    display: block;
    object-fit: cover;
    max-width: 100%;
    height:500px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 25px;
    height: 25px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        /*        border-color: red;
        outline: 0;*/
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-check-input:checked {
        background-color: white;
        background-size: cover;
        border-color: #8A92A6;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url(../lib/images/tick.svg);
        }

        .form-check-input:checked[type=radio] {
            background-image: url(../lib/images/tick.svg);
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }


.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
    text-align: left;
}

.howItWorksShortLine {
    width: 100px;
    height: 1px;
    background: #FFF;
    margin: auto;
}

.helpCircle {
    width: 200px;
    height: 200px;
    fill: #000;
    stroke-width: 2px;
    stroke: #F12B2C;
    fill: #000;
    border-radius: 50%;
    border-width: 10px;
    stroke-width: 2px;
    border-color: red;
    stroke: #F12B2C;
    background: url('../lib//images/Circle.svg');
    margin: auto;
}

.checkListPng {
    background: url('../lib//images/Checklist doc (white).png');
    width: 151px;
    height: 177px;
    margin-left: 14%;
    background-repeat: no-repeat;
}


.checkListVehiclePng {
    background: url('../lib//images/Checklist (white).png');
    background-position-y: 20px;
    width: 151px;
    height: 157px;
    margin-left: 5%;
    padding-top: 10%;
    background-repeat: no-repeat;
}

.checkListPound {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 120px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    background-repeat: no-repeat;
}

.checklistCarPng {
    background-position-y: 0px;
    width: 200px;
    height: 190px;
    background: url('../lib//images/car (white)1.png');
    background-position: center;
    background-repeat: no-repeat;
}

#loader {
    border: 12px solid black;
    border-radius: 50%;
    border-top: 12px solid red;
    width: 170px;
    height: 170px;
    animation: spin 1s linear infinite;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.mapouter {
    position: relative;
    text-align: right;
    height: 523px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    filter: invert(92%);
}


.terms {
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
