@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
body{
    font-family: 'Ubuntu', sans-serif;
    color:#282c3f;
    font-size:14px;
}
html {
    position: relative;
    min-height: 100%;
}
.btn:hover, a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.alert-success {
    color: #0051a3;
    background-color: #dce2e8;
    border-color: #ced5dc;
}
.alert-danger {
    color: #e43141;
    background-color: #fcc7c5;
    border-color: #efbab8;
}
.chosen-container-multi .chosen-choices{
    background: #f5f5f5 !important;
    min-height: 40px;
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #f0f0f0 !important;
    border-radius:0px !important;
    -webkit-box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
    -moz-box-shadow:-3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67) ;
    box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
}

.chosen-container-multi .chosen-choices .search-field input[type="text"]{
    padding-left: 12px!important;letter-spacing: 1px;

}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #0051a3; }

header.box-shadow{
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
/*header.box-shadow {
     box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
     position: fixed !important;
     width: 100%;
     background: #fff;
 }*/
.theme-grd{
    background: rgba(26,44,107,1);
    background: -moz-linear-gradient(left, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,44,107,1)), color-stop(100%, rgba(0,81,163,1)));
    background: -webkit-linear-gradient(left, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
    background: -o-linear-gradient(left, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
    background: -ms-linear-gradient(left, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
    background: linear-gradient(to right, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
}
.text-theme{
    color: #0051a3 !important;
}
.help-block{
    font-size: 12.5px;
    height: 19px;
    padding-top: 3px;
}
.has-error .help-block {
    color: #db0000;
}
.custom-input-group .form-group {
    flex:1
}
.control-label{
    display:none
}
.bdw-search button {
    padding: .25rem .75rem;
}
.bdw-search button i {
    font-size: 16px;
}
.box-supplier{
    position: relative;
}
.ribbon {
    position: absolute;
    left: -4px; top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 11px !important;
    font-weight: normal !important;
    letter-spacing: 0.2px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background:#0055a7;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #929292;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #929292;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #929292;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #929292;
}
.ribbon.active span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon.active span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
.ribbon.active span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
.error-img span {
    font-size: 15rem;
    font-weight: 500;
    background:linear-gradient(to bottom, rgba(26,44,107,1) 0%, rgba(0,81,163,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 12rem;
}

#scroll-top{
    display: none;
    position: fixed;
    bottom: 35px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    width: 40px;
}
#scroll-top i {
    display: inline-block;
    transform: rotate(180deg);
}
.form-control{
    color:#282c3f;
    border: 0px;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    min-height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #f5f5f5;
    box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
}
.btn-theme .flaticon:before {
    font-size: 14px;
}
.breadcrumb{
    padding: .375rem 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: 12px;
}
.breadcrumb-item.active {
    color: #8c949a;
}
/***************footer*******************/
.footer-box .footer-list li{
    padding-bottom: 10px;
    display: block;
}
.footer-box .footer-list li:last-child{
    padding-bottom:0px;
}
a:hover{
    text-decoration:none;
}
.footer-box .footer-list li a,.footer-box .footer-list li a:hover{
    color:#fff;
}

/***************footer*******************/
/***********************banner*********************************************/
.banner {
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    width: 100%;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
}
.header{
    flex: 1;
}
#account-drop {
    cursor: pointer;
}
.bdw-dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    background: #ffffff;
    color: #777777;
    display: block;
    visibility: hidden;
    border-radius: 0px;
    border: 0px;
    z-index:99999;
    bottom: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    right: -500px;
}
.bdw-dropdown-menu.show {
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    visibility: visible;
    left: auto;
    right: 0;
    animation: animateright 0.4s;
}
.filter-box .form-group p {
    margin-bottom: 0px;
}
.close-bdw-dropdown {
    position: absolute;
    z-index: 22;
    right: 14px;
    color: #b3b9bf;
    top: 7px;
}.chosen-container .chosen-results li.result-selected.highlighted {
     background: #0051a3;
     color: #fff;
 }

.close-bdw-dropdown span:before {
    font-size: 14px;
}
.btn-light{
    border: 1px solid #f0f0f0;
}
.navbar.active {
    background-color: #ffffff!important;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    animation: smoothScroll 0.5s forwards;
}
.icon-filter {
    height: 75px;
}
/* ---------------------------------------------------
   dropadown animation
----------------------------------------------------- */

@-webkit-keyframes m-dropdown-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes m-dropdown-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes m-dropdown-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}

