.button-google, .button-google:focus {
position:relative;
	color: #ffffff;
	background: #eb6e6e;
	border-color: #eb6e6e;
	border:none;
	padding-top:15px;
}

.button-google:hover, .button-google:active {
	color: #ffffff !important;
	background: #e85858;
	border-color: #e85858;
}
.selfcheck{
position:relative;
}
.selfcheck:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-top: 3px solid #e85858;
}
.selfcheck:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-bottom: 3px solid #e85858;
}
.selfcheck::before {
 /**/   position: absolute;
    content: '';
    top: -3px;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 3px solid #eb6e6e;
}
.selfcheck::after {
 /**/   position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 3px solid #eb6e6e;
}
@media (max-width: 992px) {
.rd-navbar-corporate-list-social {
padding-top:20px;
}
}
/***************************************************************************************************************************************************/
.button-selfcheckin, .button-selfcheckin:focus {
	color: #ffffff;
	background: #eb6e6e;
	border-color: #eb6e6e;
}

.button-selfcheckin:hover, .button-selfcheckin:active {
	color: #ffffff;
	background: #000000 !important;
	border-color: #000000 !important;
}

.button-selfcheckin.button-ujarak::before {
	background: #000000 !important;
	border-color: #000000 !important;
}

.button-selfcheckin.button-pipaluk, .button-selfcheckin.button-pipaluk:focus {
	background: transparent;
}

.button-selfcheckin.button-pipaluk::before, .button-selfcheckin.button-pipaluk:focus::before {
	background: #000000 !important;
	border-color: #000000 !important;
}

.button-selfcheckin.button-pipaluk::after, .button-selfcheckin.button-pipaluk:focus::after {
	border-color: #000000 !important;
}

.button-selfcheckin.button-wapasha, .button-selfcheckin.button-wapasha:focus {
	color: #eb6e6e;
	background: #000000 !important;
}

.button-selfcheckin.button-wapasha::before, .button-selfcheckin.button-wapasha:focus::before {
	border-color: #000000 !important;
}

.button-selfcheckin.button-wapasha::after, .button-selfcheckin.button-wapasha:focus::after {
	border-color: #000000 !important;
}

.button-selfcheckin.button-wapasha:hover, .button-selfcheckin.button-wapasha:active {
	color: #151515;
	background: #000000 !important;
}
.petnumber{
display:none;
}


.form-wrap .radios {
        width: 30px;
        height: 30px;
   }
.form-wrap .radios:after {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: none;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #000000;
		cursor:pointer;
    }
.form-wrap.has-error .radios{
visibility:hidden;}
.form-wrap.has-error .radios:after {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: none;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #f5543f;
		cursor:pointer;
    }
.petfields .form-validation {
    position: absolute;
    left: 0px;
    top: -10px;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}
.form-validation{
font-weight:bold;
}
.form-wrap.has-error .form-input {
        outline: 1px dashed red;
    border:1px solid #f5543f !important;
}
.booklistings{
    display: none;
}

.has-error .select2-container {
    outline: 1px dashed red;
    border-color: #f5543f !important;
}
.select2 {
     box-sizing: border-box;
   position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 0;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    color: #151515;
    background-color: #f7f7f7;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f7f7f7;
}
.select2-dropdown {
    top:-10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.provincesdiv, .cardinfo{
    display: none;
}

.checkboxer .form-validation {
    left: 0px;
    top: -10px;
}
.modal-dialog{
    max-width:700px;
}
@media (max-width: 992px) {
.normallist .text-right{
    text-align: left;
}
}
.form-wrap {
margin-bottom: 15px;
}



.bottom-left{
    width: 18%;
    float: left;
}
.bottom-center{
    width: 64%;
    float: left;
    height: 67px;

}
.bottom-right{
    width:16%;
    float: right;
}
.Header-nav-inner a:hover{
text-decoration: none;}
.Header-nav-inner{    
    height: 67px;
    line-height: 75px;
}