@font-face {
    font-family: 'helveticaneue';
    src: url('HelveticaNeueLTStd-Blk.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI.woff2') format('woff2'),
         url('SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeuibold';
    src: url('SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'helveticaneue';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.lato {
    font-family: "Lato", serif;
    font-weight: normal;
    font-style: normal;
}

.segoe {
    font-family: 'Segoe UI', serif;
    font-weight: normal;
    font-style: normal;
}

.segoebold {
    font-family: 'segoeuibold', serif;
    font-weight: normal;
    font-style: normal;
}

.navbar {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 0px; 
}
.topsection h2 {
    font-weight: bold; font-size: 47px; color: #06335A; margin-bottom: 20px;
}
.orgcolor {
    color: #E35628;
}

.blcol {
    color: #212529;
}
.wtcolor {
    color: #FFF;
}

.cole35 {
    color: #E35628;
}

.apply {
    background-color: #F7F7F7; padding: 50px 0px;
}

.apply h3 {
    font-size: 24px;
    line-height: 26px;
    color: #06325D;
    margin-bottom: 20px;
}

.didyouknow {
    background-image: url(../images/did-you-know-bg.png); height: 245px; background-size: cover;
    background-position: center center;
}

.font18 {
    font-size: 18px;
}

.passport {
    background: #FFF;
    padding: 50px 0px;
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.steps {
    background-color: #F7F7F7; padding: 50px 0px;
}
.steps h2 {
    font-size: 45px;
    color: #06335A;
}
.col465 {
    color: #4C5469;
}
.marbtm50 {
    margin-bottom: 50px;
}

.steps .box {
    border-radius: 10px; box-shadow: 20px 20px 28px 0 rgba(179, 179, 179, 0.75); background-color: #fff; padding: 40px 10px; position: relative;
    width: 216px;
}

.col162 {
    color: #162A5C;
}
.steps .box .icon {
    position: absolute; top: -20px; left: -20px;
}

.choosebg{
    background-image: url(../images/choose-bg.png); background-size: cover; background-position: center; padding: 50px 0px;
}

.choosebg h2 {
    font-size: 45px;
    color: #FFF;
}

.passport h2 {
    font-size: 45px;
    color: #06335A;
}

footer {
    background-color: #F7F7F7;
    padding: 50px 0px; 
}

footer ul{
    list-style:none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

footer ul li {
    margin: 0px;
    padding-right: 20px;
    display: inline;
}

.col202 {
    color: #202020
}
.col676 {
    color: #676F7A;
}

.col676:hover {
    color: #676F7A;
}

.textnone {
    text-decoration: none;
}

footer a:hover {
    color: inherit;
    text-decoration: none;
}

footer ul:last-child{
    margin-bottom: 0px;
}

.showmobile {
    display: none;
}
.hidemobile {
    display: block;
}
@media only screen and (max-width: 600px) {
    .bulb {
        padding-bottom: 20px;
    }
    .hidemobile {
        display: none;
    }
    .navbar {
        flex-wrap: nowrap;
    }
    .topsection h2 {
        font-size: 30px;
        margin-top: 30px;
    }

    .apply p br {
        content: " ";
        display: none;
    }
    .btnapply img {
        width: 330px !important;
    }
    .didyouknow  {
        height: auto;
        padding: 50px 0px;
        text-align: center;
        background-image: url(../images/did-you-know-mobile-bg.png);
    }
    .steps .box {
        margin: 0px auto 40px auto;
    }
    .passport .services {
        margin:auto;
        text-align:center;
    }

    .start img {
        width: 330px !important;
    }
    .showmobile {
        display: block;
    }
    .choosebg {
        background-image: url(../images/why-choose-mobile-bg.png);
    }
    .rush {
        width: 100% !important;
    }
  }

  @media only screen and (min-width: 610px) and (max-width: 768px) {

    .rush {
        width: 100% !important;
    }
    .stepmob .col-md-3 {
        width: 50%;
        margin-bottom: 40px;

    }

    .steps .box {
        margin-left: auto;
        margin-right: auto;
    }

    .font24 {
        font-size: 16px !important;
    }

    .didyouknow  {
        height: auto;
        padding: 50px 0px;
        text-align: center;
        background-image: url(../images/did-you-know-mobile-bg.png);
    }
    .topsection h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .bulb {
        padding-bottom: 20px;
    }
    .apply p br {
        content: " ";
        display: none;
    }
  }

  @media only screen and (max-width: 1024px) { 
    .font24 {
        font-size: 22px;
    }
    .hidemobile {
        display: none;
    }
    .showmobile {
        display: block;
    }
    .didyouknow {
        height: auto;
        padding: 50px 0px;
        text-align: center;
    }
    .choosebg p {
        font-size: 16px !important;
    }
  }