@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
}
body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #626262;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 20px center no-repeat !important;
    cursor: pointer;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
#header {
	background-color: #32d4e0;
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
	transition: 0.2s;
}
#header .navbar .navbar-nav .nav-link {
	font-size: 16px;
	color: #fff;
	padding: 10px 24px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: 0.2s;
}
#header.headerAfterScroll .navbar .navbar-nav .nav-link {
	font-size: 14px;
	transition: 0.2s;
}
#header .navbar .navbar-nav {
	margin-left: auto;
}
#header .navbar {
	padding: 4px 0px;
}
#header .navbar .navbar-nav .nav-item:last-child .nav-link {
	background-color: #fff;
	font-weight: 600;
	color: #469cef;
	border-radius: 40px;
	display: none;
}
#banner {
	background: url('../img/bannerImg.jpg') no-repeat center;
	background-size: cover;
	/*padding: 173px 0px;*/
	margin-top: 101px;
}
.bannerText {
	padding: 173px 0px;
}
.bannerText1 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.bannerText2 {
	font-size: 22px;
	color: #32d4e0;
	font-weight: 500;
	line-height: 26px;
}
.logoImg {
    width: 176px;
    transition: 0.2s;
}
.headerAfterScroll .logoImg {
  width: 96px;
  transition: 0.2s;
}
.welcomeLogin {
	height: 555px;
	width: 100%;
	background: url('../img/welcomeBg.png') no-repeat center top;
	position: absolute;
	padding: 30px 115px 0px 87px;
	z-index: 9;
}
.welcomeLoginHeading {
	color: #01589b;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.welcomeLoginForm {
	margin-top: 20px;
}
.welcomeLoginForm .form-group label, .divisionAddText {
	font-size: 13px;
	font-weight: 500;
	color: #01589b;
	text-transform: uppercase;
	margin-bottom: 1px;
	padding-left: 12px;
}
.welcomeLoginForm .form-group .form-control {
	color: #444444;
	font-size: 17px;
	font-weight: 500;
	height: 48px !important;
	border: 1px solid #00bae7;
	border-radius: 12px;
	background: none;
}
.welcomeLoginForm .form-group .form-control::placeholder {
	color: #444444;
	opacity: 0.5;
}
.welcomeLoginForm .form-group {
	margin-bottom: 15px;
}
.welcomeForgotPassword a {
	color: #3a3a3a;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 500;
}
.welcomeForgotPassword {
	text-align: right;
	margin-top: -7px;
	margin-bottom: 42px;
}
.btn-welcomeLogin {
	background-color: #469cef;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-radius: 40px;
	padding: 8.5px;
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
.btn-welcomeLogin:hover {
	color: #fff;
	background-color: #3a8ad6;
}
.btn-welcomeRegister {
	background-color: #32d4e0;
}
.btn-welcomeRegister:hover {
	background-color: #2bbac5;
}
.aboutTextHeading {
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 22px;
	line-height: 56px;
}
.aboutTextHeading span {
	color: #32d4e0;
	font-weight: 300;
}
.aboutTextOnly {
	font-size: 16px;
	font-weight: 500;
}
#aboutSection {
	padding-top: 80px;
}
.serviceSectionLeftText {
	/* font-size: 42px;
	line-height: 52px; */
	font-size: 36px;
	line-height: normal;
	color: #32d4e0;
	font-weight: 300;
	width: 74%;
	margin: 0px auto;
}
.serviceSectionLeftText span {
	color: #626262;
	font-weight: 500;
}
.serviceSectionRight {
	text-align: center;
	padding: 30px 0px;
}
.serviceChoosenTitle {
	color: #32d4e0;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.serviceChoosenRow {
	border-bottom: 1px solid #000;
}
.serviceChoosenCol {
	padding-top: 17px;
	padding-bottom: 10px;
	border-right: 1px solid #000;
}
.serviceChoosenRow .serviceChoosenCol:last-child,
.serviceChoosenRow2 .serviceChoosenCol:last-child {
	border-right: none;
}
.serviceSectionLeftCol {
	display: flex;
	justify-content: center;
	align-items: center;
}
#serviceSection {
	padding: 80px 0px;
	/* background: url('../img/serviceSectionBg.jpg') no-repeat center left 85%;
	background-size: cover; */
}
.serviceSectionBgImg {
	position: absolute;
	top: 50%;
	margin-top: -205px;
	margin-left: -217px;
}
#testimonials {
	background: url('../img/testimonialBg.jpg') no-repeat center;
	background-size: cover;
	padding-top: 65px;
	padding-bottom: 115px;
}
.testimonialText {
	min-height: 100px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: url('../img/qts.png') no-repeat top 4px left;
	padding-left: 70px;
	margin-bottom: 15px;
}
.testimonialLi {
	padding: 30px 65px 30px 35px;
	background: rgba(255,255,255,0.1);
	border-radius: 8px;
}
.testimonialAvtarImg {
	height: 84px;
	width: 84px;
	border-radius: 50%;
}
.testimonialAvtarImg img {
	height: 84px;
	width: 84px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.testimonialAvtarName {
	font-weight: 600;
	font-size: 16px;
	color: #11bac7;
	margin-left: 12px;
	align-self: center;
}
.testimonialAvtarProf {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #11bac7;
}
.testimonialAvtar {
	display: flex;
}
#testimonials .aboutTextHeading {
	margin-bottom: 28px;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a,
#aboutSection .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #11bac7;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#testimonials .bx-wrapper .bx-pager.bx-default-pager a.active, 
#testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff;
}
#testimonials .bx-wrapper .bx-pager,
#aboutSection .bx-wrapper .bx-pager {
	padding-top: 24px;
	bottom: auto;
}
#contactUs {
	background-color: #11bac7;
	padding: 65px 0px 15px;
}
.contactDetailText {
	font-size: 15px;
	color: #fff;
}
.contactDetailText {
	padding: 8px 0px 8px 65px;
}
.contactDetailText1 {
	background: url('../img/contactIcon1.png') no-repeat center left;
}
.contactDetailText2 {
	background: url('../img/contactIcon2.png') no-repeat center left;
}
.contactDetailText3 {
	background: url('../img/contactIcon3.png') no-repeat center left;
}
.contactDetail {
	display: flex;
	justify-content: center;
}
#contactUs .contactDetailCol:first-child {
	background: url('../img/contactLayerLeft.png') no-repeat center right;
    background-size: 1% 100%;
}
#contactUs .contactDetailCol:last-child {
	background: url('../img/contactLayerRight.png') no-repeat center left;
    background-size: 1% 100%;
}
.contactDetailCol {
	padding: 42px 15px;
}
#contactUs .aboutTextHeading {
	margin-bottom: 12px;
}
footer {
	background-color: #626262;
	padding: 20px 0px;
}
.footerText {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.footerText a {
	color: #fff;
}
.footerText a:hover {
	text-decoration: underline;
}
#myLogin .modal-dialog {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 101px;
}
#myLogin .modal-content {
	border: none;
	border-radius: 0px;
	background: none;
}
#myLogin .myLoginCol1 {
	padding-right: 0px;
}
#myLogin .myLoginCol1 .myLoginCol1Bg {
	margin-right: -24px;
	background: url('../img/myLoginCol1Bg.jpg') no-repeat center;
	height: 464px;
	background-size: cover;
}
#myLogin {
	overflow: hidden;
}
#myLogin .close {
	position: absolute;
	z-index: 99;
	right: 0;
	font-size: 28px;
	font-weight: 500;
	top: 0;
	margin-top: 6px;
	margin-right: 17px;
}
#forgotPassword {
	background: #d5fcff;
	padding: 50px 0px 55px;
}
#forgotPassword .welcomeLogin {
	position: relative;
	width: 470.5px;
	padding: 0px;
	padding-right: 13px;
	padding-left: 11px;
	margin: 0px auto;
	background: url('../img/forgetBg.png') no-repeat center top;
}
#forgotPassword .welcomeLogin .welcomeLoginForm {
	padding: 30px 80px 0px 80px;
	margin-top: 14px;
}
#forgotPassword .welcomeLogin .welcomeLoginHeading {
	padding: 30px 10px 6px 10px;
}
#forgotPassword .welcomeLogin .welcomeLoginText {
	font-size: 16px;
	color: #626262;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
	width: 84%;
	margin: 0px auto;
}
#forgotPassword .welcomeLogin .welcomeLoginForm .form-group {
	margin-bottom: 60px;
}
#forgotPassword.createAccount .welcomeLogin {
	background: url('../img/registerBg2.png') no-repeat center top -250px;
	width: 732px;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-size: cover;
}
#forgotPassword.createAccount .welcomeLogin .welcomeLoginBg .welcomeLoginBgIcon {
	background: url('../img/registerIcon.png') no-repeat right 75px top 160px;
}
#forgotPassword.createAccount .welcomeLogin .welcomeLoginBg {
	background: url('../img/registerBg3.png') no-repeat center bottom;
}
.accountAvatar {
	padding: 20px 10px 10px 10px;
}
.accountAvatar .accountAvatarSet {
	height: 112px;
	width: 112px;
	border-radius: 50%;
	margin: 0px auto;
	position: relative;
}
.accountAvatar .accountAvatarSet .accountAvatarImg {
	height: 112px;
	width: 112px;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
    border: 1px solid #c0c0c0;
}
.accountAvatarEdit {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm {
	padding: 12px 60px 90px 60px;
	margin-top: 0px;
}
#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm .form-group {
	margin-bottom: 15px;
}
#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm .btn-welcomeLogin {
	width: 50%;
	margin: 0px auto;
	margin-top: 25px;
}
.formBar {
	width: 100%;
	height: 1px;
	background-color: rgba(98,98,98,0.4);
	margin: 10px 0px 15px;
}
.tickIcon {
	text-align: center;
}
.registrationPopupText {
	font-weight: 500;
	font-size: 19px;
	color: #444444;
	text-align: center;
	width: 80%;
    margin: 0px auto;
    margin-top: 25px;
	margin-bottom: 50px;
    line-height: 26px;
}
.registrationPopupBtn .btn-welcomeLogin.btn-welcomeRegister {
	/*width: 290px;*/
    margin: 0px auto;
}
.registrationPopupBtn {
	margin-bottom: 30px;
	width: 180px;
}
.registrationPopupBtn.btnLeft {
	margin-left: auto;
}
.registrationPopupBtn.btnRight{
	margin-right: auto;
}
.registrationPopupCheck .modal-content {
	background-color: #cdfcff;
	padding: 30px;
	border-radius: 12px;
}
.forgotPopupHeading {
	font-size: 23.52px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.registrationPopupCheck.forgotPopup .modal-content {
	padding: 0px;
}
.registrationPopupCheck.forgotPopup .tickIcon {
	padding: 30px 30px 0px;
	background-color: #32d4e0;
	border-radius: 12px 12px 0px 0px;
}
.forgotPopupBtn {
	padding: 0px 30px 30px;
}
.registrationPopupText2 {
	font-size: 15px;
	line-height: 22px;
	width: 85%;
}
.registrationPopupCheck.activeAlert .modal-content {
	background-color: #fff;
}
.registrationPopupCheck.activeAlert .forgotPopupBtn {
	padding-top: 60px;
	padding-bottom: 15px;
}

/*Back-end css*/
.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}
#mainHeader {
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
}
#mainHeader, #mainBody, .headerAvtarDetail, .headerSearchAvtar, .bodyHeadingBtn, .roleDetails {
	display: flex;
}
.mainHeaderLeft {
	background-color: #70e1e9;
	width: 265px;
	margin: 0px;
	text-align: center;
}
.mainHeaderLeft .logo {
	padding: 18.5px 0px;
}
.mainHeaderRight {
	width: calc(100% - 265px);
	background-color: #d6f6f9;
	position: relative;
}
.btn-search {
    background-color: #32d4e0;
    border-radius: 50% !important;
    padding: 6px 8px;
    height: 32px;
}
.headerSearch .form-control {
    border: none;
    border-radius: 30px !important;
    height: 40px;
    padding: 6px 20px;
}
.headerSearch .form-control::placeholder {
	color: #bebebe;
	font-size: 14px;
}
.headerSearch .input-group-append {
	margin-left: -36px;
	margin-top: 4px;
	z-index: 9;
}
.avtarName {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	align-self: center;
	margin-right: 12px;
}
.avtarImg {
    height: 58px;
    width: 58px;
    border-radius: 50%;
}
.avtarImg img {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    /*border: 1px solid #c0c0c0;*/
}
.headerSearch .input-group {
	width: 378px;
}
.headerSearch {
	align-self: center;
	display: none;
}
.headerAvtar {
	margin-left: auto;
}
.headerSearchAvtar {
	padding: 21px 0px;
}
.bodyLeftTitle1 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	/*padding: 13.7px 45px 13.7px 78px;*/
}
.bodyLeftTitle1 a {
	color: #fff;
	padding: 13.7px 20px 13.7px 78px;
	display: block;
}
.bodyLeftActive {
	background-color: #84e5ec !important;
}
.roleIcon {
	/*background: url('../img/roleIcon.png') no-repeat center left 48px;*/
}
#mainBody .mainHeaderLeft, #mainBody .mainHeaderRight {
	padding-top: 30px;
	margin-top: 100px;
}
.bodyLeftTitle2 {
	font-weight: 300;
	color: #000;
	background: url('../img/leftArrow.png') no-repeat center left 48px;
}
.bodyLeftTitle2 a {
	color: #000;
}
.bodyHeading {
	font-size: 24px;
	font-weight: 600;
}
.btn-add {
	font-size: 15px;
	background: #fff url('../img/addIcon.png') no-repeat center left 23px;
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	padding: 6.8px 24px 6.8px 44px;
	margin-left: auto;
	font-weight: 500;
	color: #626262;
}
.btn-add:hover {
	color: #626262;
}
.btn-add:active {
	background: #fff url('../img/addIcon.png') no-repeat center left 23px !important;
}
#mainBody .slider {
    width: 100%;
    margin: 0px auto;
}
#mainBody .slick-slide {
	margin: 0px 20px;
	transition: all ease-in-out .3s;
    /*opacity: .2;*/
    opacity: 1;
}
#mainBody .slider-nav .slick-slide {
	cursor: pointer;
}
/*#mainBody .slick-slide img {
    width: 100%;
}*/
#mainBody .slick-prev:before,
#mainBody .slick-next:before {
    color: black;
    content: '';
}
#mainBody .slick-active {
    /*opacity: .5;*/
    opacity: 1;
}
#mainBody .slick-current {
    opacity: 1;
}
#mainBody .slick-prev, #mainBody .slick-next {
	margin-top: -6px;
}
#mainBody .slick-prev {
	background: url('../img/roleLeft.png') no-repeat center;
}
#mainBody .slick-next {
	background: url('../img/roleRight.png') no-repeat center;
}
#mainBody .slider-nav .slick-list {
	padding-bottom: 12px !important;
}
.roleSection {
	background-color: #05c1cf;
	padding: 10.5px 20px 10.5px 30px;
	border-radius: 8px;
}
.roleSectionAll {
	display: flex;
}
.roleSectionTitle {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	align-self: center;
}
.roleSectionCount {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	margin-left: auto;	
}
#mainBody .slick-current .roleSection {
	background-color: #68e3ec;
	position: relative;
}
#mainBody .slick-current .roleSection::after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #68e3ec transparent transparent transparent;
	top: 58px;
	left: 3px;
	content: '';
}
.bodyHeadingBtn {
	padding-bottom: 20px;
}
.roleDetailsImg {
	height: 55px;
	width: 55px;
	border-radius: 6px;
}
.roleDetailsImg img {
    height: 55px;
    width: 55px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.roleDetailsText1 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.roleDetailsTextDash .roleDetailsText1 {
	font-size: 20px;
}
.roleDetailsTextDash {
	margin-left: 10px !important;
	line-height: 27.5px;
}
.roleDetailsText2 {
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap; 
	width: 550px; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-roleDetailsEdit {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	padding: 4.5px 27.7px;
	font-weight: 500;
	margin-right: 5px;
	color: #626262;
}
.btn-roleDetailsEdit:hover {
	color: #626262;
}
.btn-roleDetailsActive {
	font-size: 14px;
	background-color: #469cef;
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	padding: 4.5px 30px;
	font-weight: 500;
	color: #fff;
}
.roleDetailsText {
	align-self: center;
	margin-left: 15px;
}
.roleDetailsBtns {
	align-self: center;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.activeInactiveRole {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #92c949;
	cursor: pointer;
	margin-left: 20px;
	align-self: center;
}
.editRole {
	align-self: center;
	margin-left: 20px;
}
.inactiveRole {
	background-color: #bbbbbb;
}
#mainBody .slider-for .slick-slide {
	margin: 0px;
	margin-top: 20px;
}
#mainBody .slider-for .roleDetailsSlab {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	/*padding-bottom: 60px;*/
	margin-bottom: 60px;
}
.roleDetails {
	padding: 8px 16px;
	border-bottom: 1px solid #c0c0c0;
}
.roleDetails:last-child {
	border-bottom: none;
}
.roleDetailsActive {
	/*background-color: #d6f6f9;*/
}
.roleDetailsSlab .roleDetails:first-child.roleDetailsActive {
	border-radius: 10px 10px 0px 0px;
}
.roleDetailsSlab .roleDetails:last-child.roleDetailsActive {
	border-radius: 0px 0px 10px 10px;
}
.roleInactive {
	padding: 4.5px 23.9px !important;
	background-color: #daebfc;
}
.roleDetailsAll {
	margin-bottom: 55px;
}
.NewRolesAll {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 30px;
}
.NewRolesForm .form-group {
	margin-bottom: 30px;
}
.NewRolesForm .form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #0ea2ad;
	text-transform: uppercase;
	margin-bottom: 1px;
	padding: 0px 12px;
}
.NewRolesForm .form-group .form-control {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    /*height: 48px !important;*/
    height: 48px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    background: none;
}
.NewRolesForm .form-group .form-control::placeholder {
	color: #444444;
	opacity: 0.5;
}
.NewRolesForm .form-group textarea {
	/*font-size: 14px !important;
	line-height: 17px;*/
}
.btn-createRoles {
	background-color: #32d4e0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-radius: 40px;
	display: block;
	width: 303px;
	margin-bottom: 16px;
	padding: 9.5px;
	margin: 85px auto 35px;
}
#mainBody .agencyBody .roleDetailsSlab {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	/*padding-bottom: 60px;*/
	margin-bottom: 30px;
}
.btn-filter {
	font-size: 15px;
	background: #fff url('../img/fliterIcon.png') no-repeat center right 14px;
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	padding: 6.8px 36px 6.8px 18px;
	margin-left: auto;
	font-weight: 300;
	color: #626262;
	margin-right: 5px;
	width: auto;
	text-align: left;
}
.btn-filter:hover {
	color: #626262;
}
.agencyHeaderBtn {
	margin-left: auto;
}
.roleDetailsText1 .personPostition {
	font-size: 14px;
	color: #626262;
}
/*.agencyBody .roleDetailsText2 {
    width: 550px;
}*/
.agencyAvatar {
    padding-top: 5px;
	margin-bottom: 30px;
}
.agencyAvatar .agencyAvatarSet {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
}
.agencyAvatar .agencyAvatarSet .agencyAvatarImg {
    height: 95px;
    width: 95px;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}
