.order_tracker_wrap .tracker_form_wrap .order_tracker_chip {
    position: absolute;
    top: 11px;
    right: -40px;
}

.order_tracker_wrap {
    width: 370px;
    margin: 30px auto;
    padding: 15px 20px 20px;
    text-align: left;
}

.order_tracker_wrap>h2 {
    padding-bottom: 10px;
    margin-bottom: 24px;
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 95%;
}

.order_tracker_wrap .tracker_form_wrap {
    margin-bottom: 16px;
}

.order_tracker_wrap .content_info {
    width: 100%;
    margin-bottom: 20px;
}

.content_info, .tracker_form_wrap {
    line-height: 1.8;
    font-size: 12px;
    text-align: left;
}

.order_tracker_wrap .recaptcha {
    margin-bottom: 10px;
}

.chip_help {
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px;
    height: 15px;
    line-height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #c8cbcc;
    color: #000;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.chip_help:after {
    font-family: icomoon;
    content: '\e626';
    font-size: 10px;
}

@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.ttf?141u36) format("truetype"),url(/fonts/icomoon.woff?141u36) format("woff"),url(/fonts/icomoon.svg?141u36#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@media screen and (max-width: 959px) {
    .order_tracker_wrap {
        width: 80%;
    }
    .order_tracker_wrap .tracker_form_wrap .order_tracker_chip {
        right: -9%;
    }
    .tooltip {
        top: -135px;
        left: -270px;
    }
    .tooltip:after, .tooltip:before {
        left: 240px;
        top: 107px;
        transform: rotate(-45deg) skew(15deg, 15deg);
    }
}