@charset "UTF-8";
/* CSS Document */

/* Slider */
.consultants .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.consultants .slick-list
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.consultants .slick-list:focus
{
    outline: none;
}
.consultants .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.consultants .slick-slider .slick-track,
.consultants .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.consultants .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.consultants .slick-track:before,
.consultants .slick-track:after
{
    display: table;

    content: '';
}
.consultants .slick-track:after
{
    clear: both;
}
.consultants .slick-loading .slick-track
{
    visibility: hidden;
}

.consultants .slick-slide
{
    display: none;
    float: left;
/*overflow: hidden;*/
	margin-right: 10px;
	margin-left: 10px;
	
}
@media (min-width:1300px){	
.consultants .slick-slide, .consultants .slick-slide div, .consultants .slick-slide div div
{
    height: auto;

	  -webkit-transition: all 0.3s ease-in-out;
	padding:0.5rem;
		}

}
@media (min-width:1081px) and (max-width:1300px){	
.consultants .slick-slide, .consultants .slick-slide div, .consultants .slick-slide div div
{
   height: auto;
	
	  -webkit-transition: all 0.3s ease-in-out;
	padding:0.5rem;
		}

}
@media (min-width:481px) and (max-width:1080px){	
.consultants .slick-slide, .consultants .slick-slide div, .consultants .slick-slide div div
{
    height: auto;
	
	padding:0.5rem;
		}

}
@media (min-width:0px) and (max-width:480px){	
.consultants .slick-slide, .consultants .slick-slide div, .consultants .slick-slide div div
{
   height: auto;
	  -webkit-transition: all 0.3s ease-in-out;
		}

}


