footer a {
    color: white;
    text-decoration: none;
}
a {
    text-decoration: none;
}
.icon_card_section a {
    text-decoration: none;
}

.navbar .nav-item .active {
    width: fit-content;
    border-bottom: solid 3px #1acc8d;
    padding-bottom: 0px;
}

.navbar .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.searchFiltersParent .icon_card_title {
    border-bottom: solid 0.2px;
}

.navbar .navbar-collapse ul li .nav-link::before {
    margin-top: 2px;
    margin-left: 2px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #010483;
}

.marketing_section h3 {
    color: #010483 !important;
}

.heading-title {
    text-transform: uppercase;
}
.banner_section h1,
.banner_section h2 {
    color: white !important;
}

.footer_row h1,
.footer_row h3,
.footer_row h4 {
    color: white !important;
}

.btn-2 {
    background: transparent linear-gradient(270deg, #1cc489 50%, #009f67 100%) 0% 0% no-repeat padding-box;
}

.banner_left .btn-bold {
    background: #14114c;
    color: white;
}

.swiper-slide {
    background: unset;
}

.swiper .arrows {
    margin-right: 20px;
}

/* SEARCH */

.bg-red-light {
    background-color: #d11459 !important;
}

.bg-teal {
    background-color: #06c280 !important;
}

.bg-primary-dark-color {
    background-color: #010483 !important;
}

.bg-primary-color {
    background-color: #191d93 !important;
}

#filter-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#filter-groups .chip.chip_bg_2 {
    border-color: #d11459;
    color: #d11459;
    /* background-color: #d11459 !important; */
}

#filter-groups .chip.chip_bg_3 {
    border-color: #06c280;
    color: #06c280;
    /* background-color: #06c280 !important; */
}

.btn-theme-primary {
    border-color: #191d93 !important;
    background-color: #191d93 !important;
}

.btn-theme-primary:hover {
    background-color: #6568b7 !important;
    background-color: #6568b7 !important;
}

#searchFloatingResults {
    position: fixed;
    bottom: 0px;
    background-color: #191d93 !important;
    color: white;
    border: solid 4px #e7760d;
}

.btn-show-price {
    padding: 8px 20px;
    display: flex;
    border: none;
    background-color: #e7760d !important;
    color: white;
    align-items: center;
    font-weight: 500;
    border-radius: 15px;
}

.btn-show-price:hover {
    border: none;
    background-color: #d76a04 !important;
}

.search-actions {
    display: flex;
    flex-direction: column;
}

.search-action {
    display: flex;
    flex-direction: row;
    padding: 10px 10px;
    padding-left: 15px;
    color: #3a31c8;
    border: solid 1px;
    border-color: #3a31c820;
    align-items: center;
    margin-top: 5px;
}
.search-action:active,
.search-action:focus,
.search-action:hover {
    border-color: #3a31c8;
    background: #3a31c8;
    color: white;
}

.search-action.disabled {
    border: unset;
    background: #e0e0e0 !important;
    color: gray;
}

.search-action.disabled i {
    color: gray !important;
}

.search-action.disabled:hover i {
    color: gray !important;
}

.search-action i {
    color: #3a31c8;
    font-size: 18px;
    margin-right: 15px;
}
.search-action:hover i {
    color: white !important;
}
.search-action:active i {
    color: white !important;
}
.search-action:focus i {
    color: white !important;
}

.search-action-danger i {
    color: white;
}
.search-action-danger,
.search-action-danger:active,
.search-action-danger:focus {
    background: var(--bs-danger);
    color: white;
    border: none;
}
.search-action-danger.disabled:active {
    background: #e0e0e0 !important;
    color: gray !important;
}
.search-action-danger.disabled:focus {
    background: #e0e0e0 !important;
    color: gray !important;
}
.search-action.disabled:active i {
    color: gray !important;
}
.search-action.disabled:focus i {
    color: gray !important;
}
.search-action.disabled:hover i {
    color: gray !important;
}

.search-action-danger:hover {
    background: var(--bs-danger);
    opacity: 90%;
}

.search-actions .search-action-disabled {
    color: gray;
}

.buy-btn {
    position: relative;
}

.buy-btn .button {
    margin-top: 20px;
    display: inline-block;
    background: #e7760d !important;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0 40px;
    min-height: 60px;
    border: unset !important;
}

