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

/******* Fonts Face CSS Start **********/
/******* Fonts Face CSS Start **********/
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    font-style: normal;
    font-weight: normal;
    src: local('Panton'), url('../fonts/Panton-Regular.woff') format('woff');
}

/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
*, *:before, *:after { /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
    -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
    -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    /*font-family: 'robotoregular';*/
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.6px;
}

img {
    border: 0px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:focus, a:active, a:visited {
    outline: none;
    border: 0px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
}

.border-none {
    border: none !important;
}

.bg-none {
    background: none !important;
}

.margint-none {
    margin-top: 0px !important;
}

.marginr-none {
    margin-right: 0px !important;
}

.marginb-none {
    margin-bottom: 0px !important;
}

.marginl-none {
    margin-left: 0px !important;
}

.paddingt-none {
    padding-top: 0px !important;
}

.paddingr-none {
    padding-right: 0px !important;
}

.paddingb-none {
    padding-bottom: 0px !important;
}

.paddingl-none {
    padding-left: 0px !important;
}

.padding-none {
    padding: 0px !important;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.margint-10px {
    margin-top: 10px !important;
}

/******* Common Element CSS End *********/
/* ****************************************** Home ****************************************** */
.navbar-default ul.nav li {
    margin: 0px 4px;
}

.navbar-default ul.nav li a {
    color: #424242;
    font: 18px/54px 'robotoregular';
}

.navbar-default ul.nav li a:HOVER,
.navbar-default ul.nav li a.active {
    color: #19478e;
}

#term {
    color: #424242;
    text-align: center;
    margin-top: 25px;
}

#results {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}

.result {
    text-align: left;
    border-left: 5px solid #424242;
    margin-bottom: 8px;
    background-color: white;
    padding: 15px;
}

.result:hover {
    border-left: 5px solid #424242;
}

/* .SearchBox 							{ float: right; text-align: center; display: block; margin: 26px auto 0px; }
.SearchForm 						{ border: 1px solid #424242; border-radius: 20px; display: inline-block; height: 30px; position: relative; }
input#field 						{ cursor: pointer; border: none; background: transparent; height: 30px; width: 0px; line-height: 0px; vertical-align: top; padding: 0px 15px; -webkit-transition: width .5s; transition: width .5s; position: relative; z-index: 2; color: #424242; }
input#field:focus 					{ width: 200px; outline: none; margin-right: 22px; }
.close 								{ position: absolute; width: 30px; height: 30px; top: -2px; right: 0px; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; cursor: pointer; z-index: 1 }
.close span 						{ background: #424242; border-radius: 3px; display: block; height: 4px; position: absolute; right: -7px; top: 29px; width: 14px; -webkit-transition: .2s .5s ease-in-out; -moz-transition: .2s .5s ease-in-out; -o-transition: .2s .5s ease-in-out; transition: .2s .5s ease-in-out; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.close span.back 					{ top: 12px; right: 5px; opacity: 0; } */
input#field:focus + .close span {
    top: 12px;
    right: 5px;
}

input#field:focus + .close span.back {
    -webkit-transition: .5s .7s ease-in-out;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #424242;
}

:-ms-input-placeholder {
    color: #424242;
}

::-moz-placeholder {
    color: #424242;
    opacity: 1;
}

:-moz-placeholder {
    color: #424242;
    opacity: 1;
}

button.faculty-btn {
    padding: 16px 20px;
    background: #19478e;
    font: 16px/20px 'robotoregular';
    border: 0px;
    border-radius: 1px;
    text-transform: uppercase;
}

button.contractor-btn {
    margin-left: 10px;
    padding: 16px 20px;
    background: #424242;
    font: 16px/20px 'robotoregular';
    border: 0px;
    border-radius: 1px;
    text-transform: uppercase;
}

h1.heading {
    margin: 0px 0px 22px 0px;
    font: 55px/60px 'robotolight';
    color: #424242;
    text-align: center;
}

.welcome-block {
    margin: 75px 0px;
    text-align: center;
}

.welcome-block p {
    margin: 0px;
    font: 18px/22px 'robotolight';
    color: #424242;
}

.work-block {
    margin-bottom: 95px;
    text-align: center;
}

.work-block img {
    margin: 0px auto;
    text-align: center;
}

.work-block h6 {
    margin: 25px 0px 15px 0px;
    font: 42px/46px 'robotolight';
    color: #424242;
}

.work-block p {
    font: 18px/22px 'robotolight';
    color: #424242;
}

.work-block a {
    margin: 28px 0px 0px 0px;
    padding: 12px 30px;
    display: inline-block;
    font: 18px/22px 'robotolight';
    color: #585858;
    text-transform: uppercase;
    border: 1px solid #585858;
    border-radius: 3px;
}

.work-block a:HOVER {
    color: #19478e;
    border-color: #19478e;
    text-decoration: none;
}

.work-block .row {
    margin-top: 50px;
}

.work-block .line {
    height: 200px;
    width: 1px;
    background: #d2d4d5;
    float: left;
}

