﻿.searchFilterBar{}
.filterBox{width:calc(100% / 3 - 30px);}
.reportListingRow .col,.chooseItem{margin-top:30px;}
.iconBorder{width:100px;height: 90px;border: 4px solid #1c89bd;box-shadow: 20px 20px 24px rgb(149 156 160 / 18%);}
.cat-icon{background-image: url(../images/cat-sprite.png);background-repeat: no-repeat;display:block;width:92px;height:82px;}
.cat-icon-1{background-position: -9px -88px;}
.cat-icon-2{background-position:-9px -169px;}
.cat-icon-3{background-position:-9px -500px;}
.cat-icon-4{background-position:-9px -2px;}
.cat-icon-5{background-position:-9px -666px;}
.cat-icon-6{background-position:-9px -336px;}
.cat-icon-7{background-position:-9px -749px;}
.cat-icon-8{background-position:-9px -252px;}
.cat-icon-183{background-position:-9px -417px;}
.cat-icon-195{background-position:-9px -582px;}
.cat-icon-196{background-position:-9px -830px;}
.borderGreen::after{background-color:#91c63e;}
.borderPurple::after{background-color:#6d026a;}
.borderOrange::after{background-color:#ee5022;}
.borderFooterOne{border-bottom: 2px solid #dedede; border-left: 2px solid #dedede;}
.reportBoxOne{background: #fff; border-radius: 10px;border: 1px solid #e0e0e0; }
.reportBoxTwo{background: #fff; border-radius: 5px; border: 1px solid #e0e0e0; }
.reportBoxThree{background: #fff; border-radius: 5px; border: 1px solid #e0e0e0;}
.reportInfoFour{border-radius: 10px; background: #fff}
.reportInfoFour p{font-size: 19px; font-weight: 600;}
.reportInfoThree h3{font-size: 14px; font-weight: 400;}
.reportInfoFour .contact a, .reportInfoFour .email a{color: #4c4c4c;font-size: 18px;padding:10px;border-top: 1px dashed #9b9b9b;display: block;text-decoration: none;}
.reportInfoFour  a i{margin-right: 10px}
.reportInfoFour  a:hover{color: #408bc0;}

        
@media (max-width: 576px){
    .filterBox {width:calc(100% / 1 - 30px);margin:20px auto;}
    .reportListingSec .card-footer .btn{min-width:150px;padding:10px 15px;}
    .secHeading{font-size:24px;}
}