body {
    background: #f3f3f3;
    color: #000;
    font-family: Arial, Verdana, "sans-serif";
}

.bgfff {background:#fff;}
.height15 {height: 15px;}
/*=============================Login/Register 1ST TAB SECTION============================*/
.whatappsbg {background:#fff; padding:15px 5px 10px 15px; border:1px solid #65bc54; box-shadow: 0px 1px 7px #65bc54; border-radius:4px; color:#000;}
.cart-cus-login {background:#d9534f url(../images/btn-arrow.png) right center no-repeat; padding:8px 35px 8px 10px; border-radius:7px; border:1px solid #c5302b; box-shadow:0px 1px 2px #111;}
.cart-cus-register {background:#4c9dd0 url(../images/btn-arrow.png) right center no-repeat; padding:8px 35px 8px 10px; border-radius:7px; border:1px solid #29719f; box-shadow:0px 1px 2px #111;}
 /*=============================Login/Register 1ST TAB SECTION============================*/
 
.boxgrid {
    width: 100%;
    margin: 0px;
    background: #fff;
    border: solid 0px #8399AF;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.total_view {
    background-color: #f9da5e;
    bottom: 0;
    color: #000;
    display: table;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}
.total_view::before {
    border-bottom: 27px solid #f9da5e;
    border-left: 20px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    z-index: 0;
}
.disflx {display: flex;}
.regi_leftsection {height: 100%;}
.regi_rightarticle {height: 100%;}
.regi_rightarticle h2 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 12px 10px;
	border-bottom: 1px solid #f0f0f0;
}
.article-carousel-right h4 {
    color: #3a9bd8;
    font-size: 16px;
    margin: 0;
    min-height: 30px;
    padding: 5px 0 0;
    text-align: left;
	line-height: 22px;
}
.article-carousel-right .owl-prev {
    background: hsla(0, 0%, 100%, 0.98) url("../images/left-article-arrow1.png") no-repeat scroll center center;
    border-radius: 0 4px 4px 0;
    box-shadow: 3px 2px 8px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 0;
    height: 70px;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 55px;
    transition: box-shadow 0.2s ease 0s;
    width: 30px;
}
.article-carousel-right .owl-next {
    background: hsla(0, 0%, 100%, 0.98) url("../images/right-article-arrow1.png") no-repeat scroll center center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: -3px 2px 8px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 0;
    height: 70px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 55px;
    transition: box-shadow 0.2s ease 0s;
    width: 30px;
}
.article-carousel-right p {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

a.articleviewall {   background: #eee;
    color: #000;
    padding: 7px 14px;
	margin-right: 8px;
	margin-bottom: 8px;
    /* display: block; */
    float: right;
	font-size: 12px;
}

@media only screen and (min-width:1600px) and (max-width:1920px) {
.forupresi_height100 {
	height: 100px!important
}
}