/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Outfit:wght@400;500;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #2e2e2e;
    font-size: 0.9375rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: #0878BE;
}

hr {
    background-color: #d7dfe7;
    opacity: 0.65;
}

/* reset css end */
/* global css strat */
.text-primary {
    color: #7367f0 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28c76f !important;
}

.text-danger {
    color: #ea5455 !important;
}

.text-warning {
    color: #ff9f43 !important;
}

.text-info {
    color: #1e9ff2 !important;
}

.text-dark {
    color: #082032 !important;
}

.text-muted {
    color: #707070 !important;
}

.site-color {
    color: #0878BE !important;
}

.site-color2 {
    color: #192C50 !important;
}

.text-h {
    color: #1d3154 !important;
}

.text-p {
    color: #2e2e2e !important;
}

/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

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

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

.bg--base {
    background-color: #0878BE !important;
}

.grad-shade {
    background: linear-gradient(180deg, #b4e2ff, rgba(255, 220, 95, 0) 114.57%);
}

/* background color css end */
.main-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1650px;
    }
}

.section-header {
    margin-bottom: 3.4375rem;
}

@media (max-width: 575px) {
    .section-header {
        margin-bottom: 2.1875rem;
    }
}

.block-title .both-border-title {
    position: relative;
}

.block-title .both-border-title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -60px;
    width: 50px;
    height: 1px;
    background: linear-gradient(to left, #0878BE, rgba(8, 120, 190, 0.1));
    border-radius: 50%;
}

.block-title .both-border-title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -60px;
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, #0878BE, rgba(8, 120, 190, 0.1));
    border-radius: 50%;
}

.section-title {
    font-size: 2.375rem;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 2.375rem;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.75rem;
    }
}

