html {
    scroll-behavior: smooth;
}

body {
    color: #232323;
    font-size: 16px;
    line-height: 1.6;
}

#tour h1, #tour h2, #tour h3, #tour h4, #tour h5, #tour p {
    color: #232323;
}

#tour h2 {
    font-size: 48px;
    margin: 0 auto 40px;
}

@media (max-width: 960px) {
    #tour h2 {
        font-size: 44px;
    }
}

#tour h3 {
    font-weight: bold;
}

#tour .list-style-none {
    list-style: none;
}

#tour ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    #tour ol li {
        counter-increment: my-awesome-counter;
        display: flex;
        width: 50%;
        margin-bottom: 20px;
        padding: 20px;
    }

@media (max-width: 960px) {
    #tour ol li {
        width: 100%;
    }
}

#tour ol li::before {
    background-color: #d20d71;
    border-radius: 100px;
    content: counter(my-awesome-counter);
    color: white;
    font-size: 40px;
    height: 70px;
    margin: 0 20px 0 0;
    line-height: 1;
    padding: 15px 24px;
    width: 80px;
}

#tour .color-red {
    color: #d20d71;
}

#tour .btn {
    font-weight: bold;
    font-size: 22px;
    padding: 12px 30px;
    text-decoration: none !important;
    color: white !important;
}

#tour .btn-back {
    background-color: #e1e1e1;
    border-radius: 50px;
    color: white;
    float: right;
    font-size: 12px;
    margin: 20px 0 0;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

    #tour .btn-back:hover {
        background-color: #d0d0d0;
        color: white;
    }
#tour .jumbotron {
    background-color: #fff;
}

 /*******************************************************
thumbnail
********************************************************/
 #tour .jumbotron h1 {
        font-weight: 500;
        margin-bottom: 30px
    }

#tour .bk-image-1 {
    background: url(img/01.jpg) no-repeat bottom right;
    background-size: 560px;
}

@media (max-width: 992px) {
    .bk-image-1 {
        background: none;
    }
}

#tour .section {
    border-bottom: 1px solid #e8e8e8;
    padding: 80px 0;
}

#tour .intro {
    background-color: #f9fbfb;
    border: none;
}

#tour .border-left {
    background: url(img/border-left.png) no-repeat left center;
}

#tour .border-right {
    background: url(img/images/border-right.png) no-repeat right center;
}

@media (max-width: 992px) {
    .border-left, .border-right {
        background: none;
    }
}

#tour .btn-download {
    display: block;
}

    #tour .btn-download img {
        margin: 0 auto;
    }

#tour ul.nav {
    background-color: #fff;
    padding-bottom: 20px;
   
}

    #tour ul.nav li {
        margin-top: 0;
    }

    #tour ul.nav a {
        color: #265acd !important;
        padding: 10px 40px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

#tour #nav {
    background-color: #d20d71;
    color: white;
    margin-bottom: 20px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 400;
}

#tour .butt a{

}
