.formsec {
    background-color: #014e97;
    background-repeat: no-repeat;
    background-size: cover
}
.visbdr {
    position: relative
}
.commonpad-6 {
    padding: 45px 0;
}
.visbdr::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg)
}


.vismiscnt span {
    display: inline-block;
    vertical-align: top
}

.vismiscnt span:first-child {
    width: 20%
}

.vismiscnt span:nth-child(2) {
    width: 74%
}

.vismiscnt span h4 {
    font-family: Raleway;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase
}

.vismiscnt span p {
    color: #fff;
    font-size: 20px;
    font-family: Raleway;
    margin-bottom: 0
}

.vismiscnt span img {
    width: auto
}