.work-block > .row > .col-sm-6:FIRST-CHILD {
    width: 49.5%;
}

.use-block {
    margin-bottom: 90px;
    text-align: center;
}

.use-block h1 {
    margin-bottom: 58px;
}

.use-block img {
    margin: 0px auto;
    text-align: center;
}

.use-block h6 {
    margin: 25px 0px 12px 0px;
    font: 26px/30px 'robotoregular';
    color: #424242;
}

.use-block p {
    margin: 0px;
    font: 17px/24px 'robotolight';
    color: #424242;
}

footer {
    padding: 50px 0px;
    background: #f2f2f2;
    text-align: center;
}

ul.footer-nav {
    margin: 0px 0px 18px 0px;
    padding: 0px;
    list-style: none;
}

ul.footer-nav li {
    display: inline-block;
}

ul.footer-nav li a {
    padding: 0px 20px;
    font: 16px/34px 'robotolight';
    color: #666666;
    border-right: 1px solid #666666;
}

ul.footer-nav li a:HOVER,
ul.footer-nav li a.active {
    color: #19478e;
    text-decoration: none;
}

ul.footer-nav li:last-child a {
    border: 0px;
}

p.copyright-text {
    margin: 0px;
    font: 15px/25px 'robotolight';
    color: #666666;
}

p.copyright-text a {
    color: #666666;
}

#searchbar {
    display: none;
    float: left;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 9999;
    background: #fff;
}

#s {
    display: block;
    width: 88%;
    border: 0px;
    outline: none;
    padding: 0;
    height: 60px;
    font: 26px/30px 'robotoregular';
    color: #424242;
}

#searchsubmit {
    display: block;
    float: right;
    margin-top: 14px;
    background: none;
    color: #424242;
    border: 0px;
    outline: none;
    cursor: pointer;
}

.btn-scroll-to-top {
    background-color: transparent;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 35px;
    padding: 5px;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-scroll-to-top i {
    color: #295396;
}

/* ****************************** About Us ****************************** */
/*nav.innerpage-navigation {
    border-bottom: 1px solid #e5e5e5;
}*/

.about-block {
    margin-top: 80px;
}

.about-block p {
    margin: 35px 0px 85px 0px;
    font: 18px/28px 'robotolight';
    color: #424242;
    text-align: center;
}

.about-text-block {
    margin-bottom: 60px;
    display: block;
    min-height: 110px;
    vertical-align: middle;
}

.about-text-block p {
    margin: 0px;
    font: 18px/28px 'robotolight';
    color: #424242;
}

.about-text-block .col-sm-2 {
    padding: 0px;
}

.about-text-block img {
    margin: 0px auto;
}

/* ****************************** Contact Us ****************************** */
#map {
    margin-bottom: 68px;
    min-height: 450px;
}

.address-block {
    margin: 0px 0px 60px 0px;
}

h2.contact-heading {
    margin: 0px 0px 30px 0px;
    color: #424242;
    font: 44px/55px 'robotolight';
}

