.bigbox{ width:100%; display: flex;}
.case-title{ width:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; gap:10px; padding:30px 0px 10px; }
.case-title h1{ font-weight:2.43rem; text-align:center; }
.case-title p{ font-weight:1rem; text-align:center; width:370px; line-height:2; }
.case-nav{ width:100%; padding:0px 15px; display:flex; justify-content:flex-start; flex-direction:row; flex-wrap:wrap; gap:10px; border-bottom:1px solid #c3c3c3; }
.case-nav button{ padding:10px; font-size:1.3rem; border: 0; background-color: transparent; border-bottom:2px solid #FFF;  }
.case-nav button:hover{ border-bottom:2px solid #000; }
.case-nav .active{ border-bottom:2px solid #000; }
.caseinfo{ width:100%; display:flex; padding:50px 0px; }
.caseone{ width:100%; display:flex; flex-direction:column; }
.caseone i{ width:100%; }
.caseone i img{ width:100%; }
.caseone p{ width:100%; height: 70px; display:flex; justify-content:center; align-items:center; flex-direction:column; text-align:center; padding:10px; font-size:1rem; }

.pagination-box { width:100%; display:flex; justify-content:flex-start; align-items:center; padding:40px 0px;}
.pagination { width:100%; display:flex; justify-content:center; align-items:center; gap:5px;}
.pagination li {}
.pagination li a, 
.pagination li span {display:block;border-radius:360px;cursor: pointer; font-size:1rem; border:2px solid #cecece; color:#000!important; background-color: #ffffff; width:40px; height:40px; display: flex; justify-content: center; align-items: center;}
.pagination li a.cw{width:40px;height:40px;display:flex;justify-content:center;align-items:center;}
.pagination li.active a { background:#000; color: white!important; border:2px solid #000;}
.pagination li.disabled a { color:#f4f4f4!important; cursor: not-allowed;}
.pagination li.disabled a:hover { color:#f4f4f4!important;}
.pagination li a:hover:not(.disabled) {}
.pagination li a:hover:not(.disabled) {background:#333333; color:white!important; border:2px solid #333333;}
#first{ background-image:url(../../uploads/svg-loaders/left-h-double-arrow.svg); background-position:center; background-repeat:no-repeat; background-size:15px; }
#newsprev{ background-image:url(../../uploads/svg-loaders/left-h-single-arrow.svg); background-position:center; background-repeat:no-repeat; background-size:15px; }
#newsnext{ background-image:url(../../uploads/svg-loaders/right-h-single-arrow.svg); background-position:center; background-repeat:no-repeat; background-size:15px; }
#last{ background-image:url(../../uploads/svg-loaders/right-h-double-arrow.svg); background-position:center; background-repeat:no-repeat; background-size:15px; }

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {

}

/* xs */
@media (max-width: 767px) {


}

@media (max-width: 480px) {
}