@keyframes m-dropdown-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}

@-webkit-keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}

@keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 0
    }
}
/* ---------------------------------------------------
   dropadown animation
----------------------------------------------------- */

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes smoothScrollX{
    0% {
        transform: translateX(120%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes animateright{
    0% {
        right: -300px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.navbar-nav .nav-link {
    color: #0051a3;
    letter-spacing: .4px;
    font-size: 18px;
    padding: 0rem 1rem;
}
.bg-secondary{
    background-image: linear-gradient( 0deg, rgba(234, 236, 241, 1) 0%, rgba(232, 236, 241,1) 100%, rgba(247, 251, 255, 1) 100%);
    background-image: -moz-linear-gradient( 0deg, rgba(234, 236, 241,1) 0%, rgba(232, 236, 241, 1) 100%, rgba(247, 251, 255, 1) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(234, 236, 241, 1) 0%, rgba(232, 236, 241, 1) 100%, rgba(247, 251, 255, 1) 100%);
    background-image: -o-linear-gradient (0deg, rgba(234, 236, 241, 1) 0%, rgba(232, 236, 241, 1) 100%, rgba(247, 251, 255, 1) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(234, 236, 241,1) 0%, rgba(232, 236, 241, 1) 100%, rgba(247, 251, 255, 1) 100%);
}
/**************header hover******************/
.navbar-nav .nav-item {
    position: relative;
}
.navbar-nav .nav-link {
    color: #0051a3;
    font-size:16px;
    font-weight: normal;
    letter-spacing:0.5px;
    padding: 0.5rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    cursor: pointer;
}
.navbar-nav .nav-item .nav-link:before {
    width: 0px;
    height: 1px;
    background: white;
    content: "";
    height: 1px;
    background: #0051a3;
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0;
    transition: width .5s ease;
}
.navbar-nav .nav-item:hover .nav-link:before {
    width: calc(100% - 10px);
}
/* custom dropdown*/
.dropdown-menu-custom{
    margin-top: 0px;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: .3s m-dropdown-fade-in,.3s ease-out m-dropdown-move-up;
    animation: .3s m-dropdown-fade-in,.3s ease-out m-dropdown-move-up;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #efefef;
}
.dropdown-item {
    padding: .5rem 1.5rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    background-color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #f5f5f5;
}
/*.dropdown-toggle.collapsed i{
   content: "";
   transition: 0.4s;
    transform: rotate(0deg);
}*/
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu-custom:before, .dropdown-toggle>.dropdown-menu-custom:before, .dropdown>.dropdown-menu-custom:before {
    position: absolute;
    top: -10px;
    right: 7px;
    left: auto;
    display: inline-block!important;
    border-right: 10px solid transparent;
    border-bottom:10px solid #e0e0e0;
    border-left: 10px solid transparent;
    content: '';
}
.dropdown-menu-custom:after, .dropdown-toggle>.dropdown-menu-custom:after, .dropdown>.dropdown-menu-custom:after {
    position: absolute;
    top: -9px;
    right: 8px;
    left: auto;
    display: inline-block!important;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left:9px solid transparent;
    content: '';
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0051a3;
}
/* custom dropdown*/
.navbar-nav li{
    margin: 0rem 0rem;
}
.navbar-nav li:last-child{
    margin: 0rem 0rem 0rem 0rem;
}
/**************header hover******************/
/***************form******************/
.carousel_section{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
#owl-category-list.owl-carousel .item {
    border: 0px;
    box-shadow: none;
}

#owl-category-list.owl-carousel .item a {
    flex: 1;
    display: flex;
}

.item-box .item-icon img {
    width: auto;
    margin: 0 auto;
    padding-top: 5px;
}

.item-box p {
    /* flex-grow: 1; */
}

.item-box .item-icon {
    flex: 1;
}
/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage-outer{
    padding-bottom: 1rem;
}
#owl-category-list.owl-carousel .owl-stage-outer{
    padding-bottom: 0rem;
}
.owl-carousel .owl-wrapper {
    display: flex ;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.owl-carousel .flex-text {
    flex-grow: 1;
}
.owl-carousel .item {
    display: flex;
    flex-direction: column;
    /* margin: 0 15px; */
    -webkit-box-shadow: 0px 1px 14.42px 2.58px rgba(223, 223, 223, 0.51);
    -moz-box-shadow: 0px 1px 14.42px 2.58px rgba(223, 223, 223, 0.51);
    box-shadow:0px 1px 14.42px 2.58px rgba(223, 223, 223, 0.51);
    border-color: #eaeaea !important;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    /* margin: 0 15px; */
    border: 1px solid;
    flex: 1;
}
.owl-theme .owl-nav{
    display: none;
}
.product-item-div .item .card .card-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.product-item-div .item .card .card-body .card-content {
    flex-grow: 1;
    margin-bottom: 0.75rem;
}
/* Equal Heights for OwlCarousel 2 */

.item-box{
    text-align: center;
    padding:10px;
    margin:5px;
    color: #2a2a30;
    border: 1px solid rgb(221, 221, 221);
    background:#fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.item-icon i:before {
    font-size: 30px;
    color: #0051a3;
}
.category-list-nav .category-list-nav-prev {
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.category-list-nav .category-list-nav-next {
    position: absolute;
    top: 0;
    right: -10px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.category-list-nav .category-list-nav-prev span {
    align-self: center;
}
.category-list-nav .category-list-nav-next span {
    align-self: center;
}
.form-section {
    min-height: calc(100vh - 305px);
}
.login-form {
    padding:2rem 1rem;
}
.login-form .form-control {
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #0051a3;
}
.login-box{
    border:0px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 8px rgb(226, 226, 226);
}
.form-title{
    font-size: 1.5rem;
}
.login-box-right {
    border: 0px;

}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    /* color: #868e94 !important; */
}
.login-box .chosen-container-single .chosen-single{
    padding: 0 0 0 0rem;
    background-color:transparent;
    letter-spacing: 1px;
    border-bottom-color: #0051a3;
}

.login-box .chosen-container-active.chosen-with-drop .chosen-single{
    background-color:transparent
}
.login-box .chosen-container-single .chosen-single div{
    background-color:transparent
}
.login-box .chosen-container .chosen-drop{
    border-top: 1px solid #0051a3;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.chosen-container .chosen-results li.result-selected {
    color: #ffffff;
    background: #0051a3;
}
.chosen-container .chosen-results{
    padding-top:0px !important;
}
.chosen-container-multi .chosen-choices:focus{
    border: 1px solid #046cd5 !important;
}
.form-control:focus{
    box-shadow: none;
    border-color: #046cd5;

}
.login-form .form-control:focus{
    box-shadow: none;
    border-color: #046cd5;

}
.form-control::placeholder {
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 1px
}
.chosen-container{
    font-size: 13px;
    letter-spacing: 0.5px;
}
.form-control:-ms-input-placeholder {
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 1px
}
.form-control::-ms-input-placeholder {
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 1px
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0051a3;
    background-color: #0051a3;
}
.form-row.login-form .form-group{
    position: relative;
}
.form-title {
    font-weight: normal;
}
.bg-form{
    background:#f0f0f0;
}

.navbar-brand{
    color:#fff;
}
.btn{
    border-radius: 0px;
    font-size: 14px;
    min-height: 35px;
}
.box{
    margin: 25px 15px;

}
.box:hover {
    box-shadow: 0px 0px 12px #e6e5e5;
    -webkit-box-shadow: 0px 0px 12px #e6e5e5;
    -moz-box-shadow: 0px 0px 12px #e6e5e5;
    -ms-box-shadow: 0px 0px 12px #e6e5e5;
    -o-box-shadow: 0px 0px 12px #e6e5e5;
}
.btn-theme{
    background: #0051a3;
    color: #fff;
}
.btn-theme:hover{
    color:#fff;
    background: #1a2c6b;
}
.singup-btn-group .btn-secondary.active {
    background-color: #0051a3 !important;
    color: #fff;
}
.singup-btn-group a {
    padding: .75rem 1.5rem;
    letter-spacing: .5px;
}
.singup-btn-group .btn-secondary {
    color: #535c65;
    background-color: #ced4da;
    border-color: #ced4da;
}
.singup-btn-group .btn-secondary:hover{

}
.singup-btn-group .btn-secondary.active:hover{

}
.btn:focus{
    box-shadow: none
}
.product-item-div .item{
    position: relative;
    margin: 10px;
    display: flex;
    flex: 1;
}
.product-item-div .item .card {
    -webkit-box-shadow:  0px 1px 5px 3px rgba(221, 221, 221, 0.51);
    -moz-box-shadow:  0px 1px 5px 3px rgba(221, 221, 221, 0.51);
    box-shadow:  0px 1px 5px 3px rgba(221, 221, 221, 0.51);
    border-color: #eaeaea !important;
    border-radius: 0px;
    display: flex;
    flex: 1;
}
/* Next & previous buttons */
.product-item-div .prev, .product-item-div .next {
    cursor: pointer;
    width: auto;
    padding:10px;
    font-size: 18px;
    border-radius: 0;
}
.product-item-navigation{
    position: absolute;
    right: 10px;
    top: -40px;
}
/* Position the "next button" to the right */
.product-item-div .next {
    border-radius: 0;
    margin-left: 0.75rem;
}
.product-item-div a.prev , .product-item-div a.next {
    background: #ececec;
}
.product-item-div {
}
.card-img{
    position: relative;
}
.product-item-div .item .card .card-img:before {
    content:"";
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.66) 66%, rgba(26,44,107,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(66%, rgba(0,82,163,0.66)), color-stop(100%, rgba(26,44,107,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.66) 66%, rgba(26,44,107,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.66) 66%, rgba(26,44,107,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.66) 66%, rgba(26,44,107,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,82,163,0.66) 66%, rgba(26,44,107,1) 100%);
    opacity: 0;
    position: absolute;left: 0;top: 0;right: 0;bottom:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.product-item-div .item:hover .card .card-img:before{
    opacity: 1;
}
.product-item-div a.prev:hover, .product-item-div a.next:hover {
    background: #0051a3;
    color: #fff;
}

.btn-more{
    height: 35px;
}
.flaticon-sent-mail:before{
    font-size:17px;
}
.bg-theme{
    background: #0051a3
}
.bg-theme-secondary{
}
.btn-theme-inverse {
    font-size: 14px;
    color:#0051a3;
    line-height: 1.751;
    background-color: rgb(255, 255, 255);
    letter-spacing: 2px;
    border: 1px solid #0051a3;
    /* color: #fff; */
}
.btn-theme-inverse:hover{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
}
.btn-theme-secondary{
    background:#eadbd0
}
.singup-btn-group {
    margin: 0 auto;
    padding: 0px;
}
.div-gradient{
    background: rgba(224,102,102,1);
    background: -moz-linear-gradient(left, rgba(224,102,102,1) 0%, rgba(240,170,170,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,102,102,1)), color-stop(100%, rgba(240,170,170,1)));
    background: -webkit-linear-gradient(left, rgba(224,102,102,1) 0%, rgba(240,170,170,1) 100%);
    background: -o-linear-gradient(left, rgba(224,102,102,1) 0%, rgba(240,170,170,1) 100%);
    background: -ms-linear-gradient(left, rgba(224,102,102,1) 0%, rgba(240,170,170,1) 100%);
    background: linear-gradient(to right, rgba(224,102,102,1) 0%, rgba(240,170,170,1) 100%);
}
.list-category li a{
    color:#282c3f;
    padding: 10px 15px;
    display: block;
}
.list-category li a:hover{
    background: #f7f2f2;
    display: block;
}
.title{
    font-weight:500;
    font-size: 24px;
    letter-spacing: .3px;
    clear: both;
    color: #282c3f;
    display: inline-block;
    position: relative;
}
.category-title{
    font-weight: 500;
    letter-spacing: .3px;
    clear: both;
    color: #282c3f;
    display: block;
}
.section-title{
    margin-bottom: 28px;
}
.title-category {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 70px;
    display: block;
    letter-spacing: 1px;
}
.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -9px;
    background: #0051a3;
}
.supplier-title{
    font-size: 16px;
    color: #303030;
}
.supplier-subtitle a {
    color: rgb(0, 81, 163);
    line-height: 1.2;
    text-align: center;
    /* margin-right: 0.25rem; */
    /* margin-left: 0.25rem; */
    font-size: 13px;
}
.supplier-subtitle {
    color: #b5b9bc;
    margin-bottom: 0.75rem;
}
.supplier-icon:before {
    font-size: 15px;
    color: #0051a3;
}
.card-text
{    color: #585858;
    font-size: 13px;
}
.category-inside-div{
    padding:60px 0px;
}
.social-icons li{
    margin-right:30px;
}
.social-icons li:last-child{
    margin-right:0px;
}
.social-icons li a{
    color:#fff;
}
.category-img{
    width: 100%;
    object-fit: cover;
    height: 176px;
}
.more-btn-div {
    margin-top: 8px;
}
.filter-box{
    background: #fff;
    padding: 1.5rem 0.5rem 1rem 0.5rem
}
/**************suppliers search**************/
.div-info:hover  .card-body {
    opacity: 1;
}
.div-info .card-body {
    position: absolute;
    transition: 0.4s;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: 0
    /* padding: 2rem; */
}

.div-info:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(239, 239, 239, 0.75);
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    content: "";
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.70) 30%, rgba(26,44,107,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(30%, rgba(0,82,163,0.70)), color-stop(100%, rgba(26,44,107,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.70) 30%, rgba(26,44,107,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.70) 30%, rgba(26,44,107,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,82,163,0.70) 30%, rgba(26,44,107,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 82, 163, 0.70) 30%, rgba(26,44,107,1) 100%);
    opacity: 1;
    position: absolute;
    left: 0;
    top: 36%;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.div-info .card-body a {
    letter-spacing: 2px;
    text-transform: uppercase;
    /* font-size: 16px; */
    position: relative;
}

.div-info .card-body a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #efefef;
    bottom: -6px;
}
.category-information{
    position: static;
    top:100px;
    /*animation: smoothScroll 0.5s forwards;*/
}
.enquiry-info{
    position: sticky;
    top:50px;
    animation: smoothScroll 0.5s forwards;
    box-shadow: 0px 2px 9px 0px rgba(150, 150, 150, 0.3);
}
.category-info:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 30%, rgba(0,82,163,0.66) 70%, rgba(26, 44, 107, 0.86) 100%);
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 30%, rgba(0,82,163,0.66) 70%, rgba(26, 44, 107, 0.86) 100%);
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 30%, rgba(0,82,163,0.66) 70%, rgba(26, 44, 107, 0.86) 100%);
    background: -o-linear-linear-gradient(to top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 30%, rgba(0,82,163,0.66) 70%, rgba(26, 44, 107, 0.86) 100%);
    background: -ms-linear-linear-gradient(to top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 30%, rgba(0,82,163,0.66) 70%, rgba(26, 44, 107, 0.86) 100%);

}
.media-body {
    display: flex;
}
.media-body .desc {
    flex: 1;
    text-align: justify;
}
.media-body div {
    flex: 1;
}
.media-body .desc p {
    text-align: left;
}
.media-body .card-text {
    margin-bottom: 0.5rem;
}
.media {
    border: 1px solid transparent;
    border-bottom-color: #e9ecf1;
    padding: 1.5rem 0.7rem 0.7rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0px 8px rgba(152, 152, 152, 0.3);
}
.media-body .supplier-subtitle {
    margin-bottom: 0.5rem;
}
.media:hover {
    border-color: #0051a3;
    background: #f8f9fa;
}
/****************************/

