.header_menu {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap !important; /* prevent wrapping */
gap: 10px;
}

.header_right_menu {
gap: 10px;
flex-wrap: nowrap !important;
align-items: center;
}

@media (min-width: 768px) {
.header_right_menu {
display: flex;
}
}

@media (max-width: 767px) {
.header_right_menu {
display: block;
text-align: center;
}
}

.header_common_btn {
white-space: nowrap;
}
h6 {
font-size: 17px;
margin-bottom: 15px;
color: #007FE1;
font-weight:bold;
}
h3{
font-size: 17px;
font-weight:bold;
}
p {
font-size: 13px; 
margin-bottom: 20px;  /* Space between paragraphs */
line-height: 1.6;  /* Improved line spacing */
color: #fff;  /* Ensure paragraph text is white for contrast */
font-family: 'Inter', sans-serif;
}

/* Unordered List Style */
ul {
list-style-type: disc;  /* Bullet points */
margin-left: 40px;  /* Indentation of the list */
margin-bottom: 20px;  /* Space below the list */
color: #fff;  /* Ensure list text is white for contrast */
}

/* List Item Style */
li {
margin-bottom: 10px;  /* Space between list items */
color: #fff;  /* Ensure list items are white */
}

/* Heading Styles */
h1, h2 {
font-family: 'Inter', sans-serif;
font-weight: bold;
color: #fff;  /* Yellow color for headers to make them pop */
font-size:16px;
}

h1 {
font-size: 1.5em;
text-align: center;
}

h2 {
font-size: 1em;
}
h4 strong {
font-size:20px;
color:#ef076a;
font-family: 'Inter', sans-serif;
}
h5{
font-size:15px;
color:#ef076a;
font-family: 'Inter', sans-serif;
}

}

