body {
    font-weight: normal !important;
    color: #333;
    font-size: 16px;
    background: #d9dcd7 !important;
    font-family: "Segoe UI", sans-serif !important;
}

a, body, button, div, h1, h2, h3, h4, h5, h6, input, li, p, select, span, strong, table, td, textarea, ul {
    font-family: "Segoe UI", sans-serif !important
}

a {
    outline: none
}

/** {
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
}*/
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: #efefef;
}
/*HEADER STARTS*/
.navbar.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
    padding: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.navbar-brand {
    height: auto;
}

    .navbar-brand img {
        vertical-align: middle;
        max-height: 70px;
        width: auto;
        margin-top: 29px;
        margin-left: 25px;
        display: inline-block;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
    }

.navbar-right {
    display: table;
    border-collapse: collapse;
}

    .navbar-right li {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
    }

.navbar-default .navbar-nav > li > a {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    padding: 35px 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding-top: 70px;
    border-left: 1px solid #e0e0e0;
    border-top: 5px solid transparent;
    color: #888888;
    min-width: 140px;
    text-align: center;
    outline: none;
    background-size: 34px !important;
}

.navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
    border-top: 5px solid #17a4ff;
    background-color: #fff !important;
    color: #888888;
}

.navbar-default .navbar-nav > li.home a {
    background: url(../images/home.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.directory a {
    background: url(../images/directory.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.e-services a {
    background: url(../images/services.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.write-to-us a {
    background: url(../images/write.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.login a {
    background: url(../images/login.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.home.active a {
    background: url(../images/home-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.directory.active a {
    background: url(../images/directory-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.e-services.active a {
    background: url(../images/services-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.write-to-us.active a {
    background: url(../images/write-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.login.active a {
    background: url(../images/login-active.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.home a:hover, .navbar-default .navbar-nav > li.home a:focus {
    background: url(../images/home-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.directory a:hover, .navbar-default .navbar-nav > li.directory a:focus {
    background: url(../images/directory-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.e-services a:hover, .navbar-default .navbar-nav > li.e-services a:focus {
    background: url(../images/services-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.write-to-us a:hover, .navbar-default .navbar-nav > li.write-to-us a:focus {
    background: url(../images/write-act.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li.login a:hover, .navbar-default .navbar-nav > li.login a:focus {
    background: url(../images/login-active.svg) no-repeat center 30px;
}

.navbar-default .navbar-nav > li > a span {
    text-transform: none;
}
/*HEADER ENDS*/



/*****BANNER CSS STARTS****/
.banner {
    display: block;
}

    .banner .item {
        height: 567px;
    }

    .banner .item1 {
        background: url(../images/banner1.jpg) no-repeat;
        background-size: cover;
    }

    .banner .item2 {
        background: url(../images/banner2.jpg) no-repeat;
        background-size: cover;
    }

    .banner .item3 {
        background: url(../images/banner3.jpg) no-repeat;
        background-size: cover;
    }

    .banner .carousel-control {
        background: none;
    }

        .banner .carousel-control.left {
            background: url(../images/arrow-left.svg) no-repeat center center;
        }

        .banner .carousel-control.right {
            background: url(../images/arrow-right.svg) no-repeat center center;
        }

.carousel-caption {
    top: 10%;
    bottom: auto;
    font-size: 36px;
    text-shadow: none;
    font-weight: 300;
}

    .carousel-caption strong {
        font-weight: bold;
        color: #ffa800;
    }

.banner .item3 .carousel-caption strong {
    padding-right: 40px;
    background: url(../images/forward.svg) no-repeat right center;
}

.carousel-caption span {
    display: block;
    line-height: 26px;
}

.banner .item3 .carousel-caption {
    top: 45%;
}

.carousel-indicators li {
    margin: 0;
    border: none;
    height: 14px;
    width: 14px;
    background: #fff;
}

    .carousel-indicators li.active {
        margin: 0;
        border: none;
        height: 14px;
        width: 14px;
        background: #17a4ff;
    }
/*****BANNER CSS ENDS****/

.container {
    padding: 0;
}

.content {
    background-image: url(../images/bannerbg-v1.jpg);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
}

.content {
    min-height: 520px;
    padding: 0 15px;
}

.home-bg-content h1 {
    color: #fff;
    text-align: center;
    margin: 50px 0 20px 0;
    font-size: 36px;
}

    .home-bg-content h1 strong {
        color: #51afe4;
        font-weight: bold;
        letter-spacing: 2.5px;
    }

.heading {
    text-align: center;
    margin: 37px 0 20px 0;
    float: left;
    width: 100%;
}

.heading {
    display: inline-block;
    color: #17a4ff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 20px;
    border-radius: 30px;
    line-height: 100%;
}

.features .heading {
    text-align: left;
}

.eservices-gird {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.gird-view {
    display: inline-block;
}

.eservices-gird a {
    display: inline-block;
    height: 170px;
    font-size: 30px;
    width: 240px;
    padding: 50px 0;
    background: #c31032;
    border-radius: 30px;
    margin: 0 10px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 20px 0px #111;
    text-transform: uppercase;
    outline: none;
}

    .eservices-gird a span {
        display: block;
        line-height: 100%;
        font-size: 22px;
        font-weight: normal;
        text-transform: capitalize;
    }

    .eservices-gird a.frcs {
        background: #4eace2; /* Old browsers */
        background: -moz-linear-gradient(top, #4eace2 0%, #397ea7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4eace2 0%, #397ea7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4eace2 0%, #397ea7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eace2', endColorstr='#397ea7', GradientType=0 ); /* IE6-9 */
    }

    .eservices-gird a.fnpf {
        background: #c71033; /* Old browsers */
        background: -moz-linear-gradient(top, #c71033 0%, #a80d2b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c71033 0%, #a80d2b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c71033 0%, #a80d2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71033', endColorstr='#a80d2b', GradientType=0 ); /* IE6-9 */
    }

    .eservices-gird a.birth {
        background: #2db169; /* Old browsers */
        background: -moz-linear-gradient(top, #2db169 0%, #1c6f42 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2db169 0%, #1c6f42 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2db169 0%, #1c6f42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db169', endColorstr='#1c6f42', GradientType=0 ); /* IE6-9 */
    }

    .eservices-gird a:hover, .eservices-gird a:focus {
        text-decoration: none;
    }

    .eservices-gird a.frcs:hover {
        background: #4eace2; /* Old browsers */
        background: -moz-linear-gradient(top, #397ea7 0%, #4eace2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #397ea7 0%, #4eace2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #397ea7 0%, #4eace2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397ea7', endColorstr='#4eace2', GradientType=0 ); /* IE6-9 */
    }

    .eservices-gird a.fnpf:hover {
        background: #c71033; /* Old browsers */
        background: -moz-linear-gradient(top, #a80d2b 0%, #c71033 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #a80d2b 0%, #c71033 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #a80d2b 0%, #c71033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80d2b', endColorstr='#c71033', GradientType=0 ); /* IE6-9 */
    }

    .eservices-gird a.birth:hover {
        background: #2db169; /* Old browsers */
        background: -moz-linear-gradient(top, #1c6f42 0%, #2db169 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1c6f42 0%, #2db169 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1c6f42 0%, #2db169 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6f42', endColorstr='#2db169', GradientType=0 ); /* IE6-9 */
    }

.notifications-box {
    display: table;
    width: 100%;
    border-spacing: 20px 0px;
    float: left;
}

.notification {
    display: table-cell;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

    .notification h5, .notification p {
        padding: 15px;
    }

    .notification h5 {
        color: #003473;
        border-bottom: 3px solid #4eace2;
        font-weight: bold;
    }

        .notification h5 strong {
            color: #4eace2;
            font-weight: normal;
            font-size: 18px;
            display: block;
            margin-top: 5px;
        }

    .notification:hover {
        cursor: pointer;
    }

.features {
    min-height: 600px;
    padding-top: 40px;
    background: url(../images/features-bg.jpg) no-repeat left center;
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

    .features p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #4b6187;
    }

.title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
    line-height: 100%;
}

label strong {
    font-weight: bold;
    font-size: 15px;
}

.search-container {
    max-width: 1000px;
    margin: 0 auto;
}

.faq .search-container {
    margin-bottom: 50px;
}

.search-input-group {
    border-radius: 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
}

    .search-input-group .btn.btn-search {
        margin: 0 !important;
    }

    .search-input-group .form-control {
        border: none;
        box-shadow: none;
        height: 50px;
        border-radius: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 19px;
        color: #333;
    }

    .search-input-group .input-group .form-control {
        border-radius: 5px 0 0 5px !important;
    }

.btn-inline-center {
    text-align: center;
    margin-top: 10px;
}

    .search-input-group .btn.btn-search, .btn-inline-center .btn-default {
        background: #17a4ff url(../images/search.svg) no-repeat 10px center !important;
        height: 50px;
        margin: 0;
        background-size: 30px !important;
        padding-left: 48px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold !important;
        border: none;
        margin-left: 0px !important;
        border-radius: 0 5px 5px 0 !important;
    }

.search-input-group .btn.btn-search {
    background: #17a4ff url(../images/search.svg) no-repeat center center !important;
    background-size: 30px !important;
}

    .search-input-group .btn.btn-search:hover, .btn-inline-center .btn-default:hover {
        background-color: #da9a00;
    }

.search-input-group .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.search-input-group .form-control :-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

.search-input-group .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

.search-input-group .form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.serach-select {
    float: left;
    min-width: 350px;
    margin-right: 10px;
}

    .serach-select .form-control {
        height: 50px;
        box-shadow: none;
        border: none;
    }

    .serach-select select.form-control {
        background-image: url(../images/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: 97% center;
        padding-right: 26px;
        background-color: #fff;
        background-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .serach-select select {
        padding: 5px 8px;
        padding-right: 8px;
        width: 100%;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .serach-select select::-ms-expand {
            display: none
        }

.details-tab {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .details-tab.sub-tab {
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid transparent;
        position: relative;
        min-height: 110px;
    }

.inline-content .details-tab.sub-tab {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-bottom: 5px;
}

.Fiji_Missions_Overseas .details-content p:last-child {
    padding-left: 24px;
    background: url(../images/person-icon.svg) no-repeat left top;
    background-size: 20px;
}

#Foreign_Offices_in_Fiji .details-tab.sub-tab {
    min-height: 264px;
}

.details-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #17a4ff;
    overflow: hidden;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

    .details-img img {
        width: 100%;
        height: auto;
    }

.details-tab.sub-tab.minister {
    margin-top: 48px;
    padding-top: 50px;
    text-align: center;
    border: 2px solid #17a4ff;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.details-tab h4 {
    color: #013573;
    font-size: 17px;
    margin: 0;
    padding: 15px;
}

.details-tab.sub-tab h5 {
    color: #003473;
    font-size: 16px;
    margin-bottom: 5px;
}

.details-tab.sub-tab h4 {
    padding: 0px;
    margin-bottom: 10px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    background-size: 18px auto;
}

.details-tab.sub-tab.minister h4 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #000;
}

.details-tab.sub-tab h4 span {
    color: #666;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

.details-tab.sub-tab.minister h4 span {
    margin-top: 0;
}

.details-tab.sub-tab.minister h5 {
    margin-top: 0;
    color: #333;
}

.details-content .details-tab.sub-tab:last-child h4 {
    border: none;
}

.sub-details-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    float: left;
    margin-right: 10px;
}

    .sub-details-img img {
        width: 100%;
        height: auto;
    }

.sub-details {
    margin-left: 90px;
}

.details-tab.sub-tab h4 span {
    color: #666;
    display: block;
    font-weight: normal;
}

    .details-tab.sub-tab h4 span a {
        color: #003473;
        line-height: 22px;
        font-weight: 600;
    }

        .details-tab.sub-tab h4 span a:hover {
            color: #17a4ff;
        }

.details-tab.sub-tab.without-photo h4 span {
    margin-top: 0;
}

.details-tab.sub-tab.minister h4 span {
    margin-bottom: 5px;
}

.details-tab.sub-tab.without-photo {
    min-height: auto;
}

.details-content {
    margin: 10px auto;
    max-width: 1000px;
}

    .details-content.sub-content {
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }
/*.details-tab.sub-tab.active .details-content.sub-content {display: block;}*/




.map {
    float: left;
    border-radius: 50%;
    text-align: center;
    margin-top: -15px;
}

    .map a {
        display: block;
        vertical-align: middle;
        line-height: 50px;
        width: 40px;
        height: 40px;
    }

        .map a img {
            vertical-align: middle;
            width: 100%;
        }

.details-tab.sub-tab p span img {
    max-width: 22px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.details-content p {
    margin-left: 50px;
    min-height: 23px;
}

    .details-content p strong {
        color: #003473;
        font-weight: normal;
        margin-left: 5px;
    }

.icon {
    padding-left: 24px;
}

    .icon.phone {
        background: url(../images/phone.svg) no-repeat left 3px;
    }

    .icon.web {
        background: url(../images/web.svg) no-repeat left 2px;
    }

    .icon.mailto {
        background: url(../images/mail.svg) no-repeat left 3px;
    }

    .icon.location {
        background: url(../images/location-active.svg) no-repeat left 0px;
        padding-bottom: 2px;
        padding-top: 3px;
    }

    .icon.fax {
        background: url(../images/fax.svg) no-repeat left 3px;
    }

.details-top .icon.phone {
    background: url(../images/phone-white.svg) no-repeat left 3px;
}

.details-top .icon.web {
    background: url(../images/web-white.svg) no-repeat left 3px;
}

.details-top .icon.mailto {
    background: url(../images/mail-white.svg) no-repeat left 3px;
}

.details-top .icon.fax {
    background: url(../images/fax-white.svg) no-repeat left 3px;
}

.details-top .inline {
    margin-bottom: 5px;
}

.icon {
    background-size: 18px auto !important;
}

.details-top .icon {
    background-size: 14px auto !important;
}

.details-content p span a {
    color: #333;
}

.details-top p span {
    margin: 0 10px;
}

.advance-search {
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
    margin: 0 0 15px 0;
    float: right;
    display: inline-block;
}

    .advance-search:hover {
        cursor: pointer;
    }

    .advance-search.active {
        padding-right: 35px;
    }

    .advance-search::before {
        background: url(../images/advancedsearch.svg) no-repeat;
        content: "";
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
        background-size: 28px;
    }

    .advance-search.active::after {
        background: url(../images/close-white.svg) no-repeat;
        content: "";
        height: 26px;
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        background-size: 20px auto;
    }

.advance-search-container {
    display: none;
    float: left;
    margin-top: 0px;
    width: 100%;
}

.advance-search-row {
    display: table;
    width: 100%;
}

    .advance-search-row > p {
        display: table-cell;
        padding: 5px;
        vertical-align: top;
    }

.advance-search-container p .form-control {
    border: medium none;
    box-shadow: none !important;
    height: 48px !important;
    margin: 0;
}

.browse-by {
    margin-left: -15px;
    margin-right: -15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: rgba(0,41,105,0.90);
}

.sticky-wrapper.is-sticky .browse-by {
    margin: 0 auto;
    max-width: 1200px;
}

.browse-by .nav.nav-tabs {
    display: table;
    width: 100%;
    border-top: 1px solid #35619e;
    border-bottom: 0px solid #35619e;
    border-collapse: collapse;
}

.browse-by .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
    border-left: 1px solid #35619e;
    border-right: 1px solid #35619e;
    width: 33.33%;
}

.browse-by.register-tab .nav-tabs > li {
    width: 33.33%;
}

.browse-by .nav-tabs li:first-child, .browse-by .nav-tabs li:last-child {
    border: none;
}

.browse-by .nav-tabs > li a {
    margin: 0;
    border-radius: 0;
    outline: none;
    border-bottom: 5px;
    border: none !important;
    border-bottom: 5px solid transparent !important;
    background: none !important;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .browse-by .nav-tabs > li a br {
        display: none;
    }

.browse-by .nav-tabs > li.active > a, .browse-by .nav-tabs > li.active > a:hover, .browse-by .nav-tabs > li.active > a:focus, .browse-by .browse-by .nav-tabs > li > a:hover { /*border-bottom:5px solid #17a4ff!important; */
    color: #fff;
}

.browse-by .nav-tabs > li.active {
    border-bottom: 5px solid #17a4ff !important;
}

.sticky-wrapper {
    float: left;
    width: 100%;
}

.sticky {
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    left: 0;
    top: 0;
}

.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.tab-content {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.details-content p span, .details-content p span:nth-child(2) {
    display: block;
    margin: 0;
}

.details-tab.sub-tab.clickable:hover {
    cursor: pointer;
    box-shadow: 0 0 5px inset #17a4ff;
    border: 1px solid #17a4ff;
}

.details-tab.sub-tab.minister:hover {
    border: 2px solid #17a4ff;
}

.subpage .content {
    background-size: 100% 331px;
}

.results .content {
    background-size: 100% 291px;
}

.subpage .content.active {
    background-size: 100% 457px;
}

.subpage.results .content.active {
    background-size: 100% 423px;
}

.eservices .content {
    background-size: 100% 120px;
}

.eservices.faq-page .content {
    background-size: 100% 200px;
}

.subpage.dashboard .content {
    background-size: 100% 286px;
}

.eservices .details-tab.sub-tab {
    min-height: 60px !important;
}

.eservices .sub-details {
    margin-left: 0;
}

    .eservices .sub-details img {
        float: left;
        margin-right: 20px;
        margin-left: -5px;
    }

.eservices .details-tab.sub-tab {
    padding: 10px 15px;
}

    .eservices .details-tab.sub-tab h4 {
        font-weight: normal;
        font-size: 18px;
        padding-top: 12px;
    }

.eservices .content {
    background-size: 100% 120px;
}

.eservices.my-feedback .content {
    background-size: 100% 169px;
}

.my-feedback .browse-by .nav-tabs > li {
    width: 50%;
    border: 1px solid #35619e;
}

.department .content {
    background-size: 100% 120px;
}

.communication .content {
    background-size: 100% 180px;
}

.register .content {
    background-size: 100% 169px;
}

.communication .details-top {
    min-height: 180px;
    padding-top: 30px;
}

.details-top {
    text-align: center;
    color: #fff;
    min-height: 320px;
}

    .details-top h4 {
        font-size: 20px;
    }

        .details-top h4 span {
            font-size: 14px;
            display: block;
            margin-top: 10px;
            color: #ddd;
        }

        .details-top h4 strong {
            font-weight: normal;
            color: #ddd;
        }

    .details-top h5 {
        font-size: 16px;
    }

.details-top-photo {
    margin: 20px auto 10px auto;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.details-top p span img {
    max-width: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.details-top p span a {
    color: #ddd;
}

.details-top-photo img {
    width: 100%;
    height: auto;
}
/*.go-back {
	padding-left: 30px;
	color: #003473;
	margin: 20px 0;
	background: url(../images/back-icon.svg) no-repeat left 4px;
	padding-top: 3px;
	min-height: 24px;
}
.go-back:hover {
	cursor: pointer;
}*/
.form-main-heading {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

    .form-main-heading .heading.space {
        float: none;
        margin: 5px 0 0 0 !important;
    }

.panel-group {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.panel-default > .panel-heading {
    background: none;
    padding: 0;
}

.panel-group .panel {
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 15px;
    color: #000099;
    font-size: 18px;
    position: relative;
}

.eservices-tab .panel-default > .panel-heading a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-default > .panel-heading a::after {
    background: url(../images/close.svg) no-repeat right center;
    content: "";
    position: absolute;
    right: 15px;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    background-size: 25px !important;
}

.panel-default > .panel-heading.no-icon a::after {
    display: none;
}

.panel-default > .panel-heading a.collapsed::after {
    background: url(../../images/plus.svg) no-repeat right center;
}
/*.panel-default > .panel-heading a::after {
    content: "less";
    position: absolute;
    right: 15px;
    width: 40px;
    height: 28px;
    top: 50%;
    margin-top: -13px;
    font-size: 11px;
    border: 2px solid;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.panel-default > .panel-heading a.collapsed::after {
	content: "more";
	border:1px solid;
}*/
#FRCS_profile .panel-body, #FNPF_Profile .panel-body {
    padding: 15px 0 0 0;
}

.panel-body {
    padding: 0;
}

.panel-body .terms-block:last-child {
	margin-bottom: 40px;
}

.panel-body .terms-block p {
	display: block;
	text-align: left!important;
	margin-bottom: 15px;
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus {
    text-decoration: none;
    outline: none;
}

.details-tab.sub-tab.with-photo h4, .details-tab.sub-tab.without-photo h4 {
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 1.5em;
}

.details-tab.sub-tab.without-photo .sub-details {
    margin-left: 90px !important;
}

.no-margin-left .details-tab.sub-tab.without-photo .sub-details {
    margin-left: 0px !important;
}

#govagencies_institutions .sub-tab {
    float: left;
    width: 100%;
    padding: 15px 5px;
}


.details-tab.sub-tab.with-photo p, .details-tab.sub-tab.without-photo p {
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.inline-content, .block-content {
    padding: 0 10px;
}

    .inline-content p, .block-content p {
        margin: 0 0 10px 0; /*padding-bottom: 10px;
	border-bottom: 1px solid #eee;*/
    }

.description {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #000;
}

.details-content .sub-details p, .details-tab.sub-tab.without-photo p {
    margin-left: 0;
    display: inline-block;
    margin-right: 25px;
    padding-left: 25px;
}

.inline-tabs .details-tab.sub-tab {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .inline-tabs .details-tab.sub-tab:last-child {
        border-bottom: 0px solid #ddd;
    }

.inline-content p a, .block-content p a {
    text-decoration: none;
    color: #666;
}

    .inline-content p a:hover, .block-content p a:hover {
        text-decoration: none;
        color: #000099;
    }

.details-top .inline p {
    display: inline-block;
    margin: 0 5px;
}

    .details-top .inline p a {
        color: #ddd;
    }

.department-details {
    margin: 54px 0;
    text-align: center;
    color: #fff;
}

    .department-details h4 {
        font-size: 22px;
        line-height: 1em;
    }

    .department-details h5 {
        font-size: 16px;
    }

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #17a4ff url(../images/back-icon-top.svg) no-repeat center center;
    border-radius: 50%;
    z-index: 99999;
}

    .back-to-top:hover {
        cursor: pointer;
    }

.login-overlay, .login-box {
    display: none;
}

.login-overlay {
    position: fixed;
    background: rgba(0,0,0,0.70);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.login-box {
    position: fixed;
    width: 500px;
    height: 400px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -200px;
    background: #fff;
    z-index: 999999;
    border-radius: 10px;
    border-top: 5px solid #003473;
    border-left: 5px solid #003473;
    border-right: 5px solid #17a4ff;
    border-bottom: 5px solid #17a4ff;
}

.login-header {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.login-header-left {
    float: left;
    color: #003473;
    font-size: 26px;
    padding-left: 40px;
    background: url(../images/login.svg) no-repeat left 6px;
    background-size: 30px auto;
}

.login-header-right {
    float: right;
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 30px;
    display: none;
}

    .login-header-right a {
        color: #047150;
        font-weight: bold;
        text-decoration: underline;
        font-size: 15px;
        margin-left: 10px;
    }

.login-body {
    float: left;
    width: 100%;
    padding: 10px 30px;
}

.login-by-email .control-label {
    display: block;
    font-weight: normal;
    width: 100%;
}

    .login-by-email .control-label a {
        float: right;
        color: #333;
        font-weight: normal;
    }

.login-by-email .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    height: 48px;
    border-radius: 3px;
}

.login-body .btn {
    color: #fff;
    background: #003473;
    padding: 10px 15px;
    width: 100%;
    font-weight: normal;
    display: block;
    height: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.register-user {
    padding: 0 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    text-align: center;
}

    .register-user h4 a {
        color: #003473;
        display: inline-block;
        margin-left: 5px;
    }

.close-login {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/close-1.svg) no-repeat center center;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    border-radius: 50%;
    color: #c00000;
    background-size: 20px auto;
}

    .close-login .fa {
        vertical-align: middle;
        margin-top: -5px;
    }

    .close-login:hover {
        cursor: pointer;
    }

.form-body {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    position: relative;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-body .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    height: 40px;
}

.form-group.form-group-inline .form-control {
    margin-bottom: 15px;
}

.form-body .form-control.calendar {
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
}

.form-body .control-label, .form-body label {
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    padding-top: 10px;
}

.form-body .special-or {
	position: absolute;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #17a4ff;
	top: 195px;
	padding-left: 95px;
    
}

.form-group.form-group-inline .control-label {
    padding: 0;
}

.form-body .help-block {
    font-style: italic;
}

.separator {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #35619e;
    background: #fff;
}

    .separator::after {
        content: "";
        width: 100px;
        height: 5px;
        background: #17a4ff;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: -3px;
        border-radius: 10px;
    }

.btn-inline-center {
    float: left;
    width: 100%;
    margin: 0
}

    .btn-inline-center .btn {
        height: 50px;
        background: #666;
        color: #fff;
        font-weight: bold;
        margin: 5px;
        min-width: 100px;
        border-radius: 5px !important;
        text-transform: uppercase;
    }

.form-horizontal .disabled-fields .form-group .form-control {
    border: none;
    background-color: none;
    padding: 0;
    font-weight: bold;
    color: #003473;
    font-size: 17px;
    pointer-events: none;
}

.form-horizontal .disabled-fields .radio-inline {
    border: none;
    background-color: none;
    font-weight: bold;
    color: #003473;
    font-size: 17px;
    pointer-events: none;
}

.form-horizontal .disabled-bg .form-group .form-control {
    background-color: #efefef;
    font-size: 15px;
    font-weight: bold;
    pointer-events: none;
}

.btn-inline-center .btn.btn-action {
    background: #17a4ff;
}

.btn-inline-center .btn:hover {
    background: #003473;
}

.breadcrumb {
    background: none;
    padding: 0;
}

    .breadcrumb > li a {
        color: #666;
    }

    .breadcrumb > .active a {
        font-weight: 600;
        color: #003473;
        pointer-events: none;
    }

.form-control-static {
    color: #333;
    font-size: 18px;
}

.btn-due, .btn-paid {
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}

.btn-due {
    background: #dc4343;
}

.btn-paid {
    background: #64b03e
}

.logo-tab {
    width: 150px;
    height: auto;
    z-index: 99;
    margin: 0 auto;
}

#FNPF_Profile .logo-tab {
    width: 120px;
}

#FRCS_profile .heading {
    margin-top: 50px;
}

#FNPF_Profile .heading {
    margin-top: 50px;
}

.details-top .map {
    float: none;
    display: inline-block;
}

    .details-top .map a {
        display: inline-block;
        float: left;
        margin: 0 10px 0 10px;
        width: auto;
    }

        .details-top .map a img {
            vertical-align: top;
            max-width: 14px;
        }

.logo-tab img {
    max-width: 100%;
    height: auto;
}

.social {
    float: right;
    padding: 15px;
}

    .social h5 {
        margin: 8px 10px 0 0;
        font-weight: normal;
        color: #666;
        display: inline-block;
        font-size: 16px;
    }

    .social a {
        outline: none;
        display: inline-block;
        vertical-align: top;
    }

        .social a img {
            max-height: 34px;
        }

        .social a img {
            max-height: 34px;
            background: #fff;
            border-radius: 50%;
        }
/*.social a:nth-child(2) img {
  border: 3px solid #39559f;
}

.social a:nth-child(3) img {
  border: 3px solid #00c1ff;
}
.social a:nth-child(4) img {
  border: 3px solid #ed1c24;
}*/


.panel-body .form-group .radio-inline input {
    margin-top: 4px !important;
    margin-left: -20px !important;
}

.copyright, .terms-of-use {
    padding: 15px;
    text-align: center;
    color: #003473;
    float: left;
    padding-top: 25px;
}

.footer .in-between {
	padding: 29px 10px 0px;
	color: #003473;
	float: left;
	font-size: 1rem;
}

.terms-of-use p, .terms-of-use a {
    color: #003473;
}

.children-info-selection .nav.nav-tabs {
    display: table;
    width: 100%;
    border: none;
}

    .children-info-selection .nav.nav-tabs li {
        margin: 0;
        border: none;
        float: none;
        display: table-cell;
    }

.children-info-selection.double-column .nav.nav-tabs li {
    float: left;
    width: 25%;
}

.children-info-selection .nav.nav-tabs li a {
    border: 2px solid #ddd;
    margin: 5px;
    text-align: center;
    border-radius: 8px;
    color: #333;
}

.children-info-selection .nav.nav-tabs li.active a {
    border-color: #000099;
    color: #000099;
}

.inc-decr {
    clear: both;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
}

    .inc-decr div {
        display: inline-block;
        margin-right: 20px;
    }

        .inc-decr div label {
            font-weight: normal;
        }

    .inc-decr #quantity {
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        height: 48px;
        line-height: 34px;
        padding: 0 10px;
        max-width: 190px;
        color: #666;
        font-size: 36px;
    }

    .inc-decr span {
        display: inline-block;
        vertical-align: middle;
    }

.minus {
    background: #000099;
    height: 48px;
    position: relative;
    margin-right: -7px;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    width: 36px;
    text-align: center;
}

.plus {
    background: #000099;
    height: 48px;
    position: relative;
    margin-left: -7px;
    border-radius: 0 5px 5px 0;
    line-height: 44px;
    width: 36px;
    text-align: center;
}

    .minus img, .plus img {
        max-width: 16px;
    }

.inc-decr span:hover {
    cursor: pointer;
}

.radio label {
    width: 50% !important;
    float: left;
}

.attach-file {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

label.myLabel {
    border: 2px dotted #e1e1e1;
    border-radius: 6px;
    padding-top: 0 !important;
}

    label.myLabel input[type="file"] {
        display: none;
    }

.myLabel > span {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin: 1px;
    padding: 7px 30px;
    width: auto;
}

    .myLabel > span strong {
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-top: 10px;
    }

    .myLabel > span:hover {
        cursor: pointer;
    }

.apply a {
    font-size: 16px;
    display: inline-block;
    color: #003473;
    text-decoration: none !important;
}

    .apply a:hover {
        color: #17a4ff;
    }

.panel-body .btn-inline-center {
    margin: 0 0 10px 0;
}

.nav.nav-tabs.limit-tabs li {
    width: 50%;
}

.children-info-selection .nav.nav-tabs li a:hover {
    cursor: pointer;
}

input.form-control.calendar {
    background: #fff url(../images/appointment-icon.png) no-repeat right 5px center;
    padding-right: 40px !important;
}

.dow:first-child, .dow:last-child, .day:first-child, .day:last-child {
    background: #fff;
    color: #999 !important;
    pointer-events: none;
}

.dow:first-child, .dow:last-child {
    border: 1px solid #496c00;
}

input#pin-input[type="number"]::-webkit-outer-spin-button, input#pin-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#pin-input[type="number"] {
    -moz-appearance: textfield;
}

.dashboard-user {
    text-align: center;
    padding: 30px 0;
}

.dashboard-user-img {
    display: inline-block;
}

    .dashboard-user-img img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

.dashboard-user h3 {
    color: #ccc;
    font-size: 13px;
}

    .dashboard-user h3 span {
        display: block;
        color: #fff;
        font-size: 24px;
        margin-bottom: 5px;
    }

.dash-tab .nav-tabs {
    display: table;
    width: 100%;
    margin: 36px 0 20px 0;
}

    .dash-tab .nav-tabs li {
        display: table-cell;
        float: none;
        width: 33.3334%;
        margin: 0;
    }

.nav.nav-tabs.messages-ul {
    border-bottom-color: #e74c3c;
}

.nav.nav-tabs.transaction_history-ul {
    border-bottom-color: #0091cd;
}

.nav.nav-tabs.payments-ul {
    border-bottom-color: #669900;
}

.dash-tab .nav-tabs li a {
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    outline: none;
    font-size: 20px;
    color: #fff !important;
    padding: 15px;
    padding-top: 80px;
    text-align: center;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
}

    .dash-tab .nav-tabs li a span {
        display: block;
        color: #fff;
        text-align: center;
        margin: 10px 0;
        font-size: 30px;
        font-weight: bold;
    }

    .dash-tab .nav-tabs li a.messages {
        background: #0091cd url(../images/icon-messages.svg) no-repeat center 15px;
        background-size: 60px;
    }

    .dash-tab .nav-tabs li a.transaction_history {
        background: #e74c3c url(../images/icon-transaction.svg) no-repeat center 15px;
        background-size: 60px;
    }

    .dash-tab .nav-tabs li a.payments {
        background: #669900 url(../images/icon-payments.svg) no-repeat center 15px;
        background-size: 60px;
    }

.dash-tab .tab-content {
    margin-top: 0;
    margin-bottom: 20px;
}

.dash-tab .nav-tabs li.active a::after {
    content: "";
    border-top: 14px solid #000;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
}

.dash-tab .nav-tabs li.active a.messages::after {
    border-top: 14px solid #0091cd;
}

.dash-tab .nav-tabs li.active a.transaction_history::after {
    border-top: 14px solid #e74c3c;
}

.dash-tab .nav-tabs li.active a.payments::after {
    border-top: 14px solid #669900;
}

.dash-tab .tab-pane {
    position: relative;
}

    .dash-tab .tab-pane .tab-pane-bottom {
        position: absolute;
        bottom: 0;
        padding: 10px 15px;
        border-top: 1px solid #ddd;
        left: 0;
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

.tab-pane-bottom a {
    display: inline-block;
    padding: 5px 35px;
    text-decoration: none !important;
    outline: none;
}

    .tab-pane-bottom a.btn-archived {
        background: url(../images/archive-cion.svg) no-repeat left center;
        background-size: 30px;
    }

    .tab-pane-bottom a.btn-delete {
        background: url(../images/delete-icon.svg) no-repeat left center;
        background-size: 26px;
    }

    .tab-pane-bottom a.btn-calendar {
        background: url(../images/calender-icon.svg) no-repeat left center;
        background-size: 30px;
    }

.dash-content {
    position: relative;
    padding: 15px;
    padding-bottom: 60px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
}

.new-details {
    width: 10px;
    height: 10px;
    background: #ff9933;
    border-radius: 50%;
    top: 50%;
    margin: -5px 0 0 5px !important;
    display: inline-block !important;
    position: absolute;
    left: 5px;
}

.status-approved .new-details {
    background: #49a126;
}

.dash-details p.referance, .dash-details p.message-from {
    position: relative;
    font-size: 18px;
    color: #003473;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 0;
    display: block;
}

.message-from .new-details {
    background: #0091cd;
    right: 0;
    left: auto;
}

.dash-details p {
    margin: 0px 0;
    font-size: 14px;
    color: #666;
}

    .dash-details p.submission span, .dash-details p.paid span, .dash-details p.due span {
        display: inline-block;
        width: 100px;
    }

.dash-tab .tab-pane h4 {
    color: #003473;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dash-details p.remarks {
    font-size: 13px;
    color: #888;
    line-height: 18px;
}

.details-content p {
    margin: 5px 0;
    display: inline-block;
    margin-right: 30px;
}

.tab-pane-bottom strong {
    font-weight: bold !important;
}

.dash-details p span.new {
    display: inline-block !important;
    background: #4580c1;
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.paid-status {
    background: url(../images/icon-paid.svg) no-repeat left center;
    padding-left: 30px !important;
    background-size: 24px;
    color: #669900;
    font-weight: bold;
    min-height: 24px !important;
    line-height: 24px;
}

.due-status {
    background: url(../images/icon-due-white.svg) #ca0606 no-repeat 10px center;
    padding-left: 40px !important;
    background-size: 24px;
    color: #fff;
    font-weight: bold;
    min-height: 24px !important;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 10px;
    border-radius: 0 0 5px 0;
}

a .due-status:hover {
    background: url(../images/icon-due-white.svg) #333 no-repeat 10px center;
    background-size: 24px;
}

.status {
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    right: 0;
    padding: 10px 15px;
    padding-left: 25px;
    background: #4c4c4c;
    text-transform: uppercase;
    min-width: 115px;
    border-radius: 0 5px 0 0;
}

    .status.status-pending {
        color: #f7941d;
    }

    .status.status-approved {
        color: #49a126;
    }

    .status.status-amount {
        background: none;
        min-width: auto;
        font-weight: bold;
        color: #333;
        font-size: 16px;
    }

.tab-pane-bottom a.pay-now {
    padding: 0;
    font-weight: bold;
    color: #d21034;
    font-size: 15px;
}

.dash-tab .advance-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background: #333333;
    padding-left: 40px;
    border-radius: 4px;
}

.dash-tab .advance-search-container {
    background: #333333;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px 0 5px 5px;
    margin-top: 0px;
}

.dash-tab .advance-search.active {
    padding-right: 42px;
    border-radius: 4px 4px 0 0;
}

.dash-tab .advance-search::before {
    left: 10px;
    top: 10px;
    background-size: 25px;
}

.dash-tab .btn-inline-center {
    margin: 0;
}

.dash-tab .advance-search.active::after {
    right: 0px;
    top: 13px;
    background-size: 16px !important;
}

.write-to-us {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.faq > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}

.faq > ul > .faq-section {
	font-size: 22px;
	text-align: center;
	padding: 15px 0 10px;
	color: #333;
}
 
 .faq > ul > .faq-section.is-hidden {
    display: none;
 }

    .faq > ul > li h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0 15px;
    }

    .faq > ul > li.is-active h2 {
        border-bottom: 1px solid #ddd;
    }

    .faq > ul > li a {
        text-decoration: none !important;
        color: #000099;
        padding: 20px 40px;
        background: url(../images/plus.svg) no-repeat right 17px;
        display: block;
        background-size: 25px !important;
        position: relative;
    }

    .faq > ul > li h2:hover a, .faq > ul > li h2:focus a, .faq > ul > li.is-active h2 a, .faq > ul > li:target h2 a {
        color: #17a4ff;
    }

.faq input:focus {
    box-shadow: 0px 4px 8px rgba( 52, 67, 75, .4 );
}

.details-content .faq p {
    margin-left: 0;
}

.faq .highlight {
    background-color: #ffa800;
    display: inline-block !important;
    color: #fff;
}

.faq > ul > li.is-hidden {
    display: none;
}

.faq > ul > li {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.faq > ul {
    counter-reset: item;
}

    .faq > ul > li a::before {
        content: counter(item, decimal);
        counter-increment: item;
        display: block;
        float: left;
        background: #fff;
        border-right: 1px solid #17a4ff;
        width: 26px;
        height: 100%;
        border-radius: 0;
        position: absolute;
        top: 0;
        color: #17a4ff;
        font-weight: 600;
        left: 0px;
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .faq > ul > li.is-active {
        padding-bottom: 10px;
    }

        .faq > ul > li.is-active a {
            background: url(../images/close.svg) no-repeat right 17px;
            background-size: 25px !important;
        }

    .faq > ul > li.is-active {
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(23,164,255,0.50);
    }

    .faq > ul > li > div {
        display: none;
    }

        .faq > ul > li > div p {
            margin: 0;
        }

    .faq > ul > li.is-active > div {
        display: block;
        margin-top: 10px;
        line-height: 1.8em;
        padding: 0 15px;
    }

.faq__notfound {
    font-size: 20px;
    font-style: italic;
    display: none;
}

    .faq__notfound.is-visible {
        display: block;
        color: #d21034;
    }

.selected-file span {
    display: inline-block;
    padding: 5px 30px 5px 10px;
    background: #dddfca;
    margin: 3px 3px 3px 0;
    color: #000;
    position: relative;
}

    .selected-file span .close {
        display: inline-block;
        font-style: normal;
        position: absolute;
        right: 5px;
        opacity: 1;
    }

.input-group .form-control {
    border-radius: 2px !important;
}

.input-group-btn .btn {
    height: 40px;
    border-radius: 5px !important;
    margin: 0 0 0 5px !important;
    text-transform: uppercase;
    color: #fff;
    background: #666;
    font-weight: bold;
    font-size: 12px;
}

    .input-group-btn .btn.btn-action {
        background: #c00000;
    }

.cancel-btn {
    text-align: right;
}

.cancel {
    padding: 10px 0;
    font-weight: 600;
    color: #000099 !important;
    font-size: 17px;
    background: url(../images/close-feedback.svg) no-repeat right 12px;
    background-size: 18px;
    padding-right: 24px;
    text-decoration: none !important;
    display: inline-block;
}

.details-content.eservices-tab .inline-tabs {
    padding: 0 15px;
    padding-left: 50px;
}

    .details-content.eservices-tab .inline-tabs .sub-tab p.apply {
        width: 33%;
        display: inline-block;
        padding: 10px 0;
        margin-right: 0;
    }

.panel-body {
    border-bottom: 2px solid rgba(23,164,255,0.50);
    border-radius: 0 0 5px 5px;
}

.footer-links {
    text-align: center;
}

    .footer-links a {
        width: 210px;
        border: 1px solid #17a4ff;
        color: #003473 !important;
        font-size: 20px;
        padding: 10px 10px 10px 70px;
        border-radius: 5px;
        background: url(../images/faq-icon.svg) no-repeat 10px center;
        display: inline-block;
        line-height: 100%;
        text-decoration: none !important;
        outline: none !important;
        height: 62px;
        vertical-align: top;
    }

		.footer-links a.footer-digitalFIJI {
			background: url(../images/digitalFIJI_rgb.png) no-repeat center;
		}
		
		@media screen and (max-width: 767px) {
			
			.footer-links a.footer-digitalFIJI {
				background: url(../images/digitalFIJI_white.png) no-repeat center;
			}
			
		}
	
        .footer-links a.footer-contact {
            padding-top: 20px;
            padding-left: 54px;
            background: url(../images/contactus-icon.svg) no-repeat 10px center;
            background-size: 36px;
        }

        .footer-links a:hover {
            border-color: #003473;
            text-decoration: none;
            color: #17a4ff !important
        }

        .footer-links a span {
            display: block;
            color: #666;
            font-size: 14px;
        }

.logout-btn {
    display: inline-block;
    color: #ddd !important;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 2px 15px 4px 15px;
    border-radius: 4px;
    text-decoration: none !important;
}

.changeUserInfo a {
    color: #17a4ff;
    margin: 5px 30px;
    padding: 5px;
    display: inline-block;
}

    .changeUserInfo a:last-child {
        margin-left: 0 !important;
    }

.contact-details p strong {
    display: inline-block;
    color: #17a4ff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 100%;
    margin: 30px 0 0 0;
}

.contact-details p a {
    color: #003473;
    text-decoration: none !important;
}

    .contact-details p a:hover {
        color: #17a4ff;
    }

.contact-map {
    padding: 15px 0;
}

    .contact-map iframe {
        border: none;
    }

.panel-group.contact-details {
    margin-top: 20px;
}
/*Sarath*/
#govagencies_institutions .inline-tabs .sub-tab p {
    float: left;
    width: 50%;
    margin-right: 0;
}

.map {
    display: none;
}

.panel-body .form-group {
    float: left;
    width: 100%;
}

.birth-registration .panel-body .form-group label {
    font-weight: normal;
    margin: 5px 0 10px 0;
}

.form-control {
    box-shadow: none;
}

.eservices .panel-body .form-group label {
    font-weight: normal;
    font-size: 16px;
    color: #666;
}

.form-group.mandatory-field.lable-padding .control-label {
    padding-top: 15px;
}

.eservices .panel-body .tab-content .form-group label {
    padding-top: 6px;
}

.birth-registration .panel-body .form-group input {
}

.form-group .form-control {
    height: 40px;
    border-radius: 2px;
    box-shadow: none;
}

.form-group textarea.form-control {
    height: 80px;
}

.multiple-input input {
    margin: 0px 0 10px 0
}

.mandatory-field label::after {
    content: "*";
    margin-left: 5px;
    font-size: 16px;
}

.panel {
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

.mandatory-field label::after {
    color: #da2f19;
}

.eservices .inline-tabs .sub-tab h5 {
    font-weight: bold;
}

.eservices .inline-tabs .sub-tab .col-sm-12 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.eservices .panel-body .inline-tabs .sub-tab .form-group .radiogroup label {
    margin-right: 10px !important;
}

.details-content .form-body .separator {
    padding-top: 30px !important;
}

.pin-input {
    border-radius: 4px;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 10px;
    text-align: center;
    padding: 0 8px;
}

.start {
    background: green;
    color: white;
    padding: 4px 12px 6px 12px;
    font: normal 24px "Segoe UI";
    border-radius: 5px;
    border: none;
}

    .start:hover {
        background: #17a4ff;
        color: white;
    }

.optional {
    font-size: 13px;
    color: #777;
}

.panel-heading img {
    margin-right: 10px;
}
/*Results*/
.results .details-content {
    margin-top: 100px;
}

.results .inline-content, .block-content {
    padding: 0px 15px !important;
}

.results .inline-content, .block-content {
    padding: 0px 15px !important;
}

.inline-content p a {
    color: #003473;
    font-weight: 600;
}

.sub-details a {
    color: #003473;
    font-weight: 600;
    text-decoration: none !important;
}

    .inline-content p a:hover, .sub-details a:hover {
        color: #17a4ff;
    }

.results .inline-content p span a:hover {
    color: #337ab7;
}

.results .details-tab.sub-tab {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.orgresults p {
    padding-bottom: 15px;
}

    .orgresults p a {
        color: #333;
    }

p span.results-description {
    font-style: italic;
    font-size: 11px;
    color: #888;
}

p span.results-ministry a {
    font-size: 13px !important;
    color: #666;
}



/*Sarath*/
@media screen and (min-width:1280px) {
    .container {
        width: 1200px;
    }

    .wrapper, .sticky-wrapper.is-sticky .browse-by {
        max-width: 1200px;
    }
}

@media screen and (max-width:1279px) {
    .wrapper, .sticky-wrapper.is-sticky .browse-by {
        max-width: 1170px;
    }
}

@media screen and (max-width:1199px) {
    .wrapper, .sticky-wrapper.is-sticky .browse-by {
        max-width: 970px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 35px 0px;
        padding-top: 70px;
        min-width: 108px;
        font-size: 12px;
        font-weight: 600;
    }
	

	.form-body .special-or {
		top: 208px;
		padding-left: 85px;
	}
	
}

@media screen and (max-width:991px) {
    .form-body .control-label, .form-body label {
        text-align: left;
    }
	
	.form-body .special-or {
		top: 285px;
		padding-left: 45px;
	}

    .navbar-brand img {
        vertical-align: middle;
        height: auto;
        margin: 0;
        max-height: 90px;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        background-size: auto 30px !important;
        padding-top: 60px;
        letter-spacing: 1px;
        min-width: 110px;
        font-weight: 600;
        font-size: 12px;
    }

    .navbar-default .navbar-nav > li:last-child a {
        border-right: 1px solid #ddd;
    }

    .eservices-gird a {
        height: 150px;
        width: 190px;
        padding: 40px 0;
        font-size: 24px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 25px;
        padding: 15px 0;
        width: 90px;
        overflow: hidden;
    }

    .wrapper, .sticky-wrapper.is-sticky .browse-by {
        max-width: 750px;
    }

    .browse-by .nav-tabs > li a {
        font-size: 15px;
        line-height: 18px;
    }

    .dash-tab .nav-tabs li a {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .navbar-brand img.hidden-mob {
        display: none;
    }

    .navbar-brand img {
        max-height: 94px;
    }

    .navbar-header {
        position: absolute;
        z-index: 99999;
        left: 50%;
        margin-left: -47px !important;
        background: none;
        border-radius: 50%;
        margin-top: 30px;
        width: 90px;
    }

    .notifications-box {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .notification {
        display: block;
        margin: 0 0 5px 0;
        float: left;
        width: 100%;
        background: #fff;
    }

    .navbar-collapse {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0 !important;
        border: none !important;
        box-shadow: none;
        z-index: 999999;
        background: #fff;
        padding: 0;
    }

    .navbar.navbar-default {
        height: 0;
        min-height: 0;
    }

    .navbar-right {
        float: left;
        width: 100%;
        margin: 0;
    }

        .navbar-right li {
            width: 20%;
            vertical-align: top
        }

    .navbar-default .navbar-nav > li > a {
        min-width: 100%;
        font-size: 10px;
        font-weight: normal;
        color: #333 !important;
        background-position: center 7px !important;
        padding-top: 33px;
        padding-bottom: 5px;
        border-top: 5px solid #dedede;
        background-size: 26px !important;
        letter-spacing: 0;
    }

    .wrapper {
        padding-bottom: 60px;
        background: none;
    }

    .content {
        background: none;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
    }

    body::before {
        background-image: url(../images/bannerbg.jpg) !important;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-repeat: repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-bg-content h1 {
        color: #fff;
        text-align: center;
        margin: 50px 0 20px 0;
        font-size: 22px;
    }

    .eservices-gird a {
        height: auto;
        width: 100%;
        clear: both;
        padding: 10px 0;
        margin: 5px 0;
        max-width: 300px;
        font-size: 20px;
    }

        .eservices-gird a span {
            display: inline-block;
            margin-left: 5px;
        }

    .gird-view {
        display: block;
    }

    .home-bg-content h1 {
        margin: 170px 0 15px 0;
    }

    .heading a {
        font-size: 20px;
        padding: 15px 30px;
    }

    .heading {
        margin: 20px 0 20px 0;
    }

    .content {
        min-height: auto;
    }

    .features {
        display: none;
    }

    .notification h5 {
        letter-spacing: 3px;
    }

        .notification h5 strong {
            letter-spacing: 0;
        }

    .features p {
        font-size: 16px;
    }
	
	.panel-body .terms-block {
		margin-bottom: 40px;
	}
	
    .copyright {
        background: none;
		padding-bottom: 0px;
        color: #fff;
        width: 100%;
    }

	.terms-of-use {
		background: none;
        padding-top: 0;
		padding-bottom: 20px;
        width: 100%;
    }
	
	.terms-of-use p, .terms-of-use a {
		color: #fff;
	}
	
	.footer .in-between {
		display: none;
	}

	
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        padding: 0;
        margin: 0;
        width: 90px;
    }

    .serach-select {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .search-input-group {
        padding: 0;
    }

    .search-input-group-btn {
        padding-left: 0;
    }

    .search-container .btn-inline-center {
        margin: 0px;
    }

    .search-input-group .btn.btn-search {
        margin: 0 !important;
        border-radius: 0 5px 5px 0 !important;
    }

    .search-input-group .form-control {
        margin: 5px 0;
    }

    .subpage .navbar-header {
        display: none;
    }

    .eservices .navbar-header {
        display: none;
    }

    .advance-search-row > p {
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .home-bg-content h1 strong {
        display: block;
    }

    .home-bg-content h1 br {
        display: none;
    }

    .advance-search::before, .advance-search::after {
        background-position: center center;
    }

    .browse-by .nav-tabs > li a {
        font-size: 11px;
        font-weight: bold;
        padding: 10px 5px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ddd;
    }

    .browse-by .nav-tabs > li {
        width: auto;
    }

    .heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .eservices-gird {
        margin-top: 0;
    }

    .wrapper, .sticky-wrapper.is-sticky .browse-by {
        max-width: 100%;
    }

    .wrapper {
        overflow: hidden;
    }

    .stickey .heading {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .is-sticky .heading {
        margin-top: 10px;
    }

    .details-tab.sub-tab.minister {
        margin-bottom: 60px;
    }

    .details-top p span {
        display: inline-block;
        margin: 5px 0;
    }

    h6 {
        line-height: 20px;
    }

    .inline-tabs .details-tab.sub-tab {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin: 0;
    }

    .details-top .inline p {
        display: block;
        margin: 0;
    }

    .details-content .sub-details p, .details-tab.sub-tab.without-photo p {
        width: 100%;
    }
    /*.go-back {
	color: #fff;
	background-image: url(../images/back-icon-white.svg)
}*/
    .details-top {
        padding-bottom: 10px;
        border-bottom: 1px solid #35619e;
    }

    .inline-tabs .details-tab.sub-tab:last-child {
        border: none;
    }

    .inline-tabs .sub-details-img {
        width: 60px;
        height: 60px;
    }

    .inline-tabs .sub-details {
        margin-left: 70px !important;
    }

    .department-details {
        margin: 32px 0;
    }

    .back-to-top {
        position: fixed;
        bottom: 85px;
    }

    .details-content p {
        display: block;
        margin-right: 0;
    }

    .icon.mailto a, .icon.web a {
        max-width: 100%;
        display: inline-block;
        text-overflow: ellipsis;
        word-break: break-all;
    }  


    .banner .item {
        background-position: -280px center !important;
    }

        .banner .item:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.4);
        }

    .carousel-caption {
        top: 30%;
        font-size: 21px;
        padding: 10px;
        left: 0;
        right: auto;
        width: 100%;
    }

    .banner .carousel-control {
        z-index: 9999;
    }

    .login-box {
        position: fixed;
        overflow: auto;
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        width: 100%;
    }

    .login-body {
        padding: 15px;
    }

    .login-option {
        float: none;
        margin: 0 auto;
    }

    .login-header {
        padding: 10px 15px;
    }

    .login-header-right, .login-header-right a {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .login-by-email .form-control, .login-body .btn {
        height: 40px;
    }

    .login-header-left {
        float: none;
        width: 100%;
    }

    .login-header-right {
        float: none;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .close-login {
        top: 13px;
        right: 15px;
    }

    .browse-by .nav-tabs > li a br {
        display: inline-block;
    }

    .banner .carousel-control {
        background: none !important;
        width: 50% !important;
    }

    .carousel-indicators {
        bottom: 10%;
        z-index: 99999;
    }

    .social {
        width: 100%;
        text-align: center;
        padding: 0;
    }

        .social h5 {
            color: #fff;
            display: block;
            margin: 0 0 10px 0;
        }
    /*.eservices .social {
	display: none;
}*/
    .tab-content {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .breadcrumb > li a {
        color: #fff !important;
    }

    .breadcrumb {
        margin-top: -10px;
        margin-bottom: 10px;
        text-align: center;
    }

    #FRCS_profile, #FNPF_Profile {
        margin-top: 0px;
    }

        #FRCS_profile .form-body .control-label, .form-body label {
            text-align: left;
        }

    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
        float: left;
        width: 100%;
    }

    .panel-body {
        padding: 0;
        padding-top: 15px;
    }

    .form-control-static {
        padding-top: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .form-body .control-label, .form-body label {
        padding-top: 0;
        font-size: 13px;
        font-weight: normal;
    }

    #FRCS_profile .heading {
        margin-top: 40px;
    }

    #FNPF_Profile .heading {
        margin-top: 60px;
    }

    .form-body .control-label, .form-body label {
        padding-top: 0;
    }
	
	.form-body .special-or {
		position: relative;
		text-align: left;
		top: 0;
		padding-left: 30px;
		padding-bottom: 8px;
	}

    .details-tab.sub-tab {
        float: left;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .browse-by .nav-tabs > li a {
        white-space: nowrap;
        font-size: 75%;
    }

    .results .details-tab.sub-tab {
        min-height: 0px !important;
        padding-right: 10px;
        padding-left: 10px;
    }

    .description {
        background: white;
        border-radius: 5px;
        padding: 8px !important;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .browse-by .nav.nav-tabs {
        border-bottom: 1px solid #35619e;
    }
    /*Sarath - Results*/
    .results .inline-tabs .details-tab.sub-tab {
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    .results .heading {
        margin-top: 24px;
    }

    .results .inline-content, .block-content {
        padding: 0px 15px !important;
    }

    .eservices .inline-tabs .sub-tab .col-sm-12 {
        margin-top: 0;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .panel-body .form-group label {
        font-weight: normal;
        margin: 0;
    }

    .children-info-selection .tab-content {
        margin-top: 15px;
    }

    .children-info-selection .nav.nav-tabs li {
        vertical-align: top;
    }

        .children-info-selection .nav.nav-tabs li a {
            padding: 3px;
            font-size: 12px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            vertical-align: bottom;
            margin: 2px;
            min-width: 56px;
            border-width: 1px;
            border-radius: 4px;
            line-height: 1.3em;
        }

        .children-info-selection .nav.nav-tabs li.active a {
            background: #000099;
            color: #fff;
        }

    .sub-tab .col-sm-12 {
        padding: 0;
    }

    .children-info-selection .form-control {
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none !important;
        padding: 0;
    }

    .inc-decr {
        text-align: left;
    }

        .inc-decr div {
            display: block;
            text-align: left;
            margin-bottom: 5px;
        }

    .eservices .panel-body .form-group label {
        font-weight: normal;
        padding-top: 0px;
    }

    .title {
        font-size: 24px;
    }
    /*.title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}*/
    .optional {
        display: block;
        line-height: 100%;
    }
    /*.form-group [class*="col-"] {
    float: left;
    width: 100%;
}*/
    .tab-pane-bottom a {
        padding-right: 15px;
        padding-left: 24px;
    }

        .tab-pane-bottom a:last-child {
            padding-right: 0;
        }

        .tab-pane-bottom a.btn-archived {
            background: url(../images/archive-cion.svg) no-repeat left center;
            background-size: 20px;
        }

        .tab-pane-bottom a.btn-delete {
            background: url(../images/delete-icon.svg) no-repeat left center;
            background-size: 16px;
        }

        .tab-pane-bottom a.btn-calendar {
            background: url(../images/calender-icon.svg) no-repeat left center;
            background-size: 20px;
        }

    .dash-tab .nav-tabs {
        margin: 20px 0 5px 0;
        border: none;
    }

        .dash-tab .nav-tabs li a {
            font-size: 14px;
            padding: 60px 0 14px 0;
            font-weight: normal;
            background-size: 40px !important;
        }

    .dash-tab .tab-pane .tab-pane-bottom {
        background: #f5f5f5;
    }

    .status {
        display: inline-block;
    }

    .dashboard-user {
        text-align: center;
        padding: 30px 0 0px 0;
    }

        .dashboard-user h3 {
            color: #fff;
            font-size: 14px;
        }

            .dashboard-user h3 span {
                display: block;
                color: #fff;
                font-size: 20px;
                margin-bottom: 5px;
            }

    .dash-tab-pills {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dash-tab .tab-pane h4 {
        color: #fff;
        margin-top: 20px;
    }

    .search-input-group .btn.btn-search {
        min-width: 100%;
        background-position: center center !important;
        text-indent: 99999999px;
        width: 50px;
        overflow: hidden;
    }

    .btn-inline-center .btn {
        min-width: 100% !important;
        background-position: 40% center !important;
        margin: 0;
        margin-bottom: 3px;
    }

    .dash-tab .advance-search {
        top: -8px;
        background: none;
    }

        .dash-tab .advance-search::before {
            left: 8px;
            top: 8px;
        }

        .dash-tab .advance-search.active {
            border-radius: 5px;
            border: 1px solid white;
        }

    .dash-tab .advance-search-container {
        background: none;
        padding: 0;
        margin-top: 0;
    }

    .dash-content {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .write-to-us {
        padding: 0;
    }

        .write-to-us .btn-inline-center {
            padding: 0 10px;
        }

        .write-to-us .form-group .row .form-control {
            margin-bottom: 10px;
        }

    .faq > ul {
        margin-top: 10px;
    }

        .faq > ul > li > div p {
            padding-top: 10px;
        }

        .faq > ul > li a {
            color: #003473;
            padding: 15px 32px;
            line-height: 1.4em;
        }

        .faq > ul > li::before {
            top: 10px;
        }

    .panel-body .btn-inline-center {
        margin: 0 0 10px 0;
        padding: 0 15px;
    }

    .children-info-selection.double-column .nav.nav-tabs li {
        width: 50%;
    }

        .children-info-selection.double-column .nav.nav-tabs li a {
            height: 40px;
            line-height: 1.3em;
        }

    .details-content.eservices-tab .inline-tabs {
        padding-left: 0px;
        padding-right: 0;
    }

    .write-us .title {
        margin-bottom: 10px;
    }
    /*.title {
    font-size: 24px;
    background: #17a4ff;
    padding:15px 10px;
	margin: 20px 0;
    margin-left: -15px;
    margin-right: -15px ;
}*/


    .title {
        margin: 30px 0;
    }

    .tab-content {
        float: left;
        width: 100%;
        margin-top: 5px;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .details-content.eservices-tab .inline-tabs .sub-tab p.apply {
        width: 100%;
        padding: 0;
    }

    .details-content.eservices-tab .inline-tabs p a {
        background: url(../images/arrow-right-blue.svg) no-repeat right 15px center;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 10px 20px;
        text-decoration: none !important;
        background-size: 8px;
    }

    .details-content.eservices-tab .inline-tabs .sub-tab p.apply:last-child a {
        border: none;
    }

    .details-content .form-body .separator {
        padding-top: 30px !important;
        border-radius: 5px;
    }

    .separator {
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .sticky-wrapper {
        margin-bottom: 20px;
    }

    .details-tab.sub-tab.minister {
        margin-bottom: 20px;
    }

    .details-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #35619e;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .details-tab.sub-tab.without-photo .sub-details {
        margin-left: 70px !important;
    }

    .details-top .icon.web {
        margin-bottom: 15px;
    }

    .panel-body {
        padding-top: 0;
    }

    .inline-content, .block-content {
        padding: 0 15px;
    }

    .division .details-tab.sub-tab {
        padding: 10px;
        margin-bottom: 0;
    }

    .heading {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 10px;
        color: #fff;
    }

        .separator .heading, .heading.space {
            color: #17a4ff;
        }

    .results .details-content {
        margin-top: 50px;
    }

    .btn-inline-center {
        float: left;
        width: 100%;
        margin: 0px 0 20px 0;
    }

    .search-input-group .form-control::-webkit-input-placeholder {
        color: #999999;
        font-size: 11px;
        font-weight: 600;
    }

    .search-input-group .form-control :-moz-placeholder {
        color: #999999;
        opacity: 1;
        font-size: 11px;
        font-weight: 600;
    }

    .search-input-group .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
        font-size: 11px;
        font-weight: 600;
    }

    .search-input-group .form-control:-ms-input-placeholder {
        color: #999999;
        font-size: 11px;
        font-weight: 600;
    }

    .double-column {
        margin-top: 15px;
    }

    .dash-tab .nav-tabs li a span {
        font-weight: normal;
        margin: 5px 0 15px 0;
    }

    .dash-tab .nav-tabs li a {
        font-size: 12px;
        font-weight: 600;
    }
    /*.cancel {
    display: block;
    margin-bottom: -5px;
	color: #fff !important;
    background:none;
	background-size: 14px;
	padding-top:10px;
	padding-bottom:15px;
	 background-color: rgba(0,0,0,0.40);
	 border-radius:5px 5px 0 0;
}*/
    .cancel {
        color: #fff !important;
        background: url(../images/close-white.svg) no-repeat right 6px;
        background-size: 15px;
        padding-top: 0;
    }

    .attach-file {
        margin-top: 10px;
    }

    .faq input {
        box-shadow: none !important;
        border: none
    }

    .faq__notfound p {
        color: #ddd;
        font-size: 13px;
        font-weight: bold;
    }

    .faq > ul > li.is-active > div {
        margin-top: 0;
    }

    .cancel-btn {
        text-align: center;
    }

    .faq .search-container {
        margin-bottom: 25px;
    }

    .footer-links a {
        border: 1px solid #17a4ff;
        color: #17a4ff !important;
        margin: 10px auto 20px auto;
    }

        .footer-links a:hover {
            border-color: #17a4ff;
            color: #17a4ff
        }

        .footer-links a span {
            display: block;
            color: #fff;
            font-size: 14px;
        }

    .Birth-Certificate-start .tab-content {
        margin-bottom: 10px;
    }

    .tab-content {
        margin-bottom: 0px;
    }

    #govagencies_institutions .inline-content {
        padding: 0;
    }

    #govagencies_institutions .inline-tabs .sub-tab {
        padding: 0px;
    }

        #govagencies_institutions .inline-tabs .sub-tab p {
            float: left;
            width: 100%;
        }

            #govagencies_institutions .inline-tabs .sub-tab p a {
                background: url(../images/arrow-right-blue.svg) no-repeat right 15px center;
                border-bottom: 1px solid #ddd;
                display: block;
                padding: 10px 20px;
                text-decoration: none !important;
                background-size: 8px;
            }

            #govagencies_institutions .inline-tabs .sub-tab p:last-child a {
                border: none;
            }

    .breadcrumb {
        display: none;
    }

    .title, .department-details {
        margin: 0px;
        font-size: 16px;
        padding: 12px 10px 13px 15px;
        /*background: rgba(0,52,115,0.6);*/
        background: rgba(0,0,0,0.6);
        font-weight: 600;
        background-size: 10px;
        position: fixed;
        z-index: 99999;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
    }

    .go-back {
        margin: 0px;
        font-size: 16px !important;
        padding: 12px 10px 13px 35px;
        /*background: rgba(0,52,115,0.6)  url(../images/back-icon-white.svg) no-repeat 10px center;*/
        background: rgba(0,0,0,0.6) url(../images/back-icon-white.svg) no-repeat 10px center;
        font-weight: 600;
        background-size: 20px;
        position: fixed;
        z-index: 99999;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
    }

    .wrapper.home-page {
        padding-top: 0px;
    }

    .wrapper {
        padding-top: 50px;
    }

    .department-details h4 {
        font-size: 14px;
        margin: 0;
        font-weight: 600;
    }

    .my-feedback .details-content {
        margin-top: 0;
    }

    .sticky-wrapper .sticky {
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

    .sticky-wrapper.is-sticky .sticky {
        top: 41px !important;
        border-top: 1px solid #35619e;
    }

    .dashboard-user {
        text-align: center;
        padding: 30px 0 0px 0;
    }

    .wrapper.subpage.dashboard {
        padding-top: 0;
    }


    .changeUserInfo a {
        color: #17a4ff;
        margin: 10px 30px 5px 0;
        padding: 5px;
        display: inline-block;
    }

    .my-feedback.wrapper {
        padding-top: 41px;
    }
    /*.Fiji_Missions_Overseas .details-content p:last-child{ display:block; margin-left:0; margin-top:10px;}*/
    .changeUserInfo a:last-child {
        margin-right: 0 !important;
    }

	.faq > ul > .faq-section {
        color: #fff;
    }
	
    .faq > ul > li a::before {
        font-size: 14px;
    }

    .faq > ul > li a {
        background-position: right 15px !important;
    }

    .contact-details p {
        text-align: center;
    }

        .contact-details p strong {
            margin: 15px 0;
            font-size: 15px;
            text-align: center;
            display: block;
        }

    .panel-group.contact-details {
        margin-top: 0px;
    }
}

@media screen and (max-width:450px) {
	.footer-links a {
		display: block;
	}
}

@media screen and (max-width:380px) {
    .browse-by .nav-tabs > li a {
        white-space: nowrap;
        font-size: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .children-info-selection.double-column .nav.nav-tabs li {
        width: 100%;
    }
}