/********************supplier detail******************/
.supplier-img img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

/**************************************/
/****************conatct***************/
.contact-box-right .form-title {
    font-size: 1.2rem;
}
.phon-number span{
    font-size: 18px;
}
/*******************
*
*

*

*
*
*******************/


/****************FAQ***************/
.accordion .card-header:after {
    font-family: Flaticon;
    content: "\f107";
    float: right;
    transform: rotate(180deg);
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
}
.accordion .card-header.collapsed:after {
    font-family: Flaticon;
    content: "\f107";
    transform: rotate(0deg);
    color: #132130;
}

.accordion>.card .card-header.collapsed {
    background-color: #f0f0f0;
    color: #132130;
}
.accordion>.card .card-header{
    position: relative;
    background-color: #0051a3;
}
.accordion>.card .card-header .btn-link{
    color: #fff;
    font-size: 1.1rem;
    font-weight:100;
    text-decoration: none !important;
}
.accordion>.card .card-header.collapsed .btn-link{
    color: #132130;
}
.card{
    border-radius: 0px;
}
.card-header:first-child{
    border-radius: 0px;
}
footer{
    background: #132130;
    color: #fff;
}
.footer-logo {
    width: 110px;
}
.logo {
    width:110px;
}
.footer-top{
    padding:30px 0px;
}
.a-link{
    color:#0051a3 !important;
    cursor: pointer;
}
/*******************/
.custom-checkbox .custom-control-label::before{
    border-radius: 0px;
    border:1px solid #0051a3
}
.custom-control-label::before{
    border:0px;
}
.category-inside-div select.form-control
{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #ddd;
    font-size:14px;
    border-radius:0px;
}
.category-inside-div select.form-control:focus{
    box-shadow:none;
}
.category-inside-div select.form-control option:hover {
    content: attr(title);
    background: #666;
    color: red;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}
