.result-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    gap:20px;
    margin-top:20px
}
.result-card{
    border:1px solid #dee2e6;
    border-radius:8px;
    overflow:hidden;
    transition:transform 0.2s,box-shadow .2s;
    background:#fff
}
.result-card:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 15px #0000001a
}
.card-header{
    background-color:#f8f9fa;
    border-bottom:1px solid #dee2e6;
    padding:15px;
    font-weight:600
}
.card-body{
    padding:15px
}
.card-field{
    margin-bottom:10px;
    line-height:1.5
}
.result-card .card-header{
    background-color:#1c588c;
    color:#fff
}
.field-label{
    font-weight:600;
    color:#495057;
    display:block;
    margin-bottom:2px;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:.5px
}
.field-value{
    color:#212529;
    word-break:break-word
}
.no-results{
    grid-column:1 / -1;
    text-align:center;
    font-style:italic
}
.loading{
    display:none;
    justify-content:center;
    align-items:center;
    padding:20px;
    grid-column:1 / -1
}




/*---------------------
Plan Section
-----------------------*/


.plan .plan-covered{
	border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 30px 15px;
	margin-bottom: 10px;

}

.premier {
	border-top: 9px solid #40a769;
}

.diamond{
	border-top: 9px solid #1c588c;
}

.platinum{
	border-top: 9px solid #24c1e3;
}

.gold{
	border-top: 9px solid #f1b04b;
}

.plan h3 {
	font-weight: 700;
	
}

.plan h5 {
	margin-bottom: 20px;
	color: #25353e;
}

.custom-site-btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 5px;
    font-family: "AvenirLTPro-Heavy" !important;
    min-width: 170px;
    text-align: center;
    cursor: pointer;
    color: #fff!important;
    background: #1c588c;
}
.custom-site-btn:hover {
    color: #fff;
    background: #40a769;
}


.plan-table table{
    width: 100%;
}
.plan-table table th{
    color: #fff;
    padding: 20px 15px;
    background-color: #1c588c;
    font-size: 16px;
    font-weight: 600;
    font-family: "AvenirLTPro" !important;
    line-height: 1;
}
.plan-table {
    margin-top: 55px;
}
.plan-table table td{
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.plan-table table .img-content img{
    margin-right: 20px;
}
.plan-table table .img-content span{
    color: #000;
}
.plan-table table svg{
    fill: #008000;
    height: 20px;
    width: 20px;
}
.plan-table table svg.e-fas-times{
    fill: #000;
}
.plan-table table tbody tr:nth-child(even){
    background-color: #045C851A
}
.plan-table table td.and-more-txt {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.plan-table table .img-content {
    display: flex;
    align-items: center;
}
.plan-table table .jounral-txt{
    font-size: 14px;
    line-height: 22px;
}











@media only screen and (max-width:1023px) {
    .green-btn, .nf-form-content .ninja-forms-field.green-btn.nf-element {
	padding: 11px 20px;
    }
}
@media only screen and (max-width:735px) {
    .plan-covered{display:block!important;}
}

@media only screen and (max-width: 767px) {
    .plan-table table .img-content span{
        white-space: nowrap;
    }
    #contractNumber,#lastNameInput{
        width:100%;
        margin-bottom:10px
    }
}


@media (max-width:575px){
    .plan-table table .img-content {
        min-width: 280px;
    }
}
