.link_content_div{
    margin-top: 1%;
}
.link_content_div.container{
    width: 1043px;
}
.link_content_form {
    width: 450px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 2;
}
.link_content_form .content {
    position: relative;
    z-index: 2;
}

.link_content_form .field {
    -webkit-border-radius: 11px/12px 12px 11px 11px;
    -moz-border-radius: 11px/12px 12px 11px 11px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
    -moz-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
    box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;

    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 224, 234);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    box-shadow: inset 0px 2px 3px 0px rgba(179, 198, 221, 0.004);
    width: 234px;
    height: 38px;
}
.link_content_form .field > input {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    outline: none 0;
    color: #7f8aa0;
    padding: 0 10px;
    font-weight: bold;

    font-size: 18.765px;
    text-transform: uppercase;
}
.link_content_form .get-started {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #76b82b;    
    z-index: 23;
    position: relative;
    color: #fff;
    border: none;
    margin: 20px auto 0;
    display: block;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 10px;
    width: 190px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 5px;
    float: left;
}
.link_content_form .get-started::after {
    content: '';
    border-radius: 3px;
    background-color: rgb( 255, 255, 255 );
    opacity: 0.129;
    position: absolute;
    left: 50%;
    top: 2px;
    width: 98%;
    height: 30px;
    transform: translateX(-50%);  
}

.link_content_form .get-started::after {
    background-color: rgb(255, 255, 255);
    opacity: 0.161;
    width: 172px;
    height: 10px;
    top: 7px;
}
.clearfix{
    clear: both;
}
/*Bottom logo Changes by Ahmad*/
.link_content_div .bottom_logo {
    padding-top: 0 !important;
}
.link_content{
    font-size: 14px;
}

/*Changes by Mansoor*/
.link_content_div .left-div-contents {
    width:28%;
    float: left;
    margin-top: 20px;
    border-right: 1px solid #000;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 15px;
}
.link_content_div .right-div-contents {
    width:72%;
    float: left;
    padding: 0px 5px 5px 30px;
}
.link_content_div .right-div-contents .link_content_form{
    padding-top: 5px;
}
.link_content_div .right-div-contents .link_content_form h1{
    font-size:23px;
}
.footer-contents-main{
    width: 100%;
    float: left;
    background-color: #e4eff5;
    padding-top: 20px;
}
.footer-contents-main.white-bg{
    background-color: #fff;
}
.footer-contents-main .footer.footer-contents{
    width:1043px;
    margin: 0 auto;
}
.footer-contents-main .footer.footer-contents .container{
    width:1043px;
}
.footer-contents-main .footer-nav.footer-left{
    width: 28%;
    float: left;
    padding-top: 0;
    line-height: 18px;
}
.footer-contents-main.white-bg .footer-nav.footer-left{
/*    padding-top:14px;*/
}
.footer-contents-main .footer-nav.footer-left ul{
    list-style-type: none;
    text-align: left;
    margin-top:0;
}
.footer-contents-main .footer-nav.footer-left ul li{
    display: block;
}
.footer-contents-main .disclaimer.footer-right{
    width: 70%;
    float: left;
}
.link_content_div .left-div-contents .left-sub-contents{
    text-align: center;
    padding: 0 60px 0 30px;
}
.link_content_div .left-div-contents .left-sub-contents p.work-p{
    margin-top: 2px;
}
.link_content_div .left-div-contents .left-sub-contents p.steps-p{
    font-weight: 700;
}
.link_content_div .left-div-contents .left-sub-contents p.text-p{
    font-weight: 500;
}