@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import "/node_modules/bootstrap/scss/bootstrap.scss";
body {
    font-family: "Roboto", sans-serif;
}
ul {
    list-style: none;
    padding-left: 0px;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #376291;
    outline: none;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid #376291;
    outline: none;
}
.form-select:focus option:hover {
    background: #376291 !important;
}
@media (max-width: 768px) {
    .form-label {
        font-size: 13px;
    }
}
.slider-container {
    position: relative;
    margin: 0 auto;
}
.slider-container .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-container .slider-wrapper .product-card {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    box-sizing: border-box;
    margin: 0 12px;
}
.slider-container .prev-btn,
.slider-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.5882352941);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px;
}
.slider-container .prev-btn {
    left: 0;
}
.slider-container .next-btn {
    right: 0;
}
.slider-3items-container {
    position: relative;
    margin: 0 auto;
}
.slider-3items-container .slider-3items-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-3items-container .slider-3items-wrapper .product-card {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    box-sizing: border-box;
    margin: 0 12px;
}
.slider-3items-container .prev-btn,
.slider-3items-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.5882352941);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px;
}
.slider-3items-container .prev-btn {
    left: 0;
}
.slider-3items-container .next-btn {
    right: 0;
}
.testimonial-slider-container {
    position: relative;
    margin: 0 auto;
}
.testimonial-slider-container .testimonial-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}
.testimonial-slider-container .testimonial-slider-wrapper .testimonial-card {
    flex: 0 0 calc(16.6666% - 10px);
    max-width: calc(16.6666% - 10px);
    box-sizing: border-box;
    margin: 0 12px;
}
.testimonial-slider-container .prev-btn,
.testimonial-slider-container .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.5882352941);
    color: #fff;
    border: none;
    padding: 2px 6px 6px 6px;
    cursor: pointer;
    font-size: 32px;
}
.testimonial-slider-container .prev-btn {
    left: 0;
}
.testimonial-slider-container .next-btn {
    right: 0;
}
@media (max-width: 1200px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(38% - 10px);
        max-width: calc(38% - 10px);
        margin: 0 10px;
    }
    .testimonial-slider-container
        .testimonial-slider-wrapper
        .testimonial-card {
        flex: 0 0 calc(20% - 10px);
        max-width: calc(20% - 10px);
        margin: 0 12px;
    }
}
@media (max-width: 992px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        margin: 0 8px;
    }
    .slider-container .prev-btn,
    .slider-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px;
    }
    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(54% - 10px);
        max-width: calc(54% - 10px);
        margin: 0 8px;
    }
    .slider-3items-container .prev-btn,
    .slider-3items-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px;
    }
    .testimonial-slider-container
        .testimonial-slider-wrapper
        .testimonial-card {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin: 0 8px;
    }
    .testimonial-slider-container .prev-btn,
    .testimonial-slider-container .next-btn {
        padding: 2px 6px 6px 6px;
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(46% - 10px);
        max-width: calc(46% - 10px);
        margin: 0 8px;
    }
    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(80% - 10px);
        max-width: calc(80% - 10px);
        margin: 0 8px;
    }
    .testimonial-slider-container
        .testimonial-slider-wrapper
        .testimonial-card {
        flex: 0 0 calc(33.33% - 10px);
        max-width: calc(33.333% - 10px);
        margin: 0 8px;
    }
}
@media (max-width: 576px) {
    .slider-container .slider-wrapper .product-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 6px;
    }
    .slider-container .prev-btn,
    .slider-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px;
    }
    .slider-3items-container .slider-3items-wrapper .product-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 6px;
    }
    .slider-3items-container .prev-btn,
    .slider-3items-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px;
    }
    .testimonial-slider-container
        .testimonial-slider-wrapper
        .testimonial-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 6px;
    }
    .testimonial-slider-container .prev-btn,
    .testimonial-slider-container .next-btn {
        padding: 2px 5px 5px 5px;
        font-size: 20px;
    }
}
.product-card {
    transition: 0.4s;
    height: 100%;
}
.product-card .card-img-top {
    width: 100%;
    height: 15.875rem;
    object-fit: contain;
}
.product-card .card-body {
    margin: 0;
    padding: 0;
}
.product-card .card-body .title {
    color: #1b1b1c;
    font-weight: 700;
}
@media (max-width: 1400px) {
    .product-card .card-img-top {
        height: 13.625rem;
    }
}
@media (max-width: 1200px) {
    .product-card .card-img-top {
        height: 14.375rem;
    }
    .product-card .rating {
        left: 0.75rem;
        bottom: 0.5rem;
        padding: 0.15rem 0.52rem;
        font-size: 0.75rem;
    }
    .product-card .rating i {
        font-size: 0.72rem;
    }
    .product-card .card-body .price {
        font-size: 0.9rem;
    }
    .product-card .card-body .price .price-delete {
        font-size: 0.75rem;
    }
}
@media (max-width: 768px) {
    .product-card .card-img-top {
        height: 14.875rem;
    }
}
@media (max-width: 576px) {
    .product-card .card-img-top {
        height: 10.813rem;
    }
    .product-card .rating {
        left: 0.7rem;
        bottom: 0.4rem;
        padding: 0.14rem 0.46rem;
        font-size: 0.7rem;
    }
    .product-card .rating i {
        font-size: 0.68rem;
    }
    .product-card .card-body {
        padding: 0.5rem;
    }
    .product-card .card-body .price {
        font-size: 0.77rem;
        margin: 0.1rem 0 0.5rem 0 !important;
    }
    .product-card .card-body .price .price-delete {
        font-size: 0.7rem;
    }
}
.testimonial-card {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.testimonial-card .user-photo-wrap {
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 24px;
    width: 130px;
    height: 130px;
    margin-left: -20px;
    margin-top: -16px;
}
.testimonial-card .user-photo-wrap .user-photo {
    transform: rotate(-45deg);
    width: 140%;
    height: 140%;
    object-fit: cover;
}
.testimonial-card .ratting {
    position: absolute;
    right: 1.2rem;
    top: 7rem;
}
.testimonial-card .ratting .rating-score {
    font-size: 0.87rem;
    color: #1b1b1c;
}
.testimonial-card .ratting .rating-stars {
    font-size: 0.7rem;
    color: #376291;
}
.testimonial-card .quote {
    position: absolute;
    right: 1.2rem;
    top: 1.6rem;
    color: #376291;
    font-size: 2rem;
}
.testimonial-card .card-title {
    color: #1b1b1c !important;
}
@media (max-width: 1200px) {
    .testimonial-card .user-photo-wrap {
        border-radius: 20px;
        width: 120px;
        height: 120px;
    }
    .testimonial-card .ratting {
        right: 1rem;
        top: 6.4rem;
    }
    .testimonial-card .ratting .rating-score {
        font-size: 0.85rem;
    }
    .testimonial-card .ratting .rating-stars {
        font-size: 0.68rem;
    }
    .testimonial-card .quote {
        right: 1rem;
        top: 1.4rem;
        font-size: 1.6rem;
    }
    .testimonial-card .card-title,
    .testimonial-card .card-text {
        font-size: 0.75rem;
    }
}
@media (max-width: 576px) {
    .testimonial-card .user-photo-wrap {
        border-radius: 16px;
    }
    .testimonial-card .ratting {
        top: 6.4rem;
    }
    .testimonial-card .ratting .rating-score {
        font-size: 0.75rem;
    }
    .testimonial-card .ratting .rating-stars {
        font-size: 0.62rem;
    }
    .testimonial-card .quote {
        top: 1.4rem;
        font-size: 1.4rem;
    }
}
.newsletter-card .title {
    font-weight: 400;
    font-size: 24px;
}
.newsletter-card .form-control {
    min-width: 710px;
    height: 50px;
    background: none;
    border: 1px solid #888;
    color: #fff !important;
}
.newsletter-card .form-control::placeholder {
    color: #d8d8d8;
    opacity: 1;
}
.newsletter-card .join-now {
    margin-left: -120px;
    border-radius: 4px;
    margin-top: 5px;
    height: 40px;
}
@media (max-width: 1200px) {
    .newsletter-card .title {
        font-weight: 400;
        font-size: 24px;
    }
    .newsletter-card .form-control {
        min-width: 510px;
    }
    .newsletter-card .join-now {
        margin-left: -105px;
    }
}
@media (max-width: 992px) {
    .newsletter-card .title {
        font-weight: 400;
        font-size: 24px;
    }
    .newsletter-card .form-control {
        min-width: 310px;
    }
    .newsletter-card .join-now {
        margin-left: -105px;
    }
}
@media (max-width: 768px) {
    .newsletter-card .title {
        font-weight: 400;
        font-size: 24px;
    }
    .newsletter-card .form-control {
        min-width: 400px;
    }
    .newsletter-card .join-now {
        margin-left: -105px;
    }
}
@media (max-width: 576px) {
    .newsletter-card .title {
        font-weight: 400;
        font-size: 24px;
    }
    .newsletter-card .form-control {
        min-width: 300px;
    }
    .newsletter-card .join-now {
        margin-left: -105px;
    }
}
.pagination .page-item.active .page-link {
    background: #376291;
    border: 1px solid #376291;
    color: #fff;
}
.pagination .page-link {
    color: #1b1b1c;
}
.pagination .page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 59, 59, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.popup-wrapper {
    position: relative;
    background: #fff;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-wrapper::-webkit-scrollbar {
    display: none;
}
.slider-img {
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.popup-close {
    position: fixed;
    top: 24px;
    right: 24px;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #000;
    background: rgba(255, 255, 255, 0.5647058824);
    z-index: 1200;
    padding: 0px 0px 4px 0px;
    line-height: 16px;
    height: 40px;
    width: 40px;
    transition: 0.4s;
    font-weight: 300;
}
.popup-close:hover {
    background: #fafafa;
}
.top-margin {
    padding-top: 80px;
}
.btn {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.4rem 1rem;
    border: none;
    border-radius: 4px;
}
.btn-primary {
    background: #376291;
    transition: 0.3s;
}
.btn-primary:hover {
    color: #fff;
    background: #e00000;
}
.btn-outline {
    background: none;
    border: 1px solid #1b1b1c;
    color: #1b1b1c;
    border-radius: 0;
    font-size: 12px;
}
.btn-outline:hover {
    color: #1b1b1c;
    border: 1px solid #1b1b1c;
}
.btn-dark {
    background: #1b1b1c;
    transition: 0.3s;
}
.btn-dark:hover {
    color: #fff;
    background: #0c0c0c;
}
.btn-white {
    background: #fff;
    color: #1b1b1c;
    transition: 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-white:hover {
    color: #fff;
    background: #376291;
}
.bg-primary {
    background: #376291 !important;
}
.bg-secondary {
    background: #aed2ed !important;
}
.bg-dark {
    background: #1b1b1c !important;
}
.bg-danger {
    background: #376291 !important;
}
.bg-white {
    background: #fff !important;
}
.bg-light {
    background: #f4f4f4 !important;
}
.bg-info {
    background: #e698f2 !important;
}
.bg-warning {
    background: #fade2f !important;
}
.text {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8rem;
}
.card-text {
    color: #4d4d50;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.text-primary {
    color: #376291 !important;
}
.text-dark {
    color: #1b1b1c !important;
}
.text-warning {
    color: #1b1b1c !important;
}
.text-light {
    color: #f4f4f4 !important;
}
.text-light {
    color: #fff !important;
}
.text-danger {
    color: #376291 !important;
}
.text-info {
    color: #e698f2 !important;
}
.text-link {
    color: #376291;
}
.text-link:hover {
    text-decoration: underline;
}
.link {
    color: #376291;
    font-size: 0.875rem;
}
.link:hover {
    color: #c00;
}
.link-light {
    color: #8e8e8e !important;
}
.heading {
    font-weight: 700;
    color: #1b1b1c;
    font-size: 2.5rem;
}
.sub-heading {
    font-weight: 400;
    color: #1b1b1c;
    font-size: 1.5rem;
}
.section-title {
    color: #1b1b1c;
    font-size: 23px;
    font-size: 23px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 26px;
}
.section-padding {
    padding: 74px 0;
}
.section-heading {
    position: relative;
    color: #1b1b1c;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 40px;
}
.card-title {
    font-weight: 600;
    color: #1b1b1c;
    font-size: 16px;
}
.hr,
.hr-light {
    border: none;
    height: 1px;
    background-color: #434346;
    opacity: 0.1;
    margin: 1rem 0;
}
.hr-light {
    background-color: #7f7f84;
}
@media (max-width: 1200px) {
    .section-heading {
        font-size: 1.4rem;
    }
    .heading {
        font-size: 2.2rem;
    }
    .card-title {
        font-size: 0.75rem;
    }
    .section-title {
        font-size: 24px;
    }
    .btn {
        font-size: 0.875rem;
        border-radius: 8px;
    }
}
@media (max-width: 992px) {
    .section-heading {
        font-size: 1.1rem;
    }
    .heading {
        font-size: 1.5rem;
    }
    .card-title {
        font-size: 0.7rem;
    }
    .btn {
        font-size: 0.75rem;
        border-radius: 4px;
    }
    .top-margin {
        padding-top: 60px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .text {
        font-size: 13px;
        line-height: 1.3rem;
    }
    .card-text {
        color: #4d4d50;
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
}
@media (max-width: 768px) {
    .heading {
        font-size: 0.9rem;
    }
    .sub-heading {
        font-size: 0.87rem;
    }
    .section-heading {
        font-size: 0.9rem;
    }
    .top-margin {
        padding: 47px 0;
    }
    .section-padding {
        padding: 30px 0;
    }
    .title {
        font-size: 14px;
    }
    .section-title {
        font-size: 15px;
        line-height: 28px;
    }
    .btn {
        font-size: 0.7rem;
    }
    .text {
        font-size: 0.75rem;
    }
    .card-text {
        font-size: 0.7rem;
    }
    .link {
        font-size: 0.78rem;
    }
}
header {
    background: #376291;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}
.registration {
    font-size: 14px;
}
.header .header-wrap {
    border-bottom: 1px solid #376291;
    padding: 4px 0;
}
#cz_18379 .cz_title_content {
    margin-bottom: 24px;
}
.cz_title_has_icon .cz_title_content {
    padding: 10px 5px;
}
.cz_title_icon_before {
    font-size: 24px;
    color: #ffffff;
    background-size: cover;
    background-color: #376291;
    padding:19px;
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 0px;
    border-radius: 3px;
}
.cz_title_content > div {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    word-break: normal;
}
.header .header-wrap .social-link {
    font-size: 14px;
}
.header .header-wrap .social-link a {
    color: #fff;
}
.header .header-wrap .social-link li {
    margin-right: 10px;
}
.navbar {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar .offcanvas .btn-close:focus {
    outline: none;
    box-shadow: none;
    font-size: 0.8rem !important;
}
.navbar .offcanvas .btn {
    border: 1px solid #fff;
}
.navbar .offcanvas .main-categories .nav-item {
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
}
.navbar .offcanvas .main-categories .nav-item .nav-link {
    color: #376291;
    transition: 0.3s;
}
.navbar .offcanvas .main-categories .nav-item .nav-link i {
    font-size: 0.75rem;
}
.navbar .offcanvas .main-categories .nav-item .nav-link:hover {
    color: #376291;
    border-bottom: 3px solid #376291;
}
.navbar .offcanvas .main-categories .nav-item:hover .sub-categories {
    display: block;
    animation: swing-open-delayed 0.6s ease-out forwards;
}
.navbar .offcanvas .main-categories .nav-item .sub-categories {
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 52px -12px rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 0.15rem;
    width: 20rem;
    display: none;
    opacity: 0;
    transform-origin: top right;

}
.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
    font-size: 13px;
    padding: 0.3rem 0;
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
}
.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item a {
    color: #1b1b1c;
    transition: 0.3s;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    a:hover {
    color: #376291;
    font-weight: 500;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item:last-child {
    border-bottom: none;
}
.navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item i {
    transition: 0.4s;
    position: absolute;
    right: 16px;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item:hover
    .sub-sub-categories {
    display: block;
    animation: swing-open-delayed 0.6s ease-out forwards;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item:hover
    i {
    right: 10px;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    .sub-sub-categories {
    position: absolute;
    left: 18rem;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 52px -12px rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 0.15rem;
    width: 20rem;
    display: none;
    opacity: 0;
    transform-origin: top right;

}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    .sub-sub-categories
    .sub-sub-item {
    font-size: 13px;
    padding: 0.3rem 0;
    font-weight: 500;
    position: relative;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    .sub-sub-categories
    .sub-sub-item
    a {
    color: #1b1b1c;
    transition: 0.3s;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    .sub-sub-categories
    .sub-sub-item
    a:hover {
    color: #376291;
}
.navbar
    .offcanvas
    .main-categories
    .nav-item
    .sub-categories
    .sub-item
    .sub-sub-categories
    .sub-sub-item:last-child {
    border-bottom: none;
}
@keyframes swing-open-delayed {
    0% {
        opacity: 0;

    }
    50% {
        opacity: 0.8;
        transform: rotateX(-20deg) skewX(5deg);
    }
    99% {
        opacity: 1;
        transform: rotateX(5deg) skewX(-5deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg) skewX(0deg);
    }
}
.navbar .user-sm {
    color: #376291;
}
.navbar .logo-sm {
    height: 5rem;
}
.nav-bottom {
    border-top: 1px solid #b3b3b6 !important;
    height: 3.3rem;
}
.nav-bottom .active {
    border-top: 2px solid #376291;
    padding: 0.6rem 0rem;
    font-weight: 500;
    margin-top: -0.66rem;
    color: #376291 !important;
}
.nav-bottom ul {
    margin-top: 0.5rem;
}
.nav-bottom ul .nav-item {
    width: 3.5rem;
}
.nav-bottom ul .nav-item .nav-link {
    font-size: 0.75rem;
    transition: 0.4s;
}
.nav-bottom ul .nav-item .nav-link:hover i {
    color: #376291;
}
.nav-bottom ul .nav-item .nav-link span {
    font-size: 0.72rem !important;
    margin-top: -1px;
}
@media (max-width: 1200px) {
    .header .header-wrap {
        padding: 2px 0;
    }
    .header .header-wrap .search-lg input {
        font-size: 0.875rem;
    }
    .header .header-wrap .search-lg .search-btn {
        font-size: 0.875rem;
    }
    .header .header-wrap .logo-lg {
        height: 3.5rem;
    }
    .header .header-wrap .user-items {
        font-size: 1.2rem;
    }
    .header .header-wrap .user-items .badge {
        width: 1.3rem;
        height: 1.3rem;
        text-align: center;
        font-size: 0.7rem;
    }
    .navbar .offcanvas {
        width: 250px;
    }
    .navbar .offcanvas .main-categories .nav-item {
        font-size: 0.75rem;
    }
    .navbar .offcanvas .main-categories .nav-item .nav-link i {
        font-size: 0.7rem;
        margin-left: -3px;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        top: 41px;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: 0.75rem;
    }
}
@media (min-width: 992px) {
    .nav-bottom {
        display: none;
    }
}
@media (max-width: 992px) {
    .visible-lg {
        display: none;
    }
    .navbar .offcanvas .search-sm input {
        font-size: 0.7rem;
        border: none;
        color: #c6c6c6;
    }
    .navbar .offcanvas .search-sm input:focus {
        border-bottom: 1px solid #e2e2e2;
    }
    .navbar .offcanvas .search-sm .search-btn {
        border: none;
        color: #b7b7b7;
        background: none;
    }
    .navbar .offcanvas .main-categories .nav-item {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }
    .navbar .offcanvas .main-categories .nav-item .nav-link i {
        font-size: 0.7rem;
        position: absolute;
        right: 0;
        rotate: -90deg;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        left: 120px;
        top: 10px;
        padding: 0.1rem 1rem;
        width: 16rem;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: 0.75rem;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item i {
        margin-left: 9rem;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories {
        position: absolute;
        left: 12rem;
        top: 0px;
        z-index: 100;
        background: #fff;
        border: 1px solid #dbdbdb;
        padding: 0.5rem 1rem;
        border-radius: 0.15rem;
        width: 20rem;
        display: none;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item {
        border-bottom: 1px dotted #4d4d50;
        font-size: 0.875rem;
        padding: 0.5rem 0;
        font-weight: 500;
        position: relative;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item
        a {
        color: #1b1b1c;
        transition: 0.3s;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item
        a:hover {
        color: #376291;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item:last-child {
        border-bottom: none;
    }
    .navbar .logo-sm {
        height: 3.5rem;
        padding: 0.3rem;
    }
}
@media (max-width: 768px) {
    .navbar .logo-sm {
        height: 3rem;
        padding: 0.4rem;
    }
}
@media (max-width: 576px) {
    .navbar .offcanvas .main-categories .nav-item {
        font-size: 0.75rem;
        padding: 8px 0;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories {
        left: 70px;
        padding: 0.1rem 0.85rem;
        width: 15.5rem;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item {
        font-size: 0.72rem;
    }
    .navbar .offcanvas .main-categories .nav-item .sub-categories .sub-item i {
        margin-left: 9rem;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories {
        position: absolute;
        left: 6rem;
        top: 0px;
        z-index: 100;
        background: #fff;
        border: 1px solid #dbdbdb;
        padding: 0.5rem 1rem;
        border-radius: 0.15rem;
        width: 20rem;
        display: none;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item {
        border-bottom: 1px dotted #4d4d50;
        font-size: 0.875rem;
        padding: 0.5rem 0;
        font-weight: 500;
        position: relative;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item
        a {
        color: #1b1b1c;
        transition: 0.3s;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item
        a:hover {
        color: #376291;
    }
    .navbar
        .offcanvas
        .main-categories
        .nav-item
        .sub-categories
        .sub-item
        .sub-sub-categories
        .sub-sub-item:last-child {
        border-bottom: none;
    }
}
.footer {
    background: #1b1b1c;
}
.footer .text {
    color: #bdbdbd;
}
.footer h5 {
    margin-bottom: 24px;
}
.footer .footer-wrap {
    color: #f4f4f4;
}
.footer .footer-wrap .logo {
    height: 5rem;
}
.footer .footer-wrap .mobile {
    color: #376291;
    font-size: 1.5rem;
    font-weight: 600;
}
.footer .footer-wrap .social-link {
    font-size: 1rem;
    margin-top: 1rem;
}
.footer .footer-wrap .social-link a {
    color: #fff;
    margin-right: 0.75rem;
}
.footer .footer-wrap .contact li {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
.footer .footer-wrap .contact li a {
    color: #f4f4f4;
}
.footer .footer-wrap .photo-link {
    width: 100%;
}
.footer .footer-wrap .payment-img {
    width: 100%;
}
@media (max-width: 1200px) {
    .footer .footer-wrap .logo {
        height: 5rem;
    }
    .footer .footer-wrap .mobile {
        font-size: 1rem;
    }
    .footer .footer-wrap .hour {
        font-size: 0.75rem;
    }
    .footer .footer-wrap .social-link {
        font-size: 1rem;
        margin-top: 0.9rem;
    }
    .footer .footer-wrap .social-link a {
        color: #376291;
        margin-right: 0.75rem;
    }
    .footer .footer-wrap .contact li {
        margin-top: 0.4rem;
        font-size: 0.75rem;
    }
}
@media (max-width: 576px) {
    .footer .footer-wrap .logo {
        height: 3.5rem;
    }
    .footer .footer-wrap .mobile {
        font-size: 0.85rem;
    }
    .footer .footer-wrap .hour {
        font-size: 0.65rem;
    }
    .footer .footer-wrap .hour i {
        display: none;
    }
    .footer .footer-wrap .social-link {
        font-size: 0.85rem;
        margin-top: 0.8rem;
    }
    .footer .footer-wrap .social-link a {
        color: #376291;
        margin-right: 0.7rem;
    }
    .footer .footer-wrap .contact li {
        margin-top: 0.4rem;
        font-size: 0.7rem;
    }
    .footer .footer-wrap h5 {
        font-size: 1rem;
    }
    .footer .footer-wrap .map {
        padding: 0 16px !important;
    }
}
.products-store .products-store-wrap .product-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.products-store .products-store-wrap .product-card .card-img-top {
    height: 19.125rem;
    transition: 0.4s;
}
.products-store .products-store-wrap .product-card .card-img-top:hover {
    transform: scale(1.05);
}
.products-store .products-store-wrap .product-card .card-body {
    padding: 6px 0 16px 0;
}
@media (min-width: 992px) {
    .filter-close-btn,
    .filter-btn {
        display: none;
    }
}
@media (max-width: 1400px) {
    .products-store {
        background: #f4f4f4;
    }
    .products-store
        .products-store-wrap
        .product-list-wrap
        .product-card
        .card-img-top {
        height: 16.25rem;
    }
}
@media (max-width: 992px) {
    .products-store {
        background: #f4f4f4;
    }
    .products-store .products-store-wrap .filter-wrap {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 100;
        overflow-y: auto;
        padding-bottom: 10rem !important;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
            rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }
    .products-store .products-store-wrap .filter-wrap::-webkit-scrollbar {
        width: 4px;
        background: #d5d5d5;
    }
    .products-store .products-store-wrap .filter-wrap::-webkit-scrollbar-thumb {
        background: #a8a8a8;
    }
    .products-store .products-store-wrap .filter-wrap .filter-close-btn {
        position: fixed;
        left: 12px;
        bottom: 2.5rem;
        z-index: 1100;
        background: #fff;
        padding: 1rem 1.8rem 3.5rem 1.8rem;
    }
    .products-store .products-store-wrap .filter-wrap .filter-close-btn .btn {
        width: 6.5rem;
    }
    .products-store .products-store-wrap .product-qty-match {
        font-size: 0.875rem;
        color: #1b1b1c;
    }
    .products-store
        .products-store-wrap
        .product-list-wrap
        .product-card
        .card-img-top {
        height: 9.75rem;
    }
}
@media (max-width: 992px) {
    .products-store {
        background: #f4f4f4;
    }
    .products-store
        .products-store-wrap
        .product-list-wrap
        .product-card
        .card-img-top {
        height: 13.5rem;
    }
    .products-store .products-store-wrap .product-filter {
        display: none;
    }
}
@media (max-width: 768px) {
    .products-store {
        background: #f4f4f4;
    }
    .products-store .products-store-wrap .filter-wrap .filter-close-btn {
        left: 10px;
        bottom: 1.8rem;
    }
    .products-store .products-store-wrap .filter-wrap .filter-close-btn .btn {
        width: 5.6rem;
    }
    .products-store
        .products-store-wrap
        .product-list-wrap
        .product-card
        .card-img-top {
        height: 15.625rem;
    }
}
@media (max-width: 576px) {
    .products-store {
        background: #f4f4f4;
    }
    .products-store
        .products-store-wrap
        .product-list-wrap
        .product-card
        .card-img-top {
        height: 10.938rem;
    }
}
.filter-wrap {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: #fff;
}
.filter {
    font-size: 18px;
}
.reset-btn {
    font-size: 14px;
}
.reset-btn:hover {
    color: #376291;
}
.filter-wrap hr {
    opacity: 12% !important;
}
.filter-box {
    height: 178px;
    overflow: hidden;
}
.filter-box h5 {
    font-size: 14px;
}
.filter-box label,
span {
    margin-top: 3px;
    color: #1b1b1c;
    transition: 0.3s;
}
.filter-box label:hover {
    color: #376291;
}
.filter-box.show {
    height: auto;
}
.filter-items {
    position: relative;
    overflow: hidden;
}
.readmore {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    background: #fff;
    color: #376291;
    cursor: pointer;
}
.readmore::before {
    content: attr(data-more);
}
.filter-box.show .readmore {
    position: relative;
    top: auto;
    display: block;
}
.filter-box.show .readmore::before {
    content: attr(data-less);
}
input:checked {
    background-color: #376291 !important;
    border: 0;
}
.price-range h5,
.search-property h5 {
    font-size: 14px;
}
.search-property input {
    font-size: 13px;
    border-radius: 5px 0px 0px 5px;
}
.search-property input:focus {
    border: 1px solid #376291;
}
.search-property .btn {
    border: 1px solid #dbdbdb;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    transition: 0.3s;
    color: #376291;
}
.search-property .btn:hover {
    border: 1px solid #376291;
}
.price-input-container {
    width: 100%;
}
.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}
.price-field label {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 13px;
    color: #1b1b1c;
}
.price-field input {
    flex: 1;
    font-size: 13px;
    color: #1b1b1c;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dbdbdb;
    width: 92px;
}
.price-field input:focus {
    border: 1px solid #376291;
    outline: none;
}
.price-input {
    width: 100%;
    font-size: 19px;
    color: #376291;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.price-slider-range {
    width: 100px !important;
}
.price-slider-range {
    height: 2px;
    position: relative;
    background: #dbdbdb;
    border-radius: 5px;
}
.price-slider-range .price-slider {
    height: 100%;
    left: 0%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #376291;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    background: none;
    top: -4px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 70%;
    background: #fff;
    border: 2px solid #376291;
    pointer-events: auto;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px;
}
@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px;
    }
    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }
    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }
    .price-input {
        align-items: center;
    }
    .price-field {
        margin-bottom: 10px;
    }
}
.ptoduct-details
    .product-details-wrap
    .product-images
    .product-thum-card
    .product-thum-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.ptoduct-details .product-details-wrap .product-images .search-icon {
    position: absolute;
    right: 24px;
    top: 24px;
    background: #fff;
    color: #1b1b1c;
    padding: 8px;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 20px;
}
.ptoduct-details .product-details-wrap .product-images .product-view-img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.ptoduct-details .product-details-wrap .download-btn {
    border: 1px solid #376291;
    border-radius: 4px;
}
.ptoduct-details .product-details-wrap .download-btn .btn-title {
    color: #1b1b1c;
    padding: 8px 16px;
    margin-top: 4px;
}
.ptoduct-details .product-details-wrap .download-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ptoduct-details .product-details-wrap .product-info .title {
    font-size: 1.2rem;
}
.ptoduct-details .product-details-wrap .product-info ul {
    list-style-type: disc;
    color: #1b1b1c;
    padding-left: 16px;
}
.ptoduct-details .product-details-wrap .product-info ul li {
    margin-bottom: 10px;
}
.ptoduct-details .product-details-wrap .product-description .nav-item {
    position: relative;
}
.ptoduct-details
    .product-details-wrap
    .product-description
    .nav-item
    .nav-link {
    color: #376291;
    padding: 0 1.5rem 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}
.ptoduct-details
    .product-details-wrap
    .product-description
    .nav-item
    .nav-link.active {
    background: #fff;
    color: #1b1b1c;
    border-radius: 0;
}
.ptoduct-details
    .product-details-wrap
    .product-description
    .nav-item
    .nav-link.active::after {
    content: "";
    background: #376291;
    width: 4rem;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.related-products .product-card .card-img-top {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 1200px) {
    .ptoduct-details .product-details-wrap .breadcrumb {
        font-size: 0.85rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .thum-slider-wrapper {
        height: 17rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .thum-slider-wrapper
        .product-thum-card {
        margin: 4px 0;
        height: 4rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .prev-btn,
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .next-btn {
        padding: 0px 4px;
        font-size: 0.875rem;
        width: 80%;
    }
    .ptoduct-details .product-details-wrap .product-images .product-view-img {
        height: 23.563rem;
    }
    .ptoduct-details .product-details-wrap .download-btn .btn-title {
        font-size: 14px;
    }
    .ptoduct-details .product-details-wrap .product-info .product-title {
        font-size: 1.2rem;
    }
    .ptoduct-details .product-details-wrap .product-info .title {
        font-size: 1.3rem;
    }
    .ptoduct-details .product-details-wrap .product-info .price {
        font-size: 1.6rem;
    }
    .ptoduct-details .product-details-wrap .product-info .price span {
        font-size: 1rem;
    }
    .ptoduct-details .product-details-wrap .product-info .rating {
        font-size: 0.875rem;
    }
    .ptoduct-details .product-details-wrap .product-info .rating i {
        font-size: 0.87rem;
    }
    .ptoduct-details .product-details-wrap .product-info h5 {
        font-size: 1rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .color-select
        .color-item {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.1rem;
    }
    .ptoduct-details .product-details-wrap .product-info .size-select {
        margin-top: -1.5rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .size-select
        .size-list
        .size-item {
        width: 2rem;
        height: 2rem;
        padding: 0.1rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .size-select
        .size-list
        .size-text {
        font-size: 0.75rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-input {
        width: 2rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-minus,
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-plus {
        width: 2rem;
        height: 2rem;
    }
    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link {
        color: #376291;
        padding: 0 1.5rem 0.5rem 0;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active {
        background: #fff;
        color: #1b1b1c;
        border-radius: 0;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active::after {
        content: "";
        background: #376291;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: 0.875rem;
    }
}
@media (max-width: 992px) {
    .ptoduct-details .product-details-wrap .product-info .title {
        font-size: 1rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-input {
        padding: 0;
    }
    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link {
        color: #376291;
        padding: 0 1.5rem 0.5rem 0;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active {
        background: #fff;
        color: #1b1b1c;
        border-radius: 0;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active::after {
        content: "";
        background: #376291;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: 0.875rem;
    }
}
@media (max-width: 768px) {
    .ptoduct-details .product-details-wrap .product-info {
        margin-top: 1.5rem;
    }
    .ptoduct-details .product-details-wrap .product-description {
        margin-top: 1rem;
    }
    .ptoduct-details .product-details-wrap .product-description .nav-item {
        position: relative;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link {
        color: #376291;
        padding: 0 1.5rem 0.5rem 0;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active {
        background: #fff;
        color: #1b1b1c;
        border-radius: 0;
    }
    .ptoduct-details
        .product-details-wrap
        .product-description
        .nav-item
        .nav-link.active::after {
        content: "";
        background: #376291;
        width: 4rem;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: 0.875rem;
    }
}
@media (max-width: 596px) {
    .ptoduct-details .product-details-wrap .breadcrumb {
        font-size: 0.75rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .thum-slider-wrapper {
        height: 13.8rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-images
        .img-slider
        .thum-slider-container
        .thum-slider-wrapper
        .product-thum-card {
        height: 3rem;
    }
    .ptoduct-details .product-details-wrap .product-images .product-view-img {
        height: 19.625rem;
    }
    .ptoduct-details .product-details-wrap .product-info {
        margin-top: 1.3rem;
    }
    .ptoduct-details .product-details-wrap .product-info .product-title {
        font-size: 1rem;
    }
    .ptoduct-details .product-details-wrap .product-info .price {
        font-size: 1.3rem;
    }
    .ptoduct-details .product-details-wrap .product-info .price span {
        font-size: 0.86rem;
    }
    .ptoduct-details .product-details-wrap .product-info .rating {
        font-size: 0.87rem;
    }
    .ptoduct-details .product-details-wrap .product-info .rating i {
        font-size: 0.84rem;
    }
    .ptoduct-details .product-details-wrap .product-info h5 {
        font-size: 0.85rem;
    }
    .ptoduct-details .product-details-wrap .product-info .size-select {
        position: relative;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .size-select
        .size-list
        .size-item {
        width: 1.9rem;
        height: 1.9rem;
        padding: 0.1rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .size-select
        .size-list
        .size-text {
        font-size: 0.72rem;
        margin-top: 4px;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .size-select
        .size-qty {
        position: absolute;
        right: 1.8rem;
        font-size: 0.85rem;
        top: 4rem;
    }
    .ptoduct-details .product-details-wrap .product-info .qty-select {
        margin-top: 0.5rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-input {
        width: 4rem;
    }
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-minus,
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .qty-controls
        .qty-plus {
        font-size: 0.9rem;
    }
    .ptoduct-details .product-details-wrap .product-info .qty-select .btn-white,
    .ptoduct-details
        .product-details-wrap
        .product-info
        .qty-select
        .btn-primary {
        margin-top: 1.5rem;
    }
    .ptoduct-details .product-details-wrap .product-info .call-img {
        width: 10rem;
    }
    .ptoduct-details .product-details-wrap .product-info .share-to {
        margin-top: 0.45rem !important;
    }
    .ptoduct-details .product-details-wrap .product-description .text {
        font-size: 0.75rem;
    }
}
.signup-form form {
    width: 24rem;
}
.signup-form form .btn {
    font-size: 0.9rem;
}
@media (max-width: 576px) {
    .signup-form form {
        width: 100%;
    }
    .signup-form form .btn {
        font-size: 0.9rem;
    }
}
.about-us .btn {
    padding: 10px;
}
.about-us .btn:hover {
    background: #376291;
}
.about-us .about-us-nav {
    border: 2px solid #376291;
    padding: 30px;
    border-radius: 4px;
}
.about-us .about-us-nav .nav {
    margin-top: 24px;
    padding-left: 16px;
    list-style-type: disc;
    color: #376291;
}
.about-us .about-us-nav .nav .nav-item .nav-link {
    color: #1b1b1c;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 400;
    margin-left: -16px;
}
.about-us .text {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.about-us .md_photo {
    width: 100%;
    max-height: 442px;
    height: fit-content;
    object-fit: contain;
    border-radius: 30px;
    margin-top: -210px;
}
.about-us .md-message {
    box-shadow: 0px 0px 52px -12px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: 70px;
    padding: 50px 0;
}
.about-us .client-card {
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
}
.about-us .client-card .card-img-top {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.about-us .client-card .card-title {
    font-size: 19px;
    font-weight: 800;
}
.img-gallery-top {
    height: 610px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-gallery-top .gallery-wrap {
    max-width: 610px;
    height: 100%;
}
.img-gallery-top .gallery-wrap .search-form-wrap {
    width: 100%;
}
.img-gallery-top .gallery-wrap .search-form-wrap .input-group {
    box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.5);
}
.img-gallery-top .gallery-wrap .search-form-wrap .input-group .form-control {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #1b1b1c;
    background-color: rgba(235, 225, 225, 0.9019607843);
    text-transform: capitalize;
    border: none;
}
.img-gallery-top
    .gallery-wrap
    .search-form-wrap
    .input-group
    .input-group-text {
    padding: 10px;
    font-size: 19px;
    margin-top: 0;
    padding: 0 14px;
    background-color: rgba(129, 138, 145, 0.4);
    border: none;
    color: #dbdbdb;
}
.img-gallery .gallery-card {
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 24px 24px 0 24px;
}
.img-gallery .gallery-card .card-img-top {
    width: 100%;
    height: 297px;
    object-fit: cover;
    border-radius: 8px;
}
.img-gallery .gallery-card .card-title {
    transition: 0.4s;
}
.img-gallery .gallery-card .card-title:hover {
    text-decoration: underline;
}
.video-gallery .title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 24px;
}
.news .new-news .news-card {
    margin-bottom: 24px;
    height: 350px;
    transition: 0.4s;
    border-radius: 0;
}
.news .new-news .news-card:hover .search-icon-wrap {
    display: block;
}
.news .new-news .news-card .search-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 29, 0.5019607843);
    display: none;
}
.news .new-news .news-card .search-icon-wrap .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #dbdbdb;
    transform: translate(-50%, -50%);
    font-size: 32px;
}
.news .new-news .news-card .news-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.news .new-news .news-card .card-body {
    padding-left: 36px;
}
.news .new-news .news-card .card-body .card-title {
    font-size: 22px;
    font-weight: 900;
}
.news .new-news .news-card .card-body .read-more {
    transition: 0.4s;
    background: #ffe6e6;
    color: #376291;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
}
.news .new-news .news-card .card-body .read-more:hover {
    background: #376291;
    color: #fff;
}
.news .recent-news hr {
    margin-bottom: 0;
    margin-left: 8px;
}
.news .recent-news hr:last-child {
    display: none;
}
.news .recent-news .news-card {
    height: 90px;
    transition: 0.4s;
}
.news .recent-news .news-card .card-title {
    transition: 0.4s;
}
.news .recent-news .news-card .card-title:hover {
    color: #376291;
}
.news .recent-news .news-card .news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .recent-news .news-card .read-more {
    transition: 0.4s;
}
.news .recent-news .news-card .read-more:hover {
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .img-gallery-top {
        height: 324px;
    }
    .img-gallery .gallery-card .card-img-top {
        height: 200px;
    }
    .news .new-news .news-card {
        margin-bottom: 24px;
        height: 300px;
        transition: 0.4s;
        border-radius: 0;
    }
    .news .new-news .news-card:hover .search-icon-wrap {
        display: block;
    }
    .news .new-news .news-card .search-icon-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(29, 29, 29, 0.5019607843);
        display: none;
    }
    .news .new-news .news-card .search-icon-wrap .search-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #dbdbdb;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }
    .news .new-news .news-card .news-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .news .new-news .news-card .card-body {
        padding-left: 36px;
    }
    .news .new-news .news-card .card-body .card-title {
        font-size: 22px;
        font-weight: 900;
    }
    .news .new-news .news-card .card-body .read-more {
        transition: 0.4s;
        background: #ffe6e6;
        color: #376291;
        padding: 10px 16px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 400;
    }
    .news .new-news .news-card .card-body .read-more:hover {
        background: #376291;
        color: #fff;
    }
    .news .recent-news hr {
        margin-bottom: 0;
        margin-left: 8px;
    }
    .news .recent-news hr:last-child {
        display: none;
    }
    .news .recent-news .news-card {
        height: 90px;
        transition: 0.4s;
    }
    .news .recent-news .news-card .card-title {
        transition: 0.4s;
    }
    .news .recent-news .news-card .card-title:hover {
        color: #376291;
    }
    .news .recent-news .news-card .news-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news .recent-news .news-card .read-more {
        transition: 0.4s;
    }
    .news .recent-news .news-card .read-more:hover {
        text-decoration: underline;
    }
}
@media (max-width: 768px) {
    .img-gallery-top {
        height: 200px;
    }
    .img-gallery .gallery-card .card-img-top {
        height: 120px;
    }
    .news .new-news .news-card {
        margin-bottom: 24px;
        height: 330px !important;
        transition: 0.4s;
        border-radius: 0;
    }
    .news .new-news .news-card:hover .search-icon-wrap {
        display: block;
    }
    .news .new-news .news-card .search-icon-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(29, 29, 29, 0.5019607843);
        display: none;
    }
    .news .new-news .news-card .search-icon-wrap .search-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #dbdbdb;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }
    .news .new-news .news-card .news-img {
        width: 100%;
        height: 120px !important;
        object-fit: cover;
    }
    .news .new-news .news-card .card-body {
        padding-left: 36px;
    }
    .news .new-news .news-card .card-body .card-title {
        font-size: 22px;
        font-weight: 900;
    }
    .news .new-news .news-card .card-body .read-more {
        transition: 0.4s;
        background: #ffe6e6;
        color: #376291;
        padding: 10px 16px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 400;
    }
    .news .new-news .news-card .card-body .read-more:hover {
        background: #376291;
        color: #fff;
    }
    .news .recent-news hr {
        margin-bottom: 0;
        margin-left: 8px;
    }
    .news .recent-news hr:last-child {
        display: none;
    }
    .news .recent-news .news-card {
        height: 90px;
        transition: 0.4s;
    }
    .news .recent-news .news-card .card-title {
        transition: 0.4s;
    }
    .news .recent-news .news-card .card-title:hover {
        color: #376291;
    }
    .news .recent-news .news-card .news-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news .recent-news .news-card .read-more {
        transition: 0.4s;
    }
    .news .recent-news .news-card .read-more:hover {
        text-decoration: underline;
    }
}
@media (max-width: 992px) {
    .news .new-news .news-card {
        margin-bottom: 24px;
        height: 250px;
        transition: 0.4s;
    }
    .news .new-news .news-card:hover {
        background: #f4f4f4;
    }
    .news .new-news .news-card .news-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .news .new-news .news-card .read-more {
        transition: 0.4s;
    }
    .news .new-news .news-card .read-more:hover {
        text-decoration: underline;
    }
    .news .recent-news .news-card {
        margin-bottom: 16px;
        height: 90px;
        transition: 0.4s;
    }
    .news .recent-news .news-card:hover {
        background: #f4f4f4;
    }
    .news .recent-news .news-card .news-img {
        width: 100%;
        height: 60px;
        object-fit: cover;
    }
    .news .recent-news .news-card .read-more {
        transition: 0.4s;
    }
    .news .recent-news .news-card .read-more:hover {
        text-decoration: underline;
    }
}
.career-top {
    height: 514px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.career-top .career-wrap {
    height: 100%;
}
.career-top .career-wrap .search-form-wrap .heading {
    color: #fff;
    font-size: 115px;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.find-job {
    background: #ffc191;
    padding: 15px;
}
.find-job .sub-heading {
    color: #1b1b1c;
    font-size: 37px;
    font-weight: 700;
    text-transform: capitalize;
}
.career {
    background: #ffe9d8;
}
.career .career-filters {
    margin-bottom: 32px;
}
.career .career-filters .btn {
    background: none;
    color: #dbdbdb;
    margin-left: -50px;
}
.career .career-filters .form-select {
    font-size: 12px;
    height: 100%;
}
.career .career-card-wrap {
    background: #fff;
    padding-top: 10px;
}
.career .career-card-wrap hr:last-child {
    display: none;
}
.career .career-card-wrap .career-card {
    padding: 16px 24px;
}
.career .career-card-wrap .career-card .title {
    font-size: 18px;
    font-weight: 900;
}
.career .career-card-wrap .career-card .text {
    font-size: 14px;
}
.career .career-card-wrap .career-card .text-link {
    font-size: 14px;
}
.career-details {
    background: #ffe9d8;
}
.career-details .apply-heading {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 900;
}
.career-details .job-info .card-title {
    margin-bottom: 16px;
    font-weight: 400;
}
.career-details .job-info .card-title .job-heading {
    font-weight: 600;
}
.career-details .job-info ul {
    list-style-type: disc;
    padding-left: 16px;
}
.career-details .apply-form {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 36px;
    border-radius: 4px;
}
.career-details .apply-form .form-control {
    height: 45px;
}
@media (max-width: 1200px) {
    .career-top {
        height: 324px;
    }
}
@media (max-width: 992px) {
    .career-top {
        height: 224px;
    }
    .career .career-card .title {
        font-size: 18px;
    }
    .career .career-card .text-link {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .career-top {
        height: 180px;
    }
    .career .career-card .title {
        font-size: 16px;
        margin-bottom: 8px !important;
    }
}
.software {
    background: #eee;
}
.software .sofware-card {
    width: 100%;
    height: 130px;
    pad: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: #fff;
    border-radius: 6px;
}
.software .sofware-card .progress {
    width: 96%;
    height: 4px;
    margin-top: 8px;
}
.software .sofware-card .progress-percent {
    font-size: 14px;
    width: 4%;
}
.software .sofware-card .card-title {
    font-weight: 500;
    font-size: 16px;
}
.software .sofware-card .img-wrap {
    width: 130px;
}
.software .sofware-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 16px;
    border-radius: 23px;
}
.software .sofware-card .conent {
    width: calc(100% - 130px);
    padding: 24px;
}
.services {
    background: #ffe9d8;
}
.services .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.services .form-control {
    border-radius: 2px;
}
.services .form-label {
    font-weight: 700;
}
.services .btn {
    font-size: 16px;
    background: #eaeaea;
}
.services .btn:hover {
    background: #dbdbdb;
}
.registration .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.registration .form-control {
    border-radius: 2px;
}
.registration .form-label {
    font-weight: 700;
}
.registration .btn {
    font-size: 16px;
    background: #eaeaea;
}
.registration .btn:hover {
    background: #dbdbdb;
}
@media (max-width: 1200px) {
    .software {
        background: #eee;
    }
    .software .sofware-card {
        width: 100%;
        height: 130px;
        pad: 24px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
            rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        background: #fff;
        border-radius: 6px;
    }
    .software .sofware-card .progress {
        width: 94%;
        height: 4px;
        margin-top: 8px;
    }
    .software .sofware-card .progress-percent {
        font-size: 14px;
        width: 6%;
    }
    .software .sofware-card .card-title {
        font-weight: 500;
        font-size: 16px;
    }
    .software .sofware-card .img-wrap {
        width: 130px;
    }
    .software .sofware-card .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 16px;
        border-radius: 23px;
    }
    .software .sofware-card .conent {
        width: calc(100% - 130px);
        padding: 24px;
    }
}
@media (max-width: 576px) {
    .software {
        background: #eee;
    }
    .software .sofware-card {
        width: 100%;
        height: 130px;
        pad: 24px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
            rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        background: #fff;
        border-radius: 6px;
    }
    .software .sofware-card .progress {
        width: 80%;
        height: 4px;
        margin-top: 8px;
    }
    .software .sofware-card .progress-percent {
        font-size: 14px;
        width: 20%;
    }
    .software .sofware-card .card-title {
        font-weight: 500;
        font-size: 16px;
    }
    .software .sofware-card .img-wrap {
        width: 130px;
    }
    .software .sofware-card .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 16px;
        border-radius: 23px;
    }
    .software .sofware-card .conent {
        width: calc(100% - 130px);
        padding: 16px 16px 16px 0;
    }
}
.contact-us {
    background: #f4f4f4;
}
.contact-us .section-heading {
    font-size: 36px;
}
.contact-us .form-control {
    border-radius: 2px;
}
.contact-us .form-label {
    font-weight: 700;
}
.contact-us .map-wrap {
    background: #376291;
    padding: 24px 8px;
}
.contact-us .contact-info {
    color: #fff;
    padding: 66px 100px;
}
.contact-us .contact-info .text {
    font-size: 18px;
    color: #fff;
}
.contact-us .btn {
    font-size: 16px;
    background: #eaeaea;
}
.contact-us .btn:hover {
    background: #dbdbdb;
}
.contact-expert .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.contact-expert .form-control {
    border-radius: 2px;
}
.contact-expert .form-label {
    font-weight: 700;
}
.contact-expert .btn {
    font-size: 16px;
    background: #eaeaea;
}
.contact-expert .btn:hover {
    background: #dbdbdb;
}
@media (max-width: 1200px) {
    .contact .card-title {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .contact .card-title {
        font-size: 13px;
    }
    .contact .form-check-label {
        font-size: 12px;
    }
}
.top-slider {
    background: #fff;
}
.top-slider .top-slider-wrap .slide-img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.top-slider .top-slider-wrap .carousel-inner {
    overflow: hidden;
}
.top-slider .top-slider-wrap .carousel-inner .carousel-item {
    position: relative;
}
.top-slider .top-slider-wrap .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    transform: translateY(50%);
    left: 15%;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
.top-slider
    .top-slider-wrap
    .carousel-inner
    .carousel-item
    .carousel-caption
    .heading,
.top-slider
    .top-slider-wrap
    .carousel-inner
    .carousel-item
    .carousel-caption
    .sub-heading,
.top-slider
    .top-slider-wrap
    .carousel-inner
    .carousel-item
    .carousel-caption
    .text {
    color: #fff;
}
.top-slider .top-slider-wrap .carousel-control-prev,
.top-slider .top-slider-wrap .carousel-control-next {
    display: inline-block;
}
.top-slider .top-slider-wrap .carousel-control-prev-icon,
.top-slider .top-slider-wrap .carousel-control-next-icon {
    background-color: #376291 !important;
    border-radius: 100%;
}
.services img {
    width: 70%;
    height: 480px;
    object-fit: cover;
    border-radius: 0px 65px 0px 117px;
}
.about .video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.about .section-heading,
.about .section-title,
.about .text {
    color: #1b1b1c;
}
.product-sliders {
    background: #fff;
}
.view-all {
    display: block;
    text-align: right;
    top: 1.2rem;
    font-size: 0.875rem;
    font-weight: 500;
}
.testimonial-sliders {
    background: #fff;
}
.client-slider .product-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    height: 130px;
    padding: 8px;
}
.client-slider .product-card img {
    width: 100%;
    max-height: auto;
    height: 100%;
    object-fit: contain;
}
.slider-3items .slider-3items-wrap .product-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    height: 100%;
}
.slider-3items .slider-3items-wrap .product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .slider-3items .slider-3items-wrap .slide-thum-img {
        height: 100%;
    }
}
@media (max-width: 1200px) {
    .categories .slider-container .slider-wrapper .product-card .btn {
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.8rem;
    }
    .product-sliders .view-all {
        top: 1rem;
        font-size: 0.875rem;
    }
    .youtube-video {
        background: #fff;
    }
    .youtube-video .video-wrap .video-cover {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .categories .slider-container .slider-wrapper .product-card {
        height: 12rem;
    }
    .categories .slider-container .slider-wrapper .product-card .btn {
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.7rem;
        padding: 0.3 0.4rem;
    }
    .product-sliders .view-all {
        top: 0.7rem;
        font-size: 0.85rem;
    }
    .about .about-wrap {
        height: 18rem;
    }
}
@media (max-width: 768px) {
    .product-sliders .view-all {
        top: 0.45rem;
        font-size: 0.75rem;
        right: 0.8rem;
    }
    .about .about-wrap {
        height: 14rem;
    }
}
@media (max-width: 576px) {
    .top-slider {
        background: #fff;
    }
    .top-slider .top-slider-wrap .slide-img {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }
    .categories .slider-container .slider-wrapper .product-card .btn {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }
    .about .about-wrap {
        height: 10rem;
    }
}
.partners .partners-row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.partners .partners-row .partners-col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 8px;
}
.partners .partners-row .partners-col .partners-card {
    height: 64px;
}
.partners .partners-row .partners-col .partners-card img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
@media (max-width: 992px) {
    .partners .partners-row .partners-col {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
    .partners .partners-row .partners-col .partners-card {
        height: 54px;
    }
}
@media (max-width: 576px) {
    .partners .partners-row .partners-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .partners .partners-row .partners-col .partners-card {
        height: 30px;
    }
} /*# sourceMappingURL=style.min.css.map */
