.content p {
    font-size: 16px;
    margin-bottom: 24px;
    color: #252525;
}
.content p:last-child{
	margin-bottom:0;
}
.news-pg .sectionTitle {
    color: #2C2768;
}
.service-emerg .bannerSec {
    margin-bottom: 30px;
}
.innerSectionTitle{
	font-size:26px;
	color:#000F07;
	font-family:'Poppins-Bold';
	margin-bottom:18px;
}
.subheading {
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
}
.filterGroup .inputSearch {
    min-width: 100%;
    display: inline-flex;
}
.filterGroup .inputSearch input.form-control {
    border: 1px solid #2C2768;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 48px 10px 20px;
    height: 50px;
    color: #000;
}

/* Tooltip Styles */

.newstooltip {
    position: relative;
    background: #fff;
    display: inline-block;
    width: auto;
    font-family: 'ProductSansBold';
    color: #2C2768;
    cursor: pointer;
    left: auto;
    width: auto;
    bottom: 0px;
    right: 0;
    padding-left: 2px;
    font-weight:bold;
}
.desc .tooltiptext {
    visibility: hidden;
    background-color: #343a40;
    color: white;
    border-radius: 7px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    left: 0;
    margin-left: 0;
    z-index: 1000;
}

.desc .tooltiptext::after {
    content: "";
    position: absolute;
    /* To position the tooltip */
    top: 100%;
    left: 90%;
    margin-left: 0;
    /* To add an arrow */
    border: 6px solid;
    border-color: #343a40 transparent transparent transparent;
}

.newstooltip:hover+.tooltiptext {
    visibility: visible;
}

.newstooltipList:hover+.tooltiptext {
    visibility: visible;
}

.newstooltipList {
    position: relative;
    background: #fff;
    display: inline-block;
    width: auto;
    font-family: 'ProductSansBold';
    color: #087C3E;
    cursor: pointer;
    left: auto;
    width: auto;
    bottom: 0px;
    /* right: 0; */
    padding-left: 8px;
}


/* CSS for Tooltip */
.desc {
    position: relative;
}
.newstooltip {
    cursor: pointer;
}
.newsSummarytextbanner {
    max-width: calc(100% - 14px);
    display: inline;
    /*white-space: nowrap; */
    overflow: hidden;
    margin: 4px 0 !important;
    color: #3D71B3;
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
}
.tooltiptextbanner {
    visibility: hidden;
    background-color: #343a40;
    color: white;
    border-radius: 7px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);
    width: auto;  
    text-align: center; 
}
.tooltiptextbanner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #343a40;
}
.newstooltip:hover + .tooltiptextbanner {
    visibility: visible;
}
.newstooltipList {
    background: #fff;
    display: inline-block;
    width: auto;
    font-family: 'ProductSansBold';
    color: #087C3E;
    cursor: pointer;
    left: auto;
    width: auto;
    bottom: 0px;
    /* right: 0; */
    padding-left: 8px;
}

