.browser-catageries-wrapper .pagetitle {
    text-align: center;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 1;
    margin-bottom: 50px;
}
.browser-catageries-wrapper .browseimage img {
    width: 19px;
    height: 19px;
}

.browser-catageries-wrapper .browseimage {
    min-width: 12%;
    border-right: 1px solid #eee;
    padding-top: 15px;
}

.browser-catageries-wrapper .browseimage:last-child {
    border-right: 0;
}

.browser-catageries-wrapper .nav-pills {
    border: 1px solid #eee;
}

.browser-catageries-wrapper .browseimage a,
.browser-catageries-wrapper .browseimage a:hover {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1f262b;
    opacity: 1;
    padding: 0px 9px 15px 9px;
    width: 100%;
    text-align: center;
}

.browser-catageries-wrapper .browseimage a img {
    padding-bottom: 12px;
    width: 42px;
    height: 42px;
}

.browser-catageries-wrapper .browseimage a.active img.inactive-img {
    display: none;
}

.browser-catageries-wrapper .browseimage a.active img.active-img {
    display: block;
}

.browser-catageries-wrapper .browseimage a img.active-img {
    display: none;
}

.browser-catageries-wrapper .browseimage a.active {
    color: #4188c4;
    border-bottom: 4px solid #4188c4;
}

/* .browser-catageries-wrapper .browseimage a.active {} */

.tab-content-block {
    padding-right: 15px;
    min-width: 23%;
}

.tab-head h5 {
    color: #4488c4;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 40px;
    margin: 2px;
}

.tab-items {
    font-style: normal;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #696969;
    opacity: 1;
}

.inner-tab-wrap {
    padding: 25px;
}

.owl-carousel-list .owl-stage {
    display: flex;
    padding: 138px 100px 30px 102px;
    width: 2500px;
}

.owl-carousel-list {
    overflow: hidden;
}

.owl-carousel-list .owl-item {
    width: 300px !important;
    margin-right: 100px !important;
}

.image-block img {
    width: 100%;
    min-height: 140px;
    border: 1px solid #d3d3d3;
    opacity: 1;
    border-radius: 5px;
}

.content-section {
    margin-left: 27px;
}

.content-section h5 {
    margin: 35px 0 17px;
    font-style: normal;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 1;
}

.content-section span {
    font-style: normal;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #696969;
    opacity: 1;
    font-size: 23px;
    display: block;
}

.content-section span.text-field {
    padding-top: 17px;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 1;
}

.owl-carousel-list .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 99%;
    top: 295px;
}

.owl-carousel-list {
    position: relative;
}

.owl-nav button span {
    display: none;
}

.owl-nav button {
    position: relative;
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
}

.owl-nav button.owl-prev::after,
.owl-nav button.owl-next::after {
    position: absolute;
    content: "";
    background-image: url("../images/leftawrrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.products-wrapper {
    padding-top: 20px;
    background: #f3f4f7;
}

.header-section {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    color: #131313;
}

.border-line {
    width: 40px;
    height: 10px;
    background: #4188c4 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

.header-section h3 {
    letter-spacing: 0px;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 1;
    max-width: 380px;
    margin: 24px auto;
}

.header-section p {
    padding: 0;
    margin: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 1;
}

.owl-nav button.owl-next::after {
    background-image: url("../images/rightArrow.svg");
}

.moblie-view-tabs {
    display: none;
}

.moblie-view-tabs .card-header h5 {
    margin: 0;
}

.moblie-view-tabs .card-header h5 button {
    padding: 0;
    font-size: 18px;
    font-size: 15px;
    color: rgb(51 51 51 / 0.6);
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.moblie-view-tabs .card .inner-tab-wrap {
    padding: 10px;
}

.moblie-view-tabs .card .inner-tab-wrap .tab-content-block {
    padding: 0;
}

.moblie-view-tabs .card .inner-tab-wrap h5 {
    font-size: 15px;
    margin: 0;
    margin: 12px 0;
}

.moblie-view-tabs .card-header {
    background-color: #e9ecef;
}

.moblie-view-tabs .card .inner-tab-wrap .tab-items {
    padding: 5px 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .owl-carousel-list .owl-item {
        width: 365px !important;
    }
}

@media (max-width: 767px) {
    .owl-carousel-list .owl-item {
        width: 100% !important;
        margin-right: 15px !important;
    }
    .owl-carousel-list .owl-nav {
        display: none;
    }
    .owl-carousel-list .owl-dots .owl-dot.active {
        background-color: #4188c4;
    }
    .owl-carousel-list .owl-dots .owl-dot {
        background-color: rgb(19 19 19 / 0.3);
        margin: 0;
        padding: 10px;
    }
    .owl-carousel-list .owl-dots {
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto 50px;
    }
    .header-section {
        text-align: center;
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .moblie-view-tabs {
        display: block;
    }
    .desktop-view {
        display: none;
    }
}

@media (min-width: 768px) {
    .owl-carousel-list .owl-dots {
        display: none;
    }
}
