/* --------------- Utilities --------------- */
.full-height {
    height: 100vh
}

.row.full {
    max-width: none
}

.mobile-banner {
    display: none !important;
}

@media only screen and (max-width: 62.5em) {
    .span-mobile {
        display: none !important;
    }

    .mobile-banner {
        display: block !important;
        background-color: #00529c;
    }
}

.container {
    margin-left: 20px;
    margin-right: 20px
}

.flex-valign {
    display: flex;
    align-items: center
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > .columns {
    display: flex;
}

.row.display-flex > .columns:first-child {
    flex-direction: column;
}

.dagger {
    color: white;
    width: 100%;
    font-size: 13.5px;
    position: relative;
}

.no-margin {
    margin: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.mt-sm {
    margin-top: 15px
}


.kfi.knx header {
    background-image: url('../img/refreshed/knx.hero.image.png');
    min-height: 75vh;
    /*text-align: center;*/
    background-attachment: initial;
}

.kfi.fox header {
    background-image: url('http://www.mycalchoice.com/wp-content/uploads/2022/09/iStock-664213402.jpg');
    min-height: 85vh;
    /*text-align: center;*/
    background-attachment: initial;
}

.mr-sm {
    margin-right: 15px
}

.mb-sm {
    margin-bottom: 15px
}

.ml-sm {
    margin-left: 15px
}

.no-padding {
    padding: 0
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}

.dialog-container {
    max-width: 600px;
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    pointer-events: none;
    transform: translate(0, 0);
    top: 35%;
}

.dialog .content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 30px;
}

.modal-open .dialog {
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog .close-btn {
    background: #0076a9;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    text-align: center;
}

.dialog .close-btn:hover {
    background: #005276;
    transition: all 0.5s ease;
}

.cta.get-a-quote {
    text-align: center
}

.loader-container {
    margin-bottom: 50px
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f47320;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1.5s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

span:after {
    font-family: Arial, sans-serif;
    text-align: left;
    white-space: normal;
}

span:focus {
    outline: none;
}

.tool {
    cursor: help;
    position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 141%;
    color: #EDEFF0;
    content: attr(data-tip);
    line-height: 1.2;
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 16.5em;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

#replaceText {
    color: #e7040f;
    text-align: center;

}

.no-alert {
    display: none;
}

.alert {
    display: block;
}

.alertNumbs {
    color: rgba(232, 43, 28, 0.97) !important;
    text-decoration: line-through;
    transition: linear 500ms;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 991px) {
    .dialog-container {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* --------------- Customization --------------- */
.hideLoader {
    display: none !important;
}

.form-card {
    width: 75%;
    background-color: turquoise;
    height: auto;
    position: relative;
    left: 10%;
    top: 0;
}

#multistepform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: absolute;

}

#multistepform fieldset:not(:first-of-type) {
    display: none;
}

.hideD {
    display: none !important;
}

.showD {
    display: block !important;
}

.closing-button {
    width: 70px;
    height: 30px;
    border-radius: 2em;
    color: white;
    background-color: #f47320;
    margin: auto;
    cursor: pointer;
    padding: .15em;
    font-size: 1.1em;

}

.closeform {
    position: absolute;
    left: 87%;
    top: 6px;
    z-index: 999;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    color: black;
    transition: linear 500ms;
}

.closeform:hover {
    color: white;
    background-color: black;
}


.custom-header {
    color: #fff;
    font-size: 36px
}

.custom-text {
    font-size: 21px;
    line-height: 28px;
}

.drop-down-title, .checkbox-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

* {
    box-sizing: border-box;
}

body {
    background: #ffffff;
}

.wrapper {
    width: 300px;
    margin: 100px auto;
}

.drop-down {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 20px auto;
    color: #666;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.drop-down .drop-arrow::after {
    position: absolute;
    content: '\f0d7';
    top: 0;
    right: 10px;
    color: #8d9097;
    font-family: "FontAwesome";
}

.drop-down .drop-arrow.arrow-up::after {
    content: '\f0de';
    top: 3px;
}

.drop-down-button {
    height: 100%;
    padding-left: 20px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}

.drop-down-title {
    display: inline-block;
    max-width: calc(300px - 50px);
}

.drop-down-list {
    position: absolute;
    display: none;
    top: calc(100% + 4px);
    width: 100%;
    height: 200px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    cursor: pointer;
    overflow-y: auto;
}

.drop-down-list > li {
    padding-left: 20px;
}

.drop-down-list > li:hover {
    background-color: #f4f5f7;
}

.drop-down:hover .drop-down-button {
    border: 1px solid #1a237e;
}

.checkbox {
    display: none;
}

.checkbox-label {
    display: inline-block;
    max-width: calc(300px - 40px);
    line-height: 22px;
    vertical-align: inherit;
}

.checkbox:not(:checked) + label, .checkbox:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.checkbox:not(:checked) + label:before, .checkbox:checked + label:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 -5px 6px rgba(0, 0, 0, 0.06);
}

.checkbox:checked + label:before {
    border: 1px solid #1a237e;
    background-color: #1a237e;
}

.checkbox:not(:checked) + label:after, .checkbox:checked + label:after {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 5px;
    font-family: "FontAwesome";
    font-size: 12px;
    transition: all .2s;
}

.checkbox:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox:checked + label:after {
    color: #fff;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.buttonlist {
    color: black;
    list-style: none;
    text-align: left;
    margin: 0 0 0 20px;

}

.buttonx {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #fff;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    padding: 0.5em 1.3em;
    transition: 500ms linear;
    cursor: pointer;
    border: 4px #fff solid;
    font-size: 1.3em;
    font-weight: 900;
}

.buttonx:hover {
    background-color: #fff;
    color: #f47320;
}

.dropper {
    transition: 500ms ease-in-out;
    width: 225px;
    border-radius: 15px 15px 0 0;
    background-color: transparent;
    border: none;
}

a.button {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.blue-box {
    background-color: #00529A;
    border-radius: 12px;
    padding: 15px;
    text-align: center
}

.dark-blue {
    color: #00529A
}

.bg-blue {
    background-color: #0099D9
}

.bg-for-employees {
    background-image: url(../img/bg-employees.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-for-doctors {
    background-image: url(../img/bg-doctors.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-for-accountants {
    background-image: url(../img/bg-doctors-xray.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-census {
    background-image: url(../img/bg-census.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-quote-estimator {
    background-image: url(../img/bg-quote-estimator.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-quote-estimator-form {
    background-image: url(../img/bg-quote-estimator-form.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.action-btn {
    background: #f47320;
    border: 2px solid #f47320;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 300px
}

.action-btn:hover {
    background: #e07020;
    color: #fff;
}

.card {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 70em) {
    /* CSS rules here */
    .testimonials-container {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.ring {
    border: 4px solid #e8b563;
    padding: .2em;
    border-radius: 2%;
}

.business-info {
    text-align: center;
}

.quote-box .quote-text .quotes {
    font-size: 1.0em;
    margin-right: 0.4em;
    color: #00529C;
}


/* --------------- Switch --------------- */
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 120px;
    height: 30px;
    padding: 3px;
    margin: 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 10px;
    background: #d8d549;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    color: #75777A;
    content: attr(data-off);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    right: 20px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    left: 20px;
    opacity: 0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label {
    background: #00529A;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-handle {
    left: 75%;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* ----- Transition ----- */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

/* --------------- For Doctors/Accountants --------------- */
.for-container {
    padding-left: 15px;
    padding-right: 15px
}

.carousel-container .quote-carousel h2 {
    color: #D7D744;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px
}

.carousel-container .quote-carousel a.learn-more {
    background: #D7D744;
    border: 2px solid #D7D744;
    color: #75777A;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 300px
}

.carousel-container .quote-carousel a.learn-more:hover {
    background: #fff;
}

.quote-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.quote-carousel .item {
    height: inherit
}

.quote-carousel .item {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.quote-carousel .item > .item-container {
    margin-left: 20px;
    margin-right: 20px;
}

.quote-carousel.owl-theme .owl-stage {
    display: flex;
    align-items: flex-end
}

.quote-carousel.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px
}

.quote-carousel.owl-theme .owl-dots .owl-dot.active span,
.quote-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #00529A
}

.for-container .toptext {
    width: 90%
}

.for-form [type=email],
.for-form [type=number],
.for-form [type=text] {
    height: 50px
}

.for-form ::-webkit-input-placeholder { /* Chrome */
    color: #707070 !important;
}

.for-form :-ms-input-placeholder { /* IE 10+ */
    color: #707070 !important;
}

.for-form ::-moz-placeholder { /* Firefox 19+ */
    color: #707070 !important;
    opacity: 1;
}

.for-form :-moz-placeholder { /* Firefox 4 - 18 */
    color: #707070 !important;
    opacity: 1;
}

.get-quote-btn {
    width: 100%;
    background: transparent;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase
}

.get-quote-btn:hover {
    background: #fff;
    color: #f47320
}

/* --------------- Quote Estimator --------------- */
#quote-estimator-home > .container {
    height: 100%;
    display: flex;
    align-items: center
}

#quote-estimator-home #message {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

#quote-estimator-home #message > p {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
}

#quick-estimate {
    background-color: #FCFCFC;
    padding-top: 100px;
    padding-bottom: 100px
}

#quick-estimate h2 {
    color: #00529A
}

#quick-estimate p {
    color: #75777A
}

#quick-estimate label {
    color: #00529A;
    margin-top: 0
}

#quick-estimate .slider-wrapper {
    display: flex;
    align-items: center;
}

#quick-estimate #contribution-percentage {
    color: #75777A;
    width: 40px
}

#quick-estimate .slider,
#quick-estimate .slider-fill {
    border-radius: 5px;
    height: 35px;
}

#quick-estimate .slider {
    background-color: #D8D8D8;
    margin: 10px 20px 10px 0;
    width: 100%;
}

#quick-estimate .slider-fill {
    background-image: repeating-linear-gradient(
            45deg,
            #B7B739,
            #B7B739 1.5px,
            #D7D744 1.5px,
            #D7D744 5px);
}

#quick-estimate .slider-handle {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 11px;
}

#quick-estimate .slider-wrapper + p {
    font-size: 15px;
    line-height: 22px;
    margin-right: 50px
}

#quick-estimate .blue-box.flex-valign {
    height: 225px;
    justify-content: center
}

#quick-estimate .blue-box #yemp-header {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

#quick-estimate .blue-box #yemp-amount {
    color: #D7D744;
    font-size: 40px;
    font-weight: 600;
    transition: linear 500ms;
}

/* --------------- Census --------------- */
#census-success {

}

#census-success h2 {
    color: #D7D744;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
}

#census-success > div {
    width: 400px;
    margin: 0 auto
}