.filterGroup .inputSearch .searchIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.filterGroup .inputSearch.searchPrepend .searchIcon {
    left: auto;
	right:0;    
}
.filterGroup .inputSearch.searchPrepend input.form-control{
	padding: 10px 48px 10px 20px;
}
.btnWrapper{
	width:100%;
	margin-bottom: 20px;
}
.btnWrapper .btn{
	width:100%;
}
.filterGroup .inputSearch ::placeholder { 
  color: #000;
}
.filterGroup {
    display: inline-flex;
    align-items: center;
	width:100%;
}
.filterTagWrapper li a {
    background: #EAF5FA;
    font-size: 12px;
    padding: 6px 12px;
    color: #2C2768 !important;
    text-decoration: none !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
	line-height: 18px;
}
.filterTagWrapper li{
    margin-right: 12px;
    margin-bottom: 10px;
	color:#3D71B3;
	display:inline-flex;
}
.filterTagWrapper{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0px;
	width: 86%;
	width: 100%;
}
.serviceFilterGrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filterTagWrapper li:last-child{
    margin-right: 0px;
}
.filterTagWrapper a .closeTag {
        margin-left: 6px;
     font-size: 16px;
    position: relative;
    top: 0;
}
.filterTagWrapper li .customTag {
    display: inline-flex;
    align-items: center;
}
.filterTagWrapper li .star-ratings-sprite {
    margin: 0;
}
.filterTagWrapper li .star-ratings-sprite {
    margin: 0 8px 0 0px;
}
.switchGroup {
    display: inline-flex;
	margin-left:20px;
	max-height: 42px;
}
.switchGroup > div {
    cursor: pointer;
}
.switchGroup .hoverIcon {
    display: none;
}
.switchGroup > div:hover .default, .switchGroup > div.active .default {
    display: none;
}
.switchGroup > div:hover .hoverIcon, .switchGroup > div.active .hoverIcon {
    display: inline-block;
	background: #3D71B3;
}
.switchGroup > div img {
        width: 40px;
    min-width: 40px;
    height: 40px;
	min-height:100%;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-radius: 5px;
}
.switchGroup .sortIcon {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
	border: 1px solid #3D71B3;
	    border-right: none;
}
.switchGroup .locationIcon {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
	border: 1px solid #3D71B3;
	    border-left: none;
}
.btn.ctrlBtn {
    padding: 3px 36px;
    height: 42px;
}
.secTitleGrp{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}
.secTitleGrp .filterGroup .inputSearch{
	margin-right:0;
}
.newsCardParent{
	margin-bottom:30px;
}
.newsCardWrapper {
    box-shadow: 2px 8px 20px rgb(0 0 0 / 8%);
    height: 100%;
    padding: 0;
	text-align:center;
	    color: #252525;
    text-decoration: none !important;
	display: flex;
    flex-direction: column;
   /* justify-content: space-between;*/
    background: #fff;
    border-radius: 10px;
	overflow: hidden;
}
.newsCardWrapper:hover{
	color: #252525;
	box-shadow:0px 3px 6px rgb(0 0 0 / 15%);
}
.newsCardWrapper:focus,.newsCardWrapper:active {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    border-width: 0.5px;
    border-style: solid;
}
.filterSwitch .slider:focus, .filterSwitch .slider:active {
 box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    border-width: 0.5px;
    border-style: solid;
}
.newsCardWrapper .imgContainer {
    width: 100%;
    position: relative;
    height: unset;
    margin: 0px;
    background: #fff;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.newsCardWrapper .imgContainer img {
    width: 100%;
    object-fit: cover;
}
.newsCardWrapper .newsDetails {
    display: flex;
}
.newsCardWrapper .cardContent {
        padding: 16px 16px;
    text-align: left;
    background: #fff;
	position: relative;
    height: 100%;
}
.newsCardWrapper .title {
    color: #2C2768;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    margin-bottom: 12px;
}
.newsCardWrapper .cardContent .desc {
    font-size: 14px;
	margin-bottom:20px;
	margin-bottom: 40px;
}
.newsCardWrapper .date{
	display:flex;
	color:#252525;
	font-size: 14px;
	align-items: center;
	    position: absolute;
    left: 16px;
    bottom: 16px;
}
.newsCardWrapper .date .icon{
	max-width:18px;
	margin-right:8px;
}
.news-pg {
    padding: 28px 0 28px 0;
    background: #F7F8FA;
}
.filterSection .card-body .btn-group-toggle {
    padding-left: 0;
    margin-top: 15px;
}
.filterSection .btn-primary {
    padding: 13px 16px;
    width: 100%;
    border-radius: 5px;
}
.filterSection .filterGroup .inputSearch input.form-control{
	    font-size: 14px;
    height: 40px;
    color: #757575;
    border-color: #3D71B3;
}
.filterSection .filterGroup .inputSearch input.form-control::placeholder {
	color: #757575;
}
.filterSection .dateRangeCard .inputSearch input.form-control{
	padding:10px 48px 10px 16px;
}
.filterSection .dateRangeCard .inputSearch input.form-control::placeholder{
	color: #6C757D;
}
.form-group .form-control {
    border: 1px solid #2C2768;
    border-radius: 5px;
    min-height: 42px;
    padding: 6px 16px;
	font-size: 18px;
	color:#2C2768;
}
.form-control:focus, .form-control:visited, .form-control:active {
    border-color: #2C2768;
}
body .additonalFilter .selectCtrl select.form-control:focus, body .filterGroup .inputSearch input.form-control:focus {
    border-color: #2C2768 !important;
    border: 2px solid !important;
    border-radius: 4px !important;
}
.filterSection .filterGroup .inputSearch .searchIcon {
    font-size: 22px;
}
.filterSection .filterGroup {
    margin-top: 15px;
	width: 100%;
}
.filterSection .showMore {
        font-size: 13px;
    display: block;
    color: #3D71B3;
    margin-top: 15px;
    cursor: pointer;
}
.showEntires {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    margin-top: 14px;
    color: #2C2768;
}
.additonalFilter .selectCtrl::after {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
.additonalFilter .col-form-label {
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
    font-family: 'Poppins-Regular';
    display: inline-flex;
    align-items: center;
}
.additonalFilter {
    justify-content: flex-end;
	margin-bottom: 13px;
}
.additonalFilter .selectCtrl{
	width:100%;
}
.additonalFilter .selectCtrl select.form-control {
    font-size: 14px;
    height: 42px;
    padding: 8px 36px 8px 18px;
    border-radius: 4px;
    color: #000;
    border-color: #2C2768;
    line-height: 18px;
}
.filterGroup .inputSearch ::placeholder{
	color:#000;	
	color:#757575;
}
.additonalFilter .orderbyControl {
    font-size: 28px;
    cursor: pointer;
    margin-left: 15px;
    color: #2C2768;
}
.additonalFilter .form-group {
    display: flex;
	margin-bottom: 15px;
}
.filterSection .card-header {
    padding: 0;
    background: #fff;
    border-bottom: none;
    color: #2C2768;
        font-size: 16px;
    font-family: 'Poppins-Medium';
}
.filterSection .card {
    padding: 16px;
	box-shadow:3px 2px 10px 0px rgb(4 26 55 / 5%);
	
	box-shadow: none;
    margin-top: 18px;
    background: #fff;
    border-radius: 10px;
}
.filterSection .card-body{
	padding:0;
}
.filterSection ul li{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 15px;
	margin-top: 15px;
}
.filterSection ul{
	margin:20px 0 0 0!important;
	padding-left:0;
}
.filterSection ul .filterKeyword {
        font-size: 12px;
    color: #757575;
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    line-height: 20px;
    align-content: center;
}
.filterSection ul .filterResultCount {
    color: #757575;
    font-size: 14px;
	width: 38px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.filterSection .filterGroup .inputSearch {
    width: 100%;
    max-width: 100%;
    min-width: unset;
}
.filterSection ul .filterKeyword .star-ratings-sprite {
    margin: 0;
}

/*start switch css*/
.filterSwitch .switch {
  position: relative;
  display: inline-block;
    min-width: 40px;
    height: 5px;
    margin-bottom: 0;
    margin-right: 12px;

}
    .filterSwitch .switch input {
        display: none;
    }
.filterSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c8d0d8;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}
.filterSwitch .slider:before {
  position: absolute;
  content: "";
      height: 20px;
    width: 20px;
    left: 0px;
    bottom: -7px;
    background-color: #787470;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
        box-shadow: 0px 2px 4px 1px #c8d0d8;
}
.filterSwitch input:checked + .slider {
  background-color: #84b4f2;
}
.filterSwitch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.filterSwitch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  /*background: #981c50;
  box-shadow:0px 2px 4px 1px #f0e4e8;*/
      background: #2C2768;
    box-shadow: 0px 2px 4px 1px rgb(44 39 104 / 25%);
}
.filterSwitch .slider:after{
 content:'';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 white-space: nowrap;
 padding-left: 18px;
}
.filterSwitch input:checked + .slider:after{  
  content:'';
  white-space: nowrap;
  padding-left:0;
}
/*end switch css*/
.news-pg.customBreadcrumb {
    margin: 0;
	padding:0;
}
.filterSection .btn-group-toggle .btn {
        border-radius: 3px;
    color: #757575;
    border-color: #3D71B3;
    display: inline-flex;
    font-size: 12px;
    padding: 2px 4px;
    width: 24px;
    height: 24px;
    margin: 0 3px 6px 0px;
    justify-content: center;
    font-family: 'Poppins-Regular';
}
.filterSection .btn-group-toggle .btn:hover, .filterSection .btn-group-toggle .btn:focus, .filterSection .btn-group-toggle .btn:visited, .filterSection .btn-group-toggle .btn.active, .filterSection .btn-group-toggle .btn:not(:disabled):not(.disabled):active{
    border-radius: 3px;
    background: #3D71B3;
    border-color: #3D71B3;
	color:#fff;
}
.listViewWrapper {
    padding: 0;
    box-shadow: none;
	margin-bottom:20px;
}
.listViewSec .cardContent {
    background: #fff;
    border: 1px solid #CCD2D9;
    border-radius: 10px;
    padding: 16px 16px 16px 16px;
    margin-bottom: 10px;
}
.listViewSec .cardContent:hover {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
}
.listViewSec .cardContent .title {
    color: #2C2768;
    font-family: 'Poppins-Bold';
    font-size: 14px;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCD2D9;
}
.listViewSec .cardContent .desc {
    font-size: 12px;
    margin-bottom: 20px;
}
.listViewSec .date {
    display: flex;
    color: #252525;
    font-size: 12px;
    align-items: center;
}
.listViewSec .date .icon {
    max-width: 18px;
    margin-right: 8px;
    }
