.sectionHeader h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 35px;
    position: relative;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #0f1144;
}

.sectionHeader h2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    left: 50%;
    bottom: 0px;
    background-color: #0f1144;
}

.sectionHeader p {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}


/*about us page css*/
.aboutUs {
	padding: 30px 0;
}
.aboutUs h3 {
 	font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 28px;
    color: #000;
}

/*service page css*/
.services {
	padding: 30px 0;
	background: #f9f9f9;
}
.servicesInner {
	text-align: center;
}
.servicesInner span{
	border-radius:50%; 
	background-color: #0f1144;
	color: #fff;
	min-width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
}
.servicesInner h4 {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 0;
}

.howItWorks {
	padding: 30px 0;
}

/*sign In*/
.logInPage {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center!important;
    margin: 0 auto!important;
    padding: 10px 0!important;
    overflow-y: auto;
  	background-image: url(../images/sign_in.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.logInInner {
	max-width: 450px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	padding: 30px 25px;
	border-radius: 10px;
	background-color: #fff;
}


.logInInner h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	color: #999;
}
.logInInner .form-group {
	position: relative;
	margin-bottom: 30px;
}
.logInInner .form-group label {
	color: #999;
}
.logInInner .form-group .form-control {
	padding-left: 30px;
}
.logInInner .form-group .form-control.error {
	border-color: #dc0000;
    background-color: rgba(255, 0, 0, .05);
}

.logInInner .form-group .form-control.error:focus{
	border-color: #dc0000;
}

.logInInner .form-group i {
	position: absolute;
    bottom: 12px;
    left: 10px;
    color: #999;
}
.logInInner .form-group label.error {
	color: #dc0000!important;
    position: absolute;
    /*bottom: -30px;*/
    top: 100%;
    left: 0;
    font-size: 13px;
}
.btnSign {
	background-color: #3fbe67;
	border:1px solid #3fbe67;
	color: #fff;
	border-radius: 5px;
}

.btnSign:hover {
	color: #3fbe67;
	background-color: #fff;
}
.btnGray {
	background-color: #eee;
	border:1px solid #eee;
	color: #000;
	border-radius: 25px;
	padding: 5px 20px;
}
.forgetPassword {
    color: #3fbe67;
    font-weight: 600;
    font-size: 15px;
}
.forgetPassword:hover {
	color: #3fbe67;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3fbe67;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.signInWith {
	font-size: 15px;
	line-height: 20px;
	margin:10px 0;
	color: #999;
}
.socialButton {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.socialButton li {
	padding: 0 5px;
}
.socialButton li a {
	color: #fff;
	background-color: #3fbe67;
	border:1px solid #3fbe67;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.socialButton li a:hover {
	background-color: #fff;
	color: #3fbe67;
}
.signUp {
	color: #999;
}
.signUp a {
	color: #3fbe67;
	font-weight: 600;
}
.signUp a:hover {
	color: #3fbe67;
}
.signUp span {
	margin: 0 15px;
	font-weight: 600;
}

/*sign up*/
.btn-group-toggle1 {
 	background-color: #3fbe67;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
}

.btnWhite {
    background-color: #3fbe67;
    border: 1px solid #3fbe67;
    color: #fff;
    border-radius: 50px!important;
    padding: 0 25px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 2px;
}

.signup.active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3fbe67;
    border-radius: 50px!important;
}
.signup.focus {
	box-shadow: none;
}



/*profile page*/
.profilePage {
    margin-top: 20px;
}
.profilePage .profileTab .nav-item .nav-link{
	font-size: 15px;
	text-transform: uppercase;
	color: #999;
	border-bottom: 2px solid transparent;
	border-radius: 0;
}
.profilePage .profileTab .nav-item .nav-link.active {
	background-color: transparent;
	border-bottom: 2px solid #3fbe67;
	color: #3fbe67;
}

.profilePage .tab-content {
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 15px 0;
	 border-radius: 10px;
}

.profilePage .form-group {
	position: relative;
}
.profilePage .form-group .form-control {
	border-radius: 25px;
}


.profilePage .form-group .customeValidation {
	position: absolute;
    bottom: -26px;
    left: 0;
    font-size: 13px;
    margin: 0;
}

.profilePage .form-group .form-control.error {
    border-color: #dc0000;
    background-color: rgba(255, 0, 0, .05);
}

.profilePage .form-group label.error {
	color: #dc0000!important;
}
.profilePage .form-group label.success {
	color: #3fbe67!important;
}

.alternate_bank_show_button{
    background-color: #007cbc;
    color: #fff;
    border-radius: 50%;
}
.alternate_bank_show_button:hover{
    background-color: #007cbc;
    color: #fff;
    border-radius: 50%;
}
.action_button_for_alt_bank{
    text-align: center;
    top: 28px;
}
.alternate_bank_hide_button{
    background-color: #4cb948;;
    color: #fff;
    border-radius: 50%;
}
.alternate_bank_hide_button:hover{
    background-color: #4cb948;
    color: #fff;
    border-radius: 50%;
}

.myProfileLeft {
	text-align: center;
    padding: 30px 0 0;
}
.profileImg img{
	border-radius: 50%;
	height: 100%;
    width: 100%;
    object-fit: cover;
	/*border:1px solid #3fbe67;*/
}
.uplaodImg {
	margin-top: 10px
}
.uplaodImg a {
	border-radius: 3px;
	border:1px solid #3fbe67;
	color: #3fbe67;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}
.uplaodImg a  .profileImages{
	position: absolute;
	opacity: 0;
	left:0;
	cursor: pointer;
}

.myProfileRight h3 {
	font-size: 20px;
	border-bottom: 1.5px solid #e3e3e3;
	font-weight: 600;
	padding-bottom: 5px;
	color: #333;
}

.profilePage .tab-content .card {
    border-width: 2px;
}
.profilePage .tab-content .card .card-header{
    border-width: 2px;
}

.profilePage .tab-content  .addBtn {
    background-color: #4cb948;
    color:#fff;
    border-radius: 50%;
}

.profilePage .tab-content  .delBtn {
    background-color: #007cbc;
    color:#fff;
    border-radius: 50%;
}
.profilePage .tab-content  .companyInfo {
    border-right: 1px solid #e3e3e3;
}
.fileValidation {
	font-size: 13px;
	color: #999;
}
.uploadedFile {
    display: flex;
    background-color: #f9f9f9;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
}
.uploadOuter {
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-right: 50px;
}
.uploadOuter p{
	text-align: center;
}
.uploadOuter .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.uploadOuter .icons a {
	color: #fff;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0 5px;
    line-height: 33px;
    text-align: center;
}
.uploadOuter .icons a.green {
	background-color: #3fbe67;
}
.uploadOuter .icons a.red{
	background-color: #ff0000;
}
.uploadOuter .icons a.blue {
	background-color: #00008b;
}
.uploadDocument {
	position: relative;
	border:1px dashed #e3e3e3;
	height: 100%;
	width: 100%;
}
.uploadDocument img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.uploadDocument .paySlipBefore {
    text-align: center;
    font-size: 13px;
    color: #222;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 18px;
}
.uploadDocument .paySlipAfter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 15px;
}
.uploadDocument p span {
	color: #999;
}
.uploadDocument h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #3fbe67;
    color: #3fbe67;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 22px;

}

