.quicklinks{}
.quicklinks:before{
	content: '';
	clear: both;
}
.quicklinks:after{
	content: '';
	clear: both;
	display: table;
}
.quicklinks li{
	float: left;
	width: 50%;
	padding: 5px 0;
}
.page-title-area{
	padding-top: 180px;
    padding-bottom: 50px;
}
.plan{
	padding: 50px 0;
}
.navbar-brand img{
	max-width: 80px;
}
.road-box{
	position: relative;
	text-align: center;
    background: #62ac01;
    margin: 100px 0 20px 0;
    padding: 20px;
    min-height: 350px;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}
.road-box:before{
	content: '';
    position: absolute;
    bottom: 100%;
    height: 100px;
    width: 5px;
    background: #62ac01;
    left: 50%;
    transform: translateX(-50%);
}
.road-box:after{
	content: '';
    position: absolute;
    bottom: calc(100% + 90px);
    height: 20px;
    width: 20px;
    background: #62ac01;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.road-box h4{
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.road-box h4 span{
	background: #fff;
    padding: 0 20px;
    border-radius: 2px;
    color: #444444;
    display: inline-block;
    margin-top: 5px;
}
.road-box p{
	color: #f3f3f3;
    font-size: 18px;
    text-transform: uppercase;
    line-height: initial;
}
.road-box.two, .road-box.two:before, .road-box.two:after{
	background: #e22b64;
}
.road-box.three, .road-box.three:before, .road-box.three:after{
	background: #9d3ed0;
}
.road-box img{
	display: block;
    margin-top: 20px;
    max-width: 200px;
    margin: 0 auto;
}
.rules{}
.rules h4{
	text-transform: uppercase;
    color: #e22b64;
}
.rules p{
	font-size: 18px;
    line-height: initial;
    color: #333;
    
}
.tableDiv{}
.tableDiv table{
	width: 100%;
	margin-top: 20px;
}
.tableDiv table th, .tableDiv table td{
	padding: 12px 5px;
    text-align: center;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
}
.tableDiv table th{
	background: #e22b64;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 6px 5px;
}
.tableDiv table td{
	background: #e8e8e8;
    border-bottom: 1px solid #e22b641a;
}
.tableDiv table td:last-child{
	color: #e22b64;
	font-weight: 800;
}
.tableDiv table th:first-child{
	border-top-left-radius: 15px;
}
.tableDiv table th:last-child{
	border-top-right-radius: 15px;
}
.last-note{}
.last-note h5{
	color: #e22b64;
    font-size: 22px;
}
.last-note p{
	font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    line-height: initial;
    color: #333;
    margin-top: 15px;
}
.last-note p b{
	color: #e22b64;
}





@media (max-width: 991px){
    .mobile-nav .logo{
        /* width: 200px; */
    }
    .mobile-nav nav .navbar-nav{
        margin-top: 20px;
    }
}





