.awarenessContent-block {
	padding-top: 4.1%;
}

#awareness-page h1 {
	margin: 0 !important;
	text-align: center;
	padding-top: 2.1% !important;
	border: 0 !important;
}

/* .awarenessContent-wrap {
	padding-left: 3%;
} */

#spacing-style {
	padding-top: 105px;
	padding-bottom: 105px;
}

/* .awarenessContent-wrap-left {
	padding-right: 3%;
} */

.awarenessContent-wrap1 {
	margin-top: 0px;
}


#spacing-style-bottom {
	/* padding-bottom: 105px; */
	padding-bottom: 52px;
}

.awarenessContent-block h2 {
	margin-bottom: 15px !important;
	color: #b5121b !important;
	font-family: "Arial", sans-serif;
	font-weight: 700 !important;
	font-size: 29px !important;
	text-align: left;
}

.source-block p {
	margin-bottom: 0;
}

.source-block span {
	font-size: 12px;
	display: block;
}

.downloadPdf-link a {
	margin-top: 15px;
	display: block;
}

.downloadPdf-link a:hover {
	color: #0079ba;
}

.awareness-img-block {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.awareness-content-left {
	padding-right: 3%;
}

.awareness-content-left ul {
	margin: 0 !important;
}

.wide-img {
	margin-bottom: 25px;
}

.fallsDown-list {
	border: 1px solid #dbdbdb !important;
	padding: 15px;
	width: 100% !important;
	height: auto;
	margin-left: auto;
}

.fallsDown-list h3 {
	font-size: 22px !important;
	text-align: center !important;
	margin-bottom: 20px;
	font-family: "Arial", sans-serif;
	color: #b5121b !important;
	font-weight: 700 !important;
}

#fallsDown-list_new {
	margin-bottom: 15px;
}

.fallsDown-list p {
	color: #212529 !important;
	font-size: 16px !important;
	font-family: "Roboto", sans-serif !important;
	font-weight: normal !important;
	margin-bottom: 15px !important;
	margin-top: 15px;
}

.fallsDown-list a:hover {
	color: #212529 !important;
}

#products-btn {
	width: 100% !important;
	height: 59px !important;
	display: inline-flex !important;
	border-radius: 2.8rem !important;
	background-color: #b5121b !important;
	color: white !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: unset !important;
	font-size: 16px !important;
	font-family: "Roboto", sans-serif !important;
	font-weight: normal !important;
	font-weight: normal !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.d-block {
	display: block;
}

.h3-headingTxt {
	font-size: 22px !important;
	font-family: "Roboto", sans-serif;
	font-weight: 600 !important;
	text-align: left;
	color: #b5121b !important;
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}


a.button.classic.links{
    padding: 24px !important;
  }
    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-text {
        visibility: hidden;
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        white-space: nowrap;
    }


    .button.classic {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        text-decoration: none;
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .button.classic i {
        font-size: 18px;
        color: white !important;
    }

    .button.classic:hover {
        background-color: #0056b3;
    }

	.fallsDown-list_background#blog-sidebar_bottom{
		background: #edeeee;
	  }
	  .top_spacing{
		margin-top:15px;
	  }
	  @media only screen and (min-width: 320px) and (max-width: 767px) {
		.awareness-content-left {
			padding-right: 0%;
		}
		.fallsDown-list.fallsDown-list_background{
display: block !important;
		}
		.button.classic.links#mobile_width{
	width: 40px !important;
    height: 40px !important;
		}
	  }

.source-block a:hover {
	color:black !important;
}
.set_space{
	margin-bottom:15px;
}
