.bg-white {
    background: #fff !important;
    
}

.bg-grey{
	background: #f0f0f0 !important;
}

.margin-l2{
	margin-left:2px;
}

.margin-0{
	margin-right:0;
}

.margin-2{
	margin-right:2px;
}

.inner-navbar{
	align-items: stretch !important;
	height: auto;
	padding: 0 0 20px 0 !important;

}

.inner-navbar-button{
	border-radius:0 !important;
	width: 100px;
}

.inner-navbar-button-span{
	padding-right:3px !important;
}

.div-showresult
{
	height: auto;
	display: block;
}

.div-showresult-mobile
{	
	display: none;
}

.div-showresult .div-main
{
	height: inherit;
}

.div-showresult .div-main .div-row
{
	height: inherit;
	padding: 20px 0 20px 0;
}

.div-showresult .div-main .div-row .div-left
{
	height: 100%;
	padding-left: 150px;
}

.div-showresult .div-main .div-row .div-right
{
	height: 100%;
	padding-right: 195px;
	float:right;
	z-index:1;
}

.div-showresult .div-main .div-row .div-right .floating-option
{
	float: right;
    background: white;
    width: inherit;
    border: .2px solid;
	width:80px;
}

.floating-option-sort
{
	background: white;
    width: inherit;
    border: .2px solid;
	margin-top: 0;
}

.floating-option-sort .show-page-sort .pagemenu-sort {
    width: 100%;
    padding: 5px;
    padding-top: 3px;
    border: .2px #beb6b6 solid;
    height: 30px;
}

#showresultchevron
{
	cursor:pointer;
}

.show-page
{
	list-style:none;
	width:100%;
}

.expertcard
{
	padding: 20px;
}

.floating-option.fade.in{
	opacity:1;
	display:block !important;
}

.floating-option.fade
{
	display:none !important;
}

.floating-option-sort.fade.in{
	opacity:1;
	display:block !important;
}

.floating-option-sort.fade
{
	display:none !important;
}

.show-page .pagemenu
{
	width:100%;
	padding-right: 5px;
	border: .2px #beb6b6 solid;
}

.show-page .pagemenu:hover
{
	background:#b2b9bf;
}

.show-page .pagemenu a
{
	width:100%;
	cursor:pointer;
	display: block;
}

.show-page-sort .pagemenu-sort
{
	width:100%;
	padding-right: 5px;
	border: .2px #beb6b6 solid;
}

.show-page-sort .pagemenu-sort:hover
{
	background:#b2b9bf;
}

.show-page-sort .pagemenu-sort a
{
	width:100%;
	cursor:pointer;
	display: block;
}

ul.ui-autocomplete
{
	background:#fff;
    border: .2px #beb6b6 solid;
    list-style-type: none;
	padding-left:0;
	
}

ul.ui-autocomplete li
{
	background:#fff;
    
	
	border: .2px #beb6b6 solid;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #b2b9bf !important;
    
} 

.ui-menu-item-wrapper{
	padding:5px;
	padding-left: 14px;
}

.sortby-span{
	font-size: 14px;
    margin-right: 8px;
}

.border-radius-0
{
	border-radius:0 !important;
}

.expertcard
{
	height: 120px;
    margin-bottom: 22px;
    margin-top: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.expertcard .pic-parent .profilepic
{
    height: inherit;
    position: relative;
}

.expertcard .profilepic
{
	border: gray;
    border-width: 1px;
    border-style: solid;
    height: 80px;   
	float:left;	
	margin-right:20px;
}

.expertcard .col2 
{
	padding-left:0 !important;
	
}

.expertcard .col2 .expertname
{

    color: #E11B22;
}

.expertcard .col2 .address
{
	font-size: 16px;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expertcard .col2 .description
{
	
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.expertcard .col2 
{
	padding-right:0;	
}
.expertcard .col3
{
	padding-left:0 !important;
	padding-right:0 !important;
	line-height:1;
}

.expertcard .col3 .row1
{
	height:30px;
}

.expertcard .col3 .row2
{
	height:30px;
}

.expertcard .col3 .viewbio
{
	font-size: 16px;
	font-family: 'PreloSlabW01-SemiBold';
    font-weight: 600;
    color: #E11B22;
	padding-left:4px;
}

.expert-pager{
	height:60px;
	padding-top: 17px;
}

.expert-pager .items{
	display:block;
}

.expertsearch-tab {
  float: left;
    border-width: 0 1px;
    //border-style: solid;
    background-color: #f1f1f1;
    width: 20%;
    border-color: #D1D2D4;
    
  
}

/* Style the buttons inside the tab */
.expertsearch-tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 20px 0 20px 40px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.expertsearch-tab .section
{
    padding: 15px 0 15px 30px;
    border-top: 3px solid #D1D2D4;
    background: #f7f7f7;
    font-weight: bold;
	border-right: 1px solid #D1D2D4;   
}

/* Change background color of buttons on hover */
.expertsearch-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.expertsearch-tab button.active {
  border-left: 8px solid #E11B22;
  font-weight: bold;
  border-right: 1px solid white;
}

/* Style the tab content */
.expertsearch-tabcontent {
	float: left;
    padding: 0;
    padding-left: 28px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #D1D2D4;
    width: 80%;
    border-left: none;
  
}

.expertsearch-tab .tablinks
{
	background-color:#fff;
	border-top: 1px solid #D1D2D4;
	font-family: 'StoneSansIIITCPro-Md';
	color: #212529;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
	border-right: 1px solid #D1D2D4;
}

#btn-Filter{
	cursor: pointer;
	display:block;
}

#btn-Filter-Mobile{
	cursor: pointer;
	display:none;
}

#btn-Filter[aria-expanded="true"] {
	color:#fff;
	 background-color: #E11B22 !important;
	
}