.agencyAvatarEdit {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/*.agencyBody.unitsWardsBody .roleDetailsText2 {
    width: 350px;
}*/
.customSelect {
	background: url('../img/select-notch.png') right 20px center no-repeat !important;
	display: flex;
	align-items: center;
	cursor: pointer;	
}
.customSelectInput {
	white-space: nowrap;
	width: 62%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#permissions .modal-dialog {
	margin-top: 100px;
	max-width: 415px;
	margin-right: 100px;
}
#permissions .modal-content {
	-webkit-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
}
#permissions .modal-title {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
#permissions .modal-header {
	background-color: #32d4e0;
	padding: 9px 30px;
}
#permissions .close {
    position: absolute;
    z-index: 99;
    right: 0;
    font-size: 42px;
    font-weight: 300;
    top: 0;
    margin-top: 6px;
    margin-right: 17px;
    color: #fff;
	opacity: 1;
	padding: 0px;
}
.btn-createRoles.btn-submit {
	margin: 0 auto;
}
#permissions .modal-body {
	padding: 0px 30px;
}
.modal-footer {
	border-top: none;
	padding: 35px 30px;
}

/* The permissions Options */
.permissionsOption {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #626262;
  font-weight: 500;
  border-bottom: 1px solid rgba(98,98,98,0.2);
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Hide the browser's default checkbox */
.permissionsOption input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.permissionsOption .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  margin-top: 21px;
  border: 1px solid #c0c0c0;
}

