﻿.travelinputbox{
	position:relative;
}
.travellerSelector {
    position: absolute;
    padding: 20px 20px;
    z-index: 14;
	width:320px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.trav-space{
	margin-bottom:20px;
}
.tlabel{
	color: #111;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 500;
    margin-top: 3px;
}
.t-input{
	width: 100%;
    height: 30px;
    border: none;
    outline: none;
}
.tbtn{
	color: #111;
    width: 30px;
    height: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #111111a3 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
}
.tbtn span{
	color: #111;
    font-size: 18px !important;
    font-family: sans-serif;
    top: 0px;
    left: 1px;
}