.categories {
    /* margin-bottom: 4rem;*/
}
.category-info-title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.category-info .sub-title{
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 400;
}
.login-form .form-title{
    font-weight: 500;
}
.sub-title{
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: 100;
    letter-spacing: 1px;
}
.info-top i:before {
    font-size: 45px;
}

.sub-title span {
    font-weight: 500;
    font-size: 48px;
    position: relative;
}
.sub-title span:after {
    content: "";
    position: absolute;
    left: 0px;
    right: -4px;
    height: 1.5px;
    bottom: 0px;
    background: #dbecff;
    letter-spacing: 0px;
}
.info-top p{
    font-size: 18px;
    letter-spacing: 1px;
}
.nessry-icon {
    right: -7px;
    bottom: 0;
    top: 11px;
    opacity: 0.2;
    overflow: hidden;
}
/*************form***************/
.login-form .form-control {
    border: 0px;
    border: 1px solid #f0f0f0;
    background-color: #f5f5f5;
    box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
}
.form-group {
    margin-bottom: 1rem;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(27, 27, 27, 0.611764705882353);
    z-index: 111;
    display: none;
}

.navbar {
    z-index: 11;
}
.bdw-search button {
    padding-right: 0px;
}
/******************account*****************/
.content-header {
    min-height: calc(100vh - 305px);
}
.account-list a {
    color: #132130;
    border-right: 1px solid #efefef;
    padding:0px;
    position: relative;
    flex-grow: 1;
    border-bottom: 2px solid transparent;
    /* flex-flow: column-reverse; */
}
.account-list {
    border: 1px solid #efefef;
    justify-content: center;
}
/*.account-list a:after {
    font-family: 'Flaticon';
    content:"\f106";
    position: absolute;
    right: 10px;
    display: none;
    top: 0;
    bottom: 0;
    margin: auto;

}
.*/
.account-list a.active{
    color:#0051a3;
    border-bottom-color: #0051a3;
}
/*.account-list a.active:after {
    display: inline-table;
}*/
.account-list a i {
    font-size: 30px;
}
.cat-name {
    margin-bottom: 0px;
}
.pricing-box {
    padding: 2rem;
    border-radius: 0;
    height: 100%;
    border: 1px solid transparent !important;
}
.pricing-header {
    font-size: 25px;
    height: 75px;
}
.price h4 {
    /* font-weight: 700; */
    /* font-weight: bold; */
    font-size: 32px;
}
.price span {
    font-size: 18px;
}
.pricing-box li {
    font-size: 14px;
    color: #666;
    margin-bottom: 0.75rem;
    padding-left: 12px;
}
.pricing-box:hover , .pricing-box:focus, .pricing-box.active{
    /* box-shadow: 0px 5px 30.07px 0.93px rgba(125, 125, 125, 0.54); */
    background-color: #fff;
    border-color: #0051a3 !important;
}
.pricing-box li {
    position: relative;
}
.pricing-box li:before {
    font-family: 'Flaticon';
    content:"\f106";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    color: #0051a3;
}
.price {
    margin-bottom: 1rem;
}
/**************account****************/
@media (max-width:991px){
    .category-filter-right{
        margin: 1rem;
    }
    .m-account-menu .dropdown-item.active, .dropdown-item:active {
        cursor: pointer;
        background: #fff;
        color: #0051a3;
    }
    .m-account-menu .dropdown-menu.show {
        cursor: pointer;
        top: 10px !important;
    }
    .btn-more{
        width: 100%;
    }
    .main {
        padding: 2rem 0px !important;
    }
    .bdw-search-web{
        display: none
    }
    .navbar {
        background-color: #ffffff!important;
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    }
    .navbar-toggler{
        line-height: 1.3;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-toggler-icon:before {
        font-size: 22px;
        color: #0051a3;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    .navbar-toggler-icon.flaticon-cross:before {
        font-size: 16px;
    }
    .logo {
        width: 80px;
    }
    .menu {
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #0051a3;
        z-index: 1;
    }
    .banner{
        height: auto;
    }
    ul.navbar-nav {
        margin: 1rem !important;
        margin-bottom: 0px !important;
    }
    ul.menu-login{
        margin-top: 0px !important;
        margin-bottom: 1rem !important;

    }
    .navbar-nav .nav-link {
        color: #fff;
    }
    .title-category {
        margin-top: 20px;
        font-size: 18px;
    }
    .section-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product-item-navigation{
        right: 20px;
        top: -30px;
    }
    .product-item-div .prev span:before, .product-item-div .next span:before {
        font-size: 14px;
    }

    .product-item-div .prev, .product-item-div .next {
        padding: 8px;
        font-size: 14px;
    }
    .product-item-div .next{
        margin-left: 0.5rem;
    }
    .cat-name {
        font-size: 0.9rem;
    }
    .card-body {
        padding: 1rem;
    }
}
@media (max-width:768px){
    .box-supplier{
        padding: 25px;
    }
    .ribbon {
        left: 21px; top: 21px;
    }
    .account-list a {
        width: 50%;
        border-bottom: 1px solid #efefef;
    }
    .lead {
        font-size: 1rem;
    }
    .footer-box.last{
        margin-bottom: 0rem !important;
        border-bottom: 0px solid #43505d;
        padding-bottom: 0rem !important;
    }

    .media {
        flex-direction: column;
        padding: 0px;
        border:0px;
    }
    .media img {
        width: 100%;
    }
    .media-body {
        padding: 1.5rem;
        flex-direction: column;
    }
    .media-body div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sub-title span {
        font-size: 32px;
    }
    .sub-title {
        font-size: 24px;
    }
    .category-info-title {
        font-size: 18px;
    }
    .div-info .card-body a {
        font-size: 13px;
    }
    .div-info:after{
        top: 3%
    }
    .custom-checkbox{
        margin-bottom: 1.5rem;
    }
    .login-box-right .form-group {
        margin-bottom: 10px;
        align-self: center;
        margin-top: 10px;
    }
    .login-form .form-title {
        text-align: center !important;
        font-size: 18px;
    }
    .form-title {
        font-size: 14px;
        text-align: left !important;
    }
    .contact-box-right .form-title {
        font-size: 1.2rem;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    .contact-box-right .form-group{
        margin:1rem 0rem !important;
    }
    .login-form {
        padding: 2rem 0.25rem;
    }
    .supplier-img {
        margin-top: 1rem;
    }
    .singup-btn-group a {
        padding: .5rem 1rem;
    }
    .accordion {
        margin-top: 1rem;
    }
    .accordion>.card .card-header{
        padding:0.25rem 0.25rem;
    }
    .accordion>.card .card-header h2{

    }
    .accordion>.card .card-header .btn-link{
        font-size: 1rem
    }
    .info-top p{
        font-size: 16px;
        margin-bottom: 0px;
    }
}
@media (max-width:575px){
    .footer-box{
        margin-bottom: 1.5rem !important;
        border-bottom: 1px solid #43505d;
        padding-bottom: 1.5rem !important;
    }
    .error-img span{
        line-height: 7rem;
        font-size: 8rem;
    }
    .error-img img {
        height: 6.5rem;
    }
}
@media (max-width:479px){
    .product-item-div .item{
        margin:20px 15px;
        margin-bottom: 0px;
    }
    .main {
        padding:2rem 0px !important;
    }
    .bdw-dropdown-menu{
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .item-box p {
        font-size:13px;
    }
}

@media (min-width: 992px){
    .dropdown:focus>.dropdown-menu-custom {
        display: block;
    }
    .category-information{
        min-height: calc(100vh - 200px);
        position: sticky;
    }
}
@media (min-width: 1600px){
    .container {
        max-width:1500px;
    }
}

input[type="radio"], input[type="checkbox"]{
    color: #1e3092;
    opacity: 0;
    z-index: 11;
    position: relative;
}
.checkbox p{
    margin-top: -26px;
    margin-bottom: 0px;
    z-index: 0;
    position: relative;
    margin-left: 0px;
    padding-right: 5px;
    color: #1e3092;
}
input[type="checkbox"] + p:after {
    content: "";
    font-family: 'Flaticon';
    content: "\f125";
    visibility: visible;
    font-size: 18px;
    font-weight: normal;
}
input[type="checkbox"]:checked + p:after{
    content: "";
    font-family: 'Flaticon';
    content: "\f126" !important;
    visibility: visible;
}
.divider {
    height: 1px;
    background: #eee;
}

.total {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #0051a3;
}

.payment-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
}
/************table***********/
.glyphicon-trash:before {
    content: "\f122";
}
span.mail::before {
    display:inline-block;
    height:24px;
    width:24px;
    margin-right: 5px;
    content: "";
    background:url('../images/reply.svg') no-repeat 0 0;
    background-size: 24px 24px;

}
td:last-child {
    text-align: center;
}
.glyphicon-eye-open:before{
    content: "\f129";

}
.summary {
    color: #1e3092;
    font-size: 13px;
    text-align: right;
    padding: 12px 0;
}
a.desc::after {
    content: "";
    background-image: url('../images/asc.svg');
    height: 14px;
    width: 14px;
    background-size: cover;
    margin-left: 2px;
    margin-bottom: -2px;
}
a.asc::after {
    content: "";
    background-image: url('../images/desc.svg');
    height: 14px;
    width: 14px;
    background-size: cover;
    margin-left: 2px;
    margin-bottom: -2px;
}
.cat-sap{
    margin-left: -3px !important;
}
.reply-bg{
    background-color: #f5f5f5;
    padding: 20px !important;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
}
.alert{
    border-radius: unset !important;
}
.countries .chosen-container-single .chosen-single {
    border: none !important;
    background-color: #f5f5f5;
     box-shadow: -3.774px 3.28px 8.2px 1.8px rgba(238, 238, 238, 0.67);
    padding: 0px .75rem 40px .75rem;
    line-height: 40px;
}
#account-mobile-menu{
    cursor: pointer!important;
}
