.list-group-item.parent{
      background-color: transparent !important; /* No background change */
      color: inherit !important; /* Keep the original text color */
      cursor: default !important; /* Disable pointer cursor if needed */
      text-decoration: none !important;
}

.list-group-item.child {
      padding-left: 32px; /* Indent child items */
      cursor: pointer;
}

.custom-navbox{
      border: none !important; 
}

.modal-body label{
      font-weight:normal !important;
}

 /*css for modal buttons*/
.right-button {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.left-button {
    display: flex;
    flex: 1;
    justify-content: flex-start;
} 

.modal-dialog{
    top:20%; /*position of the modal from the top of the page*/
}
 

/*mobile css START*/
@media(max-width:767px){
      .contact1-container, .contact2-container {
		flex-direction: column;
	}
	.contact1-info, .contact2-info {
		display: flex;
		align-items: center;
		margin: 8px 0;
	}
	.contact1-info img, .contact2-info img {
		margin-right: 8px;
	}
      .first-container {
		height: auto !important;
	}

	.second-container {
		margin-top: -130px !important;
	}
}
/*mobile css END*/

/**/
div.search-customlabel{
	display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align all content to the right */
}