/* On mouse-over, add a grey background color */
.permissionsOption:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.permissionsOption input:checked ~ .checkmark {
  background-color: #0ea2ad;
}

/* Create the checkmark/indicator (hidden when not checked) */
.permissionsOption .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.permissionsOption input:checked ~ .checkmark:after {
  display: block;
}

/* The assignOption */
.assignOption {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #626262;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  border-bottom: 1px solid rgba(98,98,98,0.2);
}

/* Hide the browser's default radio button */
.assignOption input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.assignOption .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  margin-top: 20px;
}

/* On mouse-over, add a grey background color */
.assignOption:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.assignOption input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.assignOption .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.assignOption input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.assignOption .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0196eb;
}
.form-controlSub {
	border-bottom: 1px solid #c0c0c0;
	height: 48px;
	display: flex;
	align-items: center;
}
.form-controlSub:last-child {
	border-bottom: none;
}
.lableCountSet {
	display: flex;
	align-items: center;
}
.lableCount {
	font-size: 22.5px;
	font-weight: 500;
	margin-left: auto;
}
.wardForm .form-group {
	margin-bottom: 20px;
}
/*.agencyBody.payRatesBody .roleDetailsText2 {
    width: 550px;
}*/
.hospitalApplicantTitle {
	font-size: 13px;
	font-weight: 500;
	color: #626262;
}
.hospitalApplicantCount {
	font-size: 28px;
	font-weight: 500;
	color: #32d4e0;
}
.hospitalApplicant {
	text-align: center;
	align-self: center;
	line-height: 26px;
	margin-left: 35px;
}
.roleDetailsBtns.hospitalUnits {
	display: flex;
}
.hospitalUnitsBtn {
	align-self: center;
}
.unitFilter .nav-tabs,
.unitFilter .nav-tabs .nav-item.show .nav-link, 
.unitFilter .nav-tabs .nav-link.active,
.unitFilter .nav-tabs .nav-link {
	border: none;
}
#permissions.unitFilter .modal-body {
	padding: 20px;
	padding-bottom: 0px;
}
.filterTabs {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;	
}
.unitFilter .nav-tabs .nav-item {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #626262;
	width: 50%;
	text-align: center;
	position: relative;
}
.unitFilter .nav-tabs .nav-link.active {
	background-color: #32d4e0;
	border-radius: 0px;
}
.unitFilter .nav-tabs .nav-link.active::after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #32d4e0 transparent transparent transparent;
	left: 50%;
	content: '';
	bottom: 0px;
	margin-bottom: -8px;
	margin-left: -6px;
}
.filterTabs .nav-tabs .nav-link {
	color: #fff;
}
.filterTabs .tab-content > .tab-pane {
	padding: 0px 10px;
}
.filterTabs .assignOption {
	color: #444444;
	font-size: 18px;
    padding: 9px 40px 9px 15px;
}
.filterTabs .assignOption:last-child {
	border-bottom: 0px;
}
.filterTabs .assignOption .checkmark {
	right: 0px;
	left: auto;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}
