.itnery {
    padding: 40px 0px;
    background: url(../images/itnery-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.itenery-box{
    margin-top: 20px;
}
.itnery-detail {
    text-align: center;
}

.itnery-detail h3 {
    margin-bottom: 30px;
}

.itnery-detail ul li {
    padding: 10px 0px;
    font-weight: 600;
}


/*tabs*/

.tab .nav-tabs > li {
    margin-right: 2px;
}

.tab .nav-tabs > li > a {
    border: none;
    padding: 10px 15px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
    font-size: 12px;
}

.tab .nav-tabs > li > a > i {
    font-size: 14px;
    margin-right: 10px;
}

.tab .nav-tabs > li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover {
    border: none;
    background: #ff3c41;
    color: #fff;
    transition: background 0.20s linear;
}

.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 37%;
    border: 15px solid transparent;
    border-top-color: #ff3c41;
}

.tab .tab-content {
    background: #fff;
    line-height: 20px;
    border: 1px solid #ddd;
    border-top: 5px solid #ff3c41;
    border-bottom: 5px solid #ff3c41;
    padding: 30px 25px;
}

@media only screen and (max-width: 480px) {
    .tab > .nav-tabs li {
        width: 100%;
    }
    .tab .nav-tabs > li > a {
        padding: 20px;
    }
    .tab .nav-tabs > li.active:after {
        border: none;
    }
}

.itenery-box .tab-pane h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.itenery-box .tab-pane h2 span {
    background-color: #ff3c41;
    color: #fff;
    padding: 5px 10px;
}

.itenery-box .tab-pane p {
    font-size: 14px;
    text-align: justify;
}

.itnery-section {
    box-shadow: 0px 0px 10px -2px #ccc;
    padding: 15px;
    margin-bottom: 10px;
}


/*tabs*/


/*contact*/

.contact label {
    color: #ee852c;
    font-weight: 600;
    font-size: 14px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    width: 100%;
    padding: 5px;
    margin: 0px 0 10px;
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.contact select{
     width: 100%;
    padding: 5px;
    margin: 0px 0 10px;
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.contact input[type="date"] {
    width: 100%;
    padding: 5px 5px;
    margin: 0px 0 10px;
    outline: none;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    font-size: 12px;
}

.send-button input[type="submit"] {
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #FFF;
    background-color: #00aae5;
    cursor: pointer;
}

.contact {
    box-shadow: 2px 2px 10px 1px #262222;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #000;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 20px;
}

.contact h3 {
    margin-bottom: 15px;
}

.incude-titel {
    padding: 0px 5px;
    text-transform: uppercase;
    color: #ff3c41;
}

.inclusion ul li i {
    color: #ff3c41;
    font-size: 20px;
    font-weight: 600;
}

.inclusion ul li {
    padding: 10px;
    font-size: 14px;
}