@font-face {
    font-family: "proxima-nova";
    src: url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.eot');
    src: url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.woff2') format('woff2'),
    url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.woff') format('woff'),
    url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.ttf')  format('truetype'),
    url('/wp-content/plugins/sure-select-sales/fonts/proxima-nova-light/ProximaNova-LightIt.svg#svgProximaNova') format('svg');
    font-weight: 300;
}

.sure-select {
    padding-bottom: 70px;
    margin-bottom: 80px;
    position: relative;
}

.sure-select:before {
    content: '';
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
}

.sure-select:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 100px;
    right: 100px;
    height: 0;
    -webkit-box-shadow: 5px 0 60px 10px #000000;
    box-shadow: 5px 0 60px 10px #000000;
}

.sure-select__intro {
    padding-top: 110px;
}

.sure-select__intro h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 65px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    padding: 7px 90px 15px;
    border-radius: 11px;
    background: linear-gradient(45deg, rgba(43, 41, 103, 1) 0%, rgba(75, 72, 186, 1) 100%);
}

.sure-select__intro p {
    text-align: center;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.005em;
    max-width: 1130px;
    margin: 0 auto 90px;
    font-family: "proxima-nova", sans-serif;
}

.sure-select td,
.sure-select th {
    width: 20%;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.sure-select select {
    font-weight: 400;
    color: #008AAD;
    font-size: 16px;
}

.sure-select__heading-1 th:first-child {
    background-color: #008AAD;
    border-radius: 11px;
    color: #ffffff;
    font-weight: 700;
    padding: 75px 60px 60px 50px;
}

.sure-select__heading-1 th:nth-of-type(2) {
    padding-left: 20px;
}

.sure-select__heading-1 th:not(:first-child) {
    color: #2B2967;
    padding-top: 75px;
    padding-right: 60px;
}

.sure-select__heading-1 th,
.sure-select__content-1 td {
    border: none;
}

.sure-select__heading-1 th p,
.sure-select__content-1 td p{
    max-width: 235px;
    margin: auto;
}

.sure-select__content-1 td:first-of-type {
    padding-left: 20px;
}

.sure-select__heading-2 th:first-child {

    background-color: #E6E6F2;
    border-radius: 11px;
    color: #2B2967;
    font-weight: 700;
    padding: 30px 25px 40px 35px;
    border: none;
}

.sure-select__heading-2 th:nth-of-type(2) {
    padding-left: 20px;
}

.sure-select__heading-2-wrap {
    margin-top: 45px;
}

.sure-select__heading-2 th:not(:first-child) {
    color: #2B2967;
    padding-top: 30px;
}

.sure-select-result {
    color: #008AAD;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.sure-select button {
    font-size: 16px;
    padding: 11px 13px;
    background-color: #2B2967;
    color: #ffffff;
    border-radius: 11px;
    font-weight: 700;
    border: none;
    margin-top: 30px;
    letter-spacing: -0.2px;
    transition: opacity 0.3s ease;
}

.sure-select button:hover,
.sure-select button:focus {
    opacity: 0.8;
}



.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none !important;
}

.select2-search--dropdown {
    padding: 18px 0 !important;
    background-color: #eee;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -5px;
}

.select2-selection {
    border-radius: 0 !important;
    border: 1px solid #008AAD !important;
    height: 37px !important;
    background-color: #EEE !important;
}

.select2-selection__arrow {
    background-color: #008AAD;
    top: 0 !important;
    right: 0 !important;
    height: 37px !important;
    width: 37px !important;
}

.select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    top: 60% !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    top: 60% !important;
    border-width: 5px 4px 0 4px !important;
}

.select2-selection__arrow:after {
    content: '';
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 40%;
    width: 0;
}

.select2-results__option {
    background-color: #eee!important;
}

.select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.select2-selection__rendered {
    color: #008AAD !important;
    line-height: 37px !important;
    padding-right: 37px !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.select2-dropdown {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.75);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: max-content !important;
}

.select2-results__option {
    font-size: 16px;
    font-weight: 400;
}

.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #fff;
}

.select2-results__option {
    color: #fff;
}

.select2-results__option:empty {
    display: none;
}

.sure-select__footer {
    border-bottom: 0;
}

@media screen and (min-width: 1201px) {
    .sure-select__heading-2 th:not(:first-child) {
        height: 76px;
    }

    .sure-select__content-2 td {
        padding-top: 25px;
        border-bottom: 0;
    }

    .sure-select__content-2 td:first-of-type {
        padding-left: 20px;
    }
    .sure-select button {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .sure-select {
        max-width: 450px;
        margin: 0 auto;
    }

    .sure-select__intro {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sure-select-no-mobile-border {
        border: 0!important;
        padding-bottom: 0!important;
    }

    .sure-select-hide-mobile {
        display: none!important;
    }

    /*.sure-select__intro h1 {*/
    /*    font-size: 42px;*/
    /*    margin: 0 auto 40px;*/
    /*    padding: 5px 60px 10px;*/
    /*}*/
    /*.sure-select__intro p {*/
    /*    font-size: 24px;*/
    /*    padding: 0 30px;*/
    /*}*/
    .sure-select__heading-1 th:not(:first-of-type) {
        display: none;
    }

    .sure-select tr,
    .sure-select td,
    .sure-select th {
        display: block;
        text-align: center;
    }

    .sure-select td,
    .sure-select th {
        width: 100%;
    }

    .sure-select td::before {
        content: attr(data-label);
        display: block;
        max-width: 222px;
        margin: auto;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        color: #2B2967;
    }

    /*.sure-select .sure-select__heading-2{*/
    /*    display: none;*/
    /*}*/
    .sure-select__heading-2 th:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 12px;
    }

    .sure-select select {
        max-width: 450px;
    }

    .sure-select-result {
        text-align: center;
    }

    .select2-selection__rendered {
        text-align: center;
    }

    .sure-select__intro {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .sure-select__intro h1 {
        font-size: 29px;
        margin: 0 auto 40px;
        padding: 3px 40px;
    }

    .sure-select__intro p {
        text-align: center;
        font-size: 16px;
        margin: 0 auto 50px;
    }

    .select2-container {
        width: 280px !important;
        /*margin-top: 15px;*/
    }

    .sure-select__heading-1 th:first-child {
        margin-bottom: 35px;
        padding: 25px 35px;
    }

    .sure-select__heading-2-wrap {
        margin-top: 20px;
    }

    .sure-select td,
    .sure-select th {
        padding: 20px 10px;
    }
}