body {
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}
body::-webkit-scrollbar {
    width: 8px;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        color:#cc9f52;
        background: #f1f1f1;
    }
    body::-webkit-scrollbar-thumb {
        background:#cc9f52;
        border-radius: 12px;
        transition: all 0.3s ease;
    }
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    margin-bottom: 0;
}
h1 {
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
}
h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
h4 {
    font-size: 20px;
    text-transform: capitalize;
}
h5 {
    font-size: 18px;
    text-transform: capitalize;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}
a {
    color:#cc9f52;
    text-decoration: none !important;
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
ul,
ol {
    padding: 0;
    list-style: none;
}
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0;
}
html,
body {
    color: #5e5d72;
    background: #fff;
    direction: ltr;
    scroll-behavior: smooth;
}
input,
button {
    border: none;
    outline: none;
    background: none;
}
button:focus {
    outline: none;
}
.footer-bottom a:focus, .footer-bottom a:hover {
    color: #cc9f52 !important;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}
@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}
.btn span {
    vertical-align: middle;
}
.btn-inline {
    color: #fff;
    background: #cc9f52;
    border-color: #cc9f52;
}
.btn-inline:hover {
    color:#cc9f52;
    background: #fff;
    border-color:#cc9f52;
}
.btn-outline {
    color:#cc9f52;
    background: #fff;
    border-color:#cc9f52;
}
.btn-outline:hover {
    color: #fff;
    background:#cc9f52;
    border-color: #cc9f52;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
input::placeholder,
textarea::placeholder {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.form-container {
    margin-top: 50px;
}
.form-title {
    text-align: center;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 25px;
}
.form-group small {
    color: #5e5d72;
    margin-top: 5px;
    margin-left: 20px;
    display: block;
}
/*.form-group textarea {
    height: 150px;
    padding: 12px 20px;
}*/
.form-label { 
    margin-bottom: 6px;
    margin-left: 3px;
    letter-spacing: 0.1px;
    font-size: 16px;
}
.form-label span {
    color: #ff3838;
}
.form-control {
    width: 100%;
    height: 47px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: #5e5d72;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.form-control:focus-within {
    background: #fff;
    border-color:#cc9f52;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.form-select {
    height: 34px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    background-size: 12px 10px;
    border: 1px solid #e3e3e3;
    text-transform: capitalize;
    cursor: pointer;
    color: #444;
}
.form-select:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cc9f52;
}
.form-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background:#cc9f52;
}
.form-check {
    margin-bottom: 18px;
}
.form-check-label {
    cursor: pointer;
    text-transform: capitalize;
}
.form-check-input:focus {
    border-color:#cc9f52;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color:#cc9f52;
    border-color: #cc9f52;
}
.form-group-radio {
    margin-bottom: 25px;
}
.form-group-radio-label {
    margin-bottom: 8px;
}
.form-group-radio-check .form-check {
    margin-bottom: 5px;
}
.col-form-label {
    text-transform: capitalize;
}
.file-form {
    position: relative;
    border: 2px dashed #e3e3e3;
    border-radius: 6px;
}
.file-input {
    width: 100%;
    padding-right: 35px;
    border: 5px solid transparent;
}
.file-icon {
    position: absolute;
    top: 50%;
    left: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #5e5d72;
}
.file-cancel {
    color: #a8aeb1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.file-cancel:hover {
    color: #ff3838;
}
.file-input[type="file"]::-webkit-file-upload-button,
.file-input[type="file"]::file-selector-button {
    height: 50px;
    padding-right: 25px;
    padding-left: 55px;
    border-radius: 6px;
    border: none;
    color: #444;
    background: #f1f2f3;
    cursor: pointer;
}
.form-icon {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.form-icon.icofont-facebook {
    background: #3b5998;
}
@media (max-width: 575px) {
    .form-control,
    .form-select {
        background: #f1f2f3;
    }
    .form-control:focus,
    .form-select:focus {
        background: #f1f2f3;
    }
}
.badge-hover:hover .badge.arrow-right {
    left: -30%;
    opacity: 1;
    visibility: visible;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
    .badge.new {
        background: #cc9f52;
    }
.badge.used {
    background: #ff3838;
}
.badge.recom {
    background: #e86121;
}
.badge.featured {
    background: #477cdb;
}
.badge.arrow-right {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.badge.arrow-right::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -3px;
    border-radius: 2px;
    border-top: 5px solid #0a0930;
    border-right: 5px solid #0a0930;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 998;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.backdrop.active {
    opacity: 1;
    visibility: visible;
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}
.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #477cdb;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dandik:hover,
.bamdik:hover {
    color: #fff;
    background: #477cdb;
}
.dandik {
    right: 0;
}
.bamdik {
    left: 0;
}
.slider-count .slick-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.slider-count .slick-dots li button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color:#cc9f524d;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.slider-count .slick-dots .slick-active button {
    background-color:#cc9f52;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (max-width: 767px) {
    .slider-count .slick-dots {
        right: 25px;
    }
}
.slider-dots ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-dots ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: #477cdb;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.slider-dots ul li button {
    display: none;
}
.slider-dots ul li.slick-active {
    width: 25px;
    background: #477cdb;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 575px) {
    .slider-dots ul {
        bottom: 10px;
    }
    .slider-dots ul li {
        margin: 0 6px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .slider-dots ul {
        bottom: 20px;
    }
    .slider-dots ul li {
        margin: 0 6px;
    }
}
.section-gap-120 {
    margin-bottom: 120px;
}
.section-gap-100 {
    margin-bottom: 100px;
}
.section-gap-95 {
    margin-bottom: 95px;
}
.section-gap-90 {
    margin-bottom: 90px;
}
.section-gap-75 {
    margin-bottom: 75px;
}
.section-gap-50 {
    margin-bottom: 50px;
}
.section-gap-40 {
    margin-bottom: 40px;
}
.section-gap-30 {
    margin-bottom: 30px;
}
.section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
}
.section-head .btn {
    margin-left: 30px;
}
.section-text {
    padding-left: 18px;
    border-left: 3px solid #cc9f52;
}
.section-text h2 {
    margin-bottom: 5px;
}
.section-center {
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 500px) {
    .section-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
    .section-head .btn {
        margin-left: 0;
    }
    .section-text {
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .section-gap-120,
    .section-gap-100 {
        margin-bottom: 60px;
    }
    .section-gap-95,
    .section-gap-75 {
        margin-bottom: 35px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .section-gap-120,
    .section-gap-100 {
        margin-bottom: 70px;
    }
    .section-gap-95,
    .section-gap-75 {
        margin-bottom: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-gap-120,
    .section-gap-100 {
        margin-bottom: 80px;
    }
    .section-gap-95,
    .section-gap-75 {
        margin-bottom: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section-gap-120,
    .section-gap-100 {
        margin-bottom: 90px;
    }
    .section-gap-95,
    .section-gap-75 {
        margin-bottom: 65px;
    }
}
.nav-pills .nav-link {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
    padding: 15px 12px;
    border-radius: 6px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #444;
    background: var(--bs-gray-300);
}
.nav-pills .nav-link:hover {
    color: #fff;
    background: #477cdb;
}
.nav-pills .nav-link i {
    font-size: 22px;
}
.nav-pills .nav-link.active {
    background: #477cdb;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.breadcrumb {
    background: none;
    margin: 0;
}
.breadcrumb .active {
    color: var(--bs-gray-500);
}
.breadcrumb-item {
    padding: 0 !important;
    text-transform: capitalize;
}
.breadcrumb-item a {
    color: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.breadcrumb-item a:hover {
    color: #477cdb;
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #f1f2f3;
    padding: 0 8px;
}
.mc-breadcrumb {
    margin-bottom: 25px;
}
.mc-breadcrumb-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 25px;
    border-radius: 6px;
    background: #f1f2f3;
}
.mc-breadcrumb-title {
    font-size: 18px;
}
.mc-breadcrumb-select {
    width: 100%;
    height: 40px;
    max-width: 200px;
}
.mc-breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mc-breadcrumb-item {
    color: var(--bs-gray-500);
    text-transform: capitalize;
    white-space: nowrap;
}
.mc-breadcrumb-item::after {
    content: "~";
    margin: 0 10px;
    color: #5e5d72;
}
.mc-breadcrumb-item:last-child::after {
    display: none;
}
.mc-breadcrumb-link {
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 767px) {
    .mc-breadcrumb-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 15px 25px;
    }
    .mc-breadcrumb-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-item {
    margin-left: 10px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item .active {
    color: #fff;
    background:#cc9f52;
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 0;
    color: #5e5d72;
    background: #f1f2f3;
}
.page-link:hover {
    color: #fff;
    background: #cc9f52;
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-link.material-icons {
    font-size: 22px;
}
@media (max-width: 991px) {
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .page-item {
        margin: 0 5px;
    }
}
.accordion-item {
    padding: 20px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.accordion-item:last-of-type {
    border-radius: 6px;
}
.accordion-item:first-of-type {
    border-radius: 6px;
}
.accordion-item:not(:first-of-type) {
    border-top: 2px solid #fff;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item.active {
    border-color: #cc9f52;
}
.accordion-item.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-que {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
}
.accordion-que h5 {
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.accordion-que h5:hover {
    color:#cc9f52;
}
.accordion-que i {
    font-size: 28px;
    line-height: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.accordion-que button {
    color: #a8aeb1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.accordion-que button:hover {
    color: #5e5d72;
}
.accordion-ans {
    height: 0;
    overflow: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.accordion-ans p {
    font-size: 17px;
    margin-top: 18px;
}
@media (max-width: 575px) {
    .accordion-item {
        background: #f1f2f3;
    }
}
.modal-dialog {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.modal-content {
    border: none;
    padding: 25px;
    border-radius: 6px;
}
.modal-header {
    padding: 0;
    margin-bottom: 25px;
    border: none;
}
.modal-header button {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.modal-header button:hover {
    color: #477cdb;
}
.modal-title {
    font-weight: 600;
    text-transform: uppercase;
}
.modal-message .form-control {
    background: #f1f2f3;
}
.table > :not(:first-child) {
    border-top: none;
}
.table thead tr th {
    padding: 15px 20px;
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    color: #444;
    background: #f1f2f3;
}
.table tbody tr th,
.table tbody tr td {
    color: #5e5d72;
    padding: 12px 20px;
    vertical-align: middle;
}
.table tbody tr th {
    font-weight: 500;
    text-transform: capitalize;
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown-time {
    padding: 0 30px;
    position: relative;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.countdown-time::before {
    position: absolute;
    content: ":";
    top: 28%;
    right: -3px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444;
}
.countdown-time:last-child::before {
    display: none;
}
.countdown-time span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #cc9f52;
}
.countdown-time small {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .countdown-time {
        padding: 0 12px;
    }
    .countdown-time:first-child {
        padding-left: 0;
    }
    .countdown-time:last-child {
        padding-right: 0;
    }
    .countdown-time span {
        font-size: 35px;
    }
    .countdown-time small {
        font-size: 16px;
    }
}
.star-rating {
    direction: rtl;
    text-align: center;
    margin-bottom: 25px;
}
.star-rating input {
    display: none;
}
.star-rating input:checked ~ label::after {
    opacity: 1;
}
.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}
.star-rating label:hover::after {
    opacity: 1;
}
.star-rating label:hover:hover ~ label::after {
    opacity: 1;
}
.star-rating label::before {
    content: "\e838";
    font-family: "Material Icons";
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    display: block;
    color: #bbbbbb;
}
.star-rating label::after {
    content: "\e838";
    font-family: "Material Icons";
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #ffb100;
    opacity: 0;
}
@media (max-width: 575px) {
    .star-rating label {
        margin: 0;
    }
}
.category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f2f3;
    border-radius: 6px;
    padding: 25px 0;
    margin-bottom: 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 12px 30px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 12px 30px 0 rgba(10, 9, 48, 0.15);
}
.category-card:hover img {
    border-color: rgba(71, 124, 219, 0.3);
}
.category-card:hover span {
    color:#cc9f52;
}
.category-card img {
    width: 80px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: 6px solid #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.category-card span {
    color: #5e5d72;
    font-weight: 500;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 1199px) {
    .category-card img {
        width: 70px;
    }
    .category-card span {
        font-size: 15px;
    }
}
.product-grid-card {
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
}
.product-grid-card:hover .product-grid-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
 
.product-grid-image {
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.product-grid-image img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.product-grid-badge .badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product-grid-hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    color: #f1f2f3;
    background: rgba(10, 9, 48, 0.7);
}
.product-grid-hints i {
    font-size: 18px;
    margin-right: 3px;
}
.product-grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: auto;
    top: 0;
    left: 0;
    padding: 8px;
    border-radius: 6px 6px 0 0;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(10, 9, 48, 0)), color-stop(90%, rgba(10, 9, 48, 0.8)));
    background: linear-gradient(rgba(10, 9, 48, 0) 65%, rgba(10, 9, 48, 0.8) 90%);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-vendor,
.product-grid-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display:block;
}
.product-grid-vendor i,
.product-grid-rating i {
    font-size: 18px;
    color: #477cdb;
    margin-right: 3px;
    margin-top: -1px;
}
.product-grid-vendor a,
.product-grid-rating a {
    font-size: 15px;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-vendor a:hover,
.product-grid-rating a:hover {
    color: #a8aeb1;
    text-decoration: underline;
}
.product-grid-vendor i {
    color: var(--bs-teal);
}
.product-grid-rating i {
    color: #ffb100;
}
.product-grid-content {
    padding: 15px 15px;
}
.product-grid-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.product-grid-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
    .product-grid-price span {
        font-size: 22px;
        font-weight: 700;
        font-family: sans-serif;
        color: #b71111;
    }
.product-grid-price small {
    margin-left: 3px;
    text-transform: capitalize;
    font-size: 13px;
}
.product-grid-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-grid-action a,
.product-grid-action button {
    color: #a8aeb1;
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-action a:first-child,
.product-grid-action button:first-child {
    margin-left: none;
    padding-left: none;
    border-left: none;
}
.product-grid-action a.compare:hover,
.product-grid-action button.compare:hover {
    color: #b12fad;
}
.product-grid-action a.favorite:hover,
.product-grid-action button.favorite:hover {
    color: #ff3838;
}
.product-grid-action .compare.active {
    color: #b12fad;
}
.product-grid-action .favorite.active {
    color: #ff3838;
}
.product-grid-meta {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
.product-grid-meta h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-grid-meta h4 a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
    .product-grid-meta h4 a:hover {
        color: #cc9f52;
    }
.product-grid-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-grid-meta ul li {
    font-size: 13px;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    margin-left: 15px;
    padding-left: 10px;
}
.product-grid-meta ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: auto;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #a8aeb1;
}
.product-grid-meta ul li:first-child {
    margin-left: 0;
}
.product-grid-meta ul li:last-child {
    text-transform: capitalize;
}
.product-grid-meta ul li a {
    text-transform: capitalize;
}
.product-grid-extra {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-grid-extra li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-grid-extra li i {
    font-size: 17px;
    margin-right: 5px;
}
.product-grid-extra li span {
    font-size: 13px;
    white-space: nowrap;
    text-transform: capitalize;
}
.product-grid-btn {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0;
    grid-column-gap: 15px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.product-grid-btn a {
    width: 100%;
    padding: 8px 0;
    border-radius: 6px;
    color: #5e5d72;
    background: var(--bs-gray-300);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-grid-btn a:hover {
    color: #fff;
    background:#cc9f52;
}
.product-grid-btn a i {
    font-size: 17px;
    margin-right: 5px;
}
    .detayBtn {
        width: 100%;
        padding: 8px 0;
        border-radius: 6px;
        color: #5e5d72;
        background: var(--bs-gray-300);
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }

        .detayBtn:hover {
            color: #fff;
            background: #cc9f52;
        }

        .detayBtn i {
            font-size: 17px;
            margin-right: 5px;
        }
.product-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
    border: 1px solid #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-list-card:hover {
    background: #fff;
    border-color:#cc9f52;
    -webkit-box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
}
.product-list-card:hover .product-list-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-list-card:hover .product-list-image .product-list-overlay {
    opacity: 1;
    visibility: visible;
}
.product-list-image {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.product-list-image img {
    width: 100%;
    border-radius: 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-list-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.product-list-badge .badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product-list-hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    color: #f1f2f3;
    background: rgba(10, 9, 48, 0.5);
}
.product-list-hints i {
    font-size: 18px;
    margin-right: 3px;
}
.product-list-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 13px;
    border-radius: 6px 6px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(10, 9, 48, 0)), color-stop(90%, rgba(10, 9, 48, 0.8)));
    background: linear-gradient(rgba(10, 9, 48, 0) 65%, rgba(10, 9, 48, 0.8) 90%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-list-vendor,
.product-list-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-list-vendor i,
.product-list-rating i {
    font-size: 18px;
    color: #477cdb;
    margin-right: 3px;
    margin-top: -1px;
}
.product-list-vendor a,
.product-list-rating a {
    font-size: 15px;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    margin-left: 3px;
    color: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-list-vendor a:hover,
.product-list-rating a:hover {
    color: #a8aeb1;
    text-decoration: underline;
}
.product-list-vendor i {
    color: var(--bs-teal);
}
.product-list-rating i {
    color: #ffb100;
}
.product-list-content {
    width: 100%;
    padding-left: 20px;
}
.product-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}
.product-list-meta {
    width: 100%;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
}
.product-list-meta h3 {
    margin-bottom: 5px;
}
.product-list-meta h3 a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-list-meta h3 a:hover {
    color: #477cdb;
}
.product-list-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-list-meta ul li {
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
    position: relative;
    margin-left: 15px;
    padding-left: 12px;
}
.product-list-meta ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: auto;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(10, 9, 48, 0.5);
}
.product-list-meta ul li:first-child {
    margin-left: 0;
}
.product-list-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    .product-list-price h3 {
        font-size: 26px;
        font-family: sans-serif;
        margin-bottom: 3px;
        line-height: 30px;
        color: #cc9f52;
    }
.product-list-price span {
    font-size: 15px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
}
.product-list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px 0;
}
.product-list-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    margin: 3px;
    border-left: 1px solid #e3e3e3;
}
.product-list-info li span {
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-list-info li span:last-child {
    font-weight: 500;
    margin-left: 3px;
}
.product-list-action {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.product-list-action a,
.product-list-action button {
    width: 100%;
    padding: 8px 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5e5d72;
    background: var(--bs-gray-300);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
    .product-list-action a:hover,
    .product-list-action button:hover {
        color: #fff;
        background: #cc9f52;
    }
.product-list-action a i,
.product-list-action button i {
    font-size: 20px;
}
.product-list-action a span,
.product-list-action button span {
    margin-left: 6px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.product-list-action .compare.active {
    color: #fff;
    background: #b12fad;
}
.product-list-action .favorite.active {
    color: #fff;
    background: #ff3838;
}
@media (max-width: 1199px) {
    .product-list-card {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-list-image {
        width: 100%;
    }
    .product-list-content {
        padding: 15px 12px 12px;
    }
    .product-list-meta h3 {
        font-size: 18px;
    }
    .product-list-meta ul li {
        font-size: 13px;
        margin-left: 12px;
    }
    .product-list-price h3 {
        margin-bottom: 3px;
        font-size: 22px;
    }
    .product-list-action button span,
    .product-list-action a span {
        display: none;
    }
}
@media (max-width: 575px) {
    .product-list-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-list-meta {
        margin: 0 0 15px;
        padding: 0;
        border: none;
    }
    .product-list-price {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-list-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .product-list-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-list-meta {
        margin: 0 0 15px;
        padding: 0;
        border: none;
    }
    .product-list-price {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-list-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .product-list-info li {
        padding: 5px 10px;
    }
    .product-list-meta {
        margin-right: 15px;
        padding-right: 15px;
    }
    .product-list-meta h3 {
        font-size: 20px;
    }
}
.product-feature-card:hover .product-feature-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-feature-card:hover .product-feature-btn i {
    background: #477cdb;
}
.product-feature-image {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin-bottom: 15px;
}
.product-feature-image::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background: rgba(10, 9, 48, 0.1);
    border-radius: 6px;
}
.product-feature-image img {
    width: 100%;
    border-radius: 6px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-feature-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.product-feature-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(10, 9, 48, 0.5);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-feature-badge {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.product-feature-badge .badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product-feature-meta h3 {
    margin-bottom: 5px;
}
.product-feature-meta h3 a {
    color: #f1f2f3;
}
.product-feature-meta h4 {
    font-family: sans-serif;
    font-weight: 900;
    color: #477cdb;
}
.product-feature-meta h4 span {
    font-weight: 400;
    font-size: 16px;
    color: #a8aeb1;
}
.funfactor-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    padding: 45px 0;
    border-radius: 6px;
    background: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.funfactor-card:hover {
    background: #cc9f52;
}
.funfactor-card:hover i::before {
    border-color: #fff;
}
.funfactor-card:hover span,
.funfactor-card:hover h4 {
    color: #fff;
}
.funfactor-card i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 25px;
    font-size: 22px;
    background: #fff;
    color: #cc9f52;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.funfactor-card i::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    border: 2px dashed #cc9f52;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.funfactor-card h4 {
    font-size: 34px;
    font-weight: 600;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.funfactor-card h4 span {
    display: block;
}
.funfactor-text {
    color: #5e5d72;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 1199px) {
    .funfactor-card {
        margin-top: 25px;
    }
}
.brand-card {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 25px;
    border-radius: 6px;
    text-align: center;
    background: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.brand-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 12px 30px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 12px 30px 0 rgba(10, 9, 48, 0.15);
}
.brand-card:hover p {
    color: #477cdb;
}
.brand-card img {
    height: 100px;
    margin-bottom: 15px;
}
.brand-card h6 {
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.brand-card p {
    color: #5e5d72;
    font-size: 16px;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 1199px) {
    .brand-card img {
        height: 45px;
    }
    .brand-card h6 {
        font-size: 14px;
    }
    .brand-card p {
        font-size: 15px;
    }
}
.city-card {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.city-card:hover .city-overlay a.material-icons {
    background: #477cdb;
}
.city-card:hover img {
    -webkit-transform: scale(1.05) rotate(3deg);
    transform: scale(1.05) rotate(3deg);
}
.city-card img {
    width: 100%;
    border-radius: 6px;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.city-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    border-radius: 6px;
    padding: 25px 25px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(10, 9, 48, 0.1)), color-stop(90%, rgba(10, 9, 48, 0.9)));
    background: linear-gradient(rgba(10, 9, 48, 0.1) 50%, rgba(10, 9, 48, 0.9) 90%);
}
.city-overlay h3 {
    margin-bottom: 3px;
}
.city-overlay h3 a {
    color: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.city-overlay h3 a:hover {
    color: #477cdb;
}
.city-overlay p {
    color: var(--bs-gray-500);
}
.city-overlay a.material-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(10, 9, 48, 0.5);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-wrap {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.review-wrap-image {
    margin-right: 50px;
}
.review-wrap-image img {
    width: 350px;
    height: 350px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    border: 12px solid #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.review-wrap-content {
    width: 600px;
}
.review-wrap-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.review-wrap-video {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.review-wrap-video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    background: #477cdb;
    text-shadow: 2px 3px 0 rgba(255, 255, 255, 0.3);
    -webkit-animation: review 2s linear infinite;
    animation: review 2s linear infinite;
}
.review-wrap-video i {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 48px;
    height: 48px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #ffb100;
    border: 3px solid #fff2fe;
}
@-webkit-keyframes review {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(71, 124, 219, 0.7), 0 0 0 0 rgba(71, 124, 219, 0.7);
        box-shadow: 0 0 0 0 rgba(71, 124, 219, 0.7), 0 0 0 0 rgba(71, 124, 219, 0.7);
    }
    30% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 0 rgba(71, 124, 219, 0.7);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 0 rgba(71, 124, 219, 0.7);
    }
    60% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
@keyframes review {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(71, 124, 219, 0.7), 0 0 0 0 rgba(71, 124, 219, 0.7);
        box-shadow: 0 0 0 0 rgba(71, 124, 219, 0.7), 0 0 0 0 rgba(71, 124, 219, 0.7);
    }
    30% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 0 rgba(71, 124, 219, 0.7);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 0 rgba(71, 124, 219, 0.7);
    }
    60% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
.review-wrap-item h4 {
    margin-bottom: 7px;
}
.review-wrap-item h5 {
    color: #5e5d72;
}
.review-wrap-quote {
    font-size: 30px;
    margin-bottom: 30px;
    font-style: italic;
}
.review-wrap-user {
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
}
.review-wrap-user::before {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 15px;
    height: 2px;
    z-index: 1;
    background: #444;
}
.review-wrap-type {
    padding-left: 25px;
    color: #e86121;
}
@media (max-width: 767px) {
    .review-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .review-wrap-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .review-wrap-image img {
        width: 250px;
        height: 250px;
    }
    .review-wrap-content {
        width: 100%;
    }
    .review-wrap-video {
        margin-right: 20px;
    }
    .review-wrap-video a {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
    }
    .review-wrap-video i {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 30px;
        bottom: -8px;
        right: -10px;
    }
    .review-wrap-item h4 {
        font-size: 18px;
    }
    .review-wrap-item h5 {
        font-size: 16px;
    }
    .review-wrap-quote {
        font-size: 22px;
    }
    .review-wrap-user {
        font-size: 18px;
    }
    .review-wrap-type {
        font-size: 16px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .review-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .review-wrap-image {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .review-wrap-image img {
        width: 190px;
        height: 190px;
        border-width: 8px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .review-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .review-wrap-image {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .review-wrap-image img {
        width: 250px;
        height: 250px;
        border-width: 10px;
    }
    .review-wrap-quote {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .review-wrap-content {
        width: 500px;
    }
}
.blog-grid-card {
    margin-bottom: 25px;
}
.blog-grid-card:hover .blog-grid-media img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-grid-media {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.blog-grid-media::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    border-radius: 6px;
    background: rgba(10, 9, 48, 0.12);
}
.blog-grid-media img {
    width: 100%;
    border-radius: 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-grid-widget {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}
.blog-grid-widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #f1f2f3;
    background: rgba(10, 9, 48, 0.5);
}
.blog-grid-widget li i {
    font-size: 18px;
    margin-right: 3px;
}
.blog-grid-content {
    padding: 22px 12px 0;
}
.blog-grid-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 5px;
    margin-bottom: 18px;
}
.blog-grid-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6px;
}
.blog-grid-meta li i {
    font-size: 22px;
    color: #477cdb;
}
.blog-grid-meta li span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5e5d72;
}
.blog-grid-meta li span a:hover {
    text-decoration: underline;
}
.blog-grid-name {
    margin-bottom: 18px;
}
.blog-grid-name a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-grid-name a:hover {
    color: #477cdb;
}
.blog-grid-descrip a {
    text-transform: capitalize;
    font-weight: 500;
    color: #477cdb;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-grid-descrip a:hover {
    text-decoration: underline;
}
@media (max-width: 575px) {
    .blog-grid-content {
        padding: 22px 6px 0;
    }
    .blog-grid-meta {
        margin-bottom: 12px;
    }
    .blog-grid-meta li {
        margin-right: 15px;
    }
    .blog-grid-meta li i {
        font-size: 18px;
        margin-right: 3px;
    }
    .blog-grid-meta li span {
        font-size: 12px;
    }
    .blog-grid-name {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-grid-meta li i {
        font-size: 20px;
    }
    .blog-grid-meta li span {
        font-size: 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .blog-grid-grid li {
        margin-right: 15px;
    }
}
.blog-list-card {
    margin-bottom: 40px;
}
.blog-list-card:hover .blog-list-media img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-list-media {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.blog-list-media::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    border-radius: 6px;
    background: rgba(10, 9, 48, 0.12);
}
.blog-list-media img {
    width: 100%;
    border-radius: 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-list-content {
    padding: 20px 15px 0;
}
.blog-list-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-list-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    margin-right: 40px;
    text-transform: uppercase;
}
.blog-list-meta li i {
    font-size: 22px;
    color: #cc9f52;
    margin-right: 5px;
}
.blog-list-meta li span a:hover {
    text-decoration: underline;
}
.blog-list-title {
    font-size: 28px;
    margin-bottom: 18px;
}
.blog-list-title a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-list-title a:hover {
    color:#cc9f52;
}
.blog-list-descrip a {
    text-transform: capitalize;
    font-weight: 500;
    color: #cc9f52;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-list-descrip a:hover {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .blog-list-title {
        font-size: 24px;
    }
}
.feature-card {
    text-align: center;
    margin-bottom: 25px;
    padding: 60px 40px;
    border-radius: 6px;
    background: rgba(71, 124, 219, 0.05);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-card:hover {
    background:#cc9f52;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.feature-card:hover i,
.feature-card:hover h3,
.feature-card:hover p {
    color: #fff;
}
.feature-card i {
    font-size: 60px;
    margin-bottom: 25px;
    color:#cc9f52;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-card h3 {
    margin-bottom: 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.feature-card p {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-card {
    margin-bottom: 25px;
}
.team-media {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.team-media:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.team-media:hover .team-overlay {
    top: 0;
    opacity: 1;
}
.team-media:hover .team-overlay a {
    padding-top: 0;
}
.team-media img {
    width: 100%;
    border-radius: 6px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    padding-top: 30px;
    color: #5e5d72;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-overlay a:hover {
    color: #fff;
    background:#cc9f52;
}
.team-meta {
    text-align: center;
}
.team-meta h4 {
    margin-bottom: 3px;
    text-transform: capitalize;
}
.team-meta h4 a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.team-meta h4 a:hover {
    color:#cc9f52;
}
.team-meta p {
    font-size: 16px;
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .team-card {
        width: 290px;
        margin: 0 auto 25px;
    }
}
.intro-card {
    overflow: hidden;
    border-radius: 16px;
}
.intro-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(71, 124, 219, 0.6)), to(rgba(10, 9, 48, 0.98)));
    background: linear-gradient(to left, rgba(71, 124, 219, 0.6), rgba(10, 9, 48, 0.98));
    padding: 80px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.intro-overlay .btn-inline {
    background: #0a0930;
    border-color: #0a0930;
    padding: 14px 30px;
    margin-left: 100px;
}
.intro-content h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.intro-content p {
    color: #f1f2f3;
}
@media (max-width: 575px) {
    .intro-overlay {
        padding: 50px 25px;
    }
}
@media (max-width: 991px) {
    .intro-overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .intro-overlay .btn-inline {
        margin: 35px 0 0;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .intro-overlay {
        padding: 70px 50px;
    }
}
.price-card {
    text-align: center;
    border-radius: 6px;
    margin: 56px 13px 0;
    padding: 0 50px 50px;
    background: linear-gradient(#cc9f52, #000000);
}
    .price-card.active {
        background: -webkit-gradient(linear, left top, left bottom, from(#477cdb), to(#0a0930));
        background: linear-gradient(#cc9f52, #000000)
    }
.price-card.active .price-title,
.price-card.active .price-subtitle,
.price-card.active .price-item,
.price-card.active .price-amount {
    color: #f1f2f3;
}
        .price-card.active .price-list {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
.price-card.active .price-item span::before {
    color: #fff;
}
.price-card.active .price-action {
    color: #477cdb;
    background: #fff;
}
.price-card.active .price-mode {
    color: #a8aeb1;
}
.price-icon {
    width: 130px;
    height: 130px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    margin-top: -65px;
    margin-bottom: 25px;
    display: inline-block;
    color: #fff;
    background: #d1a751;
    border: 10px solid #fff;
}
.price-title {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
}
.price-subtitle {
    margin-bottom: 18px;
    text-transform: capitalize;
    color:#fff;
}
.price-list {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    margin: 0 auto 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.price-item {
    font-size: 17px;
    margin: 10px 0;
    text-transform: capitalize;
    color: #fff;
}
.price-item span,
.price-item del {
    padding-left: 25px;
    position: relative;
}
.price-item span::before,
.price-item del::before {
    position: absolute;
    top: 47%;
    left: 0;
    line-height: 15px;
    color: #fff;
    font-family: "Material Icons";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.price-item span::before {
    content: "\e86c";
}
.price-item del {
    color: #a8aeb1;
}
.price-item del::before {
    content: "\e15c";
    color: #a8aeb1;
}
.price-amount {
    font-size: 50px;
    font-weight: 900;
    font-family: sans-serif;
    margin-bottom: 3px;
}
.price-mode {
    color: #5e5d72;
    margin-bottom: 27px;
    letter-spacing: 0.3px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.price-action {
    width: 100%;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #cc9f52;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
    .price-action:hover {
        color: #fff;
        background: #9e7f3d;
    }
.price-demand {
    margin-top: 15px;
    letter-spacing: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-yellow);
}
.price-card ul li a {
    padding: 0;
    font-size: 16px;
    padding-left: 25px;
    color: #477cdb;
    text-align: left;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.price-card ul li a:hover {
    color: #477cdb;
    text-decoration: underline;
}
.price-card ul li a::before {
    content: "\f059";
}
@media (max-width: 575px) {
    .price-card {
        margin: 50px 12px 0;
        padding: 0 15px 25px;
    }
    .price-icon {
        width: 120px;
        height: 120px;
        line-height: 100px;
        margin-top: -60px;
        font-size: 45px;
    }
    .price-list {
        padding: 10px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .price-card {
        padding: 0 15px 25px;
    }
}
.vendor-grid-card {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
    background: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-grid-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
}
.vendor-grid-card:hover .vendor-grid-action a,
.vendor-grid-card:hover .vendor-grid-action button {
    background: #f1f2f3;
}
.vendor-grid-card:hover .vendor-grid-action a:hover,
.vendor-grid-card:hover .vendor-grid-action button:hover {
    color: #fff;
    background: #477cdb;
}
.vendor-grid-cover img {
    width: 100%;
    border-radius: 6px;
}
.vendor-grid-avatar {
    margin-top: -25px;
    margin-bottom: 8px;
    margin-left: 15px;
}
.vendor-grid-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 5px solid #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-grid-meta {
    margin-bottom: 15px;
    margin-left: 15px;
}
.vendor-grid-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.vendor-grid-meta li:last-child {
    margin-bottom: 0;
}
.vendor-grid-meta li i {
    font-size: 22px;
    margin-right: 10px;
}
.vendor-grid-meta li a {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-grid-meta li a:hover {
    color: #477cdb;
}
.vendor-grid-meta li span {
    font-size: 16px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
}
.vendor-grid-meta li span b {
    font-weight: 500;
    color: #444;
}
.vendor-grid-meta .profile i {
    color: #477cdb;
}
.vendor-grid-meta .location i {
    color: #11b76b;
}
.vendor-grid-meta .rating i {
    color: #ffb100;
}
.vendor-grid-meta .store i {
    color: #1494a9;
}
.vendor-grid-action {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.vendor-grid-action a,
.vendor-grid-action button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 0;
    border-radius: 6px;
    color: #5e5d72;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-list-card {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 6px;
    background: #f1f2f3;
    border: 1px solid #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-list-card:hover {
    background: #fff;
    border-color: #477cdb;
    -webkit-box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
    box-shadow: 0 15px 28px 0 rgba(10, 9, 48, 0.15);
}
.vendor-list-card:hover .vendor-list-action a,
.vendor-list-card:hover .vendor-list-action button {
    background: #f1f2f3;
}
.vendor-list-card:hover .vendor-list-action a:hover,
.vendor-list-card:hover .vendor-list-action button:hover {
    color: #fff;
    background: #477cdb;
}
.vendor-list-cover {
    height: 100%;
}
.vendor-list-cover img {
    height: 100%;
    border-radius: 6px;
}
.vendor-list-avatar {
    margin-left: -30px;
    margin-right: 30px;
}
.vendor-list-avatar img {
    width: 80px;
    border-radius: 50%;
    border: 5px solid #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-list-group {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vendor-list-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.vendor-list-meta li:last-child {
    margin-bottom: 0;
}
.vendor-list-meta li i {
    font-size: 24px;
    margin-right: 12px;
}
.vendor-list-meta li a {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-list-meta li a:hover {
    color: #477cdb;
}
.vendor-list-meta li span {
    font-size: 16px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
}
.vendor-list-meta li span b {
    font-weight: 500;
    color: #444;
}
.vendor-list-meta li .pro {
    color: #477cdb;
}
.vendor-list-meta li .map {
    color: #11b76b;
}
.vendor-list-meta li .star {
    color: #ffb100;
}
.vendor-list-meta li .store {
    color: #1494a9;
}
.vendor-list-action {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.vendor-list-action a,
.vendor-list-action button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px 0;
    border-radius: 6px;
    color: #5e5d72;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 767px) {
    .vendor-list-card {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .vendor-list-cover {
        width: 100%;
        height: auto;
    }
    .vendor-list-cover img {
        width: 100%;
        height: auto;
    }
    .vendor-list-avatar {
        margin: -30px 0 10px 20px;
    }
    .vendor-list-meta {
        margin-bottom: 18px;
    }
    .vendor-list-action a,
    .vendor-list-action button {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .vendor-list-card {
        height: 180px;
        padding: 12px;
    }
    .vendor-list-avatar {
        margin-right: 15px;
    }
    .vendor-list-avatar img {
        width: 65px;
    }
    .vendor-list-meta li {
        margin-bottom: 4px;
    }
    .vendor-list-meta li i {
        font-size: 22px;
    }
    .vendor-list-meta li a {
        font-size: 17px;
    }
    .vendor-list-meta li span {
        font-size: 15px;
    }
    .vendor-list-action a,
    .vendor-list-action button {
        padding: 8px 0;
        font-size: 12px;
    }
}
.common-card {
    padding: 22px 25px 25px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
}
.common-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 10px;
}
.common-card-header-title {
    font-weight: 600;
    padding-left: 15px;
    border-left: 3px solid #cc9f52;
}
.common-card-header-select {
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}
.common-card-body {
    padding: 22px;
    border-radius: 6px;
    background: #fff;
}
@media (max-width: 575px) {
    .common-card {
        padding: 0;
        margin-bottom: 50px;
        background: transparent;
    }
    .common-card-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .common-card-body {
        padding: 0;
    }
}
.header-part {
    background: #110d0c;
    /*top: 40px;*/
    top: 0px;
    left: 0;
    /*padding: 20px 25px;*/
    padding: 0px 25px;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header-part.sticky {
    padding: 4px 5px;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    top:0px;
}
.header-part.sticky .header-widget span,
.header-part.sticky .header-user span {
    color: #444;
}
    .header-part.sticky .header-logo img {
        filter: contrast(100%);
        content: url('../Content/images/firma/2PLAN_ihale.png'); 
    }
.header-logo {
    margin-right: 20px;
}
.header-logo img {
    height: 55px;
    /* filter: contrast(300%); */
}
.header-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-widget,
.header-user {
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    column-gap: 8px;
}
.header-widget:hover i,
.header-user:hover i {
    color: #fff; 
}
    .header-widget:hover span, .header-widget:hover i,
    .header-user:hover span {
        color: #cc9f52;
    }
.header-widget img,
.header-user img {
    width: 25px;
    height: 25px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.header-widget i,
.header-user i {
    color: #fff; 
}
#kullaniciAdiSoyadi {
    max-width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#mobilMenuKullanici span { 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-widget span,
.header-user span {
    letter-spacing: 0.8px;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.responsive-logo,
.responsive-srch {
    display: none;
}
.header-form {
    width: 100%;
    margin: 0 50px;
    position: relative;
}
.header-form.active .header-search {
    border-radius: 6px 6px 0 0;
}
.header-form.active .header-option {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-search {
    border-radius: 6px;
    background: #f1f2f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-search button {
    padding: 0 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-search button:hover {
    color: #477cdb;
}
.header-search input {
    width: 100%;
    height: 48px;
}
.header-search select {
    border: none;
    width: 150px;
    height: 30px;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    border-left: 1px solid #e3e3e3;
}
.header-search select:focus {
    border-color: #e3e3e3;
}
.header-option {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [3];
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px 15px;
    border-radius: 0 0 6px 6px;
    background: #f1f2f3;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: auto;
    left: 0;
    top: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.header-option input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
}
.header-option select {
    border: none;
    height: 45px;
    color: #5e5d72;
}
.header-option button {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
    color: #fff;
    background: #477cdb;
    letter-spacing: 0.8px;
    border-radius: 6px;
    height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.header-btn {
    margin-left: 50px;
    color: #fff;
    background: #477cdb;
}
.header-btn:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .header-part { 
        padding: unset;
        top: 0px !important;
    }
    .header-part.sticky {
        padding: 8px 15px;
    }
    .header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-content{width:100%;}
    .home-menu {
        justify-content: space-between !important;
        float: unset !important;
        line-height: unset !important;
        top: -8px !important;
        position: relative;
    }
    .header-logo,
    .header-form,
    .header-user,
    .header-btn,
    .menu-ddl {
        display: none;
    }
    .header-responsive {
        width: 100%;
    }
    .responsive-logo,
    .responsive-srch {
        display: block;
    }
    .responsive-logo img,
    .responsive-srch img {
        width: 180px;
    }
    .header-form {
        margin: 10px 0 5px;
    }
    .header-search button,
    .header-search select {
        padding: 0 10px;
    }
    .header-search input {
        height: 45px;
    }
    .header-option {
        top: 45px;
    }

    #chat-circle {
        top: 50px;
        left: -5px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        width: 50px !important;
        height: 50px !important;
        text-align: center !important;
        padding: 12px 0px !important;
    }
        #chat-circle i{margin-right:unset !important;}
    .chat-box {
        left: 10px !important;
        top: 50px !important;
        bottom:unset !important; 
    }
    .chat-box-header { 
        height: 42px !important;
        font-size: 16px !important;
        padding-top: 10px !important;
    }
    .mobil-p-0 {
        padding: 0px !important;
    }
    }
@media (max-width: 575px) {
    .responsive-logo img {
        width: 130px;
    }
    .header-part.sticky .responsive-logo img {
        content: url(/Content/images/firma/2PLAN_ihale.png);
    }
    .header-widget i {
        width: 20px;
        height: 36px;
        font-size: 22px;
        line-height: 34px;
    }
/*    .header-widget span {
        display: none;
    }*/
    .top-menu{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-logo {
        margin-right: 30px;
    }
    .header-widget span,
    .header-user span {
        display: none;
    }
    .header-form {
        margin: 0 30px;
    }
    .header-btn {
        margin-left: 30px;
    }
}
@media (max-width: 575px) {
    .header-option .form-select {
        background: #fff;
    }
}
.sidebar-part {
    position: fixed;
    width: 320px;
    height: 100%;
    z-index: 9999;
    left: -350px;
    top: 0;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.sidebar-part.open {
    left: 0;
}
.sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 15px 12px;
}
.sidebar-header a img {
    width: 100px;
}
.sidebar-content {
    overflow-y: scroll;
    height: calc(100vh - 65px);
}
    .sidebar-content::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        color: #cc9f52;
        background: #f1f1f1;
    }

    .sidebar-content::-webkit-scrollbar-thumb {
        background: #cc9f52; 
        transition: all 0.3s ease;
    }
.sidebar-btn {
    text-align: center;
    padding: 50px 0;
    margin: 0 15px;
    border-radius: 6px;
    background: #f1f2f3;
}
.sidebar-select {
    margin: 0 15px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e3e3e3;
}
.sidebar-select .form-select {
    width: 100%;
    height: 35px;
    border: none;
    color: #444;
    border-radius: 0;
}
.sidebar-select .form-select:first-child {
    border-right: 1px solid #e3e3e3;
}
.sidebar-nav {
    padding: 25px 15px 0;
}
.sidebar-group {
    margin-bottom: 20px;
}
.sidebar-title {
    color: #000;
    margin-bottom: 15px;
}
.select-data,
.nav-list .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 13px 14px 13px 10px;
    border-radius: 6px;
    color: #5e5d72;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    text-decoration:unset;
}
.select-data:hover,
.nav-list .nav-link:hover {
    color: #477cdb;
    background: #f1f2f3;
}
.select-data:hover .select-arrow,
.select-data:hover .nav-arrow,
.nav-list .nav-link:hover .select-arrow,
.nav-list .nav-link:hover .nav-arrow {
    border-color: #477cdb;
}
.select-data:focus,
.nav-list .nav-link:focus {
    color: inherit;
}
.select-data i,
.nav-list .nav-link i {
    margin-right: 18px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.select-image {
    width: 28px;
    height: 28px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    border: 3px solid #fff;
}
.select-text,
.nav-text {
    width: 100%;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.select-arrow,
.nav-arrow {
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 2px solid #5e5d72;
    border-right: 2px solid #5e5d72;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.nav-count {
    width: 28px;
    height: 28px;
    line-height: 22px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    background: #477cdb;
    border: 3px solid #fff;
}
.option-list,
.drop-list {
    margin: 0 20px;
    border-left: 1px solid #e3e3e3;
    height: 0;
    overflow: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.option-link,
.drop-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 6px;
    padding: 8px 10px;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    text-decoration:unset;
}
    .option-link:hover,
    .drop-link:hover {
        color: #477cdb;
        background: #f1f2f3;
        text-decoration: unset;
    }
.option-link img,
.drop-link img {
    width: 28px;
    height: 28px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    border: 3px solid #fff;
}
.option-link i,
.drop-link i {
    font-size: 20px;
    margin-right: 8px;
}
.option-link span,
.drop-link span {
    font-size: 16px;
    text-transform: capitalize;
}
.selected .select-data,
.selected .nav-link,
.dropdown .select-data,
.dropdown .nav-link {
    color: #477cdb;
    background: #f1f2f3;
}
.selected i,
.dropdown i {
    color: #477cdb;
}
.selected .nav-text,
.dropdown .nav-text {
    color: #477cdb;
}
.selected .select-arrow,
.selected .nav-arrow,
.dropdown .select-arrow,
.dropdown .nav-arrow {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #477cdb;
}
@media (max-width: 575px) {
    .sidebar-part {
        width: 285px;
    }
}
.float-menu {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}
.float-widget {
    position: relative;
}
.float-widget i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#477cdb), to(#1494a9));
    background: linear-gradient(#477cdb, #1494a9);
    -webkit-box-shadow: 0 7px 23px rgba(71, 124, 219, 0.5);
    box-shadow: 0 7px 23px rgba(71, 124, 219, 0.5);
}
.float-widget sup {
    position: absolute;
    top: -10px;
    right: -2px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    background: #ff3838;
    color: #fff;
}
.float-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.float-item {
    margin-bottom: 20px;
}
.float-item a {
    position: relative;
}
.float-item a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #477cdb;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.float-item a sup {
    position: absolute;
    top: -10px;
    right: -2px;
    font-size: 11px;
    width: 21px;
    height: 21px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    background: #ff3838;
    color: #fff;
}
.float-item a .red {
    background: #ff3838;
}
.float-item a .purple {
    background: #b12fad;
}
.float-item a .orange {
    background: #e86121;
}
@media (max-width: 991px) {
    .float-menu {
        display: none;
    }
    .mobilClose{display:none;}
}
.mobile-menu {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    background:#cc9f52;
    -webkit-box-shadow: 0px -15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -15px 35px 0 rgba(0, 0, 0, 0.1);
}
.mobile-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: -15px;
    padding-bottom: 6px;
    width: 100%;
}
.mobile-menu a i {
    font-size: 18px;
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color:#cc9f52;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.mobile-menu a i:hover {
    background:#cc9f52;
    color: #fff;
}
.mobile-menu a span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}
.mobile-menu a sup {
    position: absolute;
    top: -10px;
    right: 35%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    background: #ff3838;
    color: #fff;
}
.mobile-menu a:nth-child(3) i {
    width: 55px;
    height: 55px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    border: 3px solid #fff;
    background: #cc9f52;
    color: #fff;
    position: absolute;
    top: -32px;
}
@media (min-width: 991px) {
    .mobile-menu {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .mobile-menu a sup {
        right: 40%;
    }
}
.footer-part {
    padding: 60px 0 60px;
    background: #0e0b09;
}
.footer-top {
    margin-bottom: 55px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(210 168 81 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-top a img {
    height: 50px;
}
.footer-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 60px;
}
.footer-top ul li i {
    font-size: 50px;
    color: #cc9f52;
    margin-right: 15px;
}
.footer-top ul li span {
    font-weight: 500;
    color: #fff;
}
.footer-widget h3 {
    margin-bottom: 20px;
}
.footer-form {
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 6px;
    border: 2px solid #cc9f52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
}
.footer-form button {
    width: 50px;
    height: 43px;
    line-height: 43px;
    border-radius: 6px;
    text-align: center;
    margin-right: 3px;
    background:#cc9f52;
    font-size: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
}
.footer-social li {
    display: inline-block;
    margin-right: 12px;
}
.footer-social li a {
    font-size: 18px;
    color:#cc9f52;
    background: rgb(210 168 81 / 15%);;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-social li a:hover {
    color: #fff;
    background:#cc9f52;
}
.footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-group .footer-widget {
    margin-right: 70px;
}
.footer-widget p{color:#fff;}
.footer-group .footer-widget:last-child {
    margin-right: 0;
}
.footer-badge {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (0fr) [2];
    grid-template-columns: repeat(2, 0fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 30px;
}
.footer-badge img {
    height: 60px;
}
.footer-list {
    list-style-type: disc;
    margin-left: 20px;
}
.footer-list li {
    margin-bottom: 13px;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-list li a:hover {
    color: #477cdb;
}
.footer-bottom {
    padding: 15px 0;
    background: #0e0b09f5;
    position: relative;
}
/*.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/
.footer-text {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.footer-text a {
    color: #cc9f52;
}
.footer-backtop {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer-backtop i {
    width: 70px;
    height: 70px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #cc9f52;
    background: #0e0b09f5;
    border: 10px solid #f6f8fd;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.footer-backtop i:hover {
    color: #fff;
    background:#cc9f52;
}
.footer-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 5px;
    column-gap: 5px;
}
.footer-payment img {
    width: 50px;
    border-radius: 3px;
}
.footer-payment a{
    font-size: 13px;
    color: #fff;
    padding-left: 5px;
}
@media (max-width: 1199px) {
    .footer-top a img {
        height: 45px;
    }
    .footer-top ul li i {
        font-size: 35px;
    }
    .footer-top ul li span {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        border: none;
    }
    .footer-top a {
        width: 100%;
        text-align: center;
    }
    .footer-top ul {
        width: 100%;
        margin: 25px 0 30px;
        padding: 30px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .footer-top ul li {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-group .footer-widget {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-top ul li {
        margin: 0 0 20px;
    }
    .footer-top ul li:last-child {
        margin: 0;
    }
    .footer-group {
        padding: 25px 0;
        margin: 30px 0 25px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .footer-social li {
        margin-right: 8px;
    }
    .footer-bottom {
      display:none;
    }
    .footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-payment img {
        width: 42px;
    }
    .footer-text {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-group {
        margin-bottom: 60px;
    }
    .footer-bottom {
        padding: 10px 0 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-top ul li {
        margin-left: 30px;
    }
    .footer-top ul li:first-child {
        margin-left: 0;
    }
    .footer-group .footer-widget {
        margin-right: 25px;
    }
    .footer-social li {
        margin-right: 8px;
    }
}
.single-banner {
    padding: 10px 0 10px;
    background: rgb(16 13 11 / 70%);
}
.single-banner h2 {
    color: #fff;
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    .single-banner {
        /*padding: 110px 0 60px;*/
        padding: 0px 0 0px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .single-banner {
        padding: 120px 0 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-banner {
        padding: 130px 0 80px;
    }
}
.top-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    background: #f1f2f3;
    padding: 15px 20px;
    border-radius: 6px;
}
.filter-short {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-show {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}
.filter-select {
    height: 40px;
    border-color: rgba(168, 174, 177, 0.5);
    background-color: transparent;
}
.filter-select:focus-within {
    border-color: rgba(168, 174, 177, 0.8);
}
.filter-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.filter-action a {
    color: #5e5d72;
    font-size: 28px;
    margin-left: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.filter-action a:hover {
    color: #477cdb;
}
.filter-action a.active {
    color: #477cdb;
}
@media (max-width: 575px) {
    .filter-label,
    .filter-action {
        display: none;
    }
    .filter-show {
        width: 80px;
    }
    .filter-short {
        width: 130px;
    }
}
.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-info {
    font-size: 17px;
    font-weight: 500;
    color: #5e5d72;
}
@media (max-width: 575px) {
    .bottom-paginate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-info {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .bottom-paginate.mb-50 {
        margin-bottom: 50px;
    }
}
.product-widget {
    padding: 20px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
}
.product-widget:last-child {
    margin-bottom: 0;
}
.product-widget-title {
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
}
.product-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 9px 0;
    border-radius: 6px;
    color: #5e5d72;
    background: var(--bs-gray-300);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-btn:hover {
    color: #fff;
    background: #477cdb;
}
.product-widget-btn i {
    margin-right: 5px;
    margin-top: -1px;
    font-size: 20px;
}
.product-widget-btn span {
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-widget-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 15px 0;
}
.product-widget-group input {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.product-widget-list {
    margin: 18px 0 20px;
}
.product-widget-list li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-list li:hover {
    color: #477cdb;
}
.product-widget-list li:last-child {
    margin-bottom: 0;
}
.product-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-widget-content input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer;
}
.product-widget-content label {
    font-size: 17px;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
}
.product-widget-content label i {
    font-size: 18px;
    margin-left: 8px;
    color: #a8aeb1;
}
.product-widget-content label i:first-child {
    margin-left: 0;
}
.product-widget-content label i.active {
    color: #ffb100;
}
.product-widget-content label.product-widget-color {
    font-size: 14px;
}
.product-widget-color {
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.product-widget-color.green {
    background: #11b76b;
}
.product-widget-color.orange {
    background: #e86121;
}
.product-widget-color.yellow {
    background: #ffb100;
}
.product-widget-color.black {
    background: #000;
}
.product-widget-color.red {
    background: #ff3838;
}
.product-widget-color.purple {
    background: #b12fad;
}
.product-widget-number {
    font-size: 15px;
}
.product-widget-search {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-widget-search:focus-within {
    border-color: #477cdb;
}
.product-widget-scroll {
    height: 279px;
    overflow-y: scroll;
    padding-right: 10px;
}
.vendor-widget {
    padding: 20px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
}
.vendor-widget:last-child {
    margin-bottom: 0;
}
.vendor-widget-title {
    font-weight: 600;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
}
.vendor-widget-form {
    position: relative;
}
.vendor-widget-form input {
    width: 100%;
    height: 48px;
    padding-right: 15px;
    padding-left: 45px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-widget-form input:focus-within {
    border-color: #477cdb;
}
.vendor-widget-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    text-align: center;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-widget-form button:hover {
    color: #477cdb;
}
.vendor-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 9px 0;
    border-radius: 6px;
    color: #5e5d72;
    background: var(--bs-gray-300);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-widget-btn:hover {
    color: #fff;
    background: #477cdb;
}
.vendor-widget-btn i {
    margin-right: 5px;
    margin-top: -1px;
    font-size: 20px;
}
.vendor-widget-btn span {
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.vendor-widget-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 15px 0;
}
.vendor-widget-group input {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.vendor-widget-list {
    margin: 18px 0 20px;
}
.vendor-widget-list li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-widget-list li:hover {
    color: #477cdb;
}
.vendor-widget-list li:last-child {
    margin-bottom: 0;
}
.vendor-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.vendor-widget-content input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer;
}
.vendor-widget-content label {
    font-size: 17px;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
}
.vendor-widget-content label i {
    font-size: 18px;
    margin-left: 8px;
    color: #a8aeb1;
}
.vendor-widget-content label i:first-child {
    margin-left: 0;
}
.vendor-widget-content label i.active {
    color: #ffb100;
}
.vendor-widget-content label.vendor-widget-color {
    font-size: 14px;
}
.vendor-widget-color {
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.vendor-widget-color.green {
    background: #11b76b;
}
.vendor-widget-color.orange {
    background: #e86121;
}
.vendor-widget-color.yellow {
    background: #ffb100;
}
.vendor-widget-color.black {
    background: #000;
}
.vendor-widget-color.red {
    background: #ff3838;
}
.vendor-widget-color.purple {
    background: #b12fad;
}
.vendor-widget-number {
    font-size: 15px;
}
.vendor-widget-search {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.vendor-widget-search:focus-within {
    border-color: #477cdb;
}
.vendor-widget-scroll {
    height: 378px;
    overflow-y: scroll;
    padding-right: 10px;
}
.blog-widget {
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
}
.blog-widget:last-child {
    margin-bottom: 0;
}
.blog-widget-title {
    font-weight: 700;
    margin-bottom: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 3px solid #477cdb;
}
.blog-widget-form {
    position: relative;
}
.blog-widget-form input {
    width: 100%;
    height: 48px;
    padding-right: 15px;
    padding-left: 45px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-form input:focus-within {
    border-color: #477cdb;
}
.blog-widget-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    text-align: center;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-form button:hover {
    color: #477cdb;
}
.blog-widget-feed li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.blog-widget-feed li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.blog-widget-media img {
    width: 120px;
    border-radius: 6px;
    margin-right: 18px;
}
.blog-widget-text a {
    color: #444;
    margin-bottom: 12px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-text a:hover {
    color: #477cdb;
}
.blog-widget-text span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5e5d72;
}
.blog-widget-category li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
}
.blog-widget-category li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.blog-widget-category li:hover a {
    color: #477cdb;
}
.blog-widget-category li:hover a span {
    background: #477cdb;
}
.blog-widget-category li a {
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-category li a span {
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-tag li {
    margin-bottom: 12px;
    margin-right: 8px;
    display: inline-block;
}
.blog-widget-tag li a {
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 6px;
    color: #5e5d72;
    background: #fff;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-widget-tag li a:hover {
    color: #fff;
    background: #477cdb;
}
.blog-widget-social {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.blog-widget-social li a {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.blog-widget-social li .facebook {
    background: #3b5998;
}
.blog-widget-social li .twitter {
    background: #00acee;
}
.blog-widget-social li .linkedin {
    background: #0e76a8;
}
.blog-widget-social li .instagram {
    background: #f77737;
}
.blog-widget-social li .pinterest {
    background: #f0002a;
}
@media (max-width: 575px) {
    .blog-widget {
        padding: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-widget {
        padding: 20px;
    }
}
@media (min-width:992px){
    #mobilMenuKullanici{display: none !important;}
}
.blog-author {
    padding: 45px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #f1f2f3;
}
.blog-author-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.blog-author-info {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
}
.blog-author-info img {
    width: 100px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.blog-author-info h4 a {
    color: #444;
}
.blog-author-content ul {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.blog-author-content ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background: #477cdb;
    color: #fff;
}
.blog-author-content ul li .facebook {
    background: #3b5998;
}
.blog-author-content ul li .twitter {
    background: #00acee;
}
.blog-author-content ul li .linkedin {
    background: #0e76a8;
}
.blog-author-content ul li .instagram {
    background: #f77737;
}
.blog-author-content ul li .pinterest {
    background: #f0002a;
}
.blog-author-meta-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (minmax(180px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 15px;
}
.blog-author-meta-list li {
    padding: 12px 0;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-author-meta-list li:hover {
    background: #477cdb;
    color: #f1f2f3;
}
.blog-author-meta-list li:hover i {
    color: #f1f2f3;
}
.blog-author-meta-list li i {
    color: #477cdb;
    margin-right: 6px;
    font-size: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
@media (max-width: 767px) {
    .blog-author {
        padding: 25px;
    }
    .blog-author-group {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog-author-info {
        border: none;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 575px) {
    .blog-author {
        padding: 15px;
    }
}
.keyword-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}
.keyword-list li a {
    color: #5e5d72;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 6px;
    background: #f1f2f3;
    border: 1px solid #e3e3e3;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.keyword-list li a:hover {
    color: #fff;
    background: #477cdb;
}
@media (max-width: 767px) {
    .keyword-list {
        gap: 12px;
    }
    .keyword-list li a {
        font-size: 15px;
        padding: 8px 12px;
    }
}
.comment-item {
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #fff;
}
.comment-item:last-child {
    margin-bottom: 0;
}
.comment-item ul li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
    margin-left: 60px;
}
.comment-head {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.comment-media {
    border-radius: 50%;
    border: 2px solid #477cdb;
    margin-right: 15px;
}
.comment-media img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.comment-meta {
    position: relative;
}
.comment-meta h5 {
    white-space: nowrap;
    margin-bottom: 5px;
}
.comment-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: capitalize;
    color: #444;
}
.comment-meta span b {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 4px;
    padding: 3px 7px;
    text-transform: uppercase;
    background: #444;
    color: #fff;
}
.comment-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
.comment-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 7px 11px;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.comment-reply i {
    font-size: 18px;
    margin-top: -3px;
    margin-right: 3px;
}
.comment-reply:hover {
    color: #fff;
}
.comment-action {
    position: relative;
    margin-left: 15px;
}
.comment-action-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    background: #f1f2f3;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.comment-action-btn i:hover {
    color: #fff;
    background: #477cdb;
}
.comment-action-btn.active i {
    color: #fff;
    background: #477cdb;
}
.comment-action-list {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.comment-action-list.show {
    visibility: visible;
    opacity: 1;
}
.comment-action-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
    padding-left: 15px;
    text-transform: capitalize;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.comment-action-list a:hover {
    color: #477cdb;
}
.comment-action-list a:first-child {
    padding-top: 12px;
}
.comment-action-list a:last-child {
    padding-bottom: 12px;
}
.comment-action-list a i {
    font-size: 18px;
    margin-right: 8px;
}
.comment-action-list a span {
    font-size: 15px;
}
.comment-body h6 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
.comment-body h6 a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .comment-item ul li {
        margin-left: 30px;
    }
    .comment-user {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comment-media {
        margin: 0 0 8px;
    }
    .comment-meta span {
        margin-top: 3px;
    }
    .comment-widget {
        margin-top: 13px;
    }
}
@media (max-width: 575px) {
    .comment-item {
        padding: 0;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e3e3e3;
    }
    .comment-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-item ul li {
        margin-left: 50px;
    }
}
.review-item {
    padding: 25px 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #fff;
}
.review-item:last-child {
    margin-bottom: 0;
}
.review-item ul li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
    margin-left: 60px;
}
.review-head {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-media {
    border-radius: 50%;
    border: 2px solid #477cdb;
    margin-right: 15px;
}
.review-media img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.review-meta {
    position: relative;
}
.review-meta h5 {
    white-space: nowrap;
    margin-bottom: 5px;
}
.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: capitalize;
    color: #444;
}
.review-meta span b {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 4px;
    padding: 3px 7px;
    text-transform: uppercase;
    background: #444;
    color: #fff;
}
.review-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
.review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 7px 11px;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.review-reply i {
    font-size: 18px;
    margin-top: -3px;
    margin-right: 3px;
}
.review-reply:hover {
    color: #fff;
}
.review-action {
    position: relative;
    margin-left: 15px;
}
.review-action-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    background: #f1f2f3;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-action-btn i:hover {
    color: #fff;
    background: #477cdb;
}
.review-action-btn.active i {
    color: #fff;
    background: #477cdb;
}
.review-action-list {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-action-list.show {
    visibility: visible;
    opacity: 1;
}
.review-action-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
    padding-left: 15px;
    text-transform: capitalize;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-action-list a:hover {
    color: #477cdb;
}
.review-action-list a:first-child {
    padding-top: 12px;
}
.review-action-list a:last-child {
    padding-bottom: 12px;
}
.review-action-list a i {
    font-size: 18px;
    margin-right: 8px;
}
.review-action-list a span {
    font-size: 15px;
}
.review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 3px;
    margin-bottom: 8px;
}
.review-star i {
    font-size: 22px;
    color: #a8aeb1;
}
.review-star i.active {
    color: #ffb100;
}
.review-body h6 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
.review-body h6 a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .review-item ul li {
        margin-left: 30px;
    }
    .review-user {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .review-media {
        margin: 0 0 8px;
    }
    .review-meta span {
        margin-top: 3px;
    }
    .review-widget {
        margin-top: 13px;
    }
}
@media (max-width: 575px) {
    .review-item {
        padding: 0;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e3e3e3;
    }
    .review-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .review-item ul li {
        margin-left: 50px;
    }
}
.user-banner {
    background: #cc9f52;
}
.user-banner-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}
.user-banner-profile-avatar a {
    border-radius: 50%;
    border: 3px solid #cc9f52;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.user-banner-profile-avatar a img {
    width: 120px;
    border-radius: 50%;
    border: 3px solid transparent;
}
.user-banner-profile-name {
    margin-bottom: 12px;
}
.user-banner-profile-name h3 {
    font-size: 26px;
    color: #f1f2f3;
}
.user-banner-profile-name h3 a {
    color: #f1f2f3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.user-banner-profile-name h3 a:hover {
    color: #477cdb;
}
.user-banner-profile-name span {
    text-transform: capitalize;
    color: var(--bs-gray-400);
}
.user-banner-profile-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.user-banner-profile-contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    column-gap: 6px;
    color: var(--bs-gray-400);
}
.user-banner-profile-contact-list li i {
    font-size: 20px;
    line-height: 24px;
}
.user-banner-profile-contact-list li span {
    font-size: 16px;
}
.user-banner-data {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 40px;
}
    .user-banner-data li {
        position: relative;
        text-align: center;
        padding: 40px 15px 25px;
        border-radius: 6px;
        background: rgb(241 242 243);
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
        .user-banner-data li:hover {
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .user-banner-data li i {
            width: 45px;
            height: 45px;
            line-height: 45px;
            border-radius: 50%;
            text-align: center;
            font-size: 24px;
            color: #000 !important;
            background: rgb(210 168 81 / 80%);
            position: absolute;
            top: -22px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
    .user-banner-data li h3 {
        color: #000;
        font-size: 21px;
        margin-bottom: 2px;
        margin-top: 5px;
    }
.user-banner-data li p {
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.user-banner-data li.ads i {
    color: var(--bs-cyan);
}
.user-banner-data li.star i {
    color: #ffb100;
}
.user-banner-menu-list {
    padding: 0 30px;
    border-radius: 6px;
    background: rgb(210 168 81 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom:unset;
}
    .user-banner-menu-list li a {
        color: #0e0b09;
        padding: 20px 0;
        letter-spacing: 0.5px;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }
.user-banner-menu-list li a::before {
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 1;
    content: "";
    bottom: 0;
    background: #cc9f52;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.user-banner-menu-list li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    border-radius: 3px;
    border-top: 8px solid transparent;
    border-right: 8px solid #cc9f52;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #cc9f52;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.user-banner-menu-list li a:hover {
    color: #fff;
}
.user-banner-menu-list li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.user-banner-menu-list li a.active {
    color: #fff;
}
.user-banner-menu-list li a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.user-banner-menu-list li a.active::after {
    visibility: visible;
    bottom: -7px;
    opacity: 1;
}
@media (max-width: 991px) {
    #aracBaslik{font-size:18px !important;}
    .aracSiraNodiv {
        font-size: 25px !important;
        height: 35px !important;
        border-radius: 4px !important;
        left: 0px !important;
        width: 70px !important;
    }
    .user-banner-menu-list {
        display: none;
    }
    #desktopMenuKullanici{display:none !important;}
    #mobilMenuKullanici span {
        vertical-align: super !important; 
        padding-left: 6px;
    }
    .header-part .user-balance{display:none !important;}
}
@media (max-width: 575px) {
    .user-banner {
        padding-top: 115px;
    }
    .user-banner-profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .user-banner {
        padding-top: 140px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .user-banner {
        padding-top: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .user-banner-menu-list {
        padding: 0 20px;
    }
    .user-banner-menu-list li a {
        font-size: 13px;
    }
}
.banner-overlay {
    padding: 220px 0 220px;
    background: #100d0b94;
}
.banner-content {
    max-width: 580px;
    color: #f1f2f3;
}
.banner-content h1 {
    margin-bottom: 15px;
}
.banner-content p {
    margin-bottom: 40px;
    font-size:20px;
}
.banner-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    row-gap: 25px;
}
.banner-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 18px;
}
.banner-content ul li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: rgba(10, 9, 48, 0.8);
    color: #477cdb;
}
.banner-content ul li span {
    font-size: 20px;
}
.banner-content ul li span small {
    display: block;
    text-transform: capitalize;
    color: var(--bs-gray-400);
    margin-top: 3px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .banner-overlay {
        padding: 145px 0 100px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content p{
        font-size:16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-overlay {
        padding: 165px 0 120px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-overlay {
        padding: 205px 0 150px;
    }
}
.feature-part {
    padding: 30px 0;
    background: #100d0b;
    position: relative;
    z-index: 1;
}
.feature-part::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/shape/pattern-2.png);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(-1,1);
}
.feature-part .section-text h2,
.feature-part .section-text p {
    color: #f1f2f3;
}
.product-feature-slider .col {
    margin: 0 12px;
}
.product-feature-slider .dandik,
.product-feature-slider .bamdik {
    top: 40%;
}
@media (max-width: 575px) {
    .feature-part {
        padding: 70px 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .feature-part {
        padding: 80px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .feature-part {
        padding: 90px 0;
    }
}
.browse-nav {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.browse-nav .nav-link {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.browse-nav .nav-link i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-top: -38px;
    margin-right: 0;
    margin-bottom: 8px;
    color: #477cdb;
    background: #fff;
}
.browse-nav .nav-link span {
    margin-left: 0;
}
@media (max-width: 767px) {
    .browse-nav {
        grid-row-gap: 10px;
        grid-column-gap: 20px;
        -ms-grid-columns: (minmax(138px, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    }
    .browse-nav .nav-link {
        padding: 12px 8px;
    }
}
.about-media {
    margin-right: 30px;
    position: relative;
}
.about-media img {
    width: 100%;
    border-radius: 6px;
}
.about-overlay {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(10, 9, 48, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-overlay a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: rgb(210 168 81);
    text-shadow: 2px 3px 0 rgba(255, 255, 255, 0.3);
    -webkit-animation: video 2s linear infinite;
    animation: video 2s linear infinite;
} 
@-webkit-keyframes video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(210, 168, 81, 0.7), 0 0 0 0 rgba(210, 168, 81, 0.7);
        box-shadow: 0 0 0 0 rgba(210, 168, 81, 0.7), 0 0 0 0 rgba(210, 168, 81, 0.7);
    }
    30% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 0 rgba(210, 168, 81, 0.7);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 0 rgba(210, 168, 81, 0.7);
    }
    60% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
    }
}
@keyframes video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(210, 168, 81, 0.7), 0 0 0 0 rgba(210, 168, 81, 0.7);
        box-shadow: 0 0 0 0 rgba(210, 168, 81, 0.7), 0 0 0 0 rgba(210, 168, 81, 0.7);
    }
    30% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 0 rgba(210, 168, 81, 0.7);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 0 rgba(210, 168, 81, 0.7);
    }
    60% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
    }
}
.about-content h3 {
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: initial;
}
@media (max-width: 991px) {
    .about-media {
        margin-right: 0;
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .about-overlay a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .about-content h3 {
        font-size: 24px;
    }
}
.city-card-group {
    margin-top: 80px;
}
.city-card-group .col:nth-child(even) {
    margin-top: -80px;
}
@media (max-width: 991px) {
    .city-card-group {
        margin-top: 0;
    }
    .city-card-group .col:nth-child(even) {
        margin-top: 0;
    }
}
.review-part {
    padding: 60px 0;
    background: #fff2fe;
    position: relative;
    z-index: 1;
}
.review-part::before {
    content: "";
    top: 0;
    left: 0;
    background: url(../images/shape/map.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .review-part {
        padding: 30px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .review-part {
        padding: 40px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .review-part {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .review-slider .col {
        margin: 0 15px;
    }
}
.blog-slider .col {
    margin: 0 12px;
}
.blog-slider .dandik,
.blog-slider .bamdik {
    top: 35%;
}
.inventory-feature {
    padding: 30px 15px;
    background: #0a0930;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #0a0930;
    position: relative;
    z-index: 1;
}
.inventory-feature::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    background: url(../../images/shape/pattern.html);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inventory-feature-slider .col {
    margin: 0 15px;
}
.inventory-feature-slider .dandik,
.inventory-feature-slider .bamdik {
    top: 40%;
}
.product-single-meta-group {
    margin-bottom: 25px;
}
.product-single-meta-price {
    color: #477cdb;
    font-size: 32px;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: -0.8px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-single-meta-price small {
    letter-spacing: 0.3px;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
    margin-left: 5px;
    color: #5e5d72;
}
.product-single-meta-title {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #444;
}
.product-single-meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
}
.product-single-meta-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
.product-single-meta-list li i {
    font-size: 20px;
    color: var(--bs-gray-600);
}
.product-single-meta-list li a,
.product-single-meta-list li span,
.product-single-meta-list li button {
    color: #5e5d72;
    font-size: 17px;
    text-transform: capitalize;
}
.product-single-meta-list li a,
.product-single-meta-list li button {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-single-meta-list li a:hover,
.product-single-meta-list li button:hover {
    color: #477cdb;
    text-decoration: underline;
}
.product-single-data {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (minmax(135px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 25px;
}
.product-single-data li {
    position: relative;
    text-align: center;
    padding: 35px 0 20px;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.product-single-data li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #477cdb;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-single-data li h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 2px;
    font-family: sans-serif;
}
.product-single-data li p {
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.product-single-data li.view i {
    color: #11b76b;
}
.product-single-data li.click i {
    color: #b12fad;
}
.product-single-data li.rating i {
    color: #e86121;
}
.product-single-data li.view {
    background: #11b76b;
}
.product-single-data li.click {
    background: #b12fad;
}
.product-single-data li.rating {
    background: #e86121;
}
.product-single-action {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(180px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
    margin-bottom: 25px;
}
.product-single-action a,
.product-single-action button {
    padding: 12px 0;
    border-radius: 6px;
    background: #f1f2f3;
    color: #5e5d72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-single-action a:hover,
.product-single-action button:hover {
    color: #fff;
    background: #477cdb;
}
.product-single-action a i,
.product-single-action button i {
    font-size: 20px;
}
.product-single-action a span,
.product-single-action button span {
    font-size: 16px;
    margin-left: 6px;
    text-transform: capitalize;
    white-space: nowrap;
}
.product-single-action .compare.active {
    color: #fff;
    background: #b12fad;
}
.product-single-action .favorite.active {
    color: #fff;
    background: #ff3838;
}
.product-single-slider {
    margin-bottom: 50px;
}
.product-single-slider .slick-slide {
    margin: 0 12px;
    opacity: 0.3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-single-slider .slick-center {
    opacity: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-single-slider img {
    width: 100%;
    border-radius: 6px;
}
.product-single-slider .dandik,
.product-single-slider .bamdik {
    color: #fff;
    background: #477cdb;
    opacity: 1;
    visibility: visible;
}
.product-single-slider .bamdik {
    left: 90px;
}
.product-single-slider .dandik {
    right: 90px;
}
.product-single-scrollspy-btns {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(150px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 25px;
}
.product-single-scrollspy-btns.fixed {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 8px 25px;
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.product-single-scrollspy-btns a,
.product-single-scrollspy-btns button {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
    padding: 15px 12px;
    border-radius: 6px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #444;
    background: var(--bs-gray-300);
}
.product-single-scrollspy-btns a:hover,
.product-single-scrollspy-btns button:hover {
    color: #fff;
    background: #477cdb;
}
.product-single-scrollspy-btns a i,
.product-single-scrollspy-btns button i {
    font-size: 22px;
}
.product-single-scrollspy-btns a.active,
.product-single-scrollspy-btns button.active {
    background: #477cdb;
    color: #fff;
}
.product-single-scrollspy-btns a:nth-child(6),
.product-single-scrollspy-btns button:nth-child(6) {
    background: #0a0930;
    color: #ffb100;
}
.product-single-scrollspy-btns a:nth-child(7),
.product-single-scrollspy-btns button:nth-child(7) {
    background: #0a0930;
    color: #fff;
}
.product-single-video {
    width: 100%;
    height: 400px;
    border-radius: 6px;
}
.product-single-feature-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.product-single-feature-list {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}
.product-single-feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}
.product-single-feature-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.product-single-feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.product-single-feature-list li span {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-single-feature-list li span:last-child {
    font-weight: 500;
}
.product-single-feature-list li i {
    font-size: 20px;
}
.product-single-feature-list li i.check {
    color: #11b76b;
}
.product-single-feature-list li i.remove {
    color: #ff3838;
}
.product-single-vendor .vendor-grid-avatar img {
    border-color: #fff;
}
.product-single-vendor .vendor-grid-action a,
.product-single-vendor .vendor-grid-action button {
    background: #f1f2f3;
}
.product-single-vendor .vendor-grid-action a:hover,
.product-single-vendor .vendor-grid-action button:hover {
    color: #fff;
    background: #477cdb;
}
.product-single-calculate-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}
.product-single-calculate-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.product-single-calculate-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.product-single-calculate-list li span {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-single-calculate-list li span:last-child {
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
}
.product-single-category,
.product-single-brand {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.product-single-category .category-card {
    background: #fff;
    margin-bottom: 0;
}
.product-single-category .category-card img {
    width: 70px;
    border-color: rgba(71, 124, 219, 0.3);
}
.product-single-category .category-card span {
    font-size: 16px;
}
.product-single-brand .brand-card {
    background: #fff;
    margin-bottom: 0;
}
.product-single-brand .brand-card img {
    height: 50px;
}
.product-single-social-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.product-single-social-list li a {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.product-single-social-list li .facebook {
    background: #3b5998;
}
.product-single-social-list li .twitter {
    background: #00acee;
}
.product-single-social-list li .linkedin {
    background: #0e76a8;
}
.product-single-social-list li .instagram {
    background: #f77737;
}
.product-single-social-list li .pinterest {
    background: #f0002a;
}
.related-slider .col {
    margin: 0 12px;
}
.related-slider .dandik,
.related-slider .bamdik {
    top: 43%;
}
.modal-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 50px;
}
.modal-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.modal-contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
}
.modal-contact ul li i {
    font-size: 50px;
    color: #477cdb;
}
.modal-contact ul li span {
    font-weight: 500;
    white-space: nowrap;
}
.modal-contact iframe {
    width: 400px;
    height: 400px;
    border-radius: 6px;
}
.modal-review {
    max-width: 800px;
}
.modal-review .review-item,
.modal-review .form-control {
    background: #f1f2f3;
}
.modal-product-single-form {
    max-width: 800px;
}
.modal-product-single-form .form-control,
.modal-product-single-form .form-select {
    background: #f1f2f3;
}
@media (max-width: 1199px) {
    .product-single-meta-group {
        margin-bottom: 40px;
    }
    .product-single-scrollspy-btns {
        -ms-grid-columns: (minmax(50px, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        gap: 10px;
    }
    .product-single-scrollspy-btns a span,
    .product-single-scrollspy-btns button span {
        display: none;
    }
}
@media (max-width: 991px) {
    .product-single-scrollspy-btns a,
    .product-single-scrollspy-btns button {
        padding: 12px 10px;
    }
}
@media (max-width: 767px) {
    .product-single-video {
        height: 230px;
    }
    .modal-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .product-single-meta-price {
        font-size: 26px;
    }
    .product-single-meta-title {
        font-size: 28px;
    }
    .product-single-scrollspy-btns a,
    .product-single-scrollspy-btns button {
        padding: 8px 10px;
    }
    .modal-review .review-item {
        background: #fff;
    }
    .modal-review .form-control {
        background: #f1f2f3;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .product-single-slider .dandik {
        right: 30px;
    }
    .product-single-slider .bamdik {
        left: 30px;
    }
}
.coming-part .align-items-center {
    height: 100vh;
}
.coming-content {
    text-align: center;
}
.coming-title {
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.coming-clock {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.coming-subtitle {
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #5e5d72;
}
.coming-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}
.coming-form input {
    width: 400px;
    height: 50px;
    padding: 0 25px;
    border-radius: 50px;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
}
.coming-form button {
    margin-left: 15px;
}
.coming-form button i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    color: #477cdb;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.coming-form button i:hover {
    color: #fff;
    background: #477cdb;
}
.coming-social a {
    font-size: 16px;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #477cdb;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.coming-social a:hover {
    color: #fff;
    background: #477cdb;
}
@media (max-width: 575px) {
    .coming-title {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .coming-timer span {
        font-size: 25px;
        padding: 0 15px;
    }
    .coming-timer span small {
        font-size: 15px;
    }
    .coming-form input {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .coming-part {
        padding: 50px 0;
    }
    .align-items-center {
        height: auto;
    }
    .coming-social {
        margin-bottom: 40px;
    }
}
.error-content {
    text-align: center;
    padding: 60px 0;
}
.error-content img {
    width: 100%;
    min-width: 250px;
    max-width: 800px;
    margin-bottom: 50px;
}
.error-content h1 {
    font-size: 28px;
    margin-bottom: 3px;
    color: #444;
}
.error-content p {
    margin-bottom: 25px;
}
.error-content a i {
    margin-top: -2px;
    margin-right: 3px;
}
.price-faq .accordion-item {
    background: rgba(71, 124, 219, 0.08);
}
.price-faq .accordion-item:last-child {
    margin-bottom: 0;
}
.blog-single-img {
    width: 100%;
    height: 550px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.25);
}
.blog-single-content {
    padding: 45px 35px 0;
}
.blog-single-meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 25px;
}
.blog-single-meta-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    text-transform: uppercase;
}
.blog-single-meta-list li i {
    font-size: 22px;
    color: #477cdb;
}
.blog-single-meta-list li span a:hover {
    text-decoration: underline;
}
.blog-single-title {
    margin-bottom: 20px;
}
.blog-single-para {
    line-height: 30px;
    margin-bottom: 40px;
}
.blog-single-para a {
    font-weight: 500;
}
.blog-single-para a:hover {
    text-decoration: underline;
}
.blog-single-para span {
    display: block;
    margin-top: 20px;
}
.blog-single-quote {
    padding: 60px;
    border-radius: 10px;
    margin-bottom: 40px;
    background: #0a0930;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.blog-single-quote i {
    font-size: 100px;
    color: #477cdb;
    position: absolute;
    top: 40px;
    left: 50px;
}
.blog-single-quote p {
    font-size: 34px;
    line-height: 1.4;
    color: #f1f2f3;
    margin-left: 130px;
}
.blog-single-quote h5 {
    letter-spacing: 3px;
    color: #477cdb;
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.blog-single-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-top: 30px;
}
.blog-single-widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}
.blog-single-widget-list span {
    font-weight: 500;
    text-transform: capitalize;
    color: #444;
}
.blog-single-widget-list a {
    font-size: 16px;
    padding: 3px 12px;
    border-radius: 4px;
    color: #5e5d72;
    background: #f1f2f3;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-single-widget-list a:hover {
    background: #477cdb;
    color: #fff;
}
.blog-single-suggest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    margin-bottom: 30px;
    gap: 50px;
}
.blog-single-suggest .blog-grid-card {
    margin: 0;
}
.blog-single-navigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}
.blog-single-navigate a {
    padding: 12px 30px;
    color: #477cdb;
    background: #f1f2f3;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-single-navigate a:hover {
    color: #fff;
    background: #477cdb;
}
@media (max-width: 991px) {
    .blog-single-img {
        height: auto;
    }
}
@media (max-width: 767px) {
    .blog-single-quote {
        padding: 35px;
    }
    .blog-single-quote i {
        font-size: 70px;
        top: 23px;
        left: 25px;
    }
    .blog-single-quote p {
        font-size: 24px;
        margin-left: 80px;
    }
    .blog-single-quote h5 {
        font-size: 16px;
    }
    .blog-single-suggest {
        gap: 25px;
    }
}
@media (max-width: 575px) {
    .blog-single-content {
        padding: 25px 10px 0;
    }
    .blog-single-quote {
        padding: 25px;
        gap: 30px;
    }
    .blog-single-quote i {
        font-size: 70px;
        top: 15px;
        left: 15px;
    }
    .blog-single-quote p {
        margin: 0;
        font-size: 22px;
        margin-top: 60px;
    }
    .blog-single-quote h5 {
        font-size: 16px;
    }
    .blog-single-suggest {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-single-navigate {
        gap: 15px;
    }
    .blog-single-navigate a {
        padding: 10px 18px;
    }
}
.dashboard-announce-list {
    list-style-type: disc;
    margin-bottom: 25px;
}
.dashboard-announce-list:last-child {
    margin-bottom: 0;
}
.dashboard-announce-list li {
    margin-left: 20px;
    margin-bottom: 20px;
}
.dashboard-announce-list li:last-child {
    margin-bottom: 0;
}
.dashboard-announce-list li b {
    font-weight: 600;
}
.dashboard-announce-list li a {
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dashboard-announce-list li a:hover {
    text-decoration: underline;
}
.dashboard-announce-date {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.dashboard-specify-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}
.dashboard-specify-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.dashboard-specify-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.dashboard-specify-list li span {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
.dashboard-specify-list li span:last-child {
    font-weight: 500;
}
.dashboard-article p {
    line-height: 30px;
}
.dashboard-article p span {
    margin-top: 30px;
    display: block;
}
.dasboard-resource-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.dasboard-resource-list li:last-child {
    margin-bottom: 0;
}
.dasboard-resource-list li i {
    font-size: 20px;
    margin-top: 3px;
    margin-right: 10px;
    color: #477cdb;
}
.dasboard-resource-list li a {
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dasboard-resource-list li a:hover {
    color: #477cdb;
    text-decoration: underline;
}
.profile-cover-image {
    margin-bottom: 25px;
}
.profile-cover-image img {
    width: 100%;
    border-radius: 6px;
    border: 15px solid #f1f2f3;
}
.profile-article p {
    line-height: 30px;
}
.profile-article p span {
    margin-top: 30px;
    display: block;
}
.profile-location iframe {
    width: 100%;
    height: 400px;
}
.profile-specify-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}
.profile-specify-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.profile-specify-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.profile-specify-list li span {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
.profile-specify-list li span:last-child {
    font-weight: 500;
}
.profile-social-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.profile-social-list li a {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    border-radius: 6px;
    background: #477cdb;
    color: #fff;
}
.profile-social-list li .facebook {
    background: #3b5998;
}
.profile-social-list li .twitter {
    background: #00acee;
}
.profile-social-list li .linkedin {
    background: #0e76a8;
}
.profile-social-list li .instagram {
    background: #f77737;
}
.profile-social-list li .pinterest {
    background: #f0002a;
}
.create-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.create-nav-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    gap: 15px;
    padding: 18px 20px;
    border-radius: 6px;
    background: #fff;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
/*.create-nav-list li::after {
    font-family: "Material Icons";
    position: absolute;
    content: "\e15c";
    font-size: 22px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a8aeb1;
}*/
/*.create-nav-list li.complete::after {
    content: "\e86c";
    color: #11b76b;
}*/
    .create-nav-list li.active {
        background: #cc9f52;
        color: #fff;
    }
.create-ads-form .common-card {
    display: none;
}
.create-ads-form .common-card.active {
    display: block;
}
.create-extra-input {
    margin-top: 25px;
    margin-bottom: 45px;
}
.create-extra-input h5 {
    margin-bottom: 25px;
}
.create-feature-check,
.create-feature-switch {
    margin-bottom: 20px;
}
.create-feature-check h5,
.create-feature-switch h5,
.create-feature-radio h5 {
    margin-bottom: 20px;
}
.create-media {
    margin-bottom: 50px;
}
.video-input {
    height: 64px;
    border: 2px dashed #e3e3e3;
}
.create-social input {
    background: #f1f2f3;
}
.create-social input:focus {
    background: #f1f2f3;
}
.create-edit-faqs {
    margin-bottom: 50px;
}
.create-edit-faqs input,
.create-edit-faqs textarea {
    background: #f1f2f3;
}
.create-edit-faqs input:focus,
.create-edit-faqs textarea:focus {
    background: #f1f2f3;
}
.create-edit-faqs .accordion-item.active h5 {
    margin-bottom: 25px;
}
.create-price-card {
    padding: 25px 25px 22px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.create-price-card i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 24px;
    color: #477cdb;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.create-price-card h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    color: #5e5d72;
}
.create-price-card h6 {
    font-size: 34px;
    font-weight: 700;
    font-family: sans-serif;
    margin-bottom: 3px;
}
.create-price-card a {
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 16px;
}
.create-price-card a:hover {
    text-decoration: underline;
}
.create-price-card.active {
    border-color: #477cdb;
}
.create-price-card.active i {
    visibility: visible;
    opacity: 1;
}
.create-billing {
    margin-top: 25px;
}
.create-billing h5 {
    margin-bottom: 15px;
}
.create-billing .form-check-label {
    text-transform: inherit;
}
.create-pay-card {
    text-align: center;
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #fff;
    border: 2px solid #fafafa;
    cursor: pointer;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-size: 16px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
    .create-pay-card i {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 22px;
        color: #ffffff;
        visibility: hidden;
        opacity: 0;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }
.create-pay-card img {
    height: 25px;
    margin-bottom: 10px;
}
.create-pay-card small {
    display: block;
}
    .create-pay-card.active {
        border-color: #222222;
        background: #222222;
        color: #fff;
    }
.create-pay-card.active i {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 575px) {
    .create-nav-list li {
        background: #f1f2f3;
    }
    .create-edit-faqs input,
    .create-edit-faqs textarea {
        background: #fff;
    }
    .create-edit-faqs .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    .create-pay-card {
        background: #f1f2f3;
        border-color: #f1f2f3;
    }
    .create-price-card {
        background: #f1f2f3;
    }
}
.product-grid-card:hover .posted-widget {
    visibility: visible;
    opacity: 1;
}
.posted-widget {
    position: absolute;
    top: 48px;
    right: 12px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.posted-widget a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px;
    font-size: 20px;
    border-radius: 6px;
    background: rgba(10, 9, 48, 0.8);
    color: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.posted-widget a.edit {
    background: rgba(17, 183, 107, 0.9);
}
.posted-widget a.delete {
    background: rgba(255, 56, 56, 0.9);
}
.ihale-title {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 3fr 5fr 2fr 1fr;
    grid-template: auto / 2fr 7fr 1.8fr;
}

.ihale-item {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 3fr 5fr 2fr 1fr;
    grid-template: auto / 2fr 7fr 1.8fr;
}
.ihale-title h6 {
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 15px;
    border-radius: 6px;
    background: #f1f2f3;
}
.ihale-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}
.ihale-list{margin-bottom:unset !important;}
.ihale-item:last-child {
    border-bottom: none;
}
.favorite-media {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 20px;
}
.ihale-media img {
    width: 100%;
    border-radius: 6px;
}
.favorite-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.favorite-badge .badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.favorite-hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    color: #f1f2f3;
    background: rgba(10, 9, 48, 0.8);
}
.favorite-hints i {
    font-size: 18px;
    margin-right: 3px;
}
.favorite-info {
    margin: 0 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.ihale-info h3 {
    margin-bottom: 10px;
}
.ihale-info h3 a {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.ihale-info h3 a:hover {
    color: #477cdb;
}
.ihale-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
    .ihale-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4px;
        margin-right: 22px;
    }
        .ihale-info ul li svg {
            fill: #4c4c4c;
            margin-right: 5px;
            height: 22px;
        }
        .ihale-info ul li i {
            font-size: 20px;
            line-height: 24px;
            margin-right: 5px;
            color: var(--bs-gray-600);
        }
        .ihale-info ul li a,
        .ihale-info ul li span {
            font-size: 16px;
            text-transform: capitalize;
        }
        .ihale-info ul li a {
            color: #5e5d72;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            -o-transition: all linear 0.3s;
        }
            .ihale-info ul li a:hover {
                text-decoration: underline;
            }
.ihale-info h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #0e0b09;
}
    .ihale-info h5 small {
        font-size: 15px;
        font-weight: 400;
        color: #5e5d72;
    }
.ihale-widget {
    display: -ms-grid;
    display: grid;
    grid-gap: 13px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 20px;
}
    .ihale-widget a,
    .ihale-widget button {
        padding: 10px 12px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #5e5d72;
        background: var(--bs-gray-300);
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }
.favorite-widget a:hover,
.favorite-widget button:hover {
    color: #fff;
    background: #477cdb;
}
.favorite-widget a i,
.favorite-widget button i {
    font-size: 20px;
}
.favorite-widget a span,
.favorite-widget button span {
    margin-left: 6px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.favorite-widget .compare.active {
    color: #fff;
    background: #b12fad;
}
.favorite-widget .favorite.active {
    color: #fff;
    background: #ff3838;
}
.favorite-close {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    color: #5e5d72;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.favorite-close i {
    font-size: 30px;
}
.favorite-close:hover {
    color: #477cdb;
}
@media (max-width: 1199px) {
    .ihale-media,
    .ihale-info,
    .ihale-widget {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .ihale-item {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
    }
}
@media (max-width: 991px) {
    .ihale-title {
        display: none;
    }
    .ihale-widget {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ihale-item {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 2fr;
        grid-template: auto / 2fr 2fr;
    }
    .ihale-media,
    .ihale-info,
    .ihale-widget {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.compare-table {
    text-align: center;
}
.compare-table tbody tr td {
    padding: 15px;
}
.compare-table-img {
    width: 100%;
    min-width: 150px;
    max-width: 300px;
    border-radius: 6px;
}
.compare-table-text {
    text-transform: capitalize;
}
.compare-table-price {
    font-size: 25px;
    font-weight: 700;
    font-family: sans-serif;
    color: #477cdb;
}
.compare-table-review ul {
    line-height: 20px;
}
.compare-table-review ul li {
    font-size: 18px;
    color: #a8aeb1;
}
.compare-table-review ul li.active {
    color: #ffb100;
}
.compare-table-review a {
    color: #5e5d72;
    font-size: 16px;
    font-family: sans-serif;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.compare-table-review a:hover {
    text-decoration: underline;
}
.compare-table-review a b {
    font-weight: 700;
}
.compare-table-vendor {
    color: #5e5d72;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.compare-table-vendor:hover {
    text-decoration: underline;
}
.compare-table-remove {
    color: #fff;
    background: #ff3838;
    padding: 8px 25px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 500;
}
.compare-table-remove:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .compare-table {
        width: 700px;
        overflow-x: scroll;
    }
}
.rating-average-score {
    font-size: 80px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    text-align: center;
}
.rating-average-total {
    color: #5e5d72;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.rating-average-list {
    margin-bottom: 25px;
}
.rating-average-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}
.rating-average-graphline {
    width: 100%;
    border-radius: 6px;
    background: var(--bs-gray-300);
}
.rating-average-graphline span {
    height: 6px;
    border-radius: 6px;
    background: #ffb100;
    display: block;
}
.rating-average-count,
.rating-average-user {
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.rating-average-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}
.rating-average-star i {
    font-size: 24px;
    color: #a8aeb1;
}
.rating-average-star i.active {
    color: #ffb100;
}
.rating-average-text {
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
}
.review {
    background: inherit;
    padding: 0;
}
.notify-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #e3e3e3;
}
.notify-item:first-child {
    padding-top: 0;
}
.notify-item:last-child {
    border-bottom: none;
}
.notify-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    color: #5e5d72;
}
.notify-content:hover {
    color: #5e5d72;
}
.notify-media {
    position: relative;
}
    .notify-media img {
        width: 80px;
        border-radius: 20%;
    }
.notify-media i {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: -5px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.notify-media i.favorite {
    background: rgba(255, 56, 56, 0.75);
}
.notify-media i.rating {
    background: rgba(255, 177, 0, 0.75);
}
.notify-media i.comment {
    background: rgba(17, 183, 107, 0.75);
}
.notify-media i.announce {
    background: rgba(102, 16, 242, 0.75);
}
.notify-media i.blog {
    background: rgba(177, 47, 173, 0.75);
}
.notify-media i.privacy {
    background: rgba(71, 124, 219, 0.75);
}
.notify-meta {
    width: 100%;
    position: relative;
}
.notify-meta span {
    display: block;
}
.notify-meta span b {
    font-weight: 500;
}
.notify-meta small {
    display: block;
}
.notify-close {
    color: #444;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.notify-close:hover {
    color: #477cdb;
}
.setting-nav {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.setting-nav .nav-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 20px;
    color: #5e5d72;
    background: #fff;
}
.setting-nav .nav-link:hover {
    color: #5e5d72;
    background: #fff;
}
.setting-nav .nav-link.active {
    color: #fff;
    background: #cc9f52;
}
@media (max-width: 575px) {
    .setting-nav {
        grid-gap: 15px;
    }
    .setting-nav .nav-link {
        background: #f1f2f3;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .setting-nav {
        display: -ms-grid;
        display: grid;
        grid-gap: 25px;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .setting-nav .nav-link {
        gap: 10px;
    }
}
.auth-body {
    overflow: hidden;
}
.auth-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.auth-banner {
    width: 60%;
    height: 51vh;
    position: relative;
}
.auth-banner-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.auth-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: auto;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.auth-content {
    padding: 50px;
    max-width: 700px;
}
.auth-logo {
    margin-bottom: 35px;
}
.auth-logo img {
    height: 50px;
}
.auth-headline {
    color: #444;
    font-size: 32px;
    margin-bottom: 15px;
}
.auth-details {
    margin-bottom: 45px;
    color: #444;
}
.auth-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
}
.auth-social h5 {
    color: #f1f2f3;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.auth-social h5::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: auto;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1f2f3;
}
.auth-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
}
.auth-social ul li a {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.auth-social ul li a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.auth-social ul li .facebook {
    background: #3b5998;
}
.auth-social ul li .twitter {
    background: #00acee;
}
.auth-social ul li .linkedin {
    background: #0e76a8;
}
.auth-social ul li .instagram {
    background: #f77737;
}
.auth-social ul li .youtube {
    background: red;
}
.auth-form-content {
    padding: 40px 60px; 
}
.auth-form-title {
    color: #444;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: inherit;
}
.auth-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth-form .form-control {
    background: var(--bs-gray-100);
}
.auth-form .form-check-label {
    text-transform: initial;
    font-size: 16px;
    color:#444;
}
.auth-form .form-check-label a {
    color: #f1f2f3;
    color: var(--bs-gray-200);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.auth-form .form-check-label a:hover {
    text-decoration: underline;
}
.auth-form .form-btn {
    background: rgb(210 168 81);
}
.form-group-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}
.auth-forgot {
    color:#444;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.auth-forgot:hover {
    color: var(--bs-gray-200);
    text-decoration: underline;
}
.auth-form-or {
    margin: 20px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.auth-form-or span {
    width: 38px;
    height: 38px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.3px;
    font-size: 16px;
    color: #fff;
    background: #cc9f52;
    border: 1px solid #cc9f52;
}
.auth-form-or::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 17px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0e0b09;
}
.auth-form-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}
.auth-form-continue li a {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}
.auth-form-continue li a i {
    margin-right: 10px;
}
.auth-form-continue li .facebook {
    background: #3b5998;
}
.auth-form-continue li .instagram {
    background: #f77737;
}
.auth-form-text {
    color: #444;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.3px;
}
.auth-form-text a {
    color: #444; 
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.auth-form-text a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .auth-body {
        overflow-y: scroll;
    }
    .auth-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .auth-banner {
        display: none;
    }
    .auth-form-content {
        padding: 60px;
        overflow-y: inherit;
    }
    .auth-form {
        width: 100% !important;
        height: auto;
    }
    .auth-form-content {
        padding: 20px 10px !important;
    }
}
@media (max-width: 575px) {
    .auth-form-content {
        padding: 50px 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .auth-form-content {
        padding: 50px 35px;
    }
}
.faq-category {
    padding: 50px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f1f2f3;
}
.faq-category-title {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 3px solid #477cdb;
}
.faq-form {
    padding: 80px;
    border-radius: 6px;
    background: rgba(71, 124, 219, 0.1);
}
@media (max-width: 575px) {
    .faq-category {
        padding: 0;
        margin-bottom: 50px;
        background: transparent;
    }
    .faq-form {
        padding: 0;
        background: transparent;
    }
}
.privacy-group {
    margin-bottom: 50px;
}
.privacy-group:last-child {
    margin-bottom: 0;
}
.privacy-title {
    margin-bottom: 15px;
    text-transform: inherit;
}
.contact-map iframe {
    width: 100%;
    height: 620px;
    border-radius: 6px;
}
.contact-form {
    padding: 60px;
    border-radius: 6px;
    background: #d8d8d8;
}
.contact-form-title {
    color: #444;
    font-size: 26px;
    margin-bottom: 30px;
}
@media (min-width: 1199px) {
    .contact-map {
        margin-right: 15px;
    }
    .contact-form {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .contact-form {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .contact-form {
        padding: 25px;
    }
}

.page-content{margin:50px 0px;}


@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ring-preloader {
    background: rgba(17, 16, 16, 0.96);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #cc9f52;
        border-color: #cc9f52 transparent #cc9f52 transparent;
        -webkit-animation: lds-dual-ring 1.2s linear infinite;
        animation: lds-dual-ring 1.2s linear infinite;
    }
.top-menu {
    top: 0;
    left: 0;
    padding: 10px 25px;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    background: #000000a8;
}

.top-menu-item {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

    .top-menu-item a span {
        text-transform: unset;
    }


.vitrin-araclar .product-grid-btn {
    display: block;
}

.home-menu {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    gap: 20px;
    line-height: 80px;
}

/*   .sidebar-open {
            display: none;
        }*/

.sticky .sidebar-open i {
    color: #444;
}

@media screen and (max-width:991px) {
    .home-menu {
        gap: 10px !important;
    }
    #mobilMenuKullanici{max-width:200px !important;}
    .sidebar-open {
        display: flex !important;
    }
}


.acilir-menu {
    cursor: pointer; 
}

.userName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    text-transform: unset !important;
    z-index: 999;
    color: #000;
}



.header-part.sticky .acilir-menu i {
    color: #000;
}

.acilir-menu.active i {
    z-index: 999;
    color: #000;
}

.acilir-menu-icerik {
    display: none;
    background: #fff;
    position: absolute;
    left: 0px;
    text-align: left;
    border-radius: 3px;
    top: 65px; 
    font-size: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    width: 170px;
}

    .acilir-menu-icerik a {
        color: #444;
        padding: 5px 10px;
        font-size: 14px;
        display: block;
        line-height: 35px;
        border-bottom: 1px solid gainsboro;
    }

        .acilir-menu-icerik a:hover {
            background: #f1f2f3;
        }

    .acilir-menu-icerik.active {
        display: block;
    }

.header-part .overlay {
    background: rgb(210 168 81 / 10%);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sidebar-content .nav-item .nav-text, .sidebar-content .drop-link span {
    color: #000;
    font-size: 15px;
}

.sidebar-content .nav-item i, .sidebar-content .sidebar-group i {
    color: #cc9f52;
}

.breadcrumbTitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.breadcrumbLi {
    padding: unset !important;
    background: unset !important;
    margin-top:10px;
}

    .breadcrumbLi li {
        display: inline-block;
        color: #fff;
    }


.pb0 {
    padding-bottom: 0px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.header-part .user-balance {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    height: 37px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 150px;
    border-bottom: 1px solid #2378f0;
}
    .header-part .user-balance > span {
        color: #fff;
        font-size: 13px;
        line-height: 25px !important;
    }
.header-part.sticky .user-balance > span {
    color: #444 !important; 
}
    .header-part .user-balance > button {
        line-height: 25px !important;
    }
#desktopMenuKullanici{line-height:40px;}

/*Chat*/
#duyuru-circle {
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    left: 30px;
    background: #cc9f52;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000;
    padding: 18px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#genel-duyuru-circle {
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    left: 100px;
    background: #bbbbbb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000;
    padding: 18px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#chat-circle {
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    left: 30px;
    background: #1b8a3f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: white;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
    display: none;
    background: #efefef;
    position: fixed;
    z-index: 99999;
    left: 30px;
    bottom: 50px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    background: #1b8a3f;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .chat-box-body:after {
        content: "";
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

#chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    color: #888;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.chat-input > form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}

#chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}

#chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

#chat-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    bottom: 3px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5A5EB9;
    width: 35px;
    height: 35px;
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

    .chat-logs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .chat-logs::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .chat-logs::-webkit-scrollbar-thumb {
        background-color: #5A5EB9;
    }



@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}

.chat-msg.user > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
}

.chat-msg.admin > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
}

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 30px;
}

.chat-msg {
    clear: both;
}

    .chat-msg.admin > .cm-msg-text {
        float: right;
        margin-right: 10px;
        background: #1b8a3f;
        color: white;
    }

.cm-msg-button > ul > li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
/*chat End*/

#dvBreadCrumb {
    background: #707475;
    padding: 12px 0;
}
.bread-crumb-container {
    text-align: center;
}
    .bread-crumb-container .bread-crumb-list {
        display: flex;
        justify-content: center;
    }
        .bread-crumb-container .bread-crumb-list a, .bread-crumb-container .bread-crumb-list span {
            color: #fff;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 500;
        }
        .bread-crumb-container .bread-crumb-list a:first-child {
            padding-left: 0px !important;
             }
        .bread-crumb-container .bread-crumb-list i.arrow-right {
            vertical-align:top;
            padding-left: 10px;
            position: relative;
            left: 0;
            color:#fff;
        }

.footer-top ul li a{color:#fff;}



/*.acilir-menu-icerik {
    display: none;
    background: #fff;
    position: absolute;
    left: 0px;
    text-align: left;
    top: 40px;
    font-size: 15px;
    max-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .acilir-menu-icerik a {
        color: #444;
        padding: 14px 16px;
        display: block;
    }
*/




.acilir-menu:hover .acilir-menu-icerik {
    display: block;
}

.acilir-menu-icerik:hover {
    display: block;
}
.section-head .section-text p{font-size:18px;}

#footer {
    background: #0f0c09 url(/Content/images/banner/footer-bg.png) no-repeat right;
}

    #footer .wrapper {
        width: 1354px;
        margin: 0 auto;
    }

.footer-container {
    color: #fff;
    padding: 80px 0 10px;
}

    .footer-container .top-footer {
        display: flex;
        flex-wrap: wrap;
    }

        .footer-container .top-footer .item-left {
            margin-right: 20px;
        }

        .footer-container .top-footer > div {
            width: calc(50% - 20px);
        }

        .footer-container .top-footer .item-left .footer-text {
            position: relative;
            padding-top: 10px;
            margin-top: 24px;
            width: 519px;
        }

            .footer-container .top-footer .item-left .footer-text:before {
                content: "";
                height: 2px;
                position: absolute;
                background: #cd9f52;
                top: 39px;
                width: 15%;
                right: 0;
                transform: skew(0, 45deg);
            }

        .footer-container .top-footer .item-left p {
            color: #fff;
            width: 420px;
            margin: 15px 0;
            font-size: 16px;
        }

        .footer-container .top-footer .item-left .footer-text:after {
            content: "";
            height: 2px;
            position: absolute;
            background: #cd9f52;
            top: 0;
            width: 85%;
            left: 0;
        }

        .footer-container .top-footer .item-right {
            margin-left: 20px;
            display: flex;
            flex-wrap: wrap;
        }

    .footer-container .footer-menu {
        display: flex;
        width: calc(33.33% - 20px);
        flex-direction: column;
    }

        .footer-container .footer-menu .title {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
        }

    .footer-container .top-footer .item-right ul li {
        list-style: none;
    }

        .footer-container .top-footer .item-right ul li a {
            font-size: 15px;
            line-height: 30px;
            color: #535353;
            font-weight: 400;
        }

    .footer-container .bottom-footer {
        display: flex;
        justify-content: space-between;
        padding: 15px 0 0;
        align-items: center;
    }

        .footer-container .bottom-footer p {
            font-size: 13px;
        }

    .footer-container .social-list {
        display: flex;
        position: relative;
        padding: 30px 0;
    }

        .footer-container .social-list:before {
            content: "";
            height: 2px;
            position: absolute;
            background: #333333;
            top: 27px;
            width: 14%;
            left: -50px;
            transform: skew(0, 314deg);
        }

        .footer-container .social-list:after {
            content: "";
            height: 2px;
            position: absolute;
            background: #333333;
            top: 0;
            width: 100%;
            right: 0;
        }

        .footer-container .social-list a {
            margin: 0 20px;
        }

@media screen and (max-width: 1660px) {
    #footer .wrapper {
        width: 95%;
    }
}

@media screen and (max-width: 1439px) {
    .footer-container .top-footer .item-left .footer-text {
        width: 450px;
    }
}

@media screen and (max-width: 1279px) {
    .footer-container .top-footer {
        flex-direction: column;
    }

        .footer-container .top-footer > div {
            width: 100%;
        }

        .footer-container .top-footer .item-left .footer-text {
            margin: 25px auto;
        }
}

@media screen and (max-width: 1023px) {
    .footer-container .top-footer .item-left .footer-text::before {
        display: none;
    }

    .footer-container .footer-menu {
        display: none;
    }

    .footer-container .bottom-footer {
        align-items: center;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .footer-container .top-footer .item-left .footer-text {
        width: 100%;
    }

    .footer-container .top-footer .item-left p {
        width: 100%;
    }
}

#siteDuyurusu{text-align:center;}
    #siteDuyurusu p {
        font-size: 18px;
        color: #000;
        padding: 10px 0px;
        border-top: 1px solid gainsboro;
        margin-top: 10px;
    }


  .modal-backdrop {
        background-color: #000000b5 !important;
    }

#siteDuyurusu .duyuruHref {
    background: #cc9f52;
    color: #000;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

#siteDuyurusu .duyuruHref:hover {
    background: #000 !important;
    color: #cc9f52 !important;
}
#siteDuyurusu .duyuruMesajIcon {
    font-size: 28px;
    border: 1px solid;
    padding: 10px;
    border-radius: 50px;
} 