body {
    font-size: 14px;
    /* font-family: "Fira Sans", sans-serif; */
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Montserrat", sans-serif;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

ul li a {
    text-decoration: none
}

.fit {
    background: #252525;
    color: #fff;
}

.navbar {
    background-color: #fff;
    padding: 0;
}

.navbar.scroll {
    box-shadow: 0 5px 10px 0px rgba(55, 121, 173, .1)
}

.navbar .navbar-brand img {
    max-width: 150px
}

.navbar .navbar-collapse .navbar-nav {
    align-items: center
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    text-transform: uppercase;
    position: relative
}

.navbar .navbar-collapse .navbar-nav .nav-item .count {
    background: #236ba5;
    display: block;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 2px;
    z-index: 9
}


/* .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    display: none
} */

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    /* overflow: hidden; */
    padding: 0;
    margin-top: 0px;
    /* margin-top: 20px; */
    /* left: 0; */
    /* left: auto; */
    /* right: 0; */
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, .1)
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
    text-transform: none;
    font-size: 14px;
    transition: all .2s ease-in-out;
    padding: 8px 20px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:hover,
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:active,
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a.active {
    color: #fff;
    background-color: #3779ad
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
    position: relative;
    padding: 22px 15px;
    transition: all .2s ease-in-out
}


/* .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.no-line {
    padding: 0px 15px;
} */

.navbar .navbar-collapse .navbar-nav .nav-item.lang-drop .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.no-line::before {
    display: none
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    content: "";
    background: #236ba5;
    position: absolute;
    left: 0;
    /* top: 3px; */
    top: 25px;
    height: 0px;
    width: 2px;
    transition: all .2s ease-in-out
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #236ba5;
    font-weight: bold
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    height: 20px;
    transition: all .2s ease-in-out
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #236ba5
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    content: "";
    height: 20px;
    transition: all .2s ease-in-out
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link img {
    width: 25px;
    height: auto
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .users {
    display: flex;
    align-items: center
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .users img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #8ddbfd;
    margin-right: 8px
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .users span {
    font-weight: 500;
    color: #000;
    display: block
}

.navbar .searchBox {
    display: flex;
    align-content: center;
    margin-left: 15px
}

.navbar .searchBox .form-control {
    width: 100%;
    max-width: 200px;
    background-color: #ededed;
    border: none;
    box-shadow: none;
    background-image: url("../images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    color: #848484;
    padding-left: 35px;
    background-size: 18px;
    font-weight: 400;
    font-size: 14px;
    min-height: 40px
}

.navbar .searchBox ul {
    display: flex;
    align-items: center;
    margin-left: 5px
}

.navbar .searchBox ul li a {
    display: block;
    padding: 0 10px
}

.navbar .searchBox ul li a img {
    width: 25px;
    height: auto
}

.navbar .searchBox ul li a .users {
    display: flex;
    align-items: center
}

.navbar .searchBox ul li a .users img {
    width: 35px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #8ddbfd;
    margin-right: 8px
}

.navbar .searchBox ul li a .users span {
    font-weight: 500;
    color: #000;
    display: block
}

.navbar .toggle {
    display: none;
    position: relative;
    width: 40px;
    height: 36px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .08);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e2edf9
}

.navbar .toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #3e0097;
    border-radius: 10px;
    transition: .3s
}

.navbar .toggle span:nth-child(1) {
    transform: translateY(-8px);
    width: 16px;
    left: 6px
}

.navbar .toggle.show span:nth-child(1) {
    width: 27px;
    transform: translateY(0) rotate(45deg);
    transition-delay: .125s
}

.navbar .toggle span:nth-child(2) {
    transform: translateY(8px);
    width: 10px;
    left: 6px
}

.navbar .toggle.show span:nth-child(2) {
    width: 27px;
    transform: translateY(0) rotate(315deg);
    transition-delay: .25s
}

.navbar .toggle.show span:nth-child(3) {
    transform: translateX(60px)
}

.footer {
    margin-top: 40px;
    background-color: #000
}

.footer .footer-box {
    padding: 40px 80px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr
}

.footer .footer-box .b1 img {
    max-width: 200px;
    margin: 0 0 20px
}

.footer .footer-box .b1 .social li a img {
    width: 24px;
}

.footer .footer-box .b1 h5 {
    color: #fff;
    font-size: 18px;
}

.footer .footer-box .b1 p {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    max-width: 325px
}

.footer .footer-box .b1 .news-letter-box {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    border: 2px solid #FFE8E84D;
    padding: 10px 15px;
    border-radius: 4px;
}

.footer .footer-box .b1 .news-letter-box input {
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    max-width: 150px;
}

.footer .footer-box .b1 .news-letter-box input::placeholder {
    color: #fff;
}

.footer .footer-box .b1 .news-letter-box button img {
    margin: 0;
}

.footer .footer-box .b1 .news-letter-box button {
    border: none;
    outline: none;
    padding: 4px 5px 4px 7px;
    background-color: transparent;
}

.footer .footer-box .b1 h4,
.footer .footer-box .b2 h4 {
    font-size: 20px;
    color: #fff
}

.footer .footer-box .b1 .quickLinks li a,
.footer .footer-box .b2 .quickLinks li a {
    display: block;
    color: #fff;
    line-height: 35px;
    font-size: 15px
}

.footer .footer-box .b1 .social,
.footer .footer-box .b2 .social {
    display: flex;
    margin-top: 10px
}

.footer .footer-box .b1 .social li,
.footer .footer-box .b2 .social li {
    margin: 0 5px 0 0
}

.footer .footer-btm {
    /* text-align: center; */
    /* padding: 20px 0 30px; */
    padding: 20px 80px;
    border-top: 1px solid #fff;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.footer .footer-btm .pay-icons {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.footer .footer-btm .pay-icons li a img {
    max-width: 55px;
    border-radius: 5px;
}

.footer .footer-btm p {
    margin: 0;
    color: #fff
}


/* Compact footer (Figma) */

.footer.footer-compact {
    /* Design tokens (extracted from Figma) */
    --footer-compact-bg: #000000;
    --footer-compact-fg: #ffffff;
    --footer-compact-divider: rgba(255, 255, 255, .5);
    --footer-compact-font-family: "Poppins", sans-serif;
    --footer-compact-font-size: 14px;
    --footer-compact-padding-x: 24px;
    --footer-compact-padding-y: 20px;
    --footer-compact-inner-x: 76px;
    --footer-compact-gap-y: 20px;
    --footer-compact-group-gap: 12px;
    --footer-compact-bottom-left-gap: 10px;
    --footer-compact-icon-gap: 5px;
    --footer-compact-vpipe-width: 1px;
    --footer-compact-vpipe-height: 14px;
    padding: var(--footer-compact-padding-y) var(--footer-compact-padding-x);
    color: var(--footer-compact-fg);
    font-family: var(--footer-compact-font-family);
}

.footer.footer-compact a {
    color: var(--footer-compact-fg);
    text-decoration: none;
}

.footer.footer-compact a:hover {
    opacity: .85;
}

.footer-compact__content {
    display: flex;
    flex-direction: column;
    gap: var(--footer-compact-gap-y);
}

.footer-compact__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--footer-compact-inner-x);
}

.footer-compact__group {
    display: flex;
    align-items: center;
    gap: var(--footer-compact-group-gap);
}

.footer-compact__group--links {
    justify-content: flex-end;
}

.footer-compact__text,
.footer-compact__link,
.footer-compact__copyright {
    font-size: var(--footer-compact-font-size);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: var(--footer-compact-fg);
    white-space: nowrap;
}

.footer-compact__divider {
    height: 1px;
    background-color: var(--footer-compact-divider);
}

.footer-compact__vpipe {
    flex-shrink: 0;
    width: var(--footer-compact-vpipe-width);
    height: var(--footer-compact-vpipe-height);
    background-color: var(--footer-compact-divider);
    opacity: .95;
}

.footer-compact__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 var(--footer-compact-inner-x);
    column-gap: 20px;
}

.footer-compact__bottom-left {
    display: flex;
    align-items: center;
    gap: var(--footer-compact-bottom-left-gap);
}

.footer-compact__copyright {
    margin: 0;
    justify-self: center;
}

.footer-compact__pay-icons {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: var(--footer-compact-icon-gap);
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-compact__pay-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-compact__pay-icons li a img {
    display: block;
    max-width: 55px;
    max-height: 27px;
    border-radius: 5px;
}

@media(max-width: 1024px) {
    .footer.footer-compact {
        --footer-compact-inner-x: 24px;
        --footer-compact-gap-y: 16px;
    }
    .footer-compact__top {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .footer-compact__bottom {
        padding: 0;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
    .footer-compact__copyright,
    .footer-compact__bottom-left,
    .footer-compact__pay-icons {
        justify-self: flex-start;
        white-space: normal;
    }
}

@media(max-width: 768px) {
    .footer.footer-compact {
        --footer-compact-inner-x: 0px;
    }
    .footer-compact__top {
        gap: 10px;
    }
}

@media(max-width: 1536px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 22px 10px;
        font-size: 13px
    }
    .navbar .searchBox ul li a .users span {
        font-size: 13px
    }
    .fabric .proInfo .fab-slider .fabSlider .imgs-box img,
    .fabric .proInfo .fab-slider .fabSlider .infos img {
        max-height: 700px !important;
    }
}

@media(max-width: 1366px) {
    .navbar {
        margin: 0
    }
    .footer .footer-box .b1 p {
        font-size: 13px
    }
    .footer .footer-box .b2 h4 {
        font-size: 18px
    }
    .footer .footer-box .b2 .quickLinks li a {
        line-height: 30px;
        font-size: 13px
    }
    .footer .footer-btm p {
        font-size: 13px
    }
    .footer .footer-box .b1 .news-letter-box input {
        font-size: 16px;
        max-width: 130px;
    }
}

@media(max-width: 1024px) {
    .footer .footer-box {
        padding: 40px 10px
    }
    .footer .footer-btm {
        padding: 20px 10px
    }
    .footer .footer-box .b1 {
        padding-right: 30px
    }
}

@media (min-width: 991px) {
    .navbar .navbar-collapse .navbar-nav .nav-item:hover>.dropdown-menu {
        display: block;
    }
}

@media(max-width: 992px) {
    .navbar .navbar-collapse {
        transition: all .2s ease-in-out
    }
    .navbar .navbar-collapse .navbar-nav {
        align-items: start
    }
    .navbar .navbar-collapse .navbar-nav .nav-item {
        width: 100%
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 5px 10px !important;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 0;
        box-shadow: none
    }
    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #000
    }
    .navbar .toggle {
        display: flex !important
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .count {
        top: -3px;
        left: 30px;
        right: auto;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
        top: 4px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
        padding: 5px 20px;
    }
}

@media(max-width: 768px) {
    .footer .footer-box {
        display: grid;
        flex-wrap: wrap
    }
    .footer .footer-box .b1 {
        grid-column: 1/span 2
    }
    .footer .footer-box .b2 {
        margin-top: 15px
    }
    .footer .footer-box .b2:nth-child(1) {
        grid-column: 1/span 2
    }
    .footer .footer-box .b2:nth-child(3) {
        grid-column: 1/span 1
    }
    .footer .footer-box .b2:nth-child(4) {
        grid-column: 2/span 2
    }
    .footer .footer-box .b1 .news-letter-box {
        margin-bottom: 15px;
    }
}

@media(max-width: 576px) {
    .container-fluid.px-4 {
        padding: 0 15px !important
    }
    .footer .footer-box {
        display: block;
        padding: 25px 10px
    }
    .footer .footer-btm p {
        margin-bottom: 10px;
    }
    .footer .footer-btm .pay-icons li a img {
        max-width: 45px;
    }
    .footer .footer-btm {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-box .b1 {
        padding: 0
    }
    .footer .footer-box .b1 p {
        max-width: 100%
    }
    .footer .footer-box .b2 {
        display: none
    }
    .fabric .proInfo .fab-slider .fabSlider .imgs-box,
    .fabric .proInfo .fab-slider .fabSlider .infos {
        margin: 30px 0;
    }
    .fabric .proInfo .fab-slider .fabSlider .imgs-box img,
    .fabric .proInfo .fab-slider .fabSlider .infos img {
        max-height: 500px !important;
    }
    .footer .footer-box .b1 .news-letter-box {
        margin-bottom: 0;
    }
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .bannerSlider .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 600px;
}

.banner .bannerSlider .swiper-button-next::after,
.banner .bannerSlider .swiper-button-prev::after {
    display: none
}

.banner .bannerSlider .swiper-button-next,
.banner .bannerSlider .swiper-button-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .8);
    padding: 40px 25px;
    transition: all .2s ease-in-out
}

.banner .bannerSlider .swiper-button-next img,
.banner .bannerSlider .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.banner .bannerSlider .swiper-button-next:hover,
.banner .bannerSlider .swiper-button-prev:hover {
    background-color: #3779ad
}

.banner .titleBox {
    /* background-color: rgba(45, 114, 169, .92); */
    background-color: rgba(45, 114, 169, .30);
    border-radius: 7px;
    position: absolute;
    padding: 40px 40px 50px;
    text-align: center;
    top: 50%;
    left: 150px;
    transform: translateY(-50%)
}

.banner .titleBox h2 {
    /* font-size: 60px; */
    font-size: 55px;
    color: #f7f9f8;
    text-transform: capitalize;
    /* font-family: "Averia Serif Libre", serif; */
    /* padding: 20px;
    margin: 20px 0; 
    border-top: 1px solid #fff; */
    padding: 0px 20px 20px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #fff
}

.banner .titleBox h2 span {
    font-style: italic;
    /* color: #ffc700 */
    color: #F5F5DC
}

.banner .titleBox p {
    /* font-size: 22px; */
    font-size: 20px;
    color: #fff;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    margin: 0;
    max-width: 430px;
    margin: 0 auto;
}

.banner .titleBox .offer {
    /* background-color: #a5750d; */
    background-color: #F5F5DC;
    font-size: 24px;
    /* color: #fff; */
    color: #002D62;
    font-weight: 900;
    position: absolute;
    padding: 0px 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 36px
}

.banner .titleBox .offer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -35px;
    border-left: 36px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    /* border-bottom: 36px solid #a5750d */
    border-bottom: 36px solid #F5F5DC;
}

.banner .titleBox .offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -35px;
    border-left: 0 solid rgba(0, 0, 0, 0);
    border-right: 36px solid rgba(0, 0, 0, 0);
    /* border-top: 36px solid #a5750d */
    border-top: 36px solid #F5F5DC;
}

.banner .contentBox {
    text-align: center;
    background-color: rgba(66, 128, 178, .05);
    padding: 30px 10px
}

.getDetail {
    margin: 50px 0;
    padding: 0 40px;
    position: relative
}

.getDetail>img {
    width: 40%;
    position: absolute;
    top: -20%;
    left: 0
}

.getDetail .content {
    padding: 70px
}

.getDetail .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px
}

.getDetail .content h4::before {
    content: "";
    background-color: #4462de;
    height: 1.5px;
    width: 60px;
    top: -15px;
    left: 0;
    position: absolute
}

.getDetail .content h4 span {
    color: #000
}

.getDetail .content p {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    letter-spacing: .5px;
    line-height: 26px
}

.category .pro {
    background-color: rgba(66, 128, 178, .05);
    padding: 40px 0 0px
}

.category .pro .catSlider,
.category .pro .catSlider1 {
    padding: 0 25px;
}

.category .pro .titleBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.category .pro .titleBox h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    /* padding: 10px 0 10px 20px; */
    padding: 3px 0 3px 20px;
    margin: 0 0 20px
}

.category .pro .titleBox h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #236ba5;
    height: 100%;
    width: 3px
}

.category .pro .titleBox h1 span {
    color: #236ba5
}

.category .pro .titleBox .arrowBox {
    position: absolute;
    display: flex;
    right: 0;
    top: 2px
}

.category .pro .titleBox .arrowBox .swiper-button-next::after,
.category .pro .titleBox .arrowBox .swiper-button-prev::after {
    display: none
}

.category .pro .titleBox .arrowBox .swiper-button-next,
.category .pro .titleBox .arrowBox .swiper-button-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .7);
    padding: 25px;
    transition: all .2s ease-in-out;
    position: static;
    margin: 0 0 0 5px
}

.category .pro .titleBox .arrowBox .swiper-button-next img,
.category .pro .titleBox .arrowBox .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.category .pro .titleBox .arrowBox .swiper-button-next:hover,
.category .pro .titleBox .arrowBox .swiper-button-prev:hover {
    background-color: #3779ad
}

.category .pro .catSlider .swiper-wrapper,
.category .pro .catSlider1 .swiper-wrapper {
    padding: 20px 20px 10px
}

.category .pro .catSlider .swiper-wrapper .box,
.category .pro .catSlider1 .swiper-wrapper .box {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.category .pro .catSlider1 .swiper-wrapper .box:hover {
    /* box-shadow: 0px 0px 0px 10px rgba(13, 148, 255, .12); */
    box-shadow: 0px 0px 0px 10px #66AADD;
}


/* .category .pro .catSlider .swiper-wrapper .box:hover .img-box {
    /* box-shadow: -15px -15px 0 1px rgba(13, 148, 255, .12); 
} */

.category .pro .catSlider .swiper-wrapper .box .img-box img,
.category .pro .catSlider1 .swiper-wrapper .box .img-box img {
    transition: all .3s ease-in-out;
}

.category .pro .catSlider .swiper-wrapper .box:hover .img-box img,
.category .pro .catSlider1 .swiper-wrapper .box:hover .img-box img {
    transform: scale(1.1);
}

.category .pro .catSlider1 .swiper-wrapper .box:hover .content {
    bottom: 0;
}

.category .pro .catSlider .swiper-wrapper .box .img-box,
.category .pro .catSlider1 .swiper-wrapper .box .img-box {
    overflow: hidden;
    box-shadow: 0px 0px 0 0px #fff;
    transition: all .3s ease-in-out
}

.category .pro .catSlider .swiper-wrapper .box .content,
.category .pro .catSlider1 .swiper-wrapper .box .content {
    text-align: left;
    padding: 15px;
    font-size: 18px;
    padding-right: 35%;
    font-weight: 600;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(45, 114, 169, .92); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
}

.category .pro .catSlider .swiper-wrapper .swiper-slide:nth-child(even) .content,
.category .pro .catSlider1 .swiper-wrapper .swiper-slide:nth-child(even) .content {
    text-align: right;
    padding-left: 35%;
    padding-right: 15px;
}

.category .pro .catSlider1 .swiper-wrapper .box .content {
    bottom: -100%;
}

.category .pro .catSlider .swiper-wrapper .box .content h5,
.category .pro .catSlider1 .swiper-wrapper .box .content h5 {
    color: #fff;
}

.category .pro .catSlider .swiper-wrapper .box .content p,
.category .pro .catSlider1 .swiper-wrapper .box .content p {
    color: #fff;
}

.milestone {
    padding: 60px 40px 0;
    position: relative
}

.milestone>img {
    width: 33%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.milestone .img-box {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.milestone .milestoneSlider .swiper-slide:hover .img-box {
    /* box-shadow: 30px 30px 0 1px rgba(13, 148, 255, .12); */
    box-shadow: 30px 30px 0 1px #66AADD;
}

.milestone .img-box .tailored-cir-1,
.milestone .img-box .tailored-cir-2 {
    position: absolute
}

.milestone .img-box .tailored-cir-1 {
    width: 38.5%;
    right: -20%;
    top: 30%;
    transform: translateY(-30%);
    border: 10px solid #fff;
    border-radius: 50%
}

.milestone .img-box .tailored-cir-2 {
    width: 33%;
    right: -25%;
    top: 75%;
    transform: translateY(-75%);
    border: 10px solid #fff;
    border-radius: 50%
}

.milestone .content {
    max-width: 850px;
    margin: 0 50px 0 25%;
    position: relative;
    z-index: 99
}

.milestone .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px
}

.milestone .content h4::before {
    content: "";
    width: 58px;
    height: 2px;
    background-color: #236ba5;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: -80px
}

.milestone .content h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px
}

.milestone .content p {
    line-height: 28px;
    color: rgba(0, 0, 0, .87)
}

.milestone .content h6 {
    font-size: 14px;
    color: #3a3a3a
}

.milestone .milestoneSlider .swiper-slide {
    background-color: #fff !important
}

.milestone .milestoneSlider .arrowBox {
    display: inline-flex;
    margin-top: 30px
}

.milestone .milestoneSlider .arrowBox .swiper-button-milestone-next::after,
.milestone .milestoneSlider .arrowBox .swiper-button-milestone-prev::after {
    display: none
}

.milestone .milestoneSlider .arrowBox .swiper-button-milestone-next,
.milestone .milestoneSlider .arrowBox .swiper-button-milestone-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .7);
    transition: all .2s ease-in-out;
    position: static;
    margin: 0 0 0 5px
}

