/* text center for close button  testprati*/
.close-center{
    display: flex;
    justify-content: center;
}

.btn-cancel{
    background-color: #017583;
    padding: 10px 19px;
    color: #fff;
    border-radius: 2px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    border: none;
}
/* ---------------------------- */
 body {
     color: #73848e;
     font-family: 'Poppins', sans-serif;
     margin: 0px;
     padding: 0px;
     padding-right: 0px !important;
     overflow-x: hidden;


}
*::selection {
  background-color: #017583;
  color: #fff;
}
 @font-face {
     font-family: 'Material Icons';
     font-style: normal;
     font-weight: 400;
     src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/micon.woff2') format('woff2');
}
 .material-icons {
     font-family: 'Material Icons';
     font-weight: normal;
     font-style: normal;
     font-size: 24px;
     line-height: 1;
     letter-spacing: normal;
     text-transform: none;
     display: inline-block;
     white-space: nowrap;
     word-wrap: normal;
     direction: ltr;
     -webkit-font-feature-settings: 'liga';
     -webkit-font-smoothing: antialiased;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Quicksand', sans-serif;
     color: #2a2b33;
     font-weight: 700;
     margin-top: 0px;
     margin-bottom: 0px;
}
 p, a, li, span, label, tr, td, th, input {
     color: #636363;
     font-size: 15px;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
 small, .small {
     font-size: 13px;
}
 a {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     outline: none;
}
 a:hover {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
/*--=================== dir1 =======================--*/
.header_section{
     background-color: #fff;
}
.des{    word-break: break-word;}
.navbar-toggler{
    background: #017583;
}
.navbar-toggler-icon{
    color: #fff;
    position: relative;
    top: 5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #9fa1a1;
    font-size: 14px;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
    padding: 0;
}
.post_jobs {
    padding: 10px 0;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #017583;
}
.job_post {
    font-size: 12px;
    float: left;
    background-color: #fff !important;
    border: 1px solid #017583 !important;
    color: #017583 !important;
    padding: 7px 10px !important;
    font-weight: bold;
    text-shadow: none;
    position: relative;
}
.job_post:hover{
  background-color:#017583 !important;
  color: #fff !important; 
    text-shadow: none;
}
.login_signup {
    display: inline-block;
    float: right;
}
.login {
    font-size: 12px;
    float: left;
    background-color: #3f8aad;
    border: 1px solid #3f8aad;
    color: #fff;
    padding: 7px 9px !important;
    border-right: 1px solid #3f8aad !important;
}
.signup {
    font-size: 12px;
    float: left;
    background-color: #017583;
    border: 1px solid #017583;
    color: #fff;
    padding: 7px 16px !important;
}
.nav-item {
    display: inline-block;
}
.navbar-nav{
     text-align: center;
     display: block;
     float: none;
}
.navbar-nav > li{
     float: none;
}
.banner_content h1 {
    font-size: 24px;
    color: #141415;
    line-height: 2;
}
.banner_content span {
    font-size: 24px;
    color: #017583;
}
.navbar-brand{
     height: auto;
     padding: 6px 15px;
}
.banner_content {
    position: relative;
    top: 50px;
    width: 100%;
}
.banner {
    background: url(../images/banner1.jpg);
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
}
.text-success {
    color: #017583!important;
}
.banner.find_job_banner{
    background: url(../images/listing-banner.jpg);
    height: 280px;
    }
    .banner.about_us{
    background: url(../images/about-banner.jpg);
    height: 150px;
    }
     .banner.help-support{
    background: url(../images/help-support.jpg);
    height: 200px;
    }
.banner.upload_rsume_banner{
    background: url(../images/post-banner.jpg);
    height: 280px;
    }
.banner.login_banner{
    background: url(../images/banner_bg.jpg);
    height: 150px;
    }
 .banner.post_job_banner{
    background: url(../images/post-banner.jpg);
    height: 230px;
    }
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    height: auto; 
}
.header a{
     color: #fff;
}
.banner_content p {
    font-size: 16px;
    color: #707575;
    margin-top: 25px;
}
.title {
    position: absolute;
    font-size: 10px;
    top: 17px;
    z-index: 999;
    left: 0;
    color: #c9c7c7;
     white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.title img{
     margin: 0 9px;
}
.banner_content input[type="text"] {
    width: 100%;
    padding: 11px;
    border: none;
    position: relative;
    font-size: 13px;
    height: 50px;
        color: #999;
    outline: none;
}

.form-content {
    position: relative;
    width: 40%;
    float: left;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 #c9c7c7;
}
.Find_job {
    border: none;
    color: #fff;
    font-size: 12px;
    background-color: #3f8aad;
    padding: 16px 24px;
    position: relative;
    margin: 0 3px;
        font-weight: 900;
        border-radius: 25px 25px 25px 25px;
}
.search_field {
    margin-top: 120px;
}
.section_alignment{
     margin: 50px 0;
}
.left_post h2 {
    font-size: 24px;
    color: #1d1e1e;
}
.left_post span{
     font-size: 24px;
     color: #ff8800;
}
.left_post p {
    font-size: 14px;
    color: #7b7b7a;
    line-height: 2;
    margin: 20px 0;
}
.right_post {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 #bdbdbd;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 5px solid #017583;
}
.right_post h2 {
    font-size: 18px;
    color: #1d1e1e;
}
.Upload_cv {
    width: 100%;
    margin: 20px 0;
    padding: 12px 0;
    border: none;
    font-size: 16px;
    background-image: linear-gradient(#3f8aad, #3f8aad);
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.Upload_cv_a{   
	padding: 12px 77px;
}
.m_TB_30{margin: 30px 0px;
}
.Upload_cv_a:hover{
	color:#fff;
}
.right_post p{
     font-size: 12px;
}
.already a{
     font-size: 12px;
     font-weight: bold;
}
.already span a{
     color: #017583;
}
.news_letter{
     margin: 30px 0 0;
}
.news_letter h3 {
    margin: 10px 0;
}
.news_letter input[type="Email"] {
    padding: 11px 7px;
    font-size: 12px;
    width: 100%;
    border: none;
    background-color: #ebebeb;
    border-radius: 5px;
}
.subscribe a {
    font-size: 12px;
    text-align: right;
    display: block;
    margin: 10px 0 0;
    color: #017583;
}
.quick_links_content {
    text-align: center;
}
.quick_links {
    background: url(../images/bg.jpg);
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
}
.quick_links_content {
    text-align: center;
    padding: 50px 0;
}
.quick_links h1{
     font-size: 28px;
     color: #fff;
}
.quick_links span{
     font-size: 28px;
     color: #ff8800;
}
.quick_links p{
     font-size: 14px;
     color: #fff;
     line-height: 2;
     width: 70%;
     margin: 20px auto;
}
.links_quick {
    display: inline-block;
    width: 120px;
    float: left;
    background-color: rgba(1,117,131,0.4);
    border-radius: 50%;
    height: 120px;
    padding: 24px 0;
    margin: 10px;
    position: relative;
}

.links_quick p {
    margin: 6px auto !important;
	line-height: 12px;
    font-size: 10px;
}
.Populor_job h2{
     font-size: 28px;
     color: #1d1e1e;
}
.Populor_job span{
     font-size: 28px;
     color: #ff8800;
}
.by_category {
    width: 50%;
    float: left;
    margin: 50px 0 0;
    background-color: #f2f2f2;
    padding: 20px 0 20px 0;
}
.by_category p {
    font-size: 12px;
    line-height: 29px;
    margin: 10px 0;
}
.by_city {
    width: 50%;
    float: left;
    margin: 50px 0 0;
    background: url(../images/map.png);
    position: relative;
    padding: 20px 0 20px 0;
}
.by_city p {
    font-size: 12px;
    line-height: 29px;
    margin: 10px 0;
    color: #fff;
}
.by_city h2 {
    color: #fff;
}
.Category_listing {
    padding: 0;
}
.Category_listing li {
    display: inline-block;
    margin: 0 34px 0 0;
    font-size: 50px;
    /* color: red; */
    line-height: 40px;
}
.Category_listing li::before {
    color: #ff8800;
    content: "\2022";
    font-size: 1.2em;
    padding-right: 12px;
    position: relative;
    top: 12px;
    line-height: 0;
}
.Category_listing a{
     color: #017583;
}
.by_city a{
     color: #fff;
}
.footer{
     margin-top: 100px;
     background-color: #42a6d6;
     padding: 35px 0;
}
.footer h2{
     font-size: 16px;
     color: #fff;
     margin-bottom: 20px;
}
.footer ul{
     padding: 0;
}
.footer li{
     margin: 10px 0;
     list-style: none;
}
.footer a{
     font-size: 12px;
     color: #99dbe2;
}
.border_bottom {
    height: 1px;
    width: 50px;
    background-color: #fff;
    margin-bottom: 0px;
}
.social_links li {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #4594b9;
    margin: 24px 6px;
    padding: 13px 0;
    text-align: center;
    position: relative;
}
hr {
    background-color: #026874;
    width: 170px;
    margin-left: 0;
}
.borderfull-width {
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden;
    top: 15px;
    margin-bottom: 35px;
}
.input-group-btn1 {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 18px;
    top: 41px;
}
.job_members{
     margin-top: 40px;
}
.members {
    background-color: #033036;
    padding: 10px;
}
.members p{
     font-size: 11px;
     color: #99dbe2;
     margin: 0;
}
.members h2{
     margin-bottom: 8px;
}
.members_jobs {
    background-color: #026874;
    padding: 10px;
}
.members_jobs p{
     font-size: 11px;
     color: #99dbe2;
     margin: 0;
}
.members_jobs h2{
     margin-bottom: 8px;
}
.small_footer{
     background-color: #3f8aad;
     padding: 20px 0;
}
.copyright p {
    color: #fff;
    margin: 0;
}

/*button*/
.links_quick:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  transition: all 1.5s;
  border:2px solid #033036;
}

.button {
    width: 97px;
    height: auto;
    border: 2px solid #017583;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0px;
    /* padding: 0 12px; */
    line-height: 10px;
    float: left;
    border-right: 1px solid;
}
.button a {
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff{
  width:140px;
  height:50px;
  border:70px solid #017583;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing:border-box;
}
.button:hover .eff{
  border:0px solid #017583;
}
.button:hover a{
  color:#017583;
}

/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin: 0 10px 45px;
    width: 40%;
    float: left;
    box-shadow: 0 2px 12px 0 #bdbdbd;
}
.group img{
     margin: 0 5px;
}
.group input               {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
}
.group input:focus         { outline:none; }

/* LABEL ======================================= */
.group label                {
  color:#999; 
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:18px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label        {
  top:0;
  font-size:12px;
  color:#017583;
  display: none;
}
.Read_more:hover{
  color: #fff;
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:100%; }
.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  /*background:#017583; */
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.group:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}

.Find_job::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    border-radius: 25px 0 25px 0;
}
.Find_job:hover::before {
    /*opacity: 1;*/
    /*-webkit-transform: scale(1, 1);*/
    /*transform: scale(1, 1);*/
}



.social_links li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    border-radius: 50%;
}
.social_links li:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*button_end*/


/*funnel_start*/
#chartdiv {
     width: 50%;
     height : 200px;
     font-size : 14px;
     color: #017583;
     margin: 50px 0;
}      
.amcharts-main-div a{
     display:  none !important;
} 
.amcharts-main-div path {
    fill: #017583;
}  
text{
     font-size: 14px;
     color: #017583;
}    
/*funnel_end*/
.top_jobs h2 {
    font-size: 24px;
    margin: 20px 0;
}
.top_jobs span {
   font-size: 24px; 
   color: #ff8800;
}
.top_jobs a {
    color: #017583;
    font-size: 16px;
    line-height: 2.5;
}
.content_job {
    padding: 20px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.content_job img {
    width: 100%;
    position: absolute;
    top: -67px;
}
/*tree_design_start*/

.tree {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.tree ul {
  position: relative;
  padding: 1em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
.tree ul::after {
  content: '';
  display: table;
  clear: both;
}

.tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1em .5em 0 .5em;
}
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #017583;
  width: 50%;
  height: 1em;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #017583;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #017583;
  border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #017583;
  width: 0;
  height: 1em;
}

.tree li a {
  border: 1px solid #017583;
  padding: .5em 2.75em;
  text-decoration: none;
  display: inline-block;
  color: #017583;
  position: relative;
  box-shadow: 0 0px 6px 0 #0175836b;
  top: 1px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #017583;
  color: #fff;
  border: 1px solid #017583;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #017583;
}
/*tree_design_end*/

.page-heading {
  
    overflow: hidden;
}
.page-heading h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 2;
}
.page-heading span {
    font-size: 14px;
    color: #7d7d7d;
}
.page-heading strong {
    font-size: 20px;
    color: #017583;
    font-weight: 500;
    line-height: 30px;
}
.featured {
    border-top: solid 1px #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(100, #FFFFFF));
    padding: 80px 0px;
}
.icon-feature {
    font-size: 50px;
    color: #017583;
    float: left;
    padding-right: 20px;
}
.img-men{
  padding: 0 !important;
  height: 270px;
}
.mrgn-30-top {
    margin-top: 30px;
}
.heading3 h2 span {
    color: #ff8800;
    font-weight: 600;
    font-size: 30px;
}
.heading3 h2{font-size: 30px;}
.visitor {
    padding: 100px 0px 0;
    position: relative;
}
.icon-feature i.fa {
    font-size: 50px;
    color: #34919c;
}
.overflow {
    overflow: hidden;
}
.feature_block h2 {
    font-size: 16px;
    color: #333;
}
.feature_block p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 26px;
}
/*.about_right span {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    color: #333333;*/
/*}*/
/*.about_right p {*/
/*    color: #7d7d7d;*/
/*    font-size: 13px;*/
/*    line-height: 26px;*/
/*    padding-top: 20px;*/
/*}*/