.chooseDocument p{
	color: #000;
}
.chooseDocument .attachDocuments {
	border:1px dashed #e3e3e3;
	text-align: center;
	padding: 15px;
}
.chooseDocument .attachDocuments h5 {
	color: #999;
}
.chooseDocument .attachDocuments i {
	color: #222;
}
.chooseDocument .attachDocuments a {
	color: #3fbe67;
}	
.acceptedFiles {
	color: #999!important;
	margin-top: 5px;
}
.uploadDocumentNew {
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
	padding: 10px 20px 10px 10px;
	margin-bottom: 10px;
}
.uploadDocumentNew p {
	color: #222;
}
.uploadDocumentNew p span {
	color: #999;
}
.uploadDocumentNew i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff0000;
    font-size: 20px;
    cursor: pointer;
}

/*sign in second variations*/
.logInPageSecond {
	background-image: none;
	background-color: rgba(63, 190, 103, .1);
}
.logInInnerSecond {
	max-width: 800px;
	box-shadow: none;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
}

.logInRight {
	padding: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 5px 0 0 5px;
	background-color: #fff;
}
.logInRight .welcomeToGreenline {
    font-size:18px;
    text-align: center;
    line-height: 28px;
}
.logInRight .welcomeToGreenline span {
    color: #3fbe67;
}
.logInRight h3 {
	font-weight:600;
	color: #3fbe67;
	font-size: 25px;
	text-align: center;
}
.logInRight .form-group .form-control {
}
.logInRight .form-group .form-control:focus {
	box-shadow: none;
	border-color: #3fbe67;
}
.logInLeft {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Picture1.jpg);
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0 5px 5px 0;
    overflow:hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:60px 40px;
}
.logInLeft img {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 45px;
}
.logInLeft p {
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	padding: 0 0 15px;
	line-height: 35px;
}