.filterTabs .assignOption .checkmark::after {
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #26c6d2;
    border: 1px solid #26c6d2;
}
#permissions.unitFilter .modal-dialog {
    margin-top: 130px;
    margin-right: 220px;
}
.backSetUp {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	margin-left: 30px;
	margin-top: -25px;
}
.backSetUp a {
	color: #626262;
}
.employeeProfileImg {
	height: 124px;
	width: 124px;
	border-radius: 12px;
}
.employeeProfileImg img {
	height: 124px;
	width: 124px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}
.employeeProfileAll {
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	margin-bottom: -1px;
	padding: 15px 20px;
}
.employeeName {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-top: -3px;
}
.employeePosition {
	font-size: 16px;
	font-weight: 500;
	color: #08a4b0;
	margin-top: 3px;
}
.employeeProfile {
	display: flex;
}
.employeeProfileDetail {
	margin-left: 20px;
	width: calc(100% - 145px);
}
.employeePersonalText {
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	margin-top: 5px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.employeeDetailAdd {
	background: url('../img/gpsIcon.png') no-repeat left center;
}
.employeeDetailCall {
	background: url('../img/phoneIcon.png') no-repeat left center;
}
.employeeDetailMail {
	background: url('../img/mailIcon.png') no-repeat left center;
}
.employeePersonalDetail {
	margin-top: 10px;
}
.roleDetailsTitle {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	padding: 12.5px 16px;
}
.employeeMail li:first-child {
	width: 375px;
}
.hospitalDetailText {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}
.btn-YN, .btn-YN:hover {
	padding: 4.5px;
	width: 65px;
	color: #626262;
	/* pointer-events: none; */
}
.active-YY, .active-YY:hover {
	background-color: #469cef;
	color: #fff;
}
.active-YN, .active-YN:hover {
	background-color: #ff8400;
	color: #fff;
}
.active-NN, .active-NN:hover {
	background-color: #ff0000;
	color: #fff;
}
.hospitalLink {
	display: flex;
}
.hospitalLink .roleDetailsText2 {
	width: 550px;
	color: #626262;
}
.roleDetailsView .hospitalLink .roleDetailsText2 {
	width: 455px;
}
/*Back-end css end*/

.headerAvtar .headerAvtarDetail {
	cursor: pointer;
}
.headerAvtar .dropdown:hover .dropdown-menu {
    display: block;
}
.headerAvtar .dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    top: 55px;
    padding: 0px;
    border: none;
}
/*.headerAvtar .dropdown-menu:hover, .headerAvtar .dropdown-item:focus, .headerAvtar .dropdown-item:hover {
	background-color: #f5f5f5;
}*/
.headerAvtar .dropdown-item {
	color: #626262;
	padding: 12px 24px;
	border-bottom: 1px solid #f1f1f1;
}
.headerAvtar .dropdown-item:last-child {
	border-bottom: none;
}
.headerAvtar .dropdown-item:hover {
	background-color: #f5f5f5;
}
.headerAvtar .dropdown-item.active, .headerAvtar .dropdown-item:active {
	background: none;
	color: #626262;
}
.btn-wards {
	padding: 4.5px 22.2px;
}
.btn-roleOnly {
	padding: 4.5px 10px;
	width: 89.5px;
}
.btn-division {
	background: none;
	margin: 0px;
    margin-left: auto;
}
.divisionAdd {
	width: 100%;
	display: flex;
    align-items: center;
    margin-bottom: -4px;
}
.divisionAddForm, .divisionFormOnly {
	border: 1px solid #00bae7;
    border-radius: 12px;
}
.divisionAddFormDelete {
	display: flex;
}
.divisionDeleteOnly {
	width: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.divisionFormOnly {
	width: calc(100% - 40px);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px 10px 0px 10px;
}
.divisionFormOnly .row {
	margin-right: -5px;
	margin-left: -5px;
}
.divisionFormOnly .col-md-6,
.divisionFormOnly .col-md-12 {
	padding: 0px 5px;
}
.registrationPopupText3 {
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	background-color: #b5d7f9;
	padding: 22px 15px;
}
.registrationPopupCheck.forgotPopup.activeAlert .tickIcon {
	padding: 50px 30px 40px;
}
.aboveSame {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px !important;
}
.aboveCheckBox {
	padding-right: 12px;
}
.administrativeDivisionAdd.divisionAdd .aboveCheckBoxForm {
	margin-left: auto;
}
.administrativeDivisionAdd {
	margin-bottom: 5px;
}
.administrativeAddForm {
	margin-bottom: 20px;
}
.administrativeAddForm .divisionDeleteOnly, .administrativeOnOff {
	display: none;
}
.divisionDeleteOnly img {
	cursor: pointer;
}
.administrativeAddForm .divisionFormOnly {
	width: 100%;
	margin-right: 20px;
}
.divisionFormAdding  {
  display: none;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.divisionFormAdding.divisionOnOff {
	display: block;
	-webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

/* Hide the browser's default checkbox */
.aboveSame input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.aboveSame .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #00bae7;
  margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.aboveSame:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.aboveSame input:checked ~ .checkmark {
  background-color: #0ea2ad;
}

/* Create the checkmark/indicator (hidden when not checked) */
.aboveSame .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.aboveSame input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.aboveSame .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qualificationInput {
	display: flex;
	margin-top: 10px;
}
.qualificationInput:last-child {
	margin-top: 0px;
}
.qualificationInput .form-control {
	width: calc(100% - 46px);
}
.qualificationInput img {
	height: 36px;
	margin-left: auto;
	align-self: center;
	cursor: pointer;
}
.qualificationInputOnly {
	display: flex;
	flex-direction: column-reverse;
}
.submenu1 a {
	padding-left: 98px;
}
.submenu2 a {
	padding-left: 118px;
}
.submenu3 a {
	padding-left: 138px;
}
.employeeName span {
	color: #626262;
}
.unitPersonalDetail .employeeDetailCol .employeePersonalText {
	color: #01589b;
	font-weight: 600;
	padding-left: 0;
	color: #01589b;
}
.unitProfileName {
	font-size: 16px;
	color: #08a4b0 !important;
}
.unitPersonalDetail .employeeDetailCol .employeePersonalText span {
	margin-left: 5px;
	color: #626262;
	font-weight: 500;
}
.unitProfileDetail .employeePersonalDetail {
    margin-top: 2px;
}
#mainBody .agencyBody .roleDetailsSlab.unitAccordion {
	border: none;
}
.unitAccordion .card-link {
	font-weight: 600;
    font-size: 16px;
    color: #000;
    display: block;
    padding: .75rem 1.25rem;
    background: #f2f2f2 url('../img/accordion-top-icon.png') no-repeat right 3% center;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c0c0c0;
}
.unitAccordion .card-link.collapsed {
	background: #f2f2f2 url('../img/accordion-bottom-icon.png') no-repeat right 3% center;
	border-radius: 10px;
}
.unitAccordion .card-header {
	padding: 0px;
	border: 0px;
}
.unitAccordion .card {
	border: 1px solid #c0c0c0;
    border-radius: 10px;
    margin-bottom: -1px;
}
.collapseTitle {
	font-size: 15px;
	font-weight: 600;
	color: #08a4b0;	
}
.collapseText {
	font-size: 14px;
	font-weight: 500;
	color: #000;
    margin-top: 15px;	
}
.unitAccordion .employeeMail {
	font-size: 14px;
}
.unitAccordion .employeeMail img {
	margin-top: -2px;
}
.unitAccordion .card-body {
    padding-top: 10px;
}
.bar {
	width: 100%;
	height: 1px;
	background-color: #c0c0c0;
	margin-top: 12px;
    margin-bottom: 15px;	
}
.signedEmploy .employeeDetailCol:first-child {
	border-right: 1px solid #c0c0c0;
}
.aboutSubainTitle {
	font-size: 16px;
	font-weight: 600;
	color: #32d4e0;
	margin-bottom: 4px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #000;
  font-size: 32px;
  opacity: 0.6;
  transition: 0.3s;
}
#aboutSection .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#aboutSection .bx-wrapper .bx-pager.bx-default-pager a.active, 
#aboutSection .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000000a3;
}
.aboutTextUl li {
	padding-left: 5px;
}
.aboutTextUl li::marker {
	color: #32d4e0;
	font-weight: 700;
}
.aboutTextUl ul li::marker {
	color: #000;
}


/* 13-Sep-2022 */

.dashboardTab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #dddddd85;
	padding: 10px 25px;
	margin: 15px 0px;
}
.dashboardCount {
	font-size: 24px;
	font-weight: 600;
	color: #c4280f;
}
.dashboardCountText {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #626262;
}
.dashboardRight {
	width: 30px;
	text-align: right;
}
.dashboardLeft {
	width: calc(100% - 30px);
}

