.inquiry-wrap {
    padding-bottom: 95px;
    background: #F2F2F2;
}

.inquiry-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 180px 100px 180px;
    box-sizing: border-box;
    background: #fff;
}

.tracking-box .tracking-tit {
    margin-top: 75px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;

}

.tracking-box .tracking-tit .item {
    position: relative;
    margin: 0 35px;
    padding-bottom: 20px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: default;
}

.tracking-box .tracking-tit .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 103px;
    height: 6px;
    background: #CACACA;
}

.tracking-box .tracking-tit .item.active {
    color: #1A74C7;
}

.tracking-box .tracking-tit .item.active::before {
    background: #1A74C7;
}

.tracking-box .tracking-cont {
    color: #000;
    font-size: 16px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: 400;
    min-height: 500px;
}

.tracking-box .tracking-cont .item {
    display: none;
}

.tracking-box .tracking-cont .item:nth-of-type(1) {
    display: block;
}



/*01/30*/
.js-home-form-area .columns {
    display: flex;
}

.column.is-one-third {
    flex: none;
    width: 33.3333%;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 12px;
}

.home-form {
    padding-top: 10px;
}

.field.has-addons {
    display: flex;
    justify-content: flex-start;

}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}

.is-info {
    border-color: #3e8ed0;
    border: 1px solid transparent;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 30px;
    position: relative;
    text-align: inherit;
}

.input {
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 24px;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    line-height: 60px;
    border: 1px solid #3e8ed0;
   
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input:focus{ 
    box-shadow: 0 0 5px #3e8ed0;
 } 
.button.is-info {
    background-color: #3e8ed0;
    border-color: transparent;
    color: #fff;
    width: 110px;
    line-height: 60px;
    font-size: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.home-shipper-nologo {
    font-size: 38px;
    font-weight: bold;
    color: black;
    height: 68px;
}
.logo-dhl {
    background: url(../img/logos.png) 0px 0px;
    width: 180px;
    height: 40px;
}

.logo-tnt {
    background: url(../img/logos.png) 0px -100px;
    width: 180px;
    height: 40px;
}

.logo-schenker {
    background: url(../img/logos.png) 0px -150px;
    width: 180px;
    height: 40px;
}

.logo-cargo {
    background: url(../img/logos.png) 0px -200px;
    width: 180px;
    height: 40px;
}

.logo-post {
    background: url(../img/logos.png) 0px -250px;
    width: 180px;
    height: 40px;
}

.logo-container {
    background: url(../img/logos.png) 0px -300px;
    width: 180px;
    height: 40px;
}

.logo-bol {
    background: url(../img/logos.png) 0px -350px;
    width: 180px;
    height: 40px;
}