

.tour-page p{
    font-size: 16px;
}

.tour-page h1{
    font-weight: bold;
    font-size:1.875em;
}

.tour-page .btn {
    border: 0;
    background: none;
    margin: 5px auto;
    text-align: center;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
    background: #FE522E;
    max-width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 0.875em;
}

.tour-page .btn.dark{
    background: #302C2C !important;
}

.tour-page .tour-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1em;
    text-align: center;
    padding: 20px 0;
}


.tour-page .form-wrap{
    display: flex;
    justify-content: center;
    gap:5em;
    background: #F5F5F5;
    padding:5em;
}

.tour-page .reg-form .control-label span{
    color:#ff0000;
}

.tour-page .form-wrap .item:first-child {
    flex: 42%;
}

.tour-page .form-wrap .item:last-child {
    flex: 58%;
    background: #fff;
    border-radius: 20px;
    padding: 20px !important;
}

.tour-page .form-wrap .form-group{
    margin:0;
}

.tour-page .box h4{
    /* color:#FE522E; */
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.tour-page .form-wrap .form-group {
    margin: 0;
    display: flex;
    gap: 1em;
    justify-content: center;
    text-align: center;
}

.tour-page .form-wrap .form-group label {
    flex: 30%;
}

.tour-page .form-wrap .form-group label small{
    font-size:0.625em;
    display: block;
    margin-top: -10px;
}

.tour-page .form-wrap .form-group input, .tour-page .form-wrap .form-group select {
    flex: 70%;
    height: 50px;
}

.box select {
    border: 0;
    background: #F3F5F7;
    display: block;
    margin: 0px auto;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    outline: none;
    color: #451414;
    border-radius: 24px;
    transition: all 0.25s;
    text-align: left;
    height: 48px;
}