
.select2-container--default .select2-selection--single {
	height: 40px;
	border-color: #e7e8e8;
	padding: 5px 0;
	outline:none
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: "\f107";
	font-family:'FontAwesome' !important;
	font-size: 16px;
	top: 5px; right:5px;
	color: #069090;
	position: relative; font-weight:600;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b[role=presentation] {
	display: none
}

.select2-search__field {
	border-color: #e7e8e8;
	border-radius: 5px; 
	outline:none
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #62ab31
}
.select2-dropdown ::-webkit-scrollbar {
width:8px
}
.select2-dropdown ::-webkit-scrollbar-track {
background:#fff
}
.select2-dropdown ::-webkit-scrollbar-thumb {
background:grey;
opacity:.2;
transition:.5s
}
.select2-dropdown ::-webkit-scrollbar-thumb:hover {
background:#083362;
opacity:1
}
.select2.select2-container {
	width: 100%!important
}

.select2 {
	margin-bottom: 10px
}

.select2-selection__rendered .select2-selection__choice {
	background-color: #17cdb6!important;
	border-color: #17cdb6!important;
	color: #fff
}
.select2-selection__rendered .select2-selection__choice span {
	color: #fff!important;
	transition: .5s
}
.select2-selection__rendered .select2-selection__choice span:hover {
	color: #083362
}

.select2-container.select2-container--default.select2-container--open {
	z-index: 50000000
}
.select2-selection.select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #e7e8e8;
	height: 40px;
	max-height: 80px;
	display: table;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	line-height: 26px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove {
	margin-right: 6px;
	font-size: 1.25rem
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove:hover {
	color: #083362!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}


/*doctor*/

.doctor-img{

    overflow: hidden;
    
    box-shadow: 0 0 20px rgb(0 0 0 / 4%);
    border: 2px solid #fff;

}
.doc-content{
	
    height: 232px;
}

.doctor-banner {
    background: #02091b url(../images/doctor/doctor.jpg) no-repeat center right;
    background-size: cover;
}

main {width:100%;box-sizing: border-box;border-radius: 8px;
	background: white;box-shadow: 0px 0px 14px #80808047;
}
.card {display: flex;
	flex-direction:row;
	width: 100%;
	/* margin-top: 60px;
	margin-bottom: 60px; */
}
.card-style{
	align-items: center;
	
	margin-bottom: 60px; 
}
.doc-style{
	background: #fff;
    margin-bottom: 50px;
	box-shadow: 0 0.125rem 17px rgb(0 0 0 / 7%);
}

.doc-prof h1{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
}
.card-right h4{
	font-weight: 600;
}
.card-right span{
	font-weight: 600;
}