.consultants [dir='rtl'] .slick-slide
{
    float: right;
}
.consultants .slick-slide img
{
    display: block;
}
.consultants .slick-slide.slick-loading img
{
    display: none;
}
.consultants .slick-slide.dragging img
{
    pointer-events: none;
}
.consultants .slick-initialized .slick-slide
{
    display: block;
}
.consultants .slick-loading .slick-slide
{
    visibility: hidden;
}
.consultants .slick-vertical .slick-slide
{
    display: grid;

    height: auto;

    border: 1px solid transparent;
}
.consultants .slick-arrow.slick-hidden {
    display: none;
}
.consultants .slick-loading .slick-list
{
    background: #fff url('/wp-content/themes/practice-plus-group/assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.consultants .slick-prev,
.consultants .slick-next
{
    font-size: 0;
    line-height: 1;
    position: absolute;
    bottom: -50px;
    display: block;
	z-index: 1000;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #000000;
    border: none;
    outline: none;
    background: transparent;
}
.consultants .slick-prev:hover,
.consultants .slick-prev:focus,
.consultants .slick-next:hover,
.consultants .slick-next:focus
{
    color: #000000;
    outline: none;
    background: transparent;
}
.consultants .slick-prev:hover:before,
.consultants .slick-prev:focus:before,
.consultants .slick-next:hover:before,
.consultants .slick-next:focus:before
{
    opacity: 1;
}
.consultants .slick-prev.slick-disabled:before,
.consultants .slick-next.slick-disabled:before
{
    opacity: .25;
}

.consultants .slick-prev:before,
.consultants .slick-next:before
{
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000000;

    -webkit-font-smoothing: antialiased;
}

.consultants .slick-prev
{
    right: 3rem;
}
.consultants [dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.consultants .slick-prev:before
{
    content: url('/wp-content/themes/practice-plus-group/assets/svg/icon-carousel-white-left.svg');
	height: 2.25rem;
	width: 2.25rem;
	display: block;
	background-color: #6d4092;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.consultants [dir='rtl'] .slick-prev:before
{
    content: url("/wp-content/themes/practice-plus-group/assets/svg/icon-carousel-white-right.svg");
	height: 2.25rem;
	width: 2.25rem;
	display: block;
	background-color: #6d4092;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.consultants .slick-next
{
    right: 0px;
}
.consultants [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.consultants .slick-next:before
{
    content: url('/wp-content/themes/practice-plus-group/assets/svg/icon-carousel-white-right.svg');
	height: 2.25rem;
	width: 2.25rem;
	display: block;
	background-color: #6d4092;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.consultants [dir='rtl'] .slick-next:before
{
    content: url('/wp-content/themes/practice-plus-group/assets/svg/icon-carousel-white-left.svg');
	height: 2.25rem;
	width: 2.25rem;
	display: block;
	background-color: #6d4092;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

/* Dots */
.consultants .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.consultants .slick-dots
{
    position: absolute;
    bottom: -50px;
    display: block;
    width: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.consultants .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.consultants .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.consultants .slick-dots li button:hover,
.consultants .slick-dots li button:focus
{
    outline: none;
}
.consultants .slick-dots li button:hover:before,
.consultants .slick-dots li button:focus:before
{
    opacity: 1;
}
.consultants .slick-dots li button:before
{
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.consultants .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Consultant Card */
.m65 {
	z-index: 9;
}

.consultants-quote-tile__link {
	display: flex;
	flex-wrap: wrap;
	flex-grow:1;
	text-decoration:none;
	background-color:#fff;
	border-radius: 20px;
	color: #000000;
	position: relative;
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
	border-radius: 20px;
	padding: 0 !important;
}

.consultants-quote-tile__media {
	width: 35%;
	height: auto !important;
	min-height: 14.5rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-top-left-radius: 20px;
	background-color: #f8f3f9;
	-webkit-transition: all 0.3s ease-in-out;
}
.bottomquote {
	background-color: #f8f3f9;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100%;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.consultants-quote-tile__link:focus,.consultants-quote-tile__link:hover{
	background-color:#f8f8f8;
}
.consultants-quote-tile__link:focus .consultants-quote-tile__button:after,.consultants-quote-tile__link:hover .consultants-quote-tile__button:after{
	filter:brightness(85%);
	transform:translate3d(.5em,0,0)
}
.consultants-quote-tile__content p, .bottomquote p {
	margin-top: 0.15rem !important;
	margin-bottom: 0.15rem !important;
}
.bottomquote p.quote2 {
	color: #1a2550;
	text-align: center;
	font-weight: bold;
}
.bottomquote p.quote2name {
	color: #000000;
	text-align: right;
	font-size: 90%;
}
h3.consultants-quote-tile__heading {
	font-size: 125%;
}
h4.jobtitle {
	font-size: 110%;
	max-width: 65%;
	font-weight: normal !important;
	margin-bottom: 0.5rem;
}
.detailswrapper {
	max-width: 14rem;
}

.floatingquote {
	position: absolute;
	top:-3.5rem;
	right: -2.5rem;
	width: 11rem;
	height: auto;
	background-color: #def0a6;
	border-radius: 20px;
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
	padding-top: 1rem !important;
	margin-top: 1.5rem !important;
}
.floatingquote p, .greenquote p {
	margin-top: 0.15rem !important;
	margin-bottom: 0.15rem !important;
}
.floatingquote p.quote1, .greenquote p.quote1 {
	font-weight: bold;
	line-height: 120% !important;
}
.floatingquote p.quote1name, .greenquote p.quote1name {
	line-height: 120% !important;
	font-size: 100% !important;	
}
.floatingquote::after, .greenquote::after {
	content:url("../../assets/svg/biggreenquote.svg");
	position: absolute;
	top: -1rem;
	right: 0;
	height: 3rem;
	width: 3rem;
}
.consultants-quote-tile__content .gmc, .consultants-quote-tile__content .expert, .consultants-quote-tile__content .sugeries, .consultants-quote-tile__content .years {
	position: relative;
	padding-left: 5px;
}
.consultants-quote-tile__content .gmc::before {
	content: url("../../assets/svg/Icon-cert-001.svg");
	height: 15px;
	width: 15px;
	position: absolute;
	display: block;
	left:-13px;
	top: 2px;
}
.consultants-quote-tile__content .expert::before {
	content: url("../../assets/svg/Icon-profile-001.svg");
	height: 15px;
	width: 15px;
	position: absolute;
	display: block;
	left:-13px;
	top: 2px
}
.consultants-quote-tile__content .years::before {
	content: url("../../assets/svg/Icon-clock-001.svg");
	height: 15px;
	width: 15px;
	position: absolute;
	display: block;
	left:-13px;
	top: 2px
}
.consultants-quote-tile__content .sugeries::before {
	content: url("../../assets/svg/Icon-surgery-001.svg");
	height: 15px;
	width: 15px;
	position: absolute;
	display: block;
	left:-13px;
	top: 2px
}

@media (max-width:1280px) { 
.floatingquote {
	width: 10rem;
}
.consultants-quote-tile__content p {
	font-size: 90% !important;
	line-height: 120% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
	h3.consultants-quote-tile__heading {
	font-size: 120%;
		-webkit-transition: all 0.3s ease-in-out;
}
h4.jobtitle {
	font-size: 100%;
	max-width: 60%;
	margin-bottom: 0.3rem;
	-webkit-transition: all 0.3s ease-in-out;
}
.bottomquote p.quote2 {
	font-size: 110% !important;
	line-height: 120% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote {
	width: 9rem;
}
.floatingquote p.quote1 {
	font-size: 100% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote p.quote1name {
	font-size: 90% !important;	
	-webkit-transition: all 0.3s ease-in-out;
}
}
@media (max-width:1180px) { 
.floatingquote {
	width: 9rem;
}
.consultants-quote-tile__content p {
	font-size: 90% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
	h3.consultants-quote-tile__heading {
	font-size: 115%;
		-webkit-transition: all 0.3s ease-in-out;
}
h4.jobtitle {
	font-size: 90%;
	max-width: 60%;
	margin-bottom: 0.3rem;
	-webkit-transition: all 0.3s ease-in-out;
}
.bottomquote p.quote2 {
	font-size: 100% !important;
	line-height: 120% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote p.quote1 {
	font-size: 90% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote p.quote1name {
	font-size: 80% !important;	
	-webkit-transition: all 0.3s ease-in-out;
}
	.consultants-quote-tile__media {
	min-height: 11.8rem;
}
}
@media (min-width:1088px) { 
.greenquote {
	display: none;
}
}
@media (max-width:1088px) { 
.floatingquote {
	width: 9rem;
}
.consultants-quote-tile__content p {
	font-size: 90% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
	h3.consultants-quote-tile__heading {
	font-size: 115%;
		-webkit-transition: all 0.3s ease-in-out;
}
h4.jobtitle {
	font-size: 90%;
	max-width: 60%;
	margin-bottom: 0.3rem;
	-webkit-transition: all 0.3s ease-in-out;
}
.bottomquote p.quote2 {
	font-size: 100% !important;
	line-height: 120% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote p.quote1 {
	font-size: 90% !important;
	-webkit-transition: all 0.3s ease-in-out;
}
.floatingquote p.quote1name {
	font-size: 80% !important;	
	-webkit-transition: all 0.3s ease-in-out;
}
.greenquote {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #def0a6;
	border-radius: 20px;
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.31);
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	margin-top: 2rem;
	}
.floatingquote, .floatingquote p  {
	display: none;
}
	h4.jobtitle {
	width: auto !important;
}
.consultants-quote-tile__content {
			max-width: 64% !important;
	}
}
@media (min-width:825px) and (max-width:1088px) { 
.detailswrapper {
	max-width: auto !important;
}
}
@media (max-width:825px) {
	.consultants .slick-dotted.slick-slider {
		margin-bottom: 6rem !important;
		padding-bottom: 1rem;
	}
}
@media (max-width:825px) { 
.consultants-quote-tile__media {
	width: 100%;
	height: auto !important;
	min-height: 24rem;
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
}
	.consultants-quote-tile__content {
			max-width: 100% !important;
		padding: 1rem;
	}
	h4.jobtitle {
	width: 100% !important;
		max-width: 100% !important;
}
	.greenquote::after {
	top: -1.5rem;
}
}
@media (max-width:768px) { 
.consultants-quote-tile__media {
	min-height: 11rem;
	-webkit-transition: all 0.3s ease-in-out;
}
}