.milestone .milestoneSlider .arrowBox .swiper-button-milestone-next img,
.milestone .milestoneSlider .arrowBox .swiper-button-milestone-prev img {
    width: 40px;
    height: 40px
}

.milestone .milestoneSlider .arrowBox .swiper-button-milestone-next:hover,
.milestone .milestoneSlider .arrowBox .swiper-button-milestone-prev:hover {
    background-color: #3779ad
}

.swiper-3d .swiper-slide-shadow {
    background-color: rgba(0, 0, 0, 0) !important
}

.customise {
    padding: 60px 25px
}

.customise h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    /* padding: 10px 0 10px 20px; */
    padding: 3px 0 3px 20px;
    margin: 0 0 15px
}

.customise h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #236ba5;
    height: 100%;
    width: 3px
}

.customise h1 span {
    color: #236ba5
}

.customise .customise-p {
    margin-bottom: 40px;
}

.customise .img-box {
    background-color: rgba(66, 128, 178, .05);
    padding-top: 70px
}

.customise .select-box {
    display: flex
}

.customise .select-box .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
    border-right: 8px solid #f4f1f1;
    max-width: 105px;
    width: 105px
}

.customise .select-box .nav-tabs .nav-item .nav-link {
    border: none;
    color: #000;
    /* font-size: 18px; */
    font-size: 15px;
    font-weight: 600;
    position: relative;
    /* width: 97px; */
    width: 105px;
    transition: all .2s ease-in-out
}

.customise .select-box .nav-tabs .nav-item .nav-link::before {
    content: "";
    background-color: #236ba5;
    width: 8px;
    height: 0px;
    position: absolute;
    top: 50%;
    /* right: -8px; */
    right: -4px;
    transform: translateY(-50%);
    transition: all .2s ease-in-out
}

.customise .select-box .nav-tabs .nav-item .nav-link img {
    width: 50px;
    margin: 0 auto 10px;
    transition: all .2s ease-in-out;
    display: none
}

.customise .select-box .nav-tabs .nav-item .nav-link.active img {
    display: block
}

.customise .select-box .nav-tabs .nav-item .nav-link.active,
.customise .select-box .nav-tabs .nav-item .nav-link:hover {
    color: #0461ab
}

.customise .select-box .nav-tabs .nav-item .nav-link.active::before,
.customise .select-box .nav-tabs .nav-item .nav-link:hover::before {
    height: 120px
}

.customise .select-box .tab-content .tab-pane {
    overflow-y: auto;
    max-height: 620px;
    min-height: 620px
}

.customise .select-box .tab-content .tab-pane::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.customise .select-box .tab-content .tab-pane::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.customise .select-box .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.customise .select-box .tab-content .tab-pane .fabric-lists {
    margin: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px
}

.customise .select-box .tab-content .tab-pane .fabric-lists li {
    cursor: pointer;
    position: relative
}

.customise .select-box .tab-content .tab-pane .fabric-lists li.active i {
    display: block
}

.customise .select-box .tab-content .tab-pane .fabric-lists li i {
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 7px;
    right: 7px;
    display: none
}

.customise .select-box .tab-content .tab-pane .fabric-lists li img {
    width: 100%
}

.customise .select-box .tab-content .tab-pane h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 15px 30px 20px
}

.customise .select-box .tab-content .tab-pane h5:first-child {
    padding: 0 30px 30px
}

.customise .select-box .tab-content .tab-pane .style-lists {
    margin: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px
}

.customise .select-box .tab-content .tab-pane .style-lists li {
    cursor: pointer;
    text-align: center
}

.customise .select-box .tab-content .tab-pane .style-lists li .img-box {
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 10px;
    position: relative;
    transition: all .3s ease-in-out;
    background-color: #fff
}

.customise .select-box .tab-content .tab-pane .style-lists li .img-box i {
    color: #0461ab;
    position: absolute;
    font-size: 20px;
    top: 7px;
    right: 7px;
    display: none
}

.customise .select-box .tab-content .tab-pane .style-lists li:hover .img-box {
    border: 2px solid #0461ab
}

.customise .select-box .tab-content .tab-pane .style-lists li.active .img-box {
    border: 2px solid #0461ab
}

.customise .select-box .tab-content .tab-pane .style-lists li.active .img-box i {
    display: inline-block
}

.customise .select-box .tab-content .tab-pane .style-lists li p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    color: #212121
}

.customise .select-box .tab-content .tab-pane .style-lists li img {
    width: 100%
}

.testimonial {
    padding: 90px 50px;
    position: relative
}

.testimonial>img {
    position: absolute
}

.testimonial>img.plus1 {
    top: 100px;
    left: 10%
}

.testimonial>img.plus2 {
    top: 50px;
    left: 25%
}

.testimonial>img.plus3 {
    top: 150px;
    right: 30%
}

.testimonial>img.plus4 {
    top: 65px;
    right: 10%
}

.testimonial>img.plus5 {
    bottom: 25px;
    left: 34%
}

.testimonial>img.plus6 {
    bottom: 35px;
    right: 18%
}

.testimonial h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    position: relative;
    margin-bottom: 65px;
    text-align: center
}

.testimonial h1 span {
    color: #236ba5
}

.testimonial .testimonialSlider .swiper-slide .box {
    background-color: #fbfafa;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 15px 0px;
    transition: all .3s ease-in-out
}

.testimonial .testimonialSlider .swiper-slide .box .quoteBox {
    position: relative;
    padding: 0px 15px 5px
}

.testimonial .testimonialSlider .swiper-slide .box .quoteBox svg {
    fill: #e1e8f1;
    width: 20px;
    position: absolute;
    display: none
}

.testimonial .testimonialSlider .swiper-slide .box .quoteBox svg.tq {
    top: 0
}

.testimonial .testimonialSlider .swiper-slide .box .quoteBox svg.bq {
    bottom: 0;
    right: 30px
}

.testimonial .testimonialSlider .swiper-slide .box .quoteBox p {
    font-size: 16px;
    color: #5e84a1;
    transition: all .3s ease-in-out;
    margin: 0;
    min-height: 105px;
}