ul.contact-address {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact-address li {
    margin: 0px 0px 50px 0px;
    padding-left: 70px;
}

ul.contact-address li h6 {
    margin: 0px 0px 4px 0px;
    font: 28px/32px 'robotoregular';
    color: #19478e;
    text-transform: uppercase;
}

ul.contact-address li a {
    margin:;
    font: 20px/28px 'robotolight';
    color: #666666;
}

ul.contact-address li.mail {
    background: url("../images/mail-icon.png") no-repeat left top;
}

ul.contact-address li.call {
    background: url("../images/call-icon.png") no-repeat left top;
}

.contact-form .form-control {
    font-family: 'robotolight';
}

.contact-form button {
    padding: 12px 40px;
    background: #19478e;
    color: #ffffff;
    font: 22px/32px 'robotoregular';
    text-transform: uppercase;
    border: 0px;
    border-radius: 1px;
}

/* ****************************** Sign Up ****************************** */
.signup-block {
    margin: 80px 0px;
}

.signup-text h1 {
    margin: 0px 0px 35px 0px;
    font: 40px/55px 'robotolight';
    color: #424242;
}

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

ul.signup-list li {
    margin: 0px 0px 40px 0px;
}

ul.signup-list li p {
    margin: 0px;
    font: 17px/26px 'robotolight';
    color: #424242;
}

/* ul.signup-list li img				{ margin: 0px auto; } */
ul.signup-list li .col-sm-10 {
    padding-left: 0px;
}

ul.signup-tab {
    margin-bottom: 35px;
    border-color: #b4b4b4;
}

ul.signup-tab li a {
    padding: 18px 30px;
    background: #e7e7e7;
    border-radius: 0px;
    font: 20px/26px 'robotoregular';
    color: #424242;
    text-transform: uppercase;
}

ul.signup-tab li.active a {
    background: #19478e !important;
    border-color: transparent !important;
    color: #fff !important;
}

.signup-form label {
    margin: 0px 0px 10px 0px;
    font: 18px/28px 'robotolight';
    color: #7c7c7c;
}

.signup-form .form-control {
    height: 50px;
}

.signup-form button {
    margin: 10px 0px 25px 0px;
    padding: 10px 22px;
    font: 20px/26px 'robotoregular';
    color: #ffffff;
    background: #19478e;
    border: 0px;
    border-radius: 2px;
    text-transform: uppercase;
}

.signup-form p, .signup-form p a {
    color: #7c7c7c;
    font: 20px/26px 'robotolight';
}

.signup-form p a:HOVER {
    color: #19478e;
    text-decoration: none;
}

.signup-form .checkbox-inline {
    font: 18px/28px "robotolight";
    color: #7c7c7c;
}

/* ****************************** Facility Register form ****************************** */
/*.register-form {
    margin: 80px 0px 60px;
}

.btn-circle {
    color: #424242;
    text-align: center;
    padding: 10px 20px !important;
    font: 35px/40px 'robotomedium' !important;
    border-radius: 50% !important;
    border: 0px !important;
    background: #f6f6f6 !important;
}

.btn-circle.btn-primary {
    background: #19478e !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    margin: 0px 0px 40px 0px;
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 50%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    height: 5px;
    background-color: #f6f6f6;
    z-order: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step:first-child {
    text-align: left;
}

.stepwizard-step:last-child {
    text-align: right;
}

.registration-form > .setup-content > div > .form-group > label,
.registration-form > .setup-content > div > div > div > .form-group > label {
    margin: 0px 0px 15px 0px;
    color: #424242;
    font: 18px/24px 'robotolight';
}

.registration-form > .setup-content > div > button {
    margin: 40px auto 0px;
    padding: 12px 32px;
    display: block;
    background: #19478e;
    font: 20px/26px 'robotoregular';
    color: #ffffff;
    border-radius: 1px;
    border: 0px;
    text-transform: uppercase;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #b7b7b7;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    height: 50px;
    background: #fff url("../images/dropdown-arrow.png") no-repeat 98% 52%;
}

.select-style select {
    padding: 7px 12px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666666;
    font-size: 17px;
    line-height: 32px;
}

.select-style select:focus {
    outline: none;
}

.select-style select option {
    padding: 5px 12px;
}

.small-select-style {
    width: 90%;
    background-position: 92% 52%;
}

.small-select-style select {
    width: 100%;
    height: 100%;
}

.register-checkbox .checkbox-inline,
.register-checkbox .radio-inline {
    color: #7c7c7c;
    font: 18px/24px "robotolight";
}*/

/* ****************************** Facility Dashboard ****************************** */
/*
.navbar-default ul.nav li a img {
    margin: 15px 0px 0px 0px;
}

.navbar-default ul.nav li.user-menu a {
    padding-top: 20px;
    padding-bottom: 5px;
}

.navbar-default ul.nav li.user-menu a p {
    margin: 9px 0px 0px 0px;
    float: left;
    line-height: 22px; !* width: 80px; *!
    width: 180px;
    text-align: center;
    font-size: 17px;
}

.navbar-default ul.nav li.user-menu a img { !* margin: 0px 6px 0px 42px; *!
    margin: 0px 6px 0px 0px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    object-fit: cover;
}

.navbar-default ul.nav li.alert-menu a span {
    background: #d90000;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 9px;
    text-align: center;
    bottom: 32px;
    width: 16px;
}

.navbar-default ul.nav li ul.dropdown-menu {
    background: #f7f7f7;
    position: absolute;
}

.navbar-default ul.nav li ul.dropdown-menu li {
    margin: 0px;
}

.navbar-default ul.nav li ul.dropdown-menu li a {
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-default ul.nav li ul.dropdown-menu li:last-child a {
    border: 0px;
}

.user-plan {
    padding: 28px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.user-detail img {
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}

.user-detail .user-text {
    margin: 10px 0px 0px 15px;
    float: left;
    width: 78%;
}

.user-detail .user-text h6 {
    margin: 0px;
    font: 30px/36px 'robotoregular';
    color: #424242;
    overflow-wrap: break-word;
}

.user-detail .user-text p {
    margin: 0px;
    font: 20px/34px 'robotolight';
    color: #767676;
}

.user-plan a {
    margin-left: 10px;
    margin-top: 15px;
    padding: 10px 15px;
    font: 15px/22px 'robotoregular';
    border-radius: 0px;
    text-transform: uppercase;
}

.user-plan a.candidate-btn {
    border: 1px solid #424242;
    color: #424242;
}

.user-plan a.position-btn {
    border: 1px solid #19478e;
    color: #ffffff;
    background: #19478e;
}

.user-active {
    padding: 35px 0px 50px 0px;
}

ul.dashboard-tab li a {
    background: #f6f6f6;
}

p.tab-heading {
    margin: 0px 0px 20px 0px;
    font: 24px/30px 'robotomedium';
    color: #424242;
}

.active-user-list {
    margin: 0px 0px 12px 0px;
    padding: 18px 22px 34px;
    background: #f6f6f6;
    position: relative;
}

.active-user-datail h6 {
    margin: 0px 0px 12px 0px;
    font: 24px/30px 'robotomedium';
    color: #19478e;
}

.active-user-datail p {
    margin: 0px 0px 13px 0px;
    font: 18px/22px 'robotolight';
    color: #424242;
}

.active-user-datail .bold-text {
    margin: 0px 0px 13px 0px;
    font: 18px/22px 'robotoregular';
    color: #424242;
}

.active-user-datail button {
    margin-top: 18px;
    padding: 6px 16px;
    font: 16px/22px 'robotoregular';
    color: #ffffff;
    background: #424242;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}

.active-user-list a {
    padding: 8px 14px;
    font: 13px/16px 'robotoregular';
    color: #ffffff;
    background: #b3b3b3;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.active-user-datail button:HOVER {
    background: #19478e;
    color: #ffffff;
}

.active-user-list a:HOVER {
    background: #19478e;
    color: #ffffff;
}

.active-user-datail .user-location img,
.active-user-datail .user-location p {
    float: left;
}

.active-user-datail .user-location img {
    margin-right: 9px;
}

.active-user-history {
    margin: 0px 0px 12px 0px;
    padding: 12px 19px 16px;
    background: #f6f6f6;
    position: relative;
}

.active-user-history-detail img {
    margin-right: 18px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.active-user-history-detail .history-user-info {
    float: left;
}

.history-user-info h6 {
    margin: 0px 0px 4px 0px;
    font: 24px/30px 'robotomedium';
    color: #19478e;
}

.history-user-info .bold-text {
    margin: 0px 0px 9px 0px;
    font: 18px/22px 'robotoregular';
    color: #666666;
    display: block;
}

.history-user-info p {
    margin: 0px 0px 16px 0px;
    font: 16px/22px 'robotolight';
    color: #424242;
}

.history-user-info .user-location img,
.history-user-info .user-location p {
    float: left;
}

.history-user-info .user-location img {
    margin-right: 9px;
}

.active-user-history a {
    padding: 8px 14px;
    font: 13px/16px 'robotoregular';
    color: #ffffff;
    background: #b3b3b3;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.rating {
    float: left;
}

.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0;
    margin: 0px 1px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 150%;
    line-height: 1;
    color: #b3b3b3;
}

.rating:not(:checked) > label:before {
    content: '★  ';
}

.rating > input:checked ~ label {
    color: #fbc54e;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #fbc54e;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #fbc54e;
}

.rating > label:active {
    position: relative;
    top: 0px;
    left: 0px;
}

!* --------------------- *!
.likes input[type=checkbox] {
    display: none;
}

.likes input[type=checkbox] + label {
    margin: 5px 22px 0px 0px;
    background: url("../images/like-btn.png") no-repeat;
    height: 16px;
    width: 18px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    background-size: 100% auto;
}

.likes input[type=checkbox]:checked + label {
    background: url("../images/unlike-btn.png") no-repeat;
    background-size: 100% auto;
    height: 16px;
    width: 18px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}

p.hourly-price {
    margin: 0px 0px 18px 0px;
    font: 20px/25px 'robotomedium';
    color: #424242;
}

.request-btn {
    margin-bottom: 16px;
}

.request-btn button {
    padding: 5px 16px;
    font: 16px/22px 'robotoregular';
    border: 0px;
    border-radius: 0px;
    margin-left: 4px;
    text-transform: uppercase;
    display: inline-block;
}

.request-btn button.accept {
    background: #0db600;
    color: #ffffff;
}

.request-btn button.cancel {
    background: #e7e7e7;
    color: #424242;
}

button.message {
    margin-bottom: 16px;
    padding: 5px 16px;
    background: #e7e7e7;
    color: #424242;
    font: 16px/22px 'robotoregular';
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

p.pending-user-status {
    margin: 0px;
    font: 16px/22px 'robotoregular';
    color: #424242;
}

.red-text {
    color: #ed7000 !important;
}

.green-text {
    color: #0db600 !important;
}

.pending-user-list {
    padding: 18px 22px 22px;
}

.favorite-user-likes {
    display: block;
    overflow: hidden;
}

.favorite-user-action .request-btn {
    margin: 70px 0px 40px 0px;
}

.favorite-user-likes .rating, .favorite-user-likes .rating-count {
    float: right;
}

.favorite-user-likes .rating-count {
    margin: 0px 0px 0px 15px;
    font: 20px/20.5px 'robotomedium';
    color: #424242;
}

.request-btn button.send-request {
    background: #19478e;
    color: #ffffff;
}

.facility-post-job-form .form-group label.checkbox-inline {
    margin: 0px 15px 0px 0px;
}

.modal-content .close {
    float: right;
    position: absolute;
    right: 16px;
    top: 8px;
}

.modal-content .close > span {
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    color: #b6b6b6;
}

.modal-content p {
    margin: 0px 0px 12px 0px;
    font: 18px/24px 'robotolight';
    color: #424242;
}

.modal-content p span {
    margin: 0px 4px 12px 0px;
    font-family: 'robotomedium';
}

.modal-footer button {
    padding: 9px 24px;
    border: 0px;
    border-radius: 2px;
    font: 20px/26px 'robotoregular';
    color: #424242;
    background: #f6f6f6;
}

.blue-btn {
    background: #19478e !important;
    color: #ffffff !important;
}
*/

/* ****************************** Facility Post Job ****************************** */
.facility-post-job-form {
    margin: 80px 0px 65px 0px;
}

.facility-post-job-form .form-group label {
    margin: 0px 0px 15px 0px;
    color: #424242;
    font: 18px/24px 'robotolight';
}

.datepicker-inline {
    border: 1px solid #b7b7b7;
    border-radius: 0px !important;
}

.sandbox-container input[type="text"] {
    background: url("../images/datepicker.png") no-repeat right 10px center;
}

.timepicker input[type="text"] {
    background: url("../images/time.png") no-repeat right 10px center;
}

.facility-post-job-form button {
    margin: 10px 0px 25px 0px;
    padding: 10px 22px;
    font: 20px/26px 'robotoregular';
    color: #ffffff;
    background: #19478e;
    border: 0px;
    border-radius: 2px;
    text-transform: uppercase;
}

.bootstrap-timepicker-widget.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.facility-post-job-form .form-group label.radio-inline {
    margin-right: 14px;
}

input[type="search"] {
    font-size: 17px !important;
    color: #666666 !important;
}

/* ****************************** Register Individual Temp ****************************** */
.dob-divider img {
    margin: 12px auto 0px;
}

.drive-license-upload {
    position: relative;
}

.drive-license-upload .dropify-wrapper {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    display: block;
    width: 30%;
    float: left;
}

.drive-license-upload img.upload-btn {
    background: #f5f5f5;
    border-radius: 4px;
    left: 9%;
    padding: 10px 30px;
    position: absolute;
    top: 38%;
}

a#file-upload img {
    height: 216px;
    object-fit: cover;
    width: 216px;
    min-height: 200px;
}

