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

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

.banner .titleBox p a {
    color: #fff;
    color: #ffc700;
    text-decoration: none;
}

.category .pro .catSlider .swiper-wrapper .box .content h3 {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.category .pro .catSlider .swiper-wrapper .box .content p {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    white-space: normal;
    transition: all .2s ease-in-out;
}

.category .pro .catSlider .swiper-wrapper .box .content a {
    display: inline-block;
    background-color: #0461ab;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    transition: all .3s ease-in-out;
}

.category .pro .catSlider .swiper-wrapper .box .content a:hover {
    background-color: #03467a;
}

@media (max-width: 1366px) {
    .banner .titleBox .banner-btn {
        font-size: 14px;
        font-weight: 400;
        padding: 6px 25px;
    }
}

@media (max-width: 576px) {
    .banner .titleBox .banner-btn {
        font-size: 13px;
        padding: 6px 15px;
    }
}

.faq-banner .container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.faq-banner .text-box {
    position: relative;
}

/* --------------------------------- */


@media (min-width: 1025px) {
    .testimonial-list .test-grid .box.dark {
        /* border-color: #03467a;
        background-color: #03467a */

        border-color: #66AADD;
        background-color: #66AADD
    }

    .testimonial-list .test-grid .box.dark p {
        color: #fff;
    }

    .testimonial-list .test-grid .box.dark .quoteBox svg {
        fill: #fff
    }

    .testimonial-list .test-grid .box.dark .quoteBox p {
        color: #fff
    }

    .testimonial-list .test-grid .box.dark .user-info {
        display: flex;
        align-items: center
    }

    .testimonial-list .test-grid .box.dark .user-info .img-box {
        border: 3px solid #fff
    }

    .testimonial-list .test-grid .box.dark .user-info .info h5 {
        color: #fff
    }

    .testimonial-list .test-grid .box.dark .user-info .info p {
        color: #c5e9fb
    }
}


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

.testimonial-list>img {
    position: absolute
}

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

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

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

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

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

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

.testimonial-list .box {
    background-color: #fbfafa;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 35px 20px;
    transition: all .3s ease-in-out
}

.testimonial-list .test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-list .box .quoteBox {
    position: relative;
    padding: 30px 25px
}

.testimonial-list .box .quoteBox svg {
    fill: #e1e8f1;
    width: 20px;
    position: absolute
}


.testimonial-list .box .quoteBox svg.tq {
    top: 0
}

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

.testimonial-list .box .quoteBox p {
    font-size: 20px;
    color: #5e84a1;
    transition: all .3s ease-in-out;
    margin: 0;
    min-height: 150px;
}

.testimonial-list .box .user-info {
    display: flex;
    align-items: center
}

.testimonial-list .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-list .box .user-info .img-box img {
    /* width: 60px; */
    height: 85px
}

.testimonial-list .box .user-info .info .rating {
    margin-top: 5px;
}

.testimonial-list .box .user-info .info .rating img {
    width: 20px;
}

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

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

.testimonial .btn-testimonial {
    display: inline-block;
    background-color: #0461ab;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.9px;
    border-radius: 5px;
    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;
}

.testimonial-list .btn-more {
    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-top: 60px;
    transition: all .3s ease-in-out;
}

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

@media (max-width: 1366px) {
    .testimonial-list .box .user-info .img-box {
        border: 2px solid #fbfafa
    }

    .testimonial-list .box {
        padding: 30px 15px
    }

    .testimonial-list .box .quoteBox {
        padding: 30px 15px
    }

    .testimonial-list .box .quoteBox p {
        font-size: 15px;
        min-height: 115px;
    }

    .testimonial-list .test-grid .box .user-info .info h5 {
        font-size: 15px;
        margin: 0 0 3px
    }

    .testimonial-list .test-grid .box .user-info .info p {
        font-size: 13px;
        margin: 3px 0 0
    }
}

@media (max-width: 1024px) {
    .testimonial-list {
        padding: 60px 0px;
    }

    .testimonial-list .test-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-list .test-grid .box:nth-child(even) {
        border-color: #03467a;
        background-color: #03467a
    }

    .testimonial-list .test-grid .box:nth-child(even) p {
        color: #fff;
    }

    .testimonial-list .test-grid .box:nth-child(even) .quoteBox svg {
        fill: #fff
    }

    .testimonial-list .test-grid .box:nth-child(even) .quoteBox p {
        color: #fff
    }

    .testimonial-list .test-grid .box:nth-child(even) .user-info {
        display: flex;
        align-items: center
    }

    .testimonial-list .test-grid .box:nth-child(even) .user-info .img-box {
        border: 3px solid #fff
    }

    .testimonial-list .test-grid .box:nth-child(even) .user-info .info h5 {
        color: #fff
    }

    .testimonial-list .test-grid .box:nth-child(even) .user-info .info p {
        color: #c5e9fb
    }
}

@media (max-width: 576px) {

    .testimonial-list .test-grid .box .quoteBox p {
        min-height: auto;
    }

    .testimonial-list {
        padding: 40px 0px;
    }

    .testimonial-list .test-grid {
        grid-template-columns: 1fr;
    }
}

.Customise_your_products .flexCustomize {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 20px 20px 0;
    height: 100%;
}

.Customise_your_products .flexCustomize .head-customize {
    text-align: center;
}

.Customise_your_products .flexCustomize .head-customize img {
    width: 70px;
    margin-bottom: 15px;
}

.Customise_your_products .flexCustomize .head-customize h5 {
    margin-bottom: 25px;
    color: #236ba5;
}

.Customise_your_products .scroll-y {
    max-height: 565px;
    overflow-y: scroll;
    padding-right: 10px;
}

.Customise_your_products .scroll-y::-webkit-scrollbar-track {
    background-color: #f4f1f1
}

.Customise_your_products .scroll-y::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f1f1
}