.testimonial .testimonialSlider .swiper-slide .box .user-info {
    display: flex;
    align-items: center
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .img-box {
    overflow: hidden;
    border-radius: 7px;
    padding: 5px 10px;
    /* width: 65px;
    height: 65px; */
    background-color: #F1F3F5;
    /* border: 3px solid #fbfafa; */
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .img-box img {
    /* width: 60px; */
    height: 85px
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .info .rating {
    margin-top: 5px;
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .info .rating img {
    width: 20px;
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .info h5 {
    font-size: 15px;
    color: #1e5068;
    font-weight: bold;
    margin: 0 0 5px;
    transition: all .3s ease-in-out
}

.testimonial .testimonialSlider .swiper-slide .box .user-info .info p {
    color: #5e84a1;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0;
    transition: all .3s ease-in-out
}

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box {
    /* border-color: #03467a;
    background-color: #03467a */
    /* border-color: #66AADD;
    background-color: #66AADD */
}


/* .testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box p {
    color: #fff;
}

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .quoteBox svg {
    fill: #fff
}

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .quoteBox p {
    color: #fff
} */

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .user-info {
    display: flex;
    align-items: center
}

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .user-info .img-box {
    border: 3px solid #fff
}


/* 
.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .user-info .info h5 {
    color: #fff
}

.testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .user-info .info p {
    color: #c5e9fb
} */

.testimonial .btn-testimonial {
    display: inline-block;
    background-color: #0461ab;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.9px;
    color: #fff;
    text-decoration: none;
    padding: 6px 30px;
    margin: 25px 0 0;
    transition: all .3s ease-in-out;
}

.testimonial .btn-testimonial:hover {
    background-color: #03467a;
}

.commitment {
    padding: 40px 0 120px
}

.commitment .img-box {
    transition: all .3s ease-in-out;
}

.commitment:hover .img-box {
    /* box-shadow: 30px 30px 0 1px rgba(13, 148, 255, .12) */
    box-shadow: 30px 30px 0 1px #66AADD;
}

.commitment .img-box img {
    width: 100%
}

.commitment .content {
    padding: 30px 40px
}

.commitment .content h1 {
    font-size: 32px;
    color: #000;
    font-weight: 700
}

.commitment .content h5 {
    font-size: 20px;
}

.commitment .content p {
    margin: 0;
    color: rgba(0, 0, 0, .87);
    line-height: 28px
}

.guaranteed {
    padding: 80px 0 30px
}

.guaranteed .img-box {
    transition: all .3s ease-in-out;
}


/* .guaranteed:hover .img-box {
    box-shadow: 30px 30px 0 1px rgba(13, 148, 255, .12);
    box-shadow: 30px 30px 0 1px #66AADD;
} */

.guaranteed .img-box img {
    width: 100%
}

.guaranteed .content {
    padding: 30px 40px 30px 80px
}

.guaranteed .content h1 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    max-width: 535px;
    margin-bottom: 20px
}

.guaranteed .content h1 span {
    color: #236ba5;
    font-style: italic
}

.guaranteed .content p {
    margin: 0;
    color: rgba(0, 0, 0, .87);
    line-height: 32px;
    max-width: 450px
}

.kind-of-order {
    padding: 60px 0
}

.kind-of-order h3 {
    font-size: 22px;
    font-weight: 700
}

.kind-of-order p {
    /* color: rgba(0, 0, 0, .87); */
    color: #7f7fac;
    font-size: 16px;
    /* margin-bottom: 50px; */
    margin-bottom: 80px
}

.kind-of-order .arrowBox .swiper-button-next::after,
.kind-of-order .arrowBox .swiper-button-prev::after {
    display: none
}

.kind-of-order .arrowBox .swiper-button-next,
.kind-of-order .arrowBox .swiper-button-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .7);
    padding: 45px 25px;
    transition: all .2s ease-in-out;
    position: static;
    margin: 0 0 0 5px;
    position: absolute;
    top: 30%;
    transform: translateY(-30%)
}

.kind-of-order .arrowBox .swiper-button-next img,
.kind-of-order .arrowBox .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.kind-of-order .arrowBox .swiper-button-next:hover,
.kind-of-order .arrowBox .swiper-button-prev:hover {
    background-color: #3779ad
}

.kind-of-order .orderSlider {
    /* max-width: 900px; */
    padding: 1px;
    margin-bottom: 70px
}

.kind-of-order .orderSlider .box {
    margin: 0 auto;
    text-align: center
}

.kind-of-order .orderSlider .box:hover .img-box {
    border: 1px solid #81c7ff
}

.kind-of-order .orderSlider .box:hover .content {
    margin-top: 20px
}

.kind-of-order .orderSlider .box:hover .content p {
    font-weight: 700
}

.kind-of-order .orderSlider .box .img-box {
    border: 1px solid #dcdcdc;
    /* padding: 100px 40px; */
    padding: 60px 40px;
    background-color: #fdfdfd;
    transition: all .3s ease-in-out
}

.kind-of-order .orderSlider .box .img-box:hover img {
    /* box-shadow: 0px 0px 0px 10px rgba(13, 148, 255, .12); */
    transform: rotateY(360deg);
}

.kind-of-order .orderSlider .box .img-box img {
    /* max-width: 100px */
    max-width: 150px;
    transition: all .5s ease-in-out;
}

.kind-of-order .orderSlider .box .content {
    margin-top: 20px
}

.kind-of-order .orderSlider .box .content p {
    color: rgba(0, 0, 0, .87);
    transition: all .3s ease-in-out;
    max-width: 150px;
    margin: 0 auto
}

.kind-of-order .col-lg-11>p {
    margin-bottom: 25px
}

.kind-of-order .col-lg-11>p:last-child {
    margin: 0
}

.subscribe {
    overflow: hidden
}

.subscribe .subs {
    padding: 30px;
    background-image: url(../images/subs-bg.png);
    background-position: center;
    background-size: cover;
    position: relative
}

.subscribe .subs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.subscribe .subs .inner {
    /* background-color: rgba(4, 97, 171, .7); */
    background-color: #fff;
    /* padding: 80px; */
    padding: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe .subs .inner::before {
    content: "";
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px solid rgba(255, 255, 255, .2);
    display: none;
}

.subscribe .subs .inner h2 {
    font-size: 28px;
    /* color: #fff; */
    /* text-transform: uppercase */
    text-transform: capitalize;
}

.subscribe .subs .inner p {
    /* color: #fff; */
    margin: 0;
}

.subscribe .subs .inner p span {
    color: #deae06;
    font-weight: 500;
}

.subscribe .subs .inner form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.subscribe .subs .inner>img {
    /* margin-right: -10px; */
    width: calc(100% - 700px);
    position: absolute;
    left: 510px;
    bottom: 47px;
    display: none;
}

.subscribe .subs .inner form .envlop {
    position: absolute;
    top: 16px;
    left: 14px;
    width: 20px;
    filter: invert(1);
}

.subscribe .subs .inner form .form-control {
    border: 1px solid rgba(122, 122, 122, .75);
    /* max-width: 400px; */
    width: 250px;
    /* margin-bottom: 20px; */
    font-size: 15px;
    font-weight: 300;
    padding: 11px 9px 11px 45px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px 10px;
    box-shadow: none;
    /* background: #024579; */
    background: #fff;
    color: #313131;
    border-radius: 0;
}

.subscribe .subs .inner form .form-control::placeholder {
    color: #363636
}

.subscribe .subs .inner form .btn-box {
    display: flex;
    align-items: center
}

.subscribe .subs .inner form .btn-box .submit-btn {
    color: #024478;
    background: #fff;
    font-weight: 700;
    outline: none;
    border: 0;
    padding: 10px 30px;
    min-width: 185px;
    background-color: var(--color-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    display: inline-flex;
}


/* .subscribe .subs .inner form .btn-box img {
    width: 85%;
    margin-top: -60px;
    margin-left: -18px
} */

.subscribe .subs .inner .text-box {
    width: 100%;
    max-width: 450px;
    min-width: 450px;
}

.subscribe .subs .inner .btn-box {
    display: flex;
    align-items: center;
    /* width: 100%; */
}

.subscribe .subs .inner .btn-box .submit-btn {
    color: #024478;
    font-size: 18px;
    background: #fff;
    font-weight: 700;
    outline: none;
    border: 0;
    padding: 8px 30px;
    min-width: 185px
}

.subscribe .subs .inner .btn-box img {
    /* width: 85%;
    margin-top: -60px;
    margin-left: -18px */
    position: absolute;
    width: calc(100% - 740px);
    bottom: 50px;
    right: 230px;
}

.footer-note {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    padding: 15px 10px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-note img {
    width: 17px;
    margin-right: 4px;
    position: relative;
    opacity: 0.8;
}

.footer-note a {
    color: #6b7280;
    text-decoration: underline;
    margin-right: 3px;
    margin-left: 2px;
}

.footer-note .icon {
    margin-right: 6px;
}

.elegance {
    margin: 60px 0 0
}

.elegance .box {
    background-color: rgba(85, 85, 85, .05);
    padding: 40px;
    text-align: center
}

.elegance .box h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600
}

.elegance .box p {
    color: rgba(0, 0, 0, .87);
    font-weight: 400
}

.elegance .box p span {
    color: #4462de;
    font-weight: 900
}

.fab-fit-order {
    padding: 30px 0
}

.fab-fit-order .row .col-lg-3:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.fab-fit-order .img-box {
    display: flex;
    height: 100px
}

.fab-fit-order .img-box img {
    max-height: 100%;
    margin: 0 auto
}

.fab-fit-order .img-box img.dots {
    /* max-width: 140px */
    max-width: 200px;
}

.fab-fit-order .img-box img.fits {
    /* max-width: 70px */
    max-width: 90px;
}

.fab-fit-order .img-box img.bus {
    /* max-width: 100px */
    max-width: 120px;
}

.fab-fit-order p {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 600
}

.logout .modal-dialog {
    max-width: 600px;
    width: 100%
}

.logout .modal-dialog .modal-content {
    border: 0;
    border-radius: 8px
}

.logout .modal-dialog .modal-content .modal-body {
    padding: 30px;
    position: relative
}

.logout .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px
}

.logout .modal-dialog .modal-content .modal-body .btn-close img {
    padding: 4px
}

.logout .modal-dialog .modal-content .modal-body .logo-box {
    text-align: center;
    margin-top: 15px
}

.logout .modal-dialog .modal-content .modal-body .logo-box img {
    max-width: 200px;
    width: 100%
}

.logout .modal-dialog .modal-content .modal-body h4 {
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0
}

.logout .modal-dialog .modal-content .modal-body h4::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 90%;
    background-color: #236ba5;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.logout .modal-dialog .modal-content .modal-body h4 span {
    color: #236ba5
}

.logout .modal-dialog .modal-content .modal-body p {
    font-size: 26px;
    text-transform: uppercase;
    max-width: 440px;
    margin: 30px auto
}

.logout .modal-dialog .modal-content .modal-body p span {
    color: #236ba5
}

.logout .modal-dialog .modal-content .modal-body .btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.logout .modal-dialog .modal-content .modal-body .btn-box .btn {
    color: #fff;
    border-radius: 3px;
    padding: 13px
}

.logout .modal-dialog .modal-content .modal-body .btn-box .yes-btn {
    background-color: #0461ab
}

.logout .modal-dialog .modal-content .modal-body .btn-box .no-btn {
    background-color: #c0d5e6
}

.newsLetter .img-box {
    padding: 20px;
    background-image: url(../images/l-bg.jpg);
    background-position: center;
    background-size: cover;
}

.newsLetter .modal-dialog {
    max-width: 850px;
    width: 100%;
}

.newsLetter .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

.newsLetter .modal-dialog .modal-content .modal-body {
    padding: 0px;
    position: relative
}

.newsLetter .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px
}

.newsLetter .modal-dialog .modal-content .modal-body .btn-close img {
    padding: 3px
}

.newsLetter .modal-dialog .modal-content .modal-body .img-box {
    height: 100%;
}

.newsLetter .modal-dialog .modal-content .modal-body .img-box img {
    height: 100%;
    object-fit: cover;
}

.newsLetter .box {
    background-color: #fff;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 60px 20px 30px;
}

.newsLetter .box .inner h4 {
    font-size: 22px;
}

.newsLetter .box .inner p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.newsLetter .box .inner ul {
    margin: 10px 0;
}

.newsLetter .box .inner ul li {
    color: #0461ab;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.newsLetter .box .inner form {
    margin-top: 20px;
}

.newsLetter .box .inner form .form-control {
    font-size: 15px;
    border: 1px solid rgba(122, 122, 122, .75);
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 1px
}

.newsLetter .box .inner form .btn-login {
    background-color: #0461ab;
    color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.newsLetter .modal-dialog .modal-content .modal-body .logo-box {
    margin-bottom: 25px
}

.newsLetter .modal-dialog .modal-content .modal-body .logo-box img {
    max-width: 160px;
    width: 100%
}

@media(max-width: 1536px) {
    .banner .titleBox h2 {
        font-size: 45px
    }
    .banner .titleBox p {
        font-size: 16px;
        max-width: 340px;
    }
    .customise .select-box .tab-content .tab-pane .style-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .customise .select-box .tab-content .tab-pane .fabric-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media(max-width: 1366px) {
    .banner .titleBox {
        padding: 30px 40px 40px
    }
    .banner .titleBox p {
        font-size: 14px
    }
    .banner .titleBox h2 {
        font-size: 35px;
        padding: 10px;
        margin: 10px 0
    }
    .banner .titleBox .offer {
        font-size: 16px;
        min-height: 26px
    }
    .banner .titleBox .offer::before {
        left: -25px;
        border-left: 26px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 26px solid #a5750d
    }
    .banner .titleBox .offer::after {
        right: -25px;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 26px solid rgba(0, 0, 0, 0);
        border-top: 26px solid #a5750d
    }
    .banner .contentBox h3 {
        font-size: 1.5rem
    }
    .banner .contentBox p {
        font-size: 13px
    }
    .getDetail .content h4 {
        font-size: 26px
    }
    .getDetail .content p {
        font-size: 13px
    }
    .category .pro .titleBox h1 {
        font-size: 26px
    }
    .category .pro .titleBox .arrowBox .swiper-button-next,
    .category .pro .titleBox .arrowBox .swiper-button-prev {
        padding: 20px
    }
    .category .pro .titleBox .arrowBox .swiper-button-next img,
    .category .pro .titleBox .arrowBox .swiper-button-prev img {
        width: 30px;
        height: 30px
    }
    .category .pro .catSlider .swiper-wrapper .box .content,
    .category .pro .catSlider1 .swiper-wrapper .box .content {
        padding: 10px;
        font-size: 16px
    }
    .category .pro .catSlider1 .swiper-wrapper .box:hover .img-box {
        box-shadow: -10px -10px 0 1px rgba(13, 148, 255, .12)
    }
    .milestone .content {
        margin: 0 50px 0 15%
    }
    .milestone .content h4 {
        font-size: 18px
    }
    .milestone .content h1 {
        font-size: 26px
    }
    .milestone .content p,
    .milestone .content h6 {
        font-size: 13px
    }
    .milestone .milestoneSlider .arrowBox .swiper-button-milestone-next img,
    .milestone .milestoneSlider .arrowBox .swiper-button-milestone-prev img {
        width: 30px;
        height: 30px
    }
    .customise h1 {
        font-size: 26px
    }
    .customise .select-box .nav-tabs {
        border-right: 5px solid #f4f1f1
    }
    .customise .select-box .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        text-align: center
    }
    .customise .select-box .nav-tabs .nav-item .nav-link img {
        width: 40px;
        margin: 0 auto 10px
    }
    .customise .select-box .nav-tabs .nav-item .nav-link::before {
        width: 5px;
        /* right: -5px */
        right: -3px;
    }
    .customise .select-box .nav-tabs .nav-item .nav-link.active::before,
    .customise .select-box .nav-tabs .nav-item .nav-link:hover::before {
        height: 90px
    }
    .customise .select-box .tab-content .tab-pane {
        overflow-y: auto;
        max-height: 500px;
        min-height: 500px
    }
    .customise .select-box .tab-content .tab-pane::-webkit-scrollbar {
        width: 5px;
        background-color: #f4f1f1
    }
    .customise .select-box .tab-content .tab-pane .fabric-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .customise .select-box .tab-content .tab-pane .style-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .customise .select-box .tab-content .tab-pane .style-lists li p {
        padding: 10px 0
    }
    .guaranteed .content h1 {
        font-size: 28px
    }
    .guaranteed .content p {
        font-size: 13px;
        line-height: 28px
    }
    .elegance .box {
        padding: 30px
    }
    .elegance .box h1 {
        font-size: 28px
    }
    .elegance .box p {
        font-size: 13px;
        margin: 0
    }
    .fab-fit-order .img-box {
        height: 80px
    }
    .fab-fit-order .img-box img.dots {
        max-width: 100px
    }
    .fab-fit-order .img-box img.fits {
        max-width: 55px
    }
    .fab-fit-order .img-box img.bus {
        max-width: 75px
    }
    .fab-fit-order h3 {
        font-size: 20px
    }
    .fab-fit-order p {
        font-size: 15px
    }
    .kind-of-order p {
        font-size: 14px;
        margin-bottom: 40px
    }
    .kind-of-order .arrowBox .swiper-button-next,
    .kind-of-order .arrowBox .swiper-button-prev {
        padding: 35px 20px
    }
    .kind-of-order .arrowBox .swiper-button-next img,
    .kind-of-order .arrowBox .swiper-button-prev img {
        width: 30px;
        height: 30px
    }
    .kind-of-order .orderSlider {
        max-width: 600px;
        margin-bottom: 50px
    }
    .kind-of-order .orderSlider .box .img-box {
        padding: 70px 40px
    }
    .kind-of-order .orderSlider .box .img-box img {
        max-width: 65px
    }
    .kind-of-order h3 {
        font-size: 20px
    }
    .kind-of-order .col-lg-11>p {
        margin-bottom: 15px;
        font-size: 13px
    }
    .testimonial h1 {
        font-size: 30px;
        margin-bottom: 45px
    }
    .testimonial .testimonialSlider .swiper-slide.swiper-slide-next .box .user-info .img-box {
        border: 2px solid #fbfafa
    }
    .testimonial .testimonialSlider .swiper-slide .box {
        padding: 30px 15px
    }
    .testimonial .testimonialSlider .swiper-slide .box .quoteBox {
        padding: 30px 15px
    }
    .testimonial .testimonialSlider .swiper-slide .box .quoteBox p {
        font-size: 15px;
        min-height: 115px;
    }
    /* .testimonial .testimonialSlider .swiper-slide .box .user-info .img-box {
        width: 45px;
        height: 45px;
        border: 2px solid #fbfafa
    }

    .testimonial .testimonialSlider .swiper-slide .box .user-info .img-box img {
        width: 45px;
        height: 45px
    } */
    .testimonial .testimonialSlider .swiper-slide .box .user-info .info h5 {
        font-size: 15px;
        margin: 0 0 3px
    }
    .testimonial .testimonialSlider .swiper-slide .box .user-info .info p {
        font-size: 13px;
        margin: 3px 0 0
    }
    .commitment .content h1 {
        font-size: 28px
    }
    .commitment .content p {
        font-size: 13px
    }
    .subscribe .subs .inner h2 {
        font-size: 24px
    }
    .subscribe .subs .inner p {
        font-size: 13px
    }
    .subscribe .subs .inner form .envlop {
        width: 19px
    }
    .subscribe .subs .inner form .form-control {
        font-size: 15px;
        background-size: 20px;
        padding-left: 45px
    }
    .subscribe .subs .inner form .btn-box .submit-btn {
        font-size: 15px;
        padding: 12px 25px;
        min-width: 160px
    }
    .subscribe .subs .inner form .btn-box img {
        width: 80%
    }
    .getDetail .content {
        padding: 50px 30px
    }
    .subscribe .subs .inner .btn-box img {
        width: calc(100% - 695px);
    }
    .subscribe .subs .inner .text-box {
        width: 100%;
        max-width: 415px;
        min-width: 415px;
    }
    .subscribe .subs .inner>img {
        width: calc(100% - 680px);
        left: 475px;
        bottom: 52px;
    }
}

@media(max-width: 1199px) {
    .subscribe .subs .inner .btn-box img {
        bottom: 55px;
    }
}

@media(max-width: 1024px) {
    .customise .select-box .tab-content .tab-pane {
        overflow-y: auto;
        max-height: 385px;
        min-height: 385px
    }
    .customise .select-box .tab-content .tab-pane h5 {
        padding: 15px 30px
    }
    .customise .select-box .tab-content .tab-pane h5:first-child {
        padding: 0 30px 15px
    }
    .customise .select-box .tab-content .tab-pane .style-lists,
    .customise .select-box .tab-content .tab-pane .fabric-lists {
        grid-template-columns: 1fr 1fr 1fr
    }
    .testimonial>img.plus3 {
        top: 135px
    }
    .milestone .img-box .tailored-cir-1,
    .milestone .img-box .tailored-cir-2 {
        border: 4px solid #fff
    }
    .commitment {
        padding: 40px 0 100px
    }
    .subscribe .subs .inner form .btn-box img {
        width: 80%;
        margin-top: -50px;
        margin-left: -18px
    }
    .newsLetter .modal-dialog {
        max-width: 900px;
    }
    .subscribe .subs .inner .text-box {
        width: 100%;
        max-width: 340px;
    }
    .subscribe .subs .inner .btn-box img {
        bottom: 75px;
        width: calc(100% - 620px);
    }
    .subscribe .subs .inner .text-box {
        width: 100%;
        max-width: 320px;
        min-width: 320px;
    }
    .subscribe .subs .inner>img {
        width: calc(100% - 480px);
        left: 320px;
        bottom: 74px;
    }
    .subscribe .subs .inner form .form-control {
        width: 230px;
    }
    .subscribe .subs .inner form {
        gap: 0 10px;
    }
    .subscribe .subs .inner {
        gap: 10px;
    }
}

@media(max-width: 768px) {
    .banner .titleBox {
        padding: 20px 30px 35px;
        left: 65px
    }
    .banner .titleBox h2 {
        font-size: 30px
    }
    .banner .titleBox p {
        font-size: 13px;
        max-width: 260px;
    }
    .banner .bannerSlider .swiper-button-next,
    .banner .bannerSlider .swiper-button-prev {
        padding: 30px 20px
    }
    .banner .bannerSlider .swiper-button-next img,
    .banner .bannerSlider .swiper-button-prev img {
        width: 30px;
        height: 30px
    }
    .getDetail .content {
        padding: 20px 10px
    }
    .milestone {
        padding: 40px 0px 0
    }
    .milestone .img-box .tailored-cir-1,
    .milestone .img-box .tailored-cir-2 {
        display: none
    }
    .milestone .content {
        margin: 35px 0 0
    }
    .customise {
        padding: 60px 0px
    }
    .customise .select-box {
        margin-top: 30px
    }
    .guaranteed .img-box {
        box-shadow: 15px 15px 0 1px rgba(13, 148, 255, .12)
    }
    .guaranteed .content {
        margin-top: 40px;
        padding: 0 0 0 15px
    }
    .guaranteed .content h1,
    .guaranteed .content p {
        max-width: 100%
    }
    .elegance {
        margin: 30px 0 0
    }
    .kind-of-order {
        padding: 40px 0 0
    }
    .testimonial {
        padding: 90px 0px;
        position: relative
    }
    .commitment {
        padding: 40px 0 55px
    }
    .newsLetter .modal-dialog {
        max-width: 500px;
    }
    .newsLetter .modal-dialog .img-box {
        display: none;
    }
    .subscribe .subs .inner {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .subscribe .subs .inner form {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .subscribe .subs .inner form .error {
        width: 100%;
        margin-bottom: 10px;
    }
    .subscribe .subs .inner form .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
    .subscribe .subs .inner>img {
        display: none;
    }
    .subscribe .subs .inner .text-box {
        max-width: 100%;
        min-width: auto;
    }
    .subscribe .subs .inner .text-box p {
        margin-bottom: 15px;
    }
    .subscribe .subs .inner .btn-box img {
        display: none;
    }
}

@media(max-width: 576px) {
    .testimonial .testimonialSlider .swiper-slide .box .quoteBox p {
        min-height: auto;
    }
    .testimonial-list {
        padding: 40px 0px;
    }
    .testimonial-list .test-grid {
        grid-template-columns: 1fr;
    }
    .banner .titleBox {
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px 15px 25px;
        min-width: 290px;
    }
    .banner .titleBox h2 {
        font-size: 20px
    }
    .banner .titleBox .offer {
        font-size: 14px;
        min-height: 22px
    }
    .banner .titleBox .offer::before {
        left: -21px;
        border-left: 22px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 22px solid #a5750d
    }
    .banner .titleBox .offer::after {
        right: -21px;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 22px solid rgba(0, 0, 0, 0);
        border-top: 22px solid #a5750d
    }
    .banner .bannerSlider .swiper-slide img {
        /* min-height: 200px; */
        min-height: 410px;
        object-position: center
    }
    .banner .bannerSlider .swiper-button-next {
        padding: 20px 10px;
        right: 0
    }
    .banner .bannerSlider .swiper-button-next img {
        width: 20px;
        height: 20px
    }
    .banner .bannerSlider .swiper-button-prev {
        padding: 20px 10px;
        left: 0
    }
    .banner .bannerSlider .swiper-button-prev img {
        width: 20px;
        height: 20px
    }
    .banner .contentBox {
        padding: 20px 10px
    }
    .banner .contentBox h3 {
        font-size: 20px
    }
    .banner .contentBox p {
        margin: 0
    }
    .getDetail {
        margin: 30px 0;
        padding: 0
    }
    .getDetail .content h4 {
        font-size: 22px
    }
    .getDetail>img {
        width: 75%;
        top: -50px
    }
    .category .pro {
        padding: 25px 15px 0px
    }
    .category .pro .titleBox {
        margin-bottom: 20px
    }
    .category .pro .titleBox h1 {
        font-size: 24px;
        position: relative;
        padding: 6px 0 6px 15px
    }
    .category .pro .titleBox .arrowBox {
        display: none
    }
    .category .pro .catSlider .swiper-wrapper,
    .category .pro .catSlider1 .swiper-wrapper {
        padding: 0
    }
    .category .pro .catSlider .swiper-wrapper .box .img-box,
    .category .pro .catSlider1 .swiper-wrapper .box .img-box {
        box-shadow: none
    }
    .customise {
        padding: 50px 0px 35px
    }
    .customise h1 {
        font-size: 24px;
        position: relative;
        padding: 6px 0 6px 15px;
        margin: 0 0 20px
    }
    .customise .select-box .nav-tabs .nav-item .nav-link {
        font-size: 13px;
    }
    .customise .select-box .nav-tabs {
        /* max-width: 70px;
        width: 70px */
        max-width: 80px;
        width: 80px
    }
    .customise .select-box .nav-tabs .nav-item .nav-link {
        /* width: 65px; */
        width: 80px;
        padding: 0
    }
    .customise .select-box .nav-tabs .nav-item .nav-link::before {
        right: -2px;
    }
    .customise .select-box .tab-content .tab-pane h5 {
        padding: 15px
    }
    .customise .select-box .tab-content .tab-pane h5:first-child {
        padding: 0 15px 15px
    }
    .customise .select-box .tab-content .tab-pane .style-lists {
        margin: 0 15px;
        grid-template-columns: 1fr 1fr;
        gap: 5px
    }
    .customise .select-box .tab-content .tab-pane .fabric-lists {
        /* margin: 0 15px; */
        margin: 0 10px;
        gap: 5px
    }
    .elegance .box h1 {
        font-size: 24px
    }
    .fab-fit-order {
        padding: 0 30px 30px
    }
    .fab-fit-order .row .col-lg-3 {
        padding: 20px 0
    }
    .fab-fit-order .row .col-lg-3:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, .2);
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-left: 0;
        border-right: 0
    }
    .kind-of-order {
        padding: 0
    }
    .kind-of-order.pt-40 {
        padding-top: 35px
    }
    .kind-of-order .arrowBox {
        display: none
    }
    .kind-of-order .orderSlider .box .img-box {
        padding: 50px 30px
    }
    .guaranteed {
        padding: 50px 0 30px
    }
    .guaranteed .content {
        padding: 0
    }
    .guaranteed .content h1 {
        font-size: 24px
    }
    .testimonial {
        padding: 90px 0px 40px
    }
    .testimonial h1 {
        font-size: 25px
    }
    .testimonial>img {
        width: 15px
    }
    .testimonial>img.plus5 {
        bottom: 0px
    }
    .testimonial>img.plus6 {
        bottom: 15px
    }
    .commitment .content {
        padding: 0;
        margin-top: 50px
    }
    .commitment .content h1 {
        font-size: 24px
    }
    .subscribe .subs {
        padding: 10px
    }
    .subscribe .subs .inner {
        padding: 20px
    }
    .subscribe .subs .inner h2 {
        font-size: 20px
    }
    .subscribe .subs .inner::before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }
    .subscribe .subs .inner form .envlop {
        width: 16px;
        left: 11px
    }
    .subscribe .subs .inner form .form-control {
        font-size: 13px;
        background-position: 10px;
        background-size: 15px;
        padding-left: 33px;
        margin-bottom: 10px
    }
    .subscribe .subs .inner form .btn-box .submit-btn {
        font-size: 13px;
        padding: 12px 20px;
        min-width: 140px
    }
    .logout .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .logout .modal-dialog .modal-content .modal-body .logo-box {
        margin-top: 5px
    }
    .logout .modal-dialog .modal-content .modal-body .logo-box img {
        max-width: 160px
    }
    .logout .modal-dialog .modal-content .modal-body h4 {
        font-size: 18px
    }
    .logout .modal-dialog .modal-content .modal-body p {
        font-size: 22px;
        max-width: 250px
    }
    .footer-note {
        font-size: 12px;
    }
    .logout .modal-dialog .modal-content .modal-body .btn-box .btn {
        padding: 8px 15px
    }
    .newsLetter .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .newsLetter .box {
        padding: 20px;
    }
    .newsLetter .box .inner p {
        font-size: 13px;
    }
    .newsLetter .box .inner form label {
        font-size: 14px;
    }
    .newsLetter .box .inner form .form-control {
        font-size: 13px;
        padding: 12px;
    }
    .newsLetter .box .inner form .btn-login {
        padding: 10px;
        font-size: 14px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item.show>.dropdown-menu {
        display: block;
    }
}

.subscribe input:-webkit-autofill,
.subscribe input:-webkit-autofill:hover,
.subscribe input:-webkit-autofill:focus input:-webkit-autofill,
.subscribe textarea:-webkit-autofill,
.subscribe textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.subscribe select:-webkit-autofill,
.subscribe select:-webkit-autofill:hover,
.subscribe select:-webkit-autofill:focus {
    /* -webkit-text-fill-color: #fff; */
    background-clip: text
}

.subscribe input:-webkit-autofill,
.subscribe input:-webkit-autofill:hover,
.subscribe input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #3a3939 !important;
    caret-color: #fff !important;
    border-radius: 6px;
}

.blazer .bannerSlider::before {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 30%;
    position: absolute;
    background: #3779ad;
    z-index: 100
}

.blazer .bannerSlider::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 99
}

.blazer .swiper-wrapper .swiper-slide::after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
}

.blazer .content {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    z-index: 100;
}

.blazer .content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #fff
}

.blazer .content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    color: #fff
}

.blazer .content h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24.92px;
    color: #fff;
    margin: 15px 0 0
}

.blazer .content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24.92px;
    color: #fff;
    max-width: 400px
}

.blazer .content a {
    display: inline-block;
    background-color: #0461ab;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.9px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    margin: 10px 0 40px
}

.blazer .content ul {
    display: flex;
    flex-wrap: wrap
}

.blazer .content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding-right: 20px;
    position: relative
}

.blazer .content ul li::after {
    content: "";
    width: 2px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 10px
}

.blazer .content .offer-box {
    display: flex;
    align-items: end;
    padding-left: 40px;
    margin-bottom: 10px;
}

.blazer .content .offer-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #fff
}

.blazer .content .offer-box .offer {
    background-color: #F5F5DC;
    font-size: 24px;
    color: #002D62;
    font-weight: 900;
    position: relative;
    padding: 0px 10px;
    min-height: 36px;
    display: inline-block;
    margin-right: 25px
}

.blazer .content .offer-box .offer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -31px;
    border-left: 32px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 36px solid #F5F5DC
}

.blazer .content .offer-box .offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -31px;
    border-left: 0 solid rgba(0, 0, 0, 0);
    border-right: 32px solid rgba(0, 0, 0, 0);
    border-top: 36px solid #F5F5DC
}

.fabric {
    padding: 50px 0px;
    background-color: #f5f5f5;
}

.fabric .initials-img-box {
    position: absolute;
    top: 0;
    right: -500px;
    max-width: 500px;
    z-index: 99
}

.fabric .initials-img-box img {
    max-width: 100%;
    width: 100%
}

.fabric .initials-img-box p {
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 160px;
    left: 185px;
    transform: rotate(-20deg);
    font-size: 16px
}

.fabric .flex-box {
    display: flex;
    align-items: center
}

.fabric .flex-box .nav-tabs {
    min-width: 90px;
    width: 90px;
    border: 0;
    display: none
}