.profile-driving-lic {
    height: 216px;
    min-height: 200px;
    object-fit: cover;
    width: 216px;
}

.user-qualification p span {
    color: #949494;
}

/* ****************************** Login ****************************** */
.login-detail {
    padding: 75px 0px 100px 0px;
}

h1.login-heading {
    margin: 0px 0px 50px 0px;
    font: 50px/55px 'robotolight';
    color: #424242;
}

.login-block {
    border-right: 1px solid #c5c5c5;
}

.login-block img {
    margin: 0px auto 30px;
}

.login-block a {
    margin-top: 30px;
    padding: 12px 38px;
    background: #19478e;
    color: #ffffff;
    font: 20px/26px 'robotoregular';
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}

.login-block a:HOVER {
    background: #e6e6e6;
    color: #333333;
}

.facility-login-img {
    margin-bottom: 70px !important;
}

/* ****************************** Login Form ****************************** */
.login-form-block {
    padding: 85px 0px 110px 0px;
}

h6.login-heading {
    margin: 0px 0px 60px 0px;
    /*font: 40px/50px 'robotolight';*/
    color: #424242;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    margin-bottom: 10px;
    font: 18px/22px 'robotolight';
    color: #7c7c7c;
}

.login-btn button {
    padding: 12px 35px;
    border: 0px;
    background: #19478e;
    color: #ffffff;
    font: 20px/26px 'robotoregular';
    border-radius: 2px;
    float: left;
}