.about_right p {
    color: unset;
    font-size: unset;
    line-height:unset;
    padding-top: unset;
}
.about_right span {
    font-weight: unset;
    font-size: unset;
    color: unset;
}
.page-heading p {
    color: unset;
    font-size:unset;

}
/*.page-heading p {*/
/*    color: #7d7d7d;*/
/*    font-size: 15px;*/

/*}*/

.panel-body {
    border: solid 1px #e1e1e1;
    border-radius: 2px;
    padding: 22px;
    position: relative;
}
.resume .panel-body {
    margin-bottom: 20px;
}
.panel-heading {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #94131e;
}
.p-l {
    padding-left: 0px !important;
}

.form-group {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.form-group  label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 17px;
    font-weight: normal;
}
.resume .form-control {
    border: solid 1px #e1e1e1;
    border-radius: 4px;
}

.panel-body .form-control {
    border: solid 1px #e1e1e1;
    height: 46px;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    border-radius: 4px;
}
input[type=file] {
    display: block;
}
/*.file {*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*}*/
.form-control {
    height: 64px;
    border: none;
    box-shadow: none;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    border-radius: 2px;
}
.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 85px;
    top: 31px;
}

.panel-body .btn.btn-default {
    font-size: 13px;
    height: auto;
    /* border-top-left-radius: 4px !important; */
    font-weight: normal;
    top : 11px;
	border-radius : 0;
   /* border-bottom-left-radius: 4px !important; */
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    top: 10px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-default {
    background-color: #3F8ABB;
    padding: 12px 12px;
    color: #fff;
    border-radius: 2px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    border: none;
}
.m_l_5{
	margin-left: 5px;
}
textarea {
    width: 100%;
    background: transparent;
    height: 100%;
    border: 0;
    resize: none;
    white-space: pre;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    word-wrap: normal;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    border: solid 1px #e1e1e1;
}
.btn-click {
    background: transparent;
    font-size: 13px;
    color: #333;
    padding: 0;
    margin-bottom: 10px;
    outline: none !important;
    box-shadow: none;
    border: none;
}

/*login-page*/
#userform .nav-tabs {
    border: 1px solid #ddd;
}
#userform .nav-tabs.nav-justified > .active > a, #userform .nav-tabs.nav-justified > .active > a:hover, #userform .nav-tabs.nav-justified > .active > a:focus {
    color: #017583;
}
#userform .nav-tabs.nav-justified > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #017583;
    transition: width .3s;
    top: 41px;
    position: absolute;
    width: 0;
    transition: width .5s;
    columns: #333;
}
#userform .nav-tabs.nav-justified > li > a:hover::after {
    width: 100%;
    /* bottom: 11px; */
}
#userform .nav-tabs.nav-justified > li.active > a:hover::after {
    width: 0%;
    /* bottom: 11px; */
}

