
.mednet-tabs .sppb-tab .sppb-tab-pane .line {
    width: 0;
    height: 3px;
    background: #000;
    position: absolute;
    left: 15px;
    top: -3px;
    z-index: -1;
    transition: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:after {
    background: #000;
    border: 0px solid #009 !important;
    border-radius: 50%;
    content: "";
    height: 22px;
    left: 9px;
    position: absolute;
    top: -13px;
    width: 22px;
}

@media only screen and (max-width : 320px) {
.sppb-slider-wrapper .sppb-slide-item-bg {
    height: 735px;
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 43% 0%;
}
}

@media only screen and (max-width : 480px) {
.sppb-slider-wrapper .sppb-slide-item-bg {
    height: 735px;
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 45% 0%;
}
}