/*.login-btn button:HOVER {
    background: #e6e6e6;
    color: #333333;
}*/

.login-btn a {
    margin: 14px 0px 0px 0px;
    float: right;
    font: 18px/22px 'robotolight';
    color: #7c7c7c;
}

.login-btn {
    margin-top: 45px;
}

/* ****************************************** Media Query ****************************************** */

@media (min-width: 1680px) {
    .img-mask {margin-left: -24% !important;}
}

@media (min-width: 1440px) and ( max-width: 1680px) {
    .carousel-caption {
        left: 13% !important;
        right: 13% !important;
    }
}

@media (min-width: 1200px) and ( max-width: 1440px) {
    .carousel-caption {
        left: 3% !important;
        right: 3% !important;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    .carousel-caption {
        bottom: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption {
        left: 3% !important;
        right: 3% !important;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .about-text-block {
        margin-bottom: 40px;
        min-height: 140px;
    }

    .about-text-block p {
        padding: 0px !important;
    }

    ul.contact-address li {
        padding-left: 60px;
    }

    ul.contact-address li h6 {
        margin: 0px;
        font: 25px/32px "robotoregular";
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 6px !important;
        height: 6px !important;
    }

    .carousel-caption {
        bottom: 0px !important;
        padding-top: 0px !important;
    }

    button.contractor-btn, button.faculty-btn {
        font-size: 15px;
        line-height: 18px;
        padding: 12px 16px;
    }

    .user-detail .user-text {
        margin-left: 20px;
    }

    .user-detail .user-text h6 {
        font-size: 30px;
    }

    .user-plan button {
        margin-left: 10px;
        padding: 12px 22px;
        font-size: 16px;
    }

    .request-btn button {
        font-size: 15px;
    }

    .line-height-25 {
        line-height: 26px !important;
    }

}
.navbar-brand {
    padding-top: 30px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        padding: 17px 0px 12px 15px !important;
    }

    .navbar-brand img {
        max-width: 85%;
    }

    ul.footer-nav li a {
        padding: 0px 12px;
        font-size: 14px;
    }

    .carousel-caption {
        left: 3% !important;
        right: 3% !important;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    .about-text-block {
        margin-bottom: 40px;
        min-height: 166px;
    }

    .about-text-block p {
        padding: 0px !important;
    }

    h2.contact-heading {
        font-size: 35px;
        line-height: 45px;
    }

    ul.contact-address li h6 {
        margin: 0px;
        font: 18px/26px "robotoregular";
    }

    ul.contact-address li {
        padding-left: 55px;
    }

    ul.contact-address li a {
        font-size: 18px;
        line-height: 28px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 6px !important;
        height: 6px !important;
    }

    .carousel-caption {
        bottom: 0px !important;
        padding-top: 0px !important;
    }

    button.contractor-btn, button.faculty-btn {
        font-size: 13px;
        line-height: 15px;
        padding: 10px 15px;
    }

    ul.signup-tab li a {
        padding: 13px 24px;
        font-size: 18px;
    }

    .signup-text h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .navbar-default ul.nav li.user-menu a img {
        margin: 0px 3px 0px 3px;
        width: 20%;
    }

    .navbar-default ul.nav li:last-child {
        margin: 0px;
    }

    .navbar-default ul.nav li a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 15px;
    }

    .navbar-default ul.nav li.user-menu a p {
        font-size: 14px;
        line-height: 18px;
        width: 152px;
        overflow-wrap: break-word;
    }

    .navbar-default ul.nav li.user-menu a {
        padding-top: 22px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .user-detail .user-text {
        margin-left: 10px;
    }

    .user-detail .user-text p {
        font-size: 17px;
        line-height: 22px;
    }

    .user-detail .user-text h6 {
        font-size: 21px;
        line-height: 28px;
    }

    .user-plan button {
        margin-left: 4px;
        padding: 9px 12px;
        font-size: 14px;
        line-height: 22px;
    }

    .active-user-history-detail img {
        float: none;
        margin: 0px auto 15px;
    }

    .history-user-info p {
        font-size: 15px;
    }

    .history-user-info .user-location img {
        margin-right: 5px;
    }

    .active-user-history-detail .history-user-info {
        margin-bottom: 25px;
    }

    .pending-user-list .active-user-history-detail img {
        float: left;
    }

    .request-btn button {
        font-size: 15px;
    }

    .favorite-user-likes .rating-count {
        margin: 0px 0px 0px 12px;
    }

    .likes:not(:checked) > label {
        margin-right: 15px;
    }

    .favorite-user-action .request-btn button {
        padding: 5px 10px;
        margin-left: 1px;
        font-size: 12px;
    }

    .user-profile-img output#list1 {
        width: 180px;
        height: 180px;
    }

    .user-profile-overview h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .panel-heading {
        padding: 10px 12px;
    }

    h4.panel-title a {
        font-size: 17px;
    }

    #accordion .panel-default .panel-body {
        width: 85%;
    }

    .input-group-addon {
        font-size: 12px;
        padding: 6px 8px;
    }

    .panel-default .form-control {
        padding: 5px 6px;
    }

    .table > thead > tr > th {
        padding: 18px 10px !important;
    }

    .table > tbody > tr > td {
        padding: 18px 10px !important;
    }

    h6.login-heading {
        margin-bottom: 35px;
        font-size: 35px;
    }

    .login-btn button {
        padding: 8px 20px;
        font-size: 16px;
    }

    .login-btn a {
        margin-top: 10px;
        font-size: 14px;
    }

    .user-profile-img img.profile-pic {
        min-width: 180px;
        min-height: 180px;
    }

    .user-profile-img {
        width: 180px !important;
        height: 180px !important;
    }

    .profile-ssn #SSNArea, .profile-ssn #SSNSerial, .profile-ssn #SSNGroup {
        width: 110px;
    }

    .line-height-25 {
        line-height: 26px !important;
    }

}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 35px 0px 12px 15px !important;
    }

    .navbar-brand img {
        max-width: 85%;
    }

    .navbar-toggle {
        margin-top: 26px !important;
    }

    .navbar-default ul.nav li a {
        line-height: 22px;
        padding-top: 25px;
    }

    .SearchBox {
        margin: 12px auto 15px 15px;
    }

    .carousel-indicators {
        bottom: -8px !important;
    }

    button.contractor-btn, button.faculty-btn {
        margin-left: 0px;
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 14px;
        padding: 5px 9px;
    }

    .carousel-caption {
        text-align: right !important;
    }

    h1.heading {
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 48px;
    }

    .welcome-block {
        margin: 30px 0px 40px 0px;
    }

    .welcome-block p {
        font-size: 16px;
    }

    .work-block, .use-block p {
        margin-bottom: 30px;
    }

    .work-block .row {
        margin-top: 30px;
    }

    .work-block > .row > .col-sm-6:first-child {
        width: 100%;
    }

    .work-block a {
        margin: 16px 0px 50px;
    }

    .use-block h6 {
        margin-top: 16px;
    }

    .carousel-caption {
        left: 40% !important;
        right: 4% !important;
    }

    .about-text-block p {
        padding-top: 16px !important;
        text-align: center;
    }

    h2.contact-heading {
        font-size: 34px;
        line-height: 44px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 6px !important;
        height: 6px !important;
    }

    .carousel-caption {
        bottom: 0px !important;
        padding-bottom: 10px !important;
        padding-top: 0px !important;
    }

    ul.signup-tab li a {
        padding: 15px 20px;
    }

    .signup-text {
        margin-top: 30px;
    }

    .signup-text h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    ul.signup-list li .col-sm-10 {
        padding-left: 15px;
        text-align: center;
    }

    ul.signup-list li img {
        margin: 0px auto;
    }

    ul.footer-nav li {
        display: block;
    }

    ul.footer-nav li a {
        border: 0px;
    }

    .navbar-default ul.nav li.alert-menu a span {
        right: auto;
        left: 30px;
        bottom: 25px;
    }

    .navbar-default ul.nav li.user-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 40px;
    }

    .user-plan .user-detail {
        display: block;
        overflow: hidden;
    }

    .user-detail .user-text {
        margin: 10px 0 0 15px;
    }

    .user-detail .user-text h6 {
        font-size: 18px;
        line-height: 32px;
    }

    .user-plan .text-right {
        text-align: center !important;
    }

    .user-plan button {
        margin-left: 0px;
        padding: 10px 12px;
        font-size: 13px;
        line-height: 18px;
    }

    .user-detail .user-text p {
        font-size: 15px;
        line-height: 22px;
    }

    ul.dashboard-tab li a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 14px;
    }

    .active-user-history-detail img {
        margin-right: 10px;
    }

    .pending-user-datail .text-right {
        text-align: left;
    }

    .navbar-default ul.nav li {
        margin: 0px;
        /*border-bottom: 1px solid #b7b7b7;*/
    }

    .navbar-default ul.nav li:last-child {
        border: 0px;
    }

    .navbar-default ul.nav li.user-menu a p {
        margin: 0px;
        line-height: 32px;
        text-align: left;
        width: 125px;
    }

    .navbar-default ul.nav li.user-menu a img {
        width: 10%;
        margin-top: 3px;
        margin-left: 12px;
        height: auto;
    }

    .navbar-default ul.nav li ul.dropdown-menu {
        position: relative;
    }

    .navbar-default ul.nav li ul.dropdown-menu li a {
        padding-left: 40px;
    }

    .navbar-default ul.nav li.user-menu a {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        width: 100%;
    }

    .SearchBox {
        width: 8px auto 8px 15px;
    }

    .navbar-default ul.nav li a img {
        margin-top: 5px;
    }

    .likes {
        float: right;
    }

    .user-profile-overview h6 {
        font-size: 25px;
    }

    .facility-profile-banner .custom-file-input::before {
        top: 20px;
        bottom: auto;
    }

    .user-info .custom-file-input::before {
        width: 130px;
    }

    .user-rating {
        text-align: left;
    }

    .user-rating .rating-count {
        float: left;
        margin: 0px 6px 0px 0px;
    }

    .user-rating .rating {
        float: left;
    }

    .user-profile-detail h6 {
        font-size: 27px;
    }

    .mobile-view {
        margin: -75px 0px 10px 0px;
    }

    .user-profile-detail > .about-user > h6 {
        font-size: 32px;
        margin: 30px 0px 8px 0px;
    }

    .modal-footer button {
        margin: 4px 0px !important;
        width: 100%;
    }

    .search-user-detail p.hourly-price,
    .search-user-detail .request-btn {
        text-align: right;
    }

    .facility-profile-banner > #file-upload > img {
        bottom: auto;
        top: 14px;
    }

    .table > thead > tr > th {
        padding: 18px 26px !important;
        font-size: 17px !important;
    }

    .table > tbody > tr > td {
        padding: 18px 26px !important;
    }

    .login-detail {
        padding-top: 45px;
    }

    h1.login-heading {
        margin: 30px 0px;
    }

    .login-block {
        border: 0px;
    }

    .facility-login-img {
        margin-bottom: 22px !important;
    }

    .login-detail .text-center:first-child {
        border-bottom: 1px solid #b5b5b5;
        padding-bottom: 45px;
    }

    .login-btn a {
        font-size: 16px;
    }

    .login-btn button {
        padding: 10px 25px;
        font-size: 18px;
    }

    .facility-login-form {
        margin-bottom: 20px;
        padding-bottom: 30px;
        /*border-bottom: 1px solid #b5b5b5;*/
    }

    .facility-view-action > .favorite-user-likes > .rating-count {
        float: left;
        margin: 0px;
    }

    .small-select-style {
        width: 100%;
    }

    .user-profile-img {
        width: 150px !important;
        height: 150px !important;
    }

    .user-profile-img img.profile-pic {
        min-width: 150px !important;
        min-height: 150px !important;
        object-fit: cover !important;
    }

    .user-profile-detail {
        margin-top: 30px;
    }

    img#coverPicImage {
        min-height: 250px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .navbar-default ul.nav li.user-menu a img {
        width: 5%;
    }
}

