*{
    font-family: 'Martel Sans', sans-serif ;
}
.banner-section{
    background-image: url("../images/03-Range-with-background.webp");
    background-size: cover;
    background-position: left bottom;
}
.navbar-brand img{
    max-width: 200px;
}
.navbar{
    margin-bottom: 0 !important;
}
.card-blur{
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 6px;
    border: 2px solid rgba(209, 213, 219, 0.3);
    padding: 20px;
}
.btn-primary{
    /*background-color: #002c5f;*/
    padding: 5px 26px;
    border-color: #002c5f;
    align-items: center;
    line-height: 1.5;
}

.myslider {
    height: auto;
    width: 1200px;
    margin: 10px auto;
}
.myslider .item {
    height: auto;
    width: 100%;
    background: #fff;
}
.myslider .item img {
    height: auto;
    width: 100%;
}
.owl-dots .owl-dot {
    margin: 0px 5px;
}
.owl-dots .owl-dot button {
    background: #fff;
    border: none;
    padding: 0;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
}
.owl-dots .owl-dot button:focus {
    outline: none;
}
.owl-dots .owl-dot.active button {
    color: #000000;
}
.color-sec .colors span{
    border: 1px solid gray;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    margin-right: 3px;
    width: 26px;
}

.icon-box-sec .icon-img{
    max-width: 40px;
}
.price-sec{
    margin-bottom: 30px;
}
.price-sec .price{
    font-size: 26px;
}
.price-sec .price-label{
    font-size: 12px;
}
.icon-box-sec .icon-img {
    margin-right: 15px;
}
.icon-box-sec .icon-title{
    font-size: 12px;
}
.icon-box-sec .icon-value{
    font-size: 20px;
}
.icon-box-sec .icon-img{
    margin-top: 5px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.icon-box-sec .icon-img img{
    max-width: 40px;
    margin-left: auto;
}
.icon-box-sec{
    margin-bottom: 15px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    padding: 5px 10px !important;
    background-color: #fff !important;
    height: auto;
    line-height: 1;
    font-size: 24px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background-color: #424242 !important;
}
.footer-icon{
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.footer-contact{
    margin-bottom: 2px;
}
@media only screen and (max-width: 600px) {
    .owl-theme .owl-dots .owl-dot{
        margin-bottom: 8px !important;
    }
    .myslider {
        max-width: 100%;
        width: 100%;
    }
    .price-sec .price{
        font-size: 18px;
    }
    .color-sec .color-label{
        font-size: 16px;
    }
    .icon-box-sec .icon-value{
        font-size: 18px;
    }
    .icon-box-sec .icon-img{
        min-width: 50px;
    }
    .icon-box-sec .icon-img img{
        max-width: 35px;
    }
    .content-box{
        padding: 10px !important;
    }
    .banner-section-wrapper{
        padding: 0px !important;
        margin-top: -55px
    }
    .banner-section-wrapper .card-blur{
        margin-bottom: -360px;
        margin-top: 200px;
    }
    .banner-section-wrapper .card-blur .mb-3{
        margin-bottom: 10px !important;
    }
    .content-body-box{
        margin-top: 400px;
    }
    .banner-section{
        padding: 10px 0 !important;
    }
    footer{
        padding: 20px !important;
    }
}