.fabric .flex-box .nav-tabs .nav-item {
    border: 0;
    height: 150px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    width: 100%
}

.fabric .flex-box .nav-tabs .nav-item:last-child:after {
    display: none
}

.fabric .flex-box .nav-tabs .nav-item::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 70%
}

.fabric .flex-box .nav-tabs .nav-item button {
    width: 100%
}

.fabric .flex-box .nav-tabs .nav-item button div {
    min-height: 60px
}

.fabric .flex-box .nav-tabs .nav-item button.active {
    color: #0461ab
}

.fabric .flex-box .nav-tabs .nav-item button.active img {
    display: block
}

.fabric .flex-box .nav-tabs .nav-item button {
    border: 0;
    color: #000
}

.fabric .flex-box .nav-tabs .nav-item button img {
    width: 100%;
    margin: 0 auto 10px;
    display: none
}

.fabric .filterBox {
    padding: 30px 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fabric .filterBox h4 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    color: #000;
    text-transform: uppercase
}

.fabric .filterBox h4 span {
    color: #236ba5
}

.fabric .filterBox .filter {
    display: flex
}

.filter-box::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.filter-box::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.filter-box::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.filter-box {
    position: fixed;
    top: 0;
    left: -473px;
    background: #fff;
    width: 473px;
    height: 100vh;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    z-index: 9999;
    overflow: auto;
}

.filterBox h4 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    color: #000;
    text-transform: uppercase
}

.filter-box.show {
    left: 0;
}

.filter-box .select-highlight {
    display: grid;
    grid-template-columns: auto auto auto;
    /* border-bottom: 1px solid #F1F1F1; */
    margin-bottom: 15px;
}

.filter-box .select-highlight .form-check .form-check-input {
    width: 1.3em;
    height: 1.3em;
    box-shadow: none;
    margin-top: 1px;
}

.filter-box .select-highlight .form-check {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.filter-box .select-highlight .form-check .form-check-input:checked {
    background-color: #0461AB;
    border-color: #0461AB;
}

.filter-box .select-highlight .form-check label {
    margin-left: 7px;
}

.filter-box .filter-color ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 7px;
    margin-bottom: 25px;
}

.filter-box .filter-color li {
    height: 65px;
    /* background-color: #000; */
    border-radius: 4px;
    overflow: visible;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
}

.filter-box .filter-color li>div:first-child {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.filter-box .filter-color li.active {
    padding: 4px;
    border: 1px solid #0461ab;
}

.filter-box .filter-color li {
    height: 65px;
    /* background-color: #000; */
    border-radius: 4px;
    overflow: visible;
}

.filter-box .filter-color li img {
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.filter input {
    border: 1px solid #f4f4f4;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.36px;
    background: #f6f6f6;
    border: 0;
    box-shadow: none;
    background-image: url("../images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    padding-left: 35px;
    background-size: 18px;
    font-size: 14px;
    border-radius: 3px
}

.filter span {
    background: #f6f6f6;
    cursor: pointer;
    color: #a9a9a9;
    padding: 10px;
    border-radius: 3px;
    font-size: 16px;
    width: 45px;
    text-align: center;
    display: block;
    margin-left: 7px
}

.filter span.active {
    background: #0461ab;
    color: #fff;
}

.fabric .tab-content .tab-pane {
    margin-top: 30px;
    max-height: 800px;
    overflow-y: auto
}

.fabric .tab-content .tab-pane::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.fabric .tab-content .tab-pane::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.fabric .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.fabric .tab-content .tab-pane .select-fab,
.filter-box .select-fab {
    display: grid;
    /* grid-template-columns: 33.33% 33.33% 33.33%; */
    grid-template-columns: 49% 49%;
    gap: 7px
}

.fabric .tab-content .tab-pane .select-fab li .box,
.filter-box .select-fab li .box {
    /* border: 1px solid #e9e6e6; */
    /* border-radius: 7px; */
    cursor: pointer;
}

.fabric .tab-content .tab-pane .select-fab li .box .img-box,
.filter-box .select-fab li .box .img-box {
    /* border-radius: 7px; */
    overflow: hidden;
    position: relative;
}

.fabric .tab-content .tab-pane .select-fab li .box .img-box span,
.filter-box .select-fab li .box .img-box span {
    font-size: 12px;
    color: #fff;
    background-color: #2C77B4;
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 1px 10px;
    border-radius: 3px;
}

.fabric .tab-content .tab-pane .select-fab li .box .img-box i,
.filter-box .select-fab li .box .img-box i {
    color: #0461ab;
    position: absolute;
    font-size: 18px;
    top: 8px;
    right: 8px;
    display: none;
    border-radius: 50%;
    z-index: 5;
}

.fabric .tab-content .tab-pane .select-fab li .box .img-box img,
.filter-box .select-fab li .box .img-box img {
    width: 100%;
    object-fit: none;
    border-radius: 5px;
}

.fabric .tab-content .tab-pane .select-fab li .box .content,
.filter-box .select-fab li .box .content {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.fabric .tab-content .tab-pane .select-fab li .box .content div,
.filter-box .select-fab li .box .content div {
    min-width: 0
}

.fabric .tab-content .tab-pane .select-fab li .box .content div h6,
.filter-box .select-fab li .box .content div h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0
}

.fabric .tab-content .tab-pane .select-fab li .box .content div p {
    color: #8d8989;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    margin: 0
}

.fabric .tab-content .tab-pane .select-fab li .box .content span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000
}

.fabric .tab-content .tab-pane .select-fab li.active .box .img-box i,
.filter-box .select-fab li.active .box .img-box i {
    display: block
}

.fabric .tab-content .tab-pane .select-fab li.active .box,
.filter-box .select-fab li.active .box {
    background-color: #f2f9ff;
    border: 1.5px solid #2371b0;
    border-radius: 5px;
}

.fabric .tab-content .tab-pane h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 15px 30px 20px 0
}

.fabric .tab-content .tab-pane h5:first-child {
    padding: 0 30px 30px 0
}

.fabric .tab-content .tab-pane .style-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px
}

.fabric .tab-content .tab-pane .style-lists::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.fabric .tab-content .tab-pane .style-lists::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.fabric .tab-content .tab-pane .style-lists::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.fabric .tab-content .tab-pane .style-lists li {
    cursor: pointer;
    text-align: center
}

.fabric .tab-content .tab-pane .style-lists li .img-box {
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 10px;
    position: relative;
    transition: all .3s ease-in-out;
    background-color: #fff
}

.fabric .tab-content .tab-pane .style-lists li .img-box i {
    color: #0461ab;
    position: absolute;
    font-size: 20px;
    top: 7px;
    right: 7px;
    display: none;
    background-color: #fff;
    border-radius: 50%;
}

.fabric .tab-content .tab-pane .style-lists li:hover .img-box {
    border: 2px solid #66AADD
}

.fabric .tab-content .tab-pane .style-lists li.active .img-box {
    border: 2px solid #0461ab
}

.fabric .tab-content .tab-pane .style-lists li.active .img-box i {
    display: inline-block
}

.fabric .tab-content .tab-pane .style-lists li p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    color: #212121
}

.fabric .tab-content .tab-pane .style-lists li img {
    width: 100%
}

.fabric .tab-content .tab-pane .initials-box .form-control {
    box-shadow: none;
    border-color: rgba(122, 122, 122, .749);
    background-color: #f7f7f7;
    color: #000;
    padding: 10px 15px
}

.fabric .tab-content .tab-pane .initials-box .font-box {
    margin-top: 15px
}

.fabric .tab-content .tab-pane .initials-box .font-box .select-font {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.fabric .tab-content .tab-pane .initials-box .font-box .select-font .form-check {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.fabric .tab-content .tab-pane .initials-box .font-box .select-font .form-check label {
    margin-left: 10px;
    margin-top: 5px
}

.fabric .tab-content .tab-pane .initials-box .font-box .select-font .form-check .form-check-input {
    border-radius: 0;
    width: 1.2em;
    height: 1.2em;
    box-shadow: none !important
}

.fabric .tab-content .tab-pane .initials-box .font-box .select-font .form-check .form-check-input:checked {
    background-color: #0461ab;
    border-color: #0461ab
}

.fabric .tab-content .tab-pane .initials-box .initials-img {
    position: relative;
    max-width: 270px;
    margin: 15px 0;
    display: none
}

.fabric .tab-content .tab-pane .initials-box .initials-img img {
    max-width: 100%;
    width: 100%
}

.fabric .tab-content .tab-pane .initials-box .initials-img p {
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 80px;
    left: 100px;
    transform: rotate(-20deg);
    font-size: 14px
}

.fabric .proInfo {
    display: flex;
    align-items: center
}

.fabric .proInfo .nav-tabs {
    min-width: 90px;
    width: 90px;
    border: 0
}

.fabric .proInfo .nav-tabs .nav-item {
    border: 0;
    height: 150px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    width: 100%
}

.fabric .proInfo .nav-tabs .nav-item:last-child:after {
    display: none
}

.fabric .proInfo .nav-tabs .nav-item::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 70%
}

.fabric .proInfo .nav-tabs .nav-item button {
    width: 100%
}

.fabric .proInfo .nav-tabs .nav-item button div {
    min-height: 60px
}

.fabric .proInfo .nav-tabs .nav-item button.active {
    color: #0461ab
}

.fabric .proInfo .nav-tabs .nav-item button.active img {
    display: block
}

.fabric .proInfo .nav-tabs .nav-item button {
    border: 0;
    color: #000
}

.fabric .proInfo .nav-tabs .nav-item button img {
    width: 100%;
    margin: 0 auto 10px;
    display: none
}

.fabric .proInfo .fab-slider {
    width: calc(100% - 90px);
    position: relative;
    display: flex;
    align-items: center;
}

.fabric .proInfo .fab-slider .position-relative {
    width: 100%;
}

.fabric .proInfo .fab-slider .swiper-button-next::after,
.fabric .proInfo .fab-slider .swiper-button-prev::after {
    display: none
}

.fabric .proInfo .fab-slider .swiper-button-next {
    right: 8%
}

.fabric .proInfo .fab-slider .swiper-button-prev {
    left: 8%
}

.fabric .proInfo .fab-slider .swiper-button-next,
.fabric .proInfo .fab-slider .swiper-button-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .7);
    transition: all .2s ease-in-out;
    width: 50px;
    height: 50px
}

.fabric .proInfo .fab-slider .swiper-button-next img,
.fabric .proInfo .fab-slider .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.fabric .proInfo .fab-slider .swiper-button-next:hover,
.fabric .proInfo .fab-slider .swiper-button-prev:hover {
    background-color: #3779ad
}

.fabric .proInfo .fab-slider .fabSlider {
    max-width: 750px
}

.fabric .proInfo .fab-slider .info .heart-share {
    margin-bottom: 40px;
}

.fabric .proInfo .fab-slider .info .heart-share .heart img {
    height: 30px
}

.fabric .proInfo .fab-slider .info .heart-share .share {
    margin-left: 15px
}

.fabric .proInfo .fab-slider .info .heart-share .share img {
    height: 30px
}

.fabric .proInfo .fab-slider .info .heart-share .heart,
.fabric .proInfo .fab-slider .info .heart-share .share {
    cursor: pointer;
}

.fabric .proInfo .fab-slider .info {
    text-align: end;
    /* max-width: 340px; */
    max-width: 260px;
}

.fabric .proInfo .fab-slider .info h2 {
    font-size: 36px;
    margin: 0
}

.fabric .proInfo .fab-slider .info h3 {
    font-size: 32px;
    font-weight: 800
}

.fabric .proInfo .fab-slider .info p {
    font-size: 16px;
    max-width: 400px;
    margin: 20px auto
}

.fabric .proInfo .fab-slider .info p img {
    max-width: 27px;
}

.fabric .proInfo .fab-slider .info a {
    font-size: 16px;
    color: #0461ab;
}

.fabric .proInfo .fab-slider .info .next-btn {
    margin: 20px 0 0;
    background: #0461ab;
    color: #fff;
    padding: 8px 50px;
    font-size: 16px;
    border: 0;
    outline: 0;
    font-weight: 500;
    letter-spacing: .5px
}

.fabric .proInfo .fab-slider .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.fabric .proInfo .fab-slider .info ul li {
    font-style: italic;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 16px
}

.fabric .proInfo .fab-slider .info ul li.active {
    color: #0461ab
}

.fabric .proInfo .fab-slider .fabSlider .infos {
    position: relative;
    padding: 0 15px;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box {
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h5,
.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h6 {
    margin: 0;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h5 {
    font-size: 18px;
    font-weight: 500;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: #8D8989;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box .lBox h5:first-child {
    color: #236BA5;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box .rBox {
    text-align: right;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box label,
.fabric .proInfo .fab-slider .fabSlider .infos .info-box span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: block;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box span {
    color: #8D8989;
    font-weight: 400;
}

.fabric .proInfo .fab-slider .fabSlider .infos .info-box ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 12px));
    gap: 10px 24px;
}

.referDetail .modal-dialog {
    max-width: 600px;
    width: 100%
}

.referDetail .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.referDetail .modal-dialog .modal-content .modal-body {
    padding: 30px
}

.referDetail .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.referDetail .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

.referDetail .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

.referDetail .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.referDetail .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.referDetail .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

.referDetail .modal-dialog .modal-content .modal-body label {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 7px
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data {
    display: flex;
    align-items: center;
    background-color: #f9f6f6;
    border: 1px solid #f4f1f1;
    border-radius: 7px
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data .img-box {
    max-width: 115px
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data .img-box img {
    width: 100%
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data .content {
    padding: 20px
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data .content h4 {
    font-size: 30px;
    font-weight: 600
}

.referDetail .modal-dialog .modal-content .modal-body .pro-data .content h6 {
    color: #0461ab;
    font-size: 16px
}

.referDetail .modal-dialog .modal-content .modal-body .ref-code {
    background-color: #f9f9f9;
    border-radius: 7px;
    border: 1px solid #d7d7d7;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600
}

.referDetail .modal-dialog .modal-content .modal-body .ref-code span {
    color: #e3e3e3;
    font-size: 20px;
    cursor: pointer
}

.referDetail .modal-dialog .modal-content .modal-body .social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px
}

.referDetail .modal-dialog .modal-content .modal-body .social-share li {
    border-radius: 10px;
    padding: 8px;
    background-color: #0461ab
}

@media(max-width: 1536px) {
    .fabric .proInfo .fab-slider .fabSlider {
        /* max-width: 370px */
        max-width: 580px
    }
    .fabric .proInfo .fab-slider .info h2 {
        font-size: 32px
    }
    .fabric .proInfo .fab-slider .info h3 {
        font-size: 26px
    }
    .fabric .proInfo .fab-slider .info p {
        font-size: 14px;
        max-width: 330px;
        margin: 15px auto
    }
    .fabric .proInfo .fab-slider .info .next-btn {
        margin: 15px 0;
        padding: 6px 40px;
        font-size: 14px;
        letter-spacing: .5px
    }
    .fabric .proInfo .fab-slider .info ul li {
        font-size: 14px
    }
    .fabric .tab-content .tab-pane {
        max-height: 520px
    }
    .fabric .tab-content .tab-pane .select-fab li .box .content span {
        font-size: 12px
    }
    .fabric .tab-content .tab-pane .select-fab li .box .content div h6 {
        font-size: 14px
    }
    .fabric .tab-content .tab-pane .select-fab li .box .content div p {
        font-size: 12px
    }
    .filter-box .filter-color li {
        height: 50px;
    }
    .filter-box .select-highlight {
        grid-template-columns: auto auto;
    }
    .filter-box {
        width: 375px;
    }
}

@media(max-width: 1366px) {
    .fabric {
        padding: 50px 0px 0;
    }
    .fabric .proInfo .nav-tabs {
        min-width: 75px;
        width: 75px
    }
    .fabric .proInfo .nav-tabs .nav-item button {
        font-size: 14px
    }
    .fabric .proInfo .nav-tabs .nav-item button div {
        min-height: 45px
    }
    .fabric .initials-img-box {
        right: -400px;
        max-width: 400px
    }
    .fabric .initials-img-box p {
        top: 130px;
        left: 145px
    }
    .fabric .tab-content .tab-pane h5:first-child {
        padding: 0 30px 20px 0
    }
    .fabric .tab-content .tab-pane .select-fab li .box .content div h6 {
        margin-bottom: 4px
    }
    .referDetail .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
    .referDetail .modal-dialog .modal-content .modal-body .title h5 {
        font-size: 18px
    }
    .referDetail .modal-dialog .modal-content .modal-body .title .btn-close {
        width: 20px;
        height: 20px
    }
    .filter-box .filter-color ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .filter-box .filter-color li {
        height: 55px;
    }
    .filter-box .select-highlight {
        display: flex;
        flex-wrap: wrap;
    }
    .filter-box .select-highlight {
        display: flex;
        flex-wrap: wrap;
    }
    .fabric .proInfo .fab-slider .fabSlider {
        max-width: 475px;
    }
    .fabric .proInfo .fab-slider .swiper-button-next,
    .fabric .proInfo .fab-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .fabric .proInfo .fab-slider .info .heart-share .heart img {
        height: 26px;
    }
    .fabric .proInfo .fab-slider .info .heart-share .share img {
        height: 22px;
    }
    .fabric .proInfo .fab-slider .info h3 {
        font-size: 24px;
    }
    .fabric .proInfo .fab-slider .info p {
        font-size: 13px;
    }
    .fabric .proInfo .fab-slider .info h2 {
        font-size: 30px;
    }
    .fabric .proInfo .fab-slider .info .next-btn {
        margin: 15px 0 0;
    }
    .fabric .proInfo .fab-slider .info a {
        font-size: 14px;
    }
    .fabric .proInfo .fab-slider .info ul li {
        padding: 0 10px 0 0;
    }
}

@media(max-width: 1024px) {
    .blazer .content .offer-box {
        margin-bottom: 5px
    }
    .blazer .content .offer-box p {
        font-size: 13px;
        line-height: 15px
    }
    .blazer .content .offer-box .offer {
        font-size: 20px;
        padding: 3px 10px;
        min-height: 32px;
        margin-right: 25px
    }
    .offer-box {
        display: flex;
        align-items: end;
        padding-left: 40px;
        margin-bottom: 10px
    }
    .offer-box p {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        color: #fff
    }
    .offer-box .offer {
        background-color: #a5750d;
        font-size: 24px;
        color: #fff;
        font-weight: 900;
        position: relative;
        padding: 0px 10px;
        min-height: 36px;
        display: inline-block;
        margin-right: 25px
    }
    .offer-box .offer::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -31px;
        border-left: 32px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 36px solid #a5750d
    }
    .offer-box .offer::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -31px;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 32px solid rgba(0, 0, 0, 0);
        border-top: 36px solid #a5750d
    }
    .fabric .flex-box .nav-tabs {
        min-width: 75px;
        width: 75px;
        display: flex
    }
    .fabric .flex-box .nav-tabs .nav-item button {
        font-size: 14px
    }
    .fabric .flex-box .nav-tabs .nav-item button div {
        min-height: 45px
    }
    .fabric .proInfo .nav-tabs {
        display: none
    }
    .fabric .proInfo .fab-slider {
        width: 100%
    }
    .fabric .proInfo .fab-slider .fabSlider {
        /* max-width: 350px */
        max-width: 475px;
    }
    .fabric .proInfo .fab-slider .swiper-button-prev {
        left: 20px
    }
    .fabric .proInfo .fab-slider .swiper-button-next {
        right: 20px
    }
    .fabric .proInfo .fab-slider .info h2 {
        font-size: 30px
    }
    .fabric .proInfo .fab-slider .info h3 {
        font-size: 24px
    }
    .fabric .proInfo .fab-slider .info p {
        font-size: 13px;
        max-width: 330px;
        margin: 10px auto
    }
    .fabric .proInfo .fab-slider .info ul li {
        font-size: 13px
    }
    .fabric .proInfo .fab-slider .swiper-button-next,
    .fabric .proInfo .fab-slider .swiper-button-prev {
        width: 40px;
        height: 40px
    }
    .fabric .proInfo .fab-slider .swiper-button-next img,
    .fabric .proInfo .fab-slider .swiper-button-prev img {
        width: 30px;
        height: 30px
    }
    .fabric .tab-content .tab-pane .style-lists,
    .fabric .tab-content .tab-pane .select-fab {
        gap: 10px
    }
    .fabric .tab-content .tab-pane .select-fab {
        grid-template-columns: repeat(4, calc(25% - 7px));
        /* grid-template-columns: 100% */
    }
    .fabric .tab-content .tab-pane .style-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .blazer .bannerSlider .swiper-slide {
        min-height: 500px
    }
    .blazer .bannerSlider .swiper-slide img {
        object-fit: cover;
        height: 500px
    }
    .blazer .content {
        left: 100px
    }
    .blazer .content h1 {
        font-size: 34px
    }
    .blazer .content h3 {
        font-size: 18px
    }
    .blazer .content h5,
    .blazer .content p {
        font-size: 13px
    }
    .blazer .content a {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        margin: 0px 0 25px
    }
    .blazer .content ul li {
        font-size: 13px;
        margin-bottom: 10px
    }
    .fabric .tab-content .tab-pane {
        max-height: 355px
    }
    .fabric .initials-img-box {
        right: 0px;
        top: 100%;
        max-width: 400px
    }
    .fabric .initials-img-box p {
        top: 130px;
        left: 145px
    }
    .filter-box .filter-color ul {
        grid-template-columns: repeat(6, 1fr);
    }
    .filter-box .filter-color ul li {
        height: 40px;
    }
}

@media(max-width: 768px) {
    .fabric .tab-content .tab-pane {
        max-height: 355px
    }
    .fabric .initials-img-box {
        right: 0px;
        top: 100%;
        max-width: 400px
    }
    .fabric .initials-img-box p {
        top: 130px;
        left: 145px
    }
    .fabric .tab-content .tab-pane .select-fab {
        grid-template-columns: repeat(3, calc(33% - 7px));
    }
}

@media(max-width: 576px) {
    .blazer .bannerSlider .swiper-slide {
        min-height: 500px
    }
    .blazer .bannerSlider .swiper-slide img {
        object-fit: cover;
        height: 500px
    }
    .blazer .content {
        left: 0px;
        padding: 30px;
    }
    .blazer .content h1 {
        font-size: 34px
    }
    .blazer .content h3 {
        font-size: 18px
    }
    .blazer .content h5,
    .blazer .content p {
        font-size: 13px
    }
    .blazer .content a {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        margin: 0px 0 25px
    }
    .blazer .content ul li {
        font-size: 13px
    }
    .blazer .content .offer-box {
        margin-bottom: 5px
    }
    .blazer .content .offer-box p {
        font-size: 13px;
        line-height: 15px
    }
    .blazer .content .offer-box .offer {
        font-size: 16px;
        padding: 3px 10px;
        min-height: 32px;
        margin-right: 25px
    }
    .blazer .content .offer-box .offer::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -31px;
        border-left: 32px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 32px solid #a5750d
    }
    .blazer .content .offer-box .offer::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -31px;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 32px solid rgba(0, 0, 0, 0);
        border-top: 32px solid #a5750d
    }
    .fabric .filterBox {
        border: none;
        padding: 0px
    }
    .fabric .tab-content .tab-pane {
        padding-right: 5px;
        max-height: 370px
    }
    .fabric .tab-content .tab-pane .style-lists,
    .fabric .tab-content .tab-pane .select-fab {
        grid-template-columns: 48% 48%
    }
    .fabric .tab-content .tab-pane .select-fab li .box .content {
        display: block
    }
    .fabric .tab-content .tab-pane .initials-box .initials-img {
        display: block
    }
    .fabric .flex-box {
        display: block
    }
    .fabric .flex-box .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px
    }
    .fabric .flex-box .nav-tabs .nav-item {
        height: auto
    }
    .fabric .flex-box .nav-tabs .nav-item::after {
        display: none
    }
    .fabric .flex-box .nav-tabs .nav-item button div {
        min-height: auto;
        width: 40px;
        margin: auto
    }
    .fabric .flex-box .nav-tabs .nav-item button div img {
        display: block
    }
    .fabric .proInfo .fab-slider .swiper-button-prev {
        left: 0
    }
    .fabric .proInfo .fab-slider .swiper-button-next {
        right: 0
    }
    .fabric .initials-img-box {
        display: none
    }
    .referDetail .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .referDetail .modal-dialog .modal-content .modal-body .pro-data .img-box {
        max-width: 95px
    }
    .referDetail .modal-dialog .modal-content .modal-body .pro-data .content h4 {
        font-size: 22px
    }
    .referDetail .modal-dialog .modal-content .modal-body .pro-data .content h6 {
        font-size: 14px
    }
    .referDetail .modal-dialog .modal-content .modal-body .ref-code {
        font-size: 14px
    }
    .fabric .proInfo .fab-slider {
        flex-wrap: wrap;
    }
    .fabric .proInfo .fab-slider .info,
    .fabric .proInfo .fab-slider .info p {
        max-width: 100%;
        text-align: center;
    }
    .fabric .proInfo .fab-slider .info ul {
        justify-content: center;
    }
    .fabric .proInfo .fab-slider .info .heart-share {
        margin-bottom: 20px;
    }
    .blazer .row {
        margin: 0;
    }
    .blazer .row .col-md-12 {
        padding: 0;
    }
    .fabric .tab-content .tab-pane .select-fab li .box .img-box {
        padding: 3px;
    }
    .fabric .tab-content .tab-pane .style-lists,
    .fabric .tab-content .tab-pane .select-fab {
        gap: 5px;
    }
    .filter-box .filter-color ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .filter-box {
        padding: 15px;
        width: 100%;
    }
    .filter-box .filter-color ul li {
        height: 55px;
    }
}

