.inner-pages-bnr .breadcumb li + li::before {
    color: rgba(255, 255, 255, .72);
    content: "-";
    margin: 0 7px;
}

.alkamak-quote-heading {
    max-width: 900px;
}

.alkamak-quote-heading .alkamak-form-eyebrow {
    font-size: 15px;
}

.alkamak-quote-heading h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.16;
}

.alkamak-quote-heading p {
    font-size: 18px;
    line-height: 1.75;
}

.alkamak-contact-layout {
    grid-template-columns: minmax(390px, 440px) minmax(0, 1fr);
}

.alkamak-contact-aside {
    padding: 56px 52px;
}

.alkamak-contact-aside h2 {
    font-size: 39px;
    line-height: 1.22;
}

.alkamak-contact-aside p {
    font-size: 17px;
}

.alkamak-contact-aside li {
    font-size: 15px;
    padding: 21px 0;
}

.alkamak-contact-page .alkamak-submit {
    display: flex;
    margin-left: auto;
    width: max-content;
}

.alkamak-quote-page .choices {
    margin: 0;
}

.alkamak-quote-page .choices select[data-choice] {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

.alkamak-quote-page .choices[data-type*="select-one"]::after {
    border: 0;
    color: #56616a;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    height: auto;
    line-height: 1;
    margin: -8px 0 0;
    right: 17px;
    transform: none;
    transition: transform .18s ease;
    width: auto;
}

.alkamak-quote-page .choices[data-type*="select-one"].is-open::after {
    margin-top: -8px;
    transform: rotate(180deg);
}

.alkamak-quote-page .choices[data-type*="select-one"].is-disabled::after {
    opacity: .55;
}

.alkamak-quote-page .choices__inner {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #dbe0e4;
    border-radius: 4px;
    display: flex;
    font-size: 15px;
    min-height: 50px;
    padding: 8px 42px 8px 14px;
}

.alkamak-quote-page .is-focused .choices__inner,
.alkamak-quote-page .is-open .choices__inner {
    border-color: #14a3a0;
    box-shadow: 0 0 0 3px rgba(20, 163, 160, .12);
}

.alkamak-quote-page .choices__list--dropdown,
.alkamak-quote-page .choices__list[aria-expanded] {
    border: 1px solid #dbe0e4;
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .14);
    margin-top: 6px;
    z-index: 20;
}

.alkamak-quote-page .choices__input {
    background: #fff;
    border: 1px solid #dbe0e4;
    border-radius: 3px;
    font-size: 14px;
    margin: 10px;
    padding: 10px 12px;
    width: calc(100% - 20px);
}

.alkamak-quote-page .choices__item--choice {
    font-size: 14px;
    padding: 12px 14px;
}

.alkamak-quote-page .choices__item--choice.is-highlighted {
    background: #eaf7f6;
    color: #0c706d;
}

.alkamak-quote-page .choices.is-disabled .choices__inner {
    background: #eef1f3;
    opacity: .7;
}

.alkamak-quote-page [data-contact-step] {
    scroll-margin-top: 120px;
}

.alkamak-form-feedback {
    box-sizing: border-box;
    display: block;
    opacity: 1;
    padding-right: 64px;
    position: relative;
    transition: opacity .22s ease, transform .22s ease;
    width: 100%;
}

.alkamak-form-feedback[hidden] {
    display: none;
}

.alkamak-form-feedback__message {
    display: block;
    line-height: 1.55;
}

.alkamak-form-feedback__close {
    align-items: center;
    background: rgba(255, 255, 255, .62);
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
    display: inline-flex;
    font-size: 12px;
    height: 32px;
    justify-content: center;
    opacity: .58;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
    width: 32px;
}

.alkamak-form-feedback__close:hover,
.alkamak-form-feedback__close:focus-visible {
    background: #fff;
    opacity: 1;
    outline: 0;
    transform: translateY(-50%) scale(1.06);
}

.alkamak-form-feedback.is-dismissing {
    opacity: 0;
    transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
    .alkamak-form-feedback {
        transition: none;
    }
}

@media (max-width: 991px) {
    .alkamak-contact-layout {
        grid-template-columns: minmax(310px, 370px) minmax(0, 1fr);
    }

    .alkamak-contact-aside {
        padding: 42px 34px;
    }
}

@media (max-width: 767px) {
    .alkamak-quote-heading .alkamak-form-eyebrow {
        font-size: 13px;
    }

    .alkamak-quote-heading h2 {
        font-size: 34px;
    }

    .alkamak-quote-heading p {
        font-size: 16px;
    }

    .alkamak-contact-layout {
        grid-template-columns: 1fr;
    }

    .alkamak-contact-aside {
        padding: 38px 28px;
    }

    .alkamak-contact-aside h2 {
        font-size: 32px;
    }
}