#userform .nav-tabs > li > a {
    background: transparent;
    padding: 11px 0px;
    border: none;
    margin: 0px;
    position: relative;
    color: #017583;
}
.page-tab .tab-content {
    border-top: 0px;
}

.tab-content {
    padding: 15px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
}
.facebook {
    background-color: #3b5998;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;

}
.twitter {
    background-color: #55acee;
}
.google {
    background-color: #dd4b39;
}
.linked {
    background-color: #2876b4;
}
#userform #login .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.facebook:hover{
  color: #fff;
  text-decoration: none;
}
.google:hover{
  color: #fff;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus, a.focus {
    text-decoration: none;
}
#userform .form-group input.form-control {
    height: auto;
    background-color: transparent;
    color: #333333;
    padding: 10px;
    padding-left: 30px;
}
#userform .form-control {
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
#userform .form-control:focus {
    border-color: #017583;
    box-shadow: none;
}
.btn-larger {
    padding: 12px 20px !important;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    letter-spacing: 1px;
    background-color: #94131e;
}
.nav-justified > li{
    width: 50% !important;
}
#userform .search_icon {
    top: 50px;
}

.search_icon {
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 10px;
}
.nav-justified li.active {
    border-bottom: 2px solid #017583;
}
.nav-link {
    font-size: 13px;
    margin: 0 8px;
}
.col-text {
    float: right;
    max-width: 560px;
}
.padding-left {
    padding-left: 0px;
    padding-right: 0px;
}
.right-col {
    background: url(../images/man.jpg) no-repeat center top/cover;
        width: 100%;
    float: left;
    padding: 296px 0px;
}

