<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content p {
    font-size: 16px;
    margin-bottom: 24px;
	color:#757575;
}
.content p:last-child{
	margin-bottom:0;
}
.services-pg h5.asideHeading img {
    width: 20px;
    margin-right: 8px;
}
.services-pg h5.asideHeading {
    font-family: 'Poppins-Bold';
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #D5E1F0;
}
.services-pg .sectionTitle {
    color: #2C2768;
}
.service-emerg .bannerSec, .service-primary .bannerSec {
    margin-bottom: 30px;
}
.innerSectionTitle{
	font-size:26px;
	color:#000F07;
	font-family:'Poppins-Bold';
	margin-bottom:18px;
}
.service-emerg .innerSectionTitle, .service-primary .innerSectionTitle {
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
}
.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;
}
.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: 0;
	right:auto;    
}
.filterGroup .inputSearch.searchPrepend input.form-control{
	padding: 10px 20px 10px 48px;
}
.filterGroup .inputSearch ::-webkit-input-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:-webkit-inline-box;
}
.filterTagWrapper{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0px;
	width: 86%;
}
.contactusList ul li {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #D5E1F0;
	cursor:pointer;
	font-size: 14px;
}
.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;
    padding-bottom:1px;
}
.switchGroup &gt; div {
    cursor: pointer;
}
.switchGroup .hoverIcon {
    display: none;
}
.switchGroup &gt; div:hover .default, .switchGroup &gt; div.active .default {
    display: none;
}
.switchGroup &gt; div:hover .hoverIcon, .switchGroup &gt; div.active .hoverIcon {
    display: inline-block;
	background: #3D71B3;
}
.switchGroup &gt; div img {
        width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 10px 10px 10px 10px;
	background: #fff; 
    border-radius: 4px;	
}
.switchGroup .sortIcon {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
	border: 1px solid #3D71B3;
	border-right:none;
}
.switchGroup .locationIcon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    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;
}
.servicesCardParent{
	margin-bottom:30px;
}
.servicesCardWrapper {
    box-shadow: 2px 8px 20px rgb(0 0 0 / 8%);
    height: 100%;
    padding: 0;
	text-align:center;
	    color: #545454;
    text-decoration: none !important;
	display: flex;
    flex-direction: column;
   /* justify-content: space-between;*/
       background: #fff;
    border-radius: 10px;
}
.servicesCardWrapper:hover{
	color: #545454;
	box-shadow:0px 3px 6px rgb(0 0 0 / 15%);
}
.servicesCardWrapper .imgContainer {
        width: 140px;
    position: relative;
    height: 140px;
    margin: 36px auto 24px auto;
}
.servicesCardWrapper .imgContainer img {
    width: 100%;
    object-fit: cover;
}
    .servicesCardWrapper .cardContent {
        padding: 16px 10px;
        text-align: center;
        background: #F7F7F7;
        height: 100%;
    }
.servicesCardWrapper .title {
    color: #2C2768;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    margin-bottom: 0;
}
.servicesCardWrapper .cardContent .desc {
    font-size: 18px;
}
.services-pg {
    padding: 28px 0 28px 0;
    background: #F7F8FA;
}
.filterSection .card-body .btn-group-toggle {
    padding-left: 0;
    margin-top: 15px;
}
.mapViewSec {
    padding: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}
