@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700,800,900&display=swap');

.rubik {
	font-family: 'Rubik', sans-serif;
}
.clrBg {
	background-color: #f2f2f2;
}
.cntHolder {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 15px 40px;
	font-family: 'Rubik', sans-serif;
/*	background-color: gold;*/
}

.home-page-link.mob {
	display: none !important;
}

.btnA {
    display: inline-block;
    font-weight: bold;
    background-color: #efbc16;
    color: #282d38;
    padding: 16px 40px 13px 40px;
    border-radius: 10px;
    font-size: 20px;
    margin: 20px 0;
    transition: all .5s;
    text-transform: uppercase;
}
.btnA:hover {
    background-color: #282d38;
    color: #fff;
}

.btnB {
	background-color: #282D38;
	color: #fff;
	border-radius: 5px;
	padding: 15px 0;
	text-transform: uppercase;
	transition: all .3s;
	font-size: .8rem;
	font-weight: 700;
	width: 120px;
	line-height: 1.1;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.btnB:hover {
	background-color: #fff;
	color: #282D38;
}
.btnB.wh {
	background-color: #fff;
	padding: 5px 0;
	color: #282D38;
}
.btnB.wh:hover {
	background-color: #282D38;
	color: #fff;
}

.smallTxt {
	line-height: 1.3;
	font-size: .7rem;
	margin: 0;
}

.bluBg {
	background-color: #3baab033;
}

/* Header */
.hero {
	font-family: 'Rubik', sans-serif;
	background-image: url('/wp-content/themes/FoundationPress/assets/img/complaints/header.png'); 
	background-size: cover;
	background-position: center top 8%;
	background-repeat: no-repeat;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.hero .cntHolder {
	padding: 0 15px;
}
.hero-text {
	max-width: 470px;
	margin: 15px 0;
	position: relative;
	z-index: 1;
}
.hero-text h1 {
	line-height: 1.3;
	font-weight: 400;
	font-size: 2.3rem;
}
.hero-text .ln {
	background-color: #282D38;
	width: 150px;
	height: 2px;
	margin-bottom: 20px;
}
.hero-text .btns {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.hero .crlBg {
	background-color: rgba(59, 171, 177, 0.3);
	position: absolute;
	left: -50%;
	top: -150%;
	width: 100%;
	height: 400%;
	border-radius: 100%;
}

.wBlc {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.wSbm {
	display: flex;
	gap: 20px;
	width: 310px;
}
.wSbm .wIcn {
	width: 100px;
}
.wSbm .wIcn img {
	width: 100px;
	max-width: inherit;
}
.wSbm .wTxt {
	margin-top: 10px;
}
.wSbm .wTxt .head {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.wSbm .wTxt .head a {
	color: #fff;
	text-decoration: underline;
}
.wSbm .wTxt p {
	color: #ffffff82;
	font-size: .7rem;
}
.wSbm .wTxt p a {
	color: #ffffff82;
	text-decoration: underline;
	font-weight: 400;
}


.cntHolder h2 {
	padding-bottom: 10px;
}
.cntHolder p {
	line-height: 1.3;
	font-size: .9rem;
}

.bigList {
/*	background-color: red;*/
}
.bigList .lineBlock {
	display: flex;
  align-items: center;
  gap: 20px;
}
.bigList .lineBlock .nrBlc {
    font-weight: bold;
    color: #3BABB1;
    border: 1px solid #E8E8E8;
    border-radius: 100%;
    line-height: 1;
    padding: 20px 25px;
    font-size: 1.4rem;
}
.bigList .lineBlock .infBlc {
/*	background-color: green;*/
}
.bigList .lineBlock .infBlc p {
/*	line-height: 1.3;
	font-size: .9rem;*/
}

.darkBg {
	background-color: #282D38;
}
.darkBg h2 {
	color: #fff;
}

ul li {
	font-size: .8rem;
}
ul li a {
	color: #282d38;
	text-decoration: underline;
	font-weight: 400;
}


@media (max-width: 1000px) {
	.hero {
		background-position: right 20% top 8%;
	}
	.hero .crlBg {
		left: 0;
		border-radius: inherit;
	}
}
@media (max-width: 767px) {
	.hero-text {
		text-align: center;
    margin: 15px auto;
    max-width: 380px;
	}
	.hero-text .ln {
		margin: 0 auto 20px;
	}
	.hero-text .btns {
		flex-direction: column;
		justify-content: center;
    align-items: center;
	}

	.bigList .lineBlock {
		flex-direction: column;
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.wBlc {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	.wBlc .wSbm {
		flex-direction: column;
		gap: 5px;
		margin: 0 auto;
	}
	.wBlc .wSbm .wIcn {
		margin: 0 auto;
	}

}
@media (max-width: 500px) {
	
}