.left-col {
     background-color: #f2f2f2;
    padding: 40px 0 0;
    position: relative;
    overflow: hidden;
    border-right: solid 5px #017583;
}
.col-text h3 {
    font-size: 16px;
    color: #017583;
    margin: 20px 0;
}
.choose_price {
    padding: 20px 0;
}
.choose_price p{
    padding: 0 10px;
}
.Read_more {
    background-color: #ff8800;
    padding: 10px 20px;
    box-shadow: inset 0 -7px 17px -6px rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}
.hedding {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}
.hedding h1{
        font-size: 28px;
    margin: 20px 0;
}
.hedding span{
        font-size: 28px;
        color: #ff8800;
}
.panel-pricing {
    border: solid 1px #e1e1e1;
}
.panel-pricing .panel-heading h3 {
   font-size: 13px;
        padding: 30px 0;
}
.display-2:hover, .display-2.active {
    background-color: #017583;
    color: #fff !important;
    border-color: #017583;
}
.display-2:hover span, .display-2.active span{

    color: #fff !important;
}
.display-2 {
    font-size: 70px;
    color: #017583;
    border: solid 1px #e1e1e1;
    border-bottom: none;
    padding: 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-left: 0px;
    border-right: 0px;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.display-2 .currency {
    font-size: 20px;
    position: relative;
    top: -45px;
    letter-spacing: 0px;
}
.list-group-item {
    border: none;
    font-size: 14px;
    line-height: 2;
}
.content_feature h2 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 2;
    color: #017583;
}
.content_feature p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 2;
    color: #666;
}
.content_feature {
    border: solid 1px #e1e1e1;
    padding: 20px;
    height: 350px;
    background-color: #fff;
}
.content_feature:hover{
box-shadow:  0px 0px 53px -25px rgba(0,0,0,0.75);
border-bottom: 2px solid #017583;
}
.features {
    background-color: #f8f8f8;
    padding: 50px 0;
    margin-bottom: 50px;
}
.success_story {
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}
.page-heading2 h1 {
    font-size: 60px;
    color: #ff8800;
    text-transform: uppercase;
    font-weight: 700;
}
.page-heading2 h1 span {
    color: #ff8800;
    font-weight: 300;
}
.page-heading2 strong {
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}
.testi-box {
    background-color: #fff;
    margin-top: 110px;
    border-radius: 65px;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 77px -40px rgba(0,0,0,0.9);
}
.testi-box img {
    margin: 0 auto;
    position: relative;
    top: -65px;
}
.testi-box:before {
    content: "";
    width: 73px;
    height: 55px;
    position: absolute;
    left: 30%;
    top: -30px;
    background: url(../images/quote.png) right no-repeat;
}
.testi-box:after {
    content: "";
    width: 73px;
    height: 55px;
    position: absolute;
    right: 27%;
    bottom: 0px;
    background: url(../images/quote.png) right no-repeat;
}
a.left.carousel-control {
    box-shadow: none;
    background-image: none;
}
a.right.carousel-control {
    box-shadow: none;
    background-image: none;
}
.glyphicon-chevron-left:before {
    display: none;
}
.glyphicon-chevron-right:before {
    display: none;
}
.left.carousel-control {
    position: absolute;
    top: 43%;
    bottom: 0;
    left: -13%;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
}
.right.carousel-control {
    position: absolute;
    top: 43%;
    bottom: 0;
    right: -13%;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}
