@charset "utf-8";
/* CSS Document */

/*--font--*/
@font-face {
    font-family: 'univers_45_lightregular';
    src: url('../fonts/univers_45_light-webfont.eot');
    src: url('../fonts/univers_45_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/univers_45_light-webfont.woff') format('woff'),
    url('../fonts/univers_45_light-webfont.woff2') format('woff2'),
    url('../fonts/univers_45_light-webfont.ttf') format('truetype'),
    url('../fonts/univers_45_light-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers_45_lightbold';
    src: url('../fonts/univers_45_light_bold-webfont.eot');
    src: url('../fonts/univers_45_light_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/univers_45_light_bold-webfont.woff') format('woff'),
    url('../fonts/univers_45_light_bold-webfont.woff2') format('woff2'),
    url('../fonts/univers_45_light_bold-webfont.ttf') format('truetype'),
    url('../fonts/univers_45_light_bold-webfont.svg#univers_45_lightbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "univers_45_lightregular", Helvetica, Arial, sans-serif;
    color: #4d4d4f;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

html, body {
    width: 100%;
    height: 100%;
}

a {
    color: #7ccdcd;
    outline: none !important;
}

input, select, textarea {
    outline: none !important;
}

a:hover {
    color: #9ece2b;
}

img {
    max-width: 100%;
}

hr {
    border-color: #e4e4e4;
}

#wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

input, select, textarea {
    border: 1px solid #cccccc;
}

input:focus, input:active {
    outline: none;
}

/*--Start Main sidebar style--*/
.main-container {
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
}

.left-sidebar {
    float: left;
    width: 100%;
    background: #ffffff;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.right-sidebar {
    width: 100%;
    float: left;
    position: unset;
    background: #ffffff;
    display: table-cell;
    vertical-align: top;
}

.right-sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 100%;
    background-image: url(../images/right-side-shadow.png);
    background-position: left top;
    background-repeat: repeat-y;
    z-index: 99;
}

.Bodycon {
    min-height: 650px;
}

.mainBanner {
    position: relative;
}
.mainBanner .notice-overlay {
    display: none;
}

.mainBanner .banner-overlay {
    position: absolute;
    top: 50%; color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
}
.mainBanner .banner-overlay-inner {
    margin: 0 15px;
}
.mainBanner .banner-title {
    font-family: 'univers_45_lightbold';
    font-size: 2.3em;
    margin: 0 0 15px;
}
.mainBanner .banner-title span.color-brand {
    color:#7ccdcd;
}
.mainBanner .banner-subtitle {
    font-family: 'univers_45_lightbold';
    font-size: 1.6em;
    line-height: 1;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 5px solid #7ccdcd;
}
.mainBanner .banner-text {
    font-family: 'univers_45_lightregular';
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
.mainBanner .btn.green {
    font-size: 1em;
}

/* Embed video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .mainBanner .notice-overlay {
        display: block; width: 100%;
        position: absolute; top: 15px;
        font-size: 11px; color: #FFFFFF;
    }
    .mainBanner .notice-overlay-inner {
        margin: 0 35px;
    }
    .mainBanner .notice-text {
        font-family: 'univers_45_lightregular';
        font-size: 1.1em; font-weight: normal;
        padding: 8px;
        border: 1px solid #FFFFFF;
    }

    .mainBanner .banner-overlay {
        font-size: 12px;
    }
    .mainBanner .banner-overlay-inner {
        margin: 0 35px;
    }
    .mainBanner .banner-title {
        font-size: 3em;
        margin: 35px 0 15px;
    }
    .mainBanner .banner-subtitle {
        font-size: 2em;
        margin:0 8.333% 15px 0;
    }
    .mainBanner .banner-text {
        font-size: 1.1em;
        margin: 0 8.333% 25px 0;
    }
}
@media (min-width: 992px) {
    .mainBanner .notice-overlay {
        font-size: 14px; color: #FFFFFF;
        top: 20px;
    }
    .mainBanner .notice-text {
        font-weight: bold; padding: 15px;
    }

    .mainBanner .banner-overlay {
        font-size: 14px;
    }
    .mainBanner .banner-overlay-inner {
        margin: 0 0 0 35px;
    }
}
@media (min-width: 1200px) {
    .mainBanner .notice-overlay {
        width: 75%; left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mainBanner .banner-title {
        font-size: 3.5em;
    }
}
/*--End Main sidebar style--*/

td.spinner-td {
    text-align: center;
}

.select > .field-grp {
    margin-top: 20px;
}

div.spinner-div {
    position: absolute;
    right: -25px;
    top: 12px;
}

/*--Start Header style--*/
.header-section {
}

.logo {
    padding: 20px;
    text-align: center;
}

.left-sidebar .navbar {
    border: 0;
    margin: 0;
}

.left-sidebar .container-fluid, .left-sidebar .navbar-collapse {
    padding: 0;
    margin: 0;
}

.left-sidebar .navbar-toggle .icon-bar {
    background-color: #4d4d4f;
    height: 3px;
}

.login-reg-btn a {
    background: #9ece2b;
    padding: 13px 15px;
    text-align: center;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.login-reg-btn a:before {
    background: #9ece2b;
    content: "";
    height: 100%;
    left: -1049%;
    position: absolute;
    top: 0;
    width: 1050%;
    z-index: -1;
}

.login-reg-btn a:hover, .login-reg-btn a:hover:before {
    background: #000;
}

.registration {
    padding-left: 15px;
    padding-right: 15px;
}

.registration-btn {
    font-family: 'univers_45_lightregular';
    font-weight: bold;
    background: #7ccdcd;
    color: #ffffff;
    border: 1px solid #7ccdcd;
    padding: 10px 26px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.registration-btn:hover {
    text-decoration: none;
    background: #7ccdcd;
    color: #fff;
}

.lhs-crop-logo {
    margin-top: 200px;
    padding-left: 15px;
}
/*--End Header style--*/


/*--Start Megamenu Style--*/
.mainMenu {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.mainMenu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainMenu > ul.navbar-nav {
    width: 100%;
}

.mainMenu ul > li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.mainMenu ul > li > a {
    color: #4d4d4f;
    font-size: 13px;
    display: block;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
}

.mainMenu ul li a strong {
    font-weight: normal;
    font-family: 'univers_45_lightbold';
}

.mainMenu ul > li > a i {
    float: right;
    font-size: 22px;
}

.mainMenu ul > li > a:hover {
    font-family: 'univers_45_lightbold';
    background: none;
}

.mainMenu ul > li > a:hover i {
    color: #7dcdce;
}

.mainMenu ul > li:hover > a {
    font-family: 'univers_45_lightbold';
    background: none;
}

.mainMenu ul > li:hover > a i {
    color: #7dcdce;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #f4f5f9;
    border: none;
    border-radius: 0 30px 30px 0;
    box-shadow: none;
    float: left;
    font-size: 14px;
    left: 100%;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 336px;
    padding: 25px 15px 25px 15px;
    position: absolute;
    text-align: left;
    top: -88px;
    z-index: 1000;
}

.navbar-nav > li.mega {
    position: static;
}

.navbar-nav > li.mega > .dropdown-menu {
    top: -154px;
    left: 100%;
    min-width: 820px;
    min-height: 400px;
    padding: 35px 15px 35px 15px;
}

.navbar-nav > li.mega > .dropdown-menu .submenu-list {
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    width: 32%;
}

.navbar-nav > li.mega > .dropdown-menu .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li.mega > .dropdown-menu .col-md-4 .submenu-list {
    width: auto;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 0;
}

.navbar-nav > li > .dropdown-menu .submenu-list {
    display: inline-block;
    margin: 0;
    padding: 20px 30px;
    vertical-align: top;
    width: 100%;
}

.navbar-nav > li > .dropdown-menu .submenu-list .icon svg {
    height: 50px;
    width: 50px;
    margin-bottom: 2px;
    margin-left: -5px;
    fill: #47a4a5;
}

.navbar-nav > li > .dropdown-menu .submenu-list .icon img.svg {
    height: 50px;
    width: 50px;
    margin-bottom: 2px;
    margin-left: -5px;
}

.navbar-nav > li > .dropdown-menu .submenu-list > li > a {
    padding: 0;
    font-family: 'univers_45_lightregular';
}

.navbar-nav > li > .dropdown-menu .submenu-list > li.sub1st > a {
    font-family: 'univers_45_lightbold';
}

.navbar-nav > li > .dropdown-menu .submenu-list > li > a:hover {
    color: #7dcdce;
}

.navbar-nav > li.single > .dropdown-menu .submenu-list > li > a {
    padding: 8px 0;
    border-bottom: 1px solid #7dcdce;
}

.navbar-nav > li.single > .dropdown-menu .submenu-list > li:last-child > a {
    border-bottom: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .navbar-nav > li > .dropdown-menu {
        min-width: 300px;
    }

    .navbar-nav > li.mega > .dropdown-menu {
        min-width: 720px;
    }
}

@media (max-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        min-width: 300px;
    }

    .navbar-nav > li.mega > .dropdown-menu {
        min-width: 530px;
    }

    .navbar-nav > li.mega > .dropdown-menu .submenu-list {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid red;
    }

    .mainMenu ul > li.open > a {
        font-family: 'univers_45_lightbold';
    }

    .mainMenu ul > li.open > a i {
        transform: rotate(90deg);
    }

    .mainMenu ul > li > a {
        padding: 7px 10px 7px 15px;
    }

    .navbar-nav > li > .dropdown-menu {
        background-color: #f4f5f9 !important;
        border-radius: 0;
        left: 0;
        margin: 0;
        min-width: inherit;
        padding: 20px 15px;
        top: 0;
        width: 100%
    }

    .navbar-nav > li.mega {
        position: relative;
    }

    .navbar-nav > li.mega > .dropdown-menu {
        top: 0;
        left: 0;
        min-width: inherit;
        min-height: inherit;
        padding: 20px 15px;
        width: 100%;
    }

    .navbar-nav > li.mega > .dropdown-menu .submenu-list {
        display: inline-block;
        margin: 0;
        padding: 10px 15px;
    }

    .navbar-nav > li > .dropdown-menu li {
        padding: 0;
    }

    .navbar-nav > li > .dropdown-menu .submenu-list {
        padding: 10px 15px;
        width: 49%;
    }

    .navbar-nav > li.single > .dropdown-menu .submenu-list {
        width: 100%;
    }

    .page-title + .login-points .small {
        font-size: 0.9em;
    }
}

@media (max-width: 360px) {
    .navbar-nav > li.mega > .dropdown-menu .submenu-list {
        padding: 10px 6px;
    }

    .navbar-nav > li > .dropdown-menu .submenu-list {
        padding: 10px 6px;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}
/*--End Megamenu Style--*/


/*--Start Home Body style--*/
.homeBody {
}

.homeBody .left {
    float: left;
}

.homeBody .right {
    float: right;
}

.homeBody .content {
    padding: 0;
}

.homeBody .imagebx {
    padding: 0;
}

.homeBody .content-bx {
    padding: 38px 20px 25px 38px;
}

.homeBody .title {
    border-left: 8px solid #9ece2b;
    padding: 10px 0 10px 13px;
    margin-bottom: 23px;
}

.homeBody .title h3 {
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4d4f;
    margin: 0 0 7px 0;
    font-family: 'univers_45_lightbold';
}

.homeBody .title h4 {
    font-size: 15px;
    color: #85ae24;
    margin: 0;
}

.homeBody .content-bx p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.homeBody .content-bx p strong {
    font-family: 'univers_45_lightbold';
    font-weight: normal;
}

.homeBody .content-bx ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.homeBody .content-bx ul li {
    padding: 0 0 0 25px;
    margin: 0;
    list-style: none;
    background: url(../images/bullets.jpg) 0 6px no-repeat;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.btn.readmore {
    background: #ffffff;
    border: 1px solid #ecece8;
    color: #4d4d4f;
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 0;
    margin-top: 10px;
}

.btn.readmore:hover {
    text-decoration: none;
    background: #4d4d4f;
    color: #ffffff;
}
/*--End Home Body style--*/

/*--Start Footer style--*/
.footer-section {
    background: #4d4e4f;
    position: relative;
    padding: 36px 0 36px 28px
}

.footer-section:before {
    background: #4d4e4f none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -229%;
    top: 0;
    width: 230%;
    z-index: -1;
}

.ftr-logo {
    float: left;
    margin-right: 2.5%;
    width: 15%;
}

.ftr-logo .ftr-logo-svg {
    background: #FFFFFF;
    padding: 38px 8px;
    border-radius: 50%;
    display: inline-block;
}

.ftr-menu {
    float: left;
    margin-right: 1.5%;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ftr-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr-menu ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    border-left: 1px solid #ccc;
    padding: 0 5px;
    margin-bottom: 8px;
}

.ftr-menu ul li:first-child {
    border: none;
    padding-left: 0;
}

.ftr-menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

.ftr-menu ul li a:hover {
    color: #7ccdcd;
}

.copyright {
    font-size: 12px;
    color: #ffffff;
    margin: 5px 0 0;
}

.ftr-social-menu {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ftr-social-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr-social-menu ul li {
    padding: 0;
    margin: 0 0 0 9px;
    list-style: none;
    display: inline-block;
}

.ftr-social-menu ul li a {
    display: block;
}
/*--End Footer style--*/

/*--Start Button style--*/
.btn {
    border-radius: 0;
    padding: 10px 26px;
}

.btn.full {
    width: 100%;
}

.btn.green {
    background: #9ece2b;
    color: #ffffff;
    font-family: "univers_45_lightregular";
    font-weight: bold;
}

.btn.green:hover {
    background: #4d4e4f;
}

.btn.green.active {
    background: #4d4e4f;
}

.btn.aqua {
    background: #7ccdcd;
    color: #ffffff;
    font-family: "univers_45_lightregular";
    border: 1px solid #7ccdcd;
    font-weight: bold;
}

.btn.aqua:hover {
    background: #4d4e4f;
    color: #ffffff;
}

.btn.aqua.active {
    background: #4d4e4f;
    color: #ffffff;
    box-shadow: none;
}

.btn.aqua.border {
    border-color: #7ccdcd;
}

.btn.aqua.border:hover {
    border-color: #4d4e4f;
}

.btn.aqua-clear {
    background: #7ccdcd;
    color: #ffffff;
    font-family: "univers_45_lightregular";
    font-weight: bold;
    border: 1px solid #7ccdcd;
}

.btn.white {
    background: #ffffff;
    color: #4d4d4f;
}

.btn.white:hover {
    background: #4d4e4f;
    color: #ffffff;
}

.btn.white.border {
    border-color: #ecece8;
}

.btn.white.border:hover {
    border-color: #4d4e4f;
}

.btn.right {
    float: right;
}

.btn.left {
    float: left;
}
/*--End Button style--*/

/*--Start Login Page style--*/
.page-title {
    border-left: 8px solid #9ece2b;
    padding: 6px 0 6px 13px;
    margin-bottom: 28px;
}
.page-title.with-points {
    margin-bottom: 3px;
}
.page-title + .login-points {
    margin-bottom: 28px;
    color: #4d4d4f;
}

.page-title .main {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4d4f;
    margin: 0;
    font-family: 'univers_45_lightbold';
    display: block;
}

.page-title .sub {
    font-size: 16px;
    color: #85ae24;
    margin: 6px 0 0 0;
    display: block;
}

.bdyTopLogRegMenu {
    border-bottom: 1px solid #f4f5f9;
}

.bdyTopLogRegMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bdyTopLogRegMenu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    background: url(../images/lr-sl.jpg) center right no-repeat;
}

.bdyTopLogRegMenu ul li a {
    font-size: 14px;
    color: #4d4d4f;
    padding: 16px 26px;
    display: block;
    text-decoration: none;
}

.bdyTopLogRegMenu ul li a:hover {
    background: #7ccdcd;
    color: #ffffff;
    text-decoration: none;
}

.bdyTopLogRegMenu ul li.active a {
    background: #7ccdcd;
    color: #ffffff;
    font-family: 'univers_45_lightbold';
    text-decoration: none;
}

.logim-section {
    padding: 30px 0 30px 30px;
}

.bdyTopLogRegMenu ul li.active ul.bdyTopLogRegSubMenu li a {
    background: #f4f5f9;
    color: #4d4d4f;
}

.bdyTopLogRegMenu ul li.active ul.bdyTopLogRegSubMenu li.active a {
    color: #7ccdcd;
}

.red-highlight {
    color: #cc0000;
}

.forgotten-login-details {
    background: #f4f5f9;
    position: relative;
    padding: 60px 30px;
    margin: 12px 0;
    text-align: left;
}

@media (min-width: 1024px) {
    .forgotten-login-details {
        text-align: right;
    }
}

.forgotten-login-details:before {
    background: #f4f5f9;
    content: "";
    height: 100%;
    position: absolute;
    right: -499%;
    top: 0;
    width: 500%;
    z-index: -1;
}

.forgotten-login-details h3 {
    color: #4d4d4f;
    font-family: "univers_45_lightbold";
    font-size: 21px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.forgotten-login-details p {
    margin-bottom: 16px;
    line-height: 1.3;
}

.forgotten-login-details p a {
    font-family: "univers_45_lightregular";
    font-weight: bold;
}

.forgotten-login-details .iconbx {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.formbx {
    margin-bottom: 15px;
}

.fieldStyle input[type="text"], .fieldStyle input[type="password"] {
    height: 48px;
    line-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    color: #4d4d4f;
}

.btn.continue-btn {
    margin-top: 5px;
}
/*--End Login Page style--*/


/*--Start Registration Page style--*/
.registration-stepBx {
    padding-right: 0;
}

.registration-step-menu {
    background: #f4f5f9;
    padding: 25px 25px 25px 10px;
    margin-right: -15px;
    min-height: 500px;
}

.registration-step-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.registration-step-menu ul:before {
    height: 100%;
    width: 1px;
    background: #d0d0d0;
    position: absolute;
    content: '';
    left: 20px;
}

.registration-step-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #4d4d4f;
    position: relative;
    padding-top: 40px;
    z-index: 1;
}

.registration-step-menu ul li:first-child {
    padding-top: 0;
}

.registration-step-menu ul li.active {
    font-family: 'univers_45_lightbold';
}

.registration-step-menu ul li.active:before {
    height: 100%;
    width: 1px;
    background: #4d4d4f;
    position: absolute;
    content: '';
    left: 20px;
    z-index: -1;
    top: 0;
}

.registration-step-menu ul li.visited {
    font-family: 'univers_45_lightbold';
}

.registration-step-menu ul li.visited:before {
    height: 100%;
    width: 1px;
    background: #4d4d4f;
    position: absolute;
    content: '';
    left: 20px;
    z-index: -1;
    top: 0;
}

.registration-step-menu ul li.companyInfo2:before {
    height: 125%;
}

.registration-step-menu ul li.companyInfo2:after {
    top: 125%;
    height: 12px;
    width: 12px;
    background: #7ccdcd;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    content: '';
    left: 20px;
    margin-left: -5px;
    margin-top: -5px;
}

.registration-step-menu ul li .noBx {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #f4f5f9;
}

.registration-step-menu ul li.active .noBx {
    border: 1px solid #4d4d4f;
    color: #4d4d4f;
    background: #f4f5f9;
}

.registration-step-menu ul li.visited .noBx {
    border: 1px solid #4d4d4f;
    color: #4d4d4f;
    background: #f4f5f9;
}

.registration-step-menu ul li .nameBx {
    padding: 0;
    margin: 0 0 0 20px;
}


.registration-section {
    padding: 30px 0 30px 30px;
}

.registration-dby {
    padding-top: 10px;
}

.registration-dby strong {
    font-weight: normal;
    font-family: 'univers_45_lightbold';
}

.registration-dby p {
    line-height: 1.3;
    margin-bottom: 16px;
}

.registration-dby ul {
    padding-left: 12px;
}

.registration-dby p a,
.registration-dby li a {
    font-family: 'univers_45_lightbold';
}

.registration-dby .field-group label {
    min-width: 175px;
}
.registration-dby .field-group span {
    width: calc(100% - 175px);
}

.btn.cancelBtn {
    margin-top: 8px;
}

.btn.continueBtn {
    margin-top: 8px;
}

.input-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}

.input-group label {
    font-family: 'univers_45_lightregular';
    position: absolute;
    color: #4d4d4f;
    background: #ffffff;
    font-size: 14px;
    padding: 2px 15px 4px;
    margin: 0;
    width: 100%;
    left: 2px;
    font-weight: normal;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.9) translateY(70%);
    transform: scale(0.9) translateY(70%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    letter-spacing: 0.5px;    
}
.searchableSelect label{
    z-index:0;
}

.input-group label.animate-label {
    -webkit-transform: scale(0.8) translateY(9%);
    transform: scale(0.8) translateY(9%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    color: #7ccdcd;
    background: transparent;
}

.input-group label span,
.checkbox label span {
    color: #ff0000;
}
.checkbox input[type="checkbox"] {
    margin-top: 4px !important;
}

.input-group input {
    padding: 20px 14px 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'univers_45_lightbold';
    height: 48px;
}

.input-group textarea {
    padding: 20px 14px 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'univers_45_lightbold';
}

.input-group select {
    padding: 20px 14px 9px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'univers_45_lightbold';
    height: 48px;
    background: #ffffff url(../images/selectBx-arow.jpg) center right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
}

/*--End  Registration Page style--*/

/*--Start User Profile page Style--*/
.userProfile-section {
    padding: 30px 0 30px 30px;
}

.userTab-area {
    margin-top: 35px;
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}

.nav-tabs > li > a {
    border-radius: 0;
    background: #f4f5f9;
    color: #4d4d4f;
    font-size: 13px;
    border-color: #f4f5f9 #f4f5f9 #dddddd;
    padding: 15px 25px;
    margin-right: 3px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #e5e5e5 #e5e5e5 transparent;
    font-family: 'univers_45_lightbold';
}

.tab-content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}

.tableBx {
    margin-left: -20px;
    margin-right: -20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    padding: 7px 9px;
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    font-family: 'univers_45_lightbold';
    font-weight: normal;
    padding: 5px 9px 15px;
}

.tableBx .table-responsive {
    border: none;
}

.tableBx .deleteBtn {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-left: 5px;
}

.tableBx .editBtn {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-left: 5px;
}

.tableBx .deleteBtn .svg {
    width: 20px;
    height: 20px;
    fill: #7ecdd1;
}

.tableBx .editBtn .svg {
    width: 26px;
    height: 26px;
    fill: #7ecdd1;
}

.tableBx .deleteBtn:hover .svg {
    fill: #4d4e4f;
}

.tableBx .editBtn:hover .svg {
    fill: #4d4e4f;
}

/*--End User Profile page Style--*/


/*--Start Upload Doc Style--*/
.crop-from-sec {
    padding-bottom: 15px;
}

.datepicker.icon {
    border-radius: 0;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 98.5% center;
}

.input-file {
    border: 1px solid #cccccc;
    padding: 3px;
}

.input-file input[type="file"] {
    box-sizing: border-box;
    font-family: "univers_45_lightbold";
    height: 42px;
    padding: 0;
    width: 100%;
    border: none;
}
/*--End Upload Doc Style--*/


/*--Start Residue analysis records Page Style--*/
.tabFormListBx {
    margin-bottom: 30px;
}

.selectTypeLft {
    padding-right: 10px;
}

.selectTypeMid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.selectTypeRht {
    padding-left: 10px;
}

.btn.addRemove {
    margin-bottom: 5px;
}

label {
    margin-bottom: 5px;
}

label strong {
    font-family: "univers_45_lightbold";
    font-weight: normal;
}

label span {
    font-weight: normal !important;
}

.selectListBx {
}

.selectListBx .selectListBxHed {
    border: 1px solid #cccccc;
    height: 50px;
    font-size: 14px;
    color: #4d4d4f;
    font-family: 'univers_45_lightregular';
}

.selectListBx .selectListBxHed .hedlist {
    padding: 5px 10px;
    position: relative;
}

.selectListBx .selectListBxHed .hedlist.full {
    width: 100%;
    float: left;
}

.selectListBx .selectListBxHed .hedlist.half {
    width: 50%;
    float: left;
}

.selectListBx .selectListBxHed .hedlist .text {
    display: inline-block;
    line-height: 1.1;
    padding-right: 10px;
    vertical-align: middle;
    width: 88%;
}

.selectListBx .selectListBxHed .hedlist .arow {
    /*background: url(../images/dd-arow1.png) no-repeat scroll center center;*/
    cursor: pointer;
    height: 38px;
    width: 12%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    line-height: 1;
    padding: 4px 0;
}

.selectListBx .selectListBxHed .hedlist .arow a {
    display: block;
}

.arow .single-arow {
    display: block;
    padding: 8px 0;
}


.selectListBx .selectListBxBdy {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectListBx .selectListBxBdy ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.selectListBx .selectListBxBdy ul li {
    border-bottom: 1px solid #f5f5f7;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'univers_45_lightregular';
}

.selectListBx .selectListBxBdy ul li:hover {
    font-family: "univers_45_lightbold";
}

.selectListBx .selectListBxBdy .companyNameBx {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.selectListBx .selectListBxBdy .fboNoBx {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.tabFormListBx.select .page-title {
    margin-bottom: 20px;
}

/*--End Upload Doc Style--*/

#myCarousel .carousel-indicators {
    bottom: inherit;
    left: inherit;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    /*right: 35px;*/
    right: 15px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 15;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (min-width: 768px) {
    #myCarousel .carousel-indicators {
        right: 35px;
    }
}
#myCarousel .carousel-indicators li {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    height: 12px;
    margin: 15px 0;
    text-indent: -999px;
    width: 12px;
    opacity: 0.3;
    background: #ffffff;
}

#myCarousel .carousel-indicators .active {
    opacity: 1;
    margin: 15px 0;
}

.radio-inline input[type="radio"] {
    margin-top: 0;
}

.dt-button-collection {
    left: inherit !important;
    right: 0 !important;
}


/*--Start Media style--*/
/*Min-width*/
@media (min-width: 768px) {
    .left-sidebar {
        width: 30%;
        float: left;
    }

    .right-sidebar {
        width: 70%;
        float: left;
    }
}

@media (min-width: 900px) {
    .left-sidebar {
        width: 25%;
        float: left;
    }

    .right-sidebar {
        width: 75%;
        float: left;
    }
}

@media (min-width: 992px) {
    .left-sidebar {
        width: 22%;
        float: left;
    }

    .right-sidebar {
        width: 78%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .left-sidebar {
        width: 22%;
        float: left;
    }

    .right-sidebar {
        width: 78%;
        float: left;
    }

}

/*max-width*/
@media screen and (max-width: 1024px) {
    .homeBody .imagebx img {
        height: auto !important;
    }

    .footer-section {
        padding: 30px;
    }

    .ftr-menu {
        margin-right: 1%;
        padding-bottom: 0;
        padding-top: 0;
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .footer-section {
        margin-top: 36px;
    }

    .ftr-logo {
        margin-right: 0;
        margin-top: -80px;
        text-align: center;
        width: 100%;
        margin-bottom: 24px;
    }

    .ftr-social-menu {
        padding-bottom: 30px;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }

    .ftr-menu {
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }

    .homeBody .content-bx {
        padding: 35px;
    }

    .homeBody .clearfix {
        display: none;
    }

    .logim-section {
        padding: 30px;
    }

    .login-form {
        margin-bottom: 30px;
    }

    .registration-stepBx {
        padding-right: 15px;
    }

    .registration-step-menu {
        margin-right: 0;
        min-height: inherit;
    }

    .registration-section {
        padding: 30px;
    }

    .userProfile-section {
        padding: 30px;
    }

    .selectTypeMid {
        padding: 25px 15px;
    }

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 767px) {
    .right-sidebar:before {
        display: none;
    }

    .logo {
        padding: 25px;
        text-align: left;
        max-width: 300px;
    }

    .left-sidebar .navbar {
        min-height: inherit;
    }

    .left-sidebar .navbar-header {
        position: absolute;
        right: 10px;
        top: -70px;
    }

    .left-sidebar .navbar-collapse {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.12);
        position: absolute;
        width: 100%;
        z-index: 999999;
    }

    .lhs-crop-logo {
        margin: 30px 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 480px) {
    .homeBody .content-bx {
        padding: 25px;
    }
}

@media screen and (max-width: 360px) {
    .bdyTopLogRegMenu ul li a {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 320px) {

}
/*--End Media style--*/