.check-container-parent
{
	padding-top:20px;
	padding-right: 40px;
    padding-left: 0;
	width:20%;
	
	
}

.check-container-head
{
	padding-top:20px;
	padding-right: 40px;
    padding-left: 0;
	width:100%;
	
	
}



.check-container {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 24px;
}

.check-container .span-text
{
	position: absolute;
    font-family: 'StoneSansIIITCW01-Bk';
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
	
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border:solid .3px #000;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #fff;
  border:solid .3px #000;
  
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #E11B22;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-container .checkmark-top:after {
    left: 3px !important;
    top: 10px !important;
    width: 16px !important;
    height: 0px !important;
    border: solid white !important;
    border-width: 1px !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    background: #fff !important;
}

.button-apply{
	margin-left: 20px;
    color: #fff;
    background-color: #E11B22;
    border-radius: 0;
    padding-top: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: 'StoneSansIIITCW01-Bk';
}


.button-reset{
	color: #E11B22;
    background-color: #fff;
    float: right;
    cursor:pointer;
	padding-right: 0;
}

#btnSORT
{
	cursor:pointer;
	display:block;
}

#btnMobileSORT
{
	display:none;
}

.filter-footer{
	padding: 20px 0 20px 40px;
	border: 1px solid #D1D2D4;
}

