.landing_page #infoMessage{
	color: #fff;
}
.footer-logo a {
	display: block; width: 150px;
}
.header-logo a {
	display: block;
    width: 130px;
    margin-left: 16px;
}
.header-logo a img{
	width: 100%; height: auto;
	object-fit: cover;
} 
.footer-logo a img{
	width: 100%; height: auto;
	object-fit: cover;
}
.tagline-holder strong{
	font-size: 22px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
main.landing_page section.features .wrap .img_wrap{
	width: 75px;
    margin: 0 auto;
}
main.landing_page section.features .wrap .img_wrap img{
	width: 100%;
    height: auto;
    object-fit: cover;
}
.signup-captcha{
	margin-bottom: 20px;
}
header .mobile_menu_wrapper nav.mobile_nav{
	list-style: none;
}

main.landing_page section.clock .wrapper .time span{
margin-left: 5px;
}


.btn-mobile-login{
	text-align: center;
    margin-top: 6px;
    border-radius: 6px;
    background-color: transparent;
    color: #6b6b6e;
    width: 86px;
    height: 35px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-left: 59px;
    border: 1px solid #00b4d8;
    position: absolute;
    right: 78px;
    top: 4px;
    display: flex;
}
.btn-mobile-login:hover{
	 color: #6b6b6e;
}

@media all and (max-width: 767px){
.tagline-holder strong {
    font-size: 16px;
    text-align: center;
}
main.landing_page section.clock .wrapper .text{
	    margin: 10px 0 15px;
}

.header-logo a {
	margin-left: 0;
    margin-top: 8px;
}

}

header nav ul li a.last{
    margin-left:0 !important;
}
.header-logo a img{
    width: 150px !important;
}
header{
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
}
footer .footer_wrapper .footer_menu li a{
    font-size: 22px;
}
footer .footer_wrapper .social_icons{
    display: none;
}
main.landing_page section.features .wrap{
    align-items: flex-start;
    padding: 80px 50px;
    min-height: 0;
}
main.landing_page section.features .wrap .img_wrap{
    margin:0;
}
main.landing_page section.features .wrap span.details{
    text-align: left;
}
.login-vlidation p{
   padding: 7px;
    text-align: left;
    color: #fff;
    background: #d75858;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}

div#infoMessage p {
    padding: 7px;
    text-align: left;
    color: #fff;
    background: #d75858;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}