.single-post-item.short {
    margin-left: 25px;
}

.single-post-item {
    position: relative;
    margin-left: 70px;
    margin-bottom: 60px;
}

.single-post-item.short h3 {
    font-size: 18px;
}

.single-post-item h3 {
    margin: 25px 0px 15px;
}

.primary-btns {
    background: #f9f9ff;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 25px;
    border: 1px solid #e9e9e9;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.section_gap {
    padding: 120px 0;
}

.justify-content-center {
    justify-content: center !important;
}

.trip-form-section {
    background-size: cover;
    text-align: center;
    padding: 70px 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.trip-form-section h1 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #ffffff;
}

.trip-form-section .trip-form-area .form-control {
    border: 0;
    padding: 0px 20px;
    font-size: 13px;
    background: rgba(119, 135, 146, 0.8);
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}

.trip-form-section .trip-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.trip-form-section .trip-form-area .form-control.placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
}

.trip-form-section .trip-form-area .form-control:-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
}

.form-group {
    margin-bottom: 1rem;
}

.trip-form-section .trip-form-area .form-control::-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
}

.trip-form-section .trip-form-area .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.trip-form-section .form-select .nice-select {
    padding: 0px;
    background: rgba(119, 135, 146, 0.8) !important;
    padding-left: 20px;
    font-size: 13px;
    height: 40px;
    color: #ffffff;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.trip-form-section .form-select .nice-select .list .option.selected {
    color: #ff2f8b;
}