.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::-webkit-input-placeholder {
	color: #757575;
}
.form-group .form-control {
    border: 1px solid #2C2768;
    border-radius: 5px;
    min-height: 42px;
    padding: 6px 16px;
	font-size: 14px;
	color:#2C2768;
}
.form-control:focus, .form-control:visited, .form-control:active {
    border-color: #2C2768;
}
.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: #2C2768;
    border-color: #2C2768;
    line-height: 18px;
}
.additonalFilter .orderbyControl {
    font-size: 28px;
    cursor: pointer;
    margin-left: 10px;
    color: #2C2768;
    padding-left: 10px;
    padding-right: 14px;
}
.additonalFilter .showCtrl {
    min-width: 80px;
}
.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*/
.services-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;
}
.services-pg .contactusList{
	background:#fff;
	padding:16px 16px;
	margin-bottom:24px;
	border-radius: 10px;
}
.service-fad .form-group .form-control {
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #6C757D;
    min-height: 40px;
	border-radius: 5px;
}
.service-fad .form-group{
	margin-bottom:10px;
}
.service-fad a {
    margin-top: 12px;
    font-size: 14px;
    color: #3D71B3;
}
.contactusList ul li {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #D5E1F0;
	cursor:pointer;
	font-size: 14px;
}
.contactusList ul li:last-child{
	border-bottom:none;
	margin-bottom:0;
}
.contactusList ul li .listHeading {
    font-size: 14px;
    color: #000000;
	margin-bottom:6px;
}
.contactTimeList ul li .listHeading {
   font-family: 'Poppins-Bold';
   margin-bottom:6px
}
.contactusList ul li .listHeading .hoverImg{
    margin-left:4px;
	width:18px;
	display:none;
} 
.contactusList ul li:hover .hoverImg{
	display:inline-block;
}
.contactusList ul li a{
	color:#3D71B3 !important;
	text-decoration:none !important;
}
.contactusList ul li a img{
	width:15px;
	margin-right:6px;
}
.services-pg .contactusList.linkList {
    border: 1px solid #D5E1F0;
}
.services-pg .profileContactList{
	background:#fff;
	margin-bottom:24px;
}
.services-pg .profileAddList{
	margin-bottom:24px;
	background:#fff;
}
.services-pg .profileAddList .listHeading {
    font-family: 'Poppins-Bold';
    margin-bottom: 8px;
}
.services-pg .profileAddList .listAddress {
    color:#575757;
}
.services-pg .profileAddList ul li:last-child {
    padding-bottom:0;
}
.profileContent .headeResponse {
    color: #757575;
    font-size: 18px;
}
.profileContent .headeResponse .profileResponse {
    display: inline-flex;
	align-items: center;
}
.profileContent .headeResponse .iconContainer {
    width: 24px;
    margin-right: 8px;
}
.profileContent .headeResponse .iconContainer img{
	width:100%;
}
.profileContent .headeResponse .responseCount {
    font-size: 24px;
    font-family: 'Poppins-Bold';
	margin-right: 6px;
	line-height: 24px;
}
.profileContent .headeResponse .yourExp {
    color: #3D71B3;
}
.profileContent .content {
    margin-top: 20px;
}
.listViewWrapper {
    padding: 0;
    box-shadow: none;
}
.listViewWrapper .alphabetTitle {
    font-size: 26px;
    font-family: 'Poppins-Bold';
    margin-bottom: 15px;
    color: #2C2768;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCD2D9;
}
.listViewWrapper .serviceList {
    display:flex;
	flex-wrap:wrap;
}
.listViewWrapper .serviceList li {
    width: 25%;
	margin-bottom: 16px;
	padding-right: 24px;
}
.listViewWrapper .serviceList a{
	color:#2C2768;
	font-size: 14px;
}
.listViewWrapper .serviceList a:hover, .listViewWrapper .serviceList a:focus, .listViewWrapper .serviceList a:visited{
	color:#2C2768;
	opacity:0.8;
}
.listViewSec .listGrp:last-child .serviceList {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.listViewSec .listGrp {
    background: #fff;
    border: 1px solid #CCD2D9;
    border-radius: 10px;
    padding: 16px 16px 0px 16px;
    margin-bottom: 10px;
}
/*Services emergency*/
.services-pg .contactusList.linkList {
    border: 1px solid #D5E1F0;
}
.services-pg .profileContactList{
	background:#fff;
	margin-bottom:24px;
}
.services-pg .profileAddList{
	margin-bottom:24px;
	background:#fff;
}
.services-pg .profileAddList .listHeading {
    font-family: 'Poppins-Bold';
    margin-bottom: 8px;
}
.services-pg .profileAddList .listAddress {
    color:#575757;
}
.services-pg .profileAddList ul li:last-child {
    padding-bottom:0;
}
.services-pg h5.asideHeading img {
    width: 22px;
    margin-right: 8px;
}
.services-pg h5.asideHeading {
    font-family: 'Poppins-Bold';
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #D5E1F0;
}
.services-pg .contactusList.locationMap .listHeading {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins-Bold';
}
.directionContact img {
    max-width: 12px;
}
.services-pg .contactusList.locationMap .directionContact{
	font-size:12px;
}
.services-pg .contactusList.locationMap .directionContact {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.asideNewletter {
    background: #2C2768;
    padding: 0px 16px 16px 16px;
    margin-bottom: 18px;
	border-radius:10px;
}
.asideNewletter h5.asideHeading {
    color: #fff;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
}
.asideNewletter .desc {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
    color: rgb(255 255 255 / 84%);
}
.asideNewletter .inputSearch .form-control {
    background: transparent;
    color: rgb(255 255 255 / 84%);
    padding-right: 36px;
    border-color: rgb(255 255 255 / 84%) !important;
	border-radius:5px;
}
.asideNewletter .inputSearch .form-control::-webkit-input-placeholder { 
  color: rgb(255 255 255 / 84%);
}
.btn-primary.btn-white {
    background: #fff;
    color: #2C2768;
    border-color: #fff;
    padding: 12px 16px;
	border-radius: 5px;
}
.btn-primary.btn-white:hover, .btn-primary.btn-white:focus, .btn-primary.btn-white:visited, .btn-white.active, .btn-primary.btn-white:not(:disabled):not(.disabled):active {
    border-radius: 5px;
    background: #fff;
    border-color: #fff;
    color: #2C2768;
    opacity: 0.8;
}
.asideNewletter .newletterRocke {
    display: block;
    max-width: 124px;
    margin-left: 25px;
    margin-bottom: 12px;
}
.comparisonSecList .heading .imgContainer {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}
.comparisonSecList .heading {
    font-family: 'Poppins-Bold';
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ECEDEE;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.comparisonSecList {
    border: 1px solid #ECEDEE;
    padding: 16px 16px;
    background: #F5F8F9;
    height: 100%;
}
.comparisonSecList ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
	font-size:13px;
}
.comparisonSecList ul li::before {
    content: '';
    background: url(../images/tick.png)no-repeat;
    width: 11px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    background-position: center center;
    background-size: 100% 101%;
}
.comparisonSecContent {
    height: calc(100% - 63px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.comparisonSecList .btn-outline-primary {
    margin: 22px auto 8px auto;
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'Poppins-Bold';
	border-radius:5px;
}
.comparisonSec {
    margin-bottom: 20px;
}
.customAlert {
    background: #2C2768;
    padding: 16px 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.service-emerg .content .customAlert {
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.customAlert .alertContent {
    display: inline-flex;
    font-size: 16px;
    align-items: center;
}
.service-emerg .customAlert .btnGroup {
    margin-top: 16px;
}
.service-emerg .customAlert .btnGroup .btn {
    margin-right: 16px;
}
.customAlert .btn {
    font-family: 'Poppins-Bold';
}
.service-emerg .customAlert .btnGroup .btn:last-child {
    margin-right: 0px;
}
.staticSplitSec {
    background: #fff;
    margin-bottom: 38px;
}
.staticSplitSec .leftContainerCol {
    padding-right: 0;
}
.staticSplitSec .leftContainerCol {
    border: 1px solid #D1D7D9;
    border-right: none;
    padding-left: 0;
}
.staticSplitSec .rightContainerCol {
    border: 1px solid #D1D7D9;
    border-left: none;
    background: #fff;
    padding-right: 0;
	padding-left: 0;
}
.service-emerg .staticSplitSec .leftContainer {
    background: #F5F8F9;
}
.service-emerg .rightContainer {
    padding: 28px 20px 20px 20px;
    background: #fff;
}
.services-pg .staticSplitSec .rightContainer {
    display: flex;
    height: 100%;
    /*align-items: center;*/
}
.service-emerg .staticSplitSec .sectionTitle {
    font-size: 24px;
    margin-bottom: 12px;
}
.service-emerg .staticSplitSec .desc {
    margin-top: 10px;
	   color: #302D2D;
}
.listedCardWrapper {
    padding: 30px 36px 0px 36px;
    margin-bottom: 38px;
}
.listedCardWrapper .innerSectionTitle{
	margin-bottom:18px;
}
.listedCard {
    display: flex;
    margin-bottom: 30px;
}
.listedCard .listedCardContent .listedCardTitle {
    font-size: 16px;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
    color: #000F07;
    text-decoration: none !important;
    display: inline-block;
}
.listedCard .hoverImg {
    display: none;
}
.listedCard .listedCardContent .listedCardTitle:hover, .listedCard .listedCardContent .listedCardTitle:focus {
    color: #2C2768;
}
.listedCard:hover .hoverImg, .listedCard .listedCardContent .listedCardTitle:hover .hoverImg, .listedCard .listedCardContent .listedCardTitle:focus .hoverImg {
    display: inline-block;
}
.listedCard .content {
    color: #575757;
    margin-bottom: 14px;
}
.listedCard .listedCardContent .btn {
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'Poppins-Bold';
	border-radius:5px;
}
.services-pg .staticSplitSec .btn {
    padding: 11px 16px;
    font-size: 16px;
    font-family: 'Poppins-Bold';
	border-radius:5px;
}
.staticSplitSec .btnGroup {
    margin-top: 20px;
}
 .fontsize14, .content .fontsize14{
	 font-size:14px;
 }
/*Services emergency*/
/*Services primary care*/
.content a {
    color: #3D71B3;
}
.content a:hover, .content a:focus, .content a:visited {
    color: #3D71B3;
}
.communitySec {
    background: #3D71B3;
    color: #fff;
    padding: 34px 32px;
	margin-top: 28px;
}
.communitySec *{
    color: #fff !important;
}
.communitySec .cardList {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}
.communitySec .cardList li{
	width:186px;
	margin-right:15px;
}
.communitySec .cardList li:last-child{
	margin-right:0;
}
.communitySec .cardList .imgContainer{
	width:100%;
}
.communitySec .cardList .cardContent {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
}
/*Services primary care*/

@media(min-width:1200px){
	/*.services-pg .customContainer{
		max-width:1140px;
	}*/
	.filterSection ul .filterKeyword .text {
		margin-top: 0;
		margin-left: 8px;
	}
}
@media(min-width:1440px){
	
}
@media(min-width:1536px){
	
}
@media(min-width:1600px){
	
	
}
@media(min-width:1920px){
	
}


@media(max-width:1342px){
	.communitySec {
		padding: 34px 20px;
	}	
}
@media(max-width:1199px){
	.customContainer {
		max-width: 100%;
	}
	.innerSectionTitle {
		font-size: 22px;
	}
	.filterSection ul .filterKeyword .text {
		margin-left: 5px;
		margin-top: 0px;
	}
	.listViewWrapper .serviceList li {
		width: 50%;
	}
	.filterTagWrapper {
		width: 84%;
	}
	/* .staticSplitSec .leftContainer {
		height: 100%;
		background: #F5F8F9;
	} */
	.comparisonSecList .btn-outline-primary {
		padding: 12px 10px;
	}
	.showEntires{
		margin-bottom:20px;
	}
	.communitySec .cardList li {
		margin-bottom: 24px;
	}
	.communitySec{
		padding-bottom:10px;
	}
}
@media(max-width:1023px){
	.comparisonSecList .btn-outline-primary, .service-emerg .customAlert .btnGroup .btn, .listedCard .listedCardContent .btn, .services-pg .staticSplitSec .btn {
		font-size:14px;
	}
}
@media(max-width:991px){
	.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;
	}
	.comparisonSecList {
		height: auto;
		margin: 10px 0;
	}
	.customAlert {
		padding: 16px 24px;
	}
	.additonalFilter {
		margin-top: 20px;
	}
	.showEntires{
		margin-bottom:0px;
	}
}
@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;
	}
	.profileContent .headeResponse{
		text-align:left;
	}
	.secTitleGrp{
		margin-bottom:15px;
	}	
	.filterSection .btn-group-toggle .btn {
		margin-right: 5px;
	}
	.filterTagWrapper {
		width: 100%;
	}

}
@media(max-width:680px){
	.listViewWrapper .serviceList li {
		width: 100%;
	}
	.listedCardWrapper {
		padding: 0 15px 0px 15px;
		margin-bottom:0;
	}
}
@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;
	}
	.service-emerg .customAlert .btnGroup .btn:last-child{
		margin-top:15px;
	}
}
@media(max-width:420px){
	.filterGroup .inputSearch {
		min-width: 100%;
	}
	.filterSection .btn-group-toggle .btn {
		margin-right: 4px;
	}
	
}</pre></body></html>