#whats-next h2 {
    font-size: 38px;
    line-height: 48px;
}

#whats-next > div > div {
    width: 500px;
    margin: 0 auto
}

#whats-next p {
    color: #555459
}

#whats-next a {
    background: #00529A;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    width: 360px;
}

/* --------------- Census Information --------------- */
#census-information {
    padding-top: 100px;
    padding-bottom: 100px;
}

#census-information .custom-text {
    color: #75777A
}

#census-information-form table > thead {
    background-color: #eef2fa
}

#census-information-form table > thead > tr > th {
    color: #75777A;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 500
}

#census-information-form table tbody tr:nth-child(even) {
    background-color: transparent
}

#census-information-form table > tbody,
#census-information-form table > tfoot {
    background: none;
    border: none
}

#census-information-form table .remove-employee > i {
    color: #75777A
}

#census-information-form table .remove-employee > i:hover {
    color: #00529A;
    cursor: pointer
}

#census-information-form table input {
    height: 50px
}

#census-information-form table input::-webkit-input-placeholder {
    color: #75777A;
}

#census-information-form table input::-moz-placeholder {
    color: #75777A;
}

#census-information-form table input:-ms-input-placeholder {
    color: #75777A;
}

#census-information-form table input:-moz-placeholder {
    color: #75777A;
}

#census-information-form #add-employee {
    color: #00529A;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    text-transform: uppercase;
    width: max-content
}

#census-information-form #add-employee:hover {
    color: #0099DC;
    cursor: pointer
}

#census-information-form input[type='submit'] {
    background: #00529A;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    width: 360px
}

#census-information-form input[type='submit']:hover {
    background: #0099DC;
}

/* --------------- Confirmation Census --------------- */
#confirmation-census {

}

#confirmation-census .full-height {
    height: calc(100vh - 112px)
}

#confirmation-census a {
    background: #00529A;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    width: 360px;
}

/* --------------- Carrier Template --------------- */
.fa.fa-info-circle.information {
    position: relative;
    color: #2986AE;
    margin-left: 3px;
}

