
a:hover,
.btn-link:hover {
    text-decoration: none;
}
.header {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
.header .nav-signin {
    color: #333;
}
.header .nav-signin:hover {
    color: #000;
}
.logo {
    width: 125px;
    display: inline-block;
}
.text-nayad{
    color:#ee1f30;
}
.steps {
    overflow-x: auto;
}
.steps .pointer {
    list-style: none;
    display: inline-block;
    border: 1px solid #ccc;
    transform: skewX(-35deg);
    background-color: #fff;
    margin: 0.25rem;
    white-space: nowrap;
}
.steps .pointer .content {
    transform: skewX(35deg);
    display: block;
    color: #666;
    padding: 0.4rem 0.5rem;
}
.steps .pointer.active {
    background-color: #ee1f30;
    border-color: #ee1f30;
}
.steps .pointer.active .content {
    color: #fff;
    font-weight: 600;
}
.bg-gray-light {
    background-color: #f8f8f8;
}
.block {
    margin: 15px;
    position: relative;
    min-height: 200px;
}
.block .Lt {
    background: #ee1f30;
    height: 200px;
    position: absolute;
    width: 15px;
    right: -15px;
    top: 0;
}
.block .Lt:after {
    background: #ee1f30;
    content: "";
    height: 15px;
    right: 0px;
    position: absolute;
    top: -15px;
    width: 200px;
}
.block .Lb {
    background: #ee1f30;
    height: 200px;
    position: absolute;
    width: 15px;
    left: -15px;
    bottom: 0;
}
.block .Lb:after {
    background: #ee1f30;
    content: "";
    height: 15px;
    left: 0px;
    position: absolute;
    bottom: -15px;
    width: 200px;
}
.container-signup .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.container-signup .form-group select {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
select{
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}
.error {
    color: #a80714;
}
.upload-info .document-list {
    list-style: none;
}
.footer {
    background-color: #fff;
}
.footer a {
    color: #333;
}
.footer .social-links-list {
    width: auto;
    color: #999;
    transform: skewX(-35deg);
}
.footer .social-links-list label {
    transform: skewX(35deg);
}
.footer .social-links-list .fab {
    font-size: 1.5rem;
    color: #999;
    transform: skewX(35deg);
}
.footer .social-links-list .fab:hover {
    color: #333;
}
.container-product .banner-image {
    position: relative;
    min-height: 380px;
    background: url("/images/support-banner_1728x.png") no-repeat center center;
    background-size: cover;
}
.container-product .banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.container-product .banner-image .banner-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 380px;
}
.container-product .banner-image .banner-title h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}
.container-product .card-item:hover {
    box-shadow: 0 0 26px #ccc;
    transition: 0.3s;
}
.container-product .card-item:hover .card-footer {
    background-color: #fff;
}
.container-product .form-filter-sort select {
    background-color: transparent;
    border: none;
    padding: 0;
    height: calc(1.2em + 0.75rem + 2px);
}
.container-product .form-filter-sort select:hover {
    border-bottom: 1px solid;
    cursor: pointer;
}
.container-product .pagination .page-item .page-link {
    color: #333;
}
.container-product .pagination .page-item.active .page-link {
    background-color: #ee1f30;
    border-color: #ee1f30;
    color: #fff;
}
.container-product .item-info-tabs {
    border-bottom: 1px solid #ccc;
}
.container-product .item-info-tabs .nav-link {
    border: none;
}
.container-product .item-info-tabs .nav-link.active {
    border-bottom: 2px solid #ee1f30;
    background-color: transparent;
}
.container-product .thumb-image {
    border: 1px solid transparent;
    background-color: #f8f8f8;
}
.container-product .thumb-image:first-child {
    margin-left: 0 !important;
}
.container-product .thumb-image.active {
    border-color: #ee1f30;
    background-color: #fff;
}
.container-product .tab-content {
    min-height: 200px;
}
.container-product .btn {
    font-weight: bold;
    padding: 0.75rem;
}
.container-product .btn-secondary{
    border: 1px solid #efefef;
    background-color: #fff;
    color: #333;
}
.container-product .btn-secondary:hover {
    border-color: #333;
    transition: 0.3s;
}
.container-product .btn-primary{
    border: 1px solid transparent;
    background-color: #333;
    color: #fff;
}
.container-product .btn-primary:hover {
    background-color: #ee1f30;
    transition: 0.3s;
}
.container-product .case-qty-group .input-group-btn {
    border-bottom: 1px solid #efefef;
}
.container-product .case-qty-group .input-number {
    max-width: 75px;
    border: 0;
    border-bottom: 1px solid #efefef;
}
.container-product .product-features-icon {
    max-width: 60px;
}
.container-product textarea{
    border: 1px solid #ccc;
}
.container-features .content {
    max-width: 350px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.5em;
    color: #333029;
}
.container-dashboard .banner-dashboard{
    background-color: #202121;
}
.container-dashboard .section-heading{
    color:#ee1f30;
}
.container-dashboard .product-category .product, .container-dashboard .rimage-wrapper .product{
    min-height: 298px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-dashboard .product-category .product .content {
    min-height: 298px;;
}
.container-dashboard .rimage-wrapper .product.img{
    background-image:  url('/images/Week-10-_25_900x.png');
    background-size:cover;
    background-position: center top;
    height: 100%;
}
.container-dashboard .product-category .product.img-01{
    background-image:  url('/images/image_01.png');
}
.container-dashboard .product-category .product.img-02{
    background-image:  url('/images/image_02.png');
}
.container-dashboard .product-category .product.img-03{
    background-image:  url('/images/image_03.png');
}
.container-dashboard .product-category .product.img-04{
    background-image:  url('/images/image_04.png');
}
.container-dashboard .product-category .product.img-05{
    background-image:  url('/images/image_05.png');
}
.container-dashboard .product-category .product.img-06{
    background-image:  url('/images/image_06.png');
}
.container-dashboard .product-category .product .content .btn-skew, .container-dashboard  .rimage-wrapper .product .content .btn-skew{
    position: relative;
    width: 120px;
    height: 40px;
    background-color: #fff;
    border: none;
    opacity: .75;
    padding:.72rem 0;
}
.container-dashboard .product-category .product .content .btn-skew a, .container-dashboard  .rimage-wrapper .product .content .btn-skew a{
    width: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container-dashboard .product-category .product .content .btn-skew:hover, .container-dashboard  .rimage-wrapper .product .content .btn-skew:hover{
    opacity: 1;
    transition: .5s;
}
.container-dashboard .learn-more{
    min-height: 500px;
}
.container-dashboard .learn-more p{
    font-size: 17px;
    color: #454f5b;
}
.container-dashboard .subscribe-block{
    min-height: 350px;
    background-color: #3a3a3a;
}
.container-dashboard .subscribe-block .content{
    width: calc(100% - 150px);
}
.container-dashboard .subscribe-block .far{
    color: #666;
}
.container-dashboard .subscribe-block .form-group{
    max-width: 767px;
}
.container-dashboard .subscribe-block .content .form-control{
    border: 1px solid #666;
    background-color: transparent;
    border-radius: 36px 0 0 36px;
    color: #fff;
}
.container-dashboard .subscribe-block .content .btn-subscribe{
    background-color: #fff;
    border-radius: 0 36px 36px 0;
}
.btn-skew{
    text-align: center;
    text-decoration: none;
    border: 1px solid #999;
    color: #000;
    outline: 0;
    font-size: .8rem;
    letter-spacing: .08rem;
    padding: .5rem 1.5rem;
    display: inline-block;
    background-color:transparent;
    transform: skew(-21deg);
}
.btn-skew:hover{
    background:#fff;
    color:#333;
    border-color: #efefef;
}
.btn-skew span{
    display: inline-block; transform: skew(21deg);
}
.nav-header a{
    color: #333;
}
.nav-header a:hover{
    color: #000;
}
.cart-block .cart-item-count{
    position:absolute;
    top: -8px;
    right: -8px;
    border-radius: 36px;
    background-color: #ee1f30;
    color: #fff;
    padding: 2px;
    border:1px solid #fff;
    text-align: center;
    min-width: 16px;
    height: 16px;
    font-family: sans-serif;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secure-frame-wrapper iframe{
    width: 100%;
    height: 480px;
}
.container-profile .bhoechie-tab-menu .list-group-item{
    border-bottom: 1px solid #efefef;
    color: #666;
}
.container-profile .bhoechie-tab-menu .list-group-item:hover{
    background-color: #efefef;
    transition: .5s;
    border-color:#efefef ;
    color: #333;
}
.container-profile .bhoechie-tab-menu .list-group > a.active{
    border-color:#ee1f30;
}
.container-profile .bhoechie-tab-menu .list-group > a.active:hover {
    background-color: #ee1f30;
    color: white;
    cursor: default;
}
.container-profile .bhoechie-tab-content.active .title i{ color: #999;}
/* ///////////////////////////////////////////// */
@media only screen and (max-width: 767px) {
    .container-product .banner-image {
        min-height: 100px;
    }
    .container-product .banner-image .banner-title {
        min-height: 100px;
    }
    .container-dashboard .subscribe-block .content{
        width: 100%;
    }
}

/* ------------------------  Loader --------------------------- */
.loader,
.loader:before,
.loader:after {
    background: #e20707;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 0.5em;
    height: 4em;
}
.loader {
    color: #e20707;
    /* text-indent: -9999em; */
    position: relative;
    font-size: 8px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
.loader .text {
    position: fixed;
    left: -40px;
    top: 33px;
    padding: 10px;
    z-index: 750;
    font-size: 0.8rem;
}
.black-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@media only screen and (max-width: 1023px) {
    .steps {
        display: flex;
        overflow-x: auto;
    }
    .steps::-webkit-scrollbar {
        display: none;
    }
    .steps .pointer {
        min-width: auto;
        white-space: nowrap;
        font-weight: normal;
        justify-content: center;
    }
    .steps .pointer.active {
        font-weight: bold;
    }
    .steps .pointer:before,
    .steps .pointer:after {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.table-responsive table, 
	.table-responsive thead, 
	.table-responsive tbody, 
	.table-responsive th, 
	.table-responsive td, 
	.table-responsive tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-responsive tr { 
        border-bottom-width: 6px!important;
        padding: .5rem;
    }
	.table-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	.table-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 6px;
		width: 45%; 
		padding:0.5rem;
		white-space: nowrap;
		text-align:right;
	}
	.table-responsive td:before { content: attr(data-title); }
}

.hidden{
    display: none;
}

#loading {
    background: url('/images/nayad.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

/* ------------------------  temporary fix --------------------------- */
.add-company {
    overflow: hidden;
    white-space: nowrap;
}

.color-red{
    color: red;
}

.min-height-50vh{
    min-height: 50vh;
}