.map-rate-outline, .map-rate-tooltip{
    position: absolute;
}

.map-rate-outline{
    height: 54px;
    width: 54px;
    top: -7px;
    left: -7px;

    border: 3px solid #00e1cb;
    border-radius: 27px;


}
.map-rate-tooltip {
    height: 40px;
    width: 40px;

    position: absolute;
    background-color: #00e1cb;
    border-radius: 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}

.map-rate-tooltip .tooltip-box {
    visibility: hidden;
    min-width: 220px;
    height: 110px;
    background-color: #00e1cb;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: -34px;
    left: 54px;
}
.map-rate-tooltip .tooltip-box.left{
    left: -234px;
}
.map-rate-tooltip .tooltip-box.wide {
    width: 282px;
}
.map-rate-tooltip .tooltip-box.wide.left {
    left: -294px;
}
.map-rate-tooltip .tooltip-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #00e1cb transparent transparent;
}
.tooltip-box.left::after {
    left: 100%;
    border-color: transparent transparent transparent #00e1cb;
}
.map-rate-tooltip:hover {
    cursor: pointer;
}
.map-rate-tooltip:hover .tooltip-box {
    visibility: visible;
}
.map-rate-tooltip.usd-rate{
    top: 29%;
    left: 16%;
}
.map-rate-tooltip.gbp-rate{
    top: 22%;
    left: 43%;
}
.map-rate-tooltip.eur-rate{
    top: 25%;
    left: 50%;
}
.map-rate-tooltip.cny-rate{
    top: 26%;
    left: 69%;
}
.map-rate-tooltip.hkd-rate{
    top: 38%;
    left: 76%;
}
.map-rate-tooltip.krw-rate{
    top: 29%;
    left: 81%;
}
.map-rate-tooltip.jpy-rate{
    top: 20%;
    left: 86%;
}
.map-rate-price{
    display: inline-block;
    padding: 10px 15px;
}
.map-rate-price.buy {
    color: white;
    border-right: 1px solid white; 
}
.map-rate-price.sell {
    color: #017575;
}
.map-rate-title{
    font-size: 1.15em;
}
.map-rate-amount{
    font-size: 2em;
}
.map-rate-text {
    font-weight: bold;
    color: #017575;
}

@media only screen and (max-width : 800px) { 
    .map-rate-outline{
        border: none;
    }
    .map-rate-tooltip .tooltip-box{
        left: 44px;
    }
    .map-rate-tooltip .tooltip-box.left{
        left: -194px;
    }
    .map-rate-tooltip.cny-rate{
        top: 24%;
        left: 67%;
    }
    .map-rate-tooltip.hkd-rate{
        top: 34%;
        left: 73%;
    }
    .map-rate-tooltip.krw-rate{
        top: 28%;
        left: 79%;
    }
    .map-rate-tooltip.jpy-rate{
        top: 17%;
        left: 84%;
    }
}

@media only screen and (max-width : 576px) { 
    .map-rate-tooltip{
        height: 26px;
        width: 26px;
        padding: 6px 0;
    }
    .map-rate-text {
        font-size: 0.7em;
    }

    .map-rate-tooltip .tooltip-box{
        left: 34px;
        min-width: 140px;
        height: 80px;
        top: -24px;
    }
    .map-rate-tooltip .tooltip-box.wide {
        width: 190px;
    }
    .map-rate-title{
        font-size: 0.9em;
    }
    .map-rate-amount{
        font-size: 1.3em;
    }
    .map-rate-price{
        padding: 8px;
    }
    .map-rate-tooltip .tooltip-box.left{
        left: -144px;
    }
    .map-rate-tooltip .tooltip-box.wide.left {
        left: -194px;
    }

    .remark-box {
        bottom: -120px;
    }

}




/*  steppp */
.step-head{
    font-size: 1.5em;
    margin: 20px 0;
    font-weight: normal;
}
.step-box{
    background-color: #07c6b0;
    border-radius: 6px;
    padding: 20px 40px;
    margin: 15px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 360px;
    position: relative;
}
.step-box:hover{
    background-color: #06a795;
    cursor: pointer;
}
.step-logo img{
    width: 40%;
    margin: 20px 0;
}
.step-title{
    font-size: 1.35em;
    font-weight: normal;
    padding: 10px 0
}
.step-detail{
    font-size: 0.95em;
}
.step-subdetail{
    text-align: left;
    padding: 0px 24px;
    font-style: italic;
}

.step-title:lang(th) {
    font-size: 1.6em;
}
.step-detail:lang(th), .step-subdetail:lang(th) {
    font-size: 1.05em;
}

@media only screen and (max-width: 567px) { 
    .step-box{
        height: 310px;
    }
    .step-logo img{
        width: 30%;
        margin: 10px;
    }
    .step-section{
        margin-top: 20px;
        padding-top: 20px;
    }
    .step-section .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width : 568px) and (max-width: 1000px) { 
    .step-logo img{
        width: 27%;
    }

}

@media (min-width: 1000px){
    .step-box {
        width: 29%;
        float: left;
    }
}