.fa.fa-exclamation-circle {
    position: relative;
    color: #2986AE;
    margin-left: 3px;
}

.table {
    display: table;
    margin: 0 auto;
}

ul#horizontal-list {
    list-style: none;
    padding-top: 20px;
    margin: auto;

}

@media (min-width: 576px) and  (max-width: 1441.98px) {
    ul#horizontal-list {
        list-style: none;
        padding-top: 20px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-column-gap: 2em;

    }
}

ul#horizontal-list li {
    width: 350px;
    height: 500px;
    background-color: #FFFFFF;
    margin: auto;
    display: inline;
    border-radius: 3%;
}

.carrier-card-carousel {
    width: 400px;
    min-height: 500px;
    background-color: #FFFFFF;
    margin: auto;
    border-radius: 3%;
}

#mobile {
    display: none;
}

#desktop {
    display: table;
}

.swipe {
    display: none;

}

.arrow-margin {
    display: none;

}

ul#horizontal-list .carrier-card {
    max-width: 400px;
    min-height: 500px;
    background-color: #FFFFFF;
    margin: 35px 10px;
    display: inline-block;
    border-radius: 3%;
}

@media (min-width: 576px) and  (max-width: 1441.98px) {
    ul#horizontal-list .carrier-card {
        max-width: 400px;
        min-height: 500px;
        background-color: #FFFFFF;
        margin: 20px 3.5%;
        display: inline-block;
        border-radius: 3%;
    }
}

.carrier-card-logo {
    float: left;
    position: relative;
    top: 20px;
    left: 100px;
    max-width: 200px;
}

@media (min-width: 576px) and  (max-width: 1441.98px) {
    .carrier-card-logo {
        float: none;
        position: relative;
        top: 20px;
        left: 70px;

    }
}

.carrier-card-logo-carousel {
    /*float: left;*/
    position: relative;
    top: 20px;
    left: 100px;
    width: auto !important;
}

.plan-heading {
    display: inherit;
    background: #0099DC;
    width: 100%;
    height: auto;
    margin: 35px auto 5px auto;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

li.carrier-card:nth-child(1) .plan-heading::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #cd7f32;
    position: absolute;
    left: 0;

}

li.carrier-card:nth-child(2) .plan-heading::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #C0C0C0;
    position: absolute;
    left: 0;
}

li.carrier-card:nth-child(3) .plan-heading::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #FFD700;
    position: absolute;
    left: 0;


}

li.carrier-card:nth-child(4) .plan-heading::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #E5E4E2;
    position: absolute;
    left: 0;
}

.plan-heading h3 {
    color: #fff3d9;
}

table.rwd-table tbody td, table tbody th {
    padding: .2rem;
    height: 1.8em;
    font-size: .95rem;
}

.th-Adjust {
    height: 3.5em
}

.thA-Adjust {
    height: 3.2em
}

.column-1 {
    font-weight: 800;
}

.carrier-template .main-copy p {
    padding: 0
}

.carrier-template .medical-card-table {
    height: 420px;
    margin: 25px 0;
    overflow-y: scroll;
    background-color: #e6e6e6;
}

.carrier-template .tablepress .plan-footer {
    text-align: center;
}

.carrier-template .plans .row.pad {
    padding: .15rem
}

.carrier-template .tablepress-table-name {
    background: #0099DC;
    color: white;
    font-size: 31.2px;
    margin-bottom: 0;
    padding: .5rem 1rem;
    text-align: center
}

.carrier-template .tablepress-table-description {
    text-align: left;
    font-size: 0.9em;
    border-top: 2px dashed;
}

.carrier-template .tablepress thead th,
.carrier-template .tablepress tbody td {
    padding: .2rem .5rem;
}

.carrier-template .tablepress thead th {
    background-color: transparent;
    border-bottom: none;
    padding-top: 1rem;
    width: 50%
}

.carrier-template .tablepress thead,
.carrier-template .tablepress tbody,
.carrier-template .tablepress tfoot {
    border: none
}

.carrier-template table.tablepress thead th,
.carrier-template table.tablepress tbody tr,
.carrier-template table.tablepress tfoot th {
    background-color: #eeeeee
}

.carrier-template .tablepress tbody td,
.carrier-template .tablepress tfoot th {
    border-top: none
}

.downloadPlans {
    width: 100%;
    position: relative;
    transition: 500ms ease-in-out;
    border-radius: 1rem;

}

.forcedH1 {
    visibility: hidden;
}

.modern_form {
    width: 100%;
    height: 40px;
    margin-bottom: 3%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 1.68rem;
    line-height: 40px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #a4a0a0;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.modern_form:focus {
    border-bottom-color: rgba(244, 115, 32, 0.8);
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.modern_form:hover {
    border-bottom-color: rgba(244, 115, 32, 0.8);
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;

}

input {
    outline: none !important;

}

input:focus {
    outline: none !important;
}

select::-ms-expand {
    display: none;
}

/* --------------- Local Coverage --------------- */
.local-coverage header.local-coverage {
    background-position: center;
    background-color: #f47320;
}

#localCoverage {
    font-weight: 500;
    font-size: 1.08em;
    padding: 6px;
}

.pad-bot {
    padding-bottom: 36px;
}

#quote-Button {
    width: 100%;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.pad-bot-b {
    padding-bottom: 139px;
}

#occontainer {
    top: 286px !important;
}

#sdcontainer {
    top: 320px !important;
}

.local-coverage header .hero {
    background: rgba(0, 82, 156, .7);
    width: 35%;
}

@media only screen and (max-width: 62.5em) {
    .kfi header {
        background-image: url(../img/refreshed/knx.hero.image.png);
        height: 45vh;
        /*text-align: center;*/
        background-attachment: initial;
    }

    .local-coverage header .hero {
        background: #00529c;
        position: relative;
        width: 100%;
        background: #00529c;
    }

    .hero.centered {
        position: relative;
        top: 0%;
        width: 100%;
        padding-top: 0;
        margin-top: 0rem;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
        background: #00529c;
    }

    .lctn {
        display: block;
        margin: auto !important;
    }

    .why-calchoice header {
        min-height: 90vh;
        background-size: cover;
        background-repeat: repeat-x;
        background-position-y: 0;
        background-position-x: 20%;
    }

    .calidiff header {
        min-height: 85vh;
    }
}

.calidiff header {
    min-height: 75vh;
}

