/* For mobile phones: */
@media only screen and (max-width: 600px) {
	[class*="col-"] {
	  width: 100%;
	  max-width: 100%;
	}
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.select2-container .select2-selection--single {
	height: 34px !important;
}

.docSelectionContainer {
	display: block;
	/* width: 95%; */
	padding: 2%;
}

.practitioner-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}
.practitioner-card-root {
    overflow: hidden;
}

.practitioner-card {
    margin-top: 10px;
    margin-left: 2px;
    display: block;
    width: 98%;
}

.multipaper-box {
    /* box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12); */
    box-shadow: 5px 2px 8px 2px #dcd7d7;
}

.practitioner-box-rounded {
    border-radius: 4px;
}

.practitioner-content-root:last-child {
    padding-bottom: 24px;
}

.practitioner-content-root {
    padding: 16px 8px;
}

.practitioner-card-content {
    display: flex;
    flex-direction: row;
}

.practitioner-card-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 3%;
}

.practitioner-img {
    margin: 0 auto;
    border-radius: 50%;
    max-width: 82px;
    max-height: 82px;
}	

@media only screen and (max-width: 600px) {
	.practitioner-img {
    width: 50px;
    height: 50px;
}
}
@media only screen and (min-width: 768px) {
	.practitioner-img {
    margin: 0 auto;
    width: 65px;
    height: 65px;
}
}
@media only screen and (min-width: 1400px) {
	.practitioner-img {
    margin: 0 auto;
    width: 82px;
    height: 82px;
}
}


.practitioner-card-body {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 600px) {
	.practitioner-card-body {
  	width: 75%;
  }
}
@media only screen and (min-width: 1000px) {
  .practitioner-card-body {
  	width: 81%;
  }
}
@media only screen and (min-width: 1400px) {
  .practitioner-card-body {
  	width: 75%;
  }
}
@media only screen and (min-width: 1680px) {
  .practitioner-card-body {
  	width: 88%;
  }
}