.faq-banner {
    background-image: url(../images/banner/faq-banner.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative
}

.faq-banner::before {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 30%;
    position: absolute;
    background: #3779ad;
    z-index: 100
}

.faq-banner::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 99
}

.faq-banner .text-box {
    margin-left: 150px
}

.faq-banner .text-box h1 {
    color: #fff;
    font-size: 48px
}

.faq-banner .text-box p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    max-width: 450px
}

.kind-of-order.faq-order {
    padding-bottom: 80px;
    background-image: url("../images/detail-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40%
}

@media(max-width: 1536px) {
    .faq-banner .text-box h1 {
        font-size: 42px
    }
}

@media(max-width: 1366px) {
    .faq-banner .text-box {
        margin-left: 100px
    }
}

@media(max-width: 1024px) {
    .faq-banner .text-box h1 {
        font-size: 36px
    }
}

@media(max-width: 576px) {
    .faq-banner {
        padding: 75px 0;
        margin-bottom: 40px
    }
    .faq-banner .text-box {
        margin-left: 0
    }
    .faq-banner .text-box h1 {
        font-size: 28px;
        margin-bottom: 20px
    }
    .faq-banner .text-box p {
        font-size: 13px;
        line-height: 24px
    }
    .kind-of-order.faq-order {
        padding-bottom: 50px;
        background-size: 80%
    }
}

.policy-box {
    padding: 60px 0
}

.policy-box .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.policy-box .btn-title .refund-btn {
    background-color: #0b5eff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    display: inline-block
}

.policy-box h4 {
    font-size: 22px;
    margin-bottom: 25px
}

.policy-box p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 28px
}

.policy-box a {
    color: #66AADD;
    text-decoration: none;
    font-weight: 600;
}

.policy-box ul {
    margin: 0 0 25px;
    padding: 0
}

.policy-box ul li {
    font-size: 16px;
    line-height: 28px
}

.refundDetail .modal-dialog,
.changeEmailModal .modal-dialog {
    max-width: 600px;
    width: 100%
}

.refundDetail .modal-dialog .modal-content,
.changeEmailModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.refundDetail .modal-dialog .modal-content .modal-body,
.changeEmailModal .modal-dialog .modal-content .modal-body {
    padding: 30px
}

.refundDetail .modal-dialog .modal-content .modal-body .btn-close,
.changeEmailModal .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.refundDetail .modal-dialog .modal-content .modal-body .btn-close img,
.changeEmailModal .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

.refundDetail .modal-dialog .modal-content .modal-body .title,
.changeEmailModal .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

.refundDetail .modal-dialog .modal-content .modal-body .title::before,
.changeEmailModal .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.refundDetail .modal-dialog .modal-content .modal-body .title h5,
.changeEmailModal .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.refundDetail .modal-dialog .modal-content .modal-body .title h5 span,
.changeEmailModal .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

.refundDetail .modal-dialog .modal-content .modal-body label,
.changeEmailModal .modal-dialog .modal-content .modal-body label {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 7px
}

.refundDetail .modal-dialog .modal-content .modal-body .form-control,
.changeEmailModal .modal-dialog .modal-content .modal-body .form-control {
    font-size: 16px;
    background-color: #f7f7f7;
    border: 1px solid rgba(122, 122, 122, .5);
    box-shadow: none;
    padding: 12px 15px
}

.refundDetail .modal-dialog .modal-content .modal-body textarea {
    min-height: 100px;
    resize: none
}

.refundDetail .modal-dialog .modal-content .modal-body .img-video {
    display: flex;
    align-items: center;
    gap: 20px
}

.refundDetail .modal-dialog .modal-content .modal-body .img-video .img-box1,
.refundDetail .modal-dialog .modal-content .modal-body .img-video .img-box2,
.refundDetail .modal-dialog .modal-content .modal-body .img-video .video-box {
    border: 1px solid rgba(122, 122, 122, .5);
    border-radius: 5px;
    background-color: #f7f7f7;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    color: #ededed;
    font-size: 40px;
    cursor: pointer
}

.refundDetail .modal-dialog .modal-content .modal-body .img-video span {
    font-size: 18px;
    color: #000
}

.refundDetail .modal-dialog .modal-content .modal-body p {
    color: #000;
    font-size: 16px
}

.refundDetail .modal-dialog .modal-content .modal-body p span {
    color: #0b5eff;
    font-weight: 600
}

.refundDetail .modal-dialog .modal-content .modal-body .submit-btn {
    background-color: #0b5eff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    display: inline-block
}

@media(max-width: 1366px) {
    .refundDetail .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
    .refundDetail .modal-dialog .modal-content .modal-body .title h5 {
        font-size: 18px
    }
    .refundDetail .modal-dialog .modal-content .modal-body .title .btn-close {
        width: 20px;
        height: 20px
    }
}

@media(max-width: 576px) {
    .policy-box {
        padding: 0 0 40px
    }
    .policy-box h4 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .policy-box p {
        font-size: 14px;
        margin-bottom: 20px
    }
    .policy-box p:last-child {
        margin: 0
    }
    .policy-box ul {
        margin: 0 0 20px;
        padding: 0
    }
    .policy-box ul li {
        font-size: 14px
    }
    .subscribe.poy-btm {
        margin-bottom: 35px
    }
    .refundDetail .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .refundDetail .modal-dialog .modal-content .modal-body .img-video {
        flex-wrap: wrap;
        gap: 10px
    }
    .refundDetail .modal-dialog .modal-content .modal-body .img-video span {
        display: block;
        width: 100%;
        text-align: center
    }
}

.blog-banner {
    background-image: url(../images/banner/blog-banner.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 150px;
    position: relative
}

.blog-banner::before {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 30%;
    position: absolute;
    background: #3779ad;
    z-index: 100
}

.blog-banner::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 99
}

.blog-banner .text-box {
    margin-left: 150px
}

.blog-banner .text-box h1 {
    color: #fff;
    font-size: 48px;
    max-width: 550px
}

.blog-banner .text-box p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    max-width: 450px
}

.blog-box .content-box {
    padding: 60px 0
}

.blog-box .content-box h4 {
    font-size: 22px;
    margin-bottom: 25px
}

.blog-box .content-box p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 28px
}

.blog-box .content-box p:last-child {
    margin: 0
}

.blog-box .content-box ul {
    margin: 0 0 25px;
    padding: 0
}

.blog-box .content-box ul li {
    font-size: 16px;
    line-height: 28px
}

.b-text {
    padding: 50px 0
}

.b-text p {
    font-size: 16px;
    line-height: 26px;
    max-width: 880px;
    margin: 0 auto;
    text-align: center
}

.b-text p span {
    font-weight: 700
}

.recent-blog.hot-Blog {
    margin-bottom: 60px
}

.recent-blog .pro {
    padding: 60px 25px 40px
}

.recent-blog .pro.bg {
    background-color: rgba(66, 128, 178, .05)
}

.recent-blog .pro .titleBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.recent-blog .pro .titleBox h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    padding: 10px 0 10px 20px;
    margin: 0
}

.recent-blog .pro .titleBox h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #236ba5;
    height: 100%;
    width: 3px
}

.recent-blog .pro .titleBox h1 span {
    color: #236ba5
}

.recent-blog .pro .titleBox .arrowBox {
    position: absolute;
    display: flex;
    right: 0;
    top: 2px
}

.recent-blog .pro .titleBox .arrowBox .swiper-button-next::after,
.recent-blog .pro .titleBox .arrowBox .swiper-button-prev::after {
    display: none
}

.recent-blog .pro .titleBox .arrowBox .swiper-button-next,
.recent-blog .pro .titleBox .arrowBox .swiper-button-prev {
    color: #fff;
    background-color: rgba(55, 121, 173, .7);
    padding: 25px;
    transition: all .2s ease-in-out;
    position: static;
    margin: 0 0 0 5px
}

.recent-blog .pro .titleBox .arrowBox .swiper-button-next img,
.recent-blog .pro .titleBox .arrowBox .swiper-button-prev img {
    width: 40px;
    height: 40px
}

.recent-blog .pro .titleBox .arrowBox .swiper-button-next:hover,
.recent-blog .pro .titleBox .arrowBox .swiper-button-prev:hover {
    background-color: #3779ad
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper,
.recent-blog .pro .recentBlogSlider .swiper-wrapper {
    padding: 20px 0px
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper .box .img-box,
.recent-blog .pro .recentBlogSlider .swiper-wrapper .box .img-box {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper .box .content,
.recent-blog .pro .recentBlogSlider .swiper-wrapper .box .content {
    padding: 20px 0
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper .box .content h5,
.recent-blog .pro .recentBlogSlider .swiper-wrapper .box .content h5 {
    font-size: 18px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
    max-height: 45px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper .box .content p,
.recent-blog .pro .recentBlogSlider .swiper-wrapper .box .content p {
    font-size: 14px;
    margin: 0
}

.recent-blog .pro .hotBlogSlider .swiper-wrapper .box .content p span,
.recent-blog .pro .recentBlogSlider .swiper-wrapper .box .content p span {
    color: #0461ab
}

@media(max-width: 1536px) {
    .blog-banner .text-box h1 {
        font-size: 42px
    }
}

@media(max-width: 1366px) {
    .blog-banner .text-box {
        margin-left: 100px
    }
    .recent-blog .pro .titleBox h1 {
        font-size: 26px
    }
    .recent-blog .pro .titleBox .arrowBox .swiper-button-next,
    .recent-blog .pro .titleBox .arrowBox .swiper-button-prev {
        padding: 20px
    }
    .recent-blog .pro .titleBox .arrowBox .swiper-button-next img,
    .recent-blog .pro .titleBox .arrowBox .swiper-button-prev img {
        width: 30px;
        height: 30px
    }
    .recent-blog .pro .hotBlogSlider .swiper-wrapper .box .content,
    .recent-blog .pro .recentBlogSlider .swiper-wrapper .box .content {
        padding: 10px;
        font-size: 16px
    }
    .recent-blog .pro .hotBlogSlider .swiper-wrapper .box:hover .img-box,
    .recent-blog .pro .recentBlogSlider .swiper-wrapper .box:hover .img-box {
        box-shadow: -10px -10px 0 1px rgba(13, 148, 255, .12)
    }
}

@media(max-width: 1024px) {
    .blog-banner .text-box h1 {
        font-size: 36px
    }
}

@media(max-width: 576px) {
    .blog-banner {
        padding: 75px 0;
        margin-bottom: 40px
    }
    .blog-banner .text-box {
        margin-left: 0px
    }
    .blog-banner .text-box h1 {
        font-size: 28px;
        margin-bottom: 20px
    }
    .blog-banner .text-box p {
        font-size: 13px;
        line-height: 24px
    }
    .blog-box .content-box {
        padding: 35px 0
    }
    .blog-box .content-box h4 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .blog-box .content-box p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .blog-box .content-box p:last-child {
        margin: 0
    }
    .blog-box .content-box ul {
        margin: 0 0 15px;
        padding: 0
    }
    .blog-box .content-box ul li {
        font-size: 14px
    }
    .subscribe.poy-btm {
        margin-bottom: 35px
    }
    .b-text {
        padding: 0px 0 35px
    }
    .recent-blog.hot-Blog {
        margin-bottom: 40px
    }
    .recent-blog .pro {
        padding: 25px 15px
    }
    .recent-blog .pro .titleBox {
        margin-bottom: 20px
    }
    .recent-blog .pro .titleBox h1 {
        font-size: 24px;
        position: relative;
        padding: 6px 0 6px 15px
    }
    .recent-blog .pro .titleBox .arrowBox {
        display: none
    }
    .recent-blog .pro .hotBlogSlider .swiper-wrapper,
    .recent-blog .pro .recentBlogSlider .swiper-wrapper {
        padding: 0
    }
    .recent-blog .pro .hotBlogSlider .swiper-wrapper .box .img-box,
    .recent-blog .pro .recentBlogSlider .swiper-wrapper .box .img-box {
        box-shadow: none
    }
}

.banner.abt-banner .bannerSlider::before {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 30%;
    position: absolute;
    background: #3779ad;
    z-index: 100
}

.banner.abt-banner .bannerSlider::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 99
}

.quality {
    margin: 120px 0;
    padding: 0 40px;
    position: relative
}

.quality .line1 {
    position: absolute;
    top: 85%;
    left: 40%;
    width: 80%
}

.quality .vector-img {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.quality .img-box {
    box-shadow: -20px -20px 0 1px rgba(13, 148, 255, .12)
}

.quality .content {
    padding: 70px
}

.quality .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px
}

.quality .content h4::before {
    content: "";
    background-color: #4462de;
    height: 1.5px;
    width: 60px;
    top: -15px;
    left: 0;
    position: absolute
}

.quality .content h4 span {
    color: #000
}

.quality .content p {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    letter-spacing: .5px;
    line-height: 26px
}

.values {
    margin: 120px 0;
    padding: 0 40px;
    position: relative
}

.values .line2 {
    position: absolute;
    top: 85%;
    right: 20%;
    width: 100%
}

.values .img-box {
    box-shadow: -20px -20px 0 1px rgba(13, 148, 255, .12)
}

.values .content {
    padding: 70px
}

.values .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px
}

.values .content h4::before {
    content: "";
    background-color: #4462de;
    height: 1.5px;
    width: 60px;
    top: -15px;
    left: 0;
    position: absolute
}

.values .content h4 span {
    color: #000
}

.values .content p {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    letter-spacing: .5px;
    line-height: 26px
}

.confidence {
    margin: 120px 0;
    padding: 0 40px;
    position: relative
}

.confidence .img-box {
    box-shadow: -20px -20px 0 1px rgba(13, 148, 255, .12)
}

.confidence .content {
    padding: 70px
}

.confidence .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px
}

.confidence .content h4::before {
    content: "";
    background-color: #4462de;
    height: 1.5px;
    width: 60px;
    top: -15px;
    left: 0;
    position: absolute
}

.confidence .content h4 span {
    color: #000
}

.confidence .content p {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    letter-spacing: .5px;
    line-height: 26px
}

.today {
    margin: 120px 0;
    padding: 0 40px;
    position: relative
}

.today .img-box {
    box-shadow: -20px -20px 0 1px rgba(13, 148, 255, .12)
}

.today .content {
    padding: 70px
}

.today .content h4 {
    color: #236ba5;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px
}

.today .content h4::before {
    content: "";
    background-color: #4462de;
    height: 1.5px;
    width: 60px;
    top: -15px;
    left: 0;
    position: absolute
}

.today .content h4 span {
    color: #000
}

.today .content p {
    color: rgba(0, 0, 0, .87);
    margin: 0;
    letter-spacing: .5px;
    line-height: 26px
}

.about {
    background-image: url("../images/about/about.png");
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.about .text-box h1 {
    color: #000;
    font-size: 48px;
    max-width: 550px
}

.about .text-box p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    max-width: 450px;
    margin: 0
}

@media(max-width: 1600px) {
    .quality .line1 {
        position: absolute;
        top: 80%;
        width: 70%
    }
    .values .line2 {
        top: 85%;
        width: 95%
    }
}

@media(max-width: 1366px) {
    .quality .line1 {
        top: 90%;
        left: 50%;
        width: 75%
    }
    .quality .content {
        padding: 40px
    }
    .quality .content h4 {
        font-size: 26px
    }
    .quality .content p {
        font-size: 13px
    }
    .values .line2 {
        top: 85%;
        width: 90%
    }
    .values .content {
        padding: 40px
    }
    .values .content h4 {
        font-size: 26px
    }
    .values .content p {
        font-size: 13px
    }
    .confidence .content,
    .today .content {
        padding: 40px
    }
    .confidence .content h4,
    .today .content h4 {
        font-size: 26px
    }
    .confidence .content p,
    .today .content p {
        font-size: 13px
    }
    .about .text-box h1 {
        font-size: 36px
    }
    .about .text-box p {
        font-size: 13px;
        line-height: 26px
    }
}

@media(max-width: 1024px) {
    .quality {
        margin: 70px 0
    }
    .quality .line1 {
        top: 90%;
        left: 50%;
        width: 40%
    }
    .values {
        margin: 70px 0
    }
    .values .line2 {
        top: 85%;
        width: 65%
    }
    .confidence,
    .today {
        margin: 70px 0
    }
    .about {
        padding: 120px 0;
        background-position: left center
    }
}

@media(max-width: 768px) {
    .banner.abt-banner .bannerSlider::before,
    .banner.abt-banner .bannerSlider::after {
        height: 5px
    }
    .quality .line1,
    .confidence .line1 {
        display: none
    }
    .quality .content,
    .confidence .content {
        padding: 0;
        margin-top: 40px
    }
    .quality .row,
    .confidence .row {
        flex-direction: column-reverse
    }
    .values .line2 {
        display: none
    }
    .values .content {
        padding: 0;
        margin-top: 40px
    }
    .today .content {
        padding: 0;
        margin-top: 40px
    }
}

@media(max-width: 576px) {
    .banner .container-fluid.px-4 {
        padding: 0 !important
    }
    .quality,
    .confidence,
    .values,
    .today {
        padding: 0;
        margin: 40px 0
    }
    .quality .content h4,
    .confidence .content h4,
    .values .content h4,
    .today .content h4 {
        font-size: 22px
    }
    .quality .content p,
    .confidence .content p,
    .values .content p,
    .today .content p {
        line-height: 24px
    }
    .quality .img-box,
    .confidence .img-box,
    .values .img-box,
    .today .img-box {
        box-shadow: -10px -10px 0 1px rgba(13, 148, 255, .12);
        margin: 0 30px
    }
    .about {
        padding: 40px 0
    }
    .about .text-box h1 {
        font-size: 32px
    }
}

.contact {
    padding: 60px 0 80px;
    background: #f5f5f5
}

.contact h1 {
    font-size: 40px
}

.contact p {
    color: #717171;
    font-size: 18px
}

.contact .contact-box {
    background: #fff;
    margin-top: 40px;
    border-radius: 10px
}

.contact .contact-box .info {
    background-color: #2d3134;
    border-radius: 10px;
    padding: 100px 60px;
    background-image: url("../images/circle.svg");
    background-repeat: no-repeat;
    background-position: 80% 95%;
    height: 100%
}

.contact .contact-box .info h5 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px
}

.contact .contact-box .info p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 60px
}

