/* ========= INDEX.html ========= */
.segments-img-wrapper {
    display: flex;
    justify-content: center;
}

/*.segments-img {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
}*/

.segments-old {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
}
.segments-old a {
    min-width: 32%;
}
/*.segments-text {
    margin-top: 30px;
}

.segments-img-wrapper {
    display: flex;
    justify-content: center;
}

.segments-img {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

    .segments-img .segment-col {
        width: 32%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }

.segments-text {
    margin-top: 30px;
}*/
.whitened-img {
    filter: brightness(0) invert(1);
}

.back-arrow-wrapper {
    margin-right: 10px;
}

.forward-arrow-wrapper {
    margin-left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.forward-arrow-wrapper, .back-arrow-wrapper {
    margin-bottom: 0;
    flex-shrink: 0;
    align-self: flex-start;
    background: #2f89c6;
    border-radius: 50%;
    position: sticky;
    position: -webkit-sticky;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    z-index: 9;
}

    .back-arrow-wrapper:hover, .forward-arrow-wrapper:hover {
        background: #002664;
    }


@media screen and (max-width: 1440px) {
    /* --------- HEADER --------- */
    .header-left {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1200px) {
    /* ========= INDEX.html ========= */
    .map > div {
        height: 500px;
    }
}

@media screen and (max-width: 1150px){
    /* --------- APP --------- */
    .process-step p {
        padding: 0 20px;
    }
    /* --------- FOOTER --------- */
    .footer-box {
        flex-direction: column;
        padding: 30px 0 20px;
    }
    .footer-left-part {
        width: 100%;
    }
    .author-box, .customer-support-box {
        width: 50%;
    }
    .customer-support-box {
        padding-left: 0;
        border-left: none;
    }
    .footer-link-call {
        font-size: 16px;
    }
    .footer-link-btn {
        flex-direction: row;
    }
    .footer-link-btn a + a {
        margin-left: 10px;
    }
    .footer-right-part {
        width: 100%;
        margin-top: 30px;
    }
    .mobile-info-box, .socials-box {
        width: 50%;
    }
}

@media screen and (max-width: 1100px) {
    /* --------- CONTAINERS --------- */
    .container-column {
        margin: 0 30px 30px 30px;
    }
    /* ========= INDEX.html ========= */
    .process-step p {
        padding: 0 15px;
    }
    /* ========= DETAIL.html ========= */
    .more-info-box .more-info-breakpoint {
        flex-direction: row;
    }
    .more-info-box .more-info-breakpoint .more-info-item + .more-info-item {
        margin-top: 0;
    }
}

@media screen and (max-width: 1040px){
    /* --------- HERO --------- */
    .hero {
        height: 350px;
    }
    /* ========= DETAIL.html ========= */
    .detail-info-list li p {
        width: 70%;
    }
    .detail-info-list li > div {
        width: 30%;
    }
}

@media screen and (max-width: 1000px) {
    /* --------- HEADER --------- */
    .logo strong {
        font-size: 28px;
    }

    /* ========= INDEX.html ========= */
    .tripsFirstPart, .tripsSecondPart {
        flex-direction: column;
    }
    .trips-new, .trips-cdPoints, .trips-future, .trips-tips {
        width: 100%;
        margin: 0;
    }
    .trips-future, .trips-tips {
        margin: 40px 0 0 0;
    }
    .more-info {
        margin-top: 20px;
    }
    .more-info-breakpoint,
    .tripsSecondPart .more-info-breakpoint {
        flex-direction: row;
    }
    .more-info-breakpoint .more-info-item + .more-info-item,
    .tripsSecondPart .more-info-breakpoint .more-info-item + .more-info-item {
        margin-top: 0;
    }
    .link-more-trips {
        margin-top: 20px;
    }
    /* ========= PLACE.html ========= */
    .list-of-results {
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .searching-results ul li {
        width: 100%;
        margin: 0;
    }
    .searching-results ul li + li {
        margin-top: 20px;
    }
}

@media screen and (max-width: 950px) {
    /* ========= INDEX.html ========= */
    .map > div {
        height: 400px;
    }
    /* --------- APP --------- */
    .download-tutorial {
        flex-direction: column;
        margin: 20px 0px;
    }
    .download-tut-breakpoint {
        width: 100%;
    }
    .download-tut-breakpoint + .download-tut-breakpoint {
        margin-top: 20px;
    }
    /* ========= DETAIL.html ========= */
    .tables {
        flex-direction: column;
    }
    .tables div {
        max-width: 290px;
        width: 100%;
    }
    .tables div + div {
        margin-left: 0;
        margin-top: 20px;
    }

    .segment-img-box {
        width: calc(45% - 10px);
    }
}

@media screen and (max-width: 900px){
    /* --------- HEADER --------- */
    .logo-link {
        width: 75%;
    }

    .search {
        right: 215px;
    }

        .search input {
            width: 200px;
        }

    .search-input-focused {
        width: 200px !important;
    }

    .account {
        width: 200px;
    }

    .process-step p {
        padding: 7px;
    }
    /* ========= PLACE.html ========= */
    .select2-selection, .advanced-filters a {
        font-size: 14px;
    }
    .switcher button span {
        font-size: 18px;
    }
    /* ========= DETAIL.html ========= */
    .more-info-box {
        margin: 20px 0;
    }
    /* ========= PROFILE.html ========= */
    .profile-info {
        padding: 30px;
    }
    .user-main-info {
        padding-right: 30px;
        margin-right: 30px;
    }
    .user-detail-info ul li,
    .user-bottom-box div p {
        font-size: 16px;
    }
    .user-detail-info ul li strong {
        font-size: 18px;
    }
}

@media screen and (max-width: 850px){
    /* --------- HEADER --------- */
    .logo strong {
        font-size: 25px;
    }
    .search {
        right: 210px;
    }
        .search input {
            padding: 14px;
            width: 200px;
        }

    .search-input-focused {
        width: 200px !important;
    }

    .account {
        width: 190px;
    }
    /* ========= DETAIL.html ========= */
    .detail-info {
        flex-direction: column;
    }
    .detail-info ul{
        width: 100%;
    }
    .detail-info ul + ul {
        margin-top: 35px;
        border-top: 1px solid gainsboro;
        padding-top: 30px;
    }
    .detail-info-list {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    .detail-info-list li p {
        width: 60%;
    }
    .detail-info-list li > div {
        width: 40%;
    }
}
@media screen and (max-width: 800px){
    /* ========= PLACE.html ========= */
    .filters-breakpoint {
        flex-direction: column;
    }
    .filter {
        width: 100%;
    }
    .filters-breakpoint + .filters-breakpoint,
    .filter + .filter {
        margin-top: 10px;
    }
    .select2-selection {
        height: 60px !important;
    }
    .select2-selection__arrow b {
        width: 12px !important;
        height: 12px !important;
    }
    .select2-selection, .advanced-filters a {
        font-size: 14px;
    }
    .advanced-filters-box {
        padding: 25px 10px;
        margin-top: 25px;
    }

    .filter-column {
        padding: 0 15px;
    }

        .filter-column strong {
            font-size: 16px;
        }

    /* ========= DETAIL.html ========= */
    .time-and-distance {
        flex-direction: column;
        align-items: center;
    }
        .time-and-distance .transport-finder,
        .time-and-distance .graph {
            max-width: 360px;
            width: 100%;
        }
            .time-and-distance .transport-finder + .graph {
                margin-left: 0;
                margin-top: 20px;
            }

}

@media screen and (max-width: 785px){
    /* --------- HEADER --------- */
    header {
        height: 65px;
    }
        header .profile-dropdown {
            top: 65px;
            width: 155px;
        }
    .logo-link {
        width: 100%;
    }
    .logo svg {
        height: 40px;
        width: 61px;
    }
    .logo strong {
        font-size: 23px;
    }
    .search {
        right: 200px;
    }

    .login {
        font-size: 13px;
        padding: 3px 20px;
    }
    #user-pic {
        width: 45px;
        height: 45px;
    }
    .profile-dropdown {
        top: 65px;
    }
    /* --------- HERO --------- */
    .hero {
        height: 300px;
    }
    /* --------- MENU --------- */
    .menu-item {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 760px){
    /* ========= PROFILE.html ========= */
    .profile-info {
        flex-direction: column;
    }
    .profile-info > div {
        width: 100%;
    }
    .user-main-info {
        border-right: none;
        border-bottom: 1px solid gainsboro;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    .user-detail-info ul li + li {
        margin-top: 15px;
    }
    .goals h2 {
        font-size: 22px;
    }
    .goals-map div {
        height: 400px;
    }
}

@media screen and (max-width: 740px){
    /* --------- HEADER --------- */
    .logo strong {
        display: none;
    }

    .search {
        left: 120px;
    }

        .search input {
            max-width: 250px;
            width: 100%;
        }

    .search-input-focused {
        width: 100% !important;
    }

    /* ========= INDEX.html ========= */
    .map > div {
        height: 300px;
    }
}

@media screen and (max-width: 700px){
    /* ========= INDEX.html ========= */
    .partners-box li {
        margin: 0 5px;
        width: 100px;
        height: 100px;
    }
    /* ========= PLACE.html ========= */
    .pagination {
        margin-top: 20px;
    }
    .show-more button {
        padding: 12px 25px;
        min-width: 150px;
        font-size: 16px;
    }
    .pagination button + button {
        margin-left: 10px;
    }
    .pagination button span {
        font-size: 14px;
    }
    .round-btn {
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
    .advanced-filters-box {
        flex-direction: column;
        padding: 10px 10px 30px;
    }

    .filter-column-breakpoint {
        width: 100%;
    }

        .filter-column-breakpoint + .filter-column-breakpoint {
            margin-top: 20px;
        }

    .filter-column ul li {
        padding: 6px 0;
    }
    /* ========= DETAIL.html ========= */
    .detail-journey h2 {
        padding-left: 55px;
    }
    .station-number {
        margin-right: 35px;
    }
}

@media screen and (max-width: 660px){
    /* --------- TEXT SEO --------- */
    .text-seo-full {
        display: none;
    }

    .text-seo-mobile {
        display: block;
    }

    /* --------- HERO --------- */
    .hero {
        height: 200px;
    }
    /* --------- MENU --------- */
    .menu {
        margin: 0;
        padding: 0 0 10px 0;
    }
    .menu-box {
        width: 100%;
    }
    .menu-box > div {
        width: 50%;
    }
    .menu-item {
        width: 50%;
        height: 130px;
        padding: 5px;
        border-radius: 0;
    }
    /* --------- CONTAINERS --------- */
    .container-gray {
        padding-top: 10px;
        margin: 0;
    }
    /* --------- BREADCRUMBS --------- */
    .breadcrumbs ul li {
        font-size: 16px;
    }

        .breadcrumbs ul li + li::before {
            width: 5px !important;
            height: 5px !important;
        }

    /* ========= DETAIL.html ========= */
    .detail-intro h1 {
        font-size: 25px;
    }
    .more-info-box {
        margin: 15px 0;
    }
    .detail-intro article {
        padding-top: 20px;
    }


    .segment-img-box {
        width: calc(97% - 10px);
    }
}

@media screen and (max-width: 650px){
    .segments-img {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(9, 1fr);
    }
    /* ========= DETAIL.html ========= */
    .station-box {
        flex-direction: column;
    }
    .station-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .more-station-info {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 630px){
    /* --------- FOOTER --------- */
    .footer-left-part {
        flex-direction: column;
    }
    .author-box, .customer-support-box {
        width: 100%;
    }
    .customer-support-box {
        margin-top: 30px;
    }
    .footer-right-part {
        flex-direction: column;
        margin-top: 0;
    }
    .mobile-info-box, .socials-box {
        width: 100%;
        margin-top: 20px;
    }
}


@media screen and (max-width: 630px) {
    /* ========= DETAIL.html ========= */
    .timetable .panel {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 550px){
    /* --------- HEADER --------- */
    .header-left {
        padding: 0 15px;
    }

    .logo img {
        width: 55px;
    }

    .logo strong {
        display: none;
    }

    .search {
        left: 85px;
        right: 82px;
    }

        .search input {
            padding: 12px 14px;
        }

    .account {
        min-width: auto;
        width: 70px;
    }

    .login-box, .user-info {
        display: none;
    }

    .user-icon,
    #user-pic {
        margin: 0;
    }

    .account-login:hover .login-dropdown {
        display: flex;
    }

    /* --------- CONTAINERS --------- */
    .container-column {
        margin: 0 15px 30px 15px ;
    }
    /* ========= INDEX.html ========= */
    .map > div {
        margin-top: 10px;
        border: none;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    /* ========= DETAIL.html ========= */
    .detail-journey h2 {
        padding-left: 35px;
    }
    .station-number {
        min-width: 14px;
        border-right: 2px solid #009fda;
        margin-right: 20px;
    }
    .station-number div {
        width: 30px;
        height: 30px;
    }
    .attachments .panel {
        padding: 15px 20px;
    }

    .attachments ul li {
        margin: 5px;
    }
    .alert {
        padding: 0 20px;
    }
    .alert img {
        width: 35px;
        margin-right: 20px;
    }
    .single-comment h3 {
        width: 100%;
    }
    .whatever-text {
        width: 100%;
        position: inherit;
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }

    /* ================= pridani ikon k nadpisu v detailu ================= */
    .detail-intro .title-wrapper {
        flex-direction: column;
    }

    .detail-intro .title-wrapper .detail-info-tips {
        margin: 4px 0px 16px;
        padding-left: 0px;
    }

    .detail-intro .title-wrapper .detail-info-tips li > div {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        margin-right: 7px;
    }
    .detail-intro .title-wrapper .detail-info-tips  img {
         width: 300px;
    }

}

@media screen and (max-width: 520px){
    /* --------- HEADER --------- */
    .logo svg {
        height: 35px;
        width: 53px;
        margin-right: 15px;
    }
    .logo strong {
        font-size: 20px;
    }
    #user-info {
        display: none;
    }
    /* ========= DETAIL.html ========= */
    .more-info-box .more-info-breakpoint {
        flex-direction: column;
    }
    .more-info-box .more-info-breakpoint .more-info-item + .more-info-item {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    /* ========= INDEX.html ========= */
    .box-link + .box-link {
        margin-top: 20px;
    }

    .trips-future .box-link + .box-link {
        margin-top: 0;
    }
    .box {
        padding: 12px;
    }
    .trips-future .box {
        padding: 0 12px 12px 12px;
    }
    .trips-future .main-info {
        padding-top: 12px;
    }

    .main-info + .text-info {
        margin-top: 15px;
    }
    .main-info-img {
        min-width: 90px;
        max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        margin-right: 10px;
    }
    .main-info-items {
        position: relative;
    }
        .main-info-items h3 {
            font-size: 14px;
            line-height: 16px;
            margin: 5px 0;
            max-height: 32px;
            overflow: hidden;
            position: relative;
            padding-right: 1em;
        }

            .main-info-items h3::before {
                content: '...';
                font-weight: 900;
                position: absolute;
                right: 0;
                bottom: 0;
            }

            .main-info-items h3::after {
                content: '';
                position: absolute;
                right: 0;
                width: 1em;
                height: 2em;
                margin-top: 0.2em;
                background: white;
            }

        .main-info-items small {
            font-size: 13px;
        }

    .main-info-bottom {
        margin-top: 5px;
        position: absolute;
        bottom: 2px;
        width: 100%;
    }

    .rating {
        font-size: 16px;
    }

    .icons {
        width: 100%;
        justify-content: flex-end;
    }
        .icons .ico-20px {
            width: 18px;
            height: 18px;
            min-width: 18px;
            min-height: 18px;
        }

            .icons .ico-20px img {
                width: 216px;
            }

    .date {
        font-size: 13px;
        letter-spacing: -.2px;
        line-height: 18px;
        margin-top: 2px;
    }

    .text-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .more-info-item {
        font-size: 13px;
        letter-spacing: 0;
    }

        .more-info-item span {
            min-width: 16px;
            height: 16px;
            font-size: 16px;
        }
    /* ========= PLACE.html ========= */
    .filter-column-breakpoint + .filter-column-breakpoint {
        margin-top: 10px;
    }

    .filter-column ul {
        margin: 10px 0 0 0;
    }

        .filter-column ul li {
            font-size: 14px;
            padding: 4px 0;
        }
    .list-of-results .more-info {
        padding-top: 10px;
    }
    .switcher form {
        margin: 0 15px;
    }
    .switcher button span {
        font-size: 16px;
    }
    .switcher form label {
        width: 90px;
    }
    .switcher form label input:checked + .slider::before {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
    .show-more {
        margin-top: 30px;
    }
    .text-btn {
        width: 10px;
    }
    .text-btn span {
        border-bottom: none;
    }
    .prev {
        margin-right: 5px;
    }
    .prev span::before {
        content: '';
        display: block;
        border-right: 3px solid #009fda;
        border-top: 3px solid #009fda;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        width: 10px;
        height: 10px;
        transform: rotate(225deg);
        border-radius: 3px;
    }
    .next span::before {
        content: '';
        display: block;
        border-right: 3px solid #009fda;
        border-top: 3px solid #009fda;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        border-radius: 3px;
    }
    /* ========= DETAIL.html ========= */
    .station-img {
        min-width: 100%;
        max-width: 100%;
        min-height: inherit;
        max-height: inherit;
    }
    /* ========= box ========= */


    .box.finished .finish-text {
        right: 14px;
        top: 15px;
        font-size: 13px;
    }
}

@media screen and (max-width: 470px) {
    .menu-box {
        flex-direction: column;
    }
    .menu-box > div {
        width: 100%;
    }
    .menu-item {
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 15px;
        height: 70px;
    }
    .menu-item div {
        margin-right: 10px;
    }
    .menu-item p {
        margin-top: 0;
        text-align: left;
        font-size: 13px;
         font-weight: 400;
        line-height: 17px;
    }
    /* ========= PLACE.html ========= */
    .breadcrumbs ul li + li {
        margin-left: 5px;
    }
    .breadcrumbs ul li + li::before {
        margin-right: 15px;
    }
    .breadcrumbs + section {
        margin-top: 30px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .advanced-filters a,
    .more-info-item {
        font-weight: 400;
    }
}

@media screen and (max-width: 450px) {
    /* ========= INDEX.html ========= */
    .back-arrow-wrapper {
        margin-right: 5px;
    }

    .forward-arrow-wrapper {
        margin-left: 5px;
    }

    /* --------- APP --------- */
    .download-links {
        flex-direction: column;
        align-items: center;
    }
    .download-links a + a {
        margin-top: 10px;
    }
    .download-tutorial {
        margin: 0;
    }
    .download-tut-breakpoint {
        flex-direction: column;
        align-items: center;
    }
    .process-step {
        width: 100%;
    }
    /* ========= DETAIL.html ========= */
    .trip-download button {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .detail-info-list li {
        flex-direction: column;
    }
    .detail-info-list li p {
        width: 100%;
    }
    .detail-info-list li > div {
        width: 100%;
        margin-top: 5px;
    }
    .timetable .panel {
        padding: 30px 20px;
    }
    .time-and-distance .transport-finder,
    .time-and-distance .graph {
        width: 100%;
    }
    /* ========= PROFILE.html ========= */
    .goals-map div {
        border: none;
    }
}

@media screen and (max-width: 435px) {
    /* ========= DETAIL.html ========= */
    .gallery-main-pic {
        width: 100%;
        margin-right: 0;
    }
    .gallery-other-pics {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    /* ========= PLACE.html ========= */
    .filter-column-breakpoint {
        flex-direction: column;
    }

    .filter-column {
        padding: 0 0 0 10%;
    }

        .filter-column-breakpoint + .filter-column-breakpoint,
        .filter-column + .filter-column {
            margin-top: 10px;
        }

        .filter-column strong {
            height: 30px;
        }
    /* ========= PROFILE.html ========= */
    .h1-profile {
        margin: 35px 0 15px;
    }
    .profile-info {
        padding: 30px 20px;
    }
    .user-upper-box p {
        margin-bottom: 25px;
    }
    .user-bottom-box div p {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    /* ========= PLACE.html ========= */
    .select2-selection {
        padding: 20px 30px 20px 50px;
    }
    .filter > div {
        padding-left: 15px;
    }
    .select2-selection__arrow {
        width: 35px !important;
    }
}

@media screen and (max-width: 350px) {
    /* --------- HEADER --------- */
    header {
        height: 55px;
    }
        header .profile-dropdown {
            top: 55px;
            width: 145px;
        }
    .logo strong {
        font-size: 17px;
    }
    .logo svg {
        margin-right: 10px;
    }
    .search {
        right: 70px;
    }

        .search input {
            padding: 10px 14px;
        }

    .account {
        min-width: auto;
        width: 60px;
    }

    .user-icon {
        width: 38px;
        height: 38px;
    }
    #user-pic {
        width: 40px;
        height: 40px;
    }
    .profile-dropdown,
    .login-dropdown { 
        top: 55px;
    }
    /* --------- MENU --------- */
    .menu-item {
        padding-left: 10px;
    }
    .breadcrumbs ul {
        margin: 0 0 -10px 0;
    }
    /* ========= INDEX.html ========= */
    .box {
        padding: 12px 10px;
    }
    .icons div {
        margin-left: 3px;
    }

    .trips-future .icons {
        bottom: 27px;
    }
    .trips-future .box {
        padding: 0 15px 15px 15px;
    }
    .trips-future small {
        width: 95px;
    }

    .tripsSecondPart .more-info-breakpoint {
        flex-direction: column;
    }

        .tripsSecondPart .more-info-breakpoint .more-info-item + .more-info-item {
            margin-top: 10px;
        }
    /* ========= PLACE.html ========= */
    .more-info-breakpoint {
        flex-direction: column;
    }

        .more-info-breakpoint .more-info-item + .more-info-item {
            margin-top: 10px;
        }
    /* ========= DETAIL.html ========= */
    .detail-intro {
        padding: 15px 15px 30px 15px;
    }
    .detail-info {
        padding: 30px 20px;
    }
    .detail-description, .comments, .timetable .panel {
        padding: 25px 15px;
    }
    .detail-journey h2 {
        padding-left: 20px;
    }
    .station-img {
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
    }
    .station-box {
        padding: 15px;
    }
    .station-number {
        min-width: 9px;
        margin-right: 10px;
    }
    .station-number div {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .transport-finder-box {
        padding: 15px;
    }

    .transport-finder .finder-field + .finder-field,
    .transport-finder button {
        margin-top: 10px;
    }

    .transport-finder div label,
    .transport-finder div input,
    .transport-finder button {
        padding: 10px;
        font-size: 13px;
    }
    /* ========= PROFILE.html ========= */
    .profile-info {
        padding: 25px 15px;
    }
    .user-main-info .profile-picture {
        width: 100px;
        height: 100px;
    }
    .user-upper-box span {
        top: 88px;
    }
    .user-bottom-box div strong {
        font-size: 22px;
    }
    .user-detail-info ul li, .user-bottom-box div p,
    .user-detail-info ul li strong {
        font-size: 15px;
    }
}