@charset "utf-8";
/* CSS Document */
ul li a:hover{color: #00649f;}
.sitemap{ text-align: center; line-height: 30px;}
.image-part-journey ul li {
    width: 100%;
    float: none;
    margin: 0px 10px;
    position: relative;
    cursor: pointer;
    background: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
    box-shadow: none;
    border-radius: 23px;
    /* min-height: 530px; */
    text-align: left;
    display: inline-block;
}
.image-part-journey ul {
    padding: 0 0 15px 0;
    text-align: left;
}
.image-part-journey ul li a{ color: #000;}
.sitemap h3{ text-align: left;}
.mega_block.first:before { display: none;}
.mega_block.third:before { display: none;}
.center {
    width: auto;
    margin: 0 auto;
}
/*.mega_heading h2 {
    font-size: 18px;
    color: #575757;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
}*/
.image-part-journey ul li a {
    color: #000;
    display: block;
    padding: 0px;
    margin: 0px;
}
/*.mega_heading h2 {
    font-size: 16px;
    color: #575757;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
}*/
.sitemap h1{ display: block; margin-top: 50px;}

.sitemap p{ text-align: left; padding: 0 0 15px 0}
.sitemap .mega_heading h2 {font-size: 16px; color: #575757; font-weight: normal; margin-bottom: 0px; text-align: left;}


@media screen and (max-width:820px){
.sitemap h1 {
    display: block;
    margin-top: 50px;
}
.image-part-journey ul li {
    width: 90%;
    float: none;
    margin: 0px 10px;
    position: relative;
    cursor: pointer;
    background: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
    box-shadow: none;
    border-radius: 23px;
    /* min-height: 530px; */
    text-align: left;
    display: inline-block;
}
.sitemap {
    text-align: center;
    line-height: 30px;
    padding: 0 15px;
}
.image-part-journey ul li {
    width: 90%;
    float: none;
    margin: 0px 0;
    position: relative;
    cursor: pointer;
    background: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
    box-shadow: none;
    border-radius: 23px;
    /* min-height: 530px; */
    text-align: left;
    display: inline-block;
}
}