.practitioner-card-img-fees, .practitioner-card-name-icon, .practitioner-card-details {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.practitioner-card-details {
	color: #787887;
	line-height: 15px;
}

.practitioner-card-name-icon {
    justify-content: space-between;
    align-items: flex-start;
}

.practitioner-card-practitioner-name {
    /* font-size: 13px; */
    font-weight: 700;
    color: #4d4f5c;
    margin-top: 0;
    width: 490px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
	.practitioner-card-practitioner-name {
	    font-size: 12px;
	}
}

@media (min-width: 1000px) {
	.practitioner-card-practitioner-name {
	    font-size: 10px;
	}
}
@media (min-width: 1250px) {
	.practitioner-card-practitioner-name {
	    font-size: 12px;
	}
}

@media (min-width: 1400px) {
	.practitioner-card-practitioner-name {
	    font-size: 15px;
	}
}

.practitioner-card-details-col {
    width: 60%;
    border-right: 1px solid #707070;
}

@media only screen and (max-width: 600px) {
	.practitioner-card-details-item1 {
    font-size: 11px;
	}
}
@media (min-width: 768px) {
	.practitioner-card-details-item1 {
    font-size: 11px;
	}
}
@media (min-width: 1400px) {
	.practitioner-card-details-item1 {
    font-size: 12px;
	}
}

@media (min-width: 1680px) {
	.practitioner-card-details-item1 {
    font-size: 13px;
	}
}

.practitioner-card-details-item1 {
    margin-top: 0;
    /* padding-right: 10px; */
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 0;
    word-break: break-word;
    /* border-right: 1px solid #707070; */
    /* font-size: 15px; */
}

@media only screen and (max-width: 600px) {
	.practitioner-card-details-item2 {
	    font-size: 10px;
	}
}
@media (min-width: 768px) {
	.practitioner-card-details-item2 {
	    font-size: 11px;
	}
}
@media (min-width: 1400px) {
	.practitioner-card-details-item2 {
	    font-size: 11px;
	}
}
@media (min-width: 1680px) {
	.practitioner-card-details-item2 {
	    font-size: 13px;
	}
}
.practitioner-card-details-item2 {
    margin-top: 0;
    /* font-size: 15px; */
    padding-top: 5px;
    margin-bottom: 0;
    margin-left: 6px;
}

.practitioner-card-details-fees {
	font-weight: 600;
}

@media only screen and (max-width: 600px) {
	.practitioner-card-fees {
    font-size: 8px;
	}
}
@media (min-width: 1000px) {
	.practitioner-card-fees {
    font-size: 8px;
	}
}
@media (min-width: 1200px) {
	.practitioner-card-fees {
    font-size: 11px;
	}
}

@media (min-width: 1400px) {
	.practitioner-card-fees {
    font-size: 12px;
	}
}
.practitioner-card-fees {
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: -10px;
    font-weight: normal;
    color: #4d4f5c;
}

.practitioner-fees-details {
	line-height: 13px;
	color: #787887;
}

.prac-book-appo-section {
	width: 100%;
    /* background-color: #e7e7e7; */
    height: 48px;
}
.prac-book-appo-btn {
	width: 40%;
    background-color: #54A968; 
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* margin-top: 2px; */
    border: none;
    cursor: pointer;
    height: 36px;
    margin: 0 6%;
    border-radius: 4px;
}

.prac-know-more-btn {
	width: 40%;
    background-color: #456DB1; 
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* margin-top: 2px; */
    cursor: pointer;
    height: 36px;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
	.prac-search-section {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	grid-row-gap: 8px;
	}
}

@media (min-width: 768px) {
	.prac-search-section {
		display: block;
	}
}

.prac-search-section {
	padding: 25px 10px 25px 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.select2-container .select2-selection--default {
	height: 34px !important;
}

.select2-container {
	height: 34px !important;
}

@media only screen and (max-width: 600px) {
	.prac-search-section select {
	   width: 70% !important;
	}
	.prac-search-section .lang-text {
	   width: 70% !important;
	}
	.prac-search-section .select2-container {
		max-width: 245px !important;
		min-width: 245px !important;
	}
}
@media (min-width: 768px) {
	.prac-search-section select {
	   width: 18% !important;
	}
	.prac-search-section .lang-text {
	   width: 18% !important;
	}	
	.prac-search-section .select2-container {
		width: 270px !important;
	}
}
@media (min-width: 1400px) {
	.prac-search-section select {
	   width: 22% !important;
	}
	.prac-search-section .lang-text {
	   width: 22% !important;
	}
	.prac-search-section .select2-container {
		width: 22% !important;
	}
}
@media (min-width: 1680px) {
	.prac-search-section select {
	   width: 25% !important;
	}
	.prac-search-section .lang-text {
	   width: 25% !important;
	}
	.prac-search-section .select2-container {
		width: 25% !important;
	}
}

.elememt {
	/* display: contents; */
	float: left;
	margin-bottom: 10px;
	padding: 0px;
}

.practitioner-row {
	/* display: flex; */
	display: flow-root;
}

.healthy-tip-section {
	background-image: url('../images/healthy-tip.png');
	height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 30px;
}


.flex-ticker {
    /* background: rgba(255,255,255,0.1); */
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}
.flex-ticker__a {
    color: #ffffff;
    text-decoration: none;
}

.healthy-tip-section section  h3 {
	color: white;
	padding-left: 10px;
}

@media only screen and (max-width: 600px) {
	.elememt {
		min-width: auto;
	}
	.healthy-tip-section section {
    	padding: 0;
	}
	.healthy-tip-section section  h3 {
		font-size: 9px;
		padding-top: 3px;
		margin-bottom: 4px;
	}
	.flex-ticker {
		padding: 0 12px;
    	width: 90%;
    	font-size: 7px;
	}
}

@media only screen and (min-width: 600px) {
	.elememt {
		min-width: fit-content;
	}
	.healthy-tip-section section {
    	padding: 0;
	}
	.healthy-tip-section section  h3 {
		font-size: 11px;
	}
	.flex-ticker {
		padding: 0 12px;
    	width: 90%;
    	font-size: 7px;
	}
}
	
@media (min-width: 768px) {
	.elememt {
		min-width: fit-content;
	}
	.healthy-tip-section section {
   	 padding: 10px;
	}
	.healthy-tip-section section  h3 {
		font-size: 14px;
	}
	.flex-ticker {
		padding: 0 10px;
    	width: 90%;
    	font-size: 13px;
	}
}

@media (min-width: 1000px) {
	.elememt {
		min-width: 400px;
	}
	.healthy-tip-section section {
   	 padding: 20px;
	}
	.healthy-tip-section section  h3 {
		font-size: 15px;
	}
	.flex-ticker {
		padding: 0 10px;
    	width: 60%;
    	font-size: 14px;
	}
}

@media (min-width: 1400px) {
	.elememt {
		min-width: 400px;
	}
	.healthy-tip-section section {
   	 padding: 30px;
	}
	.healthy-tip-section section  h3 {
		font-size: 16px;
	}
	.flex-ticker {
		padding: 10px;
    	width: 50%;
    	font-size: 15px;
	}
}

/* 
The Modal (background)
.modal {
  display: none; Hidden by default
  position: fixed; Stay in place
  z-index: 1; Sit on top
  padding-top: 100px; Location of the box
  left: 0;
  top: 0;
  width: 100%; Full width
  height: 100%; Full height
  overflow: auto; Enable scroll if needed
  background-color: rgb(0,0,0); Fallback color
  background-color: rgba(0,0,0,0.4); Black w/ opacity
}

Modal Content
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

Add Animation
@-webkit-keyframes animatetop {
  from {right:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {right:-300px; opacity:0}
  to {top:0; opacity:1}
}

The Close Button
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #466db1;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #466db1;
  color: white;
}
 */

/* ----- RIGHT MODAL----- */ 

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
	
	@media only screen and (max-width: 600px) {
		.modal.left .modal-dialog,
		.modal.right .modal-dialog {
			width: fit-content;
		}
	}

	@media only screen and (min-width: 600px) {
		.modal.left .modal-dialog,
		.modal.right .modal-dialog {
			width: fit-content;
		}
	}
	@media only screen and (min-width: 768px) {
		.modal.left .modal-dialog,
		.modal.right .modal-dialog {
			width: 450px;
		}
	}
	
	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		/* padding: 15px 15px 80px; */
	}

/*Left*/
	.modal.left.modal-fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.modal-fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.modal-fade .modal-dialog {
		/* right: -320px; */		
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.modal-fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
		background-color : #466db1;
	}

	.modal-header {
		border-bottom-color: #466db1;
		color: white;
		padding: 20px 18px;
	}
	
.modal-header .close {
	color: white;
	opacity: 1;
}
/*Task #3421*/
.practitioner-card-speciality {
	font-weight: bold;
    color: black;
    padding-right: 6px;
}

/* Task #3461 */
.know-more-text {
	visibility: hidden;
    position: absolute;
}
/* The Modal (background) */
.know-more-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.know-more-modal-content {
  top: 25%;
  border-radius: 12px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@media only screen and (max-width: 600px) {
	.know-more-modal-content {
		width: 90%;
	}
}

@media only screen and (min-width: 600px) {
	.know-more-modal-content {
		width: 90%;
	}
}
@media only screen and (min-width: 768px) {
	.know-more-modal-content {
		width: 35%;
	}
}
/* Add Animation */
/* @-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
} */
@-webkit-keyframes animatetop {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes animatetop {
  from {opacity:0}
  to { opacity:1}
}

/* The Close Button */
.know-more-modal-close {
  color: black;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.know-more-modal-close:hover,
.know-more-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.know-more-modal-header {
  padding: 12px 20px 6px 20px;
  border-radius: 12px 0px 0px;
  border-bottom: 1px solid #B5B5B5;
}

.know-more-modal-body {
	padding: 15px 20px;
	font-size: 13px;
}
.know-more-modal-icon {
	color: #456DB1;
    font-size: 12px;
    font-weight: bold;    
    margin: 0
}
.know-more-modal-doctor-name {
	font-size: 15px;
    font-weight: 900;
    color: #153C4B;
    margin: 0;
}