/* 13-Sep-2022 END */

/* 14-Feb-2022 */
.shiftUnitBox .NewRolesForm .form-group label {
    color: #01589b;
    position: absolute;
    top: -11px;
    left: 18px;
    background: #fff;
}
.shiftUnitBox .NewRolesForm .form-group {
    position: relative;
    border: 1px solid #32d4df;
    border-radius: 10px;
    padding: 13px 30px;
}
.shiftUnitBox .NewRolesForm .form-group p {
    margin-bottom: 0px;
    color: #444;
}
.shiftUnitBox .NewRolesAll {
    padding-bottom: 0px;
}
.roleDetails.roleDetailsView {
    margin-bottom: -1px;
}
/* 14-Feb-2022 END */

/*04-Jan-2023*/
.checkForm {
    display: flex;
    align-items: center;
}
.NewRolesForm .form-group.checkForm .form-control {
    height: 18px !important;
    width: 18px;
}
.NewRolesForm .form-group select.form-control:not([size]):not([multiple]) {
    height: 48px;
}
/*04-Jan-2023 END*/














@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width:1199px) {
	.bannerText1 {
		font-size: 32px;
	}
	.bannerText2 {
		font-size: 20px;
		line-height: 24px;
	}
	.welcomeLogin {
		padding: 20px 62px 0px 40px;
		background-size: contain;
	}
	.welcomeLoginHeading {
		font-size: 32px;
	}
	.welcomeLoginForm {
		margin-top: 10px;
	}
	.welcomeLoginForm .form-group .form-control {
		height: 44px !important;
	}
	.welcomeForgotPassword {
		margin-bottom: 30px;
	}
	.bannerText {
		padding: 143px 0px;
	}
	.welcomeLogin {
		height: 475px;
	}
	#myLogin .modal-dialog {
		max-width: 992px;
	}
	#myLogin .myLoginCol1 .myLoginCol1Bg {
		height: 395px;
	}
	.aboutTextHeading {
		font-size: 42px;
		line-height: 52px;
	}
	.serviceChoosenTitle {
		font-size: 14px;
	}
	.serviceSectionLeftText {
		font-size: 36px;
		line-height: 40px;
	}
	#testimonials .bx-wrapper {
		max-width: 555px !important;
		margin: 0px auto;
	}
	#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm {
		padding: 12px 60px 125px 60px;
	}
	#forgotPassword .welcomeLogin .welcomeLoginForm .form-group {
		margin-bottom: 75px;
	}
	#forgotPassword .welcomeLogin {
		height: 555px;
	}
	.roleDetailsText2, .hospitalLink .roleDetailsText2 {
		width: 335px;
	}
	.roleDetailsView .hospitalLink .roleDetailsText2 {
		width: 250px;
	}
	.roleDetailsText2Hidden {
		margin-top: 5px;
	}
	.roleDetailsText2Hidden .roleDetailsText2 ul li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.roleDetailsText2Hidden .roleDetailsText2 ul li:last-child {
		width: 195px;
	}
	/*.hospitalLink {
		width: 68%;
	}*/
}