@media only screen and (max-width: 80em) {
    /* CSS rules here */
    .index header .header-container {
        min-height: 85vh !important;
        position: relative;
        overflow: hidden;
    }

    .calidiff header {
        min-height: 85vh;
    }

    .front-page-banner {
        padding: 1em !important;
        top: 25% !important;
    }

    .front-page-banner.spanish {
        padding: 1em !important;
        top: 33% !important;
    }

    .why-calchoice header {
        background-image: url("../img/refreshed/MCC.Image.3864x2576.Why.CalChoice.jpg") !important;
        min-height: 85vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .all-blogs header {
        background-image: url("../img/refreshed/hero-cobrand.jpg");
        min-height: 85vh;
    }

    .videos header {
        background-image: url("../img/refreshed/PV.jpg");
        min-height: 85vh;
        background-position-y: 95%;
    }

    .category header {
        background-image: url("../img/bg-hero-blogs.png");
    }

    .who-we-are header {
        background-image: url("../img/refreshed/bikes.jpg") !important;
        min-height: 85vh;
        background-position-y: 70%;

    }

    .text-white.hero-t.text-left.big-text {
        font-size: .75em !important;
    }

}

@media only screen and (max-width: 40em) {
    header {
        background-position: center !important;
        min-height: 35vh !important;
    }

    .index header .header-container {

        min-height: 40vh !important;
        max-height: 40vh !important;
    }
}

.local-coverage header.local-coverage.bg-central-coast {
    background-image: url(../img/refreshed/iStock-185061632.jpg);
}

section.header.find-a-broker {
    background-image: url("../img/refreshed/MCC.030922.3864x2576.Finding.A.Broker..jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.local-coverage header.local-coverage.bg-inland-empire {
    background-image: url(../img/refreshed/IE-min.jpg);
}

.local-coverage header.local-coverage.bg-los-angeles-county {
    background-image: url(../img/refreshed/LA-min.jpg);
}

.local-coverage header.local-coverage.bg-northern-california {
    background-image: url(../img/refreshed/NorCal-min.jpg);
}

.local-coverage header.local-coverage.bg-orange-county {
    background-image: url(../img/refreshed/OC-min.jpg);
}

.local-coverage header.local-coverage.bg-san-diego {
    background-image: url(../img/refreshed/SD-min.jpg);
}

.local-coverage .local-coverage-form input {
    /*-webkit-box-shadow: 0 0 0 0;*/
    /*-khtml-box-shadow: 0 0 0 0;*/
    /*-moz-box-shadow: 0 0 0 0;*/
    /*-ms-box-shadow: 0 0 0 0;*/
    /*-o-box-shadow: 0 0 0 0;*/
    /*box-shadow: 0 0 0 0;*/
    /*width: 100%;*/
    /*height: 30px;*/
    /*margin-bottom: 5%;*/
    /*padding:0;*/
    /*background:transparent;*/
    /*font-size: 1.28rem;*/
    /*line-height: 0;*/
    /*border:0;*/
    /*border-bottom: 2px solid#bdbdbd;*/
    /*transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
    /*-webkit-tap-highlight-color: transparent;*/
    /*border-bottom: 2px solid#bdbdbd;*/
    /*transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
}

.local-coverage .local-coverage-form input:focus {
    border-bottom-color: rgba(244, 115, 32, 0.8);
}

::placeholder {
    color: #3c3c3c;
    opacity: 1;
}

.local-coverage .local-coverage-form .formsubmitbutton .button {
    background: #f47320;
    width: 40%;
    color: white;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 1rem 1rem;
    white-space: nowrap;
}

@media only screen and (min-width: 35.5em) {
    .local-coverage .local-coverage-form .formsubmitbutton .button {
        padding: 1rem 3rem;
    }
}

.local-coverage .local-coverage-form .formsubmitbutton .button:hover {
    color: white;
    background: #d65a0b;
}

.local-coverage .networks-hospitals .columns {
    padding-left: 0;
    padding-right: 0;
}

.form-div .medium-2.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
}

.form-div .medium-2.radio-cont {
    display: flex;
    align-items: center;
}

.form-div .medium-2 input[type="radio"] {
    margin-bottom: 0;
}

.form-div .medium-2 [type="radio"] + label {
    margin-top: 0;
    color: white;
}

.local-coverage .networks-hospitals .content-wrap {
    margin: 2px;
    background: #0099DC;
    padding: .5rem;
    padding-top: 0;
    text-align: center;
    min-height: 650px;
}

.local-coverage .networks-hospitals .content-wrap img {
    margin-bottom: 2rem;
    width: 80px;
    height: auto;
}

.local-coverage .networks-hospitals .content-wrap .content {
    color: white;
    width: 100%;
    padding: 1rem;
}

.local-coverage .networks-hospitals .content-wrap .content ul {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    display: inline-block;
}

.local-coverage .networks-hospitals .content-wrap .content ul li {
    color: white;
    list-style: disc;
    text-align: left;
}

.local-coverage .networks-hospitals .content-wrap .content p {
    color: white;
    text-align: center;
}

.local-coverage img.icon-img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.local-coverage .dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2001;
    text-align: center;
    padding: 1rem;
    display: none;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ef6910;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.local-coverage .dialog.select-location .content {
    height: 18rem;
    width: 20rem;
    overflow: hidden;
}

.local-coverage .dialog.select-location .content ul {
    padding: 0;
    margin: 0;
}

.local-coverage .dialog.select-location .content ul li {
    list-style: none;
    height: 3rem;
    border-bottom: 1px solid #eee;
}

.local-coverage .dialog.select-location .content ul li a {
    display: block;
    line-height: 3rem;
}

.local-coverage .dialog.select-location .content ul li a:hover {
    background: #0099DC;
    color: white;
}

.local-coverage .dialog.select-location .content ul li:last-child {
    border-bottom: none;
}

.local-coverage .dialog .content {
    width: 100%;
    height: 100%;
    background: white;
    -webkit-border-radius: 1.6rem;
    -khtml-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    border-radius: 1.6rem;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lctn {
    background-color: transparent;
    color: white;
    font-size: 1.3em;
    border-bottom: 3px white solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: auto;
    padding: initial;
    transition: linear 600ms;
}

select .lctn::after {
    content: 'Hello There';
    color: #fff3d9;
    position: absolute;
    left: 20px;
    font-size: 10px;
}

select .lctn::before {
    content: 'Hello There';
    color: #fff3d9;
    position: absolute;
    left: 20px;
    font-size: 10px;
}

#arrow-box {
    padding: 0 9em;
    margin-bottom: 30px;
    color: #00529C !important;
}

.option {

}

.selectorToBlack {
    color: black !important;
}

.footnote {
    color: #0089cb
}

.footnoteText {
    font-size: .999em !important;
    color: #3c3c3c;
    text-align: left;
    margin: 15px 0
}

.footnoteHolder {
    width: 75%;
    height: 180px;
    background: transparent;
    margin: auto;
    overflow-y: scroll
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: #00529a;
    color: #fff;
    cursor: pointer;
    border: 0
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: .7s
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    margin-left: -200px;
    margin-top: -150px;
    background: #eff5f9;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(45px);
    overflow: scroll
}

.active {
    visibility: visible;
    opacity: 1
}

.active + .modal {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.footnoteModal {
    width: 90%;
    position: relative;
    left: 40px
}

.activeText {
    background-color: #dee2e8
}

.oop {
    color: #0d86bf !important
}

.activeText:before {
    height: 0;
    width: 0;
    border-top: 5.5px solid #c00;
    border-bottom: 4px solid #c00;
    border-left: 5.5px solid #c00;
    content: "";
    position: relative;
    left: -8px;
    top: 6px
}

.highlight {
    background-color: #e7040f
}

.hover-foot {
    display: none
}

.hover-foot:hover {
    display: block
}

.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a10, .a11, .a12, .a13, .a113, .t {
    display: none
}

.visi {
    transition: ease-in all 800ms;
    display: block !important
}

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 50%;
    position: relative;
    background: #0199dc;;
    color: #fff;
    text-align: center;
    padding: 1em 2em; /* Adjust to suit */
    margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.ribbon .faq {
    width: 80%;
}

.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #0188c1;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #0188c1 transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

/* --------------- Geoupdate --------------- */
.video-box-content iframe {
    width: 100%;
    margin-top: 118px;
}

#map-svg-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

#map-svg-container .badge-container > .badge-location > h1 {
    white-space: nowrap;
    text-transform: none
}

#map-svg-container svg#map polyline, #map-svg-container svg#map polygon, #map-svg-container svg#map path {
    stroke: white;
    stroke-width: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
}

#map-svg-container svg#map polyline.active, #map-svg-container svg#map polygon.active, #map-svg-container svg#map path.active {
    fill: #f47320;
}