.clearsearch {
    position: absolute;
    color: #5f5c5c;
    top: 6px;
    right: 15px;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    cursor: pointer;
}
.single-line{
    /*white-space: nowrap; */
    overflow: hidden;
    width: 830px;
    display: inline-block;
}
/*.single-line-card{
    width: 230px;
    display: inline-block;
    text-align: justify;
}*/
.clearsearchText {
    position: absolute;
    color: #5f5c5c;
    top: 8px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
	display: inline-flex;
    width: 21px;
}

.calendarClear {
    position: absolute;
    color: #5f5c5c;
    top: 6px;
    right: 20px;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    cursor: pointer;
}
.notfound {
    font-size: 12px !important;
    color: #070707;
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    line-height: 20px;
    align-content: center;
}
.page-item:not(.disabled) {
    cursor: pointer;
}
.newsCardWrapper .imgContainer img{
	    height: 160px;
    border-radius: 0px;
}
.newsdetail .timeslotHighlight h6 {
    font-family: 'Poppins-Medium';
    margin: 6px 0;
    padding-left: 15px;
}
.newsDetails-pg .newsdetail .timeslotHighlight {
    margin: 12px 0 !important;
}
.newsDetails-pg .newsdetail{
	text-align:left !important;
}
main .newsDetails-pg .staticBanner {
    margin-bottom: 15px !important;
}
.newsDetails-pg .filterSection .card:first-child {
    margin-top: 0;
}
.news-search input[type=text] {
    width: 100%;
    padding: 0 10px;
    height: 34px;
    margin: 0;
    display: inline-block;
    border: none;
    box-sizing: border-box;
}
.news-search input[type="submit"] {
    background: url(/Master/Design001/assets/images/search.svg)no-repeat !important;
    font-size: 0 !important;
    height: 100% !important;
    display: inline-flex !important;
    background-position: center center !important;
    right: 6px !important;
    left: auto;
}
.news-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-family: FontAwesome;
    font-size: 1.3333333333333333em;
    border: none;
    background: none;
    cursor: pointer;
    color: #1d386c;
    font-size: 16px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.news-search input[type=text] {
    font-size: 14px;
    height: 40px !important;
    color: #757575;
    border: 1px solid #3D71B3 !important;
    padding: 10px 48px 10px 20px !important;
    border-radius: 4px;
}
.news-search input[type=text]:focus {
    font-size: 14px;
    height: 40px !important;
    color: #757575;
    border: 2px solid #3D71B3 !important;
    padding: 10px 48px 10px 20px !important;
    border-radius: 4px;
}
.news-search input[type=text]::placeholder {
	color: #757575;
}
.news-search input[type=text]:focus, .news-search input[type="submit"]:focus {
    outline: 0;
}
ul.thumbnailGroup .thumbList {
    display: flex;
    flex-wrap: nowrap;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,.1);
}
ul.thumbnailGroup .thumbList:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
ul.thumbnailGroup .thumbList .imgContainer {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}
ul.thumbnailGroup .thumbList .imgContainer img{
    border-radius: 5px;    
}
ul.thumbnailGroup .thumbList .date {
    margin-bottom: 0px;
    color: #252525;
	font-size: 12px;
	margin: 0 !important;
	line-height: 14px;
}
ul.thumbnailGroup .thumbList .title {
    margin: 4px 0 !important;
    color: #3D71B3;
    font-family: 'Poppins-SemiBold';
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.thumbnailGroup .thumbList .desc {
    margin-bottom: 0px;
	text-transform:capitalize;
	font-size: 14px;
	
}
.filterSection .contentGroup {
    margin-top: 20px;
}
.filterSection .contentGroup li a {
    color: #3D71B3 !important;
    font-family: 'Poppins-SemiBold';
}
.filterSection .contentGroup li:last-child{
	margin-bottom:0;
}
@media(min-width:720px) {
    .cpages {
        min-width: 84px;
    }
}
@media(min-width:992px){
	main .newsDetails-pg .staticBanner img{
		min-height:468px;
		object-fit: cover;
    }
}
@media(min-width:1200px){
	.filterSection ul .filterKeyword .text {
		margin-top: 0;
		margin-left: 8px;
	}
	.viewCountCtrlCol {
		max-width: 40%;
		flex: 0 0 40%;
	}
	.newsDetails-pg .staticBanner {
		width: 65%;
	}
}
@media(min-width:1440px){
	.viewCountCtrlCol {
		max-width: 33%;
		flex: 0 0 33%;
	}
	.additonalFilter .filterToggleCtrls {
		justify-content: flex-end;
	}
	.additonalFilter .sortByCtrl {
		max-width: 190px;
	}
	.newsCardWrapper .imgContainer img {
		height: 200px;
	}
}
@media(min-width:1536px){
	.viewCountCtrlCol {
		max-width: 32%;
		flex: 0 0 32%;
	}
}
@media(min-width:1600px){
	.viewCountCtrlCol {
		max-width: 30%;
		flex: 0 0 30%;
	}	
}
@media(min-width:1920px){
	/*.newsCardWrapper .imgContainer {
		height: 240px;
	}*/	
	.viewCountCtrlCol {
		max-width: 25%;
		flex: 0 0 25%;
	}
	.newsCardWrapper .imgContainer img {
		height: 240px;
	}
}


@media(max-width:1342px){
	.btnWrapper .btn {
		white-space: nowrap;
	}	
}
@media(max-width:1200px){
	ul.thumbnailGroup .thumbList .title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media(max-width:1199px){
	.customContainer {
		max-width: 100%;
	}
	.innerSectionTitle {
		font-size: 22px;
	}
	.filterSection ul .filterKeyword .text {
		margin-left: 5px;
		margin-top: 0px;
	}
	.filterTagWrapper {
		width: 84%;
		width: 100%;
	}
	.showEntires{
		margin-bottom:20px;
	}
	.btnWrapper .btn {
		white-space: normal;
	}
}
@media(max-width:1023px){

}
@media(max-width:991px){
	.additonalFilter {
		margin-top: 20px;
	}
	.showEntires{
		margin-bottom:0px;
	}
	.btnWrapper .btn {
		width: auto;
	}
	.provider-mobile-view {
		flex-direction: column-reverse;
	}
	.serviceFilterGrp {
		margin-top: 36px;
	}
	.filterGroup{
		width:100%;
	}
	.filterSection .btn-primary {
		width: auto;
	}
	.filterSection ul .filterKeyword .text {
		margin-left: 8px;
		margin-top: 0;
	}
	.filterSection .btn-primary {
		margin-top: 15px;
	}
	.providerResultWrapper {
		margin-top: 24px;
	}
	.customNewsRow .newsNavSec {
		order: 3;
		-webkit-order: 3;
	}
	ul.thumbnailGroup .thumbList .title {
		display: -webkit-box;
		-webkit-line-clamp: unset;
	}
}
@media(max-width:767px){
	
	.additonalFilter .col-form-label {
		min-width: 80px;
	}
	.filterGroup{
		width:100%;
		margin-top:15px;
	}	
	.filterSection .btn-primary {
		width: 100%;
		margin-top: 15px;
	}
	.secTitleGrp{
		margin-bottom:15px;
	}	
	.filterSection .btn-group-toggle .btn {
		margin-right: 5px;
	}
	.filterTagWrapper {
		width: 100%;
	}
	.btnWrapper .btn {
		width: 100%;
	}
}
@media(max-width:680px){

}
@media(max-width:576px){
	.filterGroup{
		margin-top:10px;
	}
	
}
@media(max-width:575px){
	.secTitleGrp {
		flex-direction: column;
		align-items: self-start;
	}
	.secTitleGrp .form-group.justify-content-end {
		width: 100%;
		display: flex;
	}
}
@media(max-width:480px){
	.secTitleGrp {
		flex-direction: column;
		align-items: flex-start;
	}
	.filterSection .btn-group-toggle .btn {
		margin-right: 6px;
	}
}
@media(max-width:420px){
	.filterGroup .inputSearch {
		min-width: 100%;
	}
	.filterSection .btn-group-toggle .btn {
		margin-right: 4px;
	}
	
}
.summarysection {
    color: #2C2768 !important;
    font-size: 20px !important;
    font-family: 'Poppins-Bold' !important;
    margin-bottom: 16px !important;
    margin-top: 15px !important;
}
@media(max-width:767px) {
.summarysection {
     color: #2C2768 !important;
    font-size: 16px !important;
    font-family: 'Poppins-Bold' !important;
    margin-bottom: 16px !important;
    margin-top: 15px !important;
}
}