.contact .contact-box .info ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
    padding-left: 35px
}

.contact .contact-box .info ul li:last-child {
    max-width: 350px
}

.contact .contact-box .info ul li i {
    position: absolute;
    left: 0;
    top: 4px
}

.contact .contact-box .form-box {
    padding: 80px 50px
}

.contact .contact-box .form-box label {
    color: #000;
    display: block;
    margin-bottom: 6px
}

.contact .contact-box .form-box .form-control {
    border: none;
    border-bottom: 1px solid #8d8d8d;
    border-radius: 0;
    color: #8d8d8d;
    font-size: 14px;
    box-shadow: none;
    padding: 10px 0
}

.contact .contact-box .form-box .form-control::placeholder {
    color: #8d8d8d
}

.contact .contact-box .form-box textarea {
    min-height: 100px;
    resize: none
}

.contact .contact-box .form-box .btn-send {
    background-color: #0461ab;
    color: #fff;
    font-size: 16px;
    padding: 12px 50px;
    border: 0;
    transition: all .3s ease-in-out
}

.contact .contact-box .form-box .btn-send:hover {
    background-color: #03467a
}

@media(max-width: 1536px) {
    .contact {
        background: #f5f5f5
    }
    .contact h1 {
        font-size: 36px
    }
    .contact p {
        color: #717171;
        font-size: 16px
    }
    .contact .contact-box .info {
        padding: 60px 50px
    }
    .contact .contact-box .info h5 {
        font-size: 25px;
        margin-bottom: 15px
    }
    .contact .contact-box .info p {
        font-size: 16px;
        margin-bottom: 50px
    }
    .contact .contact-box .info ul li {
        font-size: 14px;
        margin-bottom: 35px;
        padding-left: 30px
    }
    .contact .contact-box .form-box {
        padding: 50px 40px
    }
}

@media(max-width: 1366px) {
    .contact {
        padding: 40px 0 60px
    }
    .contact h1 {
        font-size: 32px
    }
    .contact p {
        font-size: 14px
    }
    .contact .contact-box .info h5 {
        margin-bottom: 10px
    }
    .contact .contact-box .form-box .mb-5 {
        margin-bottom: 2rem !important
    }
    .contact .contact-box .form-box .mb-5 label {
        font-size: 13px;
        margin: 0
    }
    .contact .contact-box .form-box .mb-5 .form-control {
        font-size: 13px
    }
    .contact .contact-box .form-box .btn-send {
        font-size: 14px;
        padding: 10px 40px
    }
}

@media(max-width: 768px) {
    .contact .contact-box>.row {
        flex-direction: column-reverse
    }
    .contact .contact-box .form-box {
        padding: 30px 20px
    }
    .contact .contact-box .info {
        padding: 30px 25px
    }
}

.login {
    background-image: url("../images/log-bg.jpg");
    background-position: center;
    background-size: cover;
    min-height: 100dvh;
    position: relative;
    /* padding: 100px; */
    padding: 81px 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.login.sign-up {
    padding: 30px 70px
}

.login.sign-up>.row {
    max-width: 1450px
    /* max-width: 1540px; */
}

.login>.row {
    max-width: 1350px
}

.login::before {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 30%;
    position: absolute;
    background: #3779ad;
    z-index: 100
}

.login::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 10px;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 99
}

.login .img-box {
    padding: 20px;
    background-image: url("../images/l-bg.jpg");
    background-position: center;
    background-size: cover
}

.login .img-box img {
    width: 100%
}

.login .box {
    background-color: #fff;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px
}

.login.sign-up .box {
    padding: 25px 30px
}

.login .box .inner {
    width: 100%
}

.login .box .inner #change-password-form {
    max-width: 800px
}

.login .box .inner h4 {
    font-size: 28px
}

.login .box .inner p {
    font-size: 16px
}

.login .box .inner p span {
    color: #0461ab;
    font-weight: 600;
    font-style: italic;
    display: block
}

.login .box .inner .logo {
    max-width: 170px;
    margin-bottom: 30px
}

.login .box .inner form {
    /* margin-top: 50px */
    margin-top: 25px;
}

.login .box .inner form label {
    font-size: 18px;
    display: block;
    margin-bottom: 6px
}

.login .box .inner form label.error {
    font-size: 14px;
}

.login .box .inner form .otp-box {
    display: flex;
    gap: 30px
}

.login .box .inner form .otp-box .form-control {
    text-align: center;
    max-width: 60px
}

.login .box .inner form .form-control {
    font-size: 15px;
    border: 1px solid rgba(122, 122, 122, .75);
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 1px
}

.login .box .inner form span {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #0461ab;
    font-size: 20px;
    cursor: pointer
}

.login .box .inner form .form-control.is-invalid~span {
    right: 35px;
}

.login .box .inner form .form-check-input {
    border-radius: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    color: 16px;
    box-shadow: none
}

.login .box .inner form .form-check-input:checked {
    background-color: #0461ab;
    border-color: #0461ab
}

.login .box .inner form .forgot {
    font-size: 16px;
    color: #0461ab
}

.login .box .inner form .btn-login {
    background-color: #0461ab;
    color: #fff;
    max-width: 90%;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.login .box .inner form .btn-forgot {
    background-color: #0461ab;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    max-width: 200px;
    width: 100%
}

.login .box .inner p {
    margin: 0;
    color: #666;
    font-size: 16px
}

.login .box .inner p a {
    color: #0461ab;
    font-weight: 600
}

.login .box .inner ul {
    display: flex;
    justify-content: center
}

.login .box .inner ul li {
    padding: 0 7px
}

.login .box .inner ul li a img {
    width: 30px
}

@media(max-width: 1536px) {
    .login {
        padding: 30px 50px
    }
    /* .login>.row {
        max-width: 1150px
    } */
    .login>.row {
        max-width: 1084px;
    }
    .login .box .inner h4 {
        font-size: 24px
    }
    .login .box .inner p {
        font-size: 13px
    }
    .login .box .inner form {
        margin-top: 25px
    }
    .login .box .inner form label {
        font-size: 14px
    }
    .login .box .inner form .form-control {
        font-size: 13px;
        padding: 12px
    }
    .login .box .inner form span {
        top: 11px;
        right: 10px;
        font-size: 17px
    }
    .login .box .inner form .form-check label {
        font-size: 13px
    }
    .login .box .inner form .otp-box {
        gap: 25px
    }
    .login .box .inner form .otp-box .form-control {
        max-width: 50px
    }
    .login .box .inner form .forgot {
        font-size: 13px
    }
    .login .box .inner form .btn-login {
        padding: 10px;
        font-size: 14px
    }
    .login .box .inner form .btn-forgot {
        padding: 10px;
        font-size: 14px;
        margin-top: 20px
    }
    .login .box .inner .mb-4 {
        margin-bottom: 1rem !important;
    }
    .login.sign-up>.row {
        max-width: 1245px
    }
    .login .box .inner form label.error {
        font-size: 13px;
    }
}

@media(max-width: 1366px) {
    /* .login {
        padding: 50px
    } */
    .login>.row {
        max-width: 900px
    }
    .login .box {
        /* padding: 30px */
        padding: 20px 30px
    }
    .login .box .inner .mb-4 {
        margin-bottom: 1rem !important
    }
}

@media(max-width: 1024px) {
    .login.sign-up .img-box {
        min-height: 590px
    }
    .login.sign-up .img-box img {
        min-height: 590px;
        object-fit: cover
    }
}

@media(max-width: 768px) {
    .login {
        padding: 40px 15px
    }
    .login.sign-up {
        padding: 40px 15px
    }
    .login .box {
        padding: 30px 20px
    }
    .login .box .inner form .btn-forgot {
        margin-top: 0
    }
    .login .img-box {
        display: none
    }
}

.cart {
    padding: 70px 0
}

.cart .summery .title {
    display: flex;
    border-bottom: 1px solid #c8c4c4;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px
}

.cart .summery .title::before {
    content: "";
    height: 1px;
    background: #0461ab;
    width: 200px;
    position: absolute;
    bottom: -1px
}

.cart .summery .title i {
    color: #0461ab;
    margin: 0 10px 0 0;
    font-size: 20px
}

.cart .summery .title h5 {
    font-size: 16px;
    color: #212121;
    margin: 0
}

.cart .summery h3 {
    font-size: 20px;
    color: #212121;
    margin-bottom: 10px
}

.cart .summery p {
    font-size: 14px;
    color: #828282
}

.cart .summery .in-box {
    border: 2px solid #0461ab;
    border-radius: 8px;
    padding: 15px
}

.cart .summery .in-box label {
    display: block;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px
}

.cart .summery .in-box label img {
    left: 0;
    height: 20px;
    position: absolute
}

.cart .summery .in-box input {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 30px);
    border: 0;
    outline: none;
    margin-left: 30px
}

.cart .summery .address {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    position: relative
}

.cart .summery .address .edit {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 5px;
    z-index: 1
}

.cart .summery .address .edit i {
    color: #828282;
    font-size: 14px
}

.cart .summery .address label {
    display: block;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px
}

.cart .summery .address label i {
    left: 0;
    font-size: 20px;
    position: absolute
}

.cart .summery .address p {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    margin: 0
}

.cart .order {
    border-radius: 8px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-left: 60px
}

.cart .order.pay-now {
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.cart .order::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #e2e2e2;
    position: absolute;
    left: 15px;
    top: 0
}

.cart .order h5 {
    font-size: 20px;
    color: #212121
}

.cart .order p {
    font-size: 14px;
    color: #828282
}

.cart .order .order-list {
    margin: 20px 0
}

.cart .order .order-list li {
    margin-bottom: 15px
}

.cart .order .order-list li .current {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    border-radius: 8px
}

.cart .order .order-list li .current .img-box {
    background-color: #f7f8fa;
    border-radius: 8px;
    padding: 0 20px
}

.cart .order .order-list li .current .img-box img {
    height: 70px
}

.cart .order .order-list li .current .info {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.cart .order .order-list li .current .info h6 {
    color: #212121;
    font-size: 16px
}

.cart .order .order-list li .current .info p {
    margin: 0;
    font-size: 14px;
    color: #828282
}

.cart .order .order-list li .current .price-qty {
    width: 225px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cart .order .order-list li .current .price-qty .price {
    color: #0461ab;
    font-size: 16px
}

.cart .order .order-list li .current .price-qty .qty {
    display: flex;
    margin-right: 7px
}

.cart .order .order-list li .current .price-qty .qty .minus-btn,
.cart .order .order-list li .current .price-qty .qty .plus-btn {
    background: #e6e8ec;
    padding: 2px 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart .order .order-list li .current .price-qty .qty input {
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    text-align: center;
    color: #212121;
    font-size: 14px
}

.cart .order .order-list li .current .price-qty .qty input::-webkit-outer-spin-button,
.cart .order .order-list li .current .price-qty .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart .order .order-list li .current .price-qty .btn.btn-danger {
    font-size: 10px;
    margin-left: 10px;
}

.cart .order .table tr th {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #212121;
    padding: 0 0 15px;
    border-color: #e2e2e2
}

.cart .order .table tr td {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #828282;
    font-size: 16px
}

.cart .order .table tr td:last-child {
    color: #212121
}

.cart .order .table tbody tr:first-child td {
    padding-top: 15px
}

.cart .order .table tbody tr:last-child td {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2
}

.cart .order .pay-btn {
    background-color: #b8b8b8;
    border-radius: 8px;
    font-size: 20px;
    color: #545454;
    width: 100%;
    padding: 15px;
    font-weight: 500
}

.cart .order .coupons-code h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500
}

.cart .order .coupons-code .input-group {
    margin-bottom: 10px
}

.cart .order .coupons-code .input-group div {
    position: relative;
    flex: 1;
    min-width: 0
}

.cart .order .coupons-code .input-group div span {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 12px;
    cursor: pointer
}

.cart .order .coupons-code .input-group input {
    border-radius: 5px !important;
    border: 1px solid #d7d7d7;
    background-color: #f9f9f9;
    color: #494949;
    font-size: 16px;
    box-shadow: none;
    padding: 10px 35px 10px 15px
}

.cart .order .coupons-code .input-group input::placeholder {
    color: #494949
}

.cart .order .coupons-code .input-group .apply-btn {
    margin-left: 10px !important;
    background-color: #0461ab;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    min-width: 120px;
    border-radius: 5px !important
}

.cart .order .coupons-code .all-coupons {
    color: #0461ab;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.cart .order .wallet-balance {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.cart .order .wallet-balance .form-check {
    padding-left: 3em
}

.cart .order .wallet-balance .form-check .form-check-label {
    font-size: 18px;
    color: #109092;
    margin: 0;
    font-weight: 600;
    line-height: 37px
}

.cart .order .wallet-balance .form-check .form-check-label .form-check-input {
    width: 30px;
    height: 30px;
    box-shadow: none !important;
    border-radius: 0;
    background-color: #f3f3f3;
    border-color: #0461ab;
    margin-left: -2.3em
}

.cart .order .wallet-balance .form-check .form-check-label .form-check-input:checked {
    background-color: #0461ab;
    border-color: #0461ab
}

.cart .order .wallet-balance p {
    margin: 0;
    color: #109092;
    font-size: 26px;
    font-weight: bold
}

.cart .meas-btn {
    background-color: #0461ab;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding: 18px;
    font-weight: 500;
    margin: 25px auto 0 125px;
    /* max-width: 70%; */
    max-width: calc(100% - 185px);
    display: block
}

.cart .meas-btn.mx-100 {
    max-width: 100%;
    margin: 25px 0 0
}

#orderSuccessful .modal-content {
    border: 0;
    border-radius: 0
}

#orderSuccessful .modal-content .modal-body {
    padding: 50px 30px 25px
}

#orderSuccessful .modal-content .modal-body i {
    color: #67ad5b;
    font-size: 60px;
    margin-bottom: 30px
}

#orderSuccessful .modal-content .modal-body p {
    color: #252525;
    margin-bottom: 20px
}

#orderSuccessful .modal-content .modal-body h1 {
    color: #252525;
    font-size: 44px;
    margin-bottom: 30px
}

#orderSuccessful .modal-content .modal-body .view-order {
    background-color: #0461ab;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    margin-bottom: 20px
}

#orderSuccessful .modal-content .modal-body .continue-shopping {
    color: #0461ab;
    font-size: 16px;
    font-weight: 500
}

.allCoupons .modal-dialog {
    margin-right: 20px;
    max-width: 400px;
    width: 100%
}

.allCoupons .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.allCoupons .modal-dialog .modal-content .modal-body {
    padding: 30px
}

.allCoupons .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.allCoupons .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

.allCoupons .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase
}

.allCoupons .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.allCoupons .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.allCoupons .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

.allCoupons .modal-dialog .modal-content .modal-body ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.allCoupons .modal-dialog .modal-content .modal-body ul li:last-child {
    border: 0
}

.allCoupons .modal-dialog .modal-content .modal-body ul li div h3 {
    font-weight: 600;
    font-size: 22px;
    color: #252525;
    margin: 0
}

.allCoupons .modal-dialog .modal-content .modal-body ul li div p {
    margin: 0;
    color: #252525;
    font-size: 14px
}

.allCoupons .modal-dialog .modal-content .modal-body ul li span {
    font-size: 22px;
    color: #e3e3e3;
    cursor: pointer
}

