.company-name {
    font-size: 46px !important;
    color: white;
}
title title--h1 company-name company-logo-and-name{
    font-size: 46px !important;
}
/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}




 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

.payment-modal #sb_payment_systems_container .payment-system .img, .payment-modal .payment-system-container .payment-system-delay .img img{
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(https://gogodriving.com/pay_etransfer.png) no-repeat;
    background-size: auto;
width: 100px;
height: 100px;
padding-left: 180px;
background-size: contain;
}

.payment-modal .payment-system-container .payment-system-delay .name {
visibility:hidden;
}

.payment-system-moneris img{
display:none;
}

.payment-system-moneris .img{
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(https://gogodriving.com/pay_card.jpg) no-repeat;
    background-size: auto;
width: 100px;
height: 100px;
padding-left: 180px;
background-size: contain;
}

.payment-system-moneris .name {
visibility:hidden;
}

.client-login-bar{
visibility:hidden;
}

/* Hide the Country field by targeting specific classes or IDs */
.form-group.country_id, 
#country, 
input[name="country"], 
select[name="country"], 
div[data-label="Country"] {
    display: none !important;
}

/* Adjust spacing for the element following the hidden Country field */
.form-group.country_id + .form-group {
    margin-top: 0 !important;
}