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

GENEGRAL LAYPOUT GUIDELINES

LAYOUT WIDTH :1170px

Font Family: 'Numans-Regular';

***************************************************************************************/

.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
.mrg-0 {
    margin: 0 !important;
}
.mrg-5 {
    margin: 5px !important;
}
.mrg-b-0 {
    margin-bottom: 0px !important;
}
.mrg-b-5 {
    margin-bottom: 5px !important;
}
.mrg-b-10 {
    margin-bottom: 10px !important;
}
.mrg-b-15 {
    margin-bottom: 15px !important;
}
.mrg-b-20 {
    margin-bottom: 20px !important;
}
.pad-0 {
    padding: 0 !important;
}
.pad-t-0 {
    padding-top: 0 !important;
}
.pad-5 {
    padding: 5px !important;
}
.pad-10 {
    padding: 10px !important;
}
.pad-20 {
    padding: 20px !important;
}
.font-default {
	font-family: 'Numans-Regular' !important;
}
.font-10 {
		font-size: 10px !important;
}
.font-11 {
		font-size: 11px !important;
}
.font-12 {
		font-size: 12px !important;
}
.font-16 {
		font-size: 16px !important;
}
.font-20 {
		font-size: 20px !important;
}
.font-30 {
		font-size: 30px !important;
}
.font-normal {
		font-weight: normal !important;
}
.font-no-italic {
		font-style: normal !important;
}
.bg-exclusive {
		color: #ffffff;
		background-color: #ED4337;
}
.text-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-middle {
		vertical-align: middle !important;
}
.fullheight {
    height: 100%;
}
.display-block {
    display: block;
}
.floatleft,
.alignleft {
    float: left;
}
.floatright,
.alignright {
    float: right;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
.border-none {
    border: none !important;
}
img {
    /* margin: 0 auto; */

    max-width: 100%;
    height: auto;
    display: inline-block;
    border: none;
}
figure {
    max-width: 100%;
}
iframe {
    width: 100%;
    margin: 0 auto;
}
::-webkit-input-placeholder {
    color: #000;
    background-repeat: no-repeat;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #000;
    background-repeat: no-repeat;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #000;
    background-repeat: no-repeat;
}
:-ms-input-placeholder {
    color: #000;
}
.paddingTp10 {
    padding-top: 10px;
}
.color-white {
    color: #fff !important;
}
.background-white {
    background-color: #fff !important;
}
/****************************************************
 Header Css Starts Here
 ****************************************************/

header {
    box-shadow: none;
    background-color: #105157;
    padding: 10px 0 10px;
}
header .logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
header .call-us {
    text-align: center;
    margin: 20px 0;
}
header .call-us p {
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: normal;
}
header .call-us p span {
    font-size: 20px;
    font-family: 'Numans-Regular';
    color: #fff;
    margin: 0 0 0 5px;
}
header .employers {
    text-align: left;
}
header .employers label {
    display: block;
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: normal;
    font-weight: normal;
    margin-right: 8px;
}
header .employers input[type="text"] {
    width: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: 14px;
    border: 1px solid #fff;
    padding: 7px 10px;
    -webkit-appearance: none;
    display: inline-block;
    margin: 0 0 5px;
}
header .employers input[type="text"]::-webkit-input-placeholder,
header .employers input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    background-repeat: no-repeat;
}
header .employers input[type="text"]::-moz-placeholder,
header .employers input[type="text"]::-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    background-repeat: no-repeat;
}
header .employers input[type="text"]::-moz-placeholder,
header .employers input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    background-repeat: no-repeat;
}
header .employers input[type="text"]:-ms-input-placeholder,
header .employers input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
header .employers input[type="text"] {
    width: 100%;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    position: relative;
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: 14px;
    border: 1px solid #fff;
    padding: 7px 10px 7px 32px;
    -webkit-appearance: none;
    display: inline-block;
    background: inherit;
}
header .employers .emp-find-search {
    position: relative;
    margin: 0 0 5px;
    display: block;
}
header .employers .emp-find-search:before {
    position: absolute;
    top: 1px;
    left: 1px;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/skilzpage-sprite-image.png") 10px -526px no-repeat;
}
.search-dropdown {
    position: absolute;
    background-color: #7a9a97;
    top: 30px;
    left: 0px;
    width: 220px;
    padding: 10px 0;
    margin: 0;
    z-index: 99;
    display: none;
}
.search-dropdown li {
    padding: 0;
    margin: 0;
}
.search-dropdown li a {
    display: block;
    padding: 7px 15px;
    color: #fff;
    color: #fff;
    line-height: 14px;
    border: 1px solid #7a9a97;
    font-size: 12px;
    outline: none;
    text-decoration: none;
}
.search-dropdown li label {
    display: block;
    padding: 10px 15px;
    color: #fff;
    color: #fff;
    line-height: 14px;
    /* border: 1px solid #7a9a97; */

    font-size: 12px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
}
.search-dropdown li a:hover,
.search-dropdown li a:focus,
.search-dropdown li a.active {
    border: 1px solid #fff;
    outline: none;
}
.search-dropdown li label:hover,
.search-dropdown li label:focus,
.search-dropdown li label.active {
    /* border: 1px solid #fff;
    outline: none; */

    background: #5c8480;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 35px;
    height: 30px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat scroll 10px -526px;
    display: block;
    font-size: 0;
    border-style: solid;
    border: 0;
    border-left: 1px solid #ffffff;
}
.search-btn:focus,
.search-btn:active {
    border-left: 1px solid #ffffff;
    outline: none;
}
.notify-links {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.notify-links li {
    position: relative;
    padding: 0 10px;
}
.notify-links li a {
    display: block;
}
.notify-links li .badge {
    position: absolute;
    right: 2px;
    top: -11px;
    background-color: #fff;
    font-weight: normal;
    color: #105157;
}
.notify-links li.submenu ul {
    background-color: #7a9a97;
    display: none;
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 100px;
    z-index: 9999;
    padding: 10px;
}
.notify-links li.submenu:hover ul {
    display: block;
}
.notify-links li.submenu ul li {
    text-align: left;
    padding: 0;
}
.notify-links li.submenu ul li a {
    border: 1px solid #7a9a97;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    text-decoration: none;
    line-height: 1
}
.notify-links li.submenu ul li a:hover,
.notify-links li.submenu ul li a:focus {
    border: 1px solid #fff;
}
.profile-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.head-right {
    margin: 12px 0 27px;
}
.notification-icon {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -560px -290px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.help-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -810px -290px;
}
/**** Small header css starts here ****/

.small-header {
    padding: 40px 0 10px;
}
.small-header ul.header-login-links {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.small-header ul.header-login-links li {
    color: #fff;
    display: inline-block;
    font-family: 'Numans-Regular';
    font-size: 14px;
    padding: 0 10px;
}
.small-header ul.header-login-links li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Numans-Regular';
    font-size: 14px;
}
/****************************************************
 Main navigation Css Starts Here
 ****************************************************/

 .main-navigation {
    background-color: #7a9a97;
    //padding: 10px 0;
}
.mbl-menu-toggle-btn a {
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    text-align: left;
    color: #fff;
    position: relative;
    display: block;
    outline: none;
    padding: 10px 10px;
}
.mbl-menu-toggle-btn a:before {
    position: absolute;
    top: 10px;
    right: 0;
    content: "\e236";
    color: #fff;
    font-family: 'Glyphicons Halflings';
}
.main-navigation-menus {
    display: none;
}
.main-navigation-menus ul {
    padding: 0;
    margin: 0;
}
.main-navigation-menus ul li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 0 5px;
    position: relative;
}
.main-navigation-menus ul li a {
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: 14px;
    text-decoration: none;
    padding: 13px 10px;
    /* padding: 10px; */
    /* border: 1px solid #7a9a97; */

    border: 0;
    display: block;
}
.main-navigation-menus ul li a:hover,
.main-navigation-menus ul li a:focus,
.main-navigation-menus ul li a.active {
    /*  border: 1px solid #fff;
    outline: none; */

    background: #5c8480;
}
.main-navigation-menus select {
    width: 100%;
    border: 1px solid #fff;
    background: url(../images/downarrow-white.png) 96% 50% no-repeat;
    color: #fff;
}
.main-navigation-menus select option {
    background: #fff;
    color: #000;
}
.main-navigation-menus ul li.submenus:hover ul {
    display: block;
}
.main-navigation-menus ul li.submenus:hover>a {
    background: #5c8480;
}
.main-navigation-menus ul li.submenus li a {
    background: #5c8480;
}
.main-navigation-menus ul li.submenus li a:hover {
    background: #49716d;
}
.main-navigation-menus ul li.submenus {
    position: relative;
}
.main-navigation-menus ul li.submenus ul {
    margin: 0;
    background-color: #7a9a97;
    /* padding: 10px; */

    width: 100%;
    display: none;
    z-index: 9999;
    position: relative;
    left: 0;
}
.main-navigation-menus ul li.submenus ul li {
    display: block;
    margin: 0;
}
.main-navigation-menus ul li.submenus ul li a {
    cursor: pointer;
}
.main-navigation .user-login-bnts {
    text-align: center;
    margin: 10px;
}
.main-navigation .user-login-bnts a {
    margin: 0 5px 0 0;
    width: 47%;
    text-align: center;
}
.user-login-bnts a.dark-green-btn:hover {
    background-color: #fff;
    color: #105157;
}
/****************************************************
 Banner Css Starts Here
 ****************************************************/

 .banner .owl-carousel {
    position: relative;
}
.banner .owl-controls .owl-nav {
    display: none;
}
.banner .banner-block .banner-content {
    display: none;
}
/*.banner .banner-block a img {
    min-width: 1000px;
    margin-left: -440px;
    transform: scale(1.2);
    }*/
/****************************************************
Find jobs section Css Starts Here
****************************************************/

.find-jobs-section {
    padding: 30px 0;
    background-color: #f0f0f0;
}
.find-jobs-section h1 {
    color: #105157;
    text-align: left;
    margin: 0 0 20px;
    line-height: normal;
}
.Jobs-tab-content .form-group {} .Jobs-tab-content .form-group label {} .fewer-options-link {
    /*     margin: 0 0 20px;
    display: inline-block;
    outline: none;
    outline: 0; */
}
.Jobs-tab-content.fewer-options-container {
    display: none;
}
.Jobs-tab-content .form-group.radius-block input {
    margin: 0 0 5px;
}
.Jobs-tab-content .form-group.radius-block select {
    margin: 0 0 5px;
}
.Jobs-tab-content .form-group.currency-block select {
    margin: 0 0 5px;
}
/**4 nd tab**/

.find-job-tab-four .form-group.currency-block input {
    margin: 0 0 5px;
    border: none;
}
.explanation-block {
    padding-top: 20px;
    margin: 25px 0 0 0;
    border-top: 1px solid #999999;
}
.explanation-block h6 {
    font-size: 12px;
    color: #105157;
    font-family: 'Numans-Regular';
    margin: 0 0 10px;
}
.find-jobs-section .salary-choose-options .resp-tab-content {
    padding: 0;
}
.find-jobs-section .salary-choose-options .resp-tabs-list {
    border: 1px solid #105157;
    margin: 0 0 3px;
    padding: 2px 6px;
    width: 100%;
}
.find-jobs-section .salary-choose-options .resp-tabs-list li {
    color: #000000;
    display: block;
    font-family: "Numans-Regular";
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 6px 5px 4px;
}
.find-jobs-section .salary-choose-options .resp-tabs-list li.resp-tab-active {
    background-color: #fff !important;
    color: #105157;
}
.find-jobs-section .salary-choose-options .resp-tabs-list li {
    background-color: #105157 !important;
    color: #fff;
}
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(1).resp-tab-active,
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(2).resp-tab-active,
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(3).resp-tab-active,
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(4).resp-tab-active,
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(5).resp-tab-active {
    background-color: #7a9a97 !important;
    color: #fff;
}
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(1),
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(2),
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(3),
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(4),
.find-jobs-section .salary-choose-options .resp-tabs-list li:nth-child(5) {
    background-color: inherit !important;
    color: #000000;
}
.company-name-option {
    display: table;
    width: 100%;
    margin: 5px 0 0;
}
.company-name-option input[type="checkbox"] {
    display: table-cell;
    margin-right: 10px;
    vertical-align: middle;
    margin: 0;
}
.company-name-option label {
    display: table-cell!important;
    vertical-align: middle;
    font-size: 10px !important;
    padding-left: 5px;
}
/*** Inner tab container ***/

.inner-tab-container ul.inner-tabs-menu {
    padding: 0;
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 20px;
}
.inner-tab-container ul.inner-tabs-menu li {
    display: block;
    padding: 0;
    margin: 0;
}
.inner-tab-container ul.inner-tabs-menu li a {
    padding: 10px 20px;
    background-color: #f0f0f0;
    color: #105157;
    text-decoration: none;
    display: block;
    outline: none;
    font-family: "Numans-Regular";
    font-size: 12px;
    font-weight: normal;
}
.find-job-tab-three .inner-tab-container ul.inner-tabs-menu li.current-inner-tab a {
    background-color: #a4294e;
    color: #fff;
}
.find-job-tab-four .inner-tab-container ul.inner-tabs-menu li.current-inner-tab a {
    background-color: #55328c;
    color: #fff;
}
.inner-tab-container .innerTabContent .inner-tab-item {
    display: none;
}
.find-job-tab-three .inner-tab-container #inner-tabs-menu-1,
.find-job-tab-four .inner-tab-container #inner-tabs-menu-3 {
    display: block;
}

/****************************************************
find jobs section Css Ends Here
****************************************************/
/****************************************************
Career Advice section Css Starts Here
****************************************************/

.career-section-tabs .nav-tabs > li a:hover {
    color: #3942ca;
		text-decoration: underline;
}

/****************************************************
Career Advice section Css Ends Here
****************************************************/
/****************************************************
Featured employers Css Starts Here
****************************************************/

.featured-employers {
    padding: 30px 0 0;
}
.featured-employers h3 {
    text-align: center;
    margin: 0;
}
.logo-slider {
    padding: 10px 0 10px;
}
.logo-slider .owl-carousel .owl-item img {
    width: inherit;
}
.logo-slider .owl-carousel {
    position: relative;
}
.logo-slider .owl-controls .owl-nav {
    display: none;
}
.logo-slider .owl-controls .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.logo-slider .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.logo-slider .owl-controls .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.logo-slider .owl-controls .owl-dots .owl-dot.active span,
.logo-slider .owl-controls .owl-dots .owl-dot:hover span {
    background-color: #105157;
}
.video-block .video-container {
    margin: 0 0 10px;
}
.video-container {
    margin: 10px;
}
.video-container {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    /* min-height: 240px */
    min-height: 220px
}
.video-container.summary {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    min-height: 180px
}

.video-container #video_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.spinner-loader-bg {
    height: 100%;
    background-color: rgba(221, 221, 221, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */

.spinner-loader:not(:required) {
    -moz-animation: spinner-loader 1500ms infinite linear;
    -webkit-animation: spinner-loader 1500ms infinite linear;
    animation: spinner-loader 1500ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: #105157 1.5em 0 0 0, #105157 1.1em 1.1em 0 0, #105157 0 1.5em 0 0, #105157 -1.1em 1.1em 0 0, #105157 -1.5em 0 0 0, #105157 -1.1em -1.1em 0 0, #105157 0 -1.5em 0 0, #105157 1.1em -1.1em 0 0;
    -webkit-box-shadow: #105157 1.5em 0 0 0, #105157 1.1em 1.1em 0 0, #105157 0 1.5em 0 0, #105157 -1.1em 1.1em 0 0, #105157 -1.5em 0 0 0, #105157 -1.1em -1.1em 0 0, #105157 0 -1.5em 0 0, #105157 1.1em -1.1em 0 0;
    box-shadow: #105157 1.5em 0 0 0, #105157 1.1em 1.1em 0 0, #105157 0 1.5em 0 0, #105157 -1.1em 1.1em 0 0, #105157 -1.5em 0 0 0, #105157 -1.1em -1.1em 0 0, #105157 0 -1.5em 0 0, #105157 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em 1.5em 1.5em 0;
    overflow: hidden;
    text-indent: 100%;
    top: 40%;
    left: 49%;
    position: absolute;
}
.spinner-loader img {
    left: 50%;
    width: 50px;
    position: absolute;
    top: 50%;
}
/****************************************************
Featured employers Css Ends Here
****************************************************/
/****************************************************
Try skillpage local section Css start Here
****************************************************/

.skillpage-local-block {
    /* padding: 30px 0; */
		background-color: #ffffff;
}
.skillpage-local-block .skill-top {
    margin-bottom: 50px;
    text-align: center
}
.skillpage-local-block .skill-top h3 {
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
}
.skillpage-local-block .skill-top p {
    font-size: 14px;
    line-height: 1;
    color: #000;
    /* font-family: Arial, sans-serif; */
}
.skillpage-local-block .category-block {
    padding: 0;
    text-align: center;
}
.skillpage-local-block .category-block .category-box {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}
.category-box .category-box-container {
    display: block;
    width: 100%;
    text-decoration: none;
}
.category-box .cat-img {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: block;
    margin: 0 auto;
    height: 89px;
}
.category-box .cat-img.cleaning {
    width: 87px;
    background-position: left top;
}
.category-box .cat-img.people-care {
    width: 71px;
    background-position: -97px top;
}
.category-box .cat-img.pet-care {
    width: 93px;
    background-position: -177px top;
}
.category-box .cat-img.health {
    width: 96px;
    background-position: -280px top;
}
.category-box .cat-img.laundry {
    width: 95px;
    background-position: -386px top;
}
.category-box .cat-img.cooking {
    width: 94px;
    background-position: -481px top;
}
.category-box .cat-name {
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    margin-top: 15px;
}

.category-box-container a {
		text-decoration: none;
    color: #1f6455;
}
.category-box-container a:hover {
		text-decoration: underline;
		color: #3942ca;
}

.category-box a:hover .cat-img.cleaning {
    background-position: left -99px;
}
.category-box a:hover .cat-img.people-care {
    background-position: -97px -99px;
}
.category-box a:hover .cat-img.pet-care {
    background-position: -177px -99px;
}
.category-box a:hover .cat-img.health {
    background-position: -280px -99px;
}
.category-box a:hover .cat-img.laundry {
    background-position: -386px -99px;
}
.category-box a:hover .cat-img.cooking {
    background-position: -481px -99px;
}
.category-box a:hover .cat-name {
    color: #105157;
}
.skillpage-local-block .view-cat {
    display: block;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #0cabdb;
}
/****************************************************
Try skillpage local section Css end Here
****************************************************/
/****************************************************
Job Info Css start Here
****************************************************/

.job-info-block ul {
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}
.job-info-block ul li {
    border-top: 14px solid #fbc41a;
    width: 100%;
    background: #fef6dd;
    margin-bottom: 0;
    padding-left: 0;
}
.job-info-block ul li .job-post-box {
    display: inline-block;
    padding: 24px 0;
    width: 100%;
}
.job-info-block ul li .job-post-box img {} .job-info-block ul li .job-post-box p {
    font-size: 14px;
    line-height: 1.1;
    color: #231f20;
    /* font-family: Arial, sans-serif; */
    padding: 0 15px;
    text-align: center;
}
.job-info-block ul li.orange {
    border-top: 14px solid #e97a26;
    background: #fcebdf;
}
.job-info-block ul li.pink {
    border-top: 14px solid #ad2448;
    background: #f3dee4;
}
.job-info-block ul li.purple {
    border-top: 14px solid #5f328a;
    background: #e7e0ee;
}
.job-info-block ul li.blue {
    border-top: 14px solid #0cabdb;
    background: #dbf2fa;
}
/****************************************************
Job Info Css end Here
****************************************************/
/****************************************************
Video Interview start Here
****************************************************/

.video-interview-block {
    /* padding: 30px 0 0; */
}
.video-interview-block h3 {
    /*   font-size: 20px; */
    /*    line-height: 1;
    margin-top: 0; */
    /*  margin-bottom: 50px; */
}
.video-interview-block .interview-box {
    display: inline-block;
    margin-bottom: 30px;
}
.video-interview-block .interview-box a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-family: 'Numans-Regular';
}
.video-interview-block .interview-box a .interview-img {
    display: block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    margin: 0 auto 15px;
    height: 73px;
}
.video-interview-block .interview-box a .interview-img.employer {
    width: 60px;
    background-position: left -198px;
}
.video-interview-block .interview-box a .interview-name {
    color: #105157;
    font-size: 12px;
    line-height: 1;
}
.video-interview-block .interview-box a:hover .interview-img.employer {
    background-position: left -281px;
}
.video-interview-block .interview-box a:hover .interview-name {
    color: #000;
}
.video-interview-block .interview-box a .interview-img.recruiter {
    width: 60px;
    background-position: -70px -198px;
}
.video-interview-block .interview-box a:hover .interview-img.recruiter {
    background-position: -70px -281px;
}
.video-interview-block .interview-box a .interview-img.seeker {
    width: 65px;
    background-position: -140px -198px;
}
.video-interview-block .interview-box a:hover .interview-img.seeker {
    background-position: -140px -281px;
}
.video-interview-block .interview-box a .interview-img.graduates {
    width: 56px;
    background-position: -215px -198px;
}
.video-interview-block .interview-box a:hover .interview-img.graduates {
    background-position: -215px -281px;
}
.video-interview-block .interview-box a .interview-img.freelancers {
    width: 60px;
    background-position: -281px -198px;
}
.video-interview-block .interview-box a:hover .interview-img.freelancers {
    background-position: -281px -281px;
}
.video-interview-block .interview-box a .interview-img.clients {
    width: 132px;
    background-position: -351px -198px;
}
.video-interview-block .interview-box a:hover .interview-img.clients {
    background-position: -351px -281px;
}
/****************************************************
Video interview steps block start Here
****************************************************/

.Video-interview-steps-block {
    /* padding: 30px 0 0; */

    padding-top: 30px;
}
.Video-interview-steps-block h3 {
    text-align: center;
    margin: 0 0 30px;
}
.Video-interview-steps-block ul.interview-steps {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.interview-steps li.interview-step-box {
    padding: 0;
    display: block;
    background: #e6e6e7;
    background: -moz-linear-gradient(left, #e6e6e7 0%, #ebeced 31%, #eff0f0 69%, #f1f1f2 100%);
    background: -webkit-linear-gradient(left, #e6e6e7 0%, #ebeced 31%, #eff0f0 69%, #f1f1f2 100%);
    background: linear-gradient(to right, #e6e6e7 0%, #ebeced 31%, #eff0f0 69%, #f1f1f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e7', endColorstr='#f1f1f2', GradientType=1);
}
.interview-steps .interview-step-box .steps-image-block {
    padding: 45px 0 20px;
}
.interview-steps .interview-step-box .steps-image-block .steps-image {
    margin: 0 auto;
}
.interview-steps .interview-step-box .interview-step-content {
    padding: 25px;
}
.interview-steps .interview-step-box .interview-step-content h4 {
    font-family: 'Numans-Regular';
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
}
.interview-steps .interview-step-box .interview-step-content h4:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #999;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.interview-steps .interview-step-box .interview-step-content h5 {
    color: #105157;
    font-family: 'Numans-Regular';
    margin: 20px 0;
}
.interview-steps .interview-step-box .interview-step-content p {
    color: #105157;
    margin: 0;
}
.interview-steps .interview-step-box.step-one .steps-image-block {
    background-color: #fbc41a;
}
.interview-steps .interview-step-box.step-one .steps-image {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 -364px;
    height: 160px;
    width: 70px;
}
.interview-steps .interview-step-box.step-one .interview-step-content h4 {
    color: #dd9542;
}
.interview-steps .interview-step-box.step-one .interview-step-content h4:before {
    background-color: #fbc41a;
}
.interview-steps .interview-step-box.step-two .steps-image-block {
    background-color: #e97a26;
}
.interview-steps .interview-step-box.step-two .steps-image {
    background: url("../images/skilzpage-sprite-image.png") no-repeat -79px -364px;
    height: 160px;
    width: 91px;
}
.interview-steps .interview-step-box.step-two .interview-step-content h4 {
    color: #b74f26;
}
.interview-steps .interview-step-box.step-two .interview-step-content h4:before {
    background-color: #e97a26;
}
.interview-steps .interview-step-box.step-three .steps-image-block {
    background-color: #ad2448;
}
.interview-steps .interview-step-box.step-three .steps-image {
    background: url("../images/skilzpage-sprite-image.png") no-repeat -177px -364px;
    height: 160px;
    width: 90px;
}
.interview-steps .interview-step-box.step-three .interview-step-content h4 {
    color: #99392c;
}
.interview-steps .interview-step-box.step-three .interview-step-content h4:before {
    background-color: #ad2448;
}
.interview-steps .interview-step-box.step-four .steps-image-block {
    background-color: #5f328a;
}
.interview-steps .interview-step-box.step-four .steps-image {
    background: url("../images/skilzpage-sprite-image.png") no-repeat -277px -364px;
    height: 160px;
    width: 96px;
}
.interview-steps .interview-step-box.step-four .interview-step-content h4 {
    color: #5f328a;
}
.interview-steps .interview-step-box.step-four .interview-step-content h4:before {
    background-color: #5f328a;
}
.interview-steps .interview-step-box.step-five .steps-image-block {
    background-color: #0cabdb;
}
.interview-steps .interview-step-box.step-five .steps-image {
    background: url("../images/skilzpage-sprite-image.png") no-repeat -386px -364px;
    height: 160px;
    width: 93px;
}
.interview-steps .interview-step-box.step-five .interview-step-content h4 {
    color: #0cabdb;
}
.interview-steps .interview-step-box.step-five .interview-step-content h4:before {
    background-color: #0cabdb;
}
/****************************************************
Video interview steps block Ends Here
****************************************************/
/****************************************************
Colleges universities Css Starts Here
****************************************************/

.colleges-universities {
    padding: 30px 0;
}
.colleges-universities h3 {
    text-align: center;
    margin: 0;
}
.gradzone {
    background: url("../images/gradzone-banner.jpg") 80% center no-repeat;
    height: 474px;
    background-size: cover;
    padding: 40px 0;
    margin-top: 30px;
}
.gradzone img {
    margin-bottom: 50px;
}
.gradzone p {
    font-family: 'Montserrat-Regular';
    font-size: 20.24px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
/****************************************************
colleges-universities Css Ends Here
****************************************************/
/****************************************************
Testimonial slider Css Ends Here
****************************************************/

.testimonial-slider-block {
    background-color: #ebeced;
    padding: 30px 0;
}
.testimonial-slider-block .owl-carousel .owl-item img {
    width: inherit;
}
.testimonial-slider-block .testimonial-item {
    background-color: #fff;
    border: 1px solid #000;
    padding: 25px;
    position: relative;
    margin: 20px 5px 10px;
    /*min-height: 501px;*/
}
.testimonial-slider-block .testimonial-item:before {
    top: -20px;
    left: 47%;
    height: 37px;
    width: 36px;
    background-image: url("../images/skilzpage-sprite-image.png");
    background-repeat: no-repeat;
    background-position: -706px -44px;
    content: '';
    position: absolute;
}
.testimonial-slider-block .testimonial-item h6 {
    font-family: 'OpenSans-Semibold';
    font-size: 13.76px;
    color: #000;
    line-height: 20.64px;
    margin: 0 0 5px;
}
.testimonial-slider-block .testimonial-item p {
    font-family: 'OpenSansLight-Italic';
    font-size: 13.76px;
    color: #000;
    line-height: 20.64px;
}
.testimonial-slider-block .testimonial-item img {
    margin-bottom: 20px;
}
.testimonial-footer {
    padding: 15px 0 0;
}
.testimonial-footer .rating-stars {
    padding: 15px 0;
}
.testimonial-footer .rating-stars img {
    margin-bottom: 0;
}
.testimonial-footer .author-details p.author-name {
    font-family: 'OpenSans-Semibold';
}
.testimonial-footer .author-details p {
    font-family: 'OpenSans';
}
.testimonial-slider-block .owl-carousel {
    position: relative;
}
.testimonial-slider-block .owl-controls .owl-nav {
    display: none;
}
.testimonial-slider-block .owl-controls .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.testimonial-slider-block .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.testimonial-slider-block .owl-controls .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.testimonial-slider-block .owl-controls .owl-dots .owl-dot.active span,
.testimonial-slider-block .owl-controls .owl-dots .owl-dot:hover span {
    background-color: #105157;
}
/****************************************************
Testimonial slider Css Ends Here
****************************************************/
/****************************************************
 Footer Css Starts Here
 ****************************************************/

 footer {
    background-color: #105157;
    padding-top: 60px;
}
footer .footer-logo {
    margin-bottom: 47px;
    display: block;
    text-align: center;
}
footer .footer-links-block {
    text-align: center;
    border-bottom: 1px solid #9fb9bc;
    margin-bottom: 25px;
}
.footer-links-block.ftr-skillzpage-block {
    border-bottom: 0;
    margin-bottom: 0;
}
footer .footer-links-block p {
    color: #fff;
    font-family: 'Numans-Regular';
    margin-bottom: 10px;
}
footer .footer-links-block ul {
    margin: 0 0 20px;
    padding: 0;
}
footer .footer-links-block ul li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: normal;
}
footer .footer-links-block ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    /* font-family: 'Arial'; */
    line-height: normal;
}
footer .new-footer-links a {
    color: #fff;
    text-decoration: none;
}
footer .ftr-skillzpage-block {
    position: relative;
}
footer .footer-user-login-bnts a {
    margin: 5px;
    display: inline-block;
}
footer .footer-user-login-bnts .white-btn:hover {
    background-color: #7a9a97;
}
.ftr-skillzpage-block .skillzpage-links {
    display: block;
}
.ftr-skillzpage-block .ftr-social-icons {
    display: block;
}
.ftr-skillzpage-block .ftr-social-icons ul {
    padding: 0;
    margin: 0;
}
.ftr-skillzpage-block .ftr-social-icons li {
    padding: 0;
    margin: 0 5px;
    display: inline-block;
}
.ftr-skillzpage-block .ftr-social-icons a {
    height: 34px;
    width: 33px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: block;
}
.ftr-skillzpage-block .ftr-social-icons a.facebook-icon {
    background-position: -595px 0;
}
.ftr-skillzpage-block .ftr-social-icons a.twitter-icon {
    background-position: -637px 0;
}
.ftr-skillzpage-block .ftr-social-icons a.linkedin-icon {
    background-position: -679px 0;
}
.ftr-skillzpage-block .ftr-social-icons a.google-plus-icon {
    background-position: -721px 0;
}
.ftr-social-icons ul.copyright li {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}
.ftr-social-icons ul.copyright li a {
    width: 100%;
    background-image: none;
    height: auto;
}
/*** Footer bottom ***/

footer .footer-bottom {
    border-top: 1px solid #9fb9bc;
    padding: 15px 0;
    text-align: center;
    margin: 30px 0 0 0;
    background-color: #f0f0f0;
    color: #000;
}
footer .footer-bottom ul {
    padding: 0;
    margin: 0;
}
footer .footer-bottom ul li {
    color: #fff;
    font-size: 12px;
    /* font-family: 'Arial'; */
    line-height: normal;
    display: inline-block;
    padding: 0;
    margin: 0;
}
footer .footer-bottom ul li a:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '/';
    font-weight: bold;
}
footer .footer-bottom ul li:last-child a:before {
    content: '';
}
footer .footer-bottom ul li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0 30px;
}
/*** Login page small footer ***/