/*.btnGreen {
	background-color: #ffff;
	color: #3fbe67;
	border-radius: 25px;
	border:2px solid #3fbe67;
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	padding:5px 15px; 
}
.btnGreen:hover {
	background-color: #3fbe67;
	color: #fff;
}*/
.googleBtn {
    background-color: #c32f10!important;
    border-color: #c32f10!important;
}
.googleBtn:hover {
	color: #c32f10!important;
	background-color: #fff!important;
} 
.facebookBtn {
	background-color: #3b5998!important;
	border-color: #3b5998!important;
}
.facebookBtn:hover {
	color: #3b5998!important;
	background-color: #fff!important;
} 
.linkedinBtn {
    background-color: #00aced!important;
    border-color: #00aced!important;
}
.linkedinBtn:hover {
	color: #00aced!important;
	background-color: #fff!important;
} 

/*sign up second*/

/*.signUpRight {
	padding: 0;
}
.btn-group-toggle2 {
    background-color: #fff;
   
    width: 100%;
    justify-content: space-between;
}
.btnGreen2 {
	border-radius: 0;
    width: 33.33%;
 	border-bottom: 1px solid #e3e3e3;
}
.btnGreen2.focus {
	box-shadow: none;
}
.signup2.active {
	 background-color: #3fbe67;
	 color: #fff;
	 position: relative;
}

.landlord.active:before, .tenant.active:before{
	content: "";
	position: absolute;
	top: -1px;
	right: -14px;
	transform: skew(-18deg);
	background: #3fbe67;
	bottom: 0;
	width: 21px;
}
.tenant.active:after, .broker.active:after{
	content: "";
	position: absolute;
	top: -1px;
	left: -14px;
	transform: skew(-18deg);
	background: #3fbe67;
	bottom: 0;
	width: 21px;
}
*/


/*profile page second*/
.profilePage2 {

}
/*.myProfileLeft {
	text-align: left!important;
}*/
.profileImg {
	position: relative;
    display: inline-block;
	max-width: 150px;
	min-width:150px;
    height: 150px;
}

.profileImg a {
	position: absolute;
    right: 0;
    bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #3fbe67;
}
.addMoreBank {
	color: #999;
}
.addMoreBank:hover {
	color: #3fbe67;
}
.addMoreBank i {
	color: #3fbe67;
}

