* {
    box-sizing: content-box;
}

.inner {
    width: 1090px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1130px) {
    .inner {
        width: auto !important;
        padding: 0 13px;
    }
    footer.inner {
        padding: 18px 13px !important;
    }
}

.content {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 700;
    color: #444;
    text-align: center;
}

.content p {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.content p:before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #b7b7b7;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content p:first-child {
    margin-top: 60px
}

.content p:last-child:before {
    display: none;
}

.content p.stepone {
    height: 76px;
    background: url('../image/stepone-image.jpg') center 60px no-repeat;
}

.content p.steptwo {
    height: 290px;
    background: url('../image/steptwo-image.jpg') center 60px no-repeat;
    line-height: 22px;
}

.content p.stepthree {
    height: 194px;
    background: url('../image/stepthree-image.jpg') center 60px no-repeat;
    line-height: 22px;
}

.content p.stepfour {
    height: 130px;
    background: url('../image/stepfour-image.jpg') center 60px no-repeat;
    line-height: 22px;
}

.content p.stepfive {
    padding-bottom: 0
}

.toggled_content1 {
    padding-top: 15px;
    display: none;
}

.steps {
    overflow: hidden;
}

.push .steps .step-child {
    padding: 60px 0;
    position: relative;
}

.push .steps .step-child:before {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #b7b7b7;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.push .steps .step-child.or:after {
    content: "OR";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 18px;
    padding: 0 5px;
}

.push .steps .step-child:last-child:before {
    display: none;
}

.push .steps img {
    display: block;
    margin: 25px auto
}

.push .steps .img-wrap {
    position: relative;
}

.push .steps .img-wrap span.extdomain {
    color: #4d4e50;
    font-size: 11px;
    position: absolute;
    left: 336px;
    bottom: 16px;
    font-weight: normal;
}

.numboldkc {
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.push .steps .img-wrap span.extdomain {
    color: #4d4e50;
    font-size: 11px;
    position: absolute;
    left: 336px;
    bottom: 16px;
    font-weight: normal;
}

.rightsec {
    position: absolute;
    overflow: hidden;
    bottom: 60px;
    left: 50%;
    height: 60px;
    width: 566px;
    border: 1px solid #aaa;
    transform: translateX(-50%);
}

.content p.stepfour {
    background: none!important;
}

.ffcontent .rightsec img {
    width: 706px;
    height: 60px;
}

.ffcontent .rightsec {
    width: 706px;
}

.rightsec img {}

.abs {
    position: absolute;
    top: -3px;
    left: 41px;
    background: #fff;
    font-size: 14px;
}

.ff.abs {
    background: #fbfbfb;
    top: 0px;
}

.content p.stepfive {
    padding-bottom: 0
}

nav.navbar {
    margin: 0 auto;
    max-width: 980px;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #a7a3a8 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #a7a3a8;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.footer {
    display: block;
    clear: both;
    width: 100%;
    font-family: helvetica;
    height: 50px;
    line-height: 50px
}

.footlinkssec {
    min-width: 300px;
    color: #777;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.footlinkssec ul li {
    display: inline-block
}

.footlinkssec ul li a {
    font-size: 14px;
    font-family: 'arial';
    color: #383838;
    border-right: 1px solid #383838;
    text-decoration: none;
    padding: 0 6px
}

.footlinkssec ul li.nobrd a {
    border: none
}

.footlinkssec ul li a:hover {
    text-decoration: underline
}