.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul, .stricky-header .main-menu__list > li > ul, .stricky-header .main-menu__list > li > ul > li > ul {
    min-width: 355px;
}

.main-header-six__top-inner {
    justify-content: end;
}

.footer-widget-four__services-list li::before {
    top: 11px;
    left: -15px;
}

.main-menu-six__logo-box:before, .main-menu-six__logo {
    background-color: var(--insur-gray2);
}

.get-insuracne-three__right {
    background-color: var(--insur-gray);
}

.insurance-details__need-help-icon span {
    color: var(--insur-black);
}

/*.feature-one__icon { background-image: -webkit-linear-gradient(90deg, rgb(255 73 74) 0%, rgb(102 55 55) 100%); }
.feature-one__single:hover .feature-one__icon { background-image: -webkit-linear-gradient(90deg, rgb(255 73 74) 0%, rgb(102 55 55) 100%); }*/
.feature-one__icon {
    background-image: -webkit-linear-gradient(90deg, rgb(255 73 74) 0%, rgb(102 55 55) 100%);
}

.feature-one__single:hover .feature-one__icon {
    background-image: -webkit-linear-gradient(90deg, rgb(255 73 74) 0%, rgb(102 55 55) 100%);
}

.service-one__title {
    height: 60px;
}

.service-one__title:before {
    background: var(--insur-blue);
}

.get-insuracne-three__shape-1 {
    right: 50px;
    top: 250px;
    opacity: 0.05;
}

/*.main-menu-six__wrapper-inner { padding-left: 750px; }*/
.comment-form__select-box select {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--insur-gray);
    display: block;
    border-radius: var(--insur-bdr-radius);
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
}

.floating-contact-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1055;
    width: 68px;
    height: 68px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
    animation: floatingPulse 2.2s infinite ease-in-out;
}


.floating-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .22);
}

.icon-wrap {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
}

.floating-icon {
    position: absolute;
    inset: 0;
    font-size: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: rotate(-90deg) scale(.5);
    transition: all .5s ease;
}

.floating-icon.active-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.contact-card {
    transition: all .25s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
    border-color: #198754 !important;
    background: #f8fff9;
}


.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: 0 0 48px;
    transition: transform .25s ease;
}

.contact-card:hover .contact-icon {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .logo {
        max-width: 200px;
        height: auto;
    }

    .contact-icon {
        flex: 0 0 28px;
    }

    .main-menu-six__logo-box:before, .main-menu-six__logo, .main-menu-six__logo-box {
        background-color: transparent;
    }

    .mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
        background-color: transparent;
    }

    .mobile-nav__contact li > i {
        color: var(--insur-black);
    }

    .main-menu-six__wrapper-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 2060px) {
    .get-insuracne-three__shape-1 {
        right: 150px;
    }
}


@keyframes floatingPulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(.96);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .floating-contact-btn {
        right: 16px;
        bottom: 16px;
        width: 60px;
        height: 60px;
    }

    .floating-icon {
        font-size: 24px;
    }
}