/* ============================================================================================================ */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% STYLES FOR SERBILIS BY NAVEEN %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* ============================================================================================================ */
/* ----------------------------------------- */
/* $$$$$$$$$$$ FONT STYLES START $$$$$$$$$$$ */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* $$$$$$$$$$$$ FONT STYLES END $$$$$$$$$$$$ */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* $$$$$$$$$$ COMMON STYLES START $$$$$$$$$$ */
/* ----------------------------------------- */

.DataPrivacyDiv, .TermsDiv{
        overflow-y: scroll;
        max-height:250px !important;
    }
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.input-group {
    display: block;
}

.lr-padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table tbody tr td .fa {
    margin-right: 4px;
    margin-left: 3px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 0px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-0 {
    margin-right: 0px;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-space {
    margin-left: 20px !important;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 6px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.bg-theme-color {
    background-color: #0087e2 !important;
}

sup {
    color: #ff0000;
    margin-left: 2px;
}

.text-bold {
    font-weight: bold !important;
}

.div-gray-box {
    margin-bottom: 25px;
    background-color: #eaeaea;
    border-color: #ddd;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

span.wrong-field {
    margin: 3px 4px;
}

.wrong-field {
    color: #ff0000;
    font-size: 12px;
    display: block;
    font-weight: 300;
}

input.wrong-field, select.wrong-field {
    border: 1px solid #FF0000 !important;
}

.text-field-value {
    word-wrap: break-word;
}

.date-value-field {
    word-wrap: normal;
}

.btn.disabled {
    pointer-events: visiblepainted;
    opacity: 0.4;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-13 {
    font-size: 13px;
}

* {
    padding: 0;
    margin: 0;
}

.ecensus-home-page, .ecensus-home-page:before {
    background: #fff;
    padding: 0px 6%;
}

html, body {
    height: 100%;
}

body {
    font-family:  Arial,Roboto !important;
}

.skrollr-desktop body {
    height: 100% !important;
}

p {
    margin: 1em 0;
    font-weight: 300;
}

a {
    font-weight: 300;
    color: #0038a9;
}

#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
    background: #fff;
    margin-top: 80px;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    /*padding-top: 60px;*/
    min-height: 400px;
    height: auto;
}

.gap {
    background: transparent center no-repeat;
    background-size: cover;
}

.skrollr .gap {
    background: transparent !important;
}

.gap-50 {
    height: 50%;
}

.gap-100 {
    height: 100%;
}

.ecensus-home-page .content {
    background: #fff;
    padding: 1em;
}

#confirmPopupCallBack .modal-body {
    padding: 15px 20px;
}

#popUpDetailsCallBack {
    line-height: 20px;
}
/* ----------------------------------------- */
/* $$$$$$$$$$$ COMMON STYLES END $$$$$$$$$$$ */
/* ----------------------------------------- */
/* ---------------------------------------------------------- */
/* $$$$$$$$$$$ NAV BAR MENU DROPDOWN STYLES START $$$$$$$$$$$ */
/* ---------------------------------------------------------- */
.certificate-request-ul {
    min-width: 154px !important;
    left: 0 !important;
}

    .certificate-request-ul.dropdown-menu > li > a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        font-size: 12px;
    }
/* ---------------------------------------------------------- */
/* $$$$$$$$$$$$ NAV BAR MENU DROPDOWN STYLES END $$$$$$$$$$$$ */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* $$$$$$$$$$$$$$ SERBILIS LOADER STYLES START $$$$$$$$$$$$$$ */
/* ---------------------------------------------------------- */
.loadme-mask {
    background-color: #bfbfbf;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    margin: 0px;
    border-radius: 10px;
    opacity: 0.5;
}

.loadme-bounced {
    width: 80px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 48%;
    margin: 0 0 0 -35px;
    z-index: 100;
}

    .loadme-bounced .loadme-bounced-child {
        width: 15px;
        height: 15px;
        background-color: #262626;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: loadme-bouncedelay-animate 1.4s infinite ease-in-out both;
        animation: loadme-bouncedelay-animate 1.4s infinite ease-in-out both;
    }

    .loadme-bounced .loadme-bounced1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loadme-bounced .loadme-bounced2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes loadme-bouncedelay-animate {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loadme-bouncedelay-animate {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* ---------------------------------------------------------- */
/* $$$$$$$$$$$$$$$ SERBILIS LOADER STYLES END $$$$$$$$$$$$$$$ */
/* ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* $$$$$$$$$ OR WRAPPER STYLES (HORIZANTAL DIVISION) START $$$$$$$$$ */
/* ----------------------------------------------------------------- */
.or-wrapper {
    position: relative;
    text-align: center;
    height: 20px;
}

    .or-wrapper .or-line {
        position: absolute;
        height: 1px;
        top: 10px;
        left: 5px;
        right: 5px;
        background-color: #ccc;
    }

    .or-wrapper .or {
        position: absolute;
        top: -8px;
        -lh-property: 0;
        left: -webkit- calc(50% - 25px);
        left: -moz- calc(50% - 25px);
        left: calc(50% - 25px);
        width: 40px;
        height: 40px;
        background-color: #eaeaea;
        color: #999;
        margin: 0 auto;
        padding-top: 10px;
        border-radius: 50%;
    }
/* ----------------------------------------------------------------- */
/* $$$$$$$$$$ OR WRAPPER STYLES (HORIZANTAL DIVISION) END $$$$$$$$$$ */
/* ----------------------------------------------------------------- */
/* --------------------------------------------------- */
/* $$$$$$$$$$$$$$$ BUTTON STYLES START $$$$$$$$$$$$$$$ */
/* --------------------------------------------------- */
.btn-wrap {
    text-align: right;
    padding: 15px 0px;
}

.ecensus-home-page .btn-primary {
    background-color: #0038a9 !important;
    background: #0038a9 !important;
    border-color: #0038a9 !important;
    font-weight: 300;
    border-radius: 0px;
    color: #fff;
    margin-left: 12px;
    box-shadow: none;
    min-width: 75px;
}

.ecensus-home-page .btn-navigation, .ecensus-home-page .btn-navigation:hover, .ecensus-home-page .btn-navigation:focus {
    background: #1F439B !important;
    width: 110px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.ecensus-home-page .btn-cancel, .ecensus-home-page .btn-cancel:hover, .ecensus-home-page .btn-cancel:focus {
    background: #C3C3C3 !important;
    width: 110px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.ecensus-home-page .btn-primary:hover, .ecensus-home-page .btn-primary:focus {
    /*background-color: #0038a9 !important;*/
    border-color: #0038a9 !important;
    color: #fff;
    outline: 0;
}

.ecensus-home-page .btn-default {
    background: #0038a9 !important;
    color: #fff;
    border: 1px solid #0038a9;
    border-radius: 0px;
    font-weight: 300;
    margin-left: 12px;
    box-shadow: none;
    min-width: 75px;
}

    .ecensus-home-page .btn-default:hover, .ecensus-home-page .btn-default:focus {
        background-color: #0038a9 !important;
        border-color: #0038a9;
        color: #fff;
    }

.ecensus-home-page .btn[disabled] {
    cursor: not-allowed;
    pointer-events: auto;
}
/* --------------------------------------------------- */
/* $$$$$$$$$$$$$$$$ BUTTON STYLES END $$$$$$$$$$$$$$$$ */
/* --------------------------------------------------- */
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$ DATE PICKER STYLES START $$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
.ecensus-home-page .ui-datepicker.ui-widget.ui-widget-content {
    width: 270px !important;
    z-index: 9999 !important;
}
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$$ DATE PICKER STYLES END $$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$$$$ TABLE STYLES START $$$$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
.ecensus-home-page .table.flip-content thead tr th, tbody tr td {
    font-size: 13px;
    padding: 10px;
    /*padding-left:1% !important;*/
   
}


.ecensus-home-page .table.flip-content thead tr th {
    font-weight: 500;
    background: #c6c6c6;
    background-color: #c6c6c6;
    border-color: #c6c6c6;
}

.ecensus-home-page .table.flip-content tbody tr td {
    border: none;
    border-bottom: 1px solid #ddd;
}

    .ecensus-home-page .table.flip-content tbody tr td .fa {
        margin: 0px 5px;
        cursor: pointer;
    }

.ecensus-home-page .table.flip-content > tbody > tr:nth-child(odd) > td {
    background-color: #eaeaea;
    border-color: #ddd;
}

.ecensus-home-page .table.flip-content > tbody > tr:nth-child(even) > td {
    background-color: #fff;
    border-color: #ddd;
}

.ecensus-home-page .table.table-grey.flip-content > tbody > tr:nth-child(odd) > td {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.ecensus-home-page .table tbody tr td a, .table tbody tr td a:hover {
    color: #0038a9;
}
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$$$$$ TABLE STYLES END $$$$$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$ DATA TABLE STYLES START $$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
.ecensus-home-page .table.flip-content tbody tr td.sorting_1 {
    background-color: #eaeaea;
    border-top: #ffffff !important;
    border-bottom: #ffffff !important;
}

.ecensus-home-page .table.flip-content > tbody > tr:nth-child(even) > td.sorting_1 {
    background-color: #f7f7f7;
}

.ecensus-home-page div.dataTables_wrapper div.dataTables_info {
    width: 47%;
    float: left;
}

.ecensus-home-page div.dataTables_wrapper div.dataTables_paginate {
    width: 52%;
    float: right;
    margin-top: 9px;
}
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$$$ DATA TABLE STYLES END $$$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$ CUSTOMISING THE SORTING ICON IN DATA TABLE START $$$$$$$ */
/* --------------------------------------------------------------- */
.ecensus-home-page table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    .ecensus-home-page table.dataTable thead th.sorting:after {
        position: absolute;
        bottom: 5px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
        content: "\f0dc" !important;
        font-size: 18px;
        padding-top: 0.12em;
    }

    .ecensus-home-page table.dataTable thead th.sorting_asc:after {
        position: absolute;
        bottom: 5px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
        content: "\f0de" !important;
        font-size: 18px;
        padding-top: 0.12em;
        color: #999999 !important;
    }

    .ecensus-home-page table.dataTable thead th.sorting_desc:after {
        position: absolute;
        bottom: 5px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
        content: "\f0dd" !important;
        font-size: 18px;
        padding-top: 0.12em;
        color: #999999 !important;
    }
/* --------------------------------------------------------------- */
/* $$$$$$$ CUSTOMISING THE SORTING ICON IN DATA TABLE END $$$$$$$$ */
/* --------------------------------------------------------------- */
/* -------------------------------------------------- */
/* $$$$$$$$$$$$ PAGINATION STYLES START $$$$$$$$$$$$$ */
/* -------------------------------------------------  */
.ecensus-home-page .pagination > li.active > a, .pagination > li.active > a:hover {
    background-color: #10364d;
    border-color: #10364d;
    color: #fff;
    outline: 0;
}

.ecensus-home-page .pagination > li > a {
    border-radius: 0px !important;
}

.ecensus-home-page .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pager > li > a:hover {
    color: #10364d;
    outline: 0;
}

.ecensus-home-page .pagination > li.disabled > a, .pager > li.disabled > a, .pagination > li.disabled > a:hover, .pager > li.disabled > a:hover {
    background-color: #f8f8f8 !important;
    background: #f8f8f8 !important;
}
/* -------------------------------------------------- */
/* $$$$$$$$$$$$$ PAGINATION STYLES END $$$$$$$$$$$$$$ */
/* -------------------------------------------------  */
/* --------------------------------------------------- */
/* $$$$$$$$$$$$$ HOME PAGE STYLES START $$$$$$$$$$$$$$ */
/* --------------------------------------------------  */
.ecensus-home-page .slide-cover {
    background-position: 50% 30%;
    height: 280px;
}

.ecensus-home-page .sub-title {
    font-size: 18px;
    color: #0087e2;
    font-weight: 500 !important;
}

.ecensus-home-page .navbar-default {
    font-family:  Arial,Roboto !important;
    /*background-color: #e6e6e6;*/
    /*border: 0;
  padding: 0px 40px;*/
    min-height: 62px;
    margin-bottom: 20px;
    height: auto;
    /*border-bottom: 1px solid #f2f2f2;*/
    /*z-index: 99999 !important;*/
    /*margin: 0px 6%;*/
    border: 1px solid #ccc;
    border-bottom: none;
    /*padding: 0px 10px;*/
    /*background-image: linear-gradient(to right, #236ea8, #2570b4, #2771bb, #2466ad, #1f5694, #1d538d, #1c508a, #184475, #163e6d);*/
    background-image: linear-gradient( 269.69deg, #C4D5FF 0.04%, #FFFFFF 100%);
}

    .ecensus-home-page .navbar-default .navbar-toggle {
        border-color: #0087e2;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
    }

        .ecensus-home-page .navbar-default .navbar-toggle:hover, .ecensus-home-page .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }

        .ecensus-home-page .navbar-default .navbar-toggle .icon-bar {
            background-color: #0087e2;
        }

@media only screen and (min-width: 768px) {
    .ecensus-home-page .navbar-default .navbar-header {
        width: 45%;
        float: left;
        padding-left: 10px;
    }

    div#blacklistCustomerDetail_filter {
        float: right;
    }
}

.ecensus-home-page .navbar-default .navbar-header .navbar-brand {
    padding-top: 8px;
}

    .ecensus-home-page .navbar-default .navbar-header .navbar-brand img {
        margin-left: 5px;
        width: 270px;
        height: 75px;
        position:absolute;
        z-index:1;
    }

    .ecensus-home-page .navbar-default .navbar-header .navbar-brand .logo-title {
        margin-top: 1px;
        margin-bottom: 0px;
        display: inline-block;
        color: #0087e2;
        font-size: 25px;
        font-weight: 600 !important;
        margin-left: 5px;
    }
/*.ecensus-home-page .navbar-default {
  padding-top: 0;
  background-color:#0038a9;
}*/
.ecensus-home-page .navbar-default .navbar-nav {
    padding-top: 15px;
    background-color: #e6e6e6;
}

    .ecensus-home-page .navbar-default .navbar-nav > li {
        padding-top: 0;
        padding-bottom: 0;
    }

        .ecensus-home-page .navbar-default .navbar-nav > li > a {
            color: #1F439B;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            padding: 7px 20px;
        }

            .ecensus-home-page .navbar-default .navbar-nav > li > a:hover {
                background: #1F439B;
                color: #FFFFFF;
                border-radius: 40px;
            }

.dropdown-menu.certificate-request-ul li > a:hover {
    background: #FAFAFA !important;
    color: #1F439B;
    font-size: 13px;
    font-weight: 600;
}

.ecensus-home-page .navbar-default .hero-search {
    width: 24.5%;
    float: right;
    padding: 0px 5px;
    padding-right: 10px;
    padding-top: 7px;
}

    .ecensus-home-page .navbar-default .hero-search #txtReference {
        width: 82%;
        float: left;
        font-size: 13px;
        height: 34px;
        border-radius: 10px !important;
        border: 1px solid #C7C7C7;
        box-sizing: border-box;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
        padding-left: 7px;
    }

    .ecensus-home-page .navbar-default .hero-search .input-group-btn {
        width: 15%;
        float: left;
        padding-left: 5px;
    }

    .ecensus-home-page .navbar-default .hero-search ::placeholder {
        font-weight: normal;
        font-size: 13px;
        color: #B1B1B1;
    }

    .ecensus-home-page .navbar-default .hero-search .input-group label {
        color: #1F439B;
        font-weight: 700;
        font-size: 14px;
    }

.navbar-collapse img {
    padding-left: 268px !important;
}

.ecensus-home-page .navbar-default .hero-search .input-group-btn .btn.btn-common {
    color: #fff;
    height: 34px;
    padding: 5px 12px;
    border-radius: 10px !important;
    border: transparent;
    font-weight: 700;
    background: #1F439B;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}

    .ecensus-home-page .navbar-default .hero-search .input-group-btn .btn.btn-common .fa {
        font-size: 16px;
    }

#navbar ul li.selected {
    color: #FFFFFF;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.ecensus-home-page .navbar-default .navbar-nav > li > a.signin {
    color: #2dc3e8;
    font-weight: 600;
    font-family:  Arial,Roboto !important;
}

.ecensus-home-page .navbar-default.other-pages {
    background-color: #2a80b9;
}

.ecensus-home-page .navbar-nav.navbar-right li .request-select {
    color: #9e9e9e;
    background: transparent;
    border: 1px solid transparent;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}

    .ecensus-home-page .navbar-nav.navbar-right li .request-select:hover {
        color: #0087e2;
        cursor: pointer;
    }

    .ecensus-home-page .navbar-nav.navbar-right li .request-select:focus {
        border: none;
        box-shadow: none;
    }

@media (min-width: 768px) {
    .ecensus-home-page .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}


/* ================================================================= */
/* @@@@@@@@@@@@@@@@@@@ SLIDER STYLES START @@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ================================================================= */
.slider {
    width: 100%;
    height: 350px;
    position: relative;
}

.slItems {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slItem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.slText {
    position: absolute;
    top: 48%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    padding: 0 170px;
    text-align: center;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-size: 30px;
}

.slider [class*="ctrl"] {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 70px;
    font-weight: normal;
    margin-top: -42.5px;
    cursor: pointer;
}

.ctrlNext {
    right: 50px;
}

.ctrlPrev {
    left: 50px;
}

.slItem.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.next, .prev {
    transition: transform 0.7s ease-in-out;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -moz-transition: -moz-transform 0.7s ease-in-out;
    -o-transition: -o-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
}

.slItem.nextItem {
    opacity: 1;
    visibility: visible;
    transform: translate3d(100%,0, 0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
}

    .slItem.nextItem.next, .slItem.prevItem.prev {
        transform: translate3d(0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

.slItem.active.next {
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
}

.slItem.prevItem {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
}

.slItem.active.prev {
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
}

.slDots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.slDotsSingle {
    width: 12px;
    height: 12px;
    float: left;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .slDotsSingle.active {
        background: #FFFFFF;
    }

    .slDotsSingle:hover {
        background: #D0D0D0;
        border-color: #D0D0D0;
    }

.ecensus-home-page .home-slider .slItems .slText .title {
    font-size: 42px;
    font-weight: 400 !important;
    text-align: center;
    color: #fff;
    line-height: 38px;
}

.ecensus-home-page .home-slider .slItems .slText .title-lbl {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 300;
}

.ecensus-home-page .home-slider .slItems .slText .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    font-weight: 300;
    color: #858585;
    font-size: 12px;
    height: 36px;
    width: 90%;
    float: left;
}

.ecensus-home-page .home-slider .slItems .slText .input-group-btn {
    width: 10%;
    float: left;
}

.ecensus-home-page .home-slider .slItems .slText .btn-primary {
    line-height: 22px;
}
/* ================================================================= */
/* @@@@@@@@@@@@@@@@@@@@ SLIDER STYLES END @@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ================================================================= */
.ecensus-home-page .slide-products .product-items {
    padding-top: 15px;
    background: #fff;
    /*margin-left: 13%;
  margin-right:10%;*/
    padding-left: 80px;
    padding-right: 80px;
}

    .ecensus-home-page .slide-products .product-items .hero-item {
        width: 33%;
        float: left;
        padding: 0px 30px;
    }

    .ecensus-home-page .slide-products .product-items .item {
        background-color: #f2f2f2;
        padding: 10px 0;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        height: auto;
        min-height: 160px;
        box-shadow: none;
        border-radius: 15px;
    }



        .ecensus-home-page .slide-products .product-items .item:hover {
            /* -webkit-transform: translate3d(0px, -5px, 0px);
  -moz-transform: translate3d(0px, -5px, 0px);
  -o-transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px); */
            -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.3);
            cursor: pointer;
        }

        .ecensus-home-page .slide-products .product-items .item .ribbon {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            left: -31px !important;
            top: 16px !important;
            color: #fff;
            overflow: hidden;
            padding: 0 4px;
            width: 120px;
            height: 30px !important;
            min-height: 30px !important;
            max-height: 30px !important;
            min-width: auto !important;
            margin: 0 !important;
            text-transform: uppercase;
            font-family:  Arial,Roboto !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 28px;
            white-space: nowrap;
            text-align: center;
            z-index: 1;
        }

        .ecensus-home-page .slide-products .product-items .item a:hover, .ecensus-home-page .slide-products .product-items .item a:focus {
            text-decoration: none;
        }

        .ecensus-home-page .slide-products .product-items .item .ribbon.sale {
            background-color: #ffce55;
        }

        .ecensus-home-page .slide-products .product-items .item .ribbon.new {
            background-color: #2dc3e8;
        }

        .ecensus-home-page .slide-products .product-items .item .product-image {
            display: block;
            margin: 12px auto;
            height: 50px;
            width: 65px;
            text-align: center;
        }

        .ecensus-home-page .slide-products .product-items .item .product-description .product-name {
            margin-top: 5px;
            display: block;
            font-weight: 400;
            margin-bottom: 15px;
            color: #ffffff;
            cursor: pointer;
            font-family:  Arial,Roboto !important;
            font-size: 15px;
            padding: 5px 15px 0;
            text-align: center;
        }

        .ecensus-home-page .slide-products .product-items .item .product-description .product-desc {
            display: block;
            min-height: 135px;
            padding: 5px 15px;
            font-family:  Arial,Roboto !important;
            font-weight: 300;
        }

        .ecensus-home-page .slide-products .product-items .item .product-description .product-price {
            display: block;
            padding: 10px 15px;
            font-weight: 300;
        }

            .ecensus-home-page .slide-products .product-items .item .product-description .product-price .price {
                font-family:  Arial,Roboto !important;
                font-size: 20px;
                color: #2dc3e8;
            }

            .ecensus-home-page .slide-products .product-items .item .product-description .product-price i {
                float: right;
                font-size: 25px;
                margin-right: 5px;
            }

                .ecensus-home-page .slide-products .product-items .item .product-description .product-price i.available {
                    color: #53a93f;
                }

                .ecensus-home-page .slide-products .product-items .item .product-description .product-price i.outofstock {
                    color: #fb6e52;
                }

        .ecensus-home-page .slide-products .product-items .item .product-description .product-saving {
            display: block;
        }

.ecensus-home-page .slide-products .products-title {
    text-align: center;
    background: #2a80b9;
    margin-top: 0;
    height: 65px;
}

    .ecensus-home-page .slide-products .products-title a {
        font-family:  Arial,Roboto !important;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        color: #fff;
        padding-top: 20px;
        line-height: 65px;
    }

.ecensus-home-page .heading-underlined h1 {
    font-family:  Arial,Roboto !important;
    font-size: 24px;
    font-weight: 700 !important;
    text-align: center;
    color: #0038a9;
    line-height: 32px;
    text-align: left !important;
    padding-top: 0%;
    color: #1F439B;
}

.ecensus-home-page .heading-underlined .bottom-line {
    background: #0038a9 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 12px auto 0;
    overflow: hidden;
    width: 50px;
    margin-bottom: 10px !important;
}

.ecensus-home-page .getcertificate-steps {
    padding: 0px 15px;
}

    .ecensus-home-page .getcertificate-steps .hero-circles {
        padding-left: 0px;
        list-style: none;
        margin-top: 35px;
    }

        .ecensus-home-page .getcertificate-steps .hero-circles li {
            display: inline-block;
            float: left;
            text-align: center;
            width: 33%;
            color: #0038a9;
            font-weight: bold;
            border-right: 1px solid #0038a9;
        }

            .ecensus-home-page .getcertificate-steps .hero-circles li:nth-last-child(1) {
                border-right: none;
            }

            .ecensus-home-page .getcertificate-steps .hero-circles li .circles {
                width: 50px;
                height: 50px;
                border-radius: 100%;
                text-align: center;
                background: #0038a9;
                line-height: 50px;
                display: inline-block;
                margin-bottom: 10px;
                color: #FFF;
                transition: all .3s ease-in-out;
                cursor: pointer;
                font-weight: 400 !important;
                font-size: 15px;
            }

                .ecensus-home-page .getcertificate-steps .hero-circles li .circles:hover {
                    transform: scale(1.1,1.1);
                }

            .ecensus-home-page .getcertificate-steps .hero-circles li .circle-txt {
                font-weight: 400 !important;
            }

.ecensus-home-page .checkstatus-div {
    padding: 0px 15px;
}

    .ecensus-home-page .checkstatus-div .hero-search {
        width: 45%;
        display: inline-block;
        margin: 10px 0px;
        margin-bottom: 0px;
    }

        .ecensus-home-page .checkstatus-div .hero-search .input-group-btn .btn.btn-common {
            background: #0038a9;
            border-radius: 0px;
            color: #FFF;
            font-size: 15px;
            padding: 10px 25px;
        }

        .ecensus-home-page .checkstatus-div .hero-search .form-control {
            border-radius: 0px;
            box-shadow: none;
            border-right: none;
            color: #858585;
            font-weight: 300 !important;
            font-size: 14px;
            width: 80%;
            float: left;
        }

        .ecensus-home-page .checkstatus-div .hero-search .input-group-btn {
            width: 15%;
            float: left;
        }

        .ecensus-home-page .checkstatus-div .hero-search .form-control:focus {
            box-shadow: 0px 4px 8px 0px #eee;
        }

.ecensus-home-page .download-band .download-link {
    float: right;
    margin-right: 50px;
    font-size: 14px;
}

    .ecensus-home-page .download-band .download-link .fa, .ecensus-home-page .download-band .label-link .fa {
        margin-left: 15px;
    }

.ecensus-home-page .download-band .label-link {
    font-size: 15px;
    font-weight: 500;
    color: #0087e2;
}

    .ecensus-home-page .download-band .label-link:hover, .ecensus-home-page .download-band .label-link:focus {
        text-decoration: none;
    }

.ecensus-home-page .download-band .accordion.panel-group .panel-heading .accordion-toggle, .ecensus-home-page .download-band .accordion.panel-group .panel-heading .accordion-toggle.collapsed {
    opacity: 1 !important;
    font-weight: 500;
    padding-left: 50px;
    padding-right: 50px;
}

    .ecensus-home-page .download-band .accordion.panel-group .panel-heading .accordion-toggle:after {
        right: 58px;
    }

.ecensus-home-page .download-band .accordion.panel-group .panel-heading + .panel-collapse .panel-body {
    padding-left: 45px;
    padding-right: 45px;
}
/* ===================================================================== */
/* @@@@@@@@@@@@@@ ANNOUNCEMENT SECTION STYLES START @@@@@@@@@@@@@@@@@@@@ */
/* ===================================================================== */
.announcement-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .announcement-section .board {
        width: 100%;
        background: #fff;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .announcement-section .board .nav-tabs {
            position: relative;
            box-sizing: border-box;
        }

    .announcement-section .date-info, .announcement-section .time-info {
        display: block;
        line-height: 23px;
        font-weight: 300;
    }

    .announcement-section p.narrow {
        width: 95%;
        margin: 8px auto;
        line-height: 22px;
    }

    .announcement-section .liner {
        height: 2px;
        background: #ddd;
        position: absolute;
        width: 89%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .announcement-section span.round-tabs {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 100px;
        background: white;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 25px;
        color: #999;
        border: 2px solid #999;
        left: 40%;
    }

    .announcement-section .nav-tabs > li {
        width: 11%;
    }

        .announcement-section .nav-tabs > li a {
            /*width: 30px;*/
            height: 60px;
            /*margin: 15px auto;*/
            border-radius: 100%;
            /*padding: 0;*/
            /*margin-bottom:20px;*/
        }

        .announcement-section .nav-tabs > li:after {
            content: " ";
            position: absolute;
            left: 45%;
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: #ddd;
            transition: 0.1s ease-in-out;
        }

        .announcement-section .nav-tabs > li.active:after {
            content: " ";
            position: absolute;
            left: 43%;
            opacity: 1;
            margin: 0 auto;
            bottom: 2px;
            border: 11px solid transparent;
            border-bottom-color: #fff;
            z-index: 999;
        }

        .announcement-section .nav-tabs > li.active > a .round-tabs {
            background: #ccc;
        }

    .announcement-section .tab-pane {
        position: relative;
    }

    .announcement-section .nav-tabs > li.active > a, .announcement-section .nav-tabs > li.active > a:hover,
    .announcement-section .nav-tabs > li.active > a:focus {
        border-top: none;
        box-shadow: none;
        background: transparent;
    }
/* ===================================================================== */
/* @@@@@@@@@@@@@@@ ANNOUNCEMENT SECTION STYLES END @@@@@@@@@@@@@@@@@@@@@ */
/* ===================================================================== */
/* ================================================================= */
/* @@@@@@@@@@@@@@@@@@@ FOOTER STYLES START @@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ================================================================= */
.ecensus-home-page .footer {
    background: #e6e6e6;
    padding: 12px;
    /*box-shadow: 0 -5px 5px -5px #bfbfbf;
    -webkit-box-shadow: 0 -5px 5px -5px #bfbfbf;
    -moz-box-shadow: 0 -5px 5px -5px #bfbfbf;*/
}

    .ecensus-home-page .footer .footer-logo-div {
        margin-left: 0px;
    }

        .ecensus-home-page .footer .footer-logo-div .footer-philipines-logo {
            width: 50%;
        }

        .ecensus-home-page .footer .footer-logo-div .footer-unisys-logo {
            width: 65%;
            margin-top: 4px;
            margin-right: 0px;
        }

    .ecensus-home-page .footer .footer-info-div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .ecensus-home-page .footer .footer-info-div .copyright-info p {
            margin: 6px 0px;
            margin-bottom: 0px;
            font-weight: 400;
            font-size: 12.5px;
        }

            .ecensus-home-page .footer .footer-info-div .copyright-info p .fa {
                font-size: 14px;
                margin-left: 4px;
                margin-right: 4px;
                font-weight: 600;
            }

        .ecensus-home-page .footer .footer-info-div .links {
            margin-top: 10px;
            padding-right: 10px !important;
        }

            .ecensus-home-page .footer .footer-info-div .links ul {
                margin-bottom: 0px;
                list-style-type: none;
            }

                .ecensus-home-page .footer .footer-info-div .links ul li {
                    display: inline-block;
                    margin-left: 20px;
                }

                    .ecensus-home-page .footer .footer-info-div .links ul li a {
                        color: #0038a9;
                        font-size: 12px;
                    }

                        .ecensus-home-page .footer .footer-info-div .links ul li a:hover {
                            color: #0038a9;
                        }
/* ================================================================= */
/* @@@@@@@@@@@@@@@@@@@@ FOOTER STYLES END @@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ================================================================= */
.ecensus-home-page .slide-contact {
    padding: 0;
    background-color: #666666;
    margin: 0px 20px 15px 20px;
}

    .ecensus-home-page .slide-contact .contact-haeder .contact-title {
        font-family: Arial,Roboto !important;
        font-size: 28px;
        font-weight: 400 !important;
        text-align: center;
        color: #fff;
        padding-top: 35px;
        line-height: 38px;
    }

    .ecensus-home-page .slide-contact .contact-form {
        margin: 35px 0px 50px 0px;
        font-family:  Arial,Roboto !important;
    }

        .ecensus-home-page .slide-contact .contact-form .form-control {
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
            margin-bottom: 20px;
            border: 0;
            outline: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            min-height: 40px;
            font-weight: 300;
            color: #858585;
        }

            .ecensus-home-page .slide-contact .contact-form .form-control:focus {
                border: 0;
                outline: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

        .ecensus-home-page .slide-contact .contact-form .btn {
            border: 0;
            outline: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
            background-color: #0038a9;
            color: #fff;
            height: 40px;
        }

            .ecensus-home-page .slide-contact .contact-form .btn:focus {
                border: 0;
                outline: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    .ecensus-home-page .slide-contact .contact-info {
        padding-top: 25px;
    }

        .ecensus-home-page .slide-contact .contact-info .single_address {
            margin-bottom: 10px;
            overflow: hidden;
            margin-left: 15px;
            color: #fff;
        }

            .ecensus-home-page .slide-contact .contact-info .single_address .fa {
                background: #0038a9 none repeat scroll 0 0;
                border-radius: 100px;
                color: #fff;
                float: left;
                font-size: 22px;
                height: 50px;
                line-height: 50px;
                margin-right: 20px;
                text-align: center;
                transition: all 0.2s ease 0s;
                width: 50px;
                margin-top: 10px;
            }

            .ecensus-home-page .slide-contact .contact-info .single_address h4 {
                text-transform: uppercase;
                font-size: 15px;
                margin-top: 15px;
            }

            .ecensus-home-page .slide-contact .contact-info .single_address p {
                overflow: hidden;
                font-size: 13px;
                margin-top: 0;
                line-height: 20px;
                font-weight: 300 !important;
            }

                .ecensus-home-page .slide-contact .contact-info .single_address p strong {
                    font-weight: 500 !important;
                }

.ecensus-home-page .topcontrol {
    background: #0038a9 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    line-height: 33px;
    opacity: 1;
    position: fixed;
    right: 5px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 35px;
    visibility: hidden;
}

#ImportantAnnouncement .modal-dialog .modal-body p {
    margin: 8px 0px;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}
/* --------------------------------------------------- */
/* $$$$$$$$$$$$$$ HOME PAGE STYLES END $$$$$$$$$$$$$$$ */
/* --------------------------------------------------  */
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$ LOGIN PAGE STYLES START $$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
.ecensus-home-page .login-container .loginbox .loginbox-title {
    color: #0187e2;
    font-family:  Arial,Roboto !important;
}

.ecensus-home-page .login-container .loginbox .loginbox-textbox .form-control {
    font-weight: 300;
}

.ecensus-home-page .login-container .loginbox .loginbox-social .social-title {
    font-weight: 400;
}
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$$ LOGIN PAGE STYLES END $$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
/* ---------------------------------------------------- */
/* $$$$$$$$$$ CHANGE PASSWORD STYLES START $$$$$$$$$$$$ */
/* ---------------------------------------------------  */
.ecensus-home-page .change-password-wrapper.login-container .loginbox {
    padding: 10px 0 20px 0;
}

.ecensus-home-page .change-password-wrapper .loginbox-submit .btn {
    font-size: 12px;
    padding: 4px 6px;
}
/* ---------------------------------------------------- */
/* $$$$$$$$$$$ CHANGE PASSWORD STYLES END $$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
/* -------------------------------------------------------- */
/* $$$$$$$$$$ LOGIN AREA DROPDOWN STYLES START $$$$$$$$$$$$ */
/* -------------------------------------------------------  */
.ecensus-home-page .login-area {
    color: #0087e2 !important;
}

.ecensus-home-page .dropdown-login-area {
    animation-name: dropdownSlideInDown;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 6px #f2f2f2;
    box-shadow: 0px 0px 4px #f2f2f2;
    border-radius: 0px !important;
}

    .ecensus-home-page .dropdown-login-area li {
        border-bottom: 1px solid #f5f5f5;
        background-color: #fff;
        padding: 5px 8px;
    }

        .ecensus-home-page .dropdown-login-area li a {
            font-size: 12px;
            color: #b3b3b3;
            text-align: center;
        }

            .ecensus-home-page .dropdown-login-area li a:hover, .ecensus-home-page .dropdown-login-area li a:focus {
                background: transparent;
            }

            .ecensus-home-page .dropdown-login-area li a strong {
                margin-left: 5px;
            }

    .ecensus-home-page .dropdown-login-area .dropdown-footer {
        padding: 10px;
        border-top: 3px solid #0087e2;
        border-bottom: 0;
        text-align: left;
    }

        .ecensus-home-page .dropdown-login-area .dropdown-footer a {
            display: inline-block;
            clear: none;
            padding-left: 0px;
            padding-right: 0px;
            font-size: 13px;
        }

            .ecensus-home-page .dropdown-login-area .dropdown-footer a:hover, .ecensus-home-page .dropdown-login-area .dropdown-footer a:focus {
                color: #0087e2;
            }
/* -------------------------------------------------------- */
/* $$$$$$$$$$$ LOGIN AREA DROPDOWN STYLES END $$$$$$$$$$$$$ */
/* -------------------------------------------------------  */
/* ------------------------------------------------- */
/* $$$$$$$$$$$$ COLLAPSE STYLES START $$$$$$$$$$$$$$ */
/* ------------------------------------------------  */
.ecensus-home-page .accordion.panel-group {
    margin-bottom: 20px;
}

    .ecensus-home-page .accordion.panel-group .panel-body {
        padding: 10px 15px;
    }

        .ecensus-home-page .accordion.panel-group .panel-body p {
            margin: 6px 0;
        }

    .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle, .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle.collapsed {
        background: #1F439B;
        color: #fff;
        line-height: 22px;
        font-weight: 300;
        opacity: 0.9;
    }

    .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle {
        font-weight: 600;
        opacity: 1;
    }

        .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle:hover {
            color: #fff;
        }

    .ecensus-home-page .accordion.panel-group .panel-heading + .panel-collapse .panel-body {
        background: #fff;
        border-top-color: #0087e2 !important;
        color: #4d4d4d !important;
        border-left: 2px solid transparent;
        line-height: 22px;
        font-weight: 300;
    }

        .ecensus-home-page .accordion.panel-group .panel-heading + .panel-collapse .panel-body ul {
            margin-left: 15px;
            margin-bottom: 0;
        }

    .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle:hover:after, .ecensus-home-page .accordion.panel-group .panel-heading .accordion-toggle:after {
        color: #fff;
    }
/* ------------------------------------------------- */
/* $$$$$$$$$$$$$ COLLAPSE STYLES END $$$$$$$$$$$$$$$ */
/* ------------------------------------------------  */
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$ FIND CENTER STYLES START $$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
.ecensus-home-page .find-center-wrapper {
    padding-top: 15px;
}

    .ecensus-home-page .find-center-wrapper .tabbable ul {
        border: none;
        margin-left: 18px;
    }

    .ecensus-home-page .find-center-wrapper .tab-content.tabs-flat {
        background: #fff;
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ecensus-home-page .find-center-wrapper .tabbable ul li.active a {
        border-bottom: 2px solid #0038a9;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        color: #0038a9;
        box-shadow: none;
        background: transparent;
        padding-left: 0px;
        font-weight: 400;
    }

    .ecensus-home-page .find-center-wrapper .tabbable ul li a {
        border-radius: 0px;
        color: #464646;
        font-weight: 500;
        font-size: 14px;
        padding-left: 0;
    }

        .ecensus-home-page .find-center-wrapper .tabbable ul li a:hover {
            background: transparent;
            border: 1px solid transparent;
            border-bottom: 2px solid #0038a9;
            color: #0038a9;
            box-shadow: none;
        }

    .ecensus-home-page .find-center-wrapper .hero-map-wrapper .map-wrapper {
        height: 420px;
        width: 100%;
    }

    .ecensus-home-page .find-center-wrapper .hero-map-wrapper .search-block {
        position: absolute;
        top: 75px;
        left: 10px;
        width: 28%;
        padding: 0px;
    }

        .ecensus-home-page .find-center-wrapper .hero-map-wrapper .search-block .glyphicon {
            opacity: 0.9;
            cursor: pointer;
        }

.find-center-wrapper .accordion.panel-group .panel-heading + .panel-collapse .panel-body .header {
    display: block;
    font-weight: 500;
}

    .find-center-wrapper .accordion.panel-group .panel-heading + .panel-collapse .panel-body .header .fa {
        font-size: 14px;
        margin-right: 8px;
    }

.find-center-wrapper .accordion.panel-group .panel-heading + .panel-collapse .panel-body .address-line {
    display: block;
}

.ecensus-home-page .find-center-wrapper .footer-part h2 {
    font-family:  Arial,Roboto !important;
    font-size: 22px;
    font-weight: 300 !important;
    text-align: left;
    color: #0087e2;
    line-height: 38px;
    margin-top: 0;
}

.ecensus-home-page .find-center-wrapper .footer-part .list {
    line-height: 22px;
    font-weight: 300;
}

    .ecensus-home-page .find-center-wrapper .footer-part .list ol {
        margin-left: 25px;
    }
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$ FIND CENTER STYLES END $$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
/* --------------------------------------------------------------------- */
/* $$$$$$$$$$$$$ LOGIN PAGE IN ADMIN MODULE STYLES START $$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------------  */
.common-header {
    font-family:  Arial,Roboto !important;
    font-size: 24px;
    font-weight: 400 !important;
    color: #0038a9;
    line-height: 32px;
}

.small-header {
    font-family:  Arial,Roboto !important;
    font-size: 15px;
    font-weight: 400 !important;
    color: #0038a9;
}

@media only screen and (min-width: 768px) and (max-width: 768px) {

    #adminlogin .hero-item {
        width: 60%;
        padding: 0px 45px;
        margin-left: 104px;
    }

        #adminlogin .hero-item .item {
            min-height: 150px;
        }

            #adminlogin .hero-item .item .product-name {
                margin-top: 20px;
            }

            #adminlogin .hero-item .item .product-image {
                height: 55px;
            }
}

@media only screen and (min-height: 550px) and (max-height:658px) {
    #adminlogin {
        min-height: 380px !important;
    }
}

.adminLoginPage {
    padding-left: 40px;
}

    .adminLoginPage .content-part {
        margin-top: 50px;
    }

    .adminLoginPage .content {
        padding: 8px 35px;
        margin: 5px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 20px !important;
        font-size: 14px;
    }

    .adminLoginPage .login-btn {
        border-radius: 20px;
        margin-left: 0;
    }

/* -------------------------------------------------------------------- */
/* $$$$$$$$$$$$$ LOGIN PAGE IN ADMIN MODULE STYLES END $$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------------------  */
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$$$$ MAP STYLES START $$$$$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
.ecensus-home-page .slide-map {
    padding: 0;
    background-color: #353535;
    float: left;
    width: 100%;
}

    .ecensus-home-page .slide-map .map-container {
        position: relative;
        background-color: #353535;
    }

        .ecensus-home-page .slide-map .map-container .map {
            height: 450px;
        }

        .ecensus-home-page .slide-map .map-container .map-overlay-top,
        .ecensus-home-page .slide-map .map-container .map-overlay-bottom {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 200px;
            z-index: 100;
            background: linear-gradient(to bottom, #353535 0, rgba(53, 53, 53, 0) 100%);
        }

        .ecensus-home-page .slide-map .map-container .map-overlay-bottom {
            top: auto;
            bottom: 0;
            background: linear-gradient(to top, #353535 0, rgba(53, 53, 53, 0) 100%);
        }
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$$$$$ MAP STYLES END $$$$$$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$ ABOUT US STYLES START $$$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
.ecensus-home-page .aboutUs-wrapper {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24.4%;
}

.aboutUs-wrapper .header-wrapper {
    /*background: #f2f2f2;*/
    padding: 5px 0px 12px 0px;
}

    .aboutUs-wrapper .header-wrapper .description {
        margin-bottom: 10px;
        line-height: 24px;
        font-weight: 300;
    }

.aboutUs-wrapper .content-wrapper .tab-content p:nth-child(1) {
    margin-top: 0;
}

.aboutUs-wrapper .content-wrapper p {
    line-height: 24px;
    font-weight: 300;
}

.aboutUs-wrapper .content-wrapper ul {
    margin-bottom: 0;
}

    .aboutUs-wrapper .content-wrapper ul li {
        padding: 5px 25px 5px 0px;
        font-weight: 300;
    }

.aboutUs-wrapper .content-wrapper ol {
    margin-bottom: 0;
    margin-left: 15px;
}

    .aboutUs-wrapper .content-wrapper ol li {
        padding: 5px 0px;
        font-weight: 300;
    }
/* ---------------------------------------------------- */
/* $$$$$$$$$$$$$$ ABOUT US STYLES END $$$$$$$$$$$$$$$$$ */
/* ---------------------------------------------------  */
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$$$ TRANSACTION DETAILS STYLES START $$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
.transaction-detail-warpper {
    padding-top: 15px;
    padding-bottom: 20px;
}

    .transaction-detail-warpper .flip-scroll .table thead tr th, .transaction-detail-warpper .flip-scroll .table tbody tr td {
        padding: 10px;
        font-weight: 300;
    }

    .transaction-detail-warpper .flip-scroll .table thead.bordered-palegreen > tr > th {
        border-bottom: 3px solid #0087e2;
        font-weight: 700;
    }

    .transaction-detail-warpper .btm-heading {
        font-weight: 600 !important;
        font-size: 14px;
    }
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$$$$ TRANSACTION DETAILS STYLES END $$$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* ----------------------------------------------- */
/* $$$$$$$$$$$$$ FAQ STYLES START $$$$$$$$$$$$$$$$ */
/* ----------------------------------------------- */
.faq-warpper {
    padding-bottom: 10px;
    padding-top: 15px;
}

    .faq-warpper .head-title {
        font-weight: 600 !important;
        color: #0038a9;
    }

    .faq-warpper .faq-content-div {
        padding-left: 20px;
        padding-right: 20px;
    }
/* ----------------------------------------------- */
/* $$$$$$$$$$$$$$ FAQ STYLES END $$$$$$$$$$$$$$$$$ */
/* ----------------------------------------------- */
/* ------------------------------------------------------------------- */
/* $$$$$$$$$$$$$ EXPAND ALL COLLAPSE ALL STYLES START $$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------------------- */
.ecensus-home-page .expandall-link-wrapper a {
    margin: 10px;
    border-bottom: 2px solid #0087e2;
    padding-bottom: 5px;
    color: #0087e2;
    cursor: pointer;
}

    .ecensus-home-page .expandall-link-wrapper a:hover, .ecensus-home-page .expandall-link-wrapper a:focus {
        text-decoration: none;
    }
/* ------------------------------------------------------------------- */
/* $$$$$$$$$$$$$$ EXPAND ALL COLLAPSE ALL STYLES END $$$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------------------- */
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$ FORM CONTROL STYLES START $$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
.ecensus-home-page .form-control {
    border-radius: 4px !important;
    box-shadow: none;
    font-weight: 300;
    border: 1px solid;
    color:black;
}

    .ecensus-home-page .form-control[disabled], .ecensus-home-page .form-control[disabled]:hover {
        background-color: #e7e7e7;
        border: 1px solid;
    }

    .ecensus-home-page .form-control:focus {
        color: #858585;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
    }

.ecensus-home-page .form-value {
    display: block;
    line-height: 20px;
    word-break: break-all;
}
/* -------------------------------------------------------- */
/* $$$$$$$$$$$$$$ FORM CONTROL STYLES END $$$$$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* $$$$$$$$$ REQUEST CERTIFICATE STYLES START $$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
.request-certificate-wrapper .header-wrapper {
    background: #f2f2f2;
    padding: 20px 0px 5px 0px;
}

    .request-certificate-wrapper .header-wrapper .description {
        margin-bottom: 0px;
        line-height: 24px;
        font-weight: 300;
    }

.request-certificate-wrapper .side-bar .tabs-left > .nav-tabs {
    background: #fff;
    border: 0;
    box-shadow: none;
    border-left: 1px solid #ccc;
}

.request-certificate-wrapper .side-bar .nav > li > a {
    padding: 13px 15px;
}

.request-certificate-wrapper .side-bar .tabs-left > .nav-tabs > li.active > a, .request-certificate-wrapper .side-bar .tabs-left > .nav-tabs > li > a:focus {
    background: #fff;
    box-shadow: none;
    border-left: 2px solid #5db2ff;
}

.request-certificate-wrapper .side-bar .tabs-left > .nav-tabs > li > a:hover {
    border-left: 2px solid #fb6e52;
}

.request-certificate-wrapper label, .birth-certificate-dashboard label, .ecensus-home-page label {
    font-weight: 500;
}

.request-certificate-wrapper .form-group p, .birth-certificate-dashboard .form-group p {
    color: #858585;
    font-weight: 300;
}

.request-certificate-wrapper .certificate-btn-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0;
}

.ecensus-home-page .radio {
    display: inline;
    margin-right: 15px;
    color: #858585;
    line-height: 22px;
}

.request-certificate-wrapper input[type=checkbox] ~ .text, input[type=radio] ~ .text, .birth-certificate-dashboard input[type=checkbox] ~ .text, input[type=radio] ~ .text {
    font-weight: 300;
}

.form-group.advisory {
    margin-left: 28%;
}

.step-wizard-footer {
    margin-left: 0px;
    margin-right: 0px;
    padding: 8px;
}

.ecensus-home-page .radio-box {
    margin-right: 35px;
    padding: 12px 15px 12px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 21%;
    float: left;
}

.ecensus-home-page .embassy-lbl-div {
    margin-top: 0px;
    padding-top: 10px;
    padding: 10px 15px 12px 15px;
    display: inline-block;
    margin-bottom: 0px;
    width: 21%;
    float: left;
}

.ecensus-home-page .radio-box label {
    width: 100%;
}

    .ecensus-home-page .radio-box label .form-control {
        margin-top: 8px;
    }

.ecensus-home-page .alert {
    display: none;
    position: fixed;
    width: 93%;
    top: 60px;
    z-index: 999;
    margin: 0px;
}

    .ecensus-home-page .alert .close {
        color: #fff;
        opacity: 1;
    }

.ecensus-home-page .actions-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* ========================================================================= */
/* @@@@@@@@@@@@@@@@ CERTIFICATE DASHBOARD STYLES START @@@@@@@@@@@@@@@@@@@@@ */
/* ========================================================================= */
.birth-certificate-dashboard {
    padding: 12px 20px;
}

    .birth-certificate-dashboard .step-content {
        padding: 20px 15px;
    }

        .birth-certificate-dashboard .step-content .summary-tab .form-group {
            margin-bottom: 10px;
        }
    /* &&&&&&& ADDED THE Z-INDEX AS IT WAS OVERLAPPING THE MODAL POPUP &&&&&&& */
    .birth-certificate-dashboard .wizard ul li.active:before {
        background-color: #1F439B;
        z-index: 100;
    }

    .birth-certificate-dashboard .wizard ul li.active .step {
        border-color: #1F439B;
        color: #1F439B;
    }

    .birth-certificate-dashboard .wizard ul li {
        font-size: 15px;
        padding: 0 10px 0 25px;
        width: 7.32%;
    }

        .birth-certificate-dashboard .wizard ul li.active {
            color: #1F439B;
        }

        .birth-certificate-dashboard .wizard ul li.complete {
            color: #4CAF50;
        }

            .birth-certificate-dashboard .wizard ul li.complete:hover {
                cursor: not-allowed;
            }

            .birth-certificate-dashboard .wizard ul li.complete .step {
                color: #4CAF50;
                border-color: #4CAF50;
            }

            .birth-certificate-dashboard .wizard ul li.complete:before {
                background-color: #4CAF50;
                z-index: 100;
            }

            .birth-certificate-dashboard .wizard ul li.complete .step:before {
                color: #4CAF50;
            }

    .birth-certificate-dashboard .step-content .step-pane .title {
        font-size: 16px;
        color: #1F439B;
        font-weight: 500 !important;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .birth-certificate-dashboard .step-content .step-pane label a {
        text-decoration: underline;
        color: #0057FF;
    }

    .birth-certificate-dashboard .payment-dtl-wrapper {
        background: #fff;
        border: 1px solid #f2f2f2;
        padding: 15px 15px 0px 15px;
    }


/* ========================================================================= */
/* @@@@@@@@@@@@@@@@@ CERTIFICATE DASHBOARD STYLES END @@@@@@@@@@@@@@@@@@@@@@ */
/* ========================================================================= */
.condition-link:hover, .condition-link:focus {
    color: #0087e2;
}
/* -------------------------------------------------------- */
/* $$$$$$$$$$ REQUEST CERTIFICATE STYLES END $$$$$$$$$$$$$$ */
/* -------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$$$$ TERMS & CONDITIONS WRAPPER STYLES START $$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */

#termsConditions .panel-heading {
    /*padding-top: 2%;*/
}

.terms-conditions-wrapper .header {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
    color: #0038a9;
}

.terms-conditions-wrapper .sub-header {
    font-weight: 500;
}

.terms-conditions-wrapper .info-line {
    display: block;
    margin: 5px 0px;
    line-height: 20px;
}

.terms-conditions-wrapper .red-strong {
    font-weight: 500;
    color: #ff471a;
    font-size: 12px;
}
/* --------------------------------------------------------------- */
/* $$$$$$$$$$ TERMS & CONDITIONS WRAPPER STYLES END $$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$ BREQS FILE SUBMISSION STYLES START $$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
.breqs-filesubmission-wrapper {
    padding: 25px 0px;
    padding-bottom: 0px;
}

    .breqs-filesubmission-wrapper .widget-body {
        padding: 12px 30px;
    }
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$$ BREQS FILE SUBMISSION STYLES END $$$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$$$ EE TRANSMITTAL SLIP STYLES START $$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
.transmittal-slip-wrapper {
    min-height: 380px;
    height: auto;
    background: #f6f6f6;
    padding: 20px !important;
}

    .transmittal-slip-wrapper .title {
        font-weight: 600 !important;
        color: #0087e2;
        margin-top: 5px;
        margin-bottom: 25px;
    }

.generate-EEslip-wrapper .logo-wrapper .logo {
    height: 45px;
    width: 45px;
}

.generate-EEslip-wrapper .text-par {
    margin: 1px 0px;
}
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$$$$ EE TRANSMITTAL SLIP STYLES END $$$$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$$$$$ QUESTION & ANSWERS MODAL STYLES START $$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
.question-answers-modal {
    top: 8%;
}

    .question-answers-modal .modal-header {
        background-color: #10364d;
        color: #fff;
        padding: 10px 20px;
    }

        .question-answers-modal .modal-header .close {
            color: #fff;
            opacity: 0.6;
            margin-top: 3px;
        }

        .question-answers-modal .modal-header .modal-title {
            font-size: 20px;
            font-weight: 600 !important;
            margin-top: 0px;
        }

        .question-answers-modal .modal-header .modal-sub-title {
            margin-top: 5px;
            margin-bottom: 0px;
            font-size: 12px;
        }

    .question-answers-modal .modal-body {
        padding: 15px 20px;
    }

        .question-answers-modal .modal-body .body-wrapper .heading {
            margin-top: 6px;
            font-weight: 600 !important;
            font-size: 15px;
            margin-bottom: 12px;
        }

        .question-answers-modal .modal-body .body-wrapper .qheading {
            font-size: 30px;
            color: #1F439B;
            font-weight: bold !important;
        }

        .question-answers-modal .modal-body .body-wrapper .question-row {
            background: #f5f5f5;
            padding: 5px 15px;
            border: 1px solid #e6e6e6;
            margin-bottom: 10px;
        }

        .question-answers-modal .modal-body .body-wrapper .question {
            font-size: 14px;
            margin-top: 8px;
            margin-bottom: 6px;
        }

        .question-answers-modal .modal-body .body-wrapper .radio {
            display: block;
            margin-left: 25px;
        }
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$ QUESTION & ANSWERS MODAL STYLES END $$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* $$$$$$$$$$ VIEWABLE ONLINE DOCUMENT STYLES START $$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
.viewable-online-wrapper .body-card {
    background: #eaeaea;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.viewable-online-wrapper .display-image-wrapper .header-part {
    background: #eaeaea;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.viewable-online-wrapper .display-image-wrapper .body-part .img-title {
    font-size: 16px;
    font-weight: 500 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.viewable-online-wrapper .display-image-wrapper .body-part .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 55%;
    margin: auto;
}

.viewable-online-wrapper .display-image-wrapper .body-part .carousel-control.left, .carousel-control.right {
    background: none;
}

.viewable-online-wrapper .display-image-wrapper .body-part .carousel-control {
    width: 25%;
}

    .viewable-online-wrapper .display-image-wrapper .body-part .carousel-control .glyphicon {
        color: #464646;
    }

.viewable-online-wrapper .display-image-wrapper .body-part .zoom-in-out-wrapper {
    padding-top: 10px;
}

    .viewable-online-wrapper .display-image-wrapper .body-part .zoom-in-out-wrapper .fa {
        font-size: 16px;
        margin: 0px 6px;
        cursor: pointer;
    }

.viewable-online-wrapper .display-image-wrapper .body-part .message-div {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 60px;
}

    .viewable-online-wrapper .display-image-wrapper .body-part .message-div .msg-title {
        margin: 0px;
        font-size: 15px;
        font-weight: 600 !important;
    }
/* --------------------------------------------------------------- */
/* $$$$$$$$$$$ VIEWABLE ONLINE DOCUMENT STYLES END $$$$$$$$$$$$$$$ */
/* --------------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* $$$$$$$$$$$$ DASHBOARD SCREEN STYLES START $$$$$$$$$$$$$$$$ */
/* ----------------------------------------------------------- */
.ecensus-dashboard-wrapper {
    padding: 0px 15px;
    background: #f6f6f6;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .ecensus-dashboard-wrapper .dashboard-hero-title {
        border-bottom: 2px solid #0087e2;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

        .ecensus-dashboard-wrapper .dashboard-hero-title h3 {
            font-weight: 600 !important;
            color: #0087e2;
            margin-bottom: 3px;
        }

        .ecensus-dashboard-wrapper .dashboard-hero-title small {
            font-size: 12px;
            color: #999999;
        }

    .ecensus-dashboard-wrapper .dashboard-row {
        padding: 5px 0px;
        height: auto;
    }

.dashboard-row .dashboard-coloumn .title {
    font-weight: 600 !important;
    font-size: 17px;
    color: #0087e2;
    margin-bottom: 12px;
}

.ecensus-dashboard-wrapper .title-plus {
    margin: 0px 15px 0px 5px;
    cursor: pointer;
}

.ecensus-dashboard-wrapper .dashboard-coloumn .orders-container {
    margin-bottom: 10px;
    width: 96%;
}

    .ecensus-dashboard-wrapper .dashboard-coloumn .orders-container .orders-list .order-item .item-more {
        color: #0087e2;
    }

    .ecensus-dashboard-wrapper .dashboard-coloumn .orders-container .orders-list .order-item:before {
        background-color: #0087e2;
    }

.dashboard-row .dashboard-coloumn .orders-list .order-item .card-title {
    font-size: 14px;
    font-weight: 600 !important;
    margin: 5px 0px;
    margin-bottom: 8px;
}

.dashboard-row .dashboard-coloumn .orders-list .order-item .card-text {
    margin: 0px;
    line-height: 17px;
    font-size: 12px;
}

.dashboard-row .dashboard-coloumn .orders-list .order-item .card-btm-lbl {
    margin: 5px 0px;
    color: #999999;
    font-weight: 600 !important;
    font-size: 12px;
    line-height: 16px;
}

.dashboard-row .dashboard-coloumn .orders-list .order-item .card-title .fa {
    margin-right: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.dashboard-row .dashboard-coloumn .orders-list .order-item .card-text .fa {
    margin: 0px 5px 5px 0px;
    font-size: 16px;
}

.dashboard-row .dashboard-coloumn .contact-dtl-wrapper {
    margin-top: 5px;
}

    .dashboard-row .dashboard-coloumn .contact-dtl-wrapper .form-group {
        margin-bottom: 8px;
    }

    .dashboard-row .dashboard-coloumn .contact-dtl-wrapper label {
        font-size: 12px;
        margin-bottom: 2px;
    }
/* ----------------------------------------------------------- */
/* $$$$$$$$$$$$$ DASHBOARD SCREEN STYLES END $$$$$$$$$$$$$$$$$ */
/* ----------------------------------------------------------- */
/* ------------------------------------------------------ */
/* $$$$$$$$$$$$ POPUP MODAL STYLES START $$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------ */
.modal .modal-dialog.modal-lg {
    width: 1000px;
    top: 0%;
}

.modal .modal-dialog .modal-header {
    background-color: #0038a9;
    color: #fff;
    padding: 10px 20px;
}

    .modal .modal-dialog .modal-header .modal-title {
        font-family:  Arial,Roboto !important;
        font-size: 15px;
        font-weight: 600 !important;
        text-align: left;
    }

    .modal .modal-dialog .modal-header .close {
        color: #fff;
        opacity: 0.8;
    }

.modal .modal-dialog .modal-body {
    max-height: 490px;
    overflow-y: auto;
    height: auto;
    padding: 8px 20px;
}
/* =========================================================== */
/* @@@@@@@ CONFIRMATION POPUP MODAL STYLES START @@@@@@@@@@@@@ */
/* =========================================================== */
.confirmation-dialog {
    top: 10%;
}

    .confirmation-dialog .btn {
        margin: 0px 15px !important;
    }

    .confirmation-dialog .modal-body {
        height: auto !important;
        overflow-y: auto !important;
    }
/* =========================================================== */
/* @@@@@@@@ CONFIRMATION POPUP MODAL STYLES END @@@@@@@@@@@@@@ */
/* =========================================================== */
/* ------------------------------------------------------ */
/* $$$$$$$$$$$$$ POPUP MODAL STYLES END $$$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* $$$$$$$$$$$$$$$ TOOLTIP STYLES START $$$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------ */
.custom-tooltip + .tooltip {
    margin-top: 10px;
}

    .custom-tooltip + .tooltip > .tooltip-inner {
        background-color: #3b96cf;
        border: 1px solid transparent;
        box-shadow: none;
        color: #fff;
        border-radius: 4px;
        font-size: 12px;
        border-bottom: none;
        border-top: none;
    }

    .custom-tooltip + .tooltip > .tooltip-arrow {
        border-bottom-color: #3b96cf;
    }
/* ------------------------------------------------------ */
/* $$$$$$$$$$$$$$$$ TOOLTIP STYLES END $$$$$$$$$$$$$$$$$$ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* $$$$$$$$$ ADD REQUEST SCREEN STYLES START $$$$$$$$$$$$ */
/* ------------------------------------------------------ */
.ecensus-home-page .add-request-wrapper {
    width: 850px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 5px 20px;
    margin-top: 60px;
}

    .ecensus-home-page .add-request-wrapper .title {
        font-size: 20px;
        font-weight: 500 !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }
/* ------------------------------------------------------ */
/* $$$$$$$$$$ ADD REQUEST SCREEN STYLES END $$$$$$$$$$$$$ */
/* ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
/* $$$$$$$$$$ ADD NEW REQUEST POPUP MODAL STYLES START $$$$$$$$$$$$$ */
/* ----------------------------------------------------------------- */
#AddNewRequestModal .modal-body .product-items {
    padding-top: 8px;
    margin-left: 0;
    margin-right: 0;
}

    #AddNewRequestModal .modal-body .product-items .hero-item {
        width: 25%;
    }

#AddNewRequestModal .modal-header .close {
    margin-top: -2px !important;
}

#AddNewRequestModal .modal-dialog {
    width:630px;
}

    #AddNewRequestModal .modal-dialog .modal-body {
        padding: 17px 30px;
        padding-bottom: 1%;
    }
/* ----------------------------------------------------------------- */
/* $$$$$$$$$$$ ADD NEW REQUEST POPUP MODAL STYLES END $$$$$$$$$$$$$$ */
/* ----------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* $$$$$$$$$$$ RESPONSIVE STYLES FOR SOME ELEMENTS START $$$$$$$$$$$$$$ */
/* -------------------------------------------------------------------- */
@media (max-width:765px) {
    .ecensus-home-page .getcertificate-steps .hero-circles li {
        width: 100%;
        margin: 8px 0px;
        border-right: none;
    }

    .ecensus-home-page .slide-products .product-items .hero-item {
        width: 100%;
    }

    .ecensus-home-page .download-band .download-link {
        margin-right: 0px;
        margin-top: 10px;
    }

    .ecensus-home-page .download-band .label-link {
        line-height: 28px;
    }

    .ctrlPrev {
        left: 10px;
    }

    .ctrlNext {
        right: 10px;
    }

    .ecensus-home-page .home-slider .slItems .slText .title {
        font-size: 28px;
    }

    .ecensus-home-page .home-slider .slItems .slText .title-lbl {
        font-size: 12px;
    }

    .slider-input-group {
        width: 80%;
        margin: 0 auto;
    }

    .slText {
        padding: 0px 10px;
        left: 50%;
    }

    .slider [class*="ctrl"] {
        font-size: 50px;
    }

    .ecensus-home-page .heading-underlined h1 {
        font-size: 26px;
    }

    .ecensus-home-page .getcertificate-steps {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .ecensus-home-page .checkstatus-div {
        padding-top: 0px;
    }

    .ecensus-home-page .slide-contact .contact-info {
        padding-top: 0px;
    }

        .ecensus-home-page .slide-contact .contact-info .single_address {
            margin-left: 0px;
        }

    .ecensus-home-page .download-band .accordion.panel-group .panel-heading .accordion-toggle {
        float: right;
    }

    .ecensus-home-page .find-center-wrapper {
        padding: 15px;
    }

        .ecensus-home-page .find-center-wrapper .hero-map-wrapper .search-block {
            width: 60%;
        }

    .transaction-detail-warpper {
        padding: 15px;
    }

    .aboutUs-wrapper .header-wrapper {
        padding: 10px;
    }

    .faq-warpper {
        padding: 10px;
    }

    .request-certificate-wrapper {
        padding: 15px 15px 0px 15px;
    }

        .request-certificate-wrapper .header-wrapper {
            padding: 5px 10px 0px 10px;
        }

    .ecensus-home-page .radio-box {
        padding: 12px 20px 12px 15px;
        margin-right: 8px;
    }

    .ecensus-home-page .wizard ul {
        width: 100%;
    }

        .ecensus-home-page .wizard ul li {
            margin: 5px 10px;
        }

    .ecensus-home-page .slide-products .product-items .item .product-description .set-product-name-mrgnBtm {
        margin-bottom: 15px;
    }
}
/* ================================================================ */
/* @@@@@@@@@@@@@@@ FOR 480PX DEVICES STYLES START @@@@@@@@@@@@@@@@@ */
/* ================================================================ */
@media (min-width:460px) and (max-width:480px) {
    .modal .modal-dialog.modal-lg {
        width: 78% !important;
        margin: 0 auto !important;
        top: 12% !important;
    }

    #AddNewRequestModal .modal-body .product-items .hero-item {
        margin: 5px 28px !important;
        width: 85% !important;
    }

    .ecensus-home-page .confirmation-dialog {
        top: 14% !important;
    }
}
/* ================================================================ */
/* @@@@@@@@@@@@@@@ FOR 480PX DEVICES STYLES END @@@@@@@@@@@@@@@@@@@ */
/* ================================================================ */
/* ================================================================ */
/* @@@@@@@@@@@@@@ FOR 1024PX DEVICES STYLES START @@@@@@@@@@@@@@@@@ */
/* ================================================================ */
@media (min-width:1010px) and (max-width:1026px) {
    .ecensus-home-page .home-slider {
        height: 36vh !important;
    }

        .ecensus-home-page .home-slider .slItems .slText {
            top: 42% !important;
        }

    .ecensus-home-page .slide-products .product-items .hero-item {
        width: 33% !important;
        margin-bottom: 18px !important;
        float: left !important;
        height: 160px !important;
    }

    .ecensus-home-page .slide-products .product-items .item {
        height: 160px !important;
    }
}
/* ================================================================ */
/* @@@@@@@@@@@@@@@ FOR 1024PX DEVICES STYLES END @@@@@@@@@@@@@@@@@@ */
/* ================================================================ */
/* -------------------------------------------------------------------- */
/* $$$$$$$$$$$$ RESPONSIVE STYLES FOR SOME ELEMENTS END $$$$$$$$$$$$$$$ */
/* -------------------------------------------------------------------- */

/* ================================================================ */
/* @@@@@@@@@@@@@@@ FOR 280PX DEVICES STYLES END @@@@@@@@@@@@@@@@@@ */
/* ================================================================ */

@media (min-width:280px) and (max-width:280px) and (orientation : portrait) {
    h1 {
        padding: 0 !important;
        font-size: 25px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h3 {
        font-size: 15px !important;
    }

    .loginpage {
        padding-top: 10% !important;
    }

    .loginimage {
        padding: 0;
    }

        .loginimage img {
            width: 225px !important;
            height: 183px !important;
        }

    .usercredential {
        width: 100% !important;
    }

    .transdiv {
        padding-top: 10%;
    }

    #status {
        width: 100%;
    }

    #RefNo {
        float: left !important;
        width: 100% !important;
        padding: 0;
    }

    .regNotxt {
        padding: 0;
        float: left;
        width: 75% !important;
    }

    .ecensus-home-page .slide-products .product-items {
        padding: 0 !important;
    }

    .home {
        margin-bottom: 50%;
    }

    .seperator {
        width: 100%;
        margin-left: 0 !important;
    }

       .middle {
        margin-left: -20px !important;
    }
    
       .divlast {
        margin-left: -8px !important;
        text-align:left !important;
    } 

    .deatils{
        display: grid;
        -webkit-box-orient: vertical;
        margin-top: 5%;
    }

    .contactUs {
        -webkit-box-ordinal-group: 2;
        order: 2;
        width: 100%
    }

    .contactUsFormPage{
        -webkit-box-ordinal-group: 1;
         order: 1;
         width:100% !important;
    }

     .fedex-buttons{
        display:grid;
    }
    .fedex-buttons .btn-default{
        order:2;
        margin:1%;
    }

     .fedex-buttons .btn-primary{
        order:1;
        margin:1%;
        white-space: pre-line;
    }

     .fedExDiv{
         display:contents;
     }
}

/* ================================================================ */
/* @@@@@@@@@@@@@@@ FOR 320PX DEVICES STYLES END @@@@@@@@@@@@@@@@@@ */
/* ================================================================ */

@media (min-width:320px) and (max-width:320px) and (orientation : portrait) {

    .loginimage img {
        width: 256px !important;
        height: 200px !important;
    }
}