.Customise_your_products .scroll-y::-webkit-scrollbar-thumb {
    background-color: #236ba5
}

.Customise_your_products .fabric-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.Customise_your_products .fabric-lists li img {
    width: 100%;
}

.Customise_your_products .style-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.Customise_your_products .style-lists.style-single {
    grid-template-columns: 1fr;

}

.Customise_your_products .style-lists li .img-box {
    padding: 10px;
    border: 2px solid rgba(0, 0, 0, .1);
    background-color: #fff;
}

.Customise_your_products .style-lists li img {
    width: 100%;
}

.Customise_your_products .titleBox {
    padding: 20px 0;
}

.Customise_your_products .titleBox p {
    font-size: 16px;
    /* font-weight: 500; */
    color: #000;
    margin-bottom: 0;
}

.Customise_your_products .titleBox p:first-child {
    font-size: 16px;
    color: rgba(143, 143, 143, 1);
    margin-bottom: 10px;
}

.Customise_your_products .scroll-y h5 {
    font-weight: 400;
    font-size: 17px;
}

.Customise_your_products .style-single li .img-box {
    padding: 10px;
    border: 0;
    background-color: #fff;
    text-align: center;
}

.Customise_your_products .style-single li .img-box img {
    width: 180px;
}

.customise .col-xxl-4 .img-box {
    max-height: 824px;
    overflow: hidden;
}

.customise .col-xxl-4>.img-box img {
    object-fit: cover;
    height: 824px;
}

@media (max-width: 1600px) {
    .customise .col-xxl-4 .img-box {
        max-height: 812px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 812px;
    }
}

@media (max-width: 1536px) {
    .Customise_your_products .flexCustomize .head-customize img {
        width: 55px;
        margin-bottom: 10px;
    }

    .Customise_your_products .flexCustomize .head-customize h5 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .Customise_your_products .scroll-y {
        max-height: 430px;
    }

    .Customise_your_products .scroll-y h5 {
        font-size: 15px;
    }

    .Customise_your_products .titleBox {
        padding: 15px 0;
    }

    .Customise_your_products .titleBox p {
        font-size: 15px;
    }

    .Customise_your_products .titleBox p:first-child {
        margin-bottom: 5px;
    }

    .Customise_your_products .style-single li .img-box img {
        width: 130px;
    }

    .customise .col-xxl-4 .img-box {
        max-height: 643px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 643px;
    }
}

@media(max-width: 1440px) {
    .customise .col-xxl-4 .img-box {
        max-height: 636px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 636px;
    }
}