@media(max-width: 1536px) {
    .cart .summery .title {
        margin-bottom: 30px
    }
    .cart .summery .title h5 {
        font-size: 14px
    }
    .cart .summery .title i {
        font-size: 16px
    }
    .cart .summery h3 {
        font-size: 18px
    }
    .cart .summery p {
        font-size: 13px
    }
    .cart .summery .in-box label,
    .cart .summery .in-box input {
        font-size: 13px;
        padding-left: 25px
    }
    .cart .summery .in-box label img,
    .cart .summery .in-box input img {
        height: 18px
    }
    .cart .summery .in-box input {
        margin-left: 25px;
        padding: 0
    }
    .cart .summery .address .edit i {
        font-size: 13px
    }
    .cart .summery .address label {
        font-size: 13px;
        padding-left: 25px
    }
    .cart .summery .address label i {
        font-size: 15px;
        top: 2px
    }
    .cart .summery .address p {
        font-size: 13px;
        padding-left: 25px
    }
    .cart .order h5 {
        font-size: 18px;
        color: #212121
    }
    .cart .order p {
        font-size: 13px
    }
    .cart .order .order-list li .current .info h6 {
        font-size: 14px
    }
    .cart .order .order-list li .current .info p {
        font-size: 13px
    }
    .cart .order .order-list li .current .price-qty .price {
        font-size: 14px
    }
    .cart .order .order-list li .current .price-qty .qty input {
        font-size: 13px
    }
    .cart .order .order-list li .current .price-qty .qty span {
        font-size: 12px
    }
    .cart .order .table tr th {
        font-size: 18px;
        padding: 0px 0 10px
    }
    .cart .order .table tr td {
        font-size: 14px
    }
    .cart .order .table tbody tr:first-child td {
        padding-top: 10px
    }
    .cart .order .table tbody tr td {
        padding: 6px 0
    }
    .cart .order .pay-btn {
        font-size: 16px;
        padding: 12px
    }
    .cart .order .coupons-code h6 {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 500
    }
    .cart .order .coupons-code .input-group {
        margin-bottom: 10px
    }
    .cart .order .coupons-code .input-group input {
        border-radius: 5px !important;
        border: 1px solid #d7d7d7;
        background-color: #f9f9f9;
        color: #494949;
        font-size: 16px
    }
    .cart .order .coupons-code .input-group input::placeholder {
        color: #494949
    }
    .cart .order .coupons-code .input-group .apply-btn {
        margin-left: 10px !important;
        background-color: #0461ab;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        min-width: 120px;
        border-radius: 5px !important
    }
    .cart .order .coupons-code .all-coupons {
        color: #0461ab;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none
    }
    .cart .order .wallet-balance .form-check .form-check-label {
        font-size: 16px;
        line-height: 37px
    }
    .cart .order .wallet-balance p {
        font-size: 24px
    }
    .cart .meas-btn {
        font-size: 16px;
        padding: 14px
    }
}

@media(max-width: 1024px) {
    .cart .order {
        margin-left: 40px
    }
    .cart .meas-btn {
        margin: 25px auto 0 95px
    }
    #orderSuccessful .modal-content .modal-body h1 {
        font-size: 34px;
        margin-bottom: 20px
    }
    #orderSuccessful .modal-content .modal-body i {
        color: #67ad5b;
        font-size: 44px;
        margin-bottom: 10px
    }
    #orderSuccessful .modal-content .modal-body p {
        font-size: 13px
    }
    #orderSuccessful .modal-content .modal-body .view-order {
        font-size: 14px;
        padding: 10px 30px;
        margin-bottom: 10px
    }
    #orderSuccessful .modal-content .modal-body .continue-shopping {
        font-size: 14px
    }
}

@media(max-width: 768px) {
    .cart .order {
        margin-left: 0px;
        margin-top: 20px
    }
    .cart .order::before {
        display: none
    }
    .cart .meas-btn {
        margin: 25px auto
    }
}

@media(max-width: 576px) {
    .cart {
        padding: 40px 0
    }
    .cart .order {
        padding: 15px 10px
    }
    .cart .order .order-list li .current {
        flex-wrap: wrap
    }
    .cart .order .order-list li .current .img-box {
        width: 100px
    }
    .cart .order .order-list li .current .info {
        padding: 0 0 0 10px;
        width: calc(100% - 100px)
    }
    .cart .order .order-list li .current .price-qty {
        flex-direction: row;
        width: 100%;
        margin-top: 20px
    }
    .cart .order .order-list li .current .price-qty .qty {
        max-width: 100px
    }
    .cart .meas-btn {
        margin: 15px auto 0;
        max-width: 100%
    }
}

.measurement {
    padding: 70px 0
}

.measurement h1 {
    font-size: 44px;
    color: #252525
}

.measurement .std-size-box>a {
    display: block;
    font-size: 16px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0 5px 5px 25px;
    background: #0461ab;
    color: #fff;
    text-decoration: none;
    min-width: 125px;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.measurement .strd-size {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 100%; */
}

.measurement .strd-size li a {
    display: block;
    font-size: 16px;
    color: #494949;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0 5px 5px
}

.measurement .strd-size li a.active {
    border-color: #0461ab;
    color: #0461ab;
}

.measurement .strd-size li a.size-chart {
    font-weight: 600;
    border-color: #0461ab;
    color: #0461ab;
    background-color: rgba(0, 0, 0, 0)
}

.measurement p {
    color: #252525;
    font-size: 14px
}

.measurement .meas {
    max-width: 900px;
    display: grid;
    grid-template-columns: 5fr 3fr 3fr 3fr;
    align-items: end;
    gap: 20px
}

.measurement .meas div {
    position: relative
}

.measurement .meas div:nth-child(2) .form-control,
.measurement .meas div:nth-child(3) .form-control {
    padding-right: 40px
}

.measurement .meas div label {
    display: block;
    margin: 0 0 7px 0;
    font-size: 15px;
    color: #000;
    font-weight: 500
}

.measurement .meas div .form-control {
    border-color: #d7d7d7;
    background: #f9f9f9;
    padding: 10px 15px;
    font-size: 15px;
    box-shadow: none
}

.measurement .meas div .form-control.ht-p {
    padding-right: 70px
}

.measurement .meas div .form-select {
    border: 0;
    padding: 10px;
    font-size: 15px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    width: 70px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 15px;
    color: #494949;
    z-index: 9
}

.measurement .meas div span {
    position: absolute;
    bottom: 11px;
    right: 15px;
    font-size: 15px;
    color: #494949
}

.measurement .meas div a {
    color: #0461ab;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px
}

.measurement .meas-items div .form-control {
    box-shadow: none
}

.measurement .meas-type h5 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase
}

.measurement .meas-type ul {
    margin-bottom: 20px
}

.measurement .meas-type ul li {
    line-height: 30px
}

.measurement .meas-type ul li a {
    color: #c6c2c2;
    font-size: 14px;
    text-transform: uppercase
}

.measurement .meas-type ul li a.active {
    color: #0461ab
}

.measurement .meas-type .img-box {
    margin-bottom: 30px
}

.measurement .meas-type .in-box {
    text-align: center
}

.measurement .meas-type .in-box label {
    color: #5c5b5b;
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 5px */
    text-align: left;
}

.measurement .meas-type .in-box .form-control {
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #f9f9f9;
    border-color: #f9f9f9;
    padding: 0;
    width: 40px;
    box-shadow: none;
    text-align: right;
}

.measurement .meas-type .video-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.measurement .meas-type .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%)
}

.measurement .meas-type .s-length {
    margin: 0 auto 30px;
    max-width: 120px
}

.measurement .meas-type .s-length label {
    color: #5c5b5b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

.measurement .meas-type .s-length .form-control {
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #f9f9f9;
    border-color: #d7d7d7;
    padding: 10px 15px
}

.measurement .meas-type .meas-box {
    display: grid;
    justify-content: center;
    /* grid-template-columns: 250px 250px calc(100% - 500px); */
    grid-template-columns: 250px 275px calc(100% - 585px);
    gap: 30px
}

.measurement .meas-type .meas-box .fit-box {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 30px 15px
}

.measurement .meas-type .meas-box .fit-box .bdy-meas {
    background-color: #fff;
    text-align: center;
    padding: 15px;
}

.measurement .meas-type .meas-box .fit-box .bdy-meas ul li p {
    margin: 0;
    font-size: 12px;
    color: #494949;
}

.measurement .meas-type .meas-box .fit-box .bdy-meas ul li .dots-icon {
    margin: 0 0 10px;
}

.measurement .meas-type .meas-box .fit-box .nav-tabs {
    border: 0;
    gap: 4px
}

.measurement .meas-type .meas-box .fit-box .nav-tabs .nav-item {
    width: calc(50% - 4px)
}

.measurement .meas-type .meas-box .fit-box .nav-tabs .nav-item .nav-link {
    padding: 5px 9px;
    border: 0;
    background-color: #f1f1f1;
    width: 100%;
    font-weight: 500;
    color: #000;
    border-radius: 6px
}

.measurement .meas-type .meas-box .fit-box .nav-tabs .nav-item .nav-link.active {
    background: #0461ab;
    color: #fff
}

.measurement .meas-type .meas-box .fit-box .tab-content ul {
    margin: 0 0 10px
}

.measurement .meas-type .meas-box .fit-box .tab-content ul li a {
    font-weight: 400;
    color: #494949;
    text-transform: none
}

.measurement .meas-type .meas-box .fit-box .tab-content ul li a.active {
    color: #0461ab;
    font-weight: 500
}

.measurement .meas-type .meas-box .img-box {
    text-align: center;
    margin: 0
}

.measurement .meas-type .meas-box .img-box img {
    max-height: 822px
}

.measurement .meas-type .meas-box .img-content .image-container {
    overflow-y: auto;
    max-height: 755px;
    padding-right: 20px
}

.measurement .meas-type .meas-box .image-container::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.measurement .meas-type .meas-box .image-container::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.measurement .meas-type .meas-box .image-container::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.measurement .meas-type .meas-box .img-content .imgs-box {
    position: relative;
    margin-bottom: 15px
}

.measurement .meas-type .meas-box .img-content .imgs-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.measurement .meas-type .meas-box .meas-items {
    overflow-y: auto;
    max-height: 822px;
    min-height: 822px;
    padding-right: 20px
}

.measurement .meas-type .meas-box .meas-items::-webkit-scrollbar-track,
.measurement .meas-type .meas-box .fit-box::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.measurement .meas-type .meas-box .meas-items::-webkit-scrollbar,
.measurement .meas-type .meas-box .fit-box::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f1f1
}

.measurement .meas-type .meas-box .meas-items::-webkit-scrollbar-thumb,
.measurement .meas-type .meas-box .fit-box::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.measurement .meas-type .meas-box .meas-items .in-box .flex-box {
    display: flex;
    align-items: end;
    gap: 10px
}

.measurement .meas-type .meas-box .meas-items .in-box .flex-box .box {
    display: flex;
    gap: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #f9f9f9;
    border-color: #d7d7d7;
    padding: 10px;
    width: 100%;
    justify-content: space-between;
}

.measurement .meas-type .meas-box .meas-items .in-box .flex-box .btn-box {
    display: flex;
    gap: 10px;
    margin-bottom: 8px
}

.measurement .meas-type .meas-box .meas-items .in-box .flex-box .btn-box a svg {
    fill: #D7D7D7
}

.measurement .meas-type .meas-box .meas-items .in-box .flex-box .btn-box a.active svg {
    fill: #0461ab
}

.measurement .meas-type .meas-box .meas-items .in-box .mb-3 {
    text-align: end;
}

.measurement .meas-type .meas-box .meas-items .in-box .meas-scale {
    color: #0461AB;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #0461AB;
    text-align: right;
    display: inline-block;
    padding: 1px 4px;
    font-weight: 500;
    margin: 0 70px 7px auto;
    max-width: 40px;
}

.measurement .back-btn,
.measurement .next-btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    min-width: 160px;
    border-radius: 4px;
    margin: 0 5px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.measurement .back-btn {
    background: #f1f1f1;
    color: #242424;
}

.measurement .back-btn:hover {
    background: #0461ab;
    color: #fff
}

.measurement .next-btn {
    background: #0461ab;
    color: #fff
}

.check_size .table thead tr th {
    border: 0;
    text-align: center
}

.check_size .table tbody tr td {
    border: 0;
    padding: 5px;
    vertical-align: middle
}

.check_size .table tbody tr td:first-child {
    color: #5c5b5b;
    font-size: 14px;
    font-weight: 500;
    width: 116px;
    padding-right: 10px
}

.check_size .table tbody tr td span {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 13px;
    border-color: rgba(122, 122, 122, .75);
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    display: inline-block
}

.measurmentDetail .modal-dialog {
    margin-right: 20px;
    width: 100%
}

.measurmentDetail .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.measurmentDetail .modal-dialog .modal-content .modal-body {
    padding: 30px
}

.measurmentDetail .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.measurmentDetail .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

.measurmentDetail .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

.measurmentDetail .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.measurmentDetail .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.measurmentDetail .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

.d-none-scale {
    display: none !important;
}

@media(max-width: 1536px) {
    .measurement h1 {
        font-size: 36px
    }
    .measurement p {
        font-size: 13px
    }
    .measurement .meas {
        gap: 15px
    }
    .measurement .meas div label {
        display: block;
        margin: 0 0 7px 0;
        font-size: 13px
    }
    .measurement .meas div .form-control {
        font-size: 13px
    }
    .measurement .meas div a {
        font-size: 12px
    }
    .measurement .meas div span {
        font-size: 13px
    }
    .measurement .meas-type h5 {
        font-size: 16px
    }
    .measurement .meas-type ul li {
        line-height: 25px
    }
    .measurement .meas-type ul li a {
        font-size: 13px
    }
    .measurement .meas-type .video-box a img {
        max-width: 70px
    }
    .measurement .meas-type .s-length label {
        display: block;
        margin: 0 0 7px 0;
        font-size: 13px
    }
    .measurement .meas-type .s-length .form-control {
        font-size: 13px
    }
    .measurement .back-btn,
    .measurement .next-btn {
        font-size: 14px;
        padding: 8px 30px
    }
}

@media(max-width: 1366px) {
    .measurmentDetail .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
    .measurmentDetail .modal-dialog .modal-content .modal-body .title h5 {
        font-size: 18px
    }
    .measurmentDetail .modal-dialog .modal-content .modal-body .title .btn-close {
        width: 20px;
        height: 20px
    }
}

@media(max-width: 1199px) {
    .measurement .std-size-box>a {
        position: relative;
    }
}

@media(max-width: 1024px) {
    .measurement .meas-type .meas-box {
        grid-template-columns: 220px 275px calc(100% - 535px);
        gap: 20px
    }
}

@media(max-width: 768px) {
    .measurement {
        padding: 70px 0 40px
    }
    .measurement .meas {
        grid-template-columns: 5fr 3fr 2fr 1.5fr 2fr
    }
    .measurement .meas-type .row .col-xl-4 {
        order: 1
    }
    .measurement .meas-type .row .col-xl-3 {
        order: 0
    }
    .measurement .meas-type .row .col-md-12 {
        order: 2
    }
    .measurement .meas-type .video-box a img {
        max-width: 50px
    }
    .measurement .meas-type .meas-box {
        grid-template-columns: 220px calc(100% - 240px);
        gap: 20px
    }
    .measurement .meas-type .meas-box .meas-items {
        overflow-y: auto;
        max-height: 260px;
        min-height: 260px;
        padding-right: 20px
    }
    .measurement .meas-type .meas-box .meas-items .in-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }
    .measurement .meas-type .meas-box .meas-items .in-box .mb-3 {
        margin-bottom: 0 !important
    }
    .measurement .meas-type .meas-box .img-content {
        grid-column: 1/span 2
    }
    .measurement .meas-type .meas-box .meas-items .in-box .flex-box .box {
        gap: 4px;
        font-size: 14px;
        padding: 10px 7px;
        width: 100%;
        justify-content: space-between;
    }
    .measurement .meas-type .in-box label {
        font-size: 12px;
    }
    .measurement .meas-type .in-box .form-control {
        font-size: 12px;
        width: 30px;
    }
    .measurement .meas-type .meas-box .fit-box {
        overflow-y: auto;
        max-height: 260px;
        min-height: 260px;
    }
    .d-none-scale {
        display: block !important;
    }
}

@media(max-width: 576px) {
    .measurement {
        padding: 40px 0
    }
    .measurement h1 {
        font-size: 30px
    }
    .measurement .meas {
        grid-template-columns: 1fr 1fr
    }
    .measurement .std-size-box {
        display: block;
        width: 100%;
    }
    .measurement .std-size-box>a {
        font-size: 14px;
        width: auto;
        max-width: 120px;
        margin: 0 auto;
        display: inline-block;
    }
    .measurement .std-size-box select {
        padding: 9px 20px;
        font-size: 14px;
    }
    .measurement .strd-size li a {
        font-size: 14px;
        margin: 0 2px 5px
    }
    .kind-of-order.meas-mt {
        padding: 30px 0 0
    }
    .measurement .meas-type .in-box label {
        color: #5c5b5b;
        font-size: 13px;
        font-weight: 600;
        /* margin-bottom: 5px */
    }
    .measurement .meas-type .meas-box {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .measurement .meas-type .meas-box .fit-box {
        padding: 20px 10px
    }
    .measurement .meas-type .meas-box .meas-items .in-box .flex-box {
        flex-wrap: wrap
    }
    .measurement .meas-type .meas-box .meas-items .in-box .flex-box .btn-box {
        width: 100%;
        justify-content: center
    }
    .measurement .meas-type .meas-box .img-content {
        grid-column: 1/span 1
    }
    .measurement .meas-type .meas-box .img-content .imgs-box a img {
        width: 40px
    }
    .measurmentDetail .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .measurement .meas-type .meas-box .meas-items .in-box .meas-scale {
        margin: 0 0 7px auto;
    }
}

.profile {
    padding: 40px 0 70px
}

.profile .box {
    display: flex
}

.profile .box .sideBar {
    border-radius: 4px;
    background: #023c6a;
    width: 300px;
    padding: 40px 25px;
    text-align: center
}

.profile .box .sideBar .info {
    border-bottom: 1px solid #5e5b5b
}

.profile .box .sideBar .info .img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 30px;
    position: relative
}

.profile .box .sideBar .info .img-box .camera-icon {
    cursor: pointer;
    background-color: #095da0;
    position: absolute;
    z-index: 99;
    color: #fff;
    width: 30px;
    height: 29px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%)
}

.profile .box .sideBar .info .img-box::before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px dashed #fff;
    width: 134px;
    height: 134px;
    border-radius: 50%
}

.profile .box .sideBar .info .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .box .sideBar .nav-list {
    padding: 20px 0 0;
    text-align: left
}

.profile .box .sideBar .nav-list ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 40px;
    display: flex
}

.profile .box .sideBar .nav-list ul li a.active {
    font-weight: 600
}

.profile .box .sideBar .nav-list ul li a img {
    margin-right: 15px;
    width: 22px
}

.profile .box .sideBar h5 {
    color: #fff;
    font-size: 20px
}

.profile .box .sideBar p {
    color: #fff;
    font-weight: 300
}

.profile .box .wrapper {
    width: 100%;
    max-width: calc(100% - 300px);
    padding: 40px 0 40px 40px
}

.profile .box .wrapper .tab-pane .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px
}

.profile .box .wrapper .tab-pane .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.profile .box .wrapper .tab-pane .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.profile .box .wrapper .tab-pane .title h5 span {
    color: #0461ab
}

.profile .box .wrapper .tab-pane .title .form-select {
    border-color: #303030;
    /* max-width: 150px; */
    max-width: 200px;
    box-shadow: none;
    padding: 10px 15px
}

.profile .box .wrapper .tab-pane label {
    font-size: 16px;
    display: block;
    margin-bottom: 6px
}

.profile .box .wrapper .tab-pane .form-control,
.profile .box .wrapper .tab-pane .form-select {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    border-color: rgba(122, 122, 122, .75);
    background-color: #f7f7f7;
    box-shadow: none
}

.profile .box .wrapper .tab-pane .form-control:disabled,
.profile .box .wrapper .tab-pane .form-select:disabled {
    color: rgba(0, 0, 0, .5)
}

.profile .box .wrapper .tab-pane .form-check-input {
    border-radius: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    color: 16px;
    box-shadow: none
}

.profile .box .wrapper .tab-pane .form-check-input:checked {
    background-color: #0461ab;
    border-color: #0461ab
}

.profile .box .wrapper .tab-pane .edit-btn {
    border: 1px solid #023c6a;
    padding: 12px 40px;
    color: #034579;
    margin-top: 30px;
    transition: all .2s ease-in-out;
    min-width: 170px
}

.profile .box .wrapper .tab-pane .edit-btn:hover {
    background-color: #023c6a;
    color: #fff
}

.profile .box .wrapper .tab-pane .save-btn {
    border: 1px solid #023c6a;
    padding: 12px 40px;
    color: #fff;
    margin-top: 30px;
    background: #023c6a;
    min-width: 170px;
    transition: all .2s ease-in-out
}