.page_accordian .panel-default>.panel-heading {
    color: #fff;
    background-color: #017583;
    border-color: #017583;
    padding: 10px;
    border-radius: 0px;
}
.panel-title a {
    display: block;
}
.page_accordian p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 26px;
}
/*button_add*/
.button_add form {
  padding-top: 10px;
}

.button_add .value-button {
    display: inline-block;
    border: 1px solid #017583;
    margin: 0px;
    width: 40px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    padding: 2px 0;
    background: #017583;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 22px;
    position: relative;
    top: -3px;
    color: #fff;
}

.button_add .value-button:hover {
  cursor: pointer;
}

.button_add form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}
.button_add form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.button_add form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.button_add input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 35px;
}

.button_add input[type=number]::-webkit-inner-spin-button,
.button_add input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*button_add_end*/
/*radio_button*/

.choose_price input[type="radio"], input[type="checkbox"] {
  display: none;
}
.choose_price input[type="radio"] + label, .choose_price input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 32px;
  cursor: pointer;
  line-height: 16px;
  transition: all .2s ease-in-out;
  margin-bottom: 20px;
}
.choose_price input[type="radio"] + label:before, .choose_price input[type="radio"] + label:after, input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #f5f5f5;
  font-family: Times;
  border-radius: 50%;
  transition: all .3s ease;
}

.choose_price input[type="radio"] + label:before {
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
}
.choose_price input[type="radio"] + label:hover {
  color: #017583;
}
.choose_price input[type="radio"] + label:hover:before {
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
}

.choose_price input[type="radio"]:checked + label:hover {
  color: #333333;
  cursor: default;
}
.choose_price input[type="radio"]:checked + label:before {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #017583, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #017583;
}

@keyframes change-size {
  from {
    box-shadow: 0 0 0 0 #017583, inset 0 0 0 1px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
  }
  to {
    box-shadow: 0 0 0 1px #017583, inset 0 0 0 1px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
  }
}
@keyframes select-radio {
  0% {
    box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
  }
  90% {
    box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #017583, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #017583;
  }
  100% {
    box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #017583, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #017583;
  }
}
@keyframes select-checkbox {
  0% {
    box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
  }
  90% {
    box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #017583, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #017583;
  }
  100% {
    box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #017583, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #017583;
  }
}
.choose_price input[type="checkbox"] + label:hover {
  color: #017583;
}
.choose_price input[type="checkbox"] + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f00c';
  line-height: 17px;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
}
.choose_price input[type="checkbox"] + label:hover:before {
  color: #FFFFFF;
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #017583, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #017583;
}

.choose_price input[type="checkbox"]:checked + label:before {
  background-color: #C3C3C3;
  color: #FFFFFF;
  animation-duration: .2s;
  animation-name: select-checkbox;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #017583, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #017583;
}