.small-footer {
    padding: 30px 0;
}
.small-footer .footer-logo {
    margin: 0 0 40px;
}
.small-footer ul {
    padding: 0;
    margin: 0;
}
.small-footer ul li {
    color: #fff;
    font-size: 12px;
    /* font-family: 'Arial'; */
    line-height: normal;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
}
.small-footer ul li:last-child {
    margin: 0;
}
.small-footer ul li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0 30px;
}
/********** 3rd party selectbox overwirted css starts here************/

.form-group .select2-container--default .select2-selection--single {
    border: 1px solid #105157;
    border-radius: 0;
}
.form-group .select2-container .select2-selection--single {
    height: 30px;
}
.form-group .select2-container--default .select2-selection__arrow {
    height: 28px;
    width: 33px;
    border-left: 1px solid #105157;
}
.form-group .select2-container--default .select2-selection__arrow b {
    border-top: 7px solid #105157;
    border-bottom: 0;
    height: 0;
    left: 20%;
    margin-left: 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border-width: 7px 5px 0;
}
.form-group .select2-container--default.select2-container--open .select2-selection__arrow b {
    border-bottom: 7px solid #105157;
    border-width: 0 5px 7px 5px;
}
.form-group .select2-container--default .select2-selection__rendered {
    color: #000000;
    /* font-family: "Arial"; */
    font-size: 12px;
    line-height: 28px;
}
.form-group .select2-dropdown {
    border: 1px solid #105157;
}
.form-group .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #105157;
}
.form-group .select2-container--default .select2-results__option {
    font-size: 12px;
    line-height: 14px;
}
.form-group .select2-container {
    width: 100% !important;
}

li .form-group .select2-container {
		width: 160px !important;
}

.form-group .currency-block .select2-container {
    width: 100% !important;
    margin: 0 0 5px 0;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #105157 !important;
}
.form-group .select2-container--default .select2-selection--multiple {
    border: 1px solid #105157;
    border-radius: 0;
}
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #105157;
}
.form-group .select2-selection--multiple ul {
    padding: 0;
    margin: 0;
}
.form-group .select2-selection--multiple ul li {
    padding: 2px 10px 3px;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}
.form-group .select2-container .select2-selection--multiple {
    min-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #105157;
    border-radius: 0;
    padding: 3px 5px;
    color: #105157;
    background-color: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #105157;
}
.form-group .tag-editor {
    background-color: inherit;
    border: none;
    padding: 0;
}
.form-group .tag-editor li {
    border: 1px solid #105157;
    border-radius: 0;
    padding: 3px 5px;
    background-color: inherit;
    margin: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #105157;
}
.form-group .tag-editor li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
.form-group .tag-editor li input[type="text"] {
    border: none;
    padding: 0;
    color: #105157;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.form-group .tag-editor li .tag-editor-tag {
    background-color: inherit;
    color: #105157;
}
.form-group .tag-editor li .tag-editor-delete {
    background-color: inherit;
}
.form-group .tag-editor li .tag-editor-delete i {
    line-height: 14px;
}
.form-group .tag-editor li .tag-editor-delete i:before {
    color: #105157;
}
/**********************************************************************************************************
 My Profile Page Css Starts Here
 **********************************************************************************************************/
 /*** Mega search box Css Starts Here ***/

 [tabindex] {
    outline: none;
    outline: 0;
}
.mega-search-box {
    position: relative;
    margin-bottom: 10px;
}
.mega-search-box a.search-bnt-burger {
    border-right: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    left: 0;
    padding: 7px 10px 8px;
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 12px;
    outline: none;
}
.mega-search-box input[type="text"] {
    width: 100%;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    position: relative;
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #fff;
    line-height: 14px;
    border: 1px solid #fff;
    padding: 7px 40px 7px 42px;
    -webkit-appearance: none;
    display: inline-block;
    background: inherit;
}
.mega-search-box input[type="text"]::-moz-placeholder {
    background-repeat: no-repeat;
    color: #ffffff;
}
.mega-search-box input[type="text"]::-webkit-input-placeholder {
    background-repeat: no-repeat;
    color: #ffffff;
}
.mega-search-box input[type="text"]:-ms-input-placeholder {
    background-repeat: no-repeat;
    color: #ffffff;
}
.mega-search-box:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 35px;
    height: 30px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat scroll 10px -526px;
    display: block;
    border-left: 1px solid #ffffff;
    display: none;
}
/****************************************************
 My profile navigation Css Starts Here
 ****************************************************/

 .main-navigation-menus.my-profile-navigation {
    text-align: left;
}
.main-navigation-menus.my-profile-navigation ul li a {
    border: none;
}
.main-navigation-menus.my-profile-navigation ul li a:hover,
.main-navigation-menus.my-profile-navigation ul li a:focus,
.main-navigation-menus.my-profile-navigation ul li a.active {
    border: none;
}
.my-profile-navigation ul li.submenus ul li a {
    text-align: left;
}
.my-profile-navigation ul li select {
    margin: 15px 0 0;
}
.my-profile-navigation ul li a span {
    margin-right: 7px;
    vertical-align: middle;
}
.box-icon {
    width: 21px;
    height: 18px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat -24px -534px;
    display: inline-block;
}
.user-icon {
    width: 20px;
    height: 20px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat -55px -534px;
    display: inline-block;
}
.message-icon {
    width: 21px;
    height: 18px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat -84px -534px;
    display: inline-block;
}
.settings-icon {
    width: 19px;
    height: 18px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat -113px -534px;
    display: inline-block;
}
.user-profile-meddle-part {
    position: relative;
}
/*** Side social icons ***/

.side-social-icons {
    position: absolute;
    top: 280px;
    right: 0;
}
.side-social-icons ul {
    padding: 0;
    margin: 0;
}
.side-social-icons li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 3px;
}
.side-social-icons li a {
    height: 34px;
    width: 33px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: block;
}
.side-social-icons li a.facebook-icon {
    background-position: -595px 0;
}
.side-social-icons li a.twitter-icon {
    background-position: -637px 0;
}
.side-social-icons li a.linkedin-icon {
    background-position: -679px 0;
}
.side-social-icons li a.google-plus-icon {
    background-position: -721px 0;
}
/*** User profile ***/

.user-profile-container {
    background-color: #f0f0f0;
    padding: 20px 15px;
    margin: 0 -15px;
}
/****************************************************
 User profile info block Css Starts Here
 ****************************************************/

 .user-profile-info-block {
    /* margin: 0 0 30px; */
    margin: 0px;
}
.user-profile-info-block h6 {
    color: #105157;
    margin: 0 0 10px;
}
/*** Profile-progress-bar css ***/

.profile-progress-block {
    /* border: solid 2px #5a7a77 !important; */
    margin: 20px 0 20px;
    padding: 0px;
    background: #fff;
}

.profile-progress-bar {
		/* margin-bottom: 20px; */
}
.profile-progress-bar {
    width: 100%;
    /* height: 28px; */
    height: 20px;
    /* background-color: #fff; */
		background-color: #7a9a97;
    /* padding: 4px 0px; */
    position: relative;
}
.profile-progress-bar .pbar-progress {
    /* background: #fff url(../images/progress-bar.png) no-repeat center bottom; */
    background: #fff url(../images/progress-bar-full.png) repeat center bottom;
    /* height: 21px; */
    height: 20px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}
.progress-text {
    /* position: absolute;
    top: 5px;
    left: 0px;
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #105157;
    text-transform: uppercase; */		
		position: relative;
    top: -18px;
    left: 0px;
    font-size: 13px;
    font-family: 'Numans-Regular';
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
/*** User details ***/

.user-details .user-details-left {
    width: 100%;
    margin: 0 0 20px;
}
.user-details .user-details-right {
    width: 100%;
}
/*** User details left ***/

.user-details .user-details-left .user-profile-image {
    width: 100%;
}
.user-details .user-details-left .user-profile-image img {
    border: 1px solid #105157;
    margin: 0 auto 10px;
}
.user-details .user-details-left a {
    text-align: center;
    display: block;
}
/*** User details right ***/

.user-details .user-details-right h6 {
    color: #105157;
    margin: 8px 0 15px;
}
.user-details .user-details-right a.eidt {
    margin: 0 0 0 20px;
}
.user-details .user-details-right ul {
    padding: 0;
    margin: 0;
}
.user-details-right ul li {
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    position: relative;
    display: block;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    /* color: #000000; */
}
.user-details-right ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 22px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.user-details-right ul li.job-title:before {
    background-position: -141px -534px;
}
.user-details-right ul li.education-icon:before {
    background-position: -264px -570px;
}
.user-details-right ul li.salary-icon:before {
    background-position: -292px -572px;
}
.user-details-right ul li.calendar-icon:before {
    background-position: -320px -570px;
}
.user-details-right ul li.profile-status:before {
    background-position: -170px -534px;
}
.user-details-right ul li.email-id:before {
    background-position: -200px -534px;
}
.user-details-right ul li.contact-number:before {
    background-position: -233px -534px;
}
.user-details-right ul li.drivers-license:before {
    background-position: -403px -570px;
		height: 22px;
}
.user-details-right ul li.employee-reviews:before {
    width: 32px;
    height: 32px;
    background-position: -68px -569px;
}

.user-extra-details ul li {
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    position: relative;
    display: block;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    color: #000000;
}
.user-extra-details ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 22px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.user-extra-details ul li.job-title:before {
    background-position: -141px -534px;
}
.user-extra-details ul li.salary-icon:before {
    background-position: -292px -572px;
}
.user-extra-details ul li.profile-status:before {
    background-position: -170px -534px;
}
.user-extra-details ul li.email-id:before {
    background-position: -200px -534px;
}
.user-extra-details ul li.contact-number:before {
    background-position: -233px -534px;
}
.user-extra-details ul li.drivers-license:before {
    background-position: -403px -570px;
		height: 22px;
}
.user-extra-details ul li.employee-reviews:before {
    width: 32px;
    height: 32px;
    background-position: -68px -569px;
}

.user-extra-details h6 {
	    margin: 8px 0 15px;
}

.user-extra-details ul {
    margin: 6px 0 0 0;
    padding: 0;
}
.user-extra-details ul li {
    margin: 0 0 15px;
    display: block;
    /* padding: 0; */
}
.user-extra-details ul li .city {
    margin: 0 0 15px;
}
.user-extra-details ul li label {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    margin: 0;
}
.user-extra-details ul li .form-group .select2-container {
    width: 150px !important;
}

/*** Rating stars ***/

.rating-stars-container {
    display: inline-block;
    margin-left: 10px;
}
.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input[type="radio"] {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -10px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background-position: -595px -139px;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/skilzpage-sprite-image.png) -595px -155px;
    cursor: pointer;
}
/***star-ratings-sprite css***/

.star-ratings-sprite {
    background: url("../images/skilzpage-sprite-image.png") repeat-x -491px -261px;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 80px;
    margin: 0 auto;
}
.star-ratings-sprite-rating {
    background: url("../images/skilzpage-sprite-image.png") repeat-x -491px -240px;
    float: left;
    height: 16px;
    display: block;
}

/*** Skillz Boxes ***/

.skillzBox li {
    border: 2px solid teal;
    display: inline-block !important;
    padding: 1px 11px 1px 11px !important;
    height: 23px !important;
    text-align: center;
    margin-bottom: 5px !important;
}

/*** Freelance Work Experience ***/

.freelancers-form .upload-block .custom-file-upload {
    background-color: #643D8C !important;
    color: #ffffff !important;
    width: 100% !important;
}

/*** Education and Certificates ***/

.add-academic-form .upload-block .custom-file-upload {
    background-color: #643D8C !important;
    color: #ffffff !important;
    width: 100% !important;
}

/****************************************************
 My profile sidebar (right sidebar) Css Starts here
 ****************************************************/

 .my-profile-sidebar .sidebar-block {
    border: 1px solid #105157;
    padding: 24px;
    /* margin: 0 0 40px; */
    margin: 0 0 20px;
}
.my-profile-sidebar .sidebar-block p {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    color: #000000;
    line-height: 24px;
}
.my-profile-sidebar .sidebar-block ul li {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    color: #000000;
    line-height: 24px;
}
/*** Linkedin info block ***/

.linkedin-info-block .linkedin-info-icon {
    background-color: #f0f0f0;
    width: 50px;
    height: 35px;
    position: relative;
    margin: -40px auto 38px;
    display: block;
}
.linkedin-info-block .linkedin-info-icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 10px;
    display: block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 34px;
    height: 35px;
    background-position: -679px 0;
}
.linkedin-info-block p a {
    float: right;
    line-height: 24px;
}
/*** Faq info block ***/

.faq-info-block p strong {
    margin: 0 0 25px;
    display: block;
}
.faq-info-block .faq-info-item {
    margin: 0 0 25px;
}
.faq-info-block .faq-info-item:last-child {
    margin: 0;
}
.faq-info-block .faq-info-item ul {
    margin: 0;
    padding: 0;
}
.faq-info-block .faq-info-item ul li {
    margin: 0;
    padding: 0;
}
/*** Advetiing block ***/

.advetiing-block {
    background-color: #fff;
    text-align: center;
}
.advetiing-block img {
    margin: 25px auto 50px;
}
.advetiing-block p {
    text-align: left;
}
.advetiing-block h6 {
    text-transform: uppercase;
    margin: 20px 0 30px;
    line-height: 24px;
}
/*** Following-block ***/

.following-block p {
    margin: 0 0 10px;
}
.following-block .link-block {
    text-align: right;
}
/*** Recommended jobs block ***/

.recommended-jobs-block h6 {
    margin: 0;
    position: relative;
    display: table;
    padding: 0 0 0 40px;
}
.recommended-jobs-block h6 span {
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -297px -534px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.recommended-jobs-block ul {
    margin: 0;
    padding: 0;
}
.recommended-jobs-block ul li {
    margin: 0;
    padding: 20px 0 17px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #105157;
}
.recommended-jobs-block ul li:last-child {
    border-bottom: none;
}
.recommended-jobs-block ul li .company-logo {
    display: table-cell;
    vertical-align: top;
}
.recommended-jobs-block ul li .company-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.recommended-jobs-block ul li .company-details p {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    color: #000000;
    line-height: 18px;
}
.recommended-jobs-block .link-block {
    text-align: right;
}
/*** For Links ***/

.link-block {
    display: block;
}
.link-block a {
    display: inline-block;
		font-size: 20px;
}
/****************************************************
 My-profile-Right side block Css Starts Here
 ****************************************************/
 /*** profile-summary ***/

 .profile-summary {
    /* padding: 24px;
    border: 1px solid #105157; */
		padding: 0px;
    border: none;
    /* margin: 0 0 30px; */
    margin: 0px;
}
.profile-summary h6 {
    margin: 0 0 10px;
    color: #105157;
}
.profile-summary p {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
}
.profile-summary .link-block {
    display: block;
    text-align: right;
}
.profile-summary a {
    display: inline-block;
}
/*** video Block ***/

.video-header {
    display: block;
    margin: 0 0 10px;
}
.video-header span,
.video-header p,
.video-header a {
    display: inline-block;
}
.video-header p {
    padding: 0 5px;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    line-height: normal;
}
.start-video-record-icon {
    width: 22px;
    height: 22px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -140px -570px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 0;
}
.stop-video-record-icon {
    width: 22px;
    height: 22px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -265px -534px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 0;
}
.play-video-icon,
.play-video-icon {
    width: 22px;
    height: 22px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -228px -570px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 0;
}
/*** Add block ***/

.add-block {
    /* border: 1px solid #105157; */
    padding: 15px 0;
    display: block;
    /* margin: 0 0 40px; */
}
.add-block h6 {
    margin: 36px 0 6px;
    padding: 0;
    position: relative;
    color: #105157;
    text-align: center;
}
.add-block.add-experience h6 .green-box-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -10px;
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -297px -534px;
    display: inline-block;
    vertical-align: middle;
}
.add-block.add-education h6 .book-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -10px;
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: 0px -570px;
    display: inline-block;
    vertical-align: middle;
}
.add-block a {
    padding: 8px 60px 7px;
}
.add-block .link-block {
    text-align: right;
}

/*** Companies I Follow block ***/

.company-follow-icon {
    width: 25px;
    height: 25px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -344px -569px;
    display: inline-block;
    vertical-align: middle;
		margin-right: 10px;
    margin-bottom: 4px;
    /* position: absolute;
    top: 0;
    left: 0 */;
}

/*** Social media block ***/

