.logo{
	display: block;
	width: 360px;
}
.footer-logo{
	display: block;
	width: 360px;
}
.antique-olive-compact{
	font-family: "antique-olive-compact", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.baloo-tammudu-2{
	font-family: 'Baloo Tammudu 2', cursive;
}

@media (min-width: 960px){
.woman-phone{
	transform: scale(2) translate(35px, -25%);
}
}
.placeholder-img{
	width: 100%;
	max-width: 320px;
}
.nowrap{
	white-space: nowrap;
}

.sd-exclamation-mark{
	width: calc(0.8025rem + 2.13vw);
	transform: scale(1.22) translate(10%,-25%)
}
@media (min-width: 1200px){
.sd-exclamation-mark{
	width: 2.4rem;
	transform: scale(1.22) translate(10%,-25%)
}
}


.text-white .sd-exclamation-mark{
	filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(360deg) brightness(103%) contrast(102%);
}
.text-yellow .sd-exclamation-mark{
	filter: invert(66%) sepia(100%) saturate(503%) hue-rotate(354deg) brightness(100%) contrast(111%);
}
.text-blue .sd-exclamation-mark{
	filter: invert(10%) sepia(100%) saturate(6720%) hue-rotate(243deg) brightness(76%) contrast(132%);
}
.text-green .sd-exclamation-mark{
	filter: invert(63%) sepia(50%) saturate(2734%) hue-rotate(123deg) brightness(99%) contrast(103%);;
}
.text-pink .sd-exclamation-mark,
.text-primary .sd-exclamation-mark{
	filter: invert(15%) sepia(99%) saturate(6106%) hue-rotate(328deg) brightness(97%) contrast(113%);
}
.text-purple .sd-exclamation-mark,
.text-secondary .sd-exclamation-mark{
	filter: invert(7%) sepia(79%) saturate(5216%) hue-rotate(269deg) brightness(66%) contrast(112%);
}