.buy-btn .button:hover {
    background: #d76a04 !important;
}

.btn-buy-btn-1 {
    width: 100%;
}

.buy-btn .payment-methods {
    margin-top: 5px;
}

.buy-btn .guarantee-img {
    position: absolute;
    top: 0px;
    right: -30px;
}
.buy-btn .security-img {
    position: absolute;
    top: 0px;
    left: -30px;
}

.buy-btn img {
    width: 130px;
}

.buy-btn .bottom-text {
    text-align: center;
    color: black;
    font-size: 12px;
}

.buy-btn-small .button {
    width: 100%;
}

.buy-btn-small {
    margin-left: 35px;
    margin-right: 35px;
}
.buy-btn-small .button {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    min-height: 40px;
}
.buy-btn-small img {
    top: -3px;
    width: 60px;
}

.btn-search-total-overview {
    background-color: #09b457;
    border: none;
}

.btn-search-total-overview:hover {
    background-color: #01e595;
    border: none;
}

.btn-search-total-overview:active,
.btn-search-total-overview:focus,
.btn-search-total-overview:disabled {
    background-color: #09b457 !important;
    border: unset !important;
    box-shadow: unset !important;
    opacity: unset;
    cursor: pointer;
}

.ui-autocomplete-category {
    font-weight: 500;
    padding: 0.2em 0.4em;
    margin: 0.8em 0 0.2em;
    line-height: 1.5;
    color: white !important;
    background-color: #3a31c8;
}

optgroup {
    color: white !important;
    background-color: #3a31c8;
}
.opt-group-item {
    color: black !important;
    background-color: white;
}

.select2-results__group {
    color: white !important;
    background-color: #3a31c8;
    padding: unset !important;
}

li.select2-results__option:has(.select2-results__group) {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    height: unset;
}

li.select2-results__option:not(:has(.select2-results__group)) {
    background-color: white;
}

.select2-results__options {
    background-color: #3a31c8;
}

.select2-results__options[role='listbox'] {
    max-height: 25rem !important;
}

.tooltip-inner {
    max-width: 300px;
}

#search-results img {
    width: 50px;
    height: 50px;
}

@media (max-width: 800px) {
    .buy-btn .button {
        padding: 0px 20px;
        font-size: 16px;
        min-height: 50px;
        margin-bottom: 10px;
    }

    .buy-btn img {
        top: 2px;
        width: 80px;
    }

    .buy-btn-small {
        margin: 0px 25px;
    }

    .buy-btn-small .button {
        padding: 15px 30px;
        font-size: 16px;
        min-height: 35px;
    }

    .buy-btn-small img {
        top: 2px !important;
        width: 60px;
    }

    .fs-7 {
        font-size: 14px;
    }

    #filter-groups {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .chipSec {
        /* flex: 1; */
        width: auto;
    }

    .chip {
        display: flex;
        height: unset;
        padding: 10px 25px;
        flex: 1;
        /* position: unset; */
        line-height: unset;
    }

    /* .chip .chipImg {
        top: 8px;
        right: 15px;
        width: 4vw;
        height: 4vw;
    } */

    .chipText {
        font-size: 2.5vw;
        margin-right: 5px;
        /* line-height: 4vw;  */
    }
}

/* SEARCH SELECT2 */
.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.icon_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

code {
    color: black;
}
#loadingProgressBar {
    animation: progressbar1 2s ease-in-out infinite;
}
@keyframes progressbar1 {
    0% {
        width: 0%;
    }

    100% {
        width: 1000%;
    }
}

/* SEARCH GRADIENT */

.card.gradient-card {
    background-image: linear-gradient(to left, #d41459, #911a6c);
    border-radius: 6px;
    color: #fff;
    padding: 20px;
}
.card.gradient-card-alert {
    background-image: linear-gradient(to left, #ff3c3c, #eb7700) !important;
}
@media (max-width: 576px) {
    .card.gradient-card h4 {
        font-size: 0.75rem;
    }
    .card.gradient-card {
        min-height: 200px;
    }

    .card.gradient-card .card-body > div {
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        width: unset !important;
    }

    .card.gradient-card .col-5 {
        max-width: unset !important;
    }
    .card.gradient-card .col-3 {
        max-width: unset !important;
    }

    .header-top a {
        font-size: 12px;
    }
}

/* SEARCH COUNTRY SWITCHER */
#searchCountrySwitcher button {
    border-radius: 115px;
    padding-left: 36px;
    /* padding: 0px 36px; */
    background: #3a31c8;
    height: 100%;
    min-width: 220px;
}

@media (max-width: 576px) {
    #searchCountrySwitcher button {
        margin-left: auto;
        margin-right: auto;
    }
}