#map-svg-container svg#map polyline.active:hover, #map-svg-container svg#map polygon.active:hover, #map-svg-container svg#map path.active:hover {
    fill: #f47320;
}

#map-svg-container svg#map polyline::after, #map-svg-container svg#map polygon::after, #map-svg-container svg#map path::after {
    content: '';
    border: 2px solid black;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    position: absolute;
}

#map-svg-container svg#map polyline:hover, #map-svg-container svg#map polygon:hover, #map-svg-container svg#map path:hover {
    fill: #ccc;
}

#map-svg-container .badge-container > .badge-location {
    background: #00529C;
    color: white;
    position: absolute;
    top: -8rem;
    padding: .5rem 1rem;
}

#map-svg-container .badge-container > .badge-location:after {
    content: '';
    border-top: 1.5rem solid #00529C;
    border-right: .75rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 0.75rem solid #00529C;
    position: absolute;
    left: 0;
    bottom: -3rem;
}

#map-svg-container .badge-container > .badge-location > h1 {
    line-height: 2rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#map-svg-container .badge-container > .badge-location > a {
    color: white;
    white-space: nowrap;
    font-size: 18px;
}

#map-svg-container .map {
    display: inline-block;
    display: none;
}

@media only screen and (min-width: 40em) {
    #map-svg-container .map {
        display: inline-block;
    }
}

#map-svg-container .controls {
    display: inline-block;
    vertical-align: top;
}

#map-svg-container .controls ul {
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 40em) {
    #map-svg-container .controls ul {
        text-align: left;
    }
}

#map-svg-container .controls ul::after {
    position: absolute;
    height: 0;
    width: 0;
    content: '';
    border: .5rem solid transparent;
    border-top-color: #f47320;
    border-left-color: #f47320;
    bottom: -1rem;
    left: 0;
    display: none;
}

@media only screen and (min-width: 40em) {
    #map-svg-container .controls ul::after {
        display: block;
    }
}

#map-svg-container .controls ul li {
    display: block;
    list-style: none;
    height: auto;
    overflow: hidden;
}

@media only screen and (min-width: 40em) {
    #map-svg-container .controls ul li {
        height: 0;
    }
}

#map-svg-container .controls ul li a {
    display: inline-block;
    background: #ddd;
    line-height: 2.4rem;
    font-size: 1.4rem;
    padding: .25rem 1rem;
    margin: .2rem 0;
    color: white;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    position: relative;
}

@media only screen and (min-width: 40em) {
    #map-svg-container .controls ul li a {
        margin: 0;
        padding: .5rem 1rem;
    }
}

#map-svg-container .controls ul li.active {
    height: auto;
}

#map-svg-container .controls ul li.active a {
    background: #f47320;
    color: white;
}

#health-plans {
    background: #eee;
    padding-bottom: 0
}

.spanPlus {
    display: block;
    float: right;
    position: relative;

    bottom: 45px;
}

.form_highlight:focus {
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

#brokers-in-your-area {
    background: #00529b;
    margin-bottom: 0;
    padding-bottom: 50px;
}

#brokers-in-your-area .county,
#brokers-in-your-area .loading-content {
    display: none
}

.view-all-brokers-btn {
    background: #f47320;
}

.view-all-brokers-btn:hover {
    background: #de6e1f;
}

.quicky_a {
    position: relative;
    left: 45%;
}

.custom-post {
    font-size: 2em;
}

/* --------------- Who We Are -------------------*/
.timeline-B ul {
    /*Container Color*/
    background-color: transparent;
}

.timeline-B ul li {
    /*Middle Line*/
    list-style: none;
    width: 8px;
    background: #e0e0e0;
    margin: 0 auto;
}