@media (max-width:991px) {
	#banner .col-lg-5 {
		display: none;
	}
	#header .navbar .navbar-nav .nav-item:last-child .nav-link {
		text-align: center;
		display: block;
	}
	#header .navbar .navbar-nav {
		margin-top: 15px;
	}
	/* .aboutImg {
		text-align: center;
		margin-bottom: 30px;
	} */
	.serviceSectionLeftText {
		width: 80%;
	}
	.serviceChoosenTitle {
		font-size: 16px;
	}
	.serviceSectionBgImg {
		display: none;
	}
	.contactDetailText {
		background-size: 28px !important;
		padding: 8px 0px 8px 45px;
	}
	.footerText {
		font-size: 13px;
	}
	#myLogin .myLoginCol1 {
		display: none;
	}
	.myLoginCol2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#myLogin .modal-dialog {
		max-width: 425px;
	}
	#forgotPassword.createAccount .welcomeLogin {
		width: 100%;
		/*background-size: 100% 100%;*/
	}
	#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm {
		padding: 12px 30px 125px 30px;
	}
	#header .navbar .navbar-toggler {
		padding: 0px;
	}
	#header .navbar .navbar-toggler-icon {
	    width: 25px;
    	height: 25px;
    	transition: 0.2s;
	}
	#header.headerAfterScroll .navbar .navbar-toggler-icon {
		width: 20px;
		height: 20px;
		transition: 0.2s;
	}
	.mainHeaderLeft {
		width: 200px;
	}
	.mainHeaderRight {
	    width: calc(100% - 200px);
	}
	.bodyLeftTitle1 a {
		padding: 13.7px 20px 13.7px 45px;
	}
	.bodyHeadingBtn {
		display: block;
	}
	.bodyHeading {
		margin-bottom: 10px;
	}
	.btn-filter {
		font-size: 14px;
		/*width: 160px;*/
		padding: 5.8px 30px 5.8px 18px;
	}
	.btn-add {
		font-size: 14px;
		background-size: 14px auto;
		padding: 5.8px 24px 5.8px 44px;
	}
	.agencyHeaderBtn {
		text-align: end;
	}
	.roleDetailsText1 {
		font-size: 14px;
	}
	.roleDetailsText2, .roleDetailsText1 .personPostition {
		font-size: 12px;
	}
	.btn-roleDetailsEdit {
		font-size: 12px;
		padding: 3.5px 18px;
	}
	.btn-roleDetailsActive {
		font-size: 12px;
		padding: 3.5px 18px;
	}
	.roleInactive {
		padding: 3.5px 12.8px !important;
	}
	.roleDetailsImg, .roleDetailsImg img {
		width: 45px;
		height: 45px;
	}
	.roleDetailsText2, .hospitalLink .roleDetailsText2 {
	    width: 255px;
	}
	.roleDetailsView .hospitalLink .roleDetailsText2 {
		width: 185px;
	}
	.roleDetailsText2Hidden .roleDetailsText2 ul li:last-child {
	    width: 130px;
	}
	.roleDetailsTextDash .roleDetailsText1 {
		font-size: 18px;
	}
	.roleDetailsTextDash {
		line-height: 22.5px;
	}
	.roleDetailsText2Hidden {
	    margin-top: 1px;
	}
	.hospitalApplicant {
		line-height: 22px;
	}
	.hospitalApplicantCount {
		font-size: 20px;
	}
	.btn-YN, .btn-YN:hover {
		width: 55px;
		margin-right: 0px;
	}
	.roleDetailOnHospital .roleDetailsText2 {
		width: 230px;
	}
	.roleDetailOnHospital .roleDetailsText2Hidden .roleDetailsText2 ul li:last-child {
		width: 105px;
	}
	.employeePersonalText, .collapseText {
		font-size: 12px;
		margin-top: 3px;
	}
	.employeeMail li:first-child {
		width: 220px;
	}
	.employeeMail li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.employeeProfileImg, .employeeProfileImg img {
		height: 100px;
		width: 100px;
	}
	.employeePosition {
		margin-top: 0px;
	}
	.bodyHeading {
		font-size: 20px;
	}
	.btn-wards {
		padding: 4.5px 15.5px;
	}
	.btn-roleOnly {
		padding: 4.5px 5px;
		width: 72px;
	}
	.submenu1 a {
		padding-left: 65px;
	}
	.submenu2 a {
		padding-left: 85px;
	}
	.submenu3 a {
		padding-left: 100px;
	}
	.collapseTitle {
		font-size: 14px;
		margin-bottom: -4px;
	}
	.unitAccordion .employeeMail {
		font-size: 12px;
	}
	.unitAccordion .card-link, .employeeName {
		font-size: 15px;
	}
	#aboutSection .bx-wrapper {
		margin: 0px auto 60px;
	}
}

