.intro-search-field {
	height: 60px;
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default .select2-selection--single {
	border: none;
	outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
}

.select2-container--open .select2-dropdown {
	top: 1em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #dedcdc;
}

.select2-dropdown {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #2a41e8;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f1eeee;
	color: #666;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #e0dede;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
    right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 23px;
    padding-top: 4px;
    outline: 0;
}

.category-box-icon div {
	width: 45px;
	height: 45px;
    transition: 0.35s;
    margin-bottom: 12px;
}

.category-box div.blue {
	background-repeat: no-repeat, repeat;
	margin: 0 auto;
	margin-bottom: 12px;
}

.category-box.virtual-consult div.blue {
	background-image: url("../icons-44/video.svg");
}

.category-box.virtual-consult:hover div.blue {
	background-image: url("../icons-44/video-white.svg");
}

.category-box.go-paperless div.blue,
.category-box.go-digital div.blue {
	background-image: url("../icons-44/cloud.svg");
}

.category-box.go-paperless:hover div.blue,
.category-box.go-digital:hover div.blue {
	background-image: url("../icons-44/cloud-white.svg");
}

.category-box.saves-time div.blue,
.category-box.save-time div.blue {
	background-image: url("../icons-44/clock.svg");
}

.category-box.saves-time:hover div.blue,
.category-box.save-time:hover div.blue {
	background-image: url("../icons-44/clock-white.svg");
}

.category-box.track-treatment div.blue,
.category-box.real-time-tracking div.blue {
	background-image: url("../icons-44/activity.svg");
}

.category-box.track-treatment:hover div.blue,
.category-box.real-time-tracking:hover div.blue {
	background-image: url("../icons-44/activity-white.svg");
}

.category-box.stay-informed div.blue{
	background-image: url("../icons-44/radio.svg");
}

.category-box.stay-informed:hover div.blue {
	background-image: url("../icons-44/radio-white.svg");
}

.category-box.easy-wallet div.blue,
.category-box.optimize-expense div.blue {
	background-image: url("../icons-44/dollar-sign.svg");
}

.category-box.easy-wallet:hover div.blue,
.category-box.optimize-expense:hover div.blue {
	background-image: url("../icons-44/dollar-sign-white.svg");
}

.category-box.easy-follow-up div.blue {
	background-image: url("../icons-44/git-pull-request.svg");
}

.category-box.easy-follow-up:hover div.blue{
	background-image: url("../icons-44/git-pull-request-white.svg");
}

.category-box.alert-mechanism div.blue {
	background-image: url("../icons-44/alert-triangle.svg");
}

.category-box.alert-mechanism:hover div.blue {
	background-image: url("../icons-44/alert-triangle-white.svg");
}

.category-box.online-consult div.blue {
	background-image: url("../icons-44/wifi.svg");
}

.category-box.online-consult:hover div.blue {
	background-image: url("../icons-44/wifi-white.svg");
}

.category-box.disease-mapping div.blue {
	background-image: url("../icons-44/map-pin.svg");
}

.category-box.disease-mapping:hover div.blue {
	background-image: url("../icons-44/map-pin-white.svg");
}

.category-box.never-miss div.blue,
.category-box.analytics-insights div.blue {
	background-image: url("../icons-44/pie-chart.svg");
}

.category-box.never-miss:hover div.blue,
.category-box.analytics-insights:hover div.blue {
	background-image: url("../icons-44/pie-chart-white.svg");
}

.category-box.optimize-footfall div.blue {
	background-image: url("../icons-44/sliders.svg");
}

.category-box.optimize-footfall:hover div.blue {
	background-image: url("../icons-44/sliders-white.svg");
}

.category-box.customer-access div.blue {
	background-image: url("../icons-44/globe.svg");
}

.category-box.customer-access:hover div.blue {
	background-image: url("../icons-44/globe-white.svg");
}

.category-box.simplified-claim div.blue {
	background-image: url("../icons-44/umbrella.svg");
}

.category-box.simplified-claim:hover div.blue {
	background-image: url("../icons-44/umbrella-white.svg");
}

.category-box.complete-ecosystem div.blue {
	background-image: url("../icons-44/heart.svg");
}

.category-box.complete-ecosystem:hover div.blue {
	background-image: url("../icons-44/heart-white.svg");
}

.category-box.instant-sharing div.blue {
	background-image: url("../icons-44/send.svg");
}

.category-box.instant-sharing:hover div.blue {
	background-image: url("../icons-44/send-white.svg");
}

.category-box.custom-template div.blue {
	background-image: url("../icons-44/edit-3.svg");
}

.category-box.custom-template:hover div.blue {
	background-image: url("../icons-44/edit-3-white.svg");
}

#logo img {
	height: auto;
}

.intro-stats {
	margin-top: 50px;
}

.intro-banner-search-form {
	margin-top: 80px;
}

.intro-banner {
	padding-top: 95px;
}

.banner-headline {
	max-width: 80%;
}

.color {
	color: #2a41e8;
}

.text-center {
	text-align: center;
}

.p-l-7 {
	padding-left: 7px;
}

