.banner-sec-table-booking{
	font-size:10px!important;
}


#openIntroModal button.close {
    position: absolute;
    right: 22px;
    top: 11px;
}

#openIntroModal button.close span {
    color: #fff;
    font-weight: 100;
}

@media only screen and (max-width: 767px){
    #openIntroModal button.close {
        position: absolute;
        right: 17px;
        top: 12px;
    }
}

@media only screen and (min-width: 991px){
	.text-col .left-bg{
		display:block;
		position: absolute;
		left: 0;
		top: 70%;
		margin-top: -95px;
	}
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}