/*profile page third*/
.profilePageThird {
	margin-left: 250px;
	margin-top: 80px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.profilePageThirdLeft {
	background: #3fbe67;
	padding: 20px 0;
}
.profilePageThirdImg {
	text-align: center;
}
.profilePageThirdImg img {
	max-width: 150px;
}
.profilePageThirdImg p {
	color: #fff;
}
.profilePageThirdLeft .nav {
	margin-top: 20px;
}
.profilePageThirdLeft .nav li{
	width: 100%;
	padding: 10px 0px;
}
.profilePageThirdLeft .nav li a{
	text-align: center;
	color: #fff;
}

.profilePageThirdLeft .nav li a span{
	display: block
}
.profilePageThirdLeft .nav li a.active {
	background-color: #fff;
	color: #3fbe67;
	border-radius: 0;
}
.profilePageThirdLeft .nav li a.active svg path {
	fill: #3fbe67;
}
.profilePageThirdRight {
	padding-top: 20px;
}
.profilePageThirdRight .form-group .form-control {
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 0;
}
.profilePageThirdRight .form-group .form-control:focus {
	box-shadow: none;
	border-color: #3fbe67;
}
.fixedRight{
	height: calc(100vh - 100px);
	overflow-y: auto;
}
svg {
	vertical-align: middle;
}


/*document new design */

.newUploadDocumentOuter {
  background-color: #fff;
  position: relative;
  margin: 0 30px 30px 0;
  max-width: 300px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.newUploadDocumentOuter img {
  height: 100%;
  object-fit: cover;
}

.newUploadDocumentOuter .upload {
  text-align: center;
  height: 120px;
}

.newUploadDocumentOuter .upload span {
  border: 3px solid #999;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #007cbc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.newUploadDocumentOuter .upload span img {
  max-width: 30px;
  height: auto;
}

.newUploadDocumentOuter .upload span input {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

.newUploadDocumentOuter .upload p {
  padding: 10px 0;
}

.newUploadDocumentOuter .upload button {
  position: relative;
  border-radius: 25px;
}

.newUploadDocumentOuter .upload button input {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

.newUploadDocumentOuter .afterUpload {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
.newUploadDocumentOuter .afterUpload a {
color:#000;
}
.newUploadDocumentOuter .afterUpload i {
  border: 1px solid #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 10px;
}



/*
.newUploadDocumentOuter {
background-color: #f9f9f9;
border: 1px dashed #999;
position: relative;
margin:0 30px 30px 0	;
	min-width: 255px;
}

.newUploadDocumentOuter a {
position: absolute;
right: 5px;
top: 5px;
color: red;
font-size: 30px;
display: flex;
height: 20px;
width: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.newUploadDocumentOuter a:hover {
text-decoration: none;
}

.newUploadDocumentOuter .name {
text-align: center;
font-size: 14px;
padding-bottom: 10px;
color: #999;
line-height: 20px;
min-height: 50px;
}

.newUploadDocumentOuter .pending {
padding: 0 10px;
color: orange;
font-size: 13px;
font-weight: 600;
min-height: 25px;
}

.newUploadDocumentOuter .uploaded {
padding: 0 10px;
color: #3fbe67;
font-size: 13px;
font-weight: 600;
}

.newUploadImg {
text-align: center;
height: 100px;
width: 100px;
margin: 15px auto;
border-radius: 3px;
}

.newUploadImg img {
height: 100%;
width: 100%;
object-fit: cover;
}

.newUploadbtn {
display: flex;
padding: 10px;
justify-content: center;
}

.newUploadbtn button {
border-radius: 3px;
border: 1px solid #e3e3e3;
max-width: 110px;
font-size: 13px;
margin: 0 10px;
background-color: #fff;
position: relative;
overflow: hidden;
}

.newUploadbtn button .documentInput {
position: absolute;
left: 0;
opacity: 0;
top: 0;
}*/


/*sign up thid*/
.signUpThird {
	max-width: 1100px;
}

.btn-group-toggle3 .signup2{
	border:2px solid #e3e3e3;
	border-radius: 5px!important; 
	margin: 0 10px;
    min-width: 90px;
	max-width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #444;
}
.btn-group-toggle3 .signup2 img {
	display: block;
	max-width: 30px;
	margin: 0 auto;
}
.btn-group-toggle3 .signup2.active {
	border-color:#3fbe67;
}
.btn-group-toggle3 .signup2.focus {
	box-shadow: none;
}
.btn-group-toggle3 .signup2.active path {
	fill: #3fbe67;
} 


/*change password*/

.changePassword {
    padding: 0 0 30px;
    overflow: hidden;
}
.changePasswordInner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Picture2.jpg);
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 90px;
    color: #fff;
    text-align: center;
    justify-content: flex-end;
}

/*Profile View */

.profileView .viewImg {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 20px 0 0;
    /*text-align: center;*/
    border-radius: 5px;
    position: relative;
}

.profileView .viewImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background-color: #f9f9f9;
    z-index: -1;
}
.profileView .table {
	/* margin: 20px 0 0;  */
}

.profileView .table tbody tr td {
	font-size: 15px;
}
.profileView .table tbody tr th {
    border-bottom:1px solid #e3e3e3;
    padding-left:0;
}
.profileView .table tbody tr td:first-child, .profileView .table tbody tr td:nth-child(3) {
	color: #999;
}

.userImg {
    text-align: center;
    max-width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.profileView .viewImg img {
	max-width: 100%;
    height: 100%;
    object-fit: cover;

}

.profileView .viewImg p{
	padding: 10px 0;
	font-weight: 600;
}

.viewDesc {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
 	border-radius: 5px;
}

.viewDesc h3 {
    font-size: 20px;
	padding: 15px;
    background-color: #f9f9f9;
}

.viewDescBody {
	padding: 30px 15px;
}

.viewDescBox {
	border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: 100%;
}
.viewDescBox .viewDescBoxBody {
	padding: 10px;
}

.viewDescBody h4 {
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}

.viewDesc p {
	padding-bottom: 8px;
}

.viewDesc p span {
	color: #999;
}

.viewDocument {
	position: relative;
}

.viewDocument .viewImgDocument {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    text-align: center;
    padding:20px 10px;
    border-radius: 5px;
}

.viewDocument .viewImgDocument img {
	max-width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

.viewDocument .viewIcon {
	color: #444;
    font-size: 20px;
    margin: 0 10px;
}

.viewDocument .viewIcon:hover {
	text-decoration: none;
}

.viewImgDocument p {
	padding: 0;
}


/*Profile dropdown header*/
/*Profile dropdown header*/
.profileDropdown {
	margin-left: 20px;
}
.profileDropdown .dropdown-toggle img{
	max-width: 50px;
}
.profileDropdown .dropdown-toggle:focus {
     outline: none !important;}
.profileDropdown .dropdown-toggle:focus-visible {
     outline: none !important;}
.profileDropdown  .dropdown-toggle:after {
    border-top: .3em solid #fff;
}
.profileDropdown  .dropdown-toggle:hover {
	text-decoration: none;
}
.profileDropdown .dropdown-menu{
	left: initial;
	padding: 0;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    margin-top: 22px;
}

.profileDropdown .dropdown-menu:before {
	content: "";
    position: absolute;
    top: -17px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 17px solid #fff;
}
.profileDropdown .dropdown-menu .dropdown-item {
	padding: 10px 15px;
}
.profileDropdown .dropdown-menu .dropdown-item:first-child {
	border-bottom: 1px solid #e3e3e3;
}
.profileDropdown .dropdown-menu .dropdown-item:active {
	background-color: #3fbe67!important;
}
.profileDropdown .media .avatar img {
    max-width: 60px;
    margin-right: 10px;
}


/*change password*/

.changePassword {
    padding: 0 0 30px;
    overflow: hidden;
}

.changePasswordInner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/static/images/Picture2.jpg);
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 90px;
    color: #fff;
    text-align: center;
    justify-content: flex-end;
}
.changePasswordError label.error {
	color: #dc0000!important;
}



@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0%;
  }
}


.fourth-text {
  opacity: 0;
  color:red;
  animation-name: fadeInOut;
  animation-delay: 0.0s;
  animation-duration: 5s;
  right: initial !important;
  bottom: initial !important;
}