#searchCountrySwitcher li:hover {
    background: #3a31c820;
}

/* 
Autocomplete
*/

.ui-autocomplete {
    font-family: 'Poppins';
    min-height: 200px;
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;

    border: none;
    outline: none;
    border-radius: 0px 10px 10px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.ui-autocomplete::-webkit-scrollbar {
    width: 10px;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background: transparent;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #1a1d94;
    border-radius: 25%;
}
.ui-front {
    z-index: 5000 !important;
}

/* GENERIC */

.section-title .section-heading {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
}

.section-title .section-main-title {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #010483;
    font-size: 2rem;
}

.search-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.search-container {
    position: relative;
    margin: auto;
}

.search-container input {
    border: none;
    border-radius: 50px;
    font-size: 16px;
    height: 52px;
    outline: none;
    padding-inline-end: 44px;
    padding-inline-start: 52px;
    position: relative;
    width: 550px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.heading-num {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 700;
}
.heading-h2 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #010483;
    font-size: 32px;
}
.h-color {
    color: #010483;
}

/* REFERENCES */

.section_margin_top {
    margin-top: 100px;
}

.reference-item-left {
    border: solid 1px black;
}

.reference-item-right {
    background: radial-gradient(#f0f0f0, #c6cacd);
}

.reference-item-logo {
    position: absolute;
    border-radius: 90px;
    width: 90px;
    height: 90px;
    top: -50px;
}

.reference-testimonial-item {
    border-radius: 15px;
    border: solid 1px #c6cacd;
    padding: 0px;
}

.reference-testimonial-item .logo-header {
    width: 100%;
    height: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #3a31c8;
    padding: 5px 20px;
}
.reference-testimonial-item .logo-header img {
    height: 40px;
    object-fit: contain;
}

@media (min-width: 1450px) {
    .custom-flex-lg-row {
        flex-direction: row !important;
    }

    .custom-col-lg-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important;
    }
}

.btn-reference-primary {
    background: linear-gradient(to right, #261fb5, #473fd9);
    --bs-btn-active-border-color: #261fb5 !important;
}
.btn-reference-primary:focus {
    border-color: #261fb5 !important;
}
.btn-reference-primary:active {
    border-color: #261fb5 !important;
}

.btn-reference-orange {
    background: linear-gradient(to right, #e7760d, #ff9d41);
    --bs-btn-active-border-color: #e7760d !important;
}
.btn-reference-orange:focus {
    border-color: #e7760d !important;
}
.btn-reference-orange:active {
    border-color: #e7760d !important;
}

/* MAIN PAGE */

.feature {
    border: solid 3px #ebebff;
}
.feature-icon {
    font-size: 60px;
}

.feature-highlighted {
    background: linear-gradient(to bottom, #5149e6, #261fb5);
    color: white;
    border: none;
}

/* BRANCHES */

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}

.features a {
    text-decoration: none;
}
.features .icon-box h3 a:hover {
    color: #01036f;
}
.features .icon-box:hover {
    background: #ebebff;
}

.branch-group a {
    font-size: 16px;
    font-weight: 400;
    color: #1a1d94 !important;
}

.branch-group {
    justify-content: center;
}

.branch-group .branch-link {
    color: white !important;
    background: #1a1d94 !important;
}

.branch-group .active {
    color: white !important;
    background: #1acc8d !important;
}

ul.branch-group {
    flex-wrap: wrap;
}

.intro_section img.vector_img {
    width: 200px;
    height: 200px;
}

img.vector_img_lg {
    width: unset;
    height: 400px;
    max-width: unset !important;
}

.check_circle_img {
    width: 32px;
    height: 32px;
}

.primary_color {
    color: #010483 !important;
}

.advantages_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.advantages_section .card {
    position: relative;
    border: unset;
    box-shadow: 10px 10px 21px #bebebe, -10px -10px 21px #ffffff;
}

.advantages_section .step {
    position: absolute;

    background: radial-gradient(#08b77a, #02cc85, #1cb17d);
}

.advantages_section > .card.step-bottom {
    min-height: 680px;
}

.advantages_section > .card.step-bottom > .heading-h2 {
    margin-top: 10px;
}

.advantages_section > .card.step-top > .heading-h2 {
    margin-top: 40px;
}

.advantages_section .step-text-right {
    text-align: right;
    margin-left: 140px;
}

.advantages_section .step-bottom-right {
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 36px;
}

.advantages_section .step-bottom-left {
    left: 0px;
    bottom: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 36px;
}

.advantages_section .step-top-left {
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 36px;
}

.advantages_section .step-top-right {
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 36px;
}

/* HEADER OVERRIDE */
#header {
    background: #3a31c8 !important;
}

/* HEADER RESPONSIVE */

/* MOBILE */
@media (max-width: 576px) {
    .banner_left h1,
    .banner_left span {
        font-weight: 600;
        font-size: 1.5rem !important;
    }
    .banner_left p {
        font-size: 17px !important;
    }
    .searchBtn {
        width: 100%;
        min-height: 40px;
    }

    /* .banner_left img {
        width: 40%;
    } */

    .search-container input {
        width: 100%;
    }

    .feature_section_img img {
        width: 100%;
    }

    .testimonial_box p {
        padding-right: 5px;
    }
    .swiper .arrows {
        margin-right: 2px;
        z-index: 1000 !important;
    }

    .feature_section_img img {
        transform: scale(1.2);
    }

    .footer_sec_three ul li img {
        width: 160px;
        max-width: 80px;
    }

    .footer_sec_two {
        position: relative;
    }

    .dmca {
        position: absolute;
        right: 10px;
        bottom: 30px;
    }
    .dmca img {
        width: 40px;
        height: 40px;
    }

    .marketing_section ul li {
        font-size: 17px !important;
    }

    img.img-fluid-mobile {
        width: 50%;
    }

    .intro_section img.vector_img {
        max-width: 100px;
    }

    .intro_section ul {
        font-size: 18px !important;
    }

    img.vector_img_lg {
        height: auto;
        width: 100%;
    }

    .w-sm-100 {
        width: 100%;
    }
}

/* LARGE MOBILE or TABLET */
@media (max-width: 770px) {
    .banner_left h1,
    .banner_left span {
        font-weight: 600;
    }
    .number {
        width: 140px !important;
        height: 140px !important;
    }
    p {
        font-size: 17px !important;
    }

    .column-reverse-small {
        flex-direction: column-reverse !important;
    }

    .flex-column-small {
        flex-direction: column !important;
    }

    .advantages_section {
        display: flex;
        flex-direction: column;
    }

    .advantages_section .step {
        top: 0px;
        right: 0px;
        left: unset;
        bottom: unset;
        border-bottom-right-radius: unset;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 25px;
        border-top-left-radius: unset;
    }

    .advantages_section > .card > .heading-h2 {
        margin-top: 70px !important;
    }

    .advantages_section .step-text-right {
        text-align: unset;
        margin-left: unset;
    }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
    .feature_section_img img {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .h-75-lg {
        max-height: 75vh;
    }

    .modal-xxl {
        max-width: 90vw;
    }
}

/* MD-selector */
@media screen and (min-width: 900px) {
    .w-md-85 {
        width: 85%;
    }

    .w-md-100 {
        width: 100%;
    }

    .w-md-25 {
        width: 25%;
    }

    .w-md-unset {
        width: unset !important;
    }

    .fs-md-5 {
        font-size: 1.25rem !important;
    }
}

/* @media (min-width: 576px) and (max-width: 768px) {
    
} */

/* LAPTOPS */
@media (min-width: 1000px) and (max-width: 1440px) {
}

/* LARGE TABLET */
@media (min-width: 768px) and (max-width: 992px) {
    .number {
        width: 180px !important;
        height: 180px !important;
    }
}

@media (min-width: 992px) {
    .number {
        width: 200px !important;
        height: 200px !important;
    }

    .intro_section ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1400px) {
    .icon_card .icon_image {
        width: 90px;
    }
}