.social-media-block {
    /* border: 1px solid #105157; */
    padding: 15px;
    display: block;
    /* margin: 0 0 40px; */
}
.social-media-block h6 {
    display: block;
    position: relative;
    color: #105157;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
}
.social-media-block h6 .media-icon {
    width: 33px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -69px -570px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.social-media-form .form-group {
    margin: 0 0 10px;
}
.social-media-form .form-group label {
    text-align: right;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    padding-top: 5px;
}
.social-media-form .form-group input[type="text"] {
    width: 84%;
    margin-left: 1%;
    display: inline-block;
    background-color: #fff;
}
.social-media-form .input-icon-block .input-icon {
    width: 30px;
    height: 30px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: inline-block;
    vertical-align: bottom;
    margin: -5px 0 0 0;
}
.input-icon-block .input-icon.linkedin-input-icon {
    background-position: -595px -99px;
}
.input-icon-block .input-icon.facebook-input-icon {
    background-position: -674px -99px;
}
.input-icon-block .input-icon.google-input-icon {
    background-position: -634px -99px;
}
.input-icon-block .input-icon.mysite-input-icon {
    background-position: -715px -99px;
}
.input-icon-block .input-icon.mysite-input-icon {
    background-position: -715px -99px;
}
/*** Download cv block ***/

.download-cv-block {
    border: 1px solid #efefef;
    padding: 15px;
    display: block;
    margin: 0 0 40px;
    background: #fff;
}
.download-cv-block p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.cv-block-title {
    font-weight: bold;
}
.with-counter {
    padding-left: 20px;
    position: relative;
}
.que {
    color: #105157;
}
.with-counter .count {
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: bold;
    color: #105157;
}
.rate-title {
    display: inline-block;
}
.rate-detail {
    display: inline-block;
    top: 7px;
    position: relative;
}
.rate-view {
    margin-bottom: 10px;
}
.with-counter-detail {
    padding-left: 20px;
    margin-bottom: 15px;
}
.download-cv-block .radio-buttons-block {
    display: inline-block;
}
.download-cv-block h6 {
    display: block;
    position: relative;
    color: #105157;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}
.download-cv-block h6 .upload-icon {
    width: 33px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -105px -570px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.download-cv-block .link-block {
    text-align: right;
    word-wrap: break-word;
}
.download-cv-block a {} .download-cv-block .upload-block .custom-file-upload {
    padding: 8px 30px 7px 10px;
}
.download-cv-block .custom-file-upload .file-icon {
    width: 20px;
    height: 23px;
    margin-right: 20px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    background-position: -40px -570px;
}
/*** Upload more block ***/
/**.upload-more-block a {
padding: 8px 30px 7px;
margin: 5px;
display: block;
}

.upload-more-block .link-block {
text-align: left;
}**/

.upload-more-btns {
    text-align: left;
}
.upload-more-block .upload-more-btns {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}
.upload-more-block .upload-more-btns li {
    display: inline-block;
    padding: 0;
    margin: 5px 10px;
}
.upload-block input[type="file"] {
    display: none;
}
.upload-block .custom-file-upload {
    padding: 8px 30px 7px;
    display: inline-block;
    background-color: #105157;
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: normal;
    font-family: 'Numans-Regular';
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}
.upload-block-icon input[type="file"] {
    display: none;
}
.upload-block-icon .custom-file-upload {
    /* padding: 8px 30px 7px; */
    display: inline-block;
    /* background-color: #105157; */
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: normal;
    font-family: 'Numans-Regular';
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.upload-more-block .upload-block .custom-file-upload {
    padding: 8px 30px 7px;
}
/*** FOR Check Box**/

.checkbox-block {
    margin: 0 0 27px;
}
.checkbox-block input[type=checkbox].css-checkbox {
    display: none;
}
.checkbox-block input[type=checkbox].css-checkbox+label.css-label.checkbox-modal-1 {
    padding-left: 26px;
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: -7px -6px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    min-height: 22px;
}
.checkbox-block label.css-label.checkbox-modal-1 {
    padding-left: 40px;
    user-select: none;
    margin: 0;
    position: relative;
}
.checkbox-block label.css-label.checkbox-modal-1:before {
    background-image: url(../images/arrow-imgs.png);
    background-repeat: no-repeat;
    background-position: -7px -6px;
    position: absolute;
    left: 0;
    content: "";
    height: 20px;
    width: 20px;
}
.checkbox-block input[type=checkbox].css-checkbox:checked+label.css-label.checkbox-modal-1:before {
    background-position: -7px -30px;
}
/***add employment exp form ***/

.add-employment-exp-form {
    border: 1px solid #105157;
    padding: 15px;
    display: block;
    /*margin: 0 0 40px;*/
		margin: 10px 0 0px;
}
.add-employment-exp-form h6 {
    display: block;
    color: #105157;
    margin: 0px 16px 10px;
}
.add-employment-exp-form .form-group {
    margin: 0 0 10px;
}
.add-employment-exp-form .form-group label {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.add-employment-exp-form .form-group .selectbox-block {
    margin: 0 0 5px;
    margin-top: 10px;
}
.add-employment-exp-form .form-group .selectbox-block select {
    background-color: #fff;
}
.add-employment-exp-form .form-group input[type="text"] {
    margin: 0 0 5px;
    background-color: #fff;
}
.add-employment-exp-form .form-group input[type="date"] {
    margin: 0 0 5px;
    background-color: #fff;
}
.add-employment-exp-form .form-group .checkbox-block {
    /* margin: 0 0 10px; */
		margin: 0 0px 10px 44px;
}
.add-employment-exp-form .form-group .checkbox-block label {
    text-align: left;
}
.add-employment-exp-form textarea {
    resize: none;
    height: 100px;
    background-color: #fff;
}
.add-employment-exp-form .attachment-link {
    display: inline-block;
    margin: 10px 10px 15px 0;
}
.add-employment-exp-form .attachment-link input[type="file"] {
    display: none;
}
.add-employment-exp-form .attachment-link .attachment-file-upload {
    padding: 0;
    margin: 0;
    color: #00b4ff;
    text-align: left;
    cursor: pointer;
}
.uploaded-file-label {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 5px 0 5px 40px;
}
.add-employment-exp-form .attachment-link .file-icon {
    width: 20px;
    height: 23px;
    margin-right: 15px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -470px -534px;
    display: inline-block;
    vertical-align: middle;
}
.job-type-item {
    margin: 0 0 15px;
}
.add-employment-exp-form .form-group .no-work-exp-checkbox .checkbox-block {
    display: inline-block;
}
.add-employment-exp-form .no-work-exp-checkbox a {
    margin-left: 20px;
    display: inline-block
}
.add-employment-exp-form .save-cancel-btns a {
    margin: 5px 15px 5px 0;
}
/*** Add Academic Details ***/

.add-academic-form {
    border: 1px solid #105157;
    padding: 15px;
    display: block;
    /*margin: 0 0 40px;*/
		margin: 10px 0 0px;
}
.add-academic-form h6 {
    display: block;
    color: #105157;
    margin: 0 0 20px;
}
.add-academic-form .form-group {
    margin: 0 0 10px;
}
.add-academic-form .form-group label {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}
.add-academic-form .form-group input[type="text"] {
    background-color: #fff;
    margin: 0 0 5px;
}
.add-academic-form .form-group input[type="date"] {
    margin: 0 0 5px;
    background-color: #fff;
}
.add-academic-form .form-group .selectbox-block {
    margin: 0 0 5px;
}
.add-academic-form .form-group .selectbox-block select {
    margin: 0 0 5px;
    background-color: #fff;
}
.add-academic-form textarea {
    resize: none;
    height: 90px;
    background-color: #fff;
}
.add-academic-form .save-cancel-btns a {
    margin: 5px 15px 5px 0;
}
.add-academic-form .upload-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #105157;
}
.add-academic-form .upload-item .uploaded-file-label {
    display: block;
    padding: 10px;
}
.add-academic-form .upload-item .upload-block {
    text-align: center;
    padding: 0;
    display: block;
}
.add-academic-form .upload-block .custom-file-upload {
    margin: 0;
    padding: 8px 20px 7px 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.add-academic-form .upload-block .custom-file-upload span {
    width: 20px;
    height: 23px;
    margin-right: 20px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    vertical-align: middle;
    background-position: -40px -570px;
}
/**.add-academic-form .upload-item input[type="text"] {
    padding-right: 135px
    }**/

    .add-academic-form .upload-btn {
        color: #ffffff;
        display: inline-block;
        padding: 7px 25px 7px 50px;
        position: absolute;
        right: 0px;
        top: 1px;
        background: #105157 url("../images/white-file-icon.png") no-repeat 16px center;
    }
    /*** freelancers-form Details ***/

    .freelancers-form .form-group .radio-buttons-block {
        margin: 7px 0 0;
    }
    .freelancers-form .form-group .skills-tags-block {
        background: #fff;
        font-size: 12px;
        min-height: 43px;
        /* font-family: 'Arial'; */
        color: #000000;
        line-height: 14px;
        border: 1px solid #105157;
        padding: 7px 10px;
    }
    .freelancers-form .permission-info-text {
        padding: 10px;
        background-color: #fff;
        margin: 0 0 10px;
    }
    .freelancers-form .upload-item {
        position: relative;
        background-color: #fff;
        border: 1px solid #105157;
    }
    .freelancers-form .upload-item .uploaded-file-label {
        display: block;
        padding: 6px;
    }
    .freelancers-form .upload-item .upload-block {
        text-align: center;
        padding: 0;
        display: block;
    }
    .freelancers-form .upload-block .custom-file-upload {
        margin: 0;
        padding: 8px 20px 7px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    .freelancers-form .upload-btn {
        color: #ffffff;
        display: inline-block;
        padding: 7px 25px 7px 50px;
        position: absolute;
        right: 0px;
        top: 1px;
        background: #105157 url("../images/white-file-icon.png") no-repeat 16px center;
    }
    .freelancers-form .payment-type {
        display: inline-block;
    }
    /*** Skillz matrix ***/
    /*.add-block .skillz-matrix-head h6{display: block;color: #105157;}*/

    .skillz-matrix-head h6 a {
        margin-left: 25px;
        padding: 0;
    }
    .skillz-matrix-head p {
        /* font-family: Arial, sans-serif; */
        font-size: 12px;
        color: #000000;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .skillz-matrix-table {
        margin: 0 0 40px;
        border: 1px solid #105157;
    }
    .skillz-matrix-table .table {
        width: 100%;
        background-color: #fff;
        margin: 0;
    }
    .skillz-matrix-table .table>tbody>tr>th {
        border-bottom: 1px solid #105157;
        border-right: 1px solid #105157;
        font-weight: normal;
        font-size: 12px;
    }
    .skillz-matrix-table .table>tbody>tr>th:last-child {
        border-right: none;
    }
    .skillz-matrix-table .table>tbody>tr>td {
        border-right: 1px solid #105157;
        border-top: 0;
        /* font-family: Arial, sans-serif; */
        font-size: 12px;
        line-height: normal;
        padding: 5px 8px 3px;
    }
    .skillz-matrix-table .table>tbody>tr>td:last-child {
        border-right: none;
    }
    .skillz-matrix-table .matrix-skill {
        width: 250px;
    }
    .skillz-matrix-table .matrix-level {
        width: 150px;
        padding: 8px 60px 8px 8px;
    }
    .skillz-matrix-table .matrix-exp {
        width: 150px;
    }
    .skillz-matrix-table .matrix-last-used {
        width: 150px;
        padding: 8px 60px 8px 8px;
    }
    .skillz-matrix-table .matrix-actions {
        width: 100px;
    }
    .skillz-matrix-table .no-btm-pad {
        padding-bottom: 0;
    }
    .skillz-matrix-table .no-pad {
        padding: 0;
    }
    .skillz-matrix-table select {
        border: none;
    }
    .skillz-matrix-table .custom-btn {
        width: 100%;
        padding: 7px 30px 7px;
    }
    .skillz-matrix-table .delete-icon {
        width: 21px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -369px -534px;
        display: block;
        margin: 0 auto;
    }
    /*** Add education table ***/

    .add-education-table {
        margin: 0 0 40px;
        border: 1px solid #105157;
    }
    .add-education-table .table {
        width: 100%;
        background-color: #fff;
        margin: 0;
    }
    .add-education-table .table>tbody>tr>th {
        border-bottom: 1px solid #105157;
        border-right: 1px solid #105157;
        font-weight: normal;
        font-size: 12px;
    }
    .add-education-table .table>tbody>tr>th:last-child {
        border-right: none;
    }
    .add-education-table .table>tbody>tr>td {
        border-right: 1px solid #105157;
        border-top: 0;
        /* font-family: Arial, sans-serif; */
        font-size: 12px;
        line-height: normal;
        padding: 5px 8px 3px;
    }
    .add-education-table .table>tbody>tr>td:last-child {
        border-right: none;
    }
    .add-education-table .degree-name {
        width: 250px;
    }
    .add-education-table .add-edu-from {
        width: 150px;
    }
    .add-education-table .add-edu-to {
        width: 150px;
    }
    .add-education-table .institute-name {
        width: 150px;
    }
    .add-education-table .add-edu-icons {
        width: 100px;
    }
    .add-education-table a.edit-icon,
    .add-education-table a.delete-icon {
        display: inline-block;
        margin: 0 7px;
    }
    .add-education-table .edit-icon {
        width: 22px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -337px -534px;
        display: block;
        margin: 0 auto;
    }
    .add-education-table .delete-icon {
        width: 21px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -369px -534px;
        display: block;
        margin: 0 auto;
    }
    /*** Add exp table***/

    .add-exp-table {
        margin: 10px 0;
        border: 1px solid #105157;
    }
    .add-exp-table .table {
        width: 100%;
        background-color: #fff;
        margin: 0;
    }
    .add-exp-table .table>tbody>tr>th {
        border-bottom: 1px solid #105157;
        border-right: 1px solid #105157;
        font-weight: normal;
        font-size: 12px;
    }
    .add-exp-table .table>tbody>tr>th:last-child {
        border-right: none;
    }
    .add-exp-table .table>tbody>tr>td {
        border-right: 1px solid #105157;
        border-top: 0;
        /* font-family: Arial, sans-serif; */
        font-size: 12px;
        line-height: normal;
        padding: 5px 8px 3px;
    }
    .add-exp-table .table>tbody>tr>td:last-child {
        border-right: none;
    }
    .add-exp-table .checkbox-block {
        margin: 0;
    }
    .add-exp-table .emp-history {
        width: 220px;
    }
    .add-exp-table .add-exp-from {
        width: 115px;
    }
    .add-exp-table .add-exp-to {
        width: 115px;
    }
    .add-exp-table .add-exp-designation {
        width: 145px;
    }
    .add-exp-table .add-exp-hide-me {
        width: 65px;
    }
    .add-exp-table .add-exp-icons {
        width: 100px;
    }
    .add-exp-table a.edit-icon,
    .add-exp-table a.delete-icon {
        display: inline-block;
        margin: 0 7px;
    }
    .add-exp-table .edit-icon {
        width: 22px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -337px -534px;
        display: block;
        margin: 0 auto;
    }
    .add-exp-table .delete-icon {
        width: 21px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -369px -534px;
        display: block;
        margin: 0 auto;
    }
    .add-exp-table .show-icon {
        width: 25px;
        height: 14px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -400px -534px;
        display: block;
        margin: 0 auto;
    }
    .add-exp-table .hide-icon {
        width: 25px;
        height: 14px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -435px -534px;
        display: block;
        margin: 0 auto;
    }
    .exp-total {
        background-color: #fff;
        display: block
    }
    /**** Instred table block ****/

    .instrest-block {
        display: table;
        width: 100%;
    }
    /*.instrest-block h6{display: block;position: relative;color: #105157;margin: 0 ; padding: 15px;  line-height: 0.3;}*/

    .instrest-block .instrest-dig-logo {
        display: table-cell;
        width: 18%;
        vertical-align: top
    }
    .instrest-block .instrest-table-content {
        display: table-cell;
        width: 89%;
        vertical-align: top
    }
    .instrest-block .instred-table-head {
        border: 1px solid #105157;
        display: block;
        background-color: #fff;
    }
    .instrest-block .instred-table-body {
        border: 1px solid #105157;
        border-top-width: 0px;
        padding: 0 15px;
        display: block;
        background-color: #fff;
    }
    .instrest-block .instred-table-body ul {
        margin: 0;
        padding: 0;
    }
    .instrest-block .instred-table-body ul li {
        float: left;
        margin: 10px;
        padding-left: 0;
        /* font-family: Arial, sans-serif; */
        font-size: 14px;
        line-height: 24px;
    }
    .instrest-block .instred-table-body ul li:first-child {
        margin-left: 0;
    }
    /**** Languages know block ****/

    .languages-know-block [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .languages-know-block .instred-table-head p {
        display: block;
        padding: 10px 5px;
    }
    .languages-know-block .instred-table-head [class*="col-"]:last-child {
        border-right: 0px solid #105157;
    }
    .languages-know-block .instred-table-body [class*="col-"]:last-child {
        border-right: 0px solid #105157;
    }
    .languages-know-block .instred-table-body select {
        background-color: #fff;
        border-width: 1px 0 0 0;
        width: 100%;
        padding: 8px 10px 5px;
    }
    .languages-know-block .instred-table-body a.custom-btn {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .languages-know-block .instred-table-body {
        padding: 0;
    }
    .languages-know-block .instred-table-body p {
        padding: 10px 15px;
    }
    .languages-know-block .delete-icon {
        width: 21px;
        height: 26px;
        background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
        background-position: -369px -534px;
        display: block;
        margin: 3px auto;
    }
    /*** Pagination (Customized Bootstrap pagination css)***/

    ul.pagination {
        margin: 0 !important;
    }
    ul.pagination li {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block !important;
        float: left !important;
    }
    ul.pagination li a,
    ul.pagination li span {
        font-size: 12px !important;
        color: #105157;
    }
    .pagination>.active>a,
    .pagination>.active>a:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span,
    .pagination>.active>span:hover,
    .pagination>.active>span:focus {
        background-color: #105157;
    }
/**********************************************************
Inner-page-meddle-part css
**********************************************************/

.inner-page-meddle-part {
    padding: 20px 15px;
    background-color: #f0f0f0;
    margin: 0 -15px;
}
.inner-page-meddle-part h3 {
    color: #105157;
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: center;
}
.inner-page-meddle-part h6 {
    color: #105157;
    margin: 0 0 20px;
}
.inner-page-meddle-part .link-block {
    display: block;
    text-align: right;
}
.inner-page-meddle-part .link-block a {
    display: inline-block;
}
/**********************************************************
Inner page container css
**********************************************************/

.inner-page-container {
    margin: 0;
    padding: 20px 0px;
}
.inner-page-container h3 {
    margin: 0;
    text-transform: capitalize;
    /* text-align: center; */
}
.inner-page-container .border-details-block {
    background-color: #fff;
    border: none;
    margin: 0 0 20px;
    word-wrap: break-word;
}
.inner-page-container .border-details-block .form-group label {
    text-align: left;
}
.inner-page-container h6 {
    margin: 0 0 20px;
    /* color: #105157; */
}
.inner-page-container .why-should-link {
    margin: 15px 0 0;
}
/*** Border details block ***/

.border-details-block {
    border: 1px solid #105157;
    margin: 0 0 40px;
    padding: 15px;
}
.border-details-block .form-group label {
    font-size: 14px;
    /* font-weight: normal; */

    color: #333;
    text-align: left;
    vertical-align: top;
}
.border-details-block input[type="text"] {
    background-color: #fff;
}
.border-details-block select {
    background-color: #fff;
}
.border-details-block input[type="text"] {
    background-color: #fff;
    border: 1px solid #105157;
    color: #000000;
    /* font-family: "Arial"; */
    font-size: 12px;
    line-height: 14px;
    outline: medium none;
    padding: 7px 10px;
    width: 100%;
}
.border-details-block textarea {
    background-color: #fff;
    resize: none;
    color: #000000;
}

.border-details-block h6 {
    color: #105157;
}

/*** Custom modal box Css ***/

.custom-modal-box .close {
    line-height: 20px;
}
.custom-modal-box .modal-body {
    padding-bottom: 0;
}
.custom-modal-box .modal-body p {
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
}
.custom-modal-box .modal-footer {
    text-align: center;
    border: none;
}
.custom-modal-box .modal-content {
    border-radius: 0;
}
.custom-modal-box ul {
    padding: 0;
    margin: 0;
}
.custom-modal-box ul li {
    padding: 0;
    margin: 0;
}
.custom-modal-box ul li .checkbox-block {
    margin: 0 0 5px;
}
/*** Radio-buttons Css ***/

.radio-buttons-block .radio-button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 20px;
    color: #333333;
    margin: 0 0 5px;
}
.radio-buttons-block .radio-button input {
    display: none;
}
.radio-buttons-block .radio-button input:checked+.outer .inner {
    opacity: 1;
}
.radio-buttons-block .radio-button .outer {
    background: #fff;
    border: 2px solid #105157;
    border-radius: 20px;
    display: block;
    float: left;
    height: 16px;
    margin: 1px 10px 0 0;
    width: 16px;
}
.radio-buttons-block .radio-button .inner {
    background: #7A9A97;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 2px;
    opacity: 0;
    width: 8px;
}
/**********************************************************************************************************
 Add Salaries Page Css Starts Here
 **********************************************************************************************************/

 .inner-page-container.add-salaries h3 {
    text-align: left;
}
.currently-emp-status {
    margin: 20px 0 0;
}
.currently-emp-status .checkbox-block {
    margin: 0 0 15px;
    padding: 0 15px;
}
.submit-btn-block {
    display: block;
    text-align: center;
}
.submit-btn-block .custom-btn {
    display: inline-block;
    margin: 5px;
}
.why-should-link {
    display: block;
    text-align: right;
    margin: 0 0 10px;
    outline: none;
}
.gender-selection-block {
    padding: 0 15px;
}
.gender-selection-block p {
    display: inline-block;
}
.gender-selection-block .radio-buttons-block {
    display: inline-block;
}
/**********************************************************************************************************
 Compare And View Salaries Page Css Starts Here
 **********************************************************************************************************/

 .optional-search-block {
    position: relative;
    margin: 0 0 20px;
}
.optional-link {
    background-color: #105157;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px;
    text-decoration: none;
    outline: none;
}
.optional-link:hover,
.optional-link:focus {
    color: #fff;
    outline: none;
}
.optional-search-container {
    background-color: #fff;
    border: 1px solid #105157;
    padding: 15px 0;
    position: relative;
    margin: 15px 0 0px;
    display: none;
}
.optional-search-container:before {
    position: absolute;
    top: -11px;
    left: 10px;
    content: "";
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: solid #105157;
    border-width: 1px 0 0 1px;
    -webkit-moz-border-width: 1px 0 0 1px;
    -moz-moz-border-width: 1px 0 0 1px;
    -ms-moz-border-width: 1px 0 0 1px;
    -o-moz-border-width: 1px 0 0 1px;
    -moz-border-width: 1px 0 0 1px;
}
.optional-search-container .form-group {
    margin: 0 0 5px;
}
.optional-search-container .form-group label {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    margin: 7px 0 5px;
    vertical-align: top;
}
.optional-search-container .link-block {
    padding: 10px 15px 5px;
}
.compare-salaries .salary-search-block {
    margin: 0 0 20px;
}
.compare-salaries .salary-search-block .form-group label {
    color: #105157;
    display: block;
    font-family: "Numans-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
}
.inner-page-container.compare-salaries h3 {
    margin: 0 0 20px;
}
.inner-page-container.compare-salaries p strong {
    color: #00b4ff;
}
.compare-salaries .border-details-block {
    margin: 0 0 30px 0;
    text-align: center;
}
.compare-salaries .border-details-block p {
    font-size: 14px;
    margin: 0 0 10px;
}
.compare-salaries h6 {
    text-align: left;
}
.bar-chat-container {
    width: 100%;
    overflow-x: auto;
}
.charts-block {
    text-align: left;
    margin: 30px 0 0;
}
.charts-block h4 {
    color: #105157;
    margin: 0 0 20px;
    text-align: center;
}
.view-pages-links a {
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-block;
}
.line-chart {
    width: 250px;
    margin: 30px auto;
    padding: 0;
}
.line-chart li {
    padding: 0px;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}
.line-chart li label {
    padding: 20px;
    display: inline-block;
    width: 120px;
    text-align: right;
    position: relative;
    margin: 0;
}
.line-chart li .line-chart-value {
    display: inline-block;
    padding: 20px;
    width: 120px;
}
.line-chart li:nth-child(odd) label {
    border-right: 7px solid #105157;
}
.line-chart li:nth-child(even) label {
    border-right: 7px solid #7A9A97;
}
.line-chart li:nth-child(odd) label:before {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "";
    display: inline-block;
    margin-top: -5px;
    width: 18px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: inline-block;
    background-position: -492px -198px;
    transform: rotate(-90deg);
}
.line-chart li:nth-child(even) label:before {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "";
    display: inline-block;
    margin-top: -5px;
    width: 18px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: inline-block;
    background-position: -521px -198px;
    transform: rotate(-90deg);
}
/**********************************************************************************************************
 Interview Review Page Css Starts Here
 **********************************************************************************************************/

 .inner-page-container.interview-review h3 {
    text-align: left;
}
.border-details-block .interview-type {
    margin: 0;
    padding: 0;
}
.border-details-block .interview-type li {
    display: block;
    margin: 0;
    padding: 0;
}
.border-details-block .interview-type .checkbox-block {
    margin: 0 0 5px;
}
.custom-datepicker .input-group-addon {
    border-radius: 0;
    border: solid #105157;
    border-width: 1px 1px 1px 0;
    padding: 6px 7px 5px;
}
.inner-page-container .border-details-block.qsn-ans-block {
    background-color: #fff;
}
.qsn-ans-block p {
    margin: 0 0 20px;
    text-align: justify;
}
.qsn-ans-block .qsn-ans-item {
    margin: 0 -15px;
}
.qsn-ans-block .qsn-ans-item textarea {
    height: 45px;
}
.qsn-ans-block .link-block {
    text-align: left;
}
.qsn-ans-block .add-qsn-link {
    font-size: 14px;
}
.qsn-ans-block .add-qsn-btn,
.qsn-ans-block .remove-qsn-btn {
    padding: 8px 15px 7px;
    margin: 0 0 3px 0;
}
.qsn-ans-block .remove-btn-icon {
    width: 17px;
    height: 20px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -172px -570px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.qsn-ans-block .add-btn-icon {
    width: 20px;
    height: 20px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -198px -570px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.req-test-block {
    padding: 0 15px;
}
.req-test-block label.req-test-head {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px;
    text-align: left;
    display: block;
}
.req-test-block ul.req-test-item {
    margin: 0;
    padding: 0;
}
.req-test-block ul.req-test-item li {
    display: block;
    margin: 0;
    padding: 0;
}
.req-test-block ul.req-test-item .checkbox-block {
    margin: 0 0 20px;
}
.rate-your-exp {
    margin: 0;
    padding: 0;
}
.rate-your-exp li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.border-details-block .rate-buttons-group a {
    margin: 0 0 3px 0;
}
/**********************************************************************************************************
 View Interview Reviews Page Css Starts Here
 **********************************************************************************************************/

 .view-interview-reviews h4 {
    color: #105157;
    margin: 15px 0;
    font-weight: bold;
}
.view-interview-reviews h6 {
    color: #105157;
    margin: 0 0 15px 0;
}
.view-company-details {
    margin: 0 0 20px;
}
.view-company-details h4 {
    margin: 0 0 10px;
    color: #105157;
}
.view-company-details p {
    margin: 0 0 10px;
}
/*** Tbas inner content ***/

.review-content {
    margin: 0;
    padding: 15px;
    background-color: #f0f0f0;
    position: relative;
}
.report-icon-block {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    z-index: 999;
}
.review-content h6 {
    margin: 5px 0;
}
.reviewer-image {
    display: block;
    width: 120px;
    margin: 0 0 10px;
}
.reviewer-item-block {
    margin: 0 0 15px;
}
.reviewer-item-block p label {
    margin: 0;
}
.emp-deg-area {
    text-transform: uppercase;
}
.interview-exp {
    margin: 15px 0 10px;
    padding: 0;
}
.interview-exp .exp-status {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}
.interview-exp .status-icon {
    /*background-color: #cccccc;*/

    display: table-cell;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.interview-exp .exp-status .like-icon,
.interview-exp .exp-status .dislike-icon,
.interview-exp .exp-status .impartial-icon {
    display: table-cell;
}
.interview-exp p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.interview-exp .red-box {
    background-color: #89182c;
}
.interview-exp .green-box {
    background-color: #105157;
}
.interview-exp .sky-blue-box {
    background-color: #0DABDB;
}
.review-content .top-feedback-buttons {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}
.review-content .top-feedback-buttons li {
    display: inline-block;
    padding: 0;
    margin: 0 3px 0 0;
}
.review-content .top-feedback-buttons li span.custom-btn {
    padding: 8px 15px 7px;
}
.view-interview-main-tabs ul.reviewer-options {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.view-interview-main-tabs ul.reviewer-options li {
    display: inline-block;
    padding: 0;
    margin: 3px 3px 3px 0;
    vertical-align: top;
    background-color: inherit;
}
.view-interview-main-tabs ul.reviewer-options a {
    display: block;
}
.like-icon {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -645px -138px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}
.dislike-icon {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -695px -138px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}
.impartial-icon {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -671px -138px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}
.report-icon {
    background-color: #105157;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: middle;
}
.report-icon:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -723px -139px;
    content: "";
    display: block;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 20px;
}
.share-icon {
    background-color: #105157;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: middle;
}
.share-icon:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -751px -139px;
    content: "";
    display: block;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 20px;
}
.report-icon:hover,
.report-icon:focus,
.report-icon.active,
.share-icon:hover,
.share-icon:focus,
.share-icon.active {
    background-color: #246a71;
}
.add-answer-textbox {
    margin: 0 0 20px 0;
    display: none;
    position: relative;
}
.add-answer-textbox .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -139px;
}
.view-comments-block {
    border: 1px solid #105157;
    margin: 0 0 10px;
    padding: 15px;
    display: none;
}
.view-comments-block h6 {
    margin: 0 0 10px;
}
.view-comments-block .cmt-block-close {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -139px;
    float: right;
}
.view-comments-block .comment-item {
    margin: 0 0 10px;
    display: table;
    width: 100%;
}
.view-comments-block .comment-item .cmt-author-image {
    display: block;
    width: 120px;
}
.view-comments-block .comment-item .cmt-content {
    display: block;
    margin: 0 0 15px;
}
.view-comments-block .comment-item .cmt-content p {
    line-height: 20px;
}
/*** View interview main tabs ***/

.vi-inner-tab-container {
    margin: 20px 0 0;
}
.view-interview-main-tabs .main-tab-menu a {
    padding: 15px;
    display: block;
    position: relative;
    background-color: #105157;
    color: #fff;
    text-decoration: none;
}
.view-interview-main-tabs .main-tab-menu a:before {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    width: 15px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -156px;
    float: right;
}
.view-interview-main-tabs .main-tab-menu-block {
    display: none;
}
.view-interview-main-tabs .resp-tab-content {
    border: none;
}
.view-interview-main-tabs .resp-tab-content p {
    line-height: 20px;
}
.view-interview-main-tabs {
    /* margin: 20px 0; */
		margin: 20px 0px 0px 0px;
}
.view-interview-main-tabs ul li {
    background-color: #fff !important;
    display: block;
    float: none;
    margin: 0 0 2px;
}
.view-interview-main-tabs ul li:hover,
.view-interview-main-tabs ul li:focus,
.view-interview-main-tabs ul li.resp-tab-active {
    background-color: #105157 !important;
    color: #fff;
}
/*** View interview sub tabs ***/

.vi-inner-tab-container .vi-inner-tab-item {
    padding: 25px 0 0;
}
.view-interview-main-tabs .sub-tab-menu a {
    padding: 15px;
    display: block;
    position: relative;
    background-color: #105157;
    color: #fff;
    text-decoration: none;
}
.view-interview-main-tabs .sub-tab-menu a:before {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    width: 15px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -156px;
    float: right;
}
.view-interview-main-tabs .sub-tab-menu-block {
    display: none;
}
.view-interview-main-tabs .vi-inner-tabs-menus {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #cccccc;
}
.view-interview-main-tabs .vi-inner-tabs-menus li {
    padding: 0;
    background-color: #f0f0f0 !important;
}
.view-interview-main-tabs .vi-inner-tabs-menus li a {
    padding: 7px 20px;
    display: block;
    color: #000;
    text-decoration: none;
}
.view-interview-main-tabs .vi-inner-tabs-menus li a:hover,
.view-interview-main-tabs .vi-inner-tabs-menus li a:focus,
.view-interview-main-tabs .vi-inner-tabs-menus li.current-inner-tab a {
    background-color: #246a71;
    color: #fff;
}
.view-interview-main-tabs .vi-inner-tabs-menus li a:hover {
    color: #fff;
}
.reason-to-report .checkbox-block {
    margin: 0 0 5px;
    padding: 0;
    display: block;
}
/**********************************************************************************************************
 Login Page Css Starts Here
 **********************************************************************************************************/

 .login-page h4 {
    color: #105157;
    text-align: center;
    margin: 0 0 20px;
}
.login-page .border-details-block {
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #105157;
}
.login-page .checkbox-block {
    margin: 0 0 15px;
}
.new-to-skillznet .link-block {
    text-align: center;
    display: block;
}
.new-to-skillznet .link-block a {
    margin: 30px 0;
    font-size: 20px;
    line-height: 34px;
}
.new-to-skillznet p {
    text-align: center;
}
ul.signin-social-icons {
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
ul.signin-social-icons li {
    padding: 0;
    margin: 0 5px 0;
    display: inline-block;
}
ul.signin-social-icons li a {
    display: block;
    height: 34px;
    width: 33px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
}
ul.signin-social-icons li a.facebook-icon {
    background-position: -595px 0;
}
ul.signin-social-icons li a.twitter-icon {
    background-position: -637px 0;
}
ul.signin-social-icons li a.linkedin-icon {
    background-position: -679px 0;
}
ul.signin-social-icons li a.google-plus-icon {
    background-position: -721px 0;
}
/**********************************************************************************************************
 Forgot password page Css Starts Here
 **********************************************************************************************************/

 .forgot-pw-page h4 {
    color: #105157;
    text-align: center;
    margin: 0 0 20px;
    line-height: 17px;
}
.forgot-pw-page .border-details-block {
    background-color: #f0f0f0;
    margin: 0;
}
.forgot-pw-page .border-details-block .form-group p {
    text-align: center;
    margin: 0 0 15px;
}
.forgot-pw-page .border-details-block .link-block {
    text-align: center;
}
.forgot-pw-page .border-details-block .link-block a {
    margin: 0 5px;
}
/**********************************************************************************************************
 Reset password page Css Starts Here
 **********************************************************************************************************/

 .reset-pw-page h4 {
    color: #105157;
    text-align: center;
    margin: 0 0 20px;
    line-height: 17px;
}
.reset-pw-page .border-details-block {
    background-color: #f0f0f0;
    margin: 0;
}
.reset-pw-page .form-group:last-child {
    margin: 0;
}
/**********************************************************************************************************
 Registration page Css Starts Here
 **********************************************************************************************************/

 .registration-page h4 {
    color: #105157;
    text-align: center;
    margin: 0 0 20px;
    line-height: 17px;
}
.registration-page .border-details-block {
    background-color: #fff;
    margin: 0;
}
.registration-page .mobile-number-ccode select {
    /*   width: 30%;
    display: inline-block; */
}
.registration-page .mobile-number-ccode input[type="text"] {
    /*    width: 65%;
    margin-left: 3%;
    display: inline-block; */
}
.registration-page .link-block {
    text-align: center;
    margin: 50px 0 0;
}
.registration-page .reg-social-buttons {
    padding: 0;
    margin: 0;
    text-align: center;
}
.registration-page .reg-social-buttons li {
    padding: 0;
    margin: 5px 5px 15px;
    display: inline-block;
}
.registration-page .reg-social-buttons li a {
    display: block;
}
.registration-page .reg-social-buttons li a.custom-btn {
    padding: 10px 15px 5px;
}
.registration-page .reg-social-buttons li a span.reg-icon {
    display: inline-block;
    height: 34px;
    width: 33px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    vertical-align: middle;
}
.registration-page .reg-social-buttons li a.linkedin-btn {
    background-color: #127BB7;
    color: #fff;
}
.registration-page .reg-social-buttons li a.linkedin-btn span.reg-linkedin-icon {
    background-position: -625px -181px;
}
.registration-page .reg-social-buttons li a.facebook-btn {
    background-color: #3B5A99;
    color: #fff;
}
.registration-page .reg-social-buttons li a.facebook-btn span.reg-facebook-icon {
    background-position: -587px -181px;
}
.registration-page .reg-social-buttons li a.google-plus-btn {
    background-color: #CE3633;
    color: #fff;
}
.registration-page .reg-social-buttons li a.google-plus-btn span.reg-google-plus-icon {
    background-position: -672px -181px;
}
.registration-page .reg-social-buttons li a span.reg-icon-text {
    display: none;
}
/**********************************************************************************************************
 Jobseeker settings page Css Starts Here
 **********************************************************************************************************/

 .custom-vertical-tabs .resp-vtabs .resp-tabs-container {
    border: none;
    border-radius: 0;
}
.custom-vertical-tabs .resp-vtabs .resp-tabs-list li.resp-tab-item {
    background-color: #F0F0F0 !important;
}
.custom-vertical-tabs .resp-vtabs .resp-tabs-list li.resp-tab-active {
    background-color: #105157 !important;
    color: #fff;
    border: none !important;
}
.vtab-content-area h5 {
    color: #105157;
    margin: 0 0 20px 0;
}
.vtab-content-area .form-group label {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 7px 0 5px;
    vertical-align: top;
}
.vtab-content-area .radio-select-block {
    margin: 10px 0 20px 0;
}
.vtab-content-area .radio-select-block ul {
    padding: 0;
    margin: 0;
}
.vtab-content-area .radio-select-block ul li {
    padding: 0;
    margin: 0 0 15px;
}
.vtab-content-area .radio-select-block ul li:last-child {
    margin: 0;
}
.vtab-content-area .vtab1-content-block .form-group .checkbox-block {
    margin: 0;
}
.save-changes-btnblock {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}
.vtab2-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.vtab2-tooltip .vtab2-tooltip-icon {
    width: 16px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -548px -198px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 5px;
}
.vtab2-tooltip .vtab2-tooltip-content {
    display: none;
    background-color: #105157;
    color: #ffffff;
    right: 0px;
    padding: 10px;
    position: relative;
    top: 0px;
    width: 100%;
}
.vtab2-tooltip .vtab2-tooltip-content .close-button {
    width: 8px;
    height: 8px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -574px -198px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.vtab2-content-block-head p {
    display: block;
    line-height: 20px;
}
.vtab-head-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #105157;
    margin: 0 0 5px;
}
/**********************************************************************************************************
 footer fixed at bottom if no sufficient data css starts here
 **********************************************************************************************************/

 .main-wapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -209px;
}
.main-wapper-pushdown {
    height: 209px;
}
.small-footer {
    height: 209px;
}
/**********************************************************************************************************
 Video interview page Css Starts Here
 **********************************************************************************************************/

 .video-interview h3 {
    margin: 0 0 15px;
}
.video-interview h5 {
    margin: 0 0 10px;
    text-align: center;
    color: #105157;
}
.video-interview .tips-item {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin: 0 0 15px;
}
.video-interview .tips-item ul {
    margin: 0;
    padding: 0;
}
.video-interview .tips-item ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 25px;
}
.video-interview .tips-item ul li:before {
    position: absolute;
    left: 0;
    top: 0px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -491px -218px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
}
.video-interview .tips-item ul li:last-child {
    margin: 0;
}
.video-interview .video-header {
    display: block;
    margin: 0 0 10px;
    text-align: center;
}
.video-interview .video-header a {
    margin: 5px 15px;
}
.questions-block h4 {
    text-align: center;
    color: #105157;
    margin: 0 0 15px;
}
.questions-item {
    background-color: #ffffff;
    margin: 0 0 10px;
    padding: 15px 15px 0;
    min-height: 150px;
}
.questions-item p {
    font-size: 16px;
}
/*** Timeout progress bar css ***/

.timeout-progress-bar {
    width: 100%;
    height: 28px;
    background-color: #fff;
    padding: 4px 5px;
    position: relative;
}
.timeout-progress-bar .pbar-progress {
    background: #eff3f2 url(../images/progress-bar.png) repeat-x center bottom;
    height: 21px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}
.timeout-text {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 12px;
    font-family: 'Numans-Regular';
    color: #105157;
    text-transform: uppercase;
}
.video-interview .set-up-info {
    padding: 15px;
    background-color: #fff;
    margin: 20px 0 0;
}
.video-interview .faq-block p {
    text-align: center;
}
/**********************************************************************************************************
 Conduct video interview page Css Starts Here
 **********************************************************************************************************/

 .conduct-video-interview .border-details-block:last-child {
    margin: 0;
}
.conduct-video-interview h3 {
    margin: 0 0 15px;
}
.conduct-video-interview h5 {
    margin: 0 0 10px;
    text-align: center;
    color: #105157;
}
.conduct-video-interview .tips-item ul {
    margin: 0 0 15px;
    padding: 0;
}
.conduct-video-interview .tips-item ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 25px;
}
.conduct-video-interview .tips-item ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -491px -218px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
}
.conduct-video-interview .tips-item ul li:last-child {
    margin: 0;
}
.conduct-video-interview .set-up-info {
    padding: 15px;
    background-color: #fff;
    margin: 0 0 30px;
}
.conduct-video-interview .set-up-info ul {
    margin: 15px 0 0;
}
.conduct-video-interview .link-block {
    text-align: right;
}
.conduct-video-interview .video-header {
    display: block;
    margin: 0 0 10px;
    text-align: center;
}
.conduct-video-interview .video-header a {
    margin: 5px 15px;
}
.conduct-video-interview .instructions .link-block {
    text-align: center;
}
.conduct-video-interview .questions-item p {
    margin: 0 0 10px;
}
.watch-your-interview {
    border-top: 1px solid #cccccc;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.watch-your-interview .play-video-icon {
    margin: 0 0 0 15px;
}
/**********************************************************************************************************
 Jobs page Css Starts Here
 **********************************************************************************************************/

 .fliter-block .form-group {
    margin: 0 -15px;
}
.fliter-block .form-group input,
.fliter-block .form-group .custom-datepicker {
    margin: 0 0 5px;
}
.fliter-block .form-group .custom-datepicker input {
    margin: 0;
}
.posted-by select {
    width: calc(100% - 37px);
}
.posted-by .search-icon {
    width: 29px;
    height: 29px;
    background-color: #105157;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.posted-by .search-icon:hover,
.posted-by .search-icon:focus {
    background-color: #246a71;
}
.posted-by .search-icon:before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 9px;
    left: 8px;
    content: '';
    display: block;
    background: url("../images/skilzpage-sprite-image.png") 0px -534px no-repeat;
}
/*** Menu list ***/

.jobs-container .jobpage-menu-list {
    margin: 0 0 20px;
}
.jobs-container .jobpage-menu-btn {
    background-color: #105157;
    color: #ffffff;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.jobs-container .jobpage-menu-btn:hover {
    color: #fff;
}
.jobs-container .jobpage-menu-btn:before {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    width: 15px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -156px;
    float: right;
}
.jobpage-menu-list {
    display: none;
}
.jobpage-menu-list {
    margin: 0;
    padding: 0;
}
.jobpage-menu-list li {
    /* margin: 0; */
		margin: 0 0 10px 0;
    padding: 0;
    display: block;
    list-style-type: none;
		border: solid 2px #dcd9d9;
}
.jobpage-menu-list li a {
    text-decoration: none;
    color: #000000;
    font-family: "Numans-Regular";
    display: block;
    padding: 15px 13px;
    background-color: #fff;
    /* margin: 0 0 4px; */
}
.jobpage-menu-list li a:hover,
.jobpage-menu-list li a.active {
    background-color: #105157;
    color: #fff;
}
.jobpage-menu-list li label {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    color: #000000;
    font-family: "Numans-Regular";
    display: block;
    padding: 15px 13px;
    background-color: #fff;
    /* margin: 0 0 4px; */
    margin: 0px;
}
.jobpage-menu-list li label:hover,
.jobpage-menu-list li label.active {
    background-color: #105157;
    color: #fff;
}
.jobpage-menu-list li label input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
/*** Job page content ***/

.jobpage-content-head {
    padding: 10px;
    background-color: #7a9a97;
    margin: 0 0 10px;
}
.jobpage-content-head h5 {
    color: #fff;
    margin: 4px 0;
    float: left;
}
.jobpage-content h6 {
    margin: 0 0 10px;
}
.jobpage-content-head select {
    border: 1px solid #fff;
    background: url(../images/downarrow-white.png) 96% 50% no-repeat;
    color: #fff;
}
.jobpage-content a.item-hit {
    text-decoration: none;
    display: inline-block;
    margin-left: 2px;
}
.jobpage-content .job-location-block {
    margin: 0;
    padding: 0;
}
.jobpage-content .job-location-block li {
    margin: 2px 2px 0 0;
    padding: 0;
    display: inline-block;
}
.jobpage-content .salary-range-item {
    clear: both;
    display: block;
}
.jobpage-content .salary-range-item .currency-select {
    margin: 0 0 5px;
}
.jobpage-content .salary-range-item input {
    margin: 0 0 5px;
}
.jobpage-content .salary-range-item span {
    margin: 0 0 5px;
    display: block;
    text-align: center;
}
.jobpage-content .salary-range-item .time-select {
    margin: 0 0 5px;
}
.jobpage-content .salary-range-block .checkbox-block {
    margin: 0 0 10px;
}
.jobpage-content .job-checkbox-block {
    margin: 15px 0;
}
.jobpage-content .job-checkbox-block .checkbox-block {
    margin: 0 0 20px;
}
.jobs-benefits-block .job-checkbox-block {
    margin: 0;
}
.jobpage-content .jobs-benefits {
    margin: 0 0 15px 0;
}
.jobpage-content .jobs-benefits ul {
    margin: 0;
    padding: 0;
}
.jobpage-content .jobs-benefits ul li {
    margin: 0;
    padding: 0;
}
.jobpage-content .jobs-benefits ul li .checkbox-block {
    margin: 0 0 10px;
}
.jobpage-content .abilities-block {
    margin: 0 0 15px;
}
.jobpage-content .abilities-block p {
    display: block;
}
.jobpage-content .abilities-block ul {
    display: block;
    margin: 10px 0;
    padding: 0;
}
.jobpage-content .abilities-block ul li {
    padding: 0;
    display: inline-block;
}
.jobpage-content .nationality-block input {
    margin: 0 0 5px;
}
.tests-block label {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 7px 0 5px;
    vertical-align: top;
}
.tests-qsn-block .checkbox-block {
    display: inline-block;
    margin: 0 20px 0 0;
}
.tests-qsn-block {
    margin: 20px 0;
}
.tests-ans-item {
    margin: 0 0 10px;
}
.tests-ans-item textarea {
    margin: 0 0 5px;
}
.jobpage-content .nationality-block span {
    margin: 0 0 5px;
    display: block;
    text-align: center;
}
.jobpage-content .nationality-bloc select {
    margin: 0 0 5px;
}
.jobpage-content .checkbox-block.willing-travel {
    margin: 5px 0;
}
.jobpage-content .must-gender .checkbox-block {
    margin: 5px 0;
}
.jobs-buttons-block ul {
    margin: 0;
    padding: 0;
}
.jobs-buttons-block ul li {
    padding: 0;
    display: inline-block;
}
/**********************************************************************************************************
 Jobs page Css Starts Here(All Jobs page css)
 **********************************************************************************************************/

 .jobpage-content .jobs-table {
    border: 1px solid #105157;
    margin: 0 0 20px;
}
.jobpage-content .jobs-table .table {
    background-color: #ffffff;
    margin: 0;
    width: 100%;
}
.jobs-table .table>thead>tr>th {
    border-bottom: 1px solid #105157;
    border-right: 1px solid #105157;
    font-size: 12px;
    font-weight: normal;
}
.jobs-table .table>thead>tr>th:last-child {
    border-right: medium none;
}
.jobs-table .table>tbody>tr>td {
    border-right: 1px solid #105157;
    border-top: 0 none;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    line-height: normal;
    padding: 5px 8px 10px;
}
.jobs-table .table>tbody>tr>td:last-child {
    border-right: medium none;
}
.jobpage-content .jobs-table .table .checkbox-block {
    margin: 0 3px 15px;
}
.jobpage-content .jobs-table .table .checkbox-block input.css-checkbox[type="checkbox"]+label.css-label.checkbox-modal-1 {
    padding-left: 16px;
}
/*/.jobs-table .table a { display: block; text-align: center; }*/

.status {
    display: table;
    width: 100%;
}
.status .status-icon {
    display: table-cell;
    width: 15px;
    padding-right: 5px;
}
.status .status-text {
    display: table-cell;
}
.status-active {
    background-color: #b5e61e;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
}
.status-expired {
    background-color: #ff0101;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
}
.status-exp-soon {
    background-color: #ff8041;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
}
.close-red-icon {
    width: 14px;
    height: 14px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat -517px -218px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin: 5px;
}
.jobpage-content-head .status-active,
.jobpage-content-head .status-expired,
.jobpage-content-head .status-exp-soon {
    width: 15px;
    height: 15px;
    margin: 3px 10px 0 0;
    vertical-align: top;
}
/**********************************************************************************************************
 Test Info Page Css Starts Here(All Jobs page css)
 **********************************************************************************************************/

 .test-info-page h3 {
    margin: 0 0 15px;
}
.test-info-page .test-info-head p {
    text-align: center;
}
.test-instructions h5 {
    color: #105157;
    margin: 0 0 10px;
    text-align: center;
}
.test-instructions ul {
    padding: 0;
    margin: 0;
}
.test-instructions ul li {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative;
}
.test-instructions ul li:before {
    position: absolute;
    left: 0;
    top: 0px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -491px -218px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
}
/**********************************************************************************************************
 Test Page Css Starts Here(All Jobs page css)
 **********************************************************************************************************/

 .test-page h3 {
    margin: 0 0 15px;
}
.test-page .test-head p {
    text-align: center;
}
.time-counter-block {
    margin: 20px 0 0 0;
}
.time-counter-block p {
    font-size: 14px;
    margin: 0 0 10px;
}
.time-counter-block ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.time-counter-block ul li {
    padding: 15px;
    margin: 0 5px;
    display: inline-block;
    border: 8px solid #7A9A97;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    vertical-align: top;
}
.Minutes-block span,
.seconds-block span {
    display: block;
}
.time-counter-block ul li .time-number {
    font-size: 24px;
    font-weight: bold;
    color: #7A9A97;
}
.time-counter-block ul li .time-text {
    font-size: 12px;
    color: #7A9A97;
}
.test-qa-block {
    padding: 0;
    margin: 0;
}
.test-qa-block .test-qa-item {
    padding: 10px;
    margin: 0 0 15px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #dfdfdf;
}
.test-qa-block .test-qa-item:last-child {
    margin: 0;
}
.test-qa-block .test-qa-item .test-question-block {
    padding: 0;
    vertical-align: middle;
    display: table;
    width: 100%;
    margin: 0 0 20px;
    font-size: 12px;
}
.test-qa-block .test-qa-item .test-question-block label {
    background-color: #7A9A97;
    font-weight: normal;
    left: 0;
    padding: 6px;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 30px;
    display: table-cell;
    color: #fff;
}
.test-qa-block .test-qa-item .test-question-block .test-question {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.test-answer {
    padding: 0 0 0 50px;
}
/*** Test Answer with Check box ***/

.test-answer .test-checkbox-block {
    margin: 0;
    padding: 0;
}
.test-answer .test-checkbox-block li {
    padding: 0;
    margin: 0;
    display: block;
}
.test-answer .test-checkbox-block li .checkbox-block {
    margin: 0 0 10px;
}
/*** Test Answer with Radio ***/

.test-answer .radio-buttons-block {
    margin: 0 0 10px;
}
/**********************************************************************************************************
 Search company page Css Starts Here
 **********************************************************************************************************/

 .search-company-page h4 {
    color: #105157;
    line-height: 17px;
    margin: 0 0 20px;
    text-align: left;
}
.search-company-item {
    background-color: #f0f0f0;
    margin: 0 0 20px;
    padding: 15px;
}
.search-company-item .search-comapany-details {
    margin: 10px 0;
}
.search-company-item p {
    line-height: 24px;
}
.search-cmp-user-options {
    margin: 0;
    padding: 0;
}
.search-cmp-user-options li {
    display: inline-block;
    list-style: none;
    margin: 5px 2px 10px 0;
    padding: 0;
}
.add-comment-block {
    position: relative;
}
.add-comment-block .link-block {
    position: absolute;
    top: -40px;
    right: 0;
    text-align: left;
}
.add-comment-block .link-block .add-comment-btn {
    padding: 5px 15px;
}
.add-comment-textbox {
    margin: 0;
    display: none;
    position: relative;
}
.add-comment-textbox .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -139px;
}
.add-comment-btn .add-btn-icon {
    width: 20px;
    height: 20px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -198px -570px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.search-company-item a.notify {
    margin-left: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.notify-icon {
    width: 10px;
    height: 12px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -792px -139px;
    display: inline-block;
    vertical-align: middle;
}
.search-company-item a.notify:hover .custom-tooltip {
    display: block;
    text-align: center;
}
.custom-tooltip {
    background-color: #105157;
    bottom: 30px;
    color: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    right: -10px;
    width: 130px;
}
.custom-tooltip:before {
    background: #105157 none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 4px;
    bottom: -10px;
    transform: rotate(45deg);
    width: 20px;
}
/*** Right Side Accordions Block ***/
/*** Bootstrap Accordions Overwrite***/

.adv-search-block {
    background-color: #fff;
}
.adv-search-block .adv-search-head {
    padding: 15px 15px 10px;
    text-align: center;
}
.adv-search-block .adv-search-head h5 {
    margin: 0;
    color: #105157;
}
.adv-search-block .adv-search-footer {
    padding: 10px 15px 15px;
    text-align: center;
}
.adv-search-block .panel-group {
    padding: 10px 15px;
    margin: 0;
}
.adv-search-block .panel-group .panel {
    border-radius: 0;
}
.adv-search-block .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    padding: 0;
}
.adv-search-block .panel-title {
    margin: 0;
    text-align: left;
}
.adv-search-block .panel-title a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px;
    display: block;
    position: relative;
    font-family: "Numans-Regular";
}
.adv-search-block .panel-title a[aria-expanded="false"]:before {
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
    width: 16px;
    height: 10px;
}
.adv-search-block .panel-title a[aria-expanded="true"]:before {
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
    width: 16px;
    height: 10px;
    transform: rotate(180deg);
}
.adv-search-block .panel-body {
    padding: 30px 15px;
}
.adv-search-block .panel-body .checkbox-block {
    margin: 0 0 15px;
}
.adv-search-block .panel-body .checkbox-block:last-child {
    margin: 0;
}
/*** Range Slider Css ***/

.adv-search-block .slider.slider-horizontal {
    width: 100%;
}
.adv-search-block .slider-selection {
    background: #7a9a97;
}
.adv-search-block .slider-handle {
    background: #105157;
}
/**********************************************************************************************************
 Employee Css Starts Here(All Jobs page css)
 **********************************************************************************************************/

 .choose-employee {
    margin: 20px 0 20px 0px;
}
.choose-employee li label {
    cursor: pointer;
}
.choose-employee li {
    cursor: pointer;
    border: 2px solid #7a9a97;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto 15px;
    position: relative;
}
.choose-employee.with-optional li:last-child {
    margin-top: 50px;
}
.choose-employee.with-optional li:last-child::before {
    content: "OR";
    position: absolute;
    left: calc(50% - 15px);
    top: -45px;
    font-size: 16px;
    font-weight: 600;
    color: #105157;
}
.choose-employee li label {
    display: block;
    text-align: center !important;
    margin: 0!important;
    padding: 0;
}
.choose-employee li input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
}
.choose-employee li .employee-icon {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    height: 73px;
    display: block;
    margin: 0 auto 10px;
}
.choose-employee li .employee-icon.company-icon {
    background-position: -511px -352px;
    width: 39px;
}
.choose-employee li .employee-icon.agency-icon {
    background-position: -215px -198px;
    width: 56px;
}
.choose-employee li .employee-icon.client-icon {
    background-position: -351px -198px;
    width: 61px;
}
.choose-employee li .employee-icon.job-seeker-icon {
    background-position: -140px -198px;
    width: 65px;
}
.choose-employee li .employee-icon.freelancer-icon {
    background-position: -281px -198px;
    width: 60px;
}
.choose-employee li .employee-text {
    color: #105157;
    font-size: 13px;
    display: block;
    line-height: 1;
}
.choose-employee li.active {
    background: #f0f0f0;
    border-color: #02b5d5;
}
.choose-employee li.active .employee-icon.company-icon {
    background-position: -511px -451px;
}
.choose-employee li.active .employee-icon.agency-icon {
    background-position: -215px -281px;
}
.choose-employee li.active .employee-icon.client-icon {
    background-position: -351px -281px;
}
.choose-employee li.active .employee-icon.job-seeker-icon {
    background-position: -140px -281px;
}
.choose-employee li.active .employee-icon.freelancer-icon {
    background-position: -281px -281px;
}
.employee-block .test-qa-block .test-qa-item {
    padding: 20px;
    box-shadow: none;
    border: 1px solid #d9d9d9;
}
/*.btn-block{ margin: 20px 0  0;text-align: right;}*/
/**********************************************************************************************************
Account Type Css Starts Here(All Jobs page css)
**********************************************************************************************************/

.quantity-input-box .form-control {
    width: 45px;
    height: 28px;
    text-align: center
}
.trial-day-text {
    text-align: center;
}
.trial-day-text h5 {
    font-size: 16px;
}
.trial-day-text .custom-btn {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 10px;
}
/**********************************************************************************************************
Payment History Css Starts Here
**********************************************************************************************************/

.payment-history h5 {
    margin-top: 0;
}
.payment-methods-options {
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin: 15px 0;
}
/**********************************************************************************************************
Notification Css Starts Here
**********************************************************************************************************/

.notifications-block .rating-stars-container {
    background: #fff;
    padding-left: 13px;
    margin: -4px 0 4px;
    display: block;
    padding-bottom: 10px;
}
.notifications-block .rating-stars-container .star-ratings-sprite {
    display: inline-block;
}
.notifications-block .adv-search-block {
    margin: 0;
}
.notifications-block .test-checkbox-block {
    margin: 0;
}
.notifications-block .test-checkbox-block li {
    padding-left: 0;
    display: block;
    margin-bottom: 5px;
}
.notifications-block .adv-search-block .panel-group {
    padding: 10px 0;
}
.notifications-block .adv-search-block .panel-body {
    padding: 20px 15px;
}
.check-modal-2 {
    display: table;
    width: 100%;
}
.check-modal-2 .label-checkbox {
    display: table-cell;
    width: 26px;
    vertical-align: top;
}
.check-modal-2 .label-checkbox .css-label {
    vertical-align: top !important;
}
.check-modal-2 .label-text {
    display: table-cell;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}
.notification-icon {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -560px -290px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.notify-links {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.notify-links li {
    position: relative;
    padding: 0 10px;
}
.notify-links li a {
    display: block;
}
.notify-links li .badge {
    position: absolute;
    right: 2px;
    top: -11px;
    background-color: #fff;
    font-weight: normal;
    color: #105157;
}
.notify-links li.submenu ul {
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 100px;
    z-index: 9999;
}
.notify-links li.submenu:hover ul {
    display: block;
}
.notify-links li.submenu ul li {
    text-align: left;
    padding: 0;
    border-top: 1px solid #d9d9d9;
}
.notify-links li.submenu ul li:first-child {
    border: none;
}
.notify-links li.submenu ul li a {
    color: #000;
    font-size: 14px;
    padding: 5px 8px;
    text-decoration: none;
    line-height: 1
}
.notify-links li.submenu ul li a:hover,
.notify-links li.submenu ul li a:focus {
    color: #7a9a97;
}
.notifications-block .add-employment-exp-form {
    margin-bottom: 15px;
}
.notifications-block .add-employment-exp-form .btn-block {
    margin-top: 5px;
    margin-bottom: 10px;
}
.notifications-block .add-employment-exp-form .custom-btn {
    margin-bottom: 4px;
    padding: 8px 24px 7px;
}
.created-date {
    text-align: left
}
/**********************************************************************************************************
Payment Method Css Starts Here
**********************************************************************************************************/

.paypal-logo {
    display: block;
    margin-bottom: 22px;
}
.pay-text {
    margin-bottom: 30px;
}
.pay-text p {
    margin-bottom: 10px;
}
.card-signup .pay-text {
    margin-bottom: 0;
    margin-top: 10px;
}
.expiry-month {
    margin-bottom: 15px;
}
/**********************************************************************************************************
Create Video Page Css Starts Here
**********************************************************************************************************/

.create-video-interview-block {
    display: block;
}
.create-video-interview-block .checkbox-block {
    margin-bottom: 10px;
}
.create-video-interview-block .choose-employee {
    margin-left: 0;
}
.create-video-interview-block .choose-employee li.active {
    background: #fff;
}
.choose-employee li .pre-saved-icon {
    width: 71px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -584px -354px;
}
.choose-employee li .create-my-icon {
    width: 73px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -684px -352px;
}
.choose-employee li .previous-icon {
    width: 86px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -787px -352px;
}
.create-video-interview-block .add-block {
    margin-bottom: 15px;
}
.add-block.questionaire h6,
.add-block.create-my-question h6,
.add-block.previous-saved-question h6 {
    padding-left: 50px;
    margin-bottom: 0px;
    font-size: 14px;
}
.add-block.questionaire h6 .green-box-icon {
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0x;
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 26px;
    background-position: -621px -237px;
    display: inline-block;
    vertical-align: middle;
}
.add-block.create-my-question h6 .green-box-icon {
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 26px;
    background-position: -657px -236px;
    display: inline-block;
    vertical-align: middle;
}
.add-block.previous-saved-question h6 .green-box-icon {
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    width: 30px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -697px -237px;
    width: 31px;
    display: inline-block;
    vertical-align: middle;
}
.invite-candidates {
    margin: 0 0 15px;
    padding: 0;
}
.invite-candidates li {
    padding: 10px;
    border: 1px solid #105157;
    width: 100%;
    vertical-align: top;
}
.invite-candidates .icon {
    display: block;
    margin: 0 auto 15px;
    height: 50px;
    width: auto;
    background: url(../images/skilzpage-sprite-image.png) no-repeat;
}
.invite-candidates .icon.email-icon {
    background-position: -573px -469px;
    width: 75px;
}
.invite-candidates .icon.linked-icon {
    background-position: -665px -469px;
    width: 50px;
}
.invite-candidates .icon.job-search-icon {
    background-position: -735px -464px;
    width: 50px;
}
.invite-candidates .icon.job-ad-icon {
    background-position: -805px -464px;
    width: 50px;
}
.invite-candidates .icon.freelancer-icon {
    background-position: -876px -465px;
    width: 50px;
}
.invite-candidates .icon-text {
    color: #105157;
    display: block;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}
.create-video-interview-block .attachment-link {
    display: inline-block;
    margin: 15px 0 0px;
    text-decoration: none;
}
.create-video-interview-block .attachment-link .file-icon {
    background: url("../images/skilzpage-sprite-image.png") no-repeat scroll -470px -534px;
    display: inline-block;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}
.add-question-block {
    margin-top: 15px;
}
.add-question-block p {
    margin-bottom: 15px;
}
.skillpage-questionaire-block .form-group {
    margin-bottom: 0;
}
.skillpage-questionaire-block .form-group select {
    margin-bottom: 15px;
}
.selectbox {
    margin-bottom: 0;
}
.selectbox select {
    margin-bottom: 15px;
}
.previously-saved-block .dark-red-btn,
.invite-complete .dark-red-btn {
    margin-top: 10px;
}
.modal-header h6 {
    margin-bottom: 0;
}
/**********************************************************************************************************
My Video Responses Css Starts Here
**********************************************************************************************************/

.one-star-container .star-ratings-sprite {
    width: 16px;
}
.profile-rating {
    margin-left: 3px
}
.profile-rating li {
    border: 1px solid #105157;
    padding: 5px !important;
    font-size: 12px;
    line-height: 1;
}
.td-icon-list {} .td-icon-list a {
    display: inline-block !important;
    vertical-align: top;
    margin: 0 3px 10px;
    width: 26px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat;
}
.td-icon-list a.delete-icon {
    width: 21px;
    background-position: -369px -534px;
}
.td-icon-list a.share-icon {
    width: 25px;
    background-position: -648px -287px;
}
.td-icon-list a.share-icon:before {
    display: none;
}
.td-icon-list a.notify-icon {
    background-position: -607px -287px;
}
.td-icon-list a.heart-icon {
    width: 30px;
    background-position: -705px -287px;
}
.td-icon-list a.shake-hand-icon {
    width: 35px;
    background-position: -752px -288px;
}
.td-icon-list a:hover,
.td-icon-list a:focus {
    background-color: inherit !important;
}
.profile-compare-block .td-icon-list {
    display: inline-block;
}
.comment-right {
    text-align: left;
}
.date-pick-response {
    margin: 15px 0;
}
.comment-right .td-icon-list {
    margin: 15px 0;
}
.comment-block {
    border: 1px solid #105157;
    padding: 10px;
}
.comment-block .days-ago {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
}
.comment-block p {
    margin-bottom: 15px;
}
.comment-block .rating-stars-container {
    margin-left: 0;
}

/*********** Margin ************/

.no-paragraph-margins p {	
    margin: 0px !important;
}

.margin-0 {
    margin: 0px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-25 {
    margin: 25px !important;
}
.margin-50 {
    margin: 50px !important;
}

/*********** Margin top ************/

.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}

/*********** Margin Bottom ************/

.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}

/*********** Margin Right ************/

.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-right-25 {
    margin-right: 25px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}

/*********** Margin Left ************/

.margin-left-0 {
    margin-left: 0 !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}

/*********** Padding ************/

.padding-0 {
    padding: 0px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-50 {
    padding: 50px !important;
}

/*********** Padding Left ************/

.padding-left-0 {
    padding-left: 0px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-left-25 {
    padding-left: 25px !important;
}
.padding-left-50 {
    padding-left: 50px !important;
}

/*********** Padding right ************/

.padding-right-0 {
    padding-right: 0px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-right-25 {
    padding-right: 25px !important;
}
.padding-right-50 {
    padding-right: 50px !important;
}

/*********** Padding top ************/

.padding-top-0 {
    padding-top: 0px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-25 {
    padding-top: 25px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}

/*********** Padding bottom ************/

.padding-bottom-0{
    padding-bottom: 0 !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-25 {
    padding-bottom: 25px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/********** btn classes *****************/

a.edit-icon,
a.delete-icon {
    display: inline-block;
    margin: 0 7px;
}
.edit-icon {
    width: 22px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -337px -534px;
    display: block;
    margin: 0 auto;
}
.delete-icon {
    width: 21px;
    height: 26px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -369px -534px;
    display: block;
    margin: 0 auto;
}
.show-icon {
    width: 25px;
    height: 14px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -400px -534px;
    display: block;
    margin: 0 auto;
}
.hide-icon {
    width: 25px;
    height: 14px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -435px -534px;
    display: block;
    margin: 0 auto;
}
.btn {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 0;
    text-decoration: none;
    line-height: 12px;
}
.btn-dark-green {
    background-color: #246a71 !important;
    color: #fff !important;
}
.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-dark-green:active {
    color: #fff !important;
    background-color: #246a71 !important;
}
.btn-yellow {
    color: #333;
    background: ##fbc41a;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background: #ffd249;
    color: #333;
}
.btn-pale-green {
    background-color: #7a9a97 !important;
    color: #fff !important;
}
.btn-pale-green:hover,
.btn-pale-green:focus,
.btn-pale-green:active {
    color: #fff !important;
    background-color: #87a09e !important;
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
input[type="button"].btn {
    padding: 8px 30px 8px;
}
/************* dropdown menu **************/

.dropdown-menu li {
    padding: 0;
}
.dropdown-menu li a {
    text-decoration: none;
}
.dropdown-menu li i {
    margin-right: 5px;
}
/************** for star ratting css ****************/

.rating-stars-container label {
    width: 16px !important;
}
/**************** form footer ********/

.form-footer {
    /*position: fixed;*/

    clear: both;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(16, 81, 87, 0.08);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0 0px;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    z-index: 2;
    text-align: center;
    width: 100%;
}
/***************** form elements ******************/

.form-control {
    display: block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
    outline: none;
    background: #fff;
    font-size: 12px;
    /* font-family: 'Arial'; */
    color: #000000;
    line-height: 14px;
    border: 1px solid #105157;
    padding: 7px 10px;
    -webkit-appearance: none;
    border-radius: 0;
    height: auto;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #105157;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #105157;
    border-radius: 0;
}
select.form-control {
    width: 100%;
    border: 1px solid #105157;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    position: relative;
    background: #fff url(../images/downarrow.png) no-repeat;
    padding: 7px 10px 7px;
    font-size: 12px;
    background-position: right 12px center;
    /* font-family: 'Arial'; */
    line-height: 14px;
    padding-right: 30px !important;
}
select.form-control[multiple="multiple"] {
    background: none;
}
.input-group-btn .btn {
    /* padding: 6px 12px; */

    font-size: 13px;
    border-radius: 0;
}
hr {
    height: 1px;
    background: rgba(16, 81, 87, 0.08);
    margin-top: 15px;
    margin-bottom: 15px;
}
/************** text ****************/

.text-light-teal {
    color: #008080;
}
.text-teal {
    color: #006666;
}
.text-dark-teal {
    color: #004c4c;
}

.text-red {
    color: #ca2129;
}
.text-orange {
    color: #e78031;
}

.text-dark-green {
    color: #105157;
}
.text-black {
    color: #000000;
}
/************** horizontal rules ****************/

.hr-light-teal {
    height: 2px;
    background: #008080;
}
.hr-teal {
    height: 2px;
    background: #006666;
}
.hr-dark-teal {
    height: 2px;
    background: #004c4c;
}

/****************** label ***************/

.label-border-dark-green {
    background-color: #fff;
    border: 1px solid #105157;
    color: #105157;
    font-weight: normal;
}
/********** search box ***********/

.search-box {
    font-size: 12px;
    word-wrap: break-word;
}
.search-box-header {
    margin-bottom: 10px;
}
.search-box-img {
    /* border: 1px solid #ddd;
    padding: 4px;
    border-radius: 2px; */

    border: 1px solid #105157;
    border-radius: 2px;
    width: 151px;
    margin: 0;
}



.search-box-icons {
}
.search-box-icons ul {
    padding: 0px;
    margin: 0px;
}
.search-box-icons ul li {
    padding: 6px 0 0 40px;
    margin: -3px 0 3px 0px;
    position: relative;
    display: block;
    font-size: 12px;
}
.search-box-icons ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.search-box-icons ul li.report-cv:before {
    background-position: -515px -539px;
}
.search-box-icons ul li.last-activity:before {
    background-position: -555px -539px;
}
.search-box-icons ul li.save:before {
    background-position: -595px -539px;
}
.search-box-icons ul li.test:before {
    background-position: -635px -539px;
}
.search-box-icons ul li.video:before {
    background-position: -675px -539px;
}
.search-box-icons ul li.share:before {
    background-position: -715px -539px;
}
.search-box-icons ul li.view:before {
    background-position: -755px -539px;
}
.search-box-icons ul li.notes:before {
    background-position: -795px -539px;
}
.search-box-icons ul li.email:before {
    background-position: -835px -539px;
}



.search-report-icons {
}
.search-report-icons ul {
    padding: 0px;
    margin: 0px;
}
.search-report-icons ul li {
    /* padding: 6px 0 0 40px; */
    padding: 0px 0 0 40px;
    margin: 0 0 0px;
    position: relative;
    display: block;
    font-size: 12px;
}
.search-report-icons ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.search-report-icons ul li.report-cv:before {
    background-position: -515px -539px;
}
.search-report-icons ul li.video-interview:before {
    background-position: -470px -579px;
}

.search-activity-icons {
}
.search-activity-icons ul {
    padding: 0px;
    margin: 0px;
}
.search-activity-icons ul li {
    padding: 0 0 0 40px;
    margin: 0 0 0px;
    position: relative;
    display: block;
    font-size: 12px;
}
.search-activity-icons ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.search-activity-icons ul li.last-activity:before {
    background-position: -555px -539px;
}



.search-box-footer-icons {
}
.search-box-footer-icons ul {
    padding: 0px;
    margin: 0px;
}
.search-box-footer-icons ul li {
    padding: 1px 0 0 30px;
    margin: 0 0 0px;
    position: relative;
    display: block;
    font-size: 12px;
}
.search-box-footer-icons ul li:before {
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.search-box-footer-icons ul li.save:before {
    background-position: -595px -579px;
}
.search-box-footer-icons ul li.test:before {
    background-position: -635px -579px;
}
.search-box-footer-icons ul li.video:before {
    background-position: -675px -579px;
}
.search-box-footer-icons ul li.share:before {
    background-position: -715px -579px;
}
.search-box-footer-icons ul li.view:before {
    background-position: -755px -579px;
}
.search-box-footer-icons ul li.notes:before {
    background-position: -795px -579px;
}
.search-box-footer-icons ul li.email:before {
    background-position: -835px -579px;
}



.search-box-footer .btn {
    margin-bottom: 0px
    /* margin-bottom: 3px */
}
.cv-search-box-footer .btn {
		padding: 5px;
    margin: 0px;
    /* margin: 5px; */
}
.freelancer-search-box-footer .btn {
    margin: 5px;
}
.tag-wrap .tag.h5 {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 0;
    /* margin-left: 5px; */
    margin-right: 5px;
}
/**************** header profile menu ********/

.main-navigation-menus ul.dropdown-menu li {
    /* background: #7a9a97; */
    background: #ffffff;
    display: block;
    color: #000000;
}
.main-navigation-menus ul.dropdown-menu li:hover a,
.main-navigation-menus ul.dropdown-menu li:focus a,
.main-navigation-menus ul.dropdown-menu li:active a {
    /* background: #7a9a97; */
    /* border: 1px solid #fff; */

    background: #dcd9d9;
    color: #fff;
}
.main-navigation-menus ul.tools-list ul.dropdown-menu li {
    display: block;
}
.main-navigation-menus ul.dropdown-menu li a {
    /* border: 1px solid #7a9a97; */
		color: #000000;
}
.main-navigation-menus ul.dropdown-menu {
    /* padding: 10px; */
    padding: 10px 0;
    border-radius: 0;
    /* background: #7a9a97; */
    background: #ffffff;
}
.main-navigation-menus ul.tools-list li {
    display: inline-block;
}
.main-navigation-menus ul.tools-list {
    text-align: center;
}
.main-navigation-menus ul.tools-list li a {
    padding: 7px;
		color: #000000;
}
.main-navigation-menus ul.tools-list li a:hover {
		color: #000000;
    background: #dcd9d9;
}
/**************** page header ***************/

.container-header {
    clear: both;
    margin-bottom: 15px;
}
.container-header h3 {
    text-align: left;
}
/************** UI tag editor *****************/

ul.tag-editor.ui-sortable {
    width: 100%;
    outline: none;
    background: #fff;
    font-size: 12px;
    /* font-family: 'Arial'; */
    color: #000000;
    line-height: 14px;
    border: 1px solid #105157;
    padding: 7px 10px;
    -webkit-appearance: none;
    border-radius: 0;
    height: auto;
    min-height: 30px;
}
/*************** notifiaction page ****************/

.adv-search-block .panel-group {
    padding: 0;
    margin: 0;
    background: #fff;
}
ul li {
    padding-left: 0;
}
.adv-search-block .panel-body {
    padding: 15px;
}
/****************** table design *******/

table.table-styled {
    border: 1px solid #105157;
    background-color: #ffffff;
    margin: 15px 0;
}
table.table-styled>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #105157;
    border-right: 1px solid #105157;
    font-size: 12px;
    font-weight: bold;
}
table.table-styled>tfoot>tr>td {
    vertical-align: middle;
    border-top: 1px solid #105157;
    border-right: 1px solid #105157;
    font-size: 12px;
    font-weight: bold;
}
table.table-styled>thead>tr>th:last-child {} table.table-styled>tbody>tr>td {
    vertical-align: middle;
    border-right: 1px solid #105157;
    border-top: 0 none;
    /* font-family: Arial, sans-serif; */
    font-size: 12px;
    line-height: normal;
    padding: 10px;
    text-align: left;
}
/* table.table-styled>tbody>tr>td:last-child { border-right: medium none; } */

table.table-styled .checkbox-block {
    margin: 0;
}
table.table-styled .checkbox-block input.css-checkbox[type="checkbox"]+label.css-label.checkbox-modal-1 {
    padding-left: 35px;
}
table.table-styled .checkbox-block.no-label input.css-checkbox[type="checkbox"]+label.css-label.checkbox-modal-1 {
    padding-left: 15px;
}
/************** box list ****************/

.box-list-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.box-list-wrap .icon-save {
    width: 71px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -584px -354px;
}
.box-list-wrap .icon-question {
    width: 73px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -684px -352px;
}
.box-list-wrap .icon-saved {
    width: 86px;
    background: url(../images/skilzpage-sprite-image.png) no-repeat -787px -352px;
}
.box-list-wrap .icon-email {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -573px -469px;
    width: 75px;
}
.box-list-wrap .icon-linked {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -665px -469px;
    width: 50px;
}
.box-list-wrap .icon-job-search {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -735px -464px;
    width: 50px;
}
.box-list-wrap .icon-job-ad {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -805px -464px;
    width: 50px;
}
.box-list-wrap .icon-freelancer {
    background: url(../images/skilzpage-sprite-image.png) no-repeat -876px -465px;
    width: 50px;
}
.box-list-wrap li .box-list-inner {
    cursor: pointer;
    border: 1px solid #105157;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 auto 15px;
    background: #fff;
}
.box-list-wrap li .box-list-inner:hover {
    background: #efefef;
}
.box-list-wrap .box-list-icon {
    height: 73px;
    display: block;
    margin: 0 auto 10px;
}
.box-list-wrap .box-list-name {
    color: #105157;
    font-size: 13px;
    display: block;
    line-height: 1;
}
.box-list-wrap li.active .box-list-inner,
.box-list-wrap li:hover .box-list-inner {
    background: #efefef;
}
/*********** contnet header **/

.content-head {
    padding: 10px;
    background-color: #7a9a97;
    margin: 0 0 10px;
}
.content-head .head-inner {
    color: #fff;
    margin: 4px 0;
}
/************* boot strap time picker textbox *********/

.bootstrap-timepicker-widget table td input {
    width: 50px;
    margin: 0;
    text-align: center;
}
/********** collaps styled ************/

.collaps-styled .panel-group .panel {
    border-radius: 0;
}
.collaps-styled .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    padding: 0;
}
.collaps-styled .panel-title {
    margin: 0;
    text-align: left;
}
.collaps-styled .panel-title a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px;
    display: block;
    position: relative;
    font-family: "Numans-Regular";
}
.collaps-styled .panel-title a[aria-expanded="false"]:before {
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
    width: 16px;
    height: 10px;
}
.collaps-styled .panel-title a[aria-expanded="true"]:before {
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
    width: 16px;
    height: 10px;
    transform: rotate(180deg);
}
.collaps-styled .panel-body {
    padding: 15px 15px;
}
.collaps-styled .panel-body .checkbox-block {
    margin: 0 0 15px;
}
.collaps-styled .panel-body .checkbox-block:last-child {
    margin: 0;
}
/*** sidebar Menu list ***/

.sidebar-menu-list {
    margin: 0 0 20px;
}
.sidebar-menu-btn {
    background-color: #105157;
    color: #ffffff;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.sidebar-menu-btn:hover {
    color: #fff;
}
.sidebar-menu-btn:before {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    width: 15px;
    height: 10px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -620px -156px;
    float: right;
}
.sidebar-menu-list {
    display: none;
}
.sidebar-menu-list {
    margin: 0;
    padding: 0;
}
.sidebar-menu-list li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
.sidebar-menu-list li a {
    text-decoration: none;
    color: #000000;
    font-family: "Numans-Regular";
    display: block;
    padding: 15px 13px;
    background-color: #fff;
    margin: 0 0 4px;
}
.sidebar-menu-list li a:hover,
.sidebar-menu-list li a.active {
    background-color: #105157;
    color: #fff;
}
.sidebar-menu-list li button {
    text-decoration: none;
    color: #000000;
    font-family: "Numans-Regular";
    display: block;
    padding: 15px 10px;
    background-color: #fff;
    margin: 0 0 4px;
    border: none;
    width: 100%;
    text-align: left;
}
.sidebar-menu-list li button:hover,
.sidebar-menu-list li button.active {
    background-color: #105157;
    color: #fff;
    border: none;
    width: 100%;
}
.sidebar-menu-list li label {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    color: #000000;
    font-family: "Numans-Regular";
    display: block;
    padding: 15px 13px;
    background-color: #fff;
    margin: 0 0 4px;
}
.sidebar-menu-list li label:hover,
.sidebar-menu-list li label.active {
    background-color: #105157;
    color: #fff;
}
.sidebar-menu-list li label input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
/************ info page design ******************/

.info-page-sign {
    font-size: 120px;
    margin: 20px 0;
    font-style: inherit;
}
/**************** border block *****************/

.border-details-footer {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}
/*********** list item **********/

.list-item ul {
    margin: 0 0 15px;
    padding: 0;
}
.list-item ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 25px;
}
.list-item ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    background-position: -491px -218px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
}
.list-item ul li:last-child {
    margin: 0;
}
/********** status-details ************/

.status-details {
    text-decoration: none;
}
.status-details:hover .label {
    background: #7d7d7d;
}
/*************** cursor pointer **************/

.cursor-pointer {
    cursor: pointer;
}
.cursor-move {
    cursor: move;
}
.cursor-none {
    cursor: none;
}
.cursor-auto {
    cursor: auto;
}
/***************** responsive tabs ***************/

.resp-tabs-list li.resp-tab-item {
    color: #7b9a97;
    border: 1px solid #7b9a97;
    border-bottom: 0;
    margin: 0;
}
.resp-tabs-list li.resp-tab-active.resp-tab-item {
    background-color: #7b9a97;
    color: #fff;
}
.resp-tabs-list li.resp-tab-active a {
    color: #7b9a97;
    text-decoration: none;
}
.resp-tabs-list li a {
    color: #fff;
    text-decoration: none;
}
.resp-tabs-container {
    border: 1px solid #7b9a97;
}
.resp-tabs-container .resp-tab-content {
    padding: 15px;
}

.resp-tabs-container-break-top {
		height:17px;
		margin: 0px -21px 0 -21px;
		background-color: #ffffff;
		border-top: 1px solid #7b9a97;
}
.resp-tabs-container-break-middle {
		height:20px;
		margin: 0px -38px 0 -38px;
		background-color: #f0f0f0;
		border-top: 2px solid #dcd9d9;
		border-bottom: 2px solid #dcd9d9;
}
.resp-tabs-container-break-bottom {
		height:17px;
		margin: 0px -21px 0 -21px;
		background-color: #ffffff;
		border-bottom: 1px solid #7b9a97;
}

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

		.resp-tabs-container-break-top {
				height:17px;
				margin: 0px -11px 0 -11px;
				background-color: #ffffff;
				border-top: 1px solid #7b9a97;
		}
		.resp-tabs-container-break-middle {
				height:20px;
				margin: 0px -28px 0 -28px;
				background-color: #f0f0f0;
				border-top: 2px solid #dcd9d9;
				border-bottom: 2px solid #dcd9d9;
		}
		.resp-tabs-container-break-bottom {
				height:17px;
				margin: 0px -11px 0 -11px;
				background-color: #ffffff;
				border-bottom: 1px solid #7b9a97;
		}
	
}


/***************** details section ***************/

.details .border-details-block {
    border: 1px solid #105157;
    margin: 0 0 15px;
    padding: 15px;
}
/******************** jquery ui dialog box **************/

.ui-widget {
    font-family: "Numans-Regular";
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
    padding: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-header {
    border: 1px solid #105157;
    background: #105157;
    color: #fff;
    font-weight: bold;
}
.ui-dialog .ui-dialog-title {
    font-size: 18px;
    font-weight: normal;
    font-family: "Numans-Regular";
}
/*************** container section **************/

.container-section {
    padding: 30px 0;
}
p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}
.about-footer-section {
    padding: 15px 0;
    background-color: #fef6dd;
}
.about-footer-section a {
    text-decoration: none;
}
/********* rainbow hr *************/

.rainbow-hr {
    background: url(../images/progress-bar.png);
    height: 6px;
    width: 100%;
}
/****************** bg color ************/

.paleyellow {
    background: #fef6dd;
}
/**************** text **********/

.text-decoration-none {
    text-decoration: none.
}
/*************** Lit menu ************/

.list-menu li a {
    color: #105157;
    text-decoration: none;
    border-right: 1px solid #105157;
    padding-right: 15px;
}
.list-menu li a.active,
.list-menu li a:hover {
    text-decoration: underline;
}
.list-menu li:first-child {
    padding-left: 0;
}
.list-menu li:last-child a {
    border: 0;
}
/************* info grid ***********/

.info-grid-img {
    max-height: 240px;
    overflow: hidden;
}
.info-grid-title a {
    text-decoration: none;
    color: #105157;
}
.info-grid-inner:hover .info-grid-title a {
    color: #a06cff;
}
.info-grid-inner {
    padding: 20px 0 20px;
    border-bottom: 1px solid #ddd;
}
.info-grid-desc p {
    margin: 0;
}

.career-advice p {
    margin-bottom: 15px;
}

/****************** thumb grid ***********/

.thumb-grid-inner {
    background: #fff;
    margin: 15px 0;
}
.thumb-grid-inner a {
    padding: 25px;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    text-decoration: none;
    transition: all 0.2s linear;
    min-height: 230px;
}
.thumb-grid-img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.contact-us-content .thumb-grid-img {
    width: 60px;
    height: 60px;
}
.thumb-grid-title {
    font-weight: bold;
    color: #105157;
    text-decoration: none;
    font-size: 14px;
}
.thumb-grid-inner a:hover {
    border: 2px solid #7a9a97;
}
.thumb-grid-details {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}
/************* service page *******/

.service-social-bar {
    background: #fff;
    border: 2px solid #ddd;
    padding: 15px 0;
    border-right: 0;
    border-left: 0;
    margin: 15px 0;
}
.service-social-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 50px;
}
.service-social-bar ul li {
    margin: 0;
}
.service-social-bar ul li a {
    height: 34px;
    width: 33px;
    background: url("../images/skilzpage-sprite-image.png") no-repeat 0 0;
    display: block;
}
.service-social-bar ul li a.facebook-icon {
    background-position: -595px 0;
}
.service-social-bar ul li a.twitter-icon {
    background-position: -637px 0;
}
.service-social-bar ul li a.linkedin-icon {
    background-position: -679px 0;
}
.service-social-bar ul li a.google-plus-icon {
    background-position: -721px 0;
}
/*************** pricing page **************/

.header-style-2 {
    margin-bottom: 30px;
}
.header-style-2 {
    color: #555;
    position: relative;
    /* padding-top: 10px; */

    margin: 0;
    margin-bottom: 25px;
}
.header-style-2 h1:after,
.header-style-2 h2:after,
.header-style-2 h3:after,
.header-style-2 h4:after,
.header-style-2 h5:after,
.header-style-2 h6:after {
    content: '';
    width: 100px;
    background: #555;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.header-style-2.text-dark-green h1,
.header-style-2.text-dark-green h2,
.header-style-2.text-dark-green h3,
.header-style-2.text-dark-green h4,
.header-style-2.text-dark-green h5,
.header-style-2.text-dark-green h6 {
    color: #105157;
    display: inline-block;
    position: relative;
}
.header-style-2.text-dark-green h1:after,
.header-style-2.text-dark-green h2:after,
.header-style-2.text-dark-green h3:after,
.header-style-2.text-dark-green h4:after,
.header-style-2.text-dark-green h5:after,
.header-style-2.text-dark-green h6:after {
    background: #105157;
}
.header-style-2.text-blue h1,
.header-style-2.text-blue h2,
.header-style-2.text-blue h3,
.header-style-2.text-blue h4,
.header-style-2.text-blue h5,
.header-style-2.text-blue h6 {
    color: #10ACDF;
    display: inline-block;
    position: relative;
}
.header-style-2.text-blue h1:after,
.header-style-2.text-blue h2:after,
.header-style-2.text-blue h3:after,
.header-style-2.text-blue h4:after,
.header-style-2.text-blue h5:after,
.header-style-2.text-blue h6:after {
    background: #0dabdb;
}
.header-style-2.text-orange h1,
.header-style-2.text-orange h2,
.header-style-2.text-orange h3,
.header-style-2.text-orange h4,
.header-style-2.text-orange h5,
.header-style-2.text-orange h6 {
    color: #E78031;
    display: inline-block;
    position: relative;
}
.header-style-2.text-orange h1:after,
.header-style-2.text-orange h2:after,
.header-style-2.text-orange h3:after,
.header-style-2.text-orange h4:after,
.header-style-2.text-orange h5:after,
.header-style-2.text-orange h6:after {
    background: #E78031;
}
.header-style-2.text-red h1,
.header-style-2.text-red h2,
.header-style-2.text-red h3,
.header-style-2.text-red h4,
.header-style-2.text-red h5,
.header-style-2.text-red h6 {
    color: #ca2129;
    display: inline-block;
    position: relative;
}
.header-style-2.text-red h1:after,
.header-style-2.text-red h2:after,
.header-style-2.text-red h3:after,
.header-style-2.text-red h4:after,
.header-style-2.text-red h5:after,
.header-style-2.text-red h6:after {
    background: #ca2129;
}
.header-style-2.text-purple h1,
.header-style-2.text-purple h2,
.header-style-2.text-purple h3,
.header-style-2.text-purple h4,
.header-style-2.text-purple h5,
.header-style-2.text-purple h6 {
    color: #643D8C;
    display: inline-block;
    position: relative;
}
.header-style-2.text-purple h1:after,
.header-style-2.text-purple h2:after,
.header-style-2.text-purple h3:after,
.header-style-2.text-purple h4:after,
.header-style-2.text-purple h5:after,
.header-style-2.text-purple h6:after {
    background: #643D8C;
}
.table-styled-2 td.tbl-header {
    background: #CEEEF9;
    color: #05527E;
}
.table-styled-2 td.tbl-header-inner {
    background: #0DABDB;
    color: #fff;
    padding: 15px
}
.table-styled-2 td.tbl-content-inner {
    background: #A8E1F2;
    color: #05527E;
    padding: 15px
}
.table-styled-2 td.tbl-content-footer {
    background: #0dabdb;
    color: #fff;
}
.table-styled-2 td.tbl-content-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.table-styled-2 {
    border: 4px solid #ceeef9;
}
.table-styled-2 td {
    border: 4px solid #ceeef9;
    vertical-align: middle !important;
}
.top-header strong {
    border: 1px solid #fff !important;
    padding: 13px;
    display: block;
    width: 100%;
}
.top-header {
    padding: 0 !important;
}
.side-header {
    color: #0dabdb !important;
}
/************** check box style list **************/

ul.list-style-check {
    margin: 0;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}
ul.list-style-check li {
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
}
ul.list-style-check li:before {
    background: url(../images/skilzpage-sprite-image.png) no-repeat 0 0;
    background-position: -714px -920px;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

/******a *************/

a {
    font-size: 14px;
    line-height: 22px;
}
/*************** banner form **************/

.banner-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 00px 25px;
    position: relative;
}
.banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/******************* profile access page ************/

.detail-info-grid-inner {
    margin-bottom: 50px;
}
.detail-info-grid-title {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
    z-index: 999;
}
.detail-info-grid-name {
    font-size: 24px;
    position: relative;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.detail-info-grid-name:last-child {
    margin-bottom: 0;
}
.grid-red .detail-info-grid-title {
    color: #ca2129;
}
.grid-red .detail-info-grid-name:after {
    background: #ca2129;
}
.grid-purple .detail-info-grid-name,
.grid-purple .detail-info-grid-detail-title {
    color: #643D8C;
}
.grid-purple .detail-info-grid-name:after {
    background: #643D8C;
}
.grid-blue .detail-info-grid-name,
.grid-blue .detail-info-grid-detail-title {
    color: #02B5D5;
}
.grid-blue .detail-info-grid-name:after {
    background: #02B5D5;
}
.grid-orange .detail-info-grid-name,
.grid-orange .detail-info-grid-detail-title {
    color: #E78031;
}
.grid-orange .detail-info-grid-name:after {
    background: #E78031;
}
.detail-info-grid-name:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    color: #105157;
    left: 0;
    background: #105157;
}
.detail-info-grid-title .detail-info-grid-icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.detail-info-grid-desc {
    min-height: 54px;
    padding-left: 60px;
    position: relative;
}
.detail-info-grid-detail p {
    font-size: 14px;
    line-height: 22px;
}
.detail-info-grid-desc .detail-info-grid-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    left: 0;
    top: 0;
}
ul.list-style-check li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 32px;
}
ul.list-style-check {
    margin-top: 30px;
}
.detail-info-grid-detail-inner {
    min-height: 100px;
}
.detail-info-grid-footer {
    margin: 30px 0;
}
.detail-info-grid-detail-inner p {
    font-size: 14px;
    line-height: 22px;
}
.detail-info-grid-title p {
    margin-bottom: 15px;
}
.detail-info-grid-title p:last-child {
    margin-bottom: 0;
}
.detail-info-grid-detail ul.list-style-check li {
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 8px;
}
/**************** ordered info grid *******/

.ordered-grid-title {
    padding-left: 40px;
    position: relative;
}
.ordered-grid-count {
    color: #555;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 52px;
    line-height: 52px;
}
.ordered-grid-name {
    font-size: 18px;
    color: #555;
    line-height: 18px;
}
.ordered-grid-red .ordered-grid-name,
.ordered-grid-red .ordered-grid-count {
    color: #ca2129;
}
.ordered-grid-purple .ordered-grid-name,
.ordered-grid-purple .ordered-grid-count {
    color: #643D8C;
}
.ordered-grid-blue .ordered-grid-name,
.ordered-grid-blue .ordered-grid-count {
    color: #02B5D5;
}
.ordered-grid-orange .ordered-grid-name,
.ordered-grid-orange .ordered-grid-count {
    color: #E78031;
}
.ordered-grid-icon img {
    width: 80px;
    margin: 10px 0;
}
.ordered-grid-desc {
    padding-left: 40px;
    margin-bottom: 20px;
}
.ordered-grid-icon {
    padding-top: 20px;
}
/*********** link page *************/

.link-icon-box p {
    font-size: 14px;
    line-height: 22px;
}
/************* text color ******/

.text-red {
    color: #ca2129;
}
.text-purple {
    color: #643D8C;
}
.text-blue {
    color: #02B5D5;
}
.text-orange {
    color: #E78031;
}
/******************* buttons ************/

.btn-blue {
    background-color: #02B5D5 !important;
    color: #fff !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background-color: #22bbd6 !important;
}
.btn-red {
    background-color: #ca2129 !important;
    color: #fff !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff !important;
    background-color: #cc4047 !important;
}
.btn-purple {
    background-color: #643D8C !important;
    color: #fff !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    color: #fff !important;
    background-color: #6d518a !important;
}
.btn-orange {
    background-color: #E78031 !important;
    color: #fff !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff !important;
    background-color: #e48f4e !important;
}
.btn-add-documents {
    background-color: #ffffff !important;
    color: #008080 !important;
}
.btn-add-documents:hover,
.btn-add-documents:focus,
.btn-add-documents:active {
    color: #008080 !important;
    background-color: #dddddd !important;
}
/*********** border box ***************/

.border-details-block {
    /* border: solid 2px #dcd9d9 !important; */
    border: solid 2px #dcd9d9;
    /* margin: 0 0 40px; */
    margin: 0 0 20px;
    padding: 15px;
    background: #fff;
}
.border-details-block-none {
    border: none;
    margin: 0 0 20px;
    padding: 15px;
    background: #fff;
}
.border-details-block.profile-status-cv {
		/* background-color: #7a9a97 !important; */
		background-color: #7aAa97 !important;
		color:#ffffff !important;
}
.border-details-block.profile-status-freelancer {
		/* background-color: #7a9a97 !important; */
		background-color: #7a9aA7 !important;
		color:#ffffff !important;
}

/************ contact us page */

.resp-tabs-container.bg-pale-green {
    background: #7a9a97;
    color: #fff;
}
.resp-tabs-container.bg-pale-green .form-control {
    border: none;
}
/************** address ******************/

.address-detail hr {
    border-color: #105157;
    margin: 5px 0;
}
.address-inner {
    margin-top: 45px;
    position: relative;
}
.address-detail {
    padding-left: 80px;
}
.address-icon img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 5px;
    top: 0;
}
/******************** sprite-icon **************/
/******************** sprite-icon **************/

.sprite-icon {
    background: url(../images/skilzpage-sprite-image.png) no-repeat 0 0;
    display: inline-block;
}
.icon_pad {
    width: 60px;
    height: 60px;
    background-position: 0px -618px;
}
.icon_setting {
    width: 60px;
    height: 60px;
    background-position: -60px -618px;
}
.icon_setting_a {
    width: 60px;
    height: 60px;
    background-position: -120px -618px;
}
.icon_date_time {
    width: 60px;
    height: 60px;
    background-position: -180px -618px;
}
.icon_email {
    width: 60px;
    height: 60px;
    background-position: -240px -618px;
}
.icon_glob {
    width: 60px;
    height: 60px;
    background-position: -300px -618px;
}
.icon_inetrview {
    width: 60px;
    height: 60px;
    background-position: -360px -618px;
}
.icon_notes {
    width: 60px;
    height: 60px;
    background-position: -420px -618px;
}
.icon-skilz {
    width: 30px;
    height: 30px;
    background-position: 0 -291px;
    background-size: 430px auto;
}
.icon-report {
    width: 115px;
    height: 115px;
    background-position: -70px -676px;
}
.icon-target {
    width: 115px;
    height: 115px;
    background-position: -185px -676px;
}
.icon-copy {
    width: 115px;
    height: 115px;
    background-position: -300px -676px;
}
.icon-keyboard {
    width: 115px;
    height: 115px;
    background-position: -415px -676px;
}
.icon-walet {
    background-position: -217px -277px;
    background-size: 408px auto;
    height: 33px;
    width: 33px;
}
.icon-target-date {
    background-position: -251px -277px;
    background-size: 408px auto;
    height: 33px;
    width: 33px;
}
.icon_bookmark_msg {
    background-position: -217px -277px;
    background-size: 408px auto;
    height: 33px;
    width: 33px;
}
.icon-team {
    background-position: -286px -276px;
    background-size: 408px auto;
    height: 33px;
    width: 33px;
}
.icon-folders {
    width: 116px;
    height: 116px;
    background-position: 0 -785px;
}
.icon-mobile {
    width: 116px;
    height: 116px;
    background-position: -116px -785px;
}
.icon_password_field {
    width: 116px;
    height: 116px;
    background-position: -340px -785px;
}
.icon-note-check {
    width: 116px;
    height: 116px;
    background-position: -232px -785px;
}
.icon-profile {
    width: 116px;
    height: 116px;
    background-position: -464px -785px;
}
.icon-profile-setting {
    width: 116px;
    height: 116px;
    background-position: -580px -785px;
}
.icon-user-hade {
    width: 116px;
    height: 116px;
    background-position: 0px -901px;
}
.icon-user-profile-a {
    width: 116px;
    height: 116px;
    background-position: -116px -901px;
}
.icon-select {
    width: 116px;
    height: 116px;
    background-position: -232px -901px;
}
.icon-password {
    width: 116px;
    height: 116px;
    background-position: -342px -785px;
}
.icon-broadcast {
    width: 70px;
    height: 70px;
    background-position: -360px -920px;
}
.icon-cv-list {
    width: 70px;
    height: 70px;
    background-position: -430px -920px;
}
.icon-user-approved {
    width: 70px;
    height: 70px;
    background-position: -505px -920px;
}
.icon-user-o {
    width: 70px;
    height: 70px;
    background-position: -572px -920px;
}
.icon_search-add {
    width: 70px;
    height: 70px;
    background-position: -642px -920px;
}
.icon-check-sign {
    width: 32px;
    height: 32px;
    background-position: -714px -920px;
}
.icon-calling {
    width: 106px;
    height: 106px;
    background-position: -492px -1200px;
}
.icon-sales-target {
    width: 106px;
    height: 106px;
    background-position: -600px -1200px;
}
.icon-manage {
    width: 106px;
    height: 106px;
    background-position: -384px -1320px;
}
.icon-negotiate {
    width: 106px;
    height: 106px;
    background-position: -490px -1320px;
}
.icon-salaries {
    width: 106px;
    height: 106px;
    background-position: -595px -1310px;
}
.icon-job-position {
    width: 106px;
    height: 106px;
    background-position: 0px -1396px;
}
.icon-track-report {
    width: 106px;
    height: 106px;
    background-position: -106px -1396px;
}
.icon-recruit-cycle {
    width: 106px;
    height: 106px;
    background-position: -214px -1392px;
}
.icon-cv-search {
    width: 106px;
    height: 106px;
    background-position: -691px -1400px;
}
.icon-writing {
    width: 106px;
    height: 106px;
    background-position: -382px -1209px;
}
.icon-rate {
    width: 106px;
    height: 190px;
    width: 190PX;
    background-position: -192px -1010px;
}
.icon-hiring-user {
    height: 190px;
    width: 190PX;
    background-position: -380px -1010px;
}
.icon-less-time {
    height: 190px;
    width: 190PX;
    background-position: -570px -1010px;
}
.icon-location {
    height: 190px;
    width: 190PX;
    background-position: 0px -1200px;
}
.icon-life-cycle {
    height: 190px;
    width: 190PX;
    background-position: -192px -1200px;
}
.icon_video_ineterview {
    height: 190px;
    width: 190PX;
    background-position: 0px -1016px;
}
/******************* bg **********/

.bg-net:after {
    content: '';
    background: url(../images/net-design-1.png);
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}
.bg-net {
    position: relative;
    z-index: 1;
}
.bg-net-2:after {
    content: '';
    background: url(../images/net-design-2.png);
    width: 540px;
    height: 540px;
    position: absolute;
    right: 0;
    top: 90px;
    background-size: cover;
}
.bg-net-2 {
    position: relative;
    z-index: 1;
}
.bg-net-3:after {
    content: '';
    background: url(../images/net-design-3.png);
    width: 170px;
    height: 440px;
    position: absolute;
    left: 0;
    top: -330px;
    background-size: cover;
}
.bg-net-3 {
    position: relative;
    z-index: 1;
}
.bg-net-3a:after {
    content: '';
    background: url(../images/net-design-3.png);
    width: 205px;
    height: 390px;
    position: absolute;
    left: 0;
    top: -270px;
    background-size: cover;
}
.bg-net-3a {
    position: relative;
    z-index: 1;
}
.bg-person:after {
    content: '';
    background: url(../images/person-design-1.png);
    width: 800px;
    height: 600px;
    position: absolute;
    right: 0px;
    top: 0;
    background-size: cover;
}
.bg-person {
    position: relative;
    z-index: 1;
}
.detail-info-grid-inner {
    position: relative;
    z-index: 2;
}
/*.bg-desk:after {
    content: '';
    background: url(../images/desk-design-1.png);
    width: 524px;
    height: 725px;
    position: absolute;
    right: 0px;
    top: 0;
    background-size: cover;
    }*/
		
.bg-desk:after {
		content: '';
		background: url(../images/desk-design-1.png);
		width: 52%;
		height: auto;
		position: absolute;
		right: 0px;
		top: 0;
		background-size: cover;
		min-height: 900px;
}
.bg-desk {
		position: relative;
		z-index: 1;
}
.bg-desk-2:after {
		content: '';
		background: url(../images/desk-design-2.png);
		width: 600px;
		height: 635px;
		position: absolute;
		right: 0px;
		top: -195px;
		background-size: cover;
}
.bg-desk-2 {
		position: relative;
		z-index: 1;
}
/************** inner page container *************/

.inner-container {
		background: #fff;
}
/****************** home page ***************/

.item-desc p {
		font-size: 14px;
		line-height: 20px;
		word-break: break-all;
}
/****************** company page ***************/

.upload-image-box {
		background: #fff;
		border: 1px solid #ddd;
		padding: 50px;
		text-align: center;
		color: #ddd;
}
.upload-image-box i {
		font-size: 54px;
		margin: 15px;
		color: #ddd;
}
.upload-image-box h4 {
		color: #ddd;
}
.upload-it:hover,
.upload-it:hover h4,
.upload-it:hover i {
		color: #7a9a97 !important;
}
.upload-image-box-wrap input[type='file'] {
		opacity: 0;
		position: absolute;
		left: 100%;
}
.upload-image-box-wrap {
		overflow: hidden;
		position: relative;
}
.upload-it {
		cursor: pointer;
		display: inline-block;
}


.post-box-img {
border: 1px solid #105157;
border-radius: 2px;
width: 76px;
margin: 0;
}

/****** *************** ratting ****************/

.rating-box {
		border: 1px solid #ddd;
		padding: 15px;
		text-align: center;
		display: inline-block;
		width: 100%;
		min-height: 170px;
		margin-bottom: 30px;
		background: #fff;
}
.invite-boxes .rating-box {
		padding: 10px;
}
.rating-check-container {
		position: absolute;
		bottom: -2px;
		right: -5px;
}
/* .rating-footer {
position: relative;
} */

.rating-header {
		min-height: 30px;
}
.rating-container {
		padding-top: 5px;
		min-height: 60px;
}
.rating-container li {
		padding-left: 2px;
		padding-right: 2px;
}
.rating-footer strong {
		padding: 4px 12px;
		display: block;
}
.btn-orange {
		color: #fff;
		background: #db5f27;
}
.btn-orange:hover {
		background: rgba(219, 95, 39, 0.8);
		color: #fff;
}
.rating-container img {
		height: 50px;
}
.rating-container ul li img {
		height: 35px;
}
.rating-container ul {
		margin: 0;
}
/*************** label *******************/

.label-dark-green {
		background-color: #105157;
}
.label i {
		top: 1px;
		position: relative;
		min-width: 14px;
}
/******** apply jobs **************/
/****************** company page ***************/

.upload-detail-box {
		background: #fff;
		border: 1px dashed #ddd;
		padding: 10px;
		text-align: center;
		color: #ddd;
}
.upload-detail-box i {
		font-size: 54px;
		margin: 15px;
		color: #ddd;
}
.upload-detail-box .desc {
		color: #ddd;
}
.upload-detail-box .upload-detail-it:hover,
.upload-detail-box .upload-detail-it:hover .desc,
.upload-detail-box .upload-detail-it:hover i {
		color: #7a9a97 !important;
}
.upload-detail-box-wrap input[type='file'] {
		opacity: 0;
		position: absolute;
		left: 100%;
}
.upload-detail-box .file-detail-name {
		font-size: 14px;
		word-break: break-all;
		color: #7a9a97;
}
.upload-detail-box-wrap {
		overflow: hidden;
		position: relative;
}
.upload-detail-it {
		cursor: pointer;
		display: inline-block;
}
/************ cv search page **********/

.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #105157 transparent transparent transparent;
}
.select2-container .select2-selection--single {
		height: 30px;
}
.select2-container--default .select2-selection--single {
		border: 1px solid #105157;
		border-radius: 0;
		font-size: 12px;
}
.select2-container--default .select2-results>.select2-results__options {
		font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 28px;
		width: 30px;
		border-left: 1px solid #105157;
}
.cvsearch-padding {
		padding: 15px 15px 0px 15px!important;
}
.cvsearch-box-footer-bg {
		background-color: #246a71 !important;
}
.freelancersearch-padding {
		padding: 15px 15px 0px 15px!important;
}
.freelancersearch-box-footer-bg {
		background-color: #246a71 !important;
}

/*** slider *****************/

.slider.slider-horizontal {
		height: 10px !important;
}
.slider.slider-horizontal {
		width: 210px !important;
		height: 10px !important;
}
.slider.slider-horizontal .slider-track {
		height: 5px !important;
}
.slider-tick {
		width: 10px !important;
		height: 10px !important;
}
.slider-handle {
		width: 10px !important;
		height: 10px !important;
}
.slider.slider-horizontal .slider-track {
		margin-top: -3px !important;
		left: -4px !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
		left: -4px !important;
		position: relative !important;
}
.slider-handle {
		background-image: -webkit-linear-gradient(top, #105157 0, #105157 100%) !important;
		background-image: -o-linear-gradient(top, #105157 0, #105157 100%) !important;
		background-image: linear-gradient(to bottom, #105157 0, #105157 100%) !important;
		background-repeat: repeat-x !important;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#105157', endColorstr='#105157', GradientType=0) !important;
}
.slider-selection.tick-slider-selection,
.slider-tick.in-selection {
		background-image: -webkit-linear-gradient(top, #7a9a97 0, #7a9a97 100%) !important;
		background-image: -o-linear-gradient(top, #7a9a97 0, #7a9a97 100%) !important;
		background-image: linear-gradient(to bottom, #7a9a97 0, #7a9a97 100%) !important;
		background-repeat: repeat-x !important;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7a9a97', endColorstr='#7a9a97', GradientType=0) !important;
}
/**************** freelancer page **/

h2.freelance-heading {
		line-height: normal;
		font-size: 21px;
}
.green-strip {
		border-bottom: solid 15px #b5e61e;
		text-align: center;
}
.freelancer-solution-wrap .Video-interview-steps-block {
		padding: 0 15px;
}
.freelancer-solution-wrap p {
		font-size: 14px;
		line-height: 22px;
}
.freelancer-solution-wrap .featured-employers {
		padding: 45px 0 0 0;
}
/************* banner with only one image ***********/

.only-img {
		min-height: 140px;
		background-size: cover !important;
}
.only-img-xxl {
		min-height: 140px;
		background-size: cover !important;
}
/************* accordian style ***************/

.accordian-styled .panel-group {
		margin: 0;
}
.accordian-styled .panel-group .panel {
		border-radius: 0;
}
.accordian-styled .panel-heading {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background-color: #fff;
		padding: 0;
}
.accordian-styled .panel-title {
		margin: 0;
		text-align: left;
}
.accordian-styled .panel-title a {
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		color: #000;
		padding: 10px;
		display: block;
		position: relative;
		font-family: "Numans-Regular";
}
.accordian-styled .panel-title a[aria-expanded="false"]:before {
		position: absolute;
		right: 10px;
		top: 15px;
		content: '';
		background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
		width: 16px;
		height: 10px;
}
.accordian-styled .panel-title a[aria-expanded="true"]:before {
		position: absolute;
		right: 10px;
		top: 15px;
		content: '';
		background: url("../images/skilzpage-sprite-image.png") no-repeat -521px -198px;
		width: 16px;
		height: 10px;
		transform: rotate(180deg);
}
.accordian-styled .panel-body {
		padding: 10px;
}
.accordian-styled .panel-body .checkbox-block {
		margin: 0 0 15px;
}
.accordian-styled .panel-body .checkbox-block:last-child {
		margin: 0;
}
/************ modal styled ****************/

.modal-content {
		border-radius: 0;
}
.modal-header {
		padding: 10px;
		background: #105157;
		color: #fff;
}
.modal-header .close {
		margin-top: 2px;
		float: right;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-shadow: 0px 0px 0 #fff;
		opacity: 0.8;
		filter: alpha(opacity=20);
}
.modal-header .close:hover,
.modal-header .close:active,
.modal-header .close:focus {
		outline: none;
		border: none;
		opacity: 1;
}
/*************** Loader ****************/

.loader_wrap {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		background: rgba(0, 0, 0, 0.72);
		overflow: hidden;
		top: 0;
		display: none;
		left: 0;
}
.loader-img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: url(../images/loading-Image.gif) no-repeat;
		background-size: cover;
}
.loader_text {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 16px;
		width: 250px;
		color: #fff;
		height: 10px;
		opacity: 0.9;
		text-align: center;
		padding-top: 90px;
}
/***************border-right with to ************/

.To-side-border {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 30px;
		position: relative;
}
.To-side-border:after {
		content: "To";
		position: absolute;
		right: 46%;
		background: #fff;
		bottom: -15px;
		font-size: 18px;
		font-weight: bold;
		color: #105157;
}
/**************** budget list **************/

ul.budget-list {
		padding: 0;
		margin: 25px 0;
}
ul.budget-list li .info-box {
		padding: 5px 10px;
		border: 2px solid #fff;
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
		padding-left: 0;
}
ul.budget-list li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
}
ul.budget-list li .info-box.box-red {
		border-color: #a94442;
		padding: 5px 20px;
}
ul.budget-list li .info-box.box-pale-green {
		border-color: #7a9a97;
		padding: 5px 20px;
}
/***************** head-menu-radio **********/

.head-menu-radio {
		position: fixed;
		opacity: 0;
		left: -999px;
}
/******** tabs *********/

.resp-tabs-list li.tab-with-label label {
		margin: 0;
		display: block;
		overflow: hidden;
		font-weight: normal;
		cursor: pointer;
}
.resp-tabs-list li.tab-with-label label input[type="radio"] {
		position: absolute;
		left: -15px;
}
.resp-tabs-list li.resp-tab-item.tab-with-label {
		padding: 0;
}
.resp-tabs-list li.resp-tab-item.tab-with-label label {
		padding: 5px 20px;
}
/****** time counter *****/

.time-counter span {
		width: 32px;
		display: inline-block;
}
.table-styled-resposive {}
/*** message style ***********/

.message-detail {
		display: inline-block;
		padding: 5px 10px;
		color: #fff;
		border-radius: 5px;
		text-align: left;
}
.message-block {
		margin: 8px 0;
		display: block;
		width: 100%;
}
.message-block.message-left .message-detail {
		background: #105157;
}
.message-block.message-left {
		text-align: left;
		padding: 0 9px;
		position: relative;
}
.message-block.message-right {
		text-align: right;
		padding: 0 9px;
		position: relative;
}
.message-block .message-detail small {
		color: #e4e4e4;
		font-size: 10px;
		display: block;
		text-align: right;
}
.message-block.message-right .message-detail {
		background: #7a9a97;
}
.message-block.message-right:after {
		content: '';
		border-style: solid;
		border-width: 15px;
		border-color: #7a9a97 transparent transparent transparent;
		position: absolute;
		right: -2px;
		top: 0;
}
.message-block.message-left:after {
		content: '';
		border-style: solid;
		border-width: 15px;
		border-color: #105157 transparent transparent transparent;
		position: absolute;
		left: -2px;
		top: 0;
}
/* heighelited list **********/

.highlight-wrap {
		padding: 0;
		margin: 0 0 15px 0;
}
.highlight-wrap.heighlight-inner {
		padding: 10px 0;
		border: 2px solid #fff;
}
.heighlight-inner.box-dark-green {
		border: 2px solid #105157;
		padding: 10px 20px;
}
/* required input *********/

label.required-input:after {
		content: ' * ';
		color: #f00;
}
/************ cv profil page *******/

.address-detail-list {
		padding: 0;
		margin: 0;
		margin-top: 15px;
}
.address-detail-list li {
		padding: 0 20px 0 40px;
		margin: 0 0 15px;
		position: relative;
		display: inlne-block;
		/* font-family: Arial, sans-serif; */
		font-size: 14px;
		color: #000000;
}
.address-detail-list i {
		position: absolute;
		left: 0;
		font-size: 22px;
		top: 0;
}
.icon-detail-list {
		padding: 0;
		margin: 0;
		margin-top: 15px;
}
.icon-detail-list li {
		padding: 0 20px 0 60px;
		margin: 0 0 15px;
		position: relative;
		display: inlne-block;
		/* font-family: Arial, sans-serif; */
		font-size: 14px;
		color: #000000;
}
.icon-detail-list i {
		position: absolute;
		left: 9px;
		font-size: 36px;
		top: -3px;
}
.rating-xs .rating-container img {
		height: 30px;
}
.rating-xs .rating-container {
		height: 35px;
}
.rating-xs .rating-box-wrap {
		padding: 5px;
}
.row.rating-xs {
		padding: 15px;
}
.rating-xs .rating-box {
		margin-bottom: 0px;
}
/*************** notification **************/

.notification-drop {
		border-radius: 0;
		/* background: #7a9a97;
		color: #fff; */
		background: #ffffff;
		color: #105157;
		padding: 15px;
		min-width: 230px;
		max-height: 350px;
		overflow: auto;
		margin: 0;
		border: 1px solid #aaa;
}
.notification-drop ul {
		padding: 0;
		margin: 0;
}
.notification-drop ul li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 0;
		display: block;
}
.notification-drop ul li:first-child {
		padding-top: 00px;
}
.notification-drop ul li:last-child {
		border: 0;
		padding-bottom: 0;
}
.notification-drop .view-more {
		margin-top: 10px;
}
/*********** dashboard *******************/

.dashboard-section {
		padding: 20px 0;
}
.dashboard-sub-section {
		margin-top: 15px;
}
.dashboard-header-title {
		margin-bottom: 15px;
		margin-top: 0;
}
.dashboard-header-detail {
		margin-bottom: 15px;
}
.dashboard-border-top {
		border-top: 7px solid #7a9a97;
}
.dashboard-sub-section .devider {
		background: #105157;
}
/*********** border box ****************/

.border-box {
		padding: 15px;
		border: 1px solid #ddd;
		margin: 15px 0;
}
.border-dark-green {
		border-color: #105157;
}
.border-pale-green {
		border-color: #7a9a97;
}
.bg-pale-green {
		background: #7a9a97;
		color: #fff;
}
/********* register page ****/

.choose-employee li .employee-icon.company-icon {
		background-position: -511px -352px;
		width: 39px;
}
.choose-employee li .employee-icon.recruitment_agency-icon {
		background-position: -215px -198px;
		width: 56px;
}
.choose-employee li .employee-icon.freelance_client-icon {
		background-position: -351px -198px;
		width: 61px;
}
.choose-employee li .employee-icon.job_seeker-icon {
		background-position: -140px -198px;
		width: 65px;
}
.choose-employee li .employee-icon.freelancer-icon {
		background-position: -281px -198px;
		width: 60px;
}
.choose-employee li.active .employee-icon.company-icon {
		background-position: -511px -451px;
}
.choose-employee li.active .employee-icon.recruitment_agency-icon {
		background-position: -215px -281px;
}
.choose-employee li.active .employee-icon.freelance_client-icon {
		background-position: -351px -281px;
}
.choose-employee li.active .employee-icon.job_seeker-icon {
		background-position: -140px -281px;
}
.choose-employee li.active .employee-icon.freelancer-icon {
		background-position: -281px -281px;
}

#selected_role {
		margin-top: 10px;
		color: blue !important;
}

/**freelance service page**/

.liwithdash li:before {
		content: "-";
		position: absolute;
		left: 24px;
}
.liwithdash li {
		font-size: 13px;
		!important
}
.lifontsize li {
		margin-top: 10px;
		font-size: 13px;
		!important
}
.freestepfiveul li:before {
		content: "-";
		position: absolute;
		left: -15px;
}
.freestepfiveul li {
		position: relative;
}
.freestepfivelink {
		margin-top: 13px;
		float: right;
}
.job-desc p {
		font-weight: bold;
}
.message-checkbox-block {
		margin-bottom: 10px;
}
.message-checkbox-block .checkbox-link {
		margin-left: 26px;
		margin-right: 5px;
}
.table-styled-resposive.message-container {
		max-height: 320px;
		overflow: auto;
}
.checkbox-link a {
		color: #000;
		text-decoration: none;
}
.checkbox-link a.active,
.checkbox-link a:hover,
.checkbox-link a:focus {
		color: #246a71;
}
.help-container {
		background: #fff;
}
.well {
	border-radius: 0px;
	margin-bottom: 0px;
}
.help-tabs .nav-tabs {
		border-bottom: 2px solid #7b9a97;
		text-align: center;
}
.help-tabs .nav-tabs > li {
		margin-bottom: -2px;
		float: none;
		display: inline-block;
}
.help-tabs .nav-tabs > li a {
		border-radius: 0;
		border: 0;
		text-decoration: none;
		color: #7a7a7a;
		font-size: 14px;
		font-weight: 700;
		border-bottom: 2px solid transparent;
}
.help-tabs .nav-tabs > li.active > a,
.help-tabs .nav-tabs > li.active > a:hover,
.help-tabs .nav-tabs > li.active > a:focus {
		color: #1f6455;
		border: 0;
		border-bottom: 2px solid #115258;
		background: none;
}

.help-tabs .nav-tabs > li a:hover {
		background: none;
}
.help-tabs .tab-content {
		padding-top: 30px;
}
.help-box-main {
		margin-bottom: 30px;
}
.top-buffer {
		margin-top: 30px;
}
.help-box {
		border: 2px solid #dbdbdb;
		padding: 15px;
}
.help-box-title {
		margin-bottom: 5px;
		min-height: 40px;
		text-align: center;
}
.help-search-title h2 {
		font-size: 24px;
		color: #000;
		font-weight: 700;
}
.help-box-image-container {
		margin: 0 auto 5px;
		max-width: 113px;
		height: 113px;
		text-align: center;
}
.inlks-listing {
		margin-bottom: 5px;
}
.inlks-listing-box {
		min-height: 150px;
		max-height: 150px;
		height: auto !important
}
.inlks-listing:last-child {
		margin-bottom: 0;
}
.inlks-listing a {
		text-decoration: none;
		color: #1f6455;
		text-transform: capitalize;
		//font-weight: bold;
}
.inlks-listing a.active,
.inlks-listing a:hover,
.inlks-listing a:focus {
		/* color: #000; */
		color: #3942ca;
		text-decoration: underline;
}
.slimScrollDiv {
		margin: 0 -10px;
		padding: 0 10px;
		height: auto !important
}
.banner-table {
		width: 100%;
		height: 100%;
		display: table;
}
.banner-table-cell {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
		padding: 15px;
}
.help-page-banner {
		position: relative;
		min-height: 200px;
}
.banner-search-form {
		position: absolute;
		width: 100%;
		height: 100%;
}
.help-search {
		max-width: 390px;
		margin: 0 auto;
}
.help-search {
		background: #fff;
		position: relative;
		padding: 2px;
		height: 51px;
}
.help-search-input-box {
		margin-right: 50px;
}
.help-search-button-box {
		height: 47px;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 47px;
}
.help-search-input[type="text"] {
		border: 0;
		box-shadow: none;
		line-height: 33px;
		color: #797979;
		font-size: 20px;
}
.help-search-input[type="text"]:focus {
		border: 0;
		box-shadow: none;
}
.help-search-button {
		font-size: 24px;
		height: 47px;
		padding: 0;
		width: 47px;
}
.reset-data {
		position: absolute;
		right: 57px;
		top: 16px;
		font-size: 20px;
}
.job-listing-box {
		border: 1px solid #c2c1c1;
		margin-bottom: 5px;
		padding: 15px;
}
.job-listing-box ul {
		padding: 0;
		margin: 0;
}
.job-listing-box ul li {
		margin-bottom: 10px;
		padding: 0 0 10px;
		border-bottom: 2px dashed #aeadad;
}
.job-listing-box ul li:last-child {
		margin-bottom: 0;
}
.job-listing-box ul li a {
		color: #000;
		text-decoration: none;
}
.job-listing-box ul li a.active,
.job-listing-box ul li a:hover,
.job-listing-box ul li a:focus {
		color: #1f6455;
}
.tips-box {
		border: 1px solid #7c9a97;
		margin-bottom: 30px;
		padding: 15px;
		background: #fff;
}
.tip-box-title {
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
		border-bottom: 1px solid #aeadad;
}
.tip-content-box ul {
		padding: 0;
		margin: 0;
}
.tip-content-box ul li {
		margin-bottom: 10px;
		padding: 0 0 10px;
}
.tip-content-box ul li h6 {
		color: #1f6455;
		margin-bottom: 5px;
		font-weight: 700;
}
.tip-content-box ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
}
.my-timesheet-buttons .custom-btn {
		padding-left: 15px;
		padding-right: 15px;
}
.date-time-display {
		margin-bottom: 5px;
}
.small-thumbnail {
		width: 50px;
		height: 50px;
}
.profile-image-box {
		float: left;
}
.profile-block {
		margin-left: 65px;
}
.profile-block p {
		margin-bottom: 0;
		font-size: 12px;
}
.profile-block p strong {
		color: #134d52;
}
.profile-block-right {
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-top: 1px solid rgba(16, 81, 87, 0.08);
		border-bottom: 1px solid rgba(16, 81, 87, 0.08);
}
.profile-block-right .custom-btn,
.profile-block-right .form-inline {
		margin-bottom: 10px
}
.form-control.small-input {
		width: 92px;
}
.profile-block-top {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #134d52
}
.white-box {
		border: 1px solid #c2c1c1;
		background: #fff;
		padding: 15px;
}
.fc-widget-header th {
		padding-top: 10px;
		padding-bottom: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
		background: #105157;
		border-color: #105157;
		background-image: none;
}
.ui-state-default:before,
.ui-widget-content .ui-state-default:before,
.ui-widget-header .ui-state-default:before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		content: "×";
		top: -3px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
}
.modal-open .bootstrap-timepicker-widget.dropdown-menu.open {
		z-index: 9999 !important
}
.jobs-container {
		padding-top: 15px;
}
.radio-button-tab {
		padding-bottom: 15px
}
.radio-button-tab ul {
		margin: 0;
		padding: 0;
}
.radio-button-tab ul li {
		margin: 0;
		padding: 0;
		display: inline-block;
}
.radio-button-tab ul li input[type="radio"] {
		display: none;
}
.radio-button-tab ul li .radio-button {
		margin-bottom: 0;
		border: 1px solid #7a9a97;
		padding: 10px;
		font-size: 14px;
		cursor: pointer;
		font-weight: normal;
		position: relative;
}
.radio-button-tab ul li input[type="radio"]:checked +.radio-button {
		background-color: #7a9a97;
		color: #fff;
}
.radio-button-tab ul li input[type="radio"]:checked +.radio-button:before {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #7a9a97;
		bottom: -10px;
		content: "";
		height: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 0;
}
.service-free-box {
		border: 1px solid #125359;
		min-height: 180px;
		margin-bottom: 20px;
		background: #fff;
}
.service-free-box .table {
		margin-bottom: 0;
}
td .change-value {
		padding-left: 15px;
		min-width: 30px;
}
.example-box {
		padding: 15px 0;
}
.change-value-row {
		display: table;
		width: 100%;
}
.change-value-row .change-value {
		display: table-cell;
		vertical-align: middle;
		font-size: 11px;
}
.change-value-row .change-input-box {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
}
.change-value-row .change-right-box {
		display: table-cell;
		vertical-align: middle;
		font-size: 11px;
}
.service-free-box .table > tbody > tr > td {
		border: 0;
}
.example-values h3 {
		font-size: 18px;
		margin-bottom: 5px;
}
/*freelancer client dispute page CSS*/

textarea.message-box {
		min-height: 100px;
}
.dispute-content.border-details-block select,
.dispute-content input[type="text"],
.dispute-content input[type="email"],
.dispute-content input[type="tel"],
.dispute-content input[type="number"],
.dispute-content input[type="url"],
.dispute-content input[type="password"],
.dispute-content input[type="date"],
.dispute-content textarea {
		border-color: #ccc;
		box-shadow: none;
}
.dispute-content p {
		color: #888;
		font-size: 13px;
}
.dispute-content .input-group-addon {
		background-color: #fff;
		color: #333;
		border-color: #ccc;
		font-size: 13px;
}
a.addmore {
		text-decoration: none;
		line-height: normal;
}
a.space-top {
		margin-top: 35px;
		display: inline-block;
}
/*active milestone page CSS*/

.active-milestone {
		background-color: #fff;
		padding: 20px;
		margin: 40px 0;
}
.active-milestone table {
		margin-bottom: 50px;
		min-width: 600px;
}
.active-milestone .profile-img {
		width: 70px;
		height: 70px;
		background-color: #ff0000;
		border-radius: 50%;
		display: table;
		margin: 0 auto 15px;
}
.active-milestone hr {
		margin: 0;
}
.active-milestone h3 {
		margin-bottom: 20px;
		font-weight: bold;
}
.active-milestone h4 {
		margin: 0;
		color: #111;
		font-size: 16px;
		font-weight: bold;
		line-height: 21px;
		text-transform: capitalize;
}
.active-milestone h5 {
		margin: 15px 0 0;
		color: #111;
		font-size: 16px;
		font-weight: bold;
		line-height: 21px;
		text-transform: capitalize;
}
.active-milestone .post-title {
		margin: 12px 0;
		text-align: center;
}
.active-milestone .amount-td {
		width: 150px;
}
.active-milestone .number-td {
		width: 50px;
}
.active-milestone table th {
		font-size: 14px;
}
.active-milestone table td {
		color: #666;
		font-size: 13px;
}
.active-milestone table th,
.active-milestone table td {
		margin: 0;
		padding: 8px;
}
.active-milestone table .tbl-border-btm th {
		border-bottom: solid 2px #eee;
}
.active-milestone table .tbl-border-top td {
		border-top: solid 2px #eee;
}
.active-milestone table .tbl-total {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
}
.active-milestone input[type="text"],
.active-milestone textarea {
		border-color: #ccc;
		color: #105157;
}
.active-milestone textarea {
		margin-bottom: 15px;
		resize: none;
}
.active-milestone p {
		color: #105157;
		font-weight: bold;
}
.active-milestone .btn-space {
		margin-top: 15px;
}
/*Paybonus page CSS*/

.payment-text p {
		font-size: 13px;
		margin: 20px 5px;
}
/*Contract Agreement Page css*/

ul.budget-list li .info-box {
		min-width: 100px;
}
.info-box input[type="text"]:read-only {
		padding: 5px 2px;
		text-align: right;
		height: 31px;
		border: 1px solid transparent;
		vertical-align: top;
		color: #000;
		font-size: 16px;
}
.info-box input[type="text"].input-right:read-only {
		text-align: right;
}
.info-box input[type="text"] {
		text-align: center;
}
.budget-list p.per-hr {
		line-height: 86px;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		padding: 0 0 0 5px;
		vertical-align: top;
		margin: 0;
}
ul.budget-list li .info-box-title {
		line-height: 1.2;
}
/*Job Detail feelancer client page Css Starts Here */

.job-container {
		margin: 0 0 50px;
		padding: 20px;
		background: #ffffff;
		border: 1px solid #ddd;
}
.job-container .days-ago {
		margin: 0;
		font-weight: bold;
		color: #999;
}
.job-container h5 {
		margin: 5px 0 0;
		color: #105157;
		font-weight: bold;
}
.job-container h5 span {
		color: #666;
		font-size: 15px;
		font-weight: normal;
}
.job-container h6 {
		margin: 5px 0 8px;
		padding-bottom: 4px;
		display: inline-block;
		border-bottom: solid 2px #105157;
		font-size: 16px;
		color: #105157;
		font-weight: bold;
		text-transform: capitalize;
}
.job-container p {
		margin: 0;
		font-weight: 600;
}
.job-container address {
		margin: 0;
		font-weight: 600;
}
.job-feature-icons i,
.job-feature-icons .glyphicon {
		margin: 0 5px;
		color: #0073b8;
		font-size: 18px;
}
.job-feature-icons a {
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		margin: 0 15px 0 0;
		color: #0072bc;
		text-decoration: none;
}
.job-block {
		margin-bottom: 50px;
}
.job-block p {
		display: block;
}
.share-location-icon {
		margin: 5px 0 0 0;
		height: 40px;
		width: 28px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -869px -53px;
		display: inline-block;
}
.address-block-date {
		display: inline-block;
		vertical-align: top;
		padding: 6px 0 0 7px;
		width: 88%;
}
.total-spent-icon {
		margin: 0;
		height: 46px;
		width: 34px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -822px -44px;
		display: inline-block;
}
.total-spent-icon + p {
		display: inline-block;
		vertical-align: top;
		line-height: normal;
		padding-left: 5px;
		padding-top: 20px;
}
.job-tags {
		margin: 0 5px 5px 0;
		padding: 4px 8px;
		display: inline-block;
		border: solid 2px #105157;
		font-size: 14px;
		color: #105157;
		font-weight: bold;
		text-transform: uppercase;
}
.address-icon {
		margin: 0;
		font-size: 45px;
		color: #666;
}
ul.client-profile {
		display: block;
		padding: 0;
}
ul.client-profile li {
		position: relative;
		display: block;
		border: solid 2px #7b9a97;
		min-width: 160px;
		height: 100px;
		padding: 10px;
		margin: 0 5px 10px;
		text-align: center;
		vertical-align: middle;
}
ul.client-profile li:first-child {
		min-width: 160px;
}
ul.client-profile li:last-child {
		margin-right: 0;
}
ul.client-profile li h4 {
		margin: 5px 0;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		text-transform: capitalize;
}
ul.client-profile li .fa-star {
		margin: 15px 1px 0;
		font-size: 20px;
		color: #ffd203;
}
ul.client-profile li .email-client-icon {
		margin: 7px 0 0;
		height: 25px;
		width: 36px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -768px 0;
		display: inline-block;
}
ul.client-profile li .payment-icon {
		margin: 0;
		height: 37px;
		width: 54px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -812px 0;
		display: inline-block;
}
ul.client-profile li .profile-completed-icon {
		margin: 3px 0 0;
		height: 47px;
		width: 51px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -872px 0;
		display: inline-block;
}
ul.client-profile li .call-icon {
		margin: 3px 0 0;
		height: 50px;
		width: 38px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -768px -44px;
		display: inline-block;
}
ul.client-profile li .social-page-icon {
		margin: 7px 0 0;
		height: 37px;
		width: 54px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -931px 0;
		display: inline-block;
}
ul.client-profile li .checkmark-icon {
		margin: 0;
		height: 27px;
		width: 30px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -754px -923px;
		display: inline-block;
		position: absolute;
		right: -8px;
		bottom: -2px;
}
ul.job-features {
		margin: 0 0 20px;
		padding: 0;
}
ul.job-features li {
		display: inline-block;
		margin: 0 15px 0 0;
}
ul.job-features li .job-sign {
		margin: 0 10px 0 0;
		width: 30px;
		height: 30px;
		display: block;
		float: left;
}
ul.job-features li .job-sign.active-job {
		/* background-color: #19f90f; */
		background-color: #00a96b;
}
ul.job-features li .job-sign.hire-job {
		/* background-color: #ffc90e; */
		background-color: #e87a23;
}
ul.job-features li .job-sign.posted-job {
		/* background-color: #7192be; */
		background-color: #4d3291;
}
ul.job-features li p {
		float: left;
		line-height: 30px;
}
.contract-text {
		color: #999;
		line-height: 30px;
}
.job-icon {
		margin: 10px 0 0;
		height: 54px;
		width: 40px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -907px -52px;
		display: inline-block;
}
.earth-icon {
		margin: 10px 0 0;
		height: 54px;
		width: 50px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -948px -48px;
		display: inline-block;
}
.job-profile .fa-star {
		margin: 15px 1px 0;
		font-size: 20px;
		color: #ffd203;
}
.job-profile h4 {
		margin: 5px 0 0;
		font-size: 15px;
		color: #105157;
		font-weight: bold;
}
.job-profile h5 {
		margin: 5px 0 10px;
		font-size: 14px;
		color: #666666;
		font-weight: normal;
}
.job-profile p {
		margin: 15px 0;
		font-size: 14px;
		color: #444;
		font-weight: bold;
}
.job-profile label {
		color: #3a3f86;
		margin: 0;
}
.job-profile .more-link {
		font-weight: bold;
		font-size: 14px;
		color: #105157;
}
.job-profile p {
		margin: 15px 0;
		font-size: 14px;
		color: #444;
		font-weight: bold;
}
.similar-jobs {
		text-align: center;
}
.similar-jobs h4 {
		font-weight: bold;
}
.similar-jobs .days-ago {
		margin: 0 0 10px;
		font-weight: bold;
		color: #999;
}
.similar-jobs .job-icon,
.similar-jobs .earth-icon {
		margin: 0 0 8px -5px;
}
.similar-jobs p,
.similar-jobs a {
		margin: 0;
		font-size: 13px;
		color: #444;
		line-height: normal;
		font-weight: bold;
		text-decoration: none;
}
.similar-jobs a:hover {
		color: #105157;
}
.similar-jobs .job-post-title {
		padding-top: 0;
}
.desktop-right {
		text-align: left;
}
.job-wrapper {
		margin-bottom: -100px;
		background: #f0f0f0;
		padding: 30px 0 150px;
}
.job-wrapper h5 {
		margin: 0 0 10px;
		font-size: 14px;
		line-height: normal;
		color: #105157;
		font-weight: bold;
}
.job-wrapper h5 i {
		margin: 5px 5px 0 0;
		font-size: 21px;
		width: 25px;
		height: auto;
		text-align: center;
}
.job-wrapper h5 span {
		display: inline-block;
		margin: 7px 0 0 0;
		vertical-align: top;
		max-width: 240px;
}
/*.job-wrapper h5 span.timespan { margin-top: 2px; max-width: 155px; }*/

ul.offer-list {
		margin: 15px 0 0;
		padding: 0;
		width: 100%;
		border: solid 2px #ddd;
}
ul.offer-list li {
		margin: 0;
		padding: 8px;
		text-align: center;
		background: white;
		border-bottom: solid 2px #ddd;
}
ul.offer-list li p {
		margin: 0;
		font-weight: bold;
		color: #797979;
}
ul.offer-list li.active p {
		color: #105157;
}
a.review-box {
		display: block;
		cursor: pointer;
		text-decoration: none;
		height: 100%;
}
.relative-block {
		position: relative;
}
.credit-block {
		min-width: 180px;
}
.credit-icon {
		margin: 10px 0 0;
		height: 41px;
		width: 37px;
		background: url("../images/skilzpage-sprite-image.png") no-repeat -962px -108px;
		display: inline-block;
}
.credit-block h5 {
		margin: 0;
		font-size: 14px;
		line-height: normal;
		color: #105157;
		font-weight: bold;
}
.credit-block .custom-btn {
		margin: 10px 0 0;
}
/*Job Detail jobseeker page Css Starts Here */

.jobseeker-filter {
		margin: 20px 0;
}
.jobseeker-detail {
		margin: 0 0 20px;
}
.sidepanel {
		display: block;
}
.sidepanel .job-detail {
		padding: 15px 0;
		border-bottom: solid 1px #000;
}
.sidepanel .job-detail:last-child {
		border-bottom: 0;
}
.sidepanel h4 {
		margin: 0 0 15px;
		font-size: 13px;
		color: #105157;
		font-weight: bold;
}
.sidepanel p {
		margin: 0;
		font-size: 13px;
		color: #000;
}
.sidepanel h3 {
		margin: 0;
		padding: 15px 0;
		font-size: 13px;
		color: #000;
		font-weight: bold;
		border-bottom: solid 1px #000;
}
.sidepanel .job-info {
		margin: 0 0 15px;
}
.sidepanel .job-info p {
		margin: 0;
		font-size: 12px;
		color: #000;
		line-height: normal;
}
.sidepanel .job-info p span {
		font-weight: bold;
}
.job-img {
		max-width: 135px;
		max-height: 135px;
		display: block;
		margin: 0 0 25px;
}
.job-inner-detail {
		display: block;
}
.job-inner-detail-block {
		margin: 0 0 20px;
		display: block;
}
.job-inner-detail h3 {
		margin: 0 0 20px;
		font-size: 15px;
		line-height: normal;
		font-weight: bold;
		color: #105157;
}
.job-inner-detail h5 {
		margin: 0 0 5px;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		color: #105157;
		text-transform: capitalize;
}
.job-inner-detail h5 span {
		color: #000;
}
.job-inner-detail p {
		margin: 0 0 10px;
		font-size: 13px;
}
.job-inner-detail .job-tags {
		margin: 5px 5px 5px 0;
		padding: 4px 8px;
		display: inline-block;
		border: solid 1px #000;
		font-size: 12px;
		color: #000;
		font-weight: normal;
		text-transform: none;
}
.job-inner-detail .job-feature-icons {
		margin: 0 0 30px;
		text-align: left;
}
.job-inner-detail-block .custom-btn {
		margin: 25px 0 0;
		float: none;
}

.contract-details {
		display: inline-block;
		width: 100px;
		margin-right: 0px;
}

.jobseeker-filter {
		color: #105157;
}
.jobseeker-filter .custom-btn.dark-orange-btn {
		width: 100%;
		height: 30px;
		background: #f37121;
		color: #fff;
}
.jobseeker-filter .custom-btn i {
		margin-right: 5px;
}
.jobseeker-filter label.control-label {
		margin: 0;
		padding-top: 7px;
		color: #105157;
}
/* Video Interview cmspage css from old data */

.interview-steps .interview-step-box .steps-image-block {
		text-align: center;
}
.step-count {
		text-align: center;
		font-size: 95px;
		font-weight: bold;
		color: #fff;
		line-height: 80px;
		font-family: sans-serif;
}
.icon-chat {
		background: url(../images/skilzpage-sprite-image.png) no-repeat -386px -446px;
		height: 80px;
		width: 83px;
		display: inline-block;
}
.icon-user-add {
		background: url(../images/skilzpage-sprite-image.png) no-repeat -79px -446px;
		height: 80px;
		width: 83px;
		display: inline-block;
}
.icon-edit-box {
		background: url(../images/skilzpage-sprite-image.png) no-repeat 0 -446px;
		height: 80px;
		width: 83px;
		display: inline-block;
}
.icon-user-setting {
		background: url(../images/skilzpage-sprite-image.png) no-repeat -277px -446px;
		height: 80px;
		width: 83px;
		display: inline-block;
}
.icon-video-record {
		background: url(../images/skilzpage-sprite-image.png) no-repeat -177px -446px;
		height: 80px;
		width: 83px;
		display: inline-block;
}
.share-links .dropdown-menu {
		min-width: auto;
}
.share-links a {
		margin-right: 0;
}
.dropdown-menu li:last-child {
		margin-bottom: 0;
}
.share-links .dropdown-menu li span {
		display: block;
}
.control-label {
		position: relative;
}
.control-label .text-danger {
		font-size: 14px;
		font-weight: normal;
		position: absolute;
		right: 2px;
		top: 5px;
}
.small-banner {
		min-height: 400px
}
.detail-info-grid-inner .btn {
		font-weight: bold;
}
.why-add-section .detail-info-grid-desc {
		padding-left: 70px;
}
.advertise-box .detail-info-grid-desc {
		padding-left: 0;
}
.video-interview-section {
		border-top: 15px solid #ddd;
}
.service-banner img {
		margin: 0 auto;
}
.service_content .thumb-grid-inner {
		border: 3px solid #e3e3e3;
		padding: 10px;
		text-align: center;
		min-height: 195px;
		display: block;
		text-decoration: none;
}
.service_content .thumb-grid-inner:hover {
		border: 3px solid #99d9ea;
		text-decoration: none;
}
/*.service_content .thumb-grid-inner.thumb-grid-details:hover , .service_content .thumb-grid-inner .thumb-grid-title:hover {text-decoration: none;}*/

.service_content .thumb-grid-title {
		text-align: center;
}
.btn-sm,
.btn-group-sm > .btn {
		padding: 5px 10px;
}
.green-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		position: relative;
		color: #21ca29;
}
.green-title:before {
		background: #105157;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
		max-width: 150px;
}
.purple-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		position: relative;
		color: #643d8c;
}
.purple-title:before {
		background: #643d8c;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
		max-width: 150px;
}
.red-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		position: relative;
		color: #ca2129;
}
.red-title:before {
		background: #ca2129;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
		max-width: 150px;
}
.text-dark-red {
		color: #ca2129;
}
.text-dark-blue {
		color: #02b5d5;
}
.min-height-0 {
		min-height: auto;
}
.arrow-sept {
		margin: 30px auto;
		position: relative;
		height: 60px;
		clear: both;
		width: 80%;
}
.arrow-sept:before {
		background: url(../images/arrow-left.png) center no-repeat;
		top: 0;
		content: "";
		height: 60px;
		left: 0;
		position: absolute;
		width: 60px;
		background-size: cover;
		-webkit-background-size: cover;
}
.arrow-sept:after {
		background: url(../images/arrow-right.png) center no-repeat;
		top: 0;
		content: "";
		height: 60px;
		right: 0;
		position: absolute;
		width: 60px;
		background-size: cover;
		-webkit-background-size: cover;
}
/* Job Ad Writing Tips page css start here */