.timeline-B ul li::after {
    /*Li ball elements at the bottom*/
    content: '';
    position: absolute;
    left: 50.5%;
    /*bottom: 0;*/
    transform: translateX(-50%) translateY(-85%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.timeline-B ul li div {
    /*TimeLine Content Container*/
    position: relative;
    bottom: 0;
    padding: 15px;
    background: #ffffff;
    width: 400px;
    font-size: 1.1em;
    font-weight: 400;
    border-radius: 1em;
    line-height: 1.5;
    /*border: #f47320 solid*/
}

.timeline-B ul li div::before {
    /*Arrows*/
    content: '';
    position: absolute;
    bottom: 11px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-B ul li:nth-child(odd) div {
    left: 45px;
}

.timeline-B ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.timeline-B ul li:nth-child(even) div {
    left: -439px;
}

.timeline-B ul li:nth-child(even) div:before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #FFFFFF;
}

time {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.5em;
    color: #00529C;

}

.timeline-B ul li::after {
    transition: background .5s ease-in-out;
}

.timeline-B ul li.in-view::after {
    background: #00529C;
}

.timeline-B ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline-B ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline-B ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline-B ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .timeline-B ul li div {
        width: 250px;
    }

    .timeline-B ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline-B ul li {
        margin-left: 20px;
    }

    .timeline-B ul li div {
        width: calc(100vw - 91px);
    }

    .timeline-B ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline-B ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #00529C transparent transparent;
    }

    .timeline-B ul li::after {
        left: 51.3%;
    }
}

@media screen and (max-width: 590px) {
    .timeline-B ul li {
        margin-left: 8px;
    }

    .timeline-B ul li div {
        width: calc(80vw - 91px);
        margin-bottom: 20px;
    }

    .timeline-B ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline-B ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #fff transparent transparent;
    }

    .timeline-B ul li::after {
        left: 12.3%;
        transform: translateY(-166%);
    }
}

/* --------------- Simple Footer --------------- */
#simple-footer {
    padding: 1em 0
}

#simple-footer p {
    font-size: 14px
}

#simple-footer .quote-num {
    display: flex;
    align-items: center;
    float: right;
}

#simple-footer .quote-num > .phone-icon {
    margin-right: 20px
}

/* --------------- Media Queries --------------- */
/* min-width: 1024px */
@media screen and (min-width: 64em) {
    .owl-carousel.quote-carousel .owl-dots {
        position: absolute;
        right: -40px;
        top: 50%;
        transform: rotate(90deg);
    }
}

/* max-width: 1023px */
@media screen and (max-width: 63em) {
    .carousel-container.full-height {
        height: calc(100vh - 46px)
    }

    .for-container.full-height {
        height: auto
    }

    .owl-carousel.quote-carousel {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .owl-carousel.quote-carousel .owl-dots {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .quote-carousel .item > .item-container {
        text-align: center
    }

    .bg-quote-estimator-form.full-height {
        height: 75vh
    }

    #quick-estimate .blue-box {
        width: 50%
    }

    #census-information-form table {
        width: 950px
    }
}

@media screen and (min-width: 992px) {
    #quick-estimate > .container {
        margin: auto;
        width: 900px
    }

}

@media screen and (min-width: 768px) {
    #quote-estimator-home #message {
        width: 700px
    }

}

@media screen and (max-width: 767px) {
    #quick-estimate {
        padding-top: 75px;
        padding-bottom: 75px
    }

    #quick-estimate .blue-box {
        width: auto;
    }

    #whats-next > div > div {
        width: auto;
        margin: 20px 0
    }

    #whats-next a {
        width: 100%;
    }
}

/* max-width: 624px */
@media screen and (max-width: 39em) {
    .action-btn,
    .carousel-container .quote-carousel a.learn-more {
        font-size: 16px;
        width: 200px;
        min-width: fit-content;
        margin-bottom: 0;
        padding: .8em .9em
    }

    #simple-footer p {
        text-align: center
    }

    #simple-footer .quote-num {
        justify-content: center;
        float: none;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 600px) {
    .custom-header,
    .carousel-container .quote-carousel h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 24px;
    }

    #quick-estimate {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .bg-quote-estimator-form.full-height {
        height: 50vh
    }

    .carrier-card-logo {
        left: 37px;
    }

    ul#horizontal-list .carrier-card {
        width: 287px;
    }

    .carrier-card-logo-carousel {
        /*float: left;*/
        position: relative;
        top: 20px;
        left: 50px;
        width: auto !important;
        max-width: 80%;
    }

    .carrier-card-carousel {
        width: 300px;
        max-height: 600px;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .swipe {
        display: block;
        text-align: center;
        margin: 15px auto;
        font-size: 1.1em;
        color: #0099DC;
    }

    .swipetext:before {
        content: '';
    }

    .arrow-margin {
        display: inline-block;
        margin: 0 17px;
    }
}

@media screen and (max-width: 447px) {
    .custom-header,
    .carousel-container .quote-carousel h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .custom-text,
    #quote-estimator-home #message > p {
        font-size: 18px;
        line-height: 26px;
    }

    #quick-estimate {
        padding-top: 25px;
        padding-bottom: 25px
    }

    #quick-estimate .slider-wrapper + p {
        margin-right: auto
    }

    #census-success > div {
        width: auto;
        margin: 0 20px
    }

    #confirmation-census a {
        width: 100%
    }
}

@media screen and (max-width: 375px) {
    .custom-header,
    .carousel-container .quote-carousel h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 320px) {
    .custom-header,
    .carousel-container .quote-carousel h2 {
        font-size: 21px;
        line-height: 28px;
    }
}

@media screen and (min-width: 300px) and (max-width: 390px) {
    ul#horizontal-list {
        padding-top: 20px;
        padding-left: 5%;
        margin: auto;
    }
}

@media screen and (min-width: 391px) and (max-width: 560px) {
    ul#horizontal-list {
        padding-top: 20px;
        padding-left: 10%;
        margin: auto;
    }
}

@media screen and (min-width: 561px) and (max-width: 900px) {
    ul#horizontal-list {
        padding-top: 20px;
        padding-left: 20%;
        margin: auto;
    }
}

.bf-content-offer {
    background-color: #00529b;
    border: 2px solid #b8b8b8;
    margin-bottom: 2rem;
    overflow: hidden;
    min-height: 380px;
    width: 100%;
    height: 380px;
}

.bf-content-offer #bcfoCta {
    padding: 2em;
}

.bf-content-offer #bfcoIntro {
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.bf-content-offer #bcfoCta h4 {
    line-height: 22px;
    margin: 0;
}

.bf-content-offer #bfcoItem {
    color: #FFFFFF;
    font-size: 1.3rem;
    text-transform: initial;
    text-align: center;
}

.bf-content-offer #bcfoCta p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.bf-content-offer #bfcoBtn {
    background-color: transparent;
    border: 3px #fff solid;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 0.95rem 2.9rem;
    text-transform: uppercase;
    margin: 58px auto;
}

