.hd{
    height: auto !important;
}
.megacol{
    top:121px;
}
.color-blue-default {
    color: #0064d3;
}
.roboto_bold {
    font-family: "Roboto-Bold", sans-serif;
}
.customer-service .section-guide{
    background-color: rgb(235 235 235);
    margin: 20px 0px;
    padding: 2rem 2rem 1rem;
    margin-top: 20px;
}

.customer-service  .fwd-how-hover {
    transition: transform 0.35s cubic-bezier(.4,1.5,.6,1), box-shadow 0.35s cubic-bezier(.4,1.5,.6,1), background 0.35s, color 0.35s;
}
.customer-service  .fwd-how-hover:hover {
    transform: translateY(-12px) scale(1.03);
}
.customer-service  .fwd-how-hover:hover .fwd-how-icon {
    color: #2196f3 !important;
    transition: color 0.35s cubic-bezier(.4,1.5,.6,1);
}
.customer-service  .fwd-how-icon {
    transition: color 0.35s cubic-bezier(.4,1.5,.6,1), filter 0.35s;
}

.customer-service  .section-link a:hover {
    text-decoration: underline !important;
    transition: text-decoration 0.2s;
}
.customer-service .section-link a::after{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.customer-service .text-primary {
    color: #0064d3 !important;
}
.customer-service .forwarder-help-items:hover .forwarder-help-items_icon{
    border:1px solid #0064d3;
    border-radius: 50%;
}
.customer-service .forwarder-help-items:hover i{
   color: #0064d3 !important;
}