.p-r-7 {
	padding-right: 7px;
}

.banner-headline .greeting-text {
	margin-bottom: 1rem;
	font-weight: 600;
	color: #333;
	font-size: 26px;
}

.help-block {
	color: red !important;
	font-size: 13px;
}

.dd-error-msg{
	top: 10px;
	z-index: 10001;
	font-weight: 600;
	color: #fff;
	text-align: center;
	width: 100%;
	position: fixed;
	margin-top: 12px;
}

.dd-error-msg span{
	padding: 7px 27px;
	border-radius: 22px;
}

.dd-error-msg span.error{
	background: #f10054;
}

.dd-error-msg span.success{
	background: #28a745;
}

.dd-error-msg span.info{
	background: #17a2b8;
}

.partner-banner-tagline {
	font-size: 26px;
	color: #777;
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 33px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-b-22 {
	margin-bottom: 22px;
}

.dialog-with-tabs input, .dialog-with-tabs select{
	margin-bottom: 0;
}

.dialog-with-tabs .account-type{
	margin-bottom: -10px !important;
}

.input-with-icon-left i.show-password-icon {
	right: 0;
    border-left: 0;
    background: transparent;
    cursor: pointer;
}

.photo-box-content h3 {
	padding-right: 30px;
}

.under-photo-box-content h3 {
	font-size: 20px;
	padding: 0 30px;
	padding-bottom: 10px;
	font-weight: 100;
}

.photo-box:hover {
	transform: none;
	box-shadow: none;
}

.photo-box:hover:before {
	opacity: 0;
	background: transparent;
}

.hide{
	display: none !important;
}

.p-t-0 {
	padding-top: 0;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-l-0 {
	padding-left: 0;
}

.p-r-0 {
	padding-right: 0;
}

.doctor-specialization-dropdown .dropdown-menu.open {
	padding-top: 25px;
}

.doctor-specialization-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-size: 24px;
    padding-left: 10px;
}

.benefits-section {
	background: rgba(0, 0, 0, 0.03);
	padding-top: 65px;
    padding-bottom: 65px;
}

.highlights {
	margin-top: 80px;
    margin-bottom: 65px;
}

.popup-tab-content.register-popup-patient {
	padding: 25px 35px;
}

.patient-dialog-with-tabs#sign-in-dialog {
	max-width: 650px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.footer-bottom-section .app-text {
	/*margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -18px;
    width: 8em;*/
}

.footer-bottom-section .store-icons {
	/*margin-bottom: 0;
	position: absolute;
    right: 0;
    top: 7px;
    width: 8em;
    word-spacing: 20px;*/
}

.footer-bottom-section .store-icons i {
	/*font-size: 32px;*/
}

.footer-bottom-section .container {
	max-width: 100%;
    margin: 0;
    padding: 0 35px;
}

.store-icon-wrapper {
	font-size: 12px;
	text-align: left;
}

.store-icon-wrapper p {
	/*position: absolute;*/
    /* top: -4px; */
    /* right: 15px; */
    font-size: 32px;
    word-spacing: 8px;
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: 15px;
}

.store-icon-wrapper a {
	color: #c0c0c0;
}

.p-l-30 {
	padding-left: 30px;
}

.loader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.input-with-icon-left select {
	padding: 0px;
	padding-left: 65px;
}

.patient-banner-container {
	height: 451px;
}

.patient-app-img {
	width: 240px;
	height: 479px;
}

.app-content h3 {
	font-size: 21px;
    line-height: 30px;
}

.app-content h3 strong {
	font-weight: 100;
}

.gray-section-background {
	background: rgba(0, 0, 0, 0.03);
}

.icon-transparent-bg {
	background-color: transparent;
}

.select-box-wrapper .btn.dropdown-toggle {
    padding-left: 65px;
}

.select-box-wrapper i {
    z-index: 1;
}

.first-name-wrapper {
	padding-right: 7px;
}

.last-name-wrapper {
	padding-left: 7px;
}

.join-network-btn-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.store-icon-wrapper .app-title {
	padding-right: 0;
	display: flex;
	padding-left: 60px;
}

.form-btn {
    max-width: 55%;
    margin: 0 auto;
}

.banner-headline-patient {
	max-width: 46%;
}

.app-content {
	padding-left: 60px;
    max-width: 80%;
    text-align: left;
}

.app-content .para-1 {
	padding-top: 80px;
	margin-bottom: 80px;
}

.forgot-password.login-tab {
	float: left;
}

.resend-otp {
	float: right;
    font-size: 14px;
    margin-top: -12px;
    color: #2a41e8 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.testimonial-avatar img {
	height: 70px;
}

.org-pat-login .button.full-width {
	width: 100% !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  width: 14px;
    height: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  background: #c1c1c1;
    border-radius: 22px;
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

.m-t-20 {
	margin-top: 20px;
}

#contact div input {
	margin-bottom: 10px;
}

.organization-logo {
	position: absolute;
    z-index: 99;
    left: calc(50% - 100px);
    top: 75px;
    width: 200px;
}

.wd-100 {
	width: 100% !important;
}