@media (max-width:767px) {
	.aboutSliderImg {
		display: none !important;
	}
	.serviceSectionLeftText {
		width: 100%;
	}
	.serviceChoosenRow, .serviceChoosenCol,
	.serviceChoosenRow2 .serviceChoosenCol:last-child {
		border: none;
	}
	.serviceChoosenCol {
		border-bottom: 1px solid #000;
	}
	#contactUs .contactDetailCol:first-child,
	#contactUs .contactDetailCol:last-child {
		background: none;
	}
	.footerText {
		text-align: center !important;
	}
	.contactDetailCol {
		padding: 20px 15px;
	}
	#forgotPassword.createAccount .welcomeLogin {
		/*background: url('../img/registerBg2.png') no-repeat center top;
		background-size: 100% 100%;*/
	}
	.mainHeaderLeft .logo {
	    margin-top: 10px;
	    width: 95px;
	}
	.mainHeaderLeft {
	    width: 150px;
	}
	.mainHeaderRight {
	    width: calc(100% - 150px);
	}
	.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.bodyLeftTitle1 {
		font-size: 12px;
		/*padding: 13.7px 15px 13.7px 25px;*/
	}
	.bodyLeftTitle1 a {
		padding: 13.7px 15px 13.7px 25px;
	}
	.avtarName {
		font-size: 14px;
	}
	.avtarImg, .avtarImg img {
		height: 45px;
		width: 45px;
	}
	.headerAvtar .dropdown-menu {
		top: 42px;
		font-size: 14px;
	}
	.bodyHeading {
		font-size: 18px;
	}
	.roleDetailsText2, .hospitalLink .roleDetailsText2 {
	    width: 195px;
	}
	.roleDetailsTextDash .roleDetailsText1 {
	    font-size: 16px;
	}
	.btn-add {
	    font-size: 12px;
	    background-size: 12px auto;
	    padding: 5.8px 15px 5.8px 30px;
	    background-position: center left 14px;
	}
	.btn-filter {
	    font-size: 12px;
	    /*width: 145px;*/
	}
	.registrationPopupBtn {
		width: 100% !important;
	}
	.submenu1 a {
		padding-left: 40px;
	}
	.submenu2 a {
		padding-left: 55px;
	}
	.submenu3 a {
		padding-left: 70px;
	}
	#mainBody .mainHeaderLeft, #mainBody .mainHeaderRight {
		margin-top: 87px;
	}
	.jobDetailsRes.mainHeaderRight {
	    width: 100%;
	}
}

