@font-face {
    font-display: swap;
    font-family: "Basetica";
    font-style: normal;
    font-weight: 600;
    src: local("Basetica Bold"), local("Basetica-Bold"),
        url("/fonts/basetica-bold-205TF.woff2") format("woff2"),
        url("/fonts/basetica-bold-205TF.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Basetica";
    font-style: normal;
    font-weight: 700;
    src: local("Basetica Black"), local("Basetica-Black"),
        url("/fonts/basetica-black-205TF.woff2") format("woff2"),
        url("/fonts/basetica-black-205TF.woff") format("woff");
}

.bg-orange
{
    background-color: orange;
    color: #000;
}

.bg-yellow
{
    background-color: rgba(255,193,7,1);;
    color: #000;
}
select.form-control
{

    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance:auto!important;
}
body {
    /* font-family: "Basetica"; */
    font-weight: 400;
}

#top-wizard {
    display: none;
}

.progress-bar {
    background-color: #434bdf;
}
a {
    color: #434bdf;
    text-decoration: none;
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.list-group-item.active {
    background-color: #62789870;
    color: #000;
    border: none;
}

.list-group-item ion-icon {
    margin-right: 10px;
}

.banner {
    background-image: url(/images/banner.jpeg);
    /* background-image: url(/img/hp-zak-coon-laptop-min.jpeg); */
    background-size: cover;
}
.btn-outline-primary:hover {
    /* background-color: #434bdf !important; */
}
.btn-outline-primary {
    border: 1px solid #434bdf;
    color: #434bdf;
}
.btn-primary,
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    align-items: center;
    background-color: #434bdf;
    border: 1px solid #434bdf;
    color: #fff;
}
.btn.custom {
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 22px;
    padding: 18px 34px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.25s ease-in-out;
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.form-control {
    border-radius: 8px;
}

.form-control::focus {
    border-color: #434bdf;
}

.form-control label {
    font-weight: 600 !important;
    color: #303030 !important;
}

body::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #434bdf !important;
}
body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #434bdf !important;
    outline: 1px solid slategrey !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-weight: 600; */
    font-family: "Basetica", "Roboto", "Helvetica Neue", Arial, Verdana,
        sans-serif;
}
.hero-featured {
    /* color: #fff; */
    /* color: #0a0c0e; */
    font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding: 30px;
    padding-top: 100px;
    min-height: 600px;
}
.hero-featured .hero-headline {
    font-size: 3rem;
    line-height: 1.1666666667;
}
.hero-featured .hero-subheadline {
    font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    /* color: #fff; */
    /* color: #4a4f53; */
}

.features-subheadline {
    font-size: 21px;
    color: #74767a;
}

.typ-title1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.btn,
button {
    border-radius: 16px !important;
}
.gray9 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0 20px;
    color: #74767a;
}
.landing-features,
.main-content-container {
    /* background-color: #efefff; */
    background-color: #fff;
}
.landing-features {
    /* margin-top: 50px; */
}
.landing-features .icon-spotlight,
.landing-features .icon-spotlight-cream {
    height: 162px;
    padding-top: 0;
    width: 162px;
}

.list-group-item.active, .list-group-item-primary.list-group-item-action.active {
    background-color: #434bdf !important;
    border-top: solid 1px #303030;
    color: #fff !important;
}

.list-group-item.active
{
    background-color: #434bdf9e !important;

}
.icon-spotlight,
.icon-spotlight-cream {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.icon-grid .icon-wrap {
    margin: 0 auto 2.5rem;
}
.section-transition.on-black {
    background-color: #0a0c0e;
}
.landing-feature-gallery {
    background-color: #0a0c0e;
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 44px;
    width: 100%;
}

.select2 {
    width: 100% !important;
}

.styled-select {
    height: 44px;
    overflow: hidden;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 38px !important;
}
.result_header {
    font-size: 1.2rem;
    margin-top: 10px;
}
.result_header_button {
    border-radius: 24px;
    line-height: 35px;
    padding: 10px 30px;
}
.result_item {
    /* background-color: rgba(238, 238, 238, 0.288); */
    border: none;
    border-radius: 12px;
    box-shadow: 2px 1px 5px #88888873;
}
.result_item .title {
    font-size: 22px;
    font-weight: bold;
}
.btn ion-icon {
    margin-bottom: -2px;
    margin-right: 5px;
}
.btn {
    box-shadow: none !important;
    outline: none !important;
}
.btn-block {
    width: 100%;
}
@media screen and (max-width: 500px) {

    .thumbnail.float-start.me-3
    {
/* float: none; */
/* text-align: center; */
width: 100%;
display: block;
margin: 0!important;
    }

    .result_header_button
    {
        width: 100%;
        margin-top: 15px;
    }

    /* .card.result_item */
    .result_item
    {
        padding: 20px!important;
    }
    .result_item .title {
        font-size: 16px;
    }
    .row {
        width: 100%;
    }

    .result_header {
        font-size: 1.3em;
    }

    .logo img {
        width: 100%;
    }

    header .float-md-end {
        margin-top: 20px;
    }

    header .btn {
        width: 49%;
    }

    .hero-featured .hero-headline {
        font-size: 2em;
    }
    .section-transition.on-black {
        margin-top: 10px;
    }
    .landing-feature-gallery {
        padding: 10px;
    }

    .section-transition.on-white.swooshi.swooshi-bottom {
        display: none;
    }

    .testimonial-card.card {
        width: 100% !important;
    }
}
