.btn-success {
    position: relative !important;
}

.btn {
    position: relative !important;
}

.modal {
}
.modal:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block !important;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    top: -233px;
}

@property --rotate {
        syntax: "<angle>";
        initial-value: 132deg;
        inherits: false;
    }

    :root {
        --card-height: 50px;
        --card-width: 50px;
    }

    .card111 {
        position: relative;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        font-size: 1.5em;
        color: rgb(88 199 250 / 0%);
        cursor: pointer;
        font-family: cursive;
    }

    .card111:hover {
        color: rgb(88 199 250 / 100%);
        transition: color 1s;
    }
    .card111:hover:before,
    .card111:hover:after {
        animation: none;
        opacity: 0;
    }

    .card111::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-image: linear-gradient(var(--rotate), #100e10, #3c67e3 43%, #4e00c2);
        position: absolute;
        z-index: -1;
        top: 0%;
        left: 0%;
        animation: spin 2.5s linear infinite;
    }

    .card111::after {
        position: absolute;
        content: "";
        top: calc(var(--card-height) / 6);
        left: 0;
        right: 0;
        z-index: -1;
        height: 0%;
        width: 0%;
        margin: 0 auto;
        transform: scale(0.8);
        filter: blur(calc(var(--card-height) / 6));
        background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
        opacity: 1;
        transition: opacity 0.5s;
        animation: spin 2.5s linear infinite;
    }

    @keyframes spin {
        0% {
            --rotate: 0deg;
        }
        100% {
            --rotate: 360deg;
        }
    }


@media only screen and (max-width: 360px) {
    .main-header .logo img {
    max-width: none;
    max-height: 49px!important;
        margin-top: 11px;
    margin-bottom: 7px;

    }
    .banner-section-four {
    padding: 220px 0 100px;
    height: 128vh;
}
    }

@media only screen and (max-width: 1024px) {
    .aun-side1 {
        margin-bottom: -6px !important;
        position: absolute !important;
        max-width: 252px;
    }

    #showfilter_btn {
        margin-right: 8%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    }
      #showfilter_btn:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(11px);
    background: linear-gradient( to left, #1a0de0, #e91e63, #5810d9 );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;);
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
  }

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}


    .ls-switcher .sort-by .chosen-select {
        position: relative;
        height: 41px;
        padding: 10px 13px;
        font-size: 16px;
        line-height: 25px;
        margin-right: 5px;
        border-radius: 9px;
        width: 180px;
        text-align: center;
        background: #19875436;
        color: #068c2a;
    }

    .chosen-container .chosen-results {
        color: #888;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 4px 8px 0;
        padding: 0 4px 0 8px;
        max-height: 300px;
        font-size: 13px;
    }

    .chosen-container-multi .chosen-choices,
    .chosen-container.chosen-with-drop .chosen-drop {
        background: #d1deff;
        min-height: 60px;
        line-height: 60px;
        border: 0 !important;
        border-radius: 8px;
    }

    .chosen-container-single .chosen-select {
        background: #f0f5f7;
        border: 0 !important;
        border-radius: 8px;
    }

    .ls-switcher .sort-by .chosen-container-select .chosen-select div:after {
        color: #696969;
        content: "\f17c";
        font-family: "Flaticon";
        font-size: 15px;
    }

    .chosen-select caret {
        border-top: 2px solid #36b0d9;
        border-right: 0px solid transparent;
        border-left: 2px solid #36b0d9;
        position: relative;
        margin: 0;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        transition: all 0.6s;
        margin-top: -5px;
        margin-left: 4px;
    }

    .ls-switcher .sort-by .chosen-select select option {
        position: relative;
        height: 45px;
        padding: 10px 13px;
        font-size: 15px;
        color: #696969;
        line-height: 25px;
        background: #f0f5f7;
        margin-right: 5px;
        border-radius: 9px;
    }

    .chosen-container-single .chosen-select span {
        display: block;
        overflow: hidden;
        margin-right: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #888;
    }
}