.bf-content-offer #bfcoImgWrap {
    background-color: #0098d6;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;

}

.bf-content-offer #bfcoImgWrap img {
    max-width: 76%;
    margin: 0.5rem auto 0.5rem 10%;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}

.bf-content-offer #bfcoImgWrap img.different {
    max-width: 70%;
}

.modalM {
    position: fixed;
    top: 35%;
    left: 30%;
    width: AUTO;
    height: 565px;
    margin-left: -200px;
    margin-top: -150px;
    background: #eff5f9;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-out;
    transform: translateY(45px);

}

.bf-content-offerM {
    background-color: #00529b;
    border: 2px solid #b8b8b8;
    margin-bottom: 2rem;
    overflow: hidden;
    min-height: 380px;
    width: 100%;
    height: 565px;
}

.transition-fade {
    transition: .4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

.typedHeading {
    color: #00529C;
    font-size: 2em;
    font-weight: 400px;
    margin-bottom: 40px;
}

.typeHeadingContainer {
    margin-bottom: 40px;
}

.typed-cursor {
    opacity: 1;
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

.typed-fade-out {
    opacity: 0;
    transition: opacity .25s;
    -webkit-animation: 0;
    animation: 0;
}

.round.greens {
    background-color: #0F9E5E;
    transition: ease-in-out 300ms;
}

.round {
    transition: ease-in-out 300ms;
}

.featured-post-container {
    padding: 1em;
}

.featured-post-container h2 {
    text-align: left;
}

.featured-post-container p {
    text-align: left;
    padding: 0;
    font-size: 1.23em;
    line-height: 1.35;
}

.featured-post-container li {
    font-size: 1.13em;
    line-height: 1.35;
    margin: .5em 0;
}

.featured-post-container ul {
    padding-left: 1em;
}

.landingpage header.v2 {
    background-image: url(../img/mycalchoice.joshua.tree.hero.jpg);
    position: relative;
}

.landingpage header.v2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(45, 45, 45, 0.05);
    left: 0;
}

.top-bar .logo.broker {
    background-image: url(../img/logos/CalChoice.png);
}

#website {
    display: none;
}

.anniversary-banner {
    position: absolute;
    right: 0;
    width: 100%;
}

.anniversary-banner img {
    right: 0;
    position: absolute;
    max-width: 20%;
    top: 115px;
}

.carrier-logos-box img {
    max-width: 175px;
    max-height: 60px;
    width: 100%;
    margin: .5em 1.5em;;
}

@media only screen and (max-width: 900px) {
    /* CSS rules here */
    .carrier-logos-box img {
        max-width: 125px !important;
        max-height: 60px;
        width: 100%;
        margin: .5em 0.5em;
    }

    .carrier-logos-box a {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    /* CSS rules here */
    .carrier-logos-box img {
        max-width: 125px !important;
        max-height: 60px;
        width: 100%;
        margin: .5em 0.5em;
    }

    .carrier-logos-box a {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    /* CSS rules here */
    .carrier-logos-box img {
        max-width: 100px !important;
        max-height: 60px;
        width: 100%;
        margin: .5em 0.5em;
    }

    .carrier-logos-box a {
        margin: 0px !important;
    }
}

.carrier-logos-box.ignore img {
    max-width: 100%;
}

.landingpage.spanish header {
    background-image: url('http://www.mycalchoice.com/wp-content/uploads/2022/05/Hero.Video_.Family.Sitting.On_.Rocks_.FinalB.jpg');
    height: 550px;
    text-align: center;
    background-attachment: initial;
    background-position: center;
    background-position-y: 30px;
    background-repeat: no-repeat;
}

.shadow-5 p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5
}

#yes {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 12px;
    width: 12px;
}

#no {
    position: absolute;
    right: 50px;
    top: 20px;
    height: 12px;
    width: 12px;
}

#yes-label {
    position: absolute;
    right: 20px;
    top: -20px;
}

#no-label {
    position: absolute;
    right: 10px;
    top: 0px;
}

#search-results-banner {
    background-image: url("../img/bg-hero-blogs.png");
    padding: 1em;
}

.carrier-template .hero {
    background: rgba(0, 82, 156, .7);
    width: 20%;
    padding: 2em;
}

@media only screen and (max-width: 120em) {
    .carrier-template .hero {
        width: 30%;
    }
}

@media only screen and (max-width: 80em) {
    .carrier-template .hero {
        width: 40%;
    }
}

@media only screen and (max-width: 60em) {
    .carrier-template .hero {
        display: none;
    }
}

/*Webp Converted Images*/
.index header {
    background-image: url(../img/refreshed/Image.Template.3864x2576.Home.jpg);
!important;
    /*background-position: bottom;*/
}

@media only screen and (max-width: 70em) {
    .index header {
        background-image: url(../img/refreshed/Image.Template.3864x2576.Home.jpg);
    !important;
        background-repeat: no-repeat;
    }
}

.index header.anthem {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Anthem.jpg);
!important;
    background-position: bottom;
}

.index header.cigna-oscar {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Cigna.jpg);
!important;
    background-position: bottom;
}

.index header.health-net {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Health.Net.jpg);
!important;
    background-position: bottom;
}

.index header.kaiser {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Kaiser.jpg);
!important;
    background-position: bottom;
}

.index header.sharp {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Sharp.jpg);
!important;
    background-position: bottom;
}

.index header.sutter {
    background-image: url(../img/refreshed/Image.Template.3864x2576.Sutter.jpg);
!important;
}

.index header.unitedhealthcare {
    background-image: url(../img/refreshed/Image.Template.3864x2576.Why.UHC.jpg);
!important;
}

.index header.western-health {
    background-image: url(../img/refreshed/Image.Template.3864x2576.WHA.jpg);
!important;
}

.home-features {
    background: #f47320 !important;
}

.who-we-are header {
    background-image: url(../img/bg-hero-who-we-are.webp);
}

.who-we-are header.calidiff {
    background-image: url(../img/Stocksy_txp3fa0143a4XE300_Large_976644.jpg);
}