/*radio_button_end*/
/*style_form*/
.accordion--form {
  padding: 50px 0;
  width: 100%;
}
.accordion--form__fieldset {
  border: 0;
  margin: 0 0 1px 0;
  padding: 0;
  background-color: #f3f3f3;
}
.accordion--form__legend {
  background-image: linear-gradient(#94131e, #122325);
    color: #fff;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
.accordion--form__legend-active {
    background-image: linear-gradient(#94131e, #122325);
    color: #fff;
}
.accordion--form__wrapper {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.accordion--form__wrapper-active {
  height: auto;
  padding: 30px;
}
.accordion--form__row {
  margin-bottom: 15px;
  width: 100%;
}
.accordion--form__label {
  display: inline-block;
  margin-bottom: 5px;
}
.accordion--form__text {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 5px 10px;
}
.accordion--form__textarea {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 5px 10px;
}
.accordion--form__invalid {
  background-color: red;
  color: #fff;
  display: none;
  margin: 20px 0;
  padding: 5px 10px;
  width: 100%;
}
.accordion--form__next-btn, .accordion--form__prev-btn {
    background-color: #0c434a;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 5px 10px;
    text-align: center;
}
.accordion--form__next-btn:hover,
.accordion--form__prev-btn:hover {
  background-color: #000;
}
.content_post {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
}
.logo_img {
    width: 130px;
}
.logo_img img {
width: 100%;
}

.content_post h4 {
    font-size: 18px;
    color: #0c3f45;
    /* margin: 0 0 6px; */
    display: block;
}
.content_post span {
    margin-top: 10px;
    display: block;
}
.content_list {
    font-size: 15px;
    overflow: hidden;
}
.content_list div {
    margin: 6px 0;
    /* border-bottom: 1px solid; */
    overflow: hidden;
    background-color: #ffffff;
}
.discrp h2{
  font-size: 20px;
  color: #34919c;
  margin: 10px 0;
}
.discrp h3{
  font-size: 16px;
  color: #34919c;
  margin: 10px 0;
}
.one{
  padding: 7px 55px !important;
}
.two{
  padding: 7px 55px !important;
}
.five{
    padding: 8px 66px !important;
}
.resume .form-control {
    border: solid 1px #e1e1e1;
    border-radius: 4px;
}

.job-search .form-control {
    padding-left: 35px;
    font-weight: 400;
}
.form-control {
    height: 64px;
    border: none;
    box-shadow: none;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    border-radius: 2px;
}
.job_title {
    color: #333;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}
.category input {
   display: block;
}
.page-heading p {
    color: #7d7d7d;
    font-size: 15px;

}
.filter p, .bottom_text p {
    padding-top: 3px;
    color: #7d7d7d;
    font-size: 13px;
}
.sorting_content {
    padding: 25px 15px 15px;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
}
.page_listing {
    border: solid 1px #e1e1e1;
    overflow: hidden;
    border-bottom: 0px;
}
.text-shorting h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}
.text-shorting .work-time {
    margin: 0px;
}

.work-time {
    color: #fff !important;
    background-color: #5cc069;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 32px;
    padding: 2px 5px !important;
}
.text-shorting p {
    color: #7d7d7d;
    font-size: 13px;
}
.contact_details span strong {
    color: #333;
    font-size: 13px;
}
.contact_details span {
    display: block;
    padding-bottom: 8px;
    font-size: 13px;
    color: #7d7d7d;
}
.filter p, .bottom_text p {
    padding-top: 3px;
    color: #7d7d7d;
    font-size: 13px;
}
.part {
    background-color: #ff8800;
}
.Free {
    background-color: #017583;
}
.pagination {
    margin: 20px 0 0;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    font-size: 16px;
    color: #7d7d7d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #017583;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    font-size: 16px;
    color: #7d7d7d;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.tab-image {
    float: left;
    text-align: center;
    margin-right: 20px;
}
.overflow {
    overflow: hidden;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover, .btn-info:hover, .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info, .btn-info.focus, .btn-info:focus {
    color: #7d7d7d;
    background-color: transparent;
    border-color: #7d7d7d;
    box-shadow: none;
    outline: none;
}
button.btn.btn-info.dropdown-toggle {
    color: #7d7d7d;
    background-color: transparent;
    border-color: #7d7d7d;
    box-shadow: none;
    outline: none;
}
input[type=checkbox], input[type=radio] {
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}
.resume .job-search {
    padding-top: 0px;
    padding-bottom: 25px;
}
.simple_bannenr {
    background-color: #f8f8f8;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 55px 0px;
    float: left;
    width: 100%;
}
.banner-heading {
    font-size: 40px;
    color: #333;
    line-height: 70px;
}
#maincontent {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.job_title {
    color: #333;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}
.job_title a {
    color: #017583;
    font-size: 16px;
    display: block;
}
.packege {
    padding-top: 20px;
    font-size: 16px;
    color: #787878;
}
.packege i {
    padding-right: 8px;
    color: #333;
}
.page-heading h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.page_details h4 {
    color: #333;
    font-size: 16px;
}
.page_details p {
    color: #787878;
    font-size: 15px;
}
.panel-body .btn.btn-default {
    font-size: 13px;
    height: auto;
   /* border-top-left-radius: 4px !important; */
    font-weight: normal;
   /* border-bottom-left-radius: 4px !important; */
}
.page_details {
    padding-bottom: 25px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table>tbody>tr>td h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}
.tab-image {
    float: left;
    text-align: center;
    margin-right: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px;
    font-size: 12px;
    vertical-align: middle;
    color: #7d7d7d;
    padding: 10px;
}
.table>tbody>tr>td a {
    font-size: 13px;
    color: #017583;
    font-weight: 500;
}

a.table-btn-default {
    color: #017583;
    padding: 8px 10px;
    border-radius: 2px;
    float: right;
    border: solid 1px #017583;
}


a.table-btn-default:hover, a.table-btn-default:focus {
    background-color: #017583;
    color: #fff;
    border: solid 1px #017583;
}
.table tr {
    border-bottom: solid 1px #e1e1e1;
}
.table-bg {
    background-color: #fff;
    overflow: hidden;
    border-bottom: 0px;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
.job_title.block1 a {
    text-transform: uppercase;
    line-height: 26px;
}
.job_title a {
    color: #017583;
    font-size: 16px;
    display: block;
}
.user-media {
    width: 37px;
    height: 37px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    background-color: #3b5999;
    border-radius: 3px;
    line-height: 37px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-media.twitter {
    background-color: #55acee !important;
}
.user-media.linke {
    background-color: #2876b4 !important;
}
.user-media.google {
    background-color: #dd4b39 !important;
}
.contact_details span a {
    color: #017583;
    text-decoration: underline;
    font-weight: 500;
}
.contact_details span {
    display: block;
    padding-bottom: 8px;
    font-size: 13px;
    color: #7d7d7d;
}
.contact_details span i {
    padding-right: 8px;
    color: #333;
}
.sorting_content{
  cursor: pointer;
}

.languagepicker {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 34px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: top;
    float: left;
    position: relative;
    top: 5px;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 81px;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0px 14px;
    line-height: 33px;
    border-top: 1px solid #EEE;
}
.select_language {
    position: absolute;
    right: -70px;
    top: 5px;
    z-index: 9999;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 5px;
}

.large:hover {
  /* 
  don't forget the 1px border!
  The first language is 40px heigh, 
  the others are 41px
  */
  height: 245px;
}
/*drop-down*/

/* General dropdown styles */       
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown { margin: 0; }
/* DT styles for sliding doors */
.dropdown dt a {
    color: #ddd;
    background: #fff;
    display: block;
    padding-right: 20px;
    width: 100%;
    text-decoration: none;
    height: 50px;
}
.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: #999;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    top: 11px;
    right: -3px;
}
/* UL styles */
.dropdown dd ul {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 5px 0px;
    position: absolute;
    left: 0px;
    top: 2px;
    width: auto;
    min-width: 100%;
    box-shadow: 0 2px 12px 0 #bdbdbd;
    z-index: 999;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
    padding: 5px;
    display: block;
    color: #afaaaa;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}
.dropdown dd ul li a:hover{
  background-color: #fff ;
  color: #ddd;
  text-decoration: none;
}

.dropdown span.value { display:none; }
.card-header li {
    list-style: none;
    padding: 9px 0;
    border-bottom: 1px solid #e0dede;
}.card-header li:last-child{
  border:none;
}
.card-header ul {
   padding: 0;
}
.price-listing .panel-heading{
  background-color: #3F8ABB;
}
.price-listing .panel-heading h3{
  color: #fff;
}
.price-listing h3 {
    font-size: 18px;
    padding: 12px 0;
}
.price-listing span {
    color: #017583;
    padding: 0 12px 0 0;
}
.price-listing p {
    font-size: 12px;
}
.price-listing select {
    border: none;
    background-color: #f2f2f2;
    width: 90%;
    padding: 8px 5px;
    font-size: 12px;
    color: #333;
    position: relative;
    margin: 5px 0;
}
.price-listing .styled-select span {
    color: #017583;
    padding: 0 12px 0 0;
    position: absolute;
    right: 7px;
    top: 17px;
}
.sel {
    position: relative;
}
.price-listing .styled-select a {
    font-size: 12px;
    color: #017583;
    border-bottom: 1px solid;
}
.styled-select {
    margin: 5px;
}
.price-listing .list-group {
    background-color: #fff;
}
.price-listing{
  margin-bottom: 30px;
}
.price-listing:hover {
    box-shadow: 0 2px 12px 0 #7a9a9e;
}
input.accordion--form__submit {
    background-color: #41a3af;
    color: #fff;
    border: none;
    padding: 5px 12px;
    float: left;
    margin: 0 5px;
}


/*profile_page_css_start*/
.profile_info {
    position: relative;
    top: 20px;
}
.candidate_profile_img img {
    width: 100%;
}
.candidate_profile_img {
    
    height: 180px;
    width: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 180px;
    height: 180px;
    border: 4px solid rgb(255, 255, 255);
    position: absolute;
    top: 8px;
}
.profile-pic img {
    max-width: 100%;
    height: auto;
}
.p-image {
    position: absolute;
    top: 117px;
    left: 10px;
    color: #017583;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    font-size: 16px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 11px 0 0 0;
    text-align: center;
}
input.file-upload {
    visibility: hidden;
}
.candidate_profile_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.candidate_profile_info {
    position: absolute;
    top: 64px;
    border: 0;
}
h2.candidate_name {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
}
.banner.profile_page_banner {
    background: url(../images/post-banner.jpg);
    height: 240px;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: overlay;
}
p.email_id {
    font-size: 16px;
    color: #017583;
    font-weight: lighter;
    line-height: 30px;
    margin: 0;
}
p.Contact_number {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}
.candidate_information h2{
      font-size: 28px;
    color: #1d1e1e;
}
.candidate_information span{
        font-size: 28px;
    color: #ff8800;
}
.tab_design_profile_page ul {
    padding: 0;
    margin: 20px 0;
    background-color: #00adda;
    border: 1px solid #00adda;
    display: flex;
}
.tab_design_profile_page li {
    list-style-type: none;
    display: inline-block;
    width: 19.4%;
    background-color: #00adda;
    padding: 10px 0;
    margin-left: 0;
    text-align: center;
    border-right: 1px solid #033036;
}
.tab_design_profile_page li:last-child {
    border-right: none;
    width: 21.5%;
}
.tab_design_profile_page li.active_tab {
    background-color: white;
}
.tab_design_profile_page li.active_tab a{
  color: #017583;
}
.tab_design_profile_page li a {
    color: #fff;
    font-size: 13px;
}
.tab_design_profile_page i.fa {
    margin-right: 7px;
}
.tab_design_profile_page {
    margin-top: 40px;
}
.tab_design_profile_page li:hover {
    background-color: #033036;
}
.tab_design_profile_page li:hover a {
    color:#fff;
}
.content_box_candidate {
    padding: 20px;
    /* border: 1px solid; */
    box-shadow: 0 2px 10px 0 #ddd;
    overflow: hidden;
}
.right_content_frofile {
    padding: 20px;
    background-color: #fff;
}
.img_condidate_profile img {
    width: 100%;
}
.profile_info_data ul {
    padding: 0;
    overflow: hidden;
}
.profile_info_data li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin: 13px 0;
    padding: 0 10px;
}
.profile_info_data li label {
    font-size: 18px;
    color: #017583;
}
.profile_info_data li p {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.email_id_user{
  color: #ff8800 !important;
}
.about_candidate {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #ddd;
    padding: 20px;
}
.about_candidate h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #017583;
}
.about_candidate p {
    font-size: 14px;
    line-height: 2;
    overflow:hidden;
}
i.fa.fa-pencil-square-o {
    margin: 0 7px;
}
.Edit_profile {
    width: 100%;
    margin: 20px 0;
    padding: 12px 0;
    border: none;
    font-size: 16px;
    background-image: linear-gradient(#3f8aad, #3f8aad);
    color: #fff;
    border-radius: 5px;
    width: 150px;
}
.profile_info_data input.form-control {
    border: 1px solid #ddd;
    height: 40px;
    margin: 0 0;
}
.about_candidate textarea.form-control {
    height: auto;
    resize: none;
    margin-top: 10px;
    border: 1px solid #ddd;
}
.Edit_profile i.fa.fa-bookmark-o {
    margin-right: 5px;
}
.change_password li {
    width: 100%;
}
.profile_info_data.change_password {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #ddd;
    padding: 20px;
}
.Find_job {
    /*padding: 10px 15px !important;*/
}
/*profile_page_css_end*/

/*************88 added by ps ************************/
.red{
	color:#dd4b39;
}

 #success_div , #error_div{
	position: absolute;
    right: 0;
    z-index: 100000;
    font-size: 13px;
    font-weight: bold;
	top : 2%;
}

#success_msg{
	color: #FFF;
    background-color: #71cc72;
    border-color: #71cc72;
}
#error_msg{
	color: #FFF;
    background-color: #f55855;
    border-color: #f55855;
}

.pageloader {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url('../../front_assets/images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
      background-size:10%;
      opacity: .6;
    }
.no_content_text{
	color: #017583
}

.next_btn{
	background-color: #0c434a;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 5px 12px;
    text-align: center;
    border: 0;
    font-size: 15px;
}
.side_li a{
	padding: 5px;
}
.side_li.active a{
	background: #017583;
    color: #FFF;
}

.plan_active{
	box-shadow : 0px 0px 5px 4px #34919c;
}

.margin_left{
	margin-left: 43%;
}
.margin_btm_10{
	margin-bottom: 10px;
}
.btn {
    border-radius: 25px 25px 25px 25px;
}
.menu_ul li.active{
	background : #FFF;
}
.menu_ul li.active a{
	color : #000;
}
button:focus { 
    outline: 0 !important;
}
.DisplaySetFlex{
    display:flex;
}

.padd-10{
	padding:10px;
}

.profile_info_data li.links p {
    margin-bottom: 5px;
}

.profile_info_data li.links p small{
    margin-left: 10px;
	font-weight: bold;
}
/*User Table Design*/
.name_content {
    float: left;
    width: calc(100% - 90px);
}
.name_content a {
    font-size: 12px;
    display: block;
    width: 100%;
}
.name_content a.btn {
    font-size: 12px;
    display: block;
    float: left !important;
	width:auto;
}
.name_content h4 {
    margin-bottom: 0px !important;
    float: left;
    width: 100%;
}
.contact_content p{
	font-size:12px;
}
.tab-image.user_image {
    float: left !important;
    width: 70px;
    height: 70px;
    margin-right: 0;
}
.tab-image.user_image img.img-responsive {
    height: 70px;
    width: 70px;
}


form#addResumeForm .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 91px;
    top: -10px;
}
input#resume_file {
    border: 1px solid #ccc !important;
    height: 46px;
    padding: 0;
}
form#addResumeForm .modal-body {
    float: left;
    width: 100%;
}
form#addResumeForm .modal-body .form-control {
    height: 46px;
    border: 1px solid #ccc !important;
}
form#addResumeForm button.browse.btn.btn-default.input-lg {
    border-radius: 0;
}
form#addResumeForm button.browse.btn.btn-default.input-lg:hover {
    color: #000;
}
.upcoming_plan {
    color: #333!important;
	font-weight: bold;
    background-color: #fff;
    font-size: 10px;
    padding: 5px!important;
    border-radius: 10%;
    float: right;
    border: 1px solid #017583;
}

