.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.logo_image_container {
    padding-top: 24px;
    padding-left: 22px;
    height: 40px;
}

.logo_image_container img {
    max-height: 40px;
}

.user_name {
    color: #fff;
    margin-bottom: 2px;
    margin-top: 11px;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
}

.user_designation {
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: 300;
    text-align: center;
    word-break: break-word;
}

.button_image {
    height: 70px;
    width: 72px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
}


.button_container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -35px;
    border: none;
}


.user_image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}


.user_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.title {
    font-size: 15px;
    line-height: 1%;
    font-weight: 400;
    color: #b9b9b9;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}

.sub_title {
    font-size: 14px;
    color: #74637B;
    margin: 0;
}

.summary {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 400;
    padding-top: 15px;
}

.summary_container {
    display: flex;
    align-items: center;
    position: relative;
    top: -50px;
    border: none;
    box-shadow: 0 2px 0 #f3f1f1;
}

.paragraph {
    font-size: 18px;
    color: #3b3b3b;
    margin: 0;
    padding: 0;
}

.contact_paragraph {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
}


#myBtnDiv {
    border-radius: 50%;
    border: none;
    max-height: 85px;
    max-width: 85px;
}

#floatingButton {
    display: block;
    position: fixed; /* Fixed/sticky position */
    bottom: 60px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%;
    border: none;
    max-width: 60px;
    box-shadow: 2px 3px 20px 3px #ccc;
}


.section_container {
    box-shadow: 0 2px 0 #f3f1f1;
    padding-bottom: 15px;
}

.section_container:last-child {
    box-shadow: none;
}

.button_icon_container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #fff;
    padding: 0px 15px;
    justify-content: center;
}

.grid-item {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.social_logo {
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
    object-fit: cover;
    width: 75%;
    max-height: 75%;
}

.social_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 5px 0;
}
.social_message {
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 2px;
    margin-top: 11px;
    text-align: center;
}

.pronunciation {
	font-style: italic;
	font-weight: 400;
	opacity: 0.7;
}

.user-image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#leadModalBtn {
	width: -webkit-fill-available; 
	height: 60px;
	margin: 30px 0px;
	border-radius: 10px; 
	font-size: 18px; 
	font-weight: 600; 
	cursor: pointer;
}