.nav_right_btn .login_btn_dark
{
    color: #051441;
}

.sec_pad 
{
    padding: 60px 0px;
}

.p5
{
    padding: 5px;
}

.col-lg-3 a
{
	color: #677294;
}

.footer_bottom .f_menu li + li {
  margin-left: 2px;
}

.footer_bottom .f_menu li + li:before {
  content: none ;
}

.btn_three a
{
	color: #fff;
}

.btn_three:hover a {
    color: #7444fd;
    background: transparent;
}

#error,
#success 
{
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    bottom: -15px;
    background: rgba(0,0,0,.6);
    text-align: center;
    padding-top: 31%;
    font-size: 24px;
    display: none;
}

#success 
{
    color: #7cfc00
}

#error 
{
    color: #ff4500
}

.purchase_btn 
{
    border: 1px solid #fff;
    border-radius: 45px;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.navbar_fixed .purchase_btn 
{
    border-color: #464a55;
    color: #464a55;
}

.agency_content h1 {
    font-size: 48px;
    line-height: 50px;
}

.agency_content h2 {
    font-size: 38px;
    line-height: 40px;
}

.agency_banner_btn {
    color: #fff;
}

.app_banner_contentmt h2 {
	font-size: 38px;
    line-height: 40px;
}

.app_banner_contentmt h1 {
    font-size: 48px;
    line-height: 50px;
}