.activated_plan {
    color: #fff!important;
    background-color: #429e37;
    font-size: 10px;
    padding: 5px!important;
    border-radius: 10%;
    float: right;
    border: 1px solid #017583;
}

.plan-benefits{
	height:400px;
}
.panel-plan-div{
	height:700px;
}
span.nxt_search {
    background: #fff;
        padding: 15px 1px 8px 0;
    font-size: 13px;
    color: #999;
    float: left;
    display: inline-block;
}
select#countries {
    width: 100%;
    border-color: #fff;
    position: relative;
    top: 0;
    left: 0px;
    padding: 11px 0 11px 0px;
    color: #999;
    text-decoration: none;
    font-size: 13px;
    text-indent: 30px;
    border: 0px !important;
    box-shadow: 0 0 10px #ccc;
    min-height: 50px;
    margin-bottom: 0px;
    float: left;
}
a.send_icon {
    position: absolute;
    z-index: 999;
    display: inline-block;
    top: 0;
    float: left;
}
/***Header Css***/
.Find_job {
    /*padding: 10px 13px !important;*/
}
div#navbarResponsive {
    padding: 0;
}
.select-plan{
	margin-top: 20px;
}
.card-header a{
	font-size: 14px;
}
.check_msg{
	    margin-bottom: 0px !important;
    text-align: center;
    font-size: 14px;
}
#myModal{
	z-index: 99999;
}
.check_msg .check_msg_link {
    color: cornflowerblue !important;
}
.app_info{
	color: #ff8800;
	font-size: 18px !important;
}
.note-toolbar .btn-default {
    color: #000 !important;
    background: none !important;
}

p.MsoNormal strong span,b, strong {
    font-weight: bold;
}