.header-tips {
		padding: 25px 0;
}
.sales-format {} .sales-format dt {
		text-align: left;
		width: 250px;
		font-weight: 500;
}
.sales-format dt span {
		color: #105157;
		font-weight: 600;
		font-size: 18px;
		display: inline-block;
		padding-right: 2px;
}
.sales-format dd span {
		padding-right: 20px;
}
.section-space {
		padding: 20px 0;
}
.midd-section {
		padding: 20px 0;
}
.bullet-list-check {
		margin-left: 20px;
		margin-top: 0;
}
.bullet-list-check li .fa-check {
		color: #69a28f;
		font-size: 16px;
		position: absolute;
		left: -20px;
}
.heading-tips {
		color: #105157;
		font-weight: 600;
}
.about-section-padd {
		padding: 50px 0;
}
.list-programer {
		margin: 0 0 20px 20px;
}
.d-flex {
		display: inherit;
}
.alignment-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
}
.btn-green {
		background-color: #23b14d;
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		padding: 18px 20px;
		margin: 20px 0;
}
.btn-green:hover,
.btn-green:focus {
		color: #fff;
		background-color: #1ba042;
}
.blue-text {
		color: #00a2e8;
		font-size: inherit;
		text-decoration: none;
}
.btn-large {
		padding: 20px 30px;
		font-size: 18px;
		width: 100%;
		font-weight: 700;
}
.contact-banner {
		background: url(../images/contact-us.jpg) no-repeat;
		background-position: center center;
		height: 180px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.box-grey-border {
		border: solid 2px #dcd9d9 !important;
}
.career-section-tabs .nav-tabs > li a {
		padding: 6px 5px;
		font-size: 13px;
}
.career-section-tabs .tab-content {
		padding-top: 10px;
}
.letters-box {
		border-bottom: solid 2px #cbcbcb;
		padding-bottom: 10px;
		margin-bottom: 20px;
}
.letters-box a {
		font-size: inherit;
		text-decoration: none;
		color: #000;
		font-weight: 500;
}
.letters-box a:hover {
		color: #3942ca;
}
.letters-box .letters-box-img {
		max-height: 200px;
		overflow: hidden;
}
.m-b-50 {
		margin-bottom: 50px;
}
.register-form-section {
		width: 100%;
		margin: 0 auto;
}
.register-form-heading {
		padding: 20px 0;
}
.inline-form-mar {
		margin-bottom: 15px;
}
.contact-skillzpage-section h3 {
		font-weight: 600;
		color: #fff;
}
.resp-tabs-container .contact-skillzpage-section label {
		color: #fff;
}
.btn-lg-orange {
		padding: 10px 40px;
		font-size: 18px;
}
.border-line {
		width: 100%;
		height: 2px;
		background-color: #7b9a97;
}
.help-topics-section {
		margin-top: 35px;
		padding-left: 80px;
}
.help-topics-section .border-line {
		margin-bottom: 25px;
}
.help-topics-section a {
		display: inline-block;
		text-decoration: none;
		padding-bottom: 5px;
}
/* Job Ad Writing Tips page css end here */

/* Freelance Services / More About Freelancing page css start here */

.freelance-services-banner-section {
		background: url(../images/Freelancing-Retail-Page.jpg) no-repeat;
		background-position: center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
/* Freelance Services / More About Freelancing page css end here */

/* About us page css start here */

.about-us-banner-section {
		background: url(../images/about-us-top.jpg) no-repeat;
		background-position: center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.our-mission-section {
		padding-bottom: 20px;
}
.jobseekers-section {
		padding: 20px 0;
}
.get-started-section {
		margin: 25px 0;
}
.get-started-section input {
		width: 53%;
		float: left;
		border: 2px solid #105157;
		font-weight: 700;
		height: 36px;
		text-align: center;
}
.get-started-section button {
		padding: 11px 30px;
		font-weight: 600;
}
.jobseekers-em {
		width: 100%;
		float: none;
}
.jobseekers-line {
		width: 100%;
		float: left;
		text-align: center;
}
/* About us page css end here */

.banner-content-interviews {
		background: url(../images/banner-new.jpg) no-repeat;
		background-position: 72%;
		height: 260px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.slider-container {
		color: #9b2b3c;
		margin: 10px 0;
		line-height: normal;
		border-left: none;
		position: relative;
		font-size: 24px;
		padding: 10px 0;
}
.interviews-heading {
		color: #ac2847;
		font-size: 16px;
		line-height: 28px;
}
.banner-padd {
		padding-top: 70px;
}
.section-padd {
		padding: 30px 0;
}
.Video-interview-steps-block h3 {
		margin-bottom: 25px;
}
.btn-lg-blue {
		padding: 10px 60px;
		font-weight: 600;
}
.padd-top-none {
		padding-top: 0 !important;
}
.text-white {
		color: #fff;
}
.jobpage-content-head .custom-select-drop {
		color: #000;
		width: 138px;
}
/* edit yellow star rating start here */

.yellow-star-rating .rating-star,
.rating:hover .rating-star {
		position: relative;
		float: right;
		display: block;
		width: 16px;
		height: 16px;
		background: url(../images/skilzpage-sprite-image.png) repeat-x -491px -261px;
		cursor: pointer;
}
.yellow-star-rating .rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
		background-position: -491px -240px;
}
/* edit yellow star rating end here */

.md-mrg {
		margin-bottom: 15px;
}
.nav-flex {
		display: inherit;
}
.box-hover-border:hover {
		border: solid 2px #7a9a97 !important;
		transition: 0.3s;
}
.padd-b-0 {
		padding-bottom: 0 !important;
}
.tools-list .question-icons {
		vertical-align: -webkit-baseline-middle;
}
.tools-list .question-icons div > a {
		font-size: 27px;
}
.tools-list .question-icons a span {
		margin-right: 3px;
}
ul.skillzpage-list-check li {
		margin-bottom: 15px;
		line-height: 26px;
}
.banner-content-interviews-section {
		background: url(../images/banner-video.jpg) no-repeat;
		background-position: 72%;
		height: 260px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.candidate-services-banner {
		background: url(../images/freelance-profile.jpg) no-repeat;
		background-position: 85%;
		height: 260px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.job-writing-tips-banner {
		background: url(../images/job-ad-writing-tips.jpg) no-repeat;
		background-position: 85%;
		height: 260px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
}
.our-services-banner-section {
		background: url(../images/our-services.jpg) no-repeat;
		height: 260px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		background-position: center center;
}
.slider-flex {
		display: flex;
}
.our-services-header-section {
		text-align: center;
		width: 100%;
}
.our-services-header-section h1 {
		color: #2b2b2b;
		font-size: 36px;
		font-weight: 600;
}
.copyright-bottom {
		margin-top: 15px;
}
.payment-option {
		display: inline-block;
}
.interviewreview-btn {
		color: #fff !important;
		font-size: 12px !important;
		padding: 8px 30px 7px !important;
}
.interviewreview-btn-group .btn:active,
.interviewreview-btn-group .btn.active {
		background-color: #000;
		box-shadow: none;
		outline: none;
}
.like-icon:hover,
.like-icon:active {
		background-position: -645px -159px;
}
.like-icon-active {
		background-position: -645px -159px;
}
.dislike-icon:hover,
.dislike-icon:active {
		background-position: -695px -159px;
}
.dislike-icon-active {
		background-position: -695px -159px;
}
.impartial-icon:hover,
.impartial-icon:active {
		background-position: -671px -159px;
}
.impartial-icon-active {
		background-position: -671px -159px;
}
.qsn-ans-item .que-ans-group:first-child {
		border-top: 0;
}
.que-ans-group {
		border-top: solid 1px #dcd9d9;
		padding-top: 12px;
}
.user-profile-section {
		background-color: #ffffff;
		margin: 40px 0 !important;
}
.green-border {
		border: 1px solid #105157 !important;
}
.job-container .job-block {
		margin-bottom: 20px;
}
.interview-review .form-text-right label {
		text-align: left !important;
}
.interviewreview-btn-group label.btn {
		text-align: center !important;
}
.interview-review .form-text-right h4 {
		color: #105157;
}
.benefits-tags-block {
		display: block;
		width: 100%;
}
.add-employment-exp-form .form-group .selectbox-block.amount-mar {
		margin-top: 15px;
}
.user-profile-image-custom .custom-btn.dark-green-btn {
		max-width: 162px;
		margin: 0 auto;
}
.border-details-block .req-test-block-section label {
		color: #333;
		font-size: 14px;
		font-weight: bold;
}
.req-test-item.border-section {
		border-bottom: 2px solid #7d9b99;
		padding-bottom: 15px !important;
		margin-bottom: 20px !important;
}
.border-details-block .req-test-block-section .req-test-item li .checkbox-block {
		margin: 0 0 5px 0;
}
.req-test-block ul.req-test-item li {
		display: block;
		width: 100%;
}
.about-section-padd img,
.midd-section img {
		max-width: 250px;
}
.margin-right-0 {
		margin-right: 0 !important;
}
.upload-more-documents-section .link-block p {
		display: inline-block;
		margin: 4px 0px 13px 0;
}
.upload-more-documents-section .link-block p span {
		color: #105157;
		font-weight: 600;
}
.company-page-banner-section {
		background-image: url(/images/banner_2.png);
		height: 260px;
		background-position: 76% center;
}
.posting-content-list {
		padding-left: 12px;
}
.posting-content-list li:before {
		position: absolute;
		content: "";
		left: 57px;
		list-style: square;
		height: 4px;
		margin-top: 7px;
		width: 4px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		background-color: #000000;
}

/*.company-page-right-img:before {
		content: '';
		background: url(../images/net-design-3.png);
		width: 170px;
		height: 595px;
		position: absolute;
		right: 0;
		top: -820px;
		z-index: 9999;
		transform: rotate(180deg);
} */		
.company-page-right-img:before {
		content: '';
		background: url(../images/net-design-4.png);
		width: 600px;
		height: 600px;
		position: absolute;
		right: 0;
		top: -960px;
		z-index: 9999;
}

.company-page-right-img-3a:before {
		content: '';
		background: url(../images/net-design-2.png);
		width: 520px;
		height: 520px;
		position: absolute;
		right: -110px;
		top: -990px;
		z-index: 9999;
		transform: rotate(180deg);
		background-size: cover;
}
.icon-logo-banner {
		width: 115px;
		height: 115px;
		background-position: -231px -899px;
}
.privacy-img-section {
		position: relative;
		z-index: 999;
		left: -4px;
		top: 41px;
}
.job-icon-profile {
		width: 92px;
		height: 116px;
		background-position: -611px -660px;
}
.video-icon-interview {
		width: 116px;
		height: 116px;
		background-position: -36px -1041px;
}
.icon-hr-candidate-management {
		width: 116px;
		height: 116px;
		background-position: 0px -896px;
}
.icon-recruiter-training {
		width: 116px;
		height: 116px;
		background-position: -210px -1379px;
}
.icon-colleges-universities {
		background: url(../images/universities.jpg) no-repeat 0 0;
		width: 116px;
		height: 116px;
		background-position: center;
}
.a-links-font {
		font-size: inherit;
}
.company-page-banner-Skillzpage-section {
		background-image: url(../images/company-page-banner.jpg);
		height: 260px;
		background-position: 76% center;
}
.detail-info-grid {
		position: relative;
}
.arrow-right-siction-image:after {
		position: absolute;
		content: "";
		width: 130px;
		height: 130px;
		top: 315px;
		right: 0;
}
.profile-border-section {
		border: 1px solid #105157;
		border-radius: 2px;
		max-width: 151px;
}
.address-detail-list {
		padding: 0;
		margin: 0;
		margin-top: 15px;
}
.address-detail-list li {
		padding: 0 20px 0 40px;
		margin: 0 0 15px;
		position: relative;
		display: inlne-block;
		/* font-family: Arial, sans-serif; */
		font-size: 14px;
		color: #000000;
}
.address-detail-list i {
		position: absolute;
		left: 0;
		font-size: 22px;
		top: 0;
}
.icon-detail-list {
		padding: 0;
		margin: 0;
		margin-top: 15px;
}
.icon-detail-list li {
		padding: 0 20px 0 60px;
		margin: 0 0 15px;
		position: relative;
		display: inlne-block;
		/* font-family: Arial, sans-serif; */
		font-size: 14px;
		color: #000000;
}
.icon-detail-list i {
		position: absolute;
		left: 9px;
		font-size: 36px;
		top: -3px;
}
.rating-xs .rating-container img {
		height: 30px;
}
.rating-xs .rating-container {
		height: 35px;
}
.rating-xs .rating-box-wrap {
		padding: 5px;
}
.row.rating-xs {
		padding: 15px;
}
.rating-xs .rating-box {
		margin-bottom: 0px;
}
.fixed-rate-contract li {
		padding-bottom: 10px;
		padding-left: 10px;
}
.fixed-rate-contract li .fa-check {
		font-size: 22px;
}
.fixed-rate-box-section {
		border: solid 2px #105157;
		padding: 10px;
		min-height: 250px;
		margin-bottom: 20px;
}
.local-onsite-icon {
		width: 44px;
		height: 54px;
		background-position: -905px -51px;
		margin: 0 10px 0 0;
}
.d-flex-heading {
		display: flex;
}
.d-inline-b {
		display: inline-block;
}
.international-icon {
		width: 53px;
		height: 54px;
		background-position: -946px -48px;
		margin: 0 10px 0 0;
}
.fixed-rate-box-section-mini {
		border: solid 2px #105157;
		padding: 10px;
		min-height: 200px;
		margin-bottom: 25px;
}
.fixed-rate-box-section-mini img {
		height: 130px;
		margin: 0 auto;
}
.cv-banner-img-section {
		background: url(../images/cv-banner-img.jpg) no-repeat 0 0;
		background-size: cover;
		background-position: 76% center;
		height: 260px;
}
.main-navigation-menus ul.dropdown-menu li a {
		padding: 10px 15px;
}
.dropdown-menu.dropdown-menu-right > a {
		padding: 8px 15px !important;
}
.main-nav-bar-section .main-navigation-menus ul li a {
		padding: 13px 10px;
}
.job-ads-details-section .detail-info-grid-desc {
		padding-left: 0;
		display: table;
}
.job-ads-details-section .detail-info-grid-desc .detail-info-grid-icon {
		position: inherit;
		float: left;
		width: inherit;
		height: inherit;
		width: 70px;
		margin-right: 15px;
}
.job-ads-details-section .detail-info-grid-desc .detail-info-grid-detail {
		display: table-cell;
		vertical-align: middle;
}
.border-right-solid {
		border-right: solid 1px #eeeeee;
}
.red-title-section {
		color: #ca2129;
}
.list-color-blue li {
		color: #00b4ff;
}
.color-blue-text {
		color: #00b4ff;
}
.freelancer-section-list {
		margin-left: 50px;
		margin-top: 30px;
}
.list-style-lower-alpha {
		list-style-type: lower-alpha;
}
.list-alpha-custom li {
		padding-left: 0;
		margin-bottom: 0;
}
.list-ordered-custom li {
		padding-left: 5px;
		margin-bottom: 5px;
}
.line-list-custom {
		position: relative;
		list-style: none;
		padding-left: 10px;
}
.line-list-custom li:before {
		position: absolute;
		content: " - ";
		left: 0;
}
.list-type-disc {
		list-style-type: disc;
}
.list-type-circle {
		list-style-type: circle;
}
.add-employment-exp-form.add-employment-exp-form-section .form-group .inner-input-width {
		width: 100%;
}
.label-block-sm .rating-stars-container .rating-input:checked~.rating-star {
		background-position: -488px -240px;
}
.input-group-btn .save-custom-btn {
		padding: 8px 35px;
}
.freelance-services-banner {
		background-image: url('../images/Freelancing-Retail-Page.jpg');
		background-position: 36.5% 0;
		height: 260px;
}


/* Cv-profile page css start here */

.border-btn{
		border: solid 1px #134346;
		background: transparent;
		color: #000;
		font-weight: bold;
}
.start-color{
		color: #ffb718 !important;
}
.member-since-section{
		/* background: #238891; */
		background-color: #7a9aA7;
		color: #fff;
		/* font-weight: bold; */
		/* padding-top: 10px; */
}
.border-left-grey{
		border-left: transparent;
}
.cv-profile-list li i{
		color: #125359;
}
.border-btn-list-section li{
		padding-left: 0;
}
.profile-img-border{
		border: 1px solid #105157;
		border-radius: 2px;
		max-width: 158px;
}
.hires-section{
		/* width: 17px; */
		width: 25px;
		height: 25px;
		margin-right: 10px !important;
		/* background-color: #ff8028; */
		background-color: #4d3291;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
}
.active-job-section{
		/* width: 17px; */
		width: 25px;
		height: 25px;
		margin-right: 10px !important;
		/* background-color: #23b14d; */
		background-color: #cb212a;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
}
.box-hire-section{
		padding: 0;
		margin-top: 10px;
}
.freelancer-profile-box-icon{
		width: 33px;
		height: 28px;
		background: url(../images/skilzpage-sprite-image.png) no-repeat 0 0;
		background-position: -297px -534px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 12px;
}
.freelancer-profile-box-icon.education-icon-posti{
		background-position: 0px -570px;
}
.attached-documents-box .thumb-grid-inner a{
		min-height: 130px;
}
.doller-icon-circle{
		display: inline-block;
		border: solid 1px #105157;
		border-radius: 20px;
		width: 20px;
		text-align: center;
		margin-right: 5px;
}
.client-feedback-rating{
		padding-left: 0;
		margin-top: 15px;
}
.client-feedback-rating dt{
		text-align: left;
		font-weight: inherit;
		width: 200px;
}
.file-icon-attch{
		/* max-width: 180px; */
		/* text-align: center; */ 
		display: inline-block;
		/* padding: 15px 0px; */
		margin-right: 15px;
}
.file-icon-attch i{
		/* font-size: 60px; */
		font-size: 24px;
		color: #51b84d;
		margin-bottom: 10px;
}
.freelancer-profile-box-icon.social-pages-icon{
		background-position: -69px -570px;
}


.profile-edit-text{
		max-width: 158px;
		text-align: right;
		padding: 5px 0;
}
.previousemployeerating label {
		min-width: 215px;
}
.previousemployeerating .rating-stars-container{
	 margin-left: 0; 
}
.previousjobseekerreviews{
		border-bottom: solid 1px #a5a5a5;
		margin-bottom: 30px;
		padding-bottom: 10px;
}
.previousjobseekerreviews:last-child{
    border-bottom:none;
}
.category-heading-section{
    text-align: left;
    padding: 30px 15px;
}

/* Cv-profile page css end here */


.job-price-per-adv-banner {
    height: 400px;
    background-image: url(../images/banner_3.png);
}
.job-price-per-adv-heading{
    padding-left: 50px;
}
.job-price-per-adv-heading h2:after{
    width: 120px;
    height: 1px;
    bottom: -31px;
}
.f-size-h4{
    font-size: 20px;
}
.bg-white{
   background-color: #fff;
}
.candidate-services-contain-section{
    /* padding: 70px 0; */
    padding: 140px 0;
}
.candidate-services-heading-two{
    font-weight: bold;
    color: #35888c;
    padding-left: 100px;
}
.candidate-services-heading-first{
    font-weight: bold;
}
.tbheader{
    padding-left: 200px;
    color: #fff;
}
.tdheader{
    
    
    color: black;
    border-bottom: 2px dotted #dad5d5;
    text-decoration: none;

}

@media screen and (min-width: 768px) {
    .icon-skilz {
        width: 70px;
        height: 70px;
        background-position: 0px -676px;
        background-size: inherit;
    }
    .detail-info-grid-title {
        padding-left: 100px;
    }
    .detail-info-grid-desc .detail-info-grid-icon {
        width: 90px;
        height: 90px;
        top: 0;
    }
    .detail-info-grid-desc {
        padding-left: 100px;
        /* padding-left: 70px; */
    }
    .icon-walet {
        background-position: -530px -674px;
        height: 84px;
        width: 84px;
        background-size: inherit;
    }
    .icon_bookmark_msg {
        background-position: -538px -594px;
        height: 84px;
        width: 84px;
        background-size: inherit;
    }
    .icon-target-date {
        background-position: -614px -674px;
        height: 84px;
        width: 84px;
        background-size: inherit;
    }
    .icon-team {
        background-position: -698px -674px;
        height: 84px;
        width: 84px;
        background-size: inherit;
    }
    .detail-info-grid-inner {
        margin-bottom: 50px;
    }
    /*.link-icon-box:nth-child(3n+1) { clear:both;}*/

    .why-add-section .detail-info-grid-desc {
        padding-left: 100px;
    }
    .advertise-box .detail-info-grid-desc {
        padding-left: 100px;
    }
    .similar-jobs-box .border-details-block {
        min-height: 157px;
    }
    .similar-jobs-box:nth-child(3n+1) {
        clear: both;
    }
    .job-category .rating-box {
        min-height: 150px;
    }
    .arrow-sept {
        margin: 50px auto;
        height: 130px;
    }
    .arrow-sept:before {
        height: 130px;
        width: 130px;
    }
    .arrow-sept:after {
        height: 130px;
        width: 130px;
    }
    .btn-large {
        padding: 30px 36px;
        font-size: 25px;
        width: 80%;
        font-weight: 700;
    }
    .contact-banner {
        height: 300px;
    }
    .register-form-section {
        width: 80%;
        margin: 0 auto;
    }
    .about-us-banner-section {
        height: 400px;
    }
    .jobseekers-em {
        width: 308px;
        float: left;
    }
    .jobseekers-line {
        width: 50px;
        float: left;
    }
    .banner-content-interviews {
        background-position: center center;
        height: 400px;
    }
    .slider-container {
        background: transparent;
        padding: 0;
    }
    .nav-flex {
        display: flex;
    }
    .tools-list .question-icons {
        vertical-align: middle;
    }
    .banner-content-interviews-section {
        height: 400px;
    }
    .candidate-services-banner {
        height: 400px;
    }
    .job-writing-tips-banner {
        height: 400px;
    }
    .our-services-banner-section {
        height: 400px;
    }
    .our-services-header-section h1 {
        font-size: 50px;
    }
    .req-test-block ul.req-test-item li {
        display: inline-block;
        width: 24%;
    }
    .company-page-banner-section {
        height: 400px;
    }
    .privacy-img-section {
        position: relative;
        z-index: 999;
        top: 34px;
        left: 15px;
    }
    .company-page-banner-Skillzpage-section {
        height: 400px;
    }
    .cv-banner-img-section {
        height: 400px;
    }
    .freelance-services-banner {
        height: 400px;
        background-position: 37.5% 0;
    }

    .banner-section-fix{
        height: 400px !important;
        min-height: auto !important;
    }


}
@media screen and (min-width: 992px) {
    .similar-jobs-box:nth-child(3n+1) {
        clear: none;
    }
    .similar-jobs-box:nth-child(4n+1) {
        clear: both;
    }
    .d-flex {
        display: flex;
    }
    .inline-form-mar {
        margin-bottom: 0;
    }
    .contact-banner {
        height: 400px;
    }
    .member-profile-section{
        display: flex;
        padding-bottom: 20px;
    }
    .border-left-grey{
        border-left: solid 2px #eeeeee;
    }

}

@media (min-width: 768px){
	.modal-dialog {
			width: 750px;
			margin: 30px auto;
	}
}

@media screen and (min-width: 1200px) {
    .career-section-tabs .nav-tabs > li a {
        padding: 6px 12px;
        font-size: 13px;
    }
    .md-mrg {
        margin-bottom: 0;
    }
    .interview-review .form-text-right label {
        text-align: right !important;
    }
    .benefits-tags-block {
        display: inline-block;
        width: 67%;
    }
}
@media screen and (max-width: 767px) {
    .xs-mar-bottom-none {
        margin-bottom: 0;
    }
    .xs-center {
        text-align: center !important;
    }
    .xs-mar-top-15 {
        margin-top: 15px !important;
    }
    .xs-mar-top-10 {
        margin-top: 10px !important;
    }
    .section-padd {
        padding: 15px 0;
    }
    .jobpage-content-head .custom-select-drop {
        float: none;
        margin: 0 auto;
    }
    .xs-mar-bottom-15 {
        margin-bottom: 15px !important;
    }
    .xs-text-right {
        text-align: right !important;
    }
    .xs-text-left {
        text-align: left !important;
    }
    .xs-padd-top-20 {
        padding-top: 20px !important;
    }
    .slider-blur-white {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    .banner-content-interviews .container {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    .candidate-services-banner .container {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    .job-writing-tips-banner .container {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    .head-right .mega-search-box {
        text-align: center !important;
    }
    .head-right .mega-search-box a.btn {
        padding: 8px 10px;
    }
    .head-right {
        margin: 11px 0 5px;
    }
    .xs-btn-block {
        width: 100%;
        display: block;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        width: 90% !important;
        left: 0 !important;
        right: 0;
        margin: 0 auto;
    }
    .profile-block-right.profile-block-right-section {
        text-align: left;
        padding: 10px 0 0 80px;
    }
    .date-time-display.date-time-display-section {
        text-align: left;
        padding-left: 80px;
    }
    .To-side-border:after {
        display: none;
    }
    .border-details-block .To-side-border {
        border-right: none;
    }
    .budget-list.budget-list-custom li {
        width: 100%;
    }
    .budget-list.budget-list-custom li .info-box {
        width: 100%;
    }
    .profile-xs-center .search-box-img {
        width: 150px;
        height: auto;
    }
    .checkbox-block input[type=checkbox].css-checkbox+label.css-label.checkbox-modal-1 {
        margin-top: 10px;
    }
    .instrest-block .instrest-dig-logo {
        width: 105px;
        display: block;
        margin-bottom: 10px;
    }
    .instrest-block {
        display: inherit;
        width: 100%;
    }
    .arrow-right-siction-image:after {
        display: none;
    }
    .xs-left-none {
        float: none !important;
    }
    .xs-padd-left-none {
        padding-left: 0 !important;
    }
    ul.budget-list li {
        width: 100%;
    }
    ul.budget-list li .info-box {
        min-width: 100%;
    }
    .dropdown-menu.dropdown-menu-right.notification-drop {
        left: 0;
        right: 0;
        min-width: 241px !important;
    }
    .social-media-block .social-media-form .form-group input[type="text"] {
        width: 83%;
    }
    .user-profile-container {
        padding: 15px !important;
    }
    .user-profile-section .user-details .user-details-right {
        padding: 0;
    }
    .xs-mar-bottom-10 {
        margin-bottom: 10px !important;
    }
    .detail-info-header-section .detail-info-grid-title {
        padding-left: 85px;
    }
    .tab-section-radio .jobs-container #freelancerreport-tabs .resp-tabs-container input[type="radio"] {
        display: none;
    }
    .small-banner {
        min-height: 260px;
    }
    .xs-mar-bottom-10{
        margin-bottom: 10px;
    }

    .job-price-per-adv-banner {
        height: 260px ;
    }
    .job-price-per-adv-heading {
        padding-left: 0;
    }
    .job-price-per-adv-heading h2{
        font-size: 26px;
    }
    .candidate-services-contain-section h2{
        padding-left: 0;
        font-size: 26px;
    }
    .candidate-services-contain-section {
        padding: 40px 0;
    }

}

@media screen and (max-width: 992px) {
    .copyright-bottom {
        float: none !important;
    }
    .label-block-sm .form-group label {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0;
    }
    .To-side-border:after{
        display: none;
    }
    .sm-margin-bottom-15{
        margin-bottom: 15px !important;
    }
}

.radio-btn-space{
    padding-top: 7px;
}
.video-grid-table{table-layout: fixed;}
.video-grid-table tr th:nth-of-type(1){width: 40px;}
.video-grid-table tr th:nth-of-type(2){width: 80px;}
.video-grid-table tr th:nth-of-type(3){width: 80px;}
.video-grid-table tr th:nth-of-type(4){width: 105px;}
.video-grid-table tr th:nth-of-type(5){width: 90px;}
.video-grid-table tr th:nth-of-type(6){width: 90px;}
.video-grid-table tr th:nth-of-type(7){width: 95px;}
.video-grid-table tr th:nth-of-type(8){width: 95px;}

.set-height-overflow{
    overflow: hidden;
    //max-height: 65px;
    max-height: 9em;
    height: 9em;
}


.tooltip-hover {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-hover .tooltiptext {
    visibility: hidden;
    width: 520px;
    background-color: #1f5157;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 5;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip-hover:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cmscc{
    padding-top:20px !important;
}

/*https://trello.com/c/3CcA5Lt4/146-company-page-retail-page-still-not-corrected-see-original-testing-notes-and-amend*/
.big-center-button{
  /* font-size:22px; */
  /* height:42px; */
  /* width:306px; */
	font-size: 19px;
  height: 40px;
  width: 300px;
  display:table-cell;
  vertical-align:middle;
}

.center-button{
    float: none; margin: 0 auto;
}

.mt-40{
    margin-top:42px;
}

/*https://trello.com/c/s0rbFBLa/57-if-i-login-as-jobseeker-and-completed-profile-details-it-now-lands-on-cv-profile-where-i-have-to-upload-my-cv-profile-and-experi*/

.same_as_image_width {
    width:160px;
    font-size:12px;
}
.text-image-profile {
    font-size:10px;
		font-style:italic;
}
.tip-content-box ul li h6{
    font-size:14px !important;
}
.tip-content-box ul li p{
    font-size:12px !important;
}

.show-thankyou-message{
    
    /*background-color: black;*/
    color: black;
/*    padding: 32px;
    opacity: 0.9;
    box-shadow: 8px 8px 31px 4px teal;*/

}

.new-banner{

    background-color: #fff;
    /*border: 1px solid #000;*/
    padding-top: 56px;
    position: relative;
    margin: 20px 5px 10px;
    min-height: 202px;
}
.new-banner-with-testimonial{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new-banner-with-testimonial .new-owl-carousel {
    position: relative;
}
.new-banner-with-testimonial .owl-controls .owl-nav {
    display: none;
}
.new-banner-with-testimonial .banner-block .banner-content {
    display: none;
}



/*********** Border ************/

.borderless {
	border: none;
}
.border-top-0 {
    border-top: 0px;
}
.border-bottom-0 {
    border-bottom: 0px;
}


sup {
    top: -0.2em;
}

.alert-green {
    color: #ffffff;
    background-color: #62cc81;
    border-color: #52bc71;
}



/*********** Cookie Notification ************/

.cc-floating {
		background-color: #ffffff;
		border: 1px solid #aaa;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.cc-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(16, 81, 87);
    border-color: transparent;
}



/*********** Border ************/

.job-details {
}
.job-details h6 {
		font-size: 14px;
		font-weight: bold;
}




.order-summary {
	background-color: #ffffff;
	border: solid 2px #dcd9d9;
}

.font-10 p {
		font-size: 10px !important;
}
.font-10 a {
		font-size: 10px !important;
}
.font-11 p {
		font-size: 11px !important;
}
.font-11 a {
		font-size: 11px !important;
}
.font-12 p {
		font-size: 12px !important;
}
.font-12 a {
		font-size: 12px !important;
}
.font-16 p {
		font-size: 16px !important;
}
.font-16 a {
		font-size: 16px !important;
}
.font-20 p {
		font-size: 20px !important;
}
.font-20 a {
		font-size: 20px !important;
}
.font-30 p {
		font-size: 30px !important;
}
.font-30 a {
		font-size: 30px !important;
}
.font-normal p {
		font-weight: normal !important;
}
.font-normal a {
		font-weight: normal !important;
}





.visually-hidden {
    position: absolute;
    left: -100vw;
		display: none;
}


.search-label {
	color: #7a7a7a;
}
.search-checkbox:checked + .search-label {
	color: #1f6455 !important;
  border-bottom: solid 2px #115258 !important;
}

.hidden {
	visibility: hidden;
}

.take_action_notification {
    text-decoration: none;
    border: 2px solid black;
    margin-left: 5px;
    color: white;
    background-color: #0a0a19;
}