.section-bg {
    background-color: #f7f7f7;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 10px rgba(8, 120, 190, 0.45);
    line-height: 45px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 991px) {
    .back-to-top {
        bottom: 80px;
    }
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/* global css end */
.pt-50 {
    padding-top: 50px;
}

@media (max-width: 575px) {
    .pt-50 {
        padding-top: 40px;
    }
}

.pb-50 {
    padding-bottom: 50px;
}

@media (max-width: 575px) {
    .pb-50 {
        padding-bottom: 40px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.my-70 {
    margin-block: 4.375rem;
}

@media (max-width: 991px) {
    .my-70 {
        margin-block: 3.125rem;
    }
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.testimonial-item, .faq-wrapper, .faq-item .title, .choose-item .title, .work-item .work-img, .work-wrapper div[class*=col], .track-process .single-track .track-dot, .track-process .single-track, .cupon-form, .size-check, .color-check, .product-details-slider .single-item .zoom, .cat-item, .action-widget__body, body {
    position: relative;
}

.testimonial-item::before, .faq-wrapper::before, .faq-item .title::before, .choose-item .title::before, .work-item .work-img::before, .work-wrapper div[class*=col]::after, .track-process .single-track .track-dot::after, .track-process .single-track .track-dot::before, .track-process .single-track::after, .cupon-form button, .size-check input, .color-check label::before, .color-check input, .product-nav-slider .slick-arrow, .product-details-slider .single-item .zoom .zoom-inner, .slider-one .slick-arrow,
.slider-two .slick-arrow, .product-item .item-link, .cat-item .item-link, .category-slider .slick-arrow {
    position: absolute;
}

.work-item .work-img, .track-process .single-track .track-dot::after, .track-process .single-track .track-dot, .product-nav-slider .slick-arrow, .product-details-slider .single-item .zoom, .slider-one .slick-arrow,
.slider-two .slick-arrow, .category-slider .slick-arrow {
    z-index: 1;
}

.work-item .work-img::before, .product-details-slider .single-item .zoom .zoom-inner {
    z-index: -1;
}

.blog-post, .color-check label::before, .product-nav-slider .slick-arrow, .slider-one .slick-arrow,
.slider-two .slick-arrow, .cat-item, .category-slider .slick-arrow, .action-sidebar, .search-box, .custom--checkbox label::before, .view-btn, body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.user-menu li.active a, .faq-wrapper::before, .faq-item .title::before, .blog-post .content .blog-btn, .contact-item .icon, .track-process .single-track.complete .track-dot::before, .track-process .single-track.complete::after, .track-process .single-track.active .track-dot::after, .track-form button, .cupon-form button, .product-nav-slider .slick-arrow:hover, .slider-one .slick-arrow:hover,
.slider-two .slick-arrow:hover, .category-slider .slick-arrow:hover, .f-subscribe-form button, .site-table.site-thead thead th, .icon-btn, .view-btn:hover, .main-btn, .back-to-top, .preloader div:before {
    background-color: #0878BE;
}

.faq-section, .main-btn2:hover, .main-btn2 {
    background-color: #192C50;
}

.steps-wrapper, .card-1, .user-widget, .testimonial-item, .faq-wrapper, .blog-widget, .blog-post, .account-wrapper, .breadcrum, .order-summery, .shipping-wrapper, .quantity, .size-check label, .product-nav-slider .slick-arrow, .product-nav-slider .single-item, .product-details-slider .single-item .zoom .zoom-inner, .product-details-slider .single-item, .slider-one .slick-arrow,
.slider-two .slick-arrow, .single-box, .category-slider .slick-arrow, .responsive-bottom-bar, .header-bottom, .pagination .page-item .page-link, .card, .form-control:focus, .form-control, .view-btn {
    background-color: #fff;
}

.card-1 .view-all a, .user-menu li a:hover, .contact-item .content p a:hover, .product-item:hover a:not(.wishlist-btn), .f-widget-menu li a:hover, .site-title, .custom-icon-field .form-control:focus ~ i, .main-btn2:hover {
    color: #0878BE;
}

.all-steps .step.finish span, .all-steps .step.active span, .user-menu li.active a, .faq-section .faq-item .title, .faq-section .section-title, .blog-post .content .blog-btn, .contact-item .icon, .track-process .single-track.complete .track-dot::after, .track-form button, .cupon-form button, .color-check label::before, .product-nav-slider .slick-arrow:hover, .slider-one .slick-arrow:hover,
.slider-two .slick-arrow:hover, .category-slider .slick-arrow:hover, .f-subscribe-form button, .site-table.site-thead thead th, .icon-btn:hover, .icon-btn, .view-btn:hover, .main-btn2, .main-btn {
    color: #fff;
}

.breadcrum .page-breadcrumb li a, .product-item .price, .accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion-item .accordion-header .accordion-button, .select, .form-control:focus, .form-control, [data-caption]::before, .view-btn, .caption-list li .caption {
    color: #1d3154;
}

.all-steps .step, .user-menu li a, .contact-item .content p a, .product-item .bottom-part .bottom-part-btn, .f-widget-menu li a, .responsive-bottom-bar a, .custom-nav-tabs .nav-item .nav-link, .site-table thead th {
    color: #2e2e2e;
}

.user-widget .thumb img, .about-thumb img, .short-post .thumb img, .blog-details-img img, .blog-post .thumb img, .cat-item .cat-img img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.all-steps .step, .all-steps, .card-1 .view-all a, .user-menu li a, .testimonial-item .client, .faq-item .title::before, .short-post, .blog-meta, .work-item .work-img, .contact-item .icon, .breadcrum .page-breadcrumb, .track-process .single-track.complete .track-dot::after, .track-form, .size-check label, .ratings, .ratings-part, .product-nav-slider .slick-arrow, .product-details-slider .single-item .zoom .zoom-inner, .product-details-slider .single-item .zoom, .slider-one .slick-arrow,
.slider-two .slick-arrow, .product-item .bottom-part, .category-slider .slick-arrow, .h-search-box, .h-bottom-wrapper, .btn-close, .custom-icon-field i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all-steps .step span, .all-steps .step, .faq-item .title::before, .work-item .work-img, .contact-item .icon, .track-process .single-track.complete .track-dot::after, .size-check label, .product-nav-slider .slick-arrow, .product-details-slider .single-item .zoom .zoom-inner, .product-details-slider .single-item .zoom, .slider-one .slick-arrow,
.slider-two .slick-arrow, .category-slider .slick-arrow, .btn-close, .custom-icon-field i, .icon-btn {
    justify-content: center;
}

.all-steps .step span, .all-steps .step, .card-1 .view-all a, .user-menu li a, .testimonial-item .client, .faq-item .title::before, .blog-meta, .work-item .work-img, .contact-item .icon, .breadcrum .page-breadcrumb, .track-process .single-track.complete .track-dot::after, .size-check label, .ratings, .ratings-part, .product-nav-slider .slick-arrow, .product-details-slider .single-item .zoom .zoom-inner, .product-details-slider .single-item .zoom, .slider-one .slick-arrow,
.slider-two .slick-arrow, .category-slider .slick-arrow, .h-bottom-wrapper, .btn-close, .custom-icon-field i, .table-product, .icon-btn {
    align-items: center;
}

.all-steps .step span, .table-product, .icon-btn {
    display: inline-flex;
}

.user-widget .thumb, .testimonial-item .client .thumb, .faq-wrapper, .short-post .thumb, .blog-details-img, .blog-post .thumb, .blog-post, .banner-item {
    overflow: hidden;
}

.user-widget .thumb img, .faq-wrapper::before, .about-thumb img, .short-post .thumb img, .blog-details-img img, .blog-post .thumb img, .work-item .work-img::before, .track-process .single-track.complete .track-dot::after, .size-check input, .color-check input, .product-details-slider .single-item .zoom .zoom-inner, .product-item .item-link, .cat-item .item-link, .cat-item .cat-img img, .banner-item a, .border-nav-tabs .nav-item .nav-link, .custom-nav-tabs .nav-item .nav-link {
    width: 100%;
}

.card-1, .user-widget .thumb img, .about-thumb img, .about-thumb, .short-post .thumb img, .blog-details-img img, .blog-post .thumb img, .work-item .work-img::before, .track-process .single-track.complete .track-dot::after, .size-check input, .color-check input, .product-details-slider .single-item .zoom .zoom-inner, .product-item .item-link, .cat-item .item-link, .cat-item .cat-img img, .custom-icon-field i {
    height: 100%;
}

.work-item, .account-wrapper .title, .cat-item, .responsive-bottom-bar button, .responsive-bottom-bar a {
    text-align: center;
}

.user-menu li a, .short-post .thumb, .blog-post .content .blog-btn, .cupon-form button, .banner-item, .action-sidebar-open, .form-control, .icon-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.card-1, .user-widget, .testimonial-item, .blog-widget, .blog-details-img, .blog-post, .contact-item .icon, .account-wrapper, .order-summery, .shipping-wrapper, .single-box, .action-sidebar, .card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.faq-wrapper, .thank-wrapper {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.all-steps .step span, .user-widget .thumb, .testimonial-item .client .thumb, .faq-item .title::before, .choose-item .title::before, .work-item .work-img::before, .work-item .work-img, .track-process .single-track .track-dot::after, .track-process .single-track .track-dot::before, .track-process .single-track .track-dot, .color-check label, .product-nav-slider .slick-arrow, .slider-one .slick-arrow,
.slider-two .slick-arrow, .cat-item .cat-img, .category-slider .slick-arrow, .back-to-top {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.check-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.5rem;
    color: #0878BE;
    margin-right: 0.5rem;
    line-height: 1;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #d7dfe7;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(8, 120, 190, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #1d3154;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #b7c6d4;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 1.75rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.375rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    color: #1d3154;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Outfit", sans-serif;
    color: #1d3154;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

p, li, span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fs-24px {
    font-size: 1.5rem !important;
}

.fs-22px {
    font-size: 1.375rem !important;
}

.fs-20px {
    font-size: 1.25rem !important;
}

.fs-18px {
    font-size: 1.125rem !important;
}

.fs-16px {
    font-size: 1rem !important;
}

.fs-15px {
    font-size: 0.9375rem !important;
}

.fs-14px {
    font-size: 0.875rem !important;
}

.fs-12px {
    font-size: 0.75rem !important;
}

.h-font {
    font-family: "Outfit", sans-serif !important;
}

.p-font {
    font-family: "Inter", sans-serif !important;
}

@media (max-width: 575px) {
    .fs-xs-12px {
        font-size: 0.75rem !important;
    }
}

.btn {
    padding: 0.75rem 1.875rem;
}

.btn.btn-md {
    padding: 0.625rem 1.25rem;
}

.btn.btn-sm {
    padding: 0.5rem 1.25rem;
}

.main-btn {
    font-weight: 500;
}

.main-btn:hover {
    background-color: #0769a6;
    color: #fff;
}

.main-btn2 {
    font-weight: 500;
}

.view-btn {
    padding: 0.25rem 0.625rem;
    border: 1px solid #d7dfe7;
    font-size: 0.875rem;
}

.view-btn:hover {
    border-color: #0878BE;
}

.icon-btn {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.badge {
    padding: 0 0 0 15px;
    position: relative;
    color: #052554;
    background-color: transparent;
    font-size: 14px;
}

.badge::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #052554;
    border-radius: 50%;
    margin-top: -5px;
}

.badge-primary {
    color: #6777EF;
}

.badge-primary::before {
    background-color: #6777EF;
}

.badge-info {
    color: #0bb2d4;
}

.badge-info::before {
    background-color: #0bb2d4;
}

.badge-warning {
    color: #eb6709;
}

.badge-warning::before {
    background-color: #eb6709;
}

.badge-danger {
    color: #ff4c52;
}

.badge-danger::before {
    background-color: #ff4c52;
}

.badge-success {
    color: #11c26d;
}

.badge-success::before {
    background-color: #11c26d;
}

/* table css start */
.site-table {
    margin-bottom: 0;
}

.site-table.single-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
}

.site-table.single-table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    -o-border-radius: 0 0 8px 0;
}

.site-table.table-head-white thead th {
    background-color: #fff;
}

.site-table.table-head-white thead th:first-child {
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
}

.site-table.table-head-white thead th:last-child {
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
}

.site-table.site-thead thead th:first-child {
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
}

.site-table.site-thead thead th:last-child {
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
}

.site-table thead th {
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d7dfe7 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.site-table thead th:first-child {
    text-align: left;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
}

.site-table thead th:last-child {
    text-align: right;
    border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
}

.site-table tbody td {
    border-top: none;
    border-bottom: 1px solid #dde4eb;
    padding: 0.75rem 1.25rem;
    color: #2e2e2e;
    vertical-align: middle;
}

.site-table tbody td:first-child {
    text-align: left;
}

.site-table tbody td:last-child {
    text-align: right;
}

.site-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 991px) {
    .table-product {
        display: block;
    }
}

.table-product img {
    width: 100px;
}

.table-product .p-name {
    padding-left: 0.9375rem;
}

@media (max-width: 991px) {
    .table-product .p-name {
        padding-left: 0;
    }
}

[data-caption] {
    position: relative;
}

[data-caption]::before {
    position: absolute;
    content: attr(data-caption);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .site-table:not(.no-data-caption) thead {
        display: none;
    }

    .site-table:not(.no-data-caption) tbody tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

    .site-table:not(.no-data-caption) tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .site-table:not(.no-data-caption) tbody tr td {
        padding-right: 15px;
    }

    .site-table:not(.no-data-caption) tbody tr td:last-child {
        padding-right: 15px;
    }

    .site-table:not(.no-data-caption) tr th, .site-table:not(.no-data-caption) tr td {
        display: block;
        padding-left: 35% !important;
        text-align: right !important;
    }

    .site-table:not(.no-data-caption) tr th:first-child, .site-table:not(.no-data-caption) tr td:first-child {
        border-top: none !important;
    }

    .site-table:not(.no-data-caption) tr:nth-child(even) td {
        background-color: #f8f8f8;
    }

    .site-table:not(.no-data-caption) [data-caption]::before {
        display: block;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form-control {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #d7dfe7;
    width: 100%;
    height: 3.125rem;
    font-family: "Inter", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.form-control::-moz-placeholder {
    color: #7c7c7c;
}

.form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.form-control:-moz-placeholder {
    color: #7c7c7c;
}

.form-control:focus {
    border-color: #0878BE !important;
    box-shadow: 0 0 5px rgba(8, 120, 190, 0.35);
}

.form-control[readonly] {
    background-color: #f0f0f0;
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

.form-control[type=file] {
    line-height: 28px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1d3154;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
}

.custom-icon-field i[class*=la-] {
    font-size: 1.5rem;
    color: #949494;
}

.custom-icon-field .form-control {
    padding-left: 2.8125rem;
}

.custom-icon-field .form-control:focus ~ i {
    border-color: #0878BE;
}

.select {
    padding: 0.625rem 0.9375rem;
    width: 100%;
    border: 1px solid #c7d2dd;
    cursor: pointer;
    color: #2e2e2e;
    background-color: #fff;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.select.select--sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #4d4d4d;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.form-check-input:checked {
    background-color: #0878BE;
    border-color: #0878BE;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #0878BE;
}

.custom--radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #0878BE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--checkbox + .custom--checkbox {
    margin-top: 10px;
}

.custom--checkbox {
    padding-left: 1.5625rem;
}

.custom--checkbox input {
    display: none;
}

.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #0878BE;
}

.custom--checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom--checkbox label::before {
    position: absolute;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #ededed;
}

/* form css end*/
/* card css start */
.card {
    box-shadow: 0 3px 15px rgba(136, 152, 170, 0.1490196078);
    border: 1px solid #e7ecf1;
}

.card .card-header {
    padding: 0.9375rem 1.25rem;
    border-color: #d7dfe7;
    background-color: transparent;
}

.card .card-body {
    padding: 1.25rem;
}

@media (max-width: 575px) {
    .card .card-body {
        padding: 0.9375rem;
    }
}
/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.btn-close {
    width: 18px;
    height: 18px;
    background-color: #fff;
    opacity: 1;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-content {
    background-color: #f7f7f7;
}

.modal-header {
    border-bottom-color: #d7dfe7;
}

.modal-footer {
    border-top-color: #d7dfe7;
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}

/* modal css end */
.accordion-item + .accordion-item {
    margin-top: 0.9375rem;
}

.accordion-item {
    border: none;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 1.0625rem;
    font-weight: 500;
    box-shadow: none;
    padding: 0.9375rem 1.25rem;
    background-color: rgba(8, 120, 190, 0.1);
}

@media (max-width: 575px) {
    .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
    }
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: rgba(8, 120, 190, 0.1);
}

.accordion-item .accordion-body {
    padding: 0.9375rem 1.25rem;
}

.custom-nav-tabs {
    border-bottom: none;
}

.custom-nav-tabs .nav-item .nav-link {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0.75rem 1.5625rem;
    font-weight: 500;
}

.custom-nav-tabs .nav-item .nav-link.active {
    background-color: #0878BE;
    color: #fff;
}

.border-nav-tabs {
    border-bottom: none;
}

.border-nav-tabs .nav-item + .nav-item {
    margin-left: 30px;
}

@media (max-width: 575px) {
    .border-nav-tabs .nav-item + .nav-item {
        margin-left: 20px;
    }
}

.border-nav-tabs .nav-item .nav-link {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 1.25rem 0;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #1d3154;
    font-size: 1.0625rem;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .border-nav-tabs .nav-item .nav-link {
        font-size: 0.8125rem;
    }
}

.border-nav-tabs .nav-item .nav-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1d3154;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.border-nav-tabs .nav-item .nav-link.active::before {
    opacity: 1;
}

.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #0878BE;
    color: #fff;
    border-color: #0878BE;
}

.pagination .page-item .page-link {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #2e2e2e;
}

.pagination .page-item .page-link:hover {
    background-color: #0878BE;
    border-color: #0878BE;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}
/* header start */
.e-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.e-header.header-fixed .header-top {
    display: none;
}

.e-header.header-fixed .h-bottom-wrapper {
    padding: 0.3125rem 0;
}

.header-top {
    padding: 0.625rem 0;
    background-color: #0878BE;
}

.h-lang {
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
}

.site-title {
    font-size: 1.375rem;
}

.site-logo img {
    max-width: 215px;
    max-height: 55px;
}

@media (max-width: 991px) {
    .site-logo img {
        max-height: 35px;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        border-bottom: 1px solid #e5e5e5;
    }
}

.h-bottom-wrapper {
    padding: 0.9375rem 0;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .h-bottom-wrapper {
        padding: 0.625rem 0;
    }
}

.h-bottom-wrapper #main-menu-open {
    display: none;
    font-size: 1.5rem;
    background-color: transparent;
}

@media (max-width: 991px) {
    .h-bottom-wrapper #main-menu-open {
        display: inline-flex;
    }
}

.h-bottom-wrapper .search-box {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.res-header-search-btn {
    background-color: transparent;
    display: none;
}

@media (max-width: 991px) {
    .res-header-search-btn {
        display: inline-block;
        margin-right: 0.625rem;
    }
}

.res-header-search-close-btn {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    margin-left: -20px;
}

@media (max-width: 991px) {
    .res-header-search-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.search-box.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (max-width: 991px) {
    .search-box {
        background-color: rgba(0, 0, 0, 0.45);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }
}

.h-search-box {
    position: relative;
    margin: 0 3.125rem;
    border: 1px solid #e5e5e5;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    background-color: #f1f5f9;
    align-items: center;
}

@media (max-width: 991px) {
    .h-search-box {
        margin: 0 0.9375rem;
    }
}

.h-search-box .search-field {
    background-color: transparent;
    height: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: auto;
    border: none;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
}

.h-search-box .search-field:focus {
    box-shadow: none;
}

.h-search-box .search-btn {
    width: 45px;
    height: 30px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e2e2e;
}

.h-search-box .search-field:focus ~ .search-suggestion-wrapper {
    opacity: 1;
    visibility: visible;
}

.h-search-box .search-suggestion-wrapper {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow-y: auto;
}

@media (max-width: 575px) {
    .h-search-box .search-suggestion-wrapper {
        max-height: 200px;
    }
}

.h-search-box .search-suggestion-wrapper li {
    border-bottom: 1px solid #e5e5e5;
}

.h-search-box .search-suggestion-wrapper li:last-child {
    border-bottom: none;
}

.h-search-box .search-suggestion-wrapper li a {
    color: #2e2e2e;
    padding: 0.625rem 1.25rem;
    display: block;
}

.h-search-box .search-suggestion-wrapper li a:hover {
    color: #0878BE;
    background-color: #f1f1f1;
}

.header-menu-area {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .header-menu-area {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        z-index: 99;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.header-menu-area.active {
    left: 0;
}

@media (max-width: 991px) {
    .header-menu-area .container {
        padding: 0;
    }
}

.responsive-menu-header {
    display: none;
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

@media (max-width: 991px) {
    .responsive-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.responsive-menu-header .main-menu-close-btn {
    background-color: transparent;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .main-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .main-menu li + li {
        border-top: 1px solid #e5e5e5;
    }
}

.main-menu li a {
    padding: 12px 15px;
    color: #1d3154;
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

.main-menu li a:hover {
    color: #0878BE;
}

.has-sub-menu {
    position: relative;
}

.has-sub-menu > a {
    position: relative;
    display: block;
}

.has-sub-menu > a::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0.8125rem;
    right: -0.125rem;
    font-size: 0.8125rem;
}

@media (max-width: 991px) {
    .has-sub-menu > a::after {
        width: 45px;
        height: 100%;
        top: 0;
        right: 0;
        border-left: 1px solid #e5e5e5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.has-sub-menu .sub-menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 220px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.075);
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .has-sub-menu .sub-menu {
        transition: none;
        display: none;
        position: static;
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }
}

.has-sub-menu .sub-menu li {
    border: none;
}

.has-sub-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.has-sub-menu .sub-menu li a {
    padding: 0.75rem 1.5625rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.has-sub-menu .sub-menu li a:hover {
    background-color: #f7f7f7;
}

.responsive-bottom-bar {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 0.5rem 0.9375rem;
    border: 1px solid #d7dfe7;
    z-index: 9;
    display: none;
    justify-content: space-between;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

@media (max-width: 991px) {
    .responsive-bottom-bar {
        display: flex;
    }
}

.responsive-bottom-bar a.active img {
    filter: grayscale(0);
}

.responsive-bottom-bar a.active p, .responsive-bottom-bar a.active a {
    color: #0878BE;
}

.responsive-bottom-bar button {
    background-color: transparent;
    padding: 0 0.3125rem;
}

.responsive-bottom-bar img {
    max-height: 22px;
    filter: grayscale(1);
}

.responsive-bottom-bar i {
    font-size: 0.875rem;
}

@media (max-width: 575px) {
    .responsive-bottom-bar i {
        font-size: 0.8125rem;
    }
}

.responsive-bottom-bar p {
    line-height: 1;
    font-size: 0.875rem;
    margin-top: 6px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .responsive-bottom-bar p {
        font-size: 0.75rem;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
.footer-section {
    background-color: #13213d;
}

.footer-top {
    padding-top: 1.875rem;
}

.footer-top-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0.9375rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.footer-top-item:hover {
    border-color: #0878BE;
}

@media (max-width: 575px) {
    .footer-top-item {
        justify-content: center;
        text-align: center;
    }
}

.footer-top-item .footer-top-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-top-item .icon {
    width: 50px;
    color: #fff;
}

.footer-top-item .icon i {
    font-size: 2rem;
    line-height: 1;
}

.footer-top-item .content {
    width: calc(100% - 50px);
}

@media (max-width: 575px) {
    .footer-top-item .content {
        width: 100%;
        margin-top: 0.625rem;
    }
}

.footer-top-item .content .title {
    font-weight: 500;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .footer-top-item .content .title {
        font-size: 1rem;
    }
}

.footer-top-item a, .footer-top-item p {
    word-break: break-all;
}

@media (max-width: 575px) {
    .footer-top-item a, .footer-top-item p {
        font-size: 0.875rem;
    }
}

.footer-middle {
    padding: 4.375rem 0;
}

.footer-middle .border-end {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.f-subscribe-form {
    display: flex;
    flex-wrap: wrap;
}

.f-subscribe-form input {
    height: 50px;
    width: calc(100% - 45px);
    border-right: none;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    font-family: "Outfit", sans-serif;
    padding: 0.625rem 1.25rem;
}

.f-subscribe-form button {
    width: 45px;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.app-icon img {
    max-width: 120px;
}

.f-widget-item {
    padding: 0 0.9375rem;
}

@media (max-width: 1199px) {
    .f-widget-item {
        padding: 0;
    }
}

.f-widget-item .title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    color: #fff;
}

@media (max-width: 480px) {
    .f-widget-item .title {
        font-size: 0.9375rem;
        margin-bottom: 0.625rem;
    }
}

.f-widget-menu li + li {
    margin-top: 0.625rem;
}

.f-widget-menu li a {
    font-size: 1rem;
    color: #868e96;
}

.footer-bottom {
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    .footer-bottom {
        padding-bottom: 85px;
    }
}

.f-payment-img {
    max-height: 25px;
}

@media screen and (min-width: 1200px) {
    .border-xl-end {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}
/* action-sidebar css start */
.action-sidebar {
    background-color: #fafafa;
    padding: 1.5625rem 1.25rem;
}

@media (max-width: 991px) {
    .action-sidebar {
        padding: 30px;
        min-height: 100vh;
        width: 350px;
        position: fixed;
        top: 0;
        left: -105%;
        z-index: 99999;
        max-width: 100%;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
        max-height: calc(100vh - 75px);
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: darkgrey #e7e7e7;
    }

    .action-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .action-sidebar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .action-sidebar::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
    }

    .action-sidebar.active {
        left: 0;
    }
}

@media (max-width: 575px) {
    .action-sidebar {
        padding: 20px 15px;
    }
}

.action-widget {
    padding: 20px 0;
    border-bottom: 1px solid #e1e7ed;
}

.action-widget:first-child {
    padding-top: 0;
}

.action-widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.action-widget__title {
    font-size: 0.9375rem;
    color: #1d3154;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.action-widget__title::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0;
    right: 0;
    font-size: 0.875rem;
}

.action-widget__body {
    margin-top: 0.9375rem;
}

.action-widget__body.scroll--active {
    max-height: 200px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: darkgrey #e7e7e7;
}

.action-widget__body.scroll--active::-webkit-scrollbar {
    width: 5px;
}

.action-widget__body.scroll--active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.action-widget__body.scroll--active::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.action-widget .cat-menu li + li {
    margin-top: 0.3125rem;
}

.action-widget .cat-menu li a {
    color: #2e2e2e;
}

.search-form-inline {
    position: relative;
}

.search-form-inline input {
    padding-left: 10px;
    padding-right: 30px;
}

.search-form-inline__btn {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
}

.action-sidebar-close {
    width: 30px;
    height: 30px;
    background-color: #0878BE;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

@media (max-width: 991px) {
    .action-sidebar-close {
        display: inline-block;
    }
}

.action-sidebar-open {
    background-color: #0878BE;
    padding: 0.375rem 1.5625rem;
    color: #fff;
    font-weight: 600;
    display: none;
}

@media (max-width: 991px) {
    .action-sidebar-open {
        display: flex;
    }
}

.action-sidebar-open i {
    font-size: 1.375rem;
    margin-right: 5px;
}

.filter-color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #e5e5e5;
}

/* action-sidebar css end */
/* banner section css start */
.banner-area {
    padding: 1.875rem 0;
}

.banner-item a {
    display: block;
}

.banner-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9375rem;
}

.banner-slider .slick-dots li {
    padding: 0 5px;
}

.banner-slider .slick-dots li.slick-active button {
    background-color: #0878BE;
    width: 22px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
}

.banner-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner-slider .slick-list {
    border-radius: 8px;
    overflow: hidden;
}

.banner-slider .single-slide {
    padding: 0 0.9375rem;
}

@media (max-width: 575px) {
    .banner-slider .single-slide {
        padding: 0 0.4375rem;
    }
}
/* banner section css end */
.brand-area {
    padding: 4.375rem 0;
}

@media (max-width: 991px) {
    .brand-area {
        padding: 3.125rem 0;
    }
}

.brand-item {
    text-align: center;
}

.brand-item:hover .thumb {
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
}

.brand-item:hover .thumb img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.brand-item img {
    display: inline-block;
}

.brand-item .thumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-item .thumb img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.brand-item .brand-img {
    padding: 0.625rem 1.25rem;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.category-slider {
    margin-top: 4.375rem;
}

@media (max-width: 991px) {
    .category-slider {
        margin-top: 2.5rem;
    }
}

.category-slider .slick-list {
    margin: -15px;
}

@media (max-width: 575px) {
    .category-slider .slick-list {
        margin: -5px;
    }
}

.category-slider .single-slide {
    padding: 15px;
}

@media (max-width: 575px) {
    .category-slider .single-slide {
        padding: 5px;
    }
}

.category-slider .slick-arrow {
    top: 35%;
    width: 30px;
    height: 30px;
    border: 1px solid #d7dfe7;
    cursor: pointer;
}

.category-slider .slick-arrow:hover {
    border-color: #0878BE;
}

.category-slider .slick-arrow.prev {
    left: 0;
}

.category-slider .slick-arrow.next {
    right: 0;
}

.cat-item:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.cat-item .cat-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 6px solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .cat-item .cat-img {
        width: 120px;
        height: 120px;
        border-width: 4px;
    }
}

@media (max-width: 991px) {
    .cat-item .cat-img {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }
}

.cat-item p {
    font-weight: 600;
    margin-top: 0.625rem;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .cat-item p {
        font-size: 0.875rem;
    }
}

@media (max-width: 991px) {
    .cat-item p {
        font-size: 0.8125rem;
    }
}

.cat-item .item-link {
    top: 0;
    left: 0;
}

.single-box {
    padding: 1.25rem;
}

.single-area-two .single-box {
    padding: 0;
    background-color: transparent;
}

.product-item {
    position: relative;
    background-color: #fff;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.product-item:hover {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}

.product-item .item-link {
    top: 0;
    left: 0;
    z-index: 1;
}

.product-item .thumb {
    position: relative;
    background-color: #F5F5F5;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

/* Fix image overflow and positioning - image starts from top, not centered */
.product-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top center;
    -o-object-position: top center;
}

@media (max-width: 575px) {
    .product-item .thumb {
        height: 150px;
    }
}

.product-item .thumb .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 2;
}

.product-item .content {
    padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;
    position: relative;
    background-color: #fff;
}

.product-item .brand-name {
    position: absolute;
    top: -12px;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.0625rem 0.625rem;
    font-family: "Outfit", sans-serif;
    background-color: #0878BE;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product-item .brand-name a {
    color: #fff;
}

.product-item .brand-name a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Fix hover issue - keep brand name white on product hover */
.product-item:hover .brand-name a {
    color: #fff;
}

.product-item .price {
    font-size: 0.875rem;
    font-weight: 600;
}

.product-item .price del {
    color: #777;
    font-weight: 400;
}

.product-item .product-name {
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #2e2e2e;
}

/* Keep product name visible on hover */
.product-item:hover .product-name {
    color: #2e2e2e;
}

/* If product name has a link, keep it visible on hover */
.product-item:hover .product-name a {
    color: #0878BE;
}

.product-item .bottom-part {
    justify-content: space-between;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid #e5e5e5;
}

.product-item .bottom-part .bottom-part-btn {
    font-weight: 600;
    font-size: 0.875rem;
}

.product-item.style-two {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.slider-one .slick-list,
.slider-two .slick-list {
    margin: -0.625rem;
}

@media (max-width: 575px) {
    .slider-one .slick-list,
.slider-two .slick-list {
        padding-right: 50px;
    }
}

.slider-one .single-slide,
.slider-two .single-slide {
    padding: 0.625rem;
}

.slider-one .slick-arrow,
.slider-two .slick-arrow {
    top: 45%;
    width: 35px;
    height: 35px;
    border: 1px solid #d7dfe7;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.slider-one .slick-arrow:hover,
.slider-two .slick-arrow:hover {
    border-color: #0878BE;
}

.slider-one .slick-arrow.prev,
.slider-two .slick-arrow.prev {
    left: -15px;
}

@media (max-width: 575px) {
    .slider-one .slick-arrow.prev,
.slider-two .slick-arrow.prev {
        left: 5px;
    }
}

.slider-one .slick-arrow.next,
.slider-two .slick-arrow.next {
    right: -15px;
}

@media (max-width: 575px) {
    .slider-one .slick-arrow.next,
.slider-two .slick-arrow.next {
        right: 5px;
    }
}

.main-feature-area {
    padding: 1.875rem 0;
}

.main-feature-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-feature-box-header {
    padding: 1.25rem 2.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.main-feature-box-body {
    padding: 2.8125rem 2.5rem;
}

@media (max-width: 575px) {
    .main-feature-box-body {
        padding: 1.875rem 1.25rem;
    }
}

.main-feature-box .feature-rating i {
    color: #ffb414;
}

.feature-item + .feature-item {
    margin-top: 1.875rem;
}

.feature-item {
    display: flex;
    align-items: center;
}

.feature-item .thumb {
    width: 55px;
}

.feature-item .content {
    width: calc(100% - 55px);
    padding-left: 1.875rem;
}

.video-guide-item {
    position: relative;
}

.video-guide-item .guide-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-guide-item .guide-play-btn i {
    color: #fff;
    font-size: 1.5rem;
}

.product-details-slider .single-item {
    border: 1px solid #d7dfe7;
}

.product-details-slider .single-item .zoom:hover .zoom-inner {
    display: none;
}

.product-details-slider .single-item .zoom:hover img {
    opacity: 0;
}

.product-details-slider .single-item .zoom .zoom-inner {
    top: 0;
    left: 0;
}

.product-details-slider .single-item img {
    max-height: 465px;
    display: inline-block;
}

.product-nav-slider .slick-list {
    margin: 0 -10px;
}

.product-nav-slider .single-slide {
    padding: 0 10px;
}

.product-nav-slider .single-slide.slick-current .single-item {
    border-color: #a3a3a3;
}

.product-nav-slider .single-item {
    cursor: pointer;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.product-nav-slider .slick-arrow {
    top: 45%;
    width: 35px;
    height: 35px;
    border: 1px solid #d7dfe7;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.product-nav-slider .slick-arrow:hover {
    border-color: #0878BE;
}

.product-nav-slider .slick-arrow.prev {
    left: -15px;
}

@media (max-width: 575px) {
    .product-nav-slider .slick-arrow.prev {
        left: 5px;
    }
}

.product-nav-slider .slick-arrow.next {
    right: -15px;
}

@media (max-width: 575px) {
    .product-nav-slider .slick-arrow.next {
        right: 5px;
    }
}

.product-details-wrapper {
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

@media (max-width: 575px) {
    .product-details-wrapper {
        padding: 1.25rem;
    }
}

.ratings i {
    color: #f5a100;
}

.ratings i + i {
    margin-left: 2px;
}

.product-details-badge {
    background-color: rgba(8, 120, 190, 0.15);
    color: #0878BE;
    padding: 0.25rem 0.9375rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.color-check:first-child {
    margin-left: -5px;
}

.color-check input {
    top: 0;
    left: 0;
    opacity: 0;
}

.color-check input:checked ~ label::before {
    opacity: 1;
}

.color-check input:checked ~ label {
    outline-color: #000;
}

.color-check label {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

.color-check label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 9px;
    left: 18px;
    font-size: 11px;
    opacity: 0;
}

.size-check:first-child {
    margin-left: -8px;
}

.size-check input {
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.size-check input:checked ~ label {
    border-color: #0878BE;
    background-color: #0878BE;
    color: #fff;
}

.size-check label {
    width: 60px;
    height: 30px;
    border: 1px solid #d7dfe7;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.size-status strong {
    display: none;
}

.size-status strong.active {
    display: inline-block;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity input {
    width: 100px;
    padding: 5px 5px;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #555555;
    min-height: 35px;
    text-align: center;
}

.quantity .quantity-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: 100%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.quantity .quantity-nav .quantity-button {
    height: 100%;
    font-size: 12px;
    width: 32px;
    color: #555555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.quantity .quantity-nav .quantity-button.quantity-up {
    border-left: 1px solid #e5e5e5;
    order: 2;
}

.quantity .quantity-nav .quantity-button.quantity-down {
    border-right: 1px solid #e5e5e5;
}

.review-wrapper .ratings i {
    font-size: 0.75rem;
}

.single-review {
    padding: 1.25rem 0;
    border-bottom: 1px solid #d7dfe7;
}

.single-review:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.select-form-check {
    position: relative;
    padding-left: 0;
    cursor: pointer;
}

.select-form-check .form-check-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.select-form-check .form-check-input:checked ~ .form-check-label {
    box-shadow: 0 0 0 2px #0878BE;
    border-color: #0878BE;
}

.select-form-check .form-check-input:checked ~ .form-check-label::before {
    opacity: 1;
}

.select-form-check .form-check-label {
    padding: 1.875rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.select-form-check .form-check-label::before {
    position: absolute;
    content: "\f00c";
    top: -12px;
    left: -9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 28px;
    height: 28px;
    background-color: #0878BE;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.select-form-check .form-check-label img {
    width: 65px;
}

.select-form-check .form-check-label span {
    width: calc(100% - 65px);
    padding-left: 20px;
}

.select-form-check .form-check-label b {
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
}

.cart-footer {
    padding: 30px 175px 30px 30px;
}

@media (max-width: 1399px) {
    .cart-footer {
        padding-right: 145px;
    }
}

@media (max-width: 1199px) {
    .cart-footer {
        padding-right: 115px;
    }
}

@media (max-width: 991px) {
    .cart-footer {
        padding: 25px;
    }
}

.cupon-form .form-control {
    padding-right: 90px;
}

.cupon-form button {
    top: 5px;
    right: 5px;
    width: 80px;
    height: calc(100% - 10px);
}

.shipping-wrapper {
    padding: 1.5625rem;
}

.shipping-wrapper .title {
    margin-bottom: 1.5625rem;
}

.order-summery {
    padding: 1.5625rem;
}

.order-summery .title {
    margin-bottom: 1.5625rem;
}

.track-form .form-control {
    width: calc(100% - 120px);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}

.track-form button {
    width: 120px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.track-process .single-track {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    z-index: 1;
}

.track-process .single-track:last-child::after {
    display: none;
}

.track-process .single-track::after {
    content: "";
    top: 22px;
    left: 23px;
    width: 4px;
    height: 100%;
    background-color: #d7dfe7;
    z-index: -1;
}

.track-process .single-track.active .track-dot::before {
    border-color: #0878BE;
}

.track-process .single-track.active .track-dot::after {
    animation: pulse 1s infinite linear;
}

.track-process .single-track.complete .track-dot::before {
    border-color: #0878BE;
}

.track-process .single-track.complete .track-dot::after {
    content: "\f00c";
    top: 0;
    left: 0;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent;
}

.track-process .single-track .caption {
    font-size: 1rem;
    width: calc(100% - 50px);
    padding-left: 10px;
}

@media (max-width: 767px) {
    .track-process .single-track .caption {
        font-size: 0.875rem;
    }
}

.track-process .single-track .track-dot {
    width: 50px;
    height: 50px;
}

.track-process .single-track .track-dot::before {
    content: "";
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #d7dfe7;
    z-index: -2;
}

.track-process .single-track .track-dot::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
    background-color: #d7dfe7;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    75% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    75% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@-ms-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    75% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    75% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}

.breadcrum {
    border-top: 1px solid #e7ecf1;
    padding: 0.625rem 0;
}

.breadcrum .page-breadcrumb li {
    padding: 0 0.3125rem;
}

.breadcrum .page-breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrum .page-breadcrumb li:last-child::after {
    display: none;
}

.breadcrum .page-breadcrumb li::after {
    content: "/";
    padding-left: 0.5rem;
}

.breadcrum .page-breadcrumb li a {
    font-weight: 500;
}

/* account page css start */
.account-wrapper {
    padding: 2.5rem;
    border: 1px solid #d7dfe7;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .account-wrapper {
        padding: 1.25rem;
    }
}

.account-wrapper .title {
    margin-bottom: 1.875rem;
}

.account-wrapper.style-two {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.account-wrapper.style-two .left {
    width: 45%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .account-wrapper.style-two .left {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 575px) {
    .account-wrapper.style-two .left {
        height: 200px;
    }
}

.account-wrapper.style-two .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .account-wrapper.style-two .left img {
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
    }
}

.account-wrapper.style-two .right {
    width: 55%;
    padding: 2.5rem;
}

@media (max-width: 767px) {
    .account-wrapper.style-two .right {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .account-wrapper.style-two .right {
        padding: 1.25rem;
    }
}

@media (max-width: 991px) {
    .account-wrapper.registration-wrapper .left {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 991px) {
    .account-wrapper.registration-wrapper .left {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .account-wrapper.registration-wrapper .right {
        width: 100%;
    }
}
/* account page css end */
/* contact section css start */
.contact-item {
    background-color: #f7f7f7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

@media (max-width: 991px) {
    .contact-item {
        justify-content: center;
        text-align: center;
    }
}

.contact-item .icon {
    width: 65px;
    height: 65px;
    font-size: 1.5rem;
}

.contact-item .icon i {
    font-size: 36px;
}

.contact-item .content {
    width: calc(100% - 65px);
    padding-left: 1.25rem;
    margin-top: -0.375rem;
}

@media (max-width: 991px) {
    .contact-item .content {
        width: 100%;
        padding-left: 0;
        margin-top: 0.9375rem;
    }
}
/* contact section css end */
.thank-area {
    padding: 3.125rem 0;
}

.thank-wrapper {
    padding: 40px;
    background: linear-gradient(to bottom, rgba(8, 120, 190, 0.1), #fff);
    text-align: center;
}

.thank-wrapper .thank-wrapper-title {
    font-size: 2.625rem;
}

.thank-wrapper .thank-wrapper-sub-title {
    margin-bottom: 1.25rem;
}

.team-item .team-thumb {
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-item .team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

@media (max-width: 575px) {
    .eye-wear-cat-item .title {
        font-size: 1rem;
    }
}

.connvert-shade-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.connvert-shade-wrapper-content {
    width: 55%;
    background-color: #192C50;
    padding: 3.125rem;
}

@media (max-width: 991px) {
    .connvert-shade-wrapper-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .connvert-shade-wrapper-content {
        padding: 1.875rem;
    }
}

.connvert-shade-wrapper-content .title {
    font-size: 2.625rem;
    color: #fff;
}

@media (max-width: 1399px) {
    .connvert-shade-wrapper-content .title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .connvert-shade-wrapper-content .title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .connvert-shade-wrapper-content .title {
        font-size: 1.75rem;
    }
}

.connvert-shade-wrapper-img {
    width: 45%;
}

@media (max-width: 991px) {
    .connvert-shade-wrapper-img {
        width: 100%;
        order: -1;
        height: 250px;
    }
}

@media (max-width: 575px) {
    .connvert-shade-wrapper-img {
        height: 200px;
    }
}

.connvert-shade-wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

/* how work section css start */
.work-wrapper div[class*=col]:last-child::after {
    display: none;
}

.work-wrapper div[class*=col]:nth-child(2)::after {
    -webkit-transform: scaleY(-1) rotate(38deg);
    -ms-transform: scaleY(-1) rotate(38deg);
    transform: scaleY(-1) rotate(38deg);
}

.work-wrapper div[class*=col]::after {
    content: "";
    top: 38px;
    left: 380px;
    width: 150px;
    height: 100px;
    background-size: 150px 100px;
    background-repeat: no-repeat;
    background-image: url("../images/how-work/arrow.png");
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    opacity: 0.1;
}

@media (max-width: 1399px) {
    .work-wrapper div[class*=col]::after {
        left: 310px;
    }
}

@media (max-width: 1199px) {
    .work-wrapper div[class*=col]::after {
        left: 245px;
    }
}

@media (max-width: 991px) {
    .work-wrapper div[class*=col]::after {
        display: none;
    }
}

.work-item {
    padding: 0 1.875rem;
}

.work-item .work-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem;
}

.work-item .work-img::before {
    content: "";
    top: 0;
    left: 0;
    background: radial-gradient(100% 244.46% at 0% 0%, #CCFF00 0%, #FF027C 100%), radial-gradient(50% 122.23% at 50% 50%, #9AA4FF 0%, #306C00 100%), radial-gradient(100.45% 245.58% at 0% 0%, #000AFE 0%, #70FF00 100%), linear-gradient(127.43deg, #7B0007 0%, #8F73FF 100%);
    background-blend-mode: lighten, color-dodge, difference, normal;
    opacity: 0.25;
}

.work-item .work-img img {
    max-height: 95px;
    max-width: 95px;
}

.work-item .title {
    margin-bottom: 0.625rem;
}

/* how work section css end */
/* choose us section css start */
.overview-wrapper {
    margin-top: 0.625rem;
}

.overview-item .title {
    font-weight: 700;
}

.choose-item .title {
    margin-bottom: 0.625rem;
    padding-left: 30px;
}

.choose-item .title::before {
    content: "";
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(to right, #192C50, #0878BE);
}

/* choose us section css end */
/* blog section css start */
.blog-post:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-post .thumb {
    height: 275px;
}

.blog-post .content {
    padding: 1.375rem;
}

.blog-post .content .title {
    font-size: 1.25rem;
}

.blog-post .content .post-date {
    margin-top: 0.375rem;
    margin-bottom: 0.625rem;
}

.blog-post .content .blog-btn {
    padding: 0.25rem 0.625rem;
}

.blog-meta {
    margin: -0.1875rem -0.625rem;
}

.blog-meta li {
    padding: 0.1875rem 0.625rem;
}

/* blog section css end */
/* blog details section css start */
.blog-details-img {
    height: 470px;
}

.blog-details-content {
    margin-top: 1.875rem;
}

.blog-widget {
    padding: 1.5625rem;
    border: 1px solid #d7dfe7;
}

.blog-widget .blog-widget-title {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
}

.short-post + .short-post {
    margin-top: 1.25rem;
}

.short-post .thumb {
    width: 75px;
    height: 65px;
}

.short-post .content {
    width: calc(100% - 75px);
    padding-left: 0.9375rem;
}

.short-post .content .title {
    font-size: 0.9375rem;
}

.short-post .content .title a {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* blog details section css end */
/* about section css start */
/* about section css end */
/* faq section css start */
.faq-section .title {
    margin-bottom: 0.625rem;
}

.faq-section p {
    color: #d9d9d9;
}

.faq-item {
    padding-left: 2.5rem;
}

.faq-item .title {
    font-weight: 600;
}

.faq-item .title::before {
    content: "\f00c";
    top: 3px;
    left: -40px;
    width: 25px;
    height: 25px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 1rem;
}

.faq-wrapper {
    padding: 1.25rem 1.5625rem;
}

.faq-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    height: 4px;
}

.faq-wrapper .accordion-body p {
    color: #2e2e2e;
}

/* faq section css end */
/* testimonial section css start */
.testimonial-item {
    padding: 1.5625rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #d7dfe7;
}

.testimonial-item::before {
    content: "";
    top: 0;
    left: 0;
}

.testimonial-item .testimonial-dsc {
    font-size: 1rem;
}

.testimonial-item .client {
    margin-top: 0.9375rem;
}

.testimonial-item .client .thumb {
    width: 60px;
    height: 60px;
}

.testimonial-item .client .content {
    width: calc(100% - 80px);
    padding-left: 0.9375rem;
}

.testimonial-slider .slick-list {
    margin: -0.9375rem;
}

.testimonial-slider .single-slide {
    padding: 0.9375rem;
}

/* testimonial section css end */
/* dahsboard css start */
.user-widget {
    border: 1px solid #e7ecf1;
}

.user-widget-body {
    padding: 25px;
}

.user-widget .thumb {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.user-menu {
    padding: 1.25rem;
    border-top: 1px solid #e7ecf1;
}

.user-menu li a {
    padding: 0.625rem 0.9375rem;
}

.user-menu li a i {
    width: 30px;
}

.card-1 {
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    border: 1px solid #e7ecf1;
}

@media (max-width: 1399px) {
    .card-1 p {
        font-size: 0.8125rem;
    }
}

.card-1 .view-all {
    margin-top: 0.75rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e7ecf1;
}

.card-1 .view-all a {
    justify-content: space-between;
}

/* dahsboard css end */
#regForm {
    padding: 0;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

input.invalid {
    background-color: #ffdddd;
}

.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

.steps-wrapper {
    padding: 1.5625rem 0;
}

.all-steps .step {
    width: 33.3333333333%;
    font-weight: 600;
    color: #8f9ebe;
}

@media (max-width: 575px) {
    .all-steps .step {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.all-steps .step span {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    margin-right: 0.375rem;
}

.all-steps .step.active {
    color: #082032;
}

.all-steps .step.active span {
    background-color: #7367f0;
}

.all-steps .step.finish {
    color: #28c76f;
}

.all-steps .step.finish span {
    background-color: #28c76f;
}

.thanks-message {
    display: none;
}

.custom-transfer-field.style-two .form-control {
    height: 50px;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #d7dfe7;
}

.product-area {
    padding: 2.5rem 0;
}

.step-app .step-steps li {
    display: none;
}

.step-app .step-steps li.active {
    display: inline-block;
    background-color: transparent;
    color: #1d3154;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 500;
}

.step-app > .step-content {
    border: none;
    padding: 0;
}

@media (min-width: 768px) {
    .offcanvas.select-lens-offcanvas {
        width: 650px;
    }
}

@media (max-width: 767px) {
    .step-tab-panel .table td {
        padding: 5px;
    }

    .step-tab-panel .table .select {
        padding: 5px;
        font-size: 12px;
    }
}

.about-banner {
    padding: 4.375rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Extra product promo line (cards + PDP) — muted text, matches theme (not Bootstrap pills) */
.product-card-extra-promo {
    font-size: 0.6875rem;
    line-height: 1.35;
    margin-top: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-detail-promo {
    font-size: 0.875rem;
    line-height: 1.4;
}
/*# sourceMappingURL=main.css.map */
