label.error{font-size: 1rem;font-weight: 400;line-height: 1.5;color:#ff0000;width:100%;}
input.error,textarea.error,select.error{border:#ff0000 1px solid;}

span.required{padding-left:5px;color:#ff0000;}

.blog-grid .btns-outer {margin: 0 0 20px;top: 0;display: flex;justify-content: center;align-items: center;}
.blog-grid .filter-tabs {position: relative;text-align: center;display: flex;justify-content: flex-end;align-items: center;margin-bottom: 35px;}
.blog-grid .filter-tabs li {position: relative;font-size: 18px;color: #666666;font-weight: 600;margin-left: 44px;transition: all 300ms ease;border-top: 3px solid transparent;cursor: pointer;}
.blog-grid .filter-tabs li.active{color: #1370b5;border-color: #1370b5;}