.filter-footer .footer-option{
	padding:0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 23px;
	margin-left: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.footer-button-section
{
	padding:20px !important;
}

.footer-button-section .footer-buttons
{
	padding:0;
}

.profileimage-container{
	padding: 0 !important;
}

.col2 .expertname
{
	padding: 0 0 8px 0;
	line-height:1;
	margin: 0;
}

.col2 .address
{
	padding: 0 0 8px 0;
	line-height:1;
	margin:0 !important;
}

.col2 .description
{
	padding: 0;
	line-height:1;
	margin:0 !important;
}

.col3 .row1
{
	padding: 0;
}

.col3 .row2
{
	padding: 0;
}

.row2 .ml-auto .fa-envelope {
    border: 0 solid white;
    width: 30px;
    height: 20px;
    border-radius: 25px;
    text-align: center;
    padding-top: 0 !important;
    background-color: white;
    z-index: -1;
    position: inherit !important;
    margin-left: 0 !important;
}

.row1 .ml-auto .fa-user{
	margin: 0 0 20px 0 !important;
}

.row2 .ml-auto{
	margin-top: 0 !important;
}

.paragraphv2-default-bold{
	font-family:'StoneSansITCW01-SemiBol_735693';
	font-weight:bolder;
	font-size:16px;
}

.text-info .searchbox{
	margin-left: 10px;
    border: none;
    height: 41px;
    margin-top: 1px;
    margin-right: 1px;
    padding-left: 0;
}

.text-info .searchicon{
	
    padding: 13px 0 10px 7px;
    float: left;
    width: 30px;
	
}

.text-info{
	margin-top: 40px;
	height: 44px;
    border: .3px solid #000;
	display:flex;
	width: 100%;
}

.maincontent
{
	padding-top: 60px;

}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#divSort
{
	display:none;
}

.floating-sort-right
{
	position:absolute;
	right:0;
	margin-right:90px !important;
}

@media screen and (max-width: 991px)
{
	.margin-2 {
     margin-right: 0; 
	}
	
	.navbar-extra {
		display:none;
	}
	
	
	
	#btn-Sort{
		border-left: #f0f0f0 2px solid;
	}
	
	.div-showresult{
		display:none;
	}
	
	.inner-navbar
	{
		margin-top:10px;
	}
	
	.expertcard .row .col-lg-9 .row:nth-of-type(1) {
		width: 100%;
        padding-top: 10px;
	}
	
	.expertcard .row .col-lg-9 .row:nth-of-type(2) {
		width: 100%;
        padding-top: 10px;
	}
	
	.expertcard .row .col-lg-9 .row:nth-of-type(3) {
		width: 100%;
        padding-top: 10px;
	}
	
	.expertcard .row .col-lg-3 .row:nth-of-type(1) a{
		margin-left:0 !important;
	}
	
	.expertcard .row .col-lg-3 .row:nth-of-type(2) p{
		margin-left:0 !important;
	}
	
	.row1 .ml-auto .fa-user
	{
		width: 22px !important;
	}
	
	.row2 .ml-auto .fa-envelope
	{
		text-align: left !important;
		width: 22px !important;
	}
	 
	.justify-content-center h1
	{
		text-align: center;
	}
	
	.homepage
	{
		padding: 0 17px;
	}
	
	#btn-Filter{
		
	}
	
	#btn-Filter
	{
		cursor: pointer;
		display:none;
	}

	#btn-Filter-Mobile{
		cursor: pointer;
		display:block;
		border-right: #f0f0f0 2px solid;
	}
	
	.div-showresult
	{
		height: auto;
		display: none;
	}

	.div-showresult-mobile
	{	
		display: block;
	}
	
	.div-showresult-mobile .div-main .div-row .div-right
	{
		text-align:left !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.div-right .row a{
		padding-left:0 !important;
	}
	
	.mobile-filter-popup
	{
		width:100%;
		height:100%;
		z-index:1000;
		background-color:#fff;
		display:none;
	}
	
	.full
	{
	  position:relative;
	}
	
	.modal, .modal-backdrop {
		position: absolute !important;
	}
	
	.modal-dialog {
        max-width: 100%; 
		margin: 0; 
	}
	
	.modal-filter
	{
		border-radius:0;
	}
	.modal-header
	{
		padding: 20px 10px;
	}
	
	.modal-header .close
	{
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color:#000;
	}
	
	.modal-header .close .span-text
	{
		padding-right:5px;
	}
	
	.panel-heading{
		border-top: 1px solid #D1D2D4;
		padding: 20px 20px 20px 30px;
	}
	
	.modal-body
	{
		padding:0;
	}
	
	.panel-title
	{
		margin-bottom:0;
		font-family: 'StoneSansIIITCPro-Md';
		color: #212529;
		font-weight: bolder;
		font-size: 16px;
		line-height: 27px;
		
	}
	
	.panel-title i
	{
		float:right;
	}
	
	#filterModal
	{
		padding:0 !important;		
	}
	.check-container-head 
	{
		padding: 10px 20px 10px 30px !important;
                width: 100%;
	}
	.check-container-parent 
	{
		padding: 10px 20px 10px 40px;
                width: 100%;
	}
	
	.panel-body
	{
		padding-bottom:10px;
	}
	
	.footer-option
	{
		text-align:right;
		padding-right:10px !important;
	}
	
	.button-reset
	{
		float:left;
	}
	
	#filterModal .modal-footer
	{
		display:block !important;
	}
	
	#btnMobileSORT
	{
		display:block;
		width:100%;
	}
	
	#btnSORT
	{
		display:none;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.dropdown 
	{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	#divSort
	{
		display:block;
	}		
	
	#btn-Filter-Mobile div
	{
		margin-left: 10px;
		height: 25px;
		width: 25px;
		background-color: #e11b22;
		color: white;
		display: inline-block;
		border-radius: 13px;
		font-family: 'StoneSansITCW01-SemiBol_735693';
	}
	
	#btn-Filter-Mobile div[data-content='0']
	{
		display: none;
	}
	
	.dropdown {
		float: left;
		overflow: visible;
		z-index: 1;
	}
}
.mobile-section
{
    padding: 15px 0 15px 20px;
    border-top: 3px solid #D1D2D4;
    background: #f7f7f7;
    font-weight: bold;
}
.next-rows
{
 padding-left:10px !important;
}
}