@media (max-width: 1366px) {
    .Customise_your_products .flexCustomize {
        padding: 10px 10px 0;
    }

    .Customise_your_products .scroll-y {
        max-height: 360px;
    }

    .Customise_your_products .fabric-lists {
        gap: 5px;
    }

    .Customise_your_products .style-lists {
        gap: 5px;
    }

    .Customise_your_products .style-single li .img-box img {
        width: 105px;
    }

    .customise .col-xxl-4 .img-box {
        max-height: 570px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 570px;
    }
}

@media (max-width: 1199px) {
    .Customise_your_products .scroll-y {
        max-height: 300px;
    }

    .Customise_your_products .titleBox {
        padding: 10px 0;
    }

    .customise .col-xxl-4 .img-box {
        max-height: 500px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .Customise_your_products .scroll-y {
        max-height: 235px;
    }

    .Customise_your_products .flexCustomize .head-customize img {
        width: 40px;
        margin-bottom: 7px;
    }

    .Customise_your_products .flexCustomize .head-customize h5 {
        font-size: 15px;
    }

    .Customise_your_products .titleBox p,
    .Customise_your_products .scroll-y h5 {
        font-size: 14px;
    }

    .Customise_your_products .style-lists li .img-box {
        padding: 4px;
    }

    .customise .col-xxl-4 .img-box {
        max-height: 414px;
    }

    .customise .col-xxl-4>.img-box img {
        height: 414px;
    }
}

@media (max-width: 768px) {
    .Customise_your_products {
        margin-bottom: 30px;
    }

    .Customise_your_products .scroll-y {
        max-height: 325px;
    }

    .customise .container-fluid>.row {
        flex-direction: column-reverse;
    }

    .customise .col-xxl-4 .img-box {
        max-height: 100%;
    }

    .customise .col-xxl-4>.img-box img {
        height: 100%;
    }
}

@media (max-width: 576px) {
    .Customise_your_products .flexCustomize {
        margin-bottom: 15px;
        height: auto;
    }

    .Customise_your_products .scroll-y {
        max-height: inherit;
    }

    .Customise_your_products {
        margin-bottom: 0px;
    }

    .Customise_your_products .style-lists.style-single {
        grid-template-columns: 1fr 1fr;
    }
}

#profile-form .change-email {
    position: relative;
}

#profile-form .change-email .edit-email {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.changeEmailModal .send-otp {
    background-color: #0461ab;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.9px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    margin: 0px 0 20px;
    transition: all .3s ease-in-out;
}

.changeEmailModal .send-otp:hover {
    background-color: #03467a;
}

.changeEmailModal .otp-input {
    gap: 10px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 50px);
}

.changeEmailModal .resendCode p a {
    color: #0461ab;
    text-decoration: none;
    font-weight: 500;
}

.changeEmailModal .otp-input input {
    text-align: center;
}



.profile .box .wrapper .tab-pane .address-list>li .box .dropdown .dropdown-menu.show,
.profile .box .wrapper .tab-pane .address-list>li .box .dropdown:hover>.dropdown-menu.show {
    padding: 0;
    right: 0;
    inset: 30px 0px auto auto !important;
    transform: none !important;
    display: block !important;
}

.profile .box .wrapper .tab-pane .address-list>li .box .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.td-width {
    min-width: 100px;
}

.measurmentDetail .nav-tabs {
    border: 0;
    gap: 4px;
    position: relative;
}

/* .measurmentDetail .nav-tabs .nav-item {
    min-width: 150px;
} */

.measurmentDetail .nav-tabs .nav-item .nav-link {
    padding: 8px 25px;
    border: 0;
    background-color: #f1f1f1;
    width: 100%;
    font-weight: 500;
    color: #000;
    border-radius: 6px
}

.measurmentDetail .nav-tabs .nav-item .nav-link.active {
    background: #0461ab;
    color: #fff
}

.measurmentDetail .tab-content ul {
    margin: 0 0 10px
}

.measurmentDetail .tab-content ul li a {
    font-weight: 400;
    color: #494949;
    text-transform: none
}

.measurmentDetail .tab-content ul li a.active {
    color: #0461ab;
    font-weight: 500
}

.measurement .strd-size li a {
    font-size: 12px;
}

.measurement .std-size-box {
    align-items: center;
}