.route_box{
    background-color: #fff;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    padding: 20px 0px;
}
.route_box::after {
    content: "";
    width: 10px;
    height: 196px;
    background: #009040;
    position: absolute;
    right: 0px;
    top: 25px;
}
.overview{
    display: flex;
    flex-direction: column;
    padding:0px 0px 0px 36px;
}
.overview-title{
    font-size: 24px;
    font-weight: 600;
    color: #303336;
    line-height: 45px; 
    margin-top: 5px;
}
.overviewsplit{
    width: 48px;
    height: 4px;
    background-color: #009040;
    margin: 20px 0px 30px;
}
.popularAndReview{
    padding: 0px 36px;
}
.nav-tabs{
   border-bottom: 1px solid #EAECEF;
}
.nav-tabs>li a{
  font-size: 18px;
   margin: 0px 10px;
   padding: 10px 15px;
}
.nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus, 
 .nav-tabs>li.active>a:hover{
    font-size: 18px;
    font-weight: bold;
    color: #009040;
    border: 0px;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #009040;
 }
 .nav-tabs>li>a,
 .nav-tabs>li>a:focus, 
 .nav-tabs>li>a:hover{
    color: #969A9D;
    border: 0px;
    background-color: #fff;
 }
 .divider{
   width: 1px;
   height: 18px;
   background-color: #CACFD9;
   margin: 15px 0px ;
 }
 .tabBox{
    padding: 50px 0px;
 }
 .prompt{
    color: #969A9D;
 }
 .describe p{
    text-indent: 2em;
    padding: 30px 0px;
    line-height: 32px;
    text-align: justify;
 }
 .imgItems{
    text-align: center;
 }
 .imgItems img{
    width: 70%;
    margin-top: 40px;
 }
 .route-title{
    display: flex;
    flex-direction: row;
 }

 .title-num{
    font-size: 100px;
    font-weight: bold;
    color: #EAF6F0;
    line-height: 150px;
 }
 .title-chara{
    margin-left: -40px;
    margin-top: 80px;
    margin-top: 50xp;
    font-size: 24px;;
    color: #009040;
    line-height: 36px;
 }