@media (max-width:575px) {
	.bannerText1,
	.aboutTextHeading {
		font-size: 28px;
		line-height: normal;
	}
	.bannerText2 {
		font-size: 18px;
	}
	.aboutTextOnly {
		font-size: 14px;
	}
	.serviceSectionLeftText {
	    font-size: 30px;
	    /* line-height: 36px; */
	    line-height: normal;
	}
	#myLogin .modal-dialog {
		margin: 101px auto 0px;
	}
	#forgotPassword .welcomeLogin {
		width: 460px;
		background-size: contain;
	}
	#forgotPassword .welcomeLogin .welcomeLoginForm {
		padding: 30px 60px 0px 60px;
	}
	.welcomeLogin {
		width: 98%;
	}
	.contactDetailCol {
		padding: 10px 15px;
	}
	#contactUs {
		padding-bottom: 25px;
	}
	#contactUs .aboutTextHeading {
	    margin-bottom: 30px;
	}
	
	/*5-12-2022*/
	.employeeProfileRes .employeeProfile {
	    display: block;
	}
	.employeeProfileRes .employeeProfileDetail {
	    margin: 15px 0px 0px;
        width: 100%;
	}
	/*5-12-2022 end*/
	
	/* 14-Feb-2022 */
	.shiftUnitBox,
	.agencyDetailsView {
	    width: 100%;
	}
	/* 14-Feb-2022 END */
}

@media (max-width:489px) {
	#banner {
		margin-top: 88px;
	}
	.bannerText1,
	.aboutTextHeading {
		font-size: 24px;
	}
	.bannerText2 {
	    font-size: 16px;
	}
	.serviceSectionLeftText {
	    font-size: 24px;
	    /* line-height: 28px; */
	}
	.logoImg {
		width: 140px;
	}
	#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm .btn-welcomeLogin {
		width: 70%;
	}
	#forgotPassword .welcomeLogin {
		width: 100%;
		background-size: cover;
	}
	.welcomeLoginHeading {
		font-size: 29px;
	}
	#forgotPassword .welcomeLogin .welcomeLoginText {
		font-size: 14px;
	}
	#forgotPassword .welcomeLogin .welcomeLoginForm {
	    padding: 30px 40px 0px 40px;
	}
	#header .navbar .navbar-toggler-icon {
	    width: 20px;
    	height: 20px;
	}
	#forgotPassword .welcomeLogin {
	    height: 520px;
	    background-size: 100% 100%;
	}

}

@media(max-width:413px) {
	#banner {
		margin-top: 80.9px;
	}
	.logoImg {
	    width: 120px;
	}
	.bannerText1 {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.aboutTextHeading {
		font-size: 26px;
	}
	.bannerText2 {
		font-size: 12px;
		line-height: 18px;
	}
	.bannerText {
		padding: 95px 0px;
	}
	.aboutTextOnly, .testimonialText, .footerText {
		font-size: 12px;
	}
	.serviceSectionLeftText {
	    font-size: 18px;
	    /* line-height: 24px; */
	}
	.testimonialLi {
		padding: 30px 15px 30px 15px;
	}
	#header .navbar .navbar-nav .nav-link {
		font-size: 14px;
		padding: 8px 24px;
	}
	#forgotPassword.createAccount .welcomeLogin .welcomeLoginForm {
	    padding: 12px 5px 125px 5px;
	}
	.welcomeLoginForm .form-group .form-control {
	    height: 40px !important;
	}
	#forgotPassword .welcomeLogin .welcomeLoginForm {
	    padding: 15px 15px 0px 15px;
	}
	.welcomeLoginHeading {
	    font-size: 21px;
	}
	#forgotPassword .welcomeLogin .welcomeLoginText {
		font-size: 12px;
		width: 95%;
	}
	#forgotPassword .welcomeLogin .welcomeLoginForm .form-group {
	    margin-bottom: 55px;
	}
	#forgotPassword .welcomeLogin {
	    height: 470px;
	}
	.btn-welcomeLogin {
		padding: 7px;
	}
	.welcomeLogin {
	    background-size: 100% 100%;
	    height: 450px;
	}
	.testimonialAvtarName {
		font-size: 15px;
	}
}
.error {
	color: red;
}