.profile .box .wrapper .tab-pane .save-btn:hover {
    background-color: #fff;
    color: #023c6a
}

.profile .box .wrapper .tab-pane .order-list>li {
    margin-bottom: 20px
}

.profile .box .wrapper .tab-pane .order-list>li .box {
    border: 1px solid #f4f1f1;
    background: #f9f6f6;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
    position: relative
}

.profile .box .wrapper .tab-pane .order-list>li .box .wishList {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px
}

.profile .box .wrapper .tab-pane .order-list>li .box .wishList img {
    width: 26px
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown {
    position: absolute;
    top: 5px;
    right: 10px
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-toggle {
    border: 0;
    color: #0461ab;
    font-size: 20px
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-toggle::after {
    display: none
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-menu {
    padding: 0;
    min-width: auto;
    overflow: hidden;
    /* transform: translate(0px, 34px) !important */
    right: 0;
    top: 40px;
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-menu.show,
.profile .box .wrapper .tab-pane .order-list>li .box .dropdown:hover>.dropdown-menu.show {
    padding: 0;
    min-width: auto;
    overflow: hidden;
    /* transform: translate(0px, 34px) !important */
    right: 0;
    inset: 30px 0px auto auto !important;
    transform: none !important;
    display: block !important;
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-toggle i {
    position: static;
}

.profile .box .wrapper .tab-pane .order-list>li .box .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    background-color: #0461ab;
    color: #fff;
    font-size: 14px
}

.profile .box .wrapper .tab-pane .order-list>li .box:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.profile .box .wrapper .tab-pane .order-list>li .box .img-box {
    width: 120px;
    min-width: 120px;
    cursor: pointer;
}

.profile .box .wrapper .tab-pane .order-list>li .box .img-box img {
    width: 100%
}

.profile .box .wrapper .tab-pane .order-list>li .box .info {
    width: 100%;
    padding: 0 20px
}

.profile .box .wrapper .tab-pane .order-list>li .box .info p {
    color: #828282;
    margin: 0
}

.profile .box .wrapper .tab-pane .order-list>li .box .info h4 {
    font-size: 16px;
    color: #212121;
    margin: 7px 0 10px;
    /* cursor: pointer */
}

.profile .box .wrapper .tab-pane .order-list>li .box .info span {
    color: #0461ab;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px
}

.profile .box .wrapper .tab-pane .order-list>li .box .status {
    min-width: 180px;
    width: 180px
}

.profile .box .wrapper .tab-pane .order-list>li .box .status h6 {
    color: #212121;
    font-size: 14px;
    margin: 0;
    position: relative
}

.profile .box .wrapper .tab-pane .order-list>li .box .status h6::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 0px
}

.profile .box .wrapper .tab-pane .order-list>li .box .status h6.delivered::before {
    background-color: #197b00
}

.profile .box .wrapper .tab-pane .order-list>li .box .status h6.pending::before {
    background-color: #fc9347
}

.profile .box .wrapper .tab-pane .order-list>li .box .status h6 span {
    display: inline-block;
    margin-right: 10px
}

.profile .box .wrapper .tab-pane .order-list>li .box .status p {
    color: #828282;
    font-size: 12px;
    margin: 4px 0 10px
}

.profile .box .wrapper .tab-pane .order-list>li .box .status a {
    color: #034579;
    text-decoration: underline
}

.profile .box .wrapper .tab-pane .address-list>li {
    margin-bottom: 20px
}

.profile .box .wrapper .tab-pane .address-list>li .box {
    border: 1px solid #f4f1f1;
    background: #f9f6f6;
    padding: 25px;
    border-radius: 7px;
    transition: all .2s ease-in-out;
    position: relative;
    display: block
}

.profile .box .wrapper .tab-pane .address-list>li .box .fa-circle-check {
    color: #0461ab;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown {
    position: absolute;
    top: 25px;
    right: 10px
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown .dropdown-toggle {
    border: 0;
    color: #0461ab;
    font-size: 20px
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown .dropdown-toggle::after {
    display: none
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown .dropdown-menu {
    padding: 0;
    min-width: auto;
    overflow: hidden;
    transform: translate(0px, 40px) !important
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    background-color: #0461ab;
    color: #fff;
    font-size: 14px
}

.profile .box .wrapper .tab-pane .address-list>li .box:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.profile .box .wrapper .tab-pane .address-list>li .box h5 {
    font-size: 16px;
    color: #212121
}

.profile .box .wrapper .tab-pane .address-list>li .box p {
    color: #212121
}

.profile .box .wrapper .tab-pane .address-list>li .box p:last-child {
    margin: 0
}

.profile .box .wrapper .tab-pane .balance {
    background-color: #f6f6f6;
    text-align: center;
    display: inline-block;
    padding: 20px 60px;
    margin-bottom: 30px
}

.profile .box .wrapper .tab-pane .balance img {
    width: 70px;
    margin-bottom: 10px
}

.profile .box .wrapper .tab-pane .balance h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600
}

.profile .box .wrapper .tab-pane .balance p {
    color: #000;
    font-size: 20px;
    margin: 0
}

.profile .box .wrapper .tab-pane#wishlist ul li {
    border-radius: 7px;
    background-color: #f9f6f6;
    padding: 20px 30px;
    margin-bottom: 10px
}

.profile .box .wrapper .tab-pane#wishlist ul li span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block
}

.profile .box .wrapper .tab-pane#wishlist ul li span.plus {
    color: #f61818
}

.profile .box .wrapper .tab-pane#wishlist ul li span.loss {
    color: #2f9c00
}

.profile .box .wrapper .tab-pane#wishlist ul li p {
    font-size: 14px;
    color: #212121;
    margin: 0
}

.profile .box .wrapper .tab-pane#wishlist ul li:last-child {
    margin: 0
}

#orderDetail .modal-dialog {
    margin-right: 20px;
    max-width: 600px;
    width: 100%
}

#orderDetail .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

#orderDetail .modal-dialog .modal-content .modal-body {
    padding: 30px
}

#orderDetail .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

#orderDetail .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

#orderDetail .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

#orderDetail .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

#orderDetail .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

#orderDetail .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list {
    margin-bottom: 30px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li {
    margin-bottom: 10px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box {
    border: 1px solid #f4f1f1;
    background: #f9f6f6;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
    position: relative
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .img-box {
    width: 90px;
    min-width: 90px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .img-box img {
    width: 100%
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info {
    width: 100%;
    padding: 0 20px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info p {
    color: #828282;
    margin: 0
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info h4 {
    font-size: 16px;
    color: #212121;
    margin: 7px 0 10px;
    cursor: pointer
}

#orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info span {
    color: #0461ab;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px
}

#orderDetail .modal-dialog .modal-content .modal-body h5 {
    font-size: 18px;
    color: #000;
    margin: 0 0 15px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li:last-child {
    margin-bottom: 0px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li:last-child::before {
    display: none
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    height: 100%;
    border-left: 1px dashed #000
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li img {
    position: absolute;
    width: 18px;
    left: 0
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li h6 {
    font-size: 16px;
    color: #212121;
    margin-bottom: 10px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li p {
    margin: 0;
    color: #828282;
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px
}

#orderDetail .modal-dialog .modal-content .modal-body .order-info li p img {
    left: 0;
    top: 7px;
    width: 12px;
    position: absolute
}

#orderDetail .modal-dialog .modal-content .modal-body .return {
    color: #0461ab;
    font-size: 14px;
    font-weight: 600
}

#orderDetail .modal-dialog .modal-content .modal-body .address-box h6 {
    color: #3a3a3a;
    font-size: 15px
}

#orderDetail .modal-dialog .modal-content .modal-body .address-box p {
    font-size: 14px;
    color: #828282
}

#orderDetail .modal-dialog .modal-content .modal-body .download-invoice {
    background: #0461ab;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    border: 0;
    padding: 12px;
    max-width: 240px;
    width: 100%;
    margin-top: 30px
}

.rating .modal-dialog {
    max-width: 600px;
    width: 100%
}

.rating .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.rating .modal-dialog .modal-content .modal-body {
    padding: 30px
}

.rating .modal-dialog .modal-content .modal-body .btn-close {
    background: #0461ab;
    opacity: 1;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.rating .modal-dialog .modal-content .modal-body .btn-close img {
    width: 100%;
    padding: 4px
}

.rating .modal-dialog .modal-content .modal-body .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

.rating .modal-dialog .modal-content .modal-body .title::before {
    content: "";
    height: 3px;
    background: #0461ab;
    width: 80px;
    position: absolute;
    bottom: -2px
}

.rating .modal-dialog .modal-content .modal-body .title h5 {
    font-size: 20px;
    color: #212121;
    margin: 0
}

.rating .modal-dialog .modal-content .modal-body .title h5 span {
    color: #0461ab
}

.rating .modal-dialog .modal-content .modal-body label {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 7px
}

.rating .modal-dialog .modal-content .modal-body .pro-data {
    border: 1px solid #f4f1f1;
    background: #f9f6f6;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center
}

.rating .modal-dialog .modal-content .modal-body .pro-data .img-box {
    width: 90px;
    min-width: 90px
}

.rating .modal-dialog .modal-content .modal-body .pro-data .img-box img {
    width: 100%
}

.rating .modal-dialog .modal-content .modal-body .pro-data .info {
    width: 100%;
    padding: 0 20px
}

.rating .modal-dialog .modal-content .modal-body .pro-data .info p {
    color: #828282;
    margin: 0
}

.rating .modal-dialog .modal-content .modal-body .pro-data .info h4 {
    font-size: 16px;
    color: #212121;
    margin: 7px 0 10px
}

.rating .modal-dialog .modal-content .modal-body .pro-data .info span {
    color: #0461ab;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 7px
}

.rating .modal-dialog .modal-content .modal-body textarea {
    background-color: #f9f9f9;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    min-height: 130px;
    resize: none
}

.rating .modal-dialog .modal-content .modal-body .upload-img {
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    height: 80px;
    width: 90px;
    cursor: pointer;
    overflow: hidden;
}

.rating .modal-dialog .modal-content .modal-body .upload-img img {
    height: 80px;
    width: 90px;
    object-fit: cover;
    object-position: center;
}

.rating .modal-dialog .modal-content .modal-body .sub-review {
    margin-top: 30px;
    background-color: #0461ab;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px
}

.rating .ratingW {
    position: relative;
    margin: 10px 0 0
}

.rating .ratingW li {
    display: inline-block;
    margin: 0px
}

.rating .ratingW li a {
    display: block;
    position: relative
}

.rating .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .7em solid #ddd;
    border-left: .3em solid rgba(0, 0, 0, 0);
    font-size: 18px
}

.rating .star:before,
.rating .star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid rgba(0, 0, 0, 0);
    border-bottom: .7em solid #ddd;
    border-left: 1em solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.rating .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

.rating .ratingW li.on .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .7em solid #fc0;
    border-left: .3em solid rgba(0, 0, 0, 0);
    font-size: 18px
}

.rating .ratingW li.on .star:before,
.rating .ratingW li.on .star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid rgba(0, 0, 0, 0);
    border-bottom: .7em solid #fc0;
    border-left: 1em solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.rating .ratingW li.on .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}

@media(max-width: 1536px) {
    .profile .box .wrapper .tab-pane .title {
        margin-bottom: 25px
    }
    .profile .box .wrapper .tab-pane .title h5 {
        font-size: 18px
    }
    .profile .box .wrapper .tab-pane label {
        font-size: 14px
    }
    .profile .box .wrapper .tab-pane .form-control,
    .profile .box .wrapper .tab-pane .form-select {
        font-size: 14px;
        padding: 10px 15px
    }
    .profile .box .wrapper .tab-pane .edit-btn,
    .profile .box .wrapper .tab-pane .save-btn {
        font-size: 14px;
        padding: 12px 20px 10px;
        margin-top: 10px;
        min-width: 150px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info h4 {
        font-size: 15px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info p {
        font-size: 13px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info span {
        font-size: 14px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status {
        min-width: 165px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status h6 {
        color: #212121;
        font-size: 13px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status h6::before {
        width: 10px;
        height: 10px;
        left: -17px;
        top: 3px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status p {
        font-size: 11px
    }
    .profile .box .wrapper .tab-pane .address-list>li .box {
        padding: 20px
    }
    .profile .box .wrapper .tab-pane .address-list>li .box h5 {
        font-size: 14px
    }
    .profile .box .wrapper .tab-pane .address-list>li .box p {
        font-size: 13px
    }
}

@media(max-width: 1366px) {
    .profile .box .sideBar {
        width: 240px
    }
    .profile .box .sideBar .info .img-box {
        width: 100px;
        height: 100px
    }
    .profile .box .sideBar .info .img-box::before {
        width: 114px;
        height: 114px
    }
    .profile .box .sideBar .info .img-box img {
        width: 100px;
        height: 100px
    }
    .profile .box .sideBar .info h5 {
        font-size: 18px
    }
    .profile .box .sideBar .info p {
        font-size: 13ppx
    }
    .profile .box .sideBar .nav-list ul li {
        margin-bottom: 10px
    }
    .profile .box .sideBar .nav-list ul li a {
        color: #fff;
        font-size: 13px;
        line-height: 28px
    }
    .profile .box .sideBar .nav-list ul li a img {
        margin-right: 10px;
        width: 18px
    }
    .profile .box .wrapper {
        padding: 20px 0 20px 20px;
        max-width: calc(100% - 240px)
    }
    .rating .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
    .rating .modal-dialog .modal-content .modal-body .title h5 {
        font-size: 18px
    }
    .rating .modal-dialog .modal-content .modal-body .title .btn-close {
        width: 20px;
        height: 20px
    }
    #orderDetail .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .title h5 {
        font-size: 18px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .title .btn-close {
        width: 20px;
        height: 20px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info p {
        font-size: 13px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info h4 {
        font-size: 14px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-list>li .box .info span {
        font-size: 14px
    }
    #orderDetail .modal-dialog .modal-content .modal-body h5 {
        font-size: 16px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-info li::before {
        top: 18px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-info li h6 {
        font-size: 14px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-info li p {
        font-size: 13px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-info li p img {
        top: 5px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .order-info li img {
        width: 16px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .return {
        font-size: 13px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .address-box h6 {
        font-size: 14px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .address-box p {
        font-size: 13px;
        margin-bottom: 10px
    }
    #orderDetail .modal-dialog .modal-content .modal-body .download-invoice {
        font-size: 16px;
        font-weight: 500;
        padding: 10px;
        max-width: 220px;
        margin-top: 20px
    }
}

@media(max-width: 1024px) {
    .profile .box .sideBar {
        width: 240px
    }
    .profile .box .wrapper {
        max-width: calc(100% - 240px)
    }
    .subscribe .subs .inner {
        flex-wrap: wrap;
    }
}

@media(max-width: 768px) {
    .profile .box .wrapper .tab-pane .order-list>li {
        margin-bottom: 10px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box {
        flex-wrap: wrap;
        align-items: start
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .img-box {
        min-width: 100px;
        width: 100px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info {
        max-width: calc(100% - 100px)
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info h4 {
        margin: 5px 0 5px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info span {
        margin-top: 5px
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status {
        min-width: 165px;
        width: calc(100% - 135px);
        margin-left: auto
    }
    .profile .box .wrapper .tab-pane .address-list>li {
        margin-bottom: 10px
    }
}

@media(max-width: 576px) {
    .profile {
        padding: 40px 0
    }
    .profile .box {
        display: block
    }
    .profile .box .sideBar {
        width: 100%;
        padding: 30px 20px 15px
    }
    .profile .box .wrapper {
        padding: 20px 0 0;
        max-width: 100%
    }
    .profile .box .wrapper .mb-5 {
        margin-bottom: 1.5rem !important
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .img-box {
        width: 100%
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .img-box img {
        width: 100px;
        margin: 0 auto 20px;
        display: block
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .info {
        max-width: 100%;
        padding: 0
    }
    .profile .box .wrapper .tab-pane .order-list>li .box .status {
        min-width: auto;
        width: 100%;
        padding: 15px 0 0 15px
    }
    .profile .box .wrapper .tab-pane .edit-btn,
    .profile .box .wrapper .tab-pane .save-btn {
        font-size: 14px;
        margin-top: 10px;
        min-width: 135px
    }
    .rating .modal-dialog {
        width: auto;
        margin-right: 7px
    }
    .rating .modal-dialog .modal-content .modal-body .pro-data {
        padding: 10px;
        flex-wrap: wrap;
        align-items: start
    }
    .rating .modal-dialog .modal-content .modal-body .pro-data .img-box {
        min-width: 100px;
        width: 100px;
        margin: 0 auto 20px
    }
    .rating .modal-dialog .modal-content .modal-body .pro-data .info {
        max-width: 100%;
        padding: 0
    }
    .rating .modal-dialog .modal-content .modal-body .pro-data .info h4 {
        margin: 5px 0 5px
    }
    .rating .modal-dialog .modal-content .modal-body .pro-data .info span {
        margin-top: 5px
    }
    .rating .modal-dialog .modal-content .modal-body textarea {
        min-height: 100px
    }
    .rating .modal-dialog .modal-content .modal-body .sub-review {
        margin-top: 20px
    }
    .rating .ratingW li.on .star,
    .rating .star {
        font-size: 16px
    }
    #orderDetail .modal-dialog {
        width: auto;
        margin-right: 7px
    }
}

.closeFilter {
    background-color: #236ba5;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}

.closeFilter img {
    padding: 10px;
}

@media(max-width: 1499px) {
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box ul {
        grid-template-columns: repeat(2, calc(50% - 12px));
    }
}

@media(max-width: 576px) {
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box>div {
        width: 100%;
        text-align: left !important;
    }
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h5,
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box h6 {
        margin-bottom: 7px;
    }
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box .title-box>div {
        width: 100%;
        text-align: left !important;
    }
    .fabric .proInfo .fab-slider .fabSlider .infos .info-box {
        padding: 20px;
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        overflow: auto;
        height: calc(100% - 40px);
    }
}

.fabric .proInfo .fab-slider .fabSlider .imgs-box {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.fabric .proInfo .fab-slider .fabSlider .imgs-box img {
    width: auto;
    max-height: 990px;
    /* position: absolute; */
}

.fabric .proInfo .fab-slider .fabSlider .infos img {
    object-fit: cover;
    width: 100%;
    max-height: 990px;
}

.filter .openFilter {
    position: relative;
}

.filter .openFilter count {
    position: absolute;
    background: #0461ab;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    top: -12px;
    right: -8px;
}

.select2-container,
.select2-selection {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0461ab !important;
}

.select2-container--default .select2-selection--single {
    border-color: rgba(122, 122, 122, .75) !important;
    border-radius: 0.375rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 6px !important;
}

.select2-container {
    font-size: 16px;
    font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

#add-address-form .iti__selected-flag {
    height: 49px !important;
}

.fabDetail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.fabDetail img {
    /* max-height: 520px; */
    transition: all .2s ease-in-out;
}

.fabDetail img:hover {
    transform: scale(1.05);
}

.getDetail b {
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}

@media(max-width: 1024px) {
    .fabDetail {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .fabDetail {
        margin-top: 20px;
    }
}

.kind-of-order #faqAccordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px 10px;
    overflow: hidden;
}

.kind-of-order #faqAccordion .accordion-item .accordion-button {
    box-shadow: none;
    /* background-color: #236ba5; */
    background-color: #66AADD;
    color: #fff;
    padding-right: 45px;
}

.kind-of-order #faqAccordion .accordion-item .accordion-collapse {
    border-color: #03467a;
    transition: all .1s ease-in-out;
}

.kind-of-order #faqAccordion .accordion-item .accordion-button::after {
    display: none;
}

.kind-of-order #faqAccordion .accordion-item .accordion-button span {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-180deg);
    /* use space, not comma */
    background-color: #fff;
    color: #236ba5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
}

.kind-of-order #faqAccordion .accordion-item .accordion-button.collapsed span {
    transform: translateY(-50%) rotate(0deg);
    /* rotate correctly */
}

.kind-of-order #faqAccordion .accordion-item .accordion-body p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #5e84a1;
}