.carrier-logos-wrap .carrier-logos-box {
    white-space: initial;
    padding: 0;
    padding-bottom: 2.5rem;
    width: 100%;
    display: block;
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (max-width: 75em) {
    /* CSS rules here */
    .carrier-logos-wrap .carrier-logos-box {
        white-space: initial;
        padding: 0;
        padding-bottom: 2.5rem;
        width: 100%;
        grid-template-columns: 1fr;
        grid-row-gap: 2em;
        align-items: center;
        justify-content: center;
    }
}

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

.carrier-grid-logo {
    display: grid;
    grid-template-columns: repeat(4, 210px);
    justify-content: center;
    margin-top: 2em;
    width: 100%;
    position: relative;
}

.carrier-grid-logo.reduced {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    justify-content: center;
    width: 100%;
    position: relative;
}

.carrier-grid-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrier-grid-logo-item a img {
    width: 100%;
}

@media only screen and (max-width: 75em) {
    /* CSS rules here */
    .carrier-grid-logo {
        display: grid;
        grid-template-columns: repeat(4, 190px);
        justify-content: center;
        margin-top: 2em;
        grid-row-gap: 2em;
    }

    .carrier-grid-logo.reduced {
        display: grid;
        grid-template-columns: repeat(4, 180px);
        justify-content: center;
    }

    .carrier-grid-logo-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.split-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1em;
}

.grid-banner {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}

@media only screen and (max-width: 62.5em) {
    .landingpagecontacttext {
        float: none;
        color: #ed7122;
        margin-top: 40px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
    }

    /* CSS rules here */
    .carrier-grid-logo {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        margin-top: 2em;
        grid-row-gap: 2em;
    }

    .carrier-grid-logo.reduced {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }

    .carrier-grid-logo-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grid-banner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .split-col {
        display: grid;
        grid-template-columns:1fr;
        padding: 1em;
    }

}

@media only screen and (max-width: 57em) {
    .landingpagecontacttext {
        display: none !important;
    }
}

@media only screen and (max-width: 70em) {


}

.countdown-container {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: start;
    justify-items: start;
}

.countdown-container .round {
    height: 75px;
    width: 75px;
    background-color: #f47321;
    font-size: 2em;
}

.img-text-combo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-text-combo img {
    max-width: 91px;
}

.main-copy.spanish {
    padding: 1em 0 !important;
}

@media only screen and (max-width: 60em) {
    .form-backdrop {
        background: none !important;
    }

    .countdown-container {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
    }

    .countdown-container .round {
        height: 100px;
        width: 100px;
        background-color: #f47321;
        font-size: 3em;
        margin: auto;
    }

    .img-text-combo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .img-text-combo img {
        max-width: 91px;
    }

    .secondchild {
        padding-top: 35px !important;
        text-align: center;
    }

    .firstchild {
        padding-top: 35px !important;
        text-align: center;
        padding-bottom: 3em !important;
    }

    .roundimages div {
        width: 180px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 1em 0;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .spanish-form {
        margin: auto;
    }
}

@media only screen and (max-width: 1565px) {

    .formdiv.top {
        width: 75% !important;
        height: auto;
        float: left;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1375px) {
    .spanish-form {
        max-width: 350px !important;
        margin: auto;
    }

    .formdiv.top {
        width: 75% !important;
        height: auto;
        float: left;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    form label {
        font-weight: 700;
        margin-top: 1em;
    }

    .form-div .toptext p {
        font-size: 17px !important;
        padding: 0;
        line-height: 1.35em !important;
        color: #fff;
        margin-bottom: 20px;
    }

    .button {
        font-size: 1.2em !important;
    }

    [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 2.3375rem;
        padding: 0.5rem;
        border: 1px solid #cacaca;
        margin: 0 0 1rem;
        font-family: inherit;
        font-size: .9rem;
        color: #0a0a0a;
        background-color: #fefefe;
        box-shadow: inset 0 1px 2px hsl(0deg 0% 4% / 10%);
        border-radius: 0;
        transition: box-shadow .5s, border-color .25s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .front-page-banner {
        padding: 1em !important;
        top: 33% !important;
    }

    .form-div {
        padding: 10px 20px !important;
    }
}

@media only screen and (max-width: 50em) {
    .spanish-form {
        max-width: 360px !important;
        margin: auto;
    }
}

@media only screen and (max-width: 1090px) {

    .formdiv.top {
        width: 70% !important;
        height: auto;
        float: left;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 980px) {

    .formdiv.top {
        width: 100% !important;
        height: auto;
        float: left;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.honeypotter:hover {
    background-color: #c96d32 !important;
    border-color: #c96d32 !important;
}

.bullet-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: 1.75em auto;
}

.bullet-list ul {
    text-align: left;
}

.bullet-list li {
    list-style: none;
    font-size: 1.5em;
}

.text-fix {
    font-size: 1.35em !important;
    padding: 0 !important;
}

.broker-popup .content .left-pane .image-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

@media only screen and (max-width: 81.25em) {
    .bullet-list li {
        list-style: none;
        font-size: 1em;
    }
}

@media only screen and (max-width: 660px) {
    .bullet-list {
        grid-template-columns: 1fr;
    }

    .badges {
        display: flex;
        justify-content: start !important;
        flex-wrap: wrap !important;
    }

    .flex-mobile {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 980px) {
    .mobile-grid {
        display: grid;
    }

    .round {
        margin: auto !important
    }

    .flex-mobile {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1500px) {

    .broker-popup .content {
        width: 50% !important;
        height: 50% !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 75em) {
    /* CSS rules here */
    .expanded-sec {
        min-height: 450px;
    }
}

@media only screen and (max-width: 37.5em) {
    /* CSS rules here */
    .expanded-sec {
        min-height: 600px;
    }
}

@media only screen and (max-width: 34em) {
    /* CSS rules here */
    .expanded-sec {
        min-height: 650px;
    }
}
@media only screen and (max-width: 540px) {
    /* CSS rules here */
    .expanded-sec {
        min-height: 440px;
    }
    header{
        min-height: 10em !important;
    }
}

.gift-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 1.5em;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

@media only screen and (max-width: 1140px) {
    .gift-layout {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
}
.gift-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: center;
    justify-self: center;
}
.gift-item img {
    margin: auto !important;
    max-width: 215px;
}
@media only screen and (max-width: 800px) {
    .gift-layout {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 1.5em;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 1em;
    }
    .gift-item img {
        margin: auto !important;
        max-width: 215px !important;
    }
}
@media only screen and (max-width: 630px) {
    .gift-layout {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1.5em;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 1em;
    }
    .gift-item img {
        margin: auto !important;
        max-width: 150px !important;
    }
}
.gift-item p {
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 !important;
}

.gift-desc {
    padding: 0;
    text-align: center;
}

.gift-row {
    padding: 0em 1em;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