@media (min-width: 370px) and (max-width: 640px) {
    .image-padd {
        top: 0px !important;
        margin: 95px !important;
    }
    .login-form-block {padding-bottom: 10px}
}

/*
developer
*/

.innerpage-navigation {
    background-color: #354aa4 !important;
    color: white;
}

.navbar-default ul.nav li a:HOVER, .navbar-default ul.nav li a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff !important;
}

.navbar-default ul.nav li a:HOVER, .navbar-default ul.nav li a.active {
    font-weight: bold;
}

.navbar-default ul.nav li a {
    color: #ffffff !important;
}

.logo-text {
    width: 177px;
    height: 29px;
    font-family: 'Panton';
    font-size: 28.8px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #ffffff;
}

.rectangle-2 {
    width: 160px;
    height: 48px;
    border-radius: 4px;
    background-color: #ff6b64;
    padding: 15px 30px;
}

.signup-btn {
    padding-left: 15px;
}

.signup-btn > .rectangle-2 {
    padding: 15px 50px;
}

/*
.control-label {
    width: 158px;
    height: 14px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #72909d;
}*/
.login-form label {
    font: 14px/20px 'robotolight'
}

/*.form-control {
    height: 44px !important;
}*/

.login-btn > button {
    width: 100%;
}
.navbar-default .navbar-toggle {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.tabs > .login-tabs > ul > li {
    color: #90a4ae !important;
    font-size: 16px;
}
.login-tabs > li > .active {
    width: 64px;
    height: 2px;
    border-bottom: solid 2px #354aa4;
    color: #354aa4;
}
.login-tabs > li > a {
    color: #90a4ae;
}
.login-tabs > li {
    padding: 15px 30px;
    font-size: 16px;
    margin: 15px 30px;
}
.login-tabs ul li a.active {
    color: #354aa4 !important;
    font-size: 16px;
}
.login-heading {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #354aa4 !important;
}
body {
    left: 0px;
}
.navbar-collapse {
    width: 0px;
}
body.pushbody {
    position: relative;
    left: -235px;
    overflow: hidden;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.navbar-collapse.in {
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
    padding-top: 25px;
}
/*.navbar-collapse {

}*/
body, div, button, img {
    transition-timing-function: ease;
}
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { border:none !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #354aa4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #354aa4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #354aa4 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{ padding-top :20px}
.nav-tabs > li > a { font-size: 16px; font-weight: bold; letter-spacing: 1.3px; }
.nav-tabs > li.active > a { order: none !important; }
.straight-line { width: 100%; height: 0.1px; border: solid 1px #eceff1; margin-top: 50px; margin-bottom: 30px; }
.dont-have-account { font-weight: 700; color: #354aa4; }

.dont-have-account-class { width: 200px; height: 25px; /*font-family: 'Roboto';*/ font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: normal; color: #72909d; }
.sign-up-btn:focus { outline-color: #354aa4 !important;}
.sign-up-btn:hover {color: #354aa4 !important;background-color: #ffffff !important;}
.sign-up-btn {font-weight: 800 !important;width: 100%;height: 44px;border-radius: 4px;border: solid 2px #354aa4 !important;color: #354aa4 !important;background-color: #ffffff !important;}
.signup-btn-cover {padding-top: 30px;}
.login-inner-image {padding-left: 92px;position: absolute;padding-top: 5px;border-radius: 1px;}
.btn-primary:focus {outline-color: #ffffff !important;}
.btn-primary {background-color: #354aa4 !important;color: #ffffff !important;}
.link a {
   /* width: 83px;
    height: 13px;*/
    float: right;
    margin-top: -25px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}
.fake-input { position: relative; }
.fake-input input { background:#fff; display:block; width: 100%; box-sizing: border-box }
.fake-input a img { position: absolute; top: -7px; right: 15px }
.image-padd {top: 615px;}
.img-mask {object-fit: cover;height: 924px;margin-left: -61%;}
.overflow-hidden {overflow: hidden}
.google-box:hover,  .google-box:focus {
    color: #ffffff !important;
}
.google-box {
    color: white;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    background-color: #ff6b64;
    margin-bottom: 40px !important;
}
.google-writing {
    width: 158px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.g-inner-image {
    padding-left: 50px;
    position: absolute;
    border-radius: 1px;
}
.G-inner {
    margin-left: -88px;
    position: absolute;
    border-radius: 1px;
}