h2.lkb-grid-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
h2.lkb-grid-title::after{
	content: "";
    width: 60px;
    height: 5px;
    border-radius: 10px;
    background-color: #024b88;
    position: absolute;
    left: 50%;
    top: 115%;
    transform: translateX(-50%);
}
.lkb-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin-inline: auto;
}
a.lkb-card {
    text-align: center;
    width: 32%;
    display: block;
}
a.lkb-card:hover img{
      scale: 1.03;
    transition: scale 0.5s ease-in;
}
.lkb-card-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.lkb-card-cta {
    display: inline-block;
    color: #464545;
    font-size: 18px;
    border: 1px solid #a3a1a1;
    padding: 5px 15px;
    font-weight: 500;
}
.lkb-builder {
    width: 1200px;
    margin-inline: auto;
}
h2.lkb-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
	position: relative;
}
h2.lkb-title::after{
	content: "";
    width: 60px;
    height: 5px;
    border-radius: 10px;
    background-color: #024b88;
    position: absolute;
    left: 50%;
    top: 115%;
    transform: translateX(-50%);
}
span.lkb-progress-text {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    display: none;
}
.lkb-tabs {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.lkb-featured-image {
    text-align: center;
}
button.lkb-tab.is-active {
	background-color: #0a253b;
}
h3.lkb-step-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
	color: #024b88;
}
label.lkb-label {
	color: #E27E0F;
	display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
select.lkb-input {
	border: 1px solid #e5e5e5;
	    cursor: pointer;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
select.lkb-input option{
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.lkb-actions {
    margin-top: 40px;
}
.lkb-field textarea{
	border: 1px solid #edc08e;
}

.lkb-summary h4 {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #024b88;
}
.lkb-summary-item {
    display: flex;
    justify-content: space-between;
	    align-items: center;
    margin-bottom: 20px;
}
.lkb-summary-item span {
    width: 20%;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.lkb-summary-item b {
    width: 70%;
    border: 1px solid #e5e5e5;
    font-size: 22px;
    padding: 8px 20px;
}
.lkb-summary {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    padding: 20px;
    border-radius: 5px;
}
.input.lkb-input{
	 border: 1px solid #e5e5e5;
}
.lkb-final-actions {
    margin-top: 40px;
}