@charset "utf-8";
/* CSS Document */
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/proxima-nova-condensed');
@import url(owl.carousel.min.css);

/**RESET-SS-CSS**/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --first-color: #37aae1;
    --sec-color: #37aae1;
    --mid-color: #f9f9f9;

}

html,
body,
table,
th,
td,
tr,
tbody,
thead,
thead,
tfoot,
dl,
dt,
dd,
div,
em,
strong,
b,
i,
sub,
sup,
ul,
ol,
li,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
a,
abbr,
acronym,
address,
big,
small,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
strike,
fieldset,
form,
label,
legend,
caption,
main,
section,
header,
footer,
aside,
hgroup {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /*transition: all 0.3s ease-out 0s;*/
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.display-flex-it {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.display-flex-it1 {
    display: flex;
    align-items: stretch;
}

.cls {
    clear: both
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;

}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none
}

ul,
ol,
li {
    list-style: none;
}

a:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

textarea {
    resize: none;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/**page-ss-css**/
#page-warpper {
    width: auto;
    background: #f9f9f9;
}

/*
/*===============*/
/* li.nav-item.dropdown {position: relative; } */
/* ul.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  display: block;
  border: none !important;
  outline: none !important;
} */
/*
li.nav-item.dropdown:focus .dropdown-menu,
li.nav-item.dropdown:focus-visible .dropdown-menu,
li.nav-item.dropdown:hover .dropdown-menu{
  visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(7%);
    transition-delay: 0s, 0s, 0.3s;
    padding: 0px;
    width: auto;

} */
/*change dropdown icon Css*/
.dropdown-toggle::after {
    content: "\f078";
    font-family: Font Awesome 6 Free;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 0.255em;
    border: none !important;
    vertical-align: initial;
}

.close-icon {
    display: none
}

/*=================*/
header a.navbar-brand img {
    width: 102px;
}

header a.navbar-brand {
    margin-top: -37px;
    background: #fff !IMPORTANT;
}

header ul.top-menu {
    display: flex;
    justify-content: end;
}

header .top-header {
    background: #0b0b0b;

    padding: 3px 0px;

}

header {
    background: #fff;

}

header #navbarSupportedContent .mb-navclose {
    display: none;
}

.boxshow {
    box-shadow: 0 3px 6px #e3e3e3;
}

/**feeback**/
.btn-feedbackform {
    position: fixed;
    right: -31px;
    /* z-index: 111111; */
    top: 45%;
    background: #37aae1;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    transform: rotate(90deg);
}

.feedbackfild {
    width: 338px;
    top: 23%;
    bottom: auto;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    background: #ebf6fcff;
    border: 3px solid #37aae1;
}

.jobsshowall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jobsshowall .recent-job-box {
    width: 48.6%;
}



/*
header .design:before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  width: 290px;
  padding: 15px 0px;
}

header .design:after {
  position: absolute;
  left: 290px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 18px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
} */

header nav.navbar {
    padding: 0px !important;
}

header .top-header ul li {
    color: #ffff;
    margin: 0px 9px;
}

header li.nav-item {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 19px;
}


header ul.login-sec li {
    background: #37aae1;
    border-radius: 9px;
    text-transform: uppercase;
}

header ul.login-sec li a {
    color: #fff;
}


header ul.top-menu li {
    font-weight: 500;
}


/*--------scroll top btn-------*/
.scroll-top {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #007BD4;
    line-height: 40px;
    font-weight: bold;
    font-size: 23px;
    position: fixed;
    right: 3%;
    bottom: 15px;
}

footer .copyright p {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;

    text-align: center;
}

.bg-white {
    background-color: #fff;
}

/*=============================*/


/*
section.slider-and-map {
  position: relative;
}
.slider-in-job {
  position: absolute;
  bottom: 0px;
} */

.title-sec {
    font-size: 24px;
    color: #000000;
    /* font-weight: 900; */
    text-transform: uppercase;
    margin-bottom: 21px;
}

/*==================*/
.tjobbox {
    display: flex;
    align-items: center;
    border-radius: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 16px 8px;
}

.companeyaddress {
    margin-left: 14px;
}

.companeyaddress h5 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.slider-in-job h3.title {
    text-align: center;
    font-size: 22px;
    background: #37aae1;
    color: #fff;
    padding: 21px 0px;
}

.slider-in-job {
    padding: 40px 0px;
}

div#sliderjob {
    border: 1px solid #ccc;
    background: #fff;
}

.companeyaddress p {
    color: #a5a4a7;
}

.top-companey {
    background: #fff;
    border: 1px solid #a5a4a7;
    text-align: center;
}

.top-c-logo {
    width: 60px !important;
    display: block;
    margin: auto;
    height: 60px;
}

.top-companey {
    background: #fff;
    border: 1px solid #ededed;
    text-align: center;
    border-bottom: 2px solid #37aae1 !IMPORTANT;
    padding: 20px 0px;
}

.top-companey h4 {

    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

a.btn-sm-in {
    background: #37aae1;
    color: #fff;
    padding: 3px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
}

ul.companey-rating {
    display: flex;
    justify-content: center;
    margin: 5px;
    font-size: 11px;
}

ul.companey-rating li+li {
    margin-left: 15px;
}

ul.companey-rating i.fa-solid.fa-star {
    color: #37aae1;
}

/*===============*/

.add-cv {
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 36px;
    padding-bottom: 19px;
}

.add-cv img {
    width: 90px;
}

.add-cv h3 {
    font-size: 19px;
    padding: 20px 0px;
}

.add-cv a {
    background: #37aae1;
    padding: 7px 17px;
    font-weight: 600;
    border-radius: 7px;
    color: #fff;
}

/*================*/

article.top-hiring {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    position: absolute;
    top: -44px;
    right: 0px;
    background: #b685e5;
    width: 25px;
    text-align: center;
    height: 25px;
    color: #fff;
    line-height: 25px;
    border-radius: 50%;
}


.owl-prev {
    right: 30px;
}


.recent-job {
    background: #fff;
    padding: 50px 0px;
}


.recent-job ul#pills-tab {
    border: 1px solid #ccc;
}

.recent-job button#pills-home-tab {
    /* padding: 7px 14px; */
}


.recent-job .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #37aae1 !important;
    border-radius: 0px;
}

.img-border {
    width: 67%;
}

.recent-job ul#pills-tab li.nav-item {
    border-right: 1px solid #ccc;
}

.recent-job ul#pills-tab li.nav-item:last-child {
    border-right: none
}

ul.keyword {
    display: inline-block;
}

.recent-job-box {
    background: white;
    /* border-radius: 9px; */
    margin-bottom: 23px;
    padding: 15px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border: 2px solid #fff;
    font-size: 14px;
}

ul.job-details {
    display: flex;
    text-transform: capitalize;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

ul.job-details li {
    /* margin-right: 20px; */
    width: 49%;
    padding-bottom: 10px;
}

ul.job-details li:nth-child(3) {
    width: 100%;
}

p.comp_name {
    text-transform: capitalize;
}


ul.keyword li {
    margin-right: 8px;
    list-style-type: circle;
}

ul.keyword li {
    list-style-type: circle;
    margin: 0px 10px;
    display: inline;
}


ul.job-all-btn li {
    background: #f9f9f9;
    margin-bottom: 11px;
    text-align: center;
    border-radius: 11px;
}

ul.job-all-btn li {
    background: #f1f0f0;
    /* margin-bottom: 11px; */
    text-align: center;
    border-radius: 11px;
    padding: 2px 17px;
    font-size: 13px;
    margin-right: 11px;

}

.btnload:hover {
    border: 2px solid #ee8234;
    color: #ee8336;
    background: transparent;
}

ul.job-all-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.job-des h4 {
    font-size: 21px;
    font-weight: bold;
    color: #37aae1;
}

.job-des p {
    margin: 10px 0px;
}

.recent-job-box a:hover {
    color: initial;
}

.box-serve-ad:hover a {
    letter-spacing: 2px;
    transition: 1s;
}

/*================*/

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    animation: slideDown 0.45s ease-out;

}

@keyframes slideDown {
    from {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

.main-h {
    position: relative;
    padding: 20px 0px;
    background-color: #007BD4;
}

.header-login-btn {
    text-align: center;
}


ul.sliderlistpage li {
    padding: 14px 26px;
    border-bottom: 1px solid #ccc;
    background: #37aae1;
    color: #fff;
    font-weight: 600;
}

.jobsmbox {
    display: flex;
    background: white;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
    border-radius: 7px;
}


.all-loct.d-none.showdiv ul li {
    color: #000 !important;
}


.border-form {
    /* border: 1px solid #ccc; */
    border-radius: 18px;
    position: relative;
    background: #37aae1;
    color: #fff !important;
    padding: 2px 0px;
    padding-left: 1px;
    padding-bottom: 0px;
}

.border-form form.row.g-0 {
    align-items: center;
}

.border-form .form-control {
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.border-form .form-select {
    border-radius: 0px;
    border-right: none !important;
    border-top: 0px;
    border-bottom: 0px;
}

.form-control:focus {
    box-shadow: none;
    border-color: none !important;
}

.btn:focus {
    box-shadow: none;
    border-color: none !important;
}

.form-select:focus {
    box-shadow: none;
    border-color: none !important;
}

button.btn.btn-serch {
    background: #37aae1;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

span.loctionhere {
    display: block;
    padding-top: 5px;
    padding-left: 15px;
}

.jobsmbox h4 {
    font-size: 18px;
    font-weight: bold;
}

.icon-sec {
    margin-right: 17px;
    width: 45px;
}

.jobsmbox {
    display: flex;
    background: white;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
    border-radius: 7px;
    padding: 18px 30px;
}

.typeofjobsec {
    padding: 50px 0px;
    background: #37aae108;
}

.jobsmbox:hover {
    cursor: pointer;
}

.blankdiv {
    height: 150px;
}

.title {
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
}

.contctform .title {
    font-size: 30px;
}

.animate-border {
    position: relative;
    width: 100px;
    height: 4px;
    background: #37aae1;
    overflow: hidden;
    margin-top: 0px;
    display: block;
    margin: auto;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.sec-heading {
    margin-bottom: 20;
    margin-bottom: 25px;
}


.ctgry-job {
    width: 18%;
    background: #fff;
    margin: 15px 13px;
    box-shadow: 0px 2px 6px rgb(171 102 93 / 8%);
    border-radius: 8px;
}

.ctgry-job img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 178px;
    width: 100%;
    object-fit: cover;
}


.captionctgry {
    padding: 8px 12px 24px;
}

.ctgry-row {
    display: flex;
    flex-wrap: wrap;
}

.captionctgry h4 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

.captionctgry p {
    text-align: center;
}

.btnload {
    background: #ee8234;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #ee8234;
}


.role-job {
    padding: 50px 0px;
    background: #37aae108;
    margin: 50px 0;
}


.ctgryby-srvs-home {
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 33px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
}

.ctgryby-srvs-home h3 {
    font-size: 19px;
    margin-top: 12px;
    font-weight: bold;
}

.servicesall {
    padding: 50px 0px;
}


.all-loct.d-none.showdiv {
    display: block !IMPORTANT;
    position: absolute;
    height: 189px;
    background: white;
    width: 27%;
    top: 39px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 111;
}

.all-loct.d-none.showdiv input {
    padding: 3px;
    margin-bottom: 7px;
    margin-left: 0px;
    width: 168px;
}

/* .sliderlistpage i {
  background: url(../images/icon-combo.png) 0 0;
  background-size: 206px;
  display: inline-block;
  margin-bottom: 0!important;
}

i.home {
  background-position: -7px -130px;
  width: 24px;
  height: 23px;
} */

.copyright {
    color: #fff;
    padding: 30px 20px;
    margin: 80px 0 0 0;
    background: #02405A;
    border-radius: 20px;
}

.copyright h6,
.copyright ul li a {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}


.applybox {
    background: white;
    border-radius: 9px;
    padding: 6px 29px;
}

a.cvbtnasdd {
    background: #37aae1;
    color: #fff;
    padding: 12px 21px;
    font-weight: bold;
    border-radius: 24px;
}

.applybox h5 {
    font-weight: bold;
    font-size: 25px;
}

.applybox .row {
    align-items: center;
}

section.cvbox {
    padding: 50px 0px;
    background: #f9f9f9;

}


.jobcaption {
    width: 20%;
    text-align: center;
    background: white;
    position: relative;
    padding: 1px 30px;
}

.loginboxhome {
    display: flex;
    border: 1px solid #e9e9e9;
}

.orbox {
    position: absolute;
    z-index: 111111;
    background: #37aae1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transform: rotate(41deg);
    right: -22px;
    top: 89px;
}

.orbox span {
    transform: rotate(318deg) !important;
    display: block;
}

.jobcaption:nth-child(even) {
    background: #201d1c;
    color: #fff;
}

ul.sliderlistpage li:hover {
    background: #37aae1;
}

/* .recent-job-box:hover {
  border: 2px solid #ddd2d2;
} */

img.downlodapplink {
    width: 118px;
    margin-top: 24px;
}

.top-footer {
    background: #075288;
    padding: 40px 0 40px 0;
    position: relative;
}

.top-footer::after {
    content: "";
    background: url(../images/footer-shape.png);
    background-repeat: no-repeat;
    width: 164px;
    height: 220px;
    position: absolute;
    bottom: 0;
    right: 0px;
    background-size: 100%;
}

/* ul.qlink li {
  padding: 10px 0px;
} */

ul.qlink li a {
    color: #fff;
}

.footerlink h4 {
    margin-bottom: 12px;
    color: #fff !important;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerlink ul li {
    color: #fff !important;
    margin-bottom: 8px;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerlink p {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 0 10px;
    text-align: left;
}

.footerlink .address-list {
    width: 100%;
    display: block;
}

.footerlink .address-list li {
    list-style-type: none;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.footerlink .address-list li span {

    color: #ffffff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.footerlink .address-list li i {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 20px;
}

.footerlink .address-list li a {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.col-wd-1 {
    width: 20%
}

.col-wd-2 {
    width: 20%;
}

.col-wd-3 {
    width: 20%;
}

.col-wd-15 {
    width: 15%;
}

.col-wd-25 {
    width: 25%;
}

.footerlogo {
    width: 151px;
}

.newletter {
    width: 100%;
    position: relative;
}

.newletter input[type="email"],
.newletter input[type="text"] {
    width: 100%;
    padding: 9px 35px 9px 15px;
    border-radius: 24px;
    background: #111;
    border: 2px solid #292929;
}

.newletter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: 400;
    font-family: Montserrat;
    font-size: 13px;
}

.newletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: 400;
    font-family: Montserrat;
    font-size: 13px;
}

.newletter input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: 400;
    font-family: Montserrat;
    font-size: 13px;

}

.newletter input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 300;
}

.newletter .btn-success {
    position: absolute;
    top: 5px;
    right: 7px;
    background: #37aae1;
    border-color: #37aae1;
    border-radius: 24px;
    font-size: 14px;
}

.newletter .btn-success:focus {
    box-shadow: inherit;
}

.box-serve-ad {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 17px 26px;
    display: flex;
    box-shadow: 0px 10px 20px -5px rgb(10 42 105 / 6%);
    border: 1px solid #E0E6F7;
}

.captionappdownld p {
    padding: 12px 0px;
    line-height: 32px;
}

.serveandearn {
    margin: 50px 0px;
}

a.btn-know-more {
    font-weight: bold;
    letter-spacing: 1px;
}

.box-serve-ad:hover {
    transform: translateY(-3px);
    transition: 1s;
}

.recent-job .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    padding: 10px 20px;
}


.navbarsec {
    background: #37aae1;
}

a.nav-link {
    color: #fff !important;
}


.ctgrtymenubox.showctgrybox ul li {
    padding: 6px 12px;
    border-bottom: 1px solid #663a1a;
}

.allctgrymenu {
    position: relative;
    background: #37aae1;
    border-left: 2px solid #d1cdd5;
    border-right: 2px solid #d1cdd5;
}

.ctgrtymenubox {
    margin-top: 0px;
    /* border: 1px solid #ccc; */
    display: none;
    position: absolute;
    width: 200px;
    border: 2px solid #d1cdd5;
    border-top: #37aae1;
    left: -2px;
}

.showctgrybox {
    display: block;
    background: #e57d32;
}

.showctgrybox ul li a {
    color: #fff !IMPORTANT;
}

.showctgrybox ul li:last-child {
    border: none;
}

.blankdiv-pages {
    margin-top: 30px;
}

.page-covercpation {
    text-align: center;
}

.page-covercpation .breadcrumb {
    justify-content: center;
}

.page-cover {
    background: #03254c;
    padding: 29px 0px 100px;
    color: #fff !IMPORTANT;
    position: relative;
}

.page-cover:after {
    content: "eee";
    display: block;
    position: absolute;
    right: 0;
    border: 0 solid transparent;
    border-right-color: #f9f9f9;
    border-right-width: 100vw;
    border-top-width: 4rem;
    bottom: 0px;
}

.cont-info {
    display: flex;
}

.add-info h5 {
    font-weight: bold;
    color: #111111;
    font-size: 24px;
}

.cont-info .icon {
    font-size: 22px;
    margin-left: 7px;
    margin-right: 17px;
    color: #111111;
}

section.contact-us-sec {
    padding: 80px 0px 30px;
}

.contact-cap h1 {
    font-weight: bold;
    margin-bottom: 34px;
    font-size: 30px;
    color: #37aae1;
}

.contact-cap ul li {
    margin-bottom: 26px;
}

.info-box-count {
    background: #37aae1;
    padding: 45px 1px;
    text-align: center;
    margin-bottom: 21px;
    color: #fff;
    border-radius: 8px;
}

.info-box-count h3 {
    font-size: 40px;
}

.row.img-contct {
    align-items: center;
}

.info-box-count p {
    letter-spacing: 2px;
    margin-top: 10px;
}

.contact-us-sec img {
    border-radius: 7px;
}


.shape:before {
    content: "";
    background-image: radial-gradient(#37aae1 2px, transparent 2.5px);
    width: 227px;
    height: 164px;
    display: block;
    background-size: 0.75rem 0.75rem;
    margin-left: -16px;
}

.shape img {
    margin-top: -38%;
}

.add-info p {
    font-weight: 600;
    color: #1c1a18;
}

/* .contact-form {
  background: #e1e1e1;
  padding: 10px 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

.contctform {
    background: #fff;
    padding: 84px 0px;
    padding-top: 0px;
}

.sec-heading p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #212529;
}

ol.breadcrumb li {
    color: #fff !important;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
}


button.btn.btn-submitform {
    background: #37aae1 !IMPORTANT;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    display: block;
}

.contact-form .form-control {
    background: #f6f5f7;
    border: 1px solid #e4e3e3;
    padding: 14px 10px;
}


.de-about {
    position: relative;
}

.de-about-a {
    height: 150px;
    width: 150px;
    right: 0px;
    /* z-index: -1; */
    bottom: 40px;
    position: absolute;
    background: #37aae12e;
    -webkit-animation: borderRadius1 8s ease-in-out infinite;
    animation: borderRadius1 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.de-about-b {
    height: 150px;
    width: 150px;
    top: 110px;
    left: -27px;
    left: -27px;
    /* z-index: -1; */
    position: absolute;
    background: #ffffff26;
    -webkit-animation: borderRadius2 8s ease-in-out infinite;
    animation: borderRadius2 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}


/* About Image Animation */
@-webkit-keyframes borderRadius1 {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes borderRadius1 {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@-webkit-keyframes borderRadius2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

@keyframes borderRadius2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}


.adscaption p {
    font-size: 19px;
    font-weight: 500;
    /* text-align: center; */
    margin-bottom: 20px;
    color: #60697b;
}

p.text-center.signup a {
    color: #f8b354 !important;
    font-weight: bold;
}

.boxsupport {
    background: #e7dcd5;
    text-align: center;
    padding: 50px 0px;
}

.boxsupport h3 {
    padding: 17px 0px;
    font-weight: bold;
    color: #37aae1;
    font-size: 23px;
}

.boxsupport a {
    margin-top: 31px !IMPORTANT;
    display: block;
    color: #37aae1;
}

section.quicklinks ul {
    text-align: center;
}

section.quicklinks ul li {
    padding: 10px 18px;
    display: inline-block;
    margin-bottom: 6px;
}

.quicklinks {
    padding: 55px 0px 20px 0px;
}


.quicklinks .container {
    background: #fff;
    padding: 26px 0px;
    border-radius: 11px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
}


.boxsupport {
    background: #ffffff;
    text-align: center;
    padding: 50px 19px;
    border-radius: 9px;
    margin: 30px 0px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

.boxsupport i {
    font-size: 40px;
    color: #37aae1;
}

.boxsupport i.fa.fa-long-arrow-right {
    font-size: 14px;
}

section.ads {
    padding: 90px 0px;
    position: relative;
}

img.imgman1 {
    position: absolute;
    left: 100px;
    bottom: 0px;
}

img.imgman2 {
    position: absolute;
    right: 100px;
    bottom: 0px;
}

.adscaption {
    text-align: center;
}

.adscaption h1 {
    font-weight: bold;
    color: #37aae1;
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

aside.filtel {
    /* box-shadow: 0px 2px 6px rgb(110 126 174 / 8%); */
    padding: 10px 21px 21px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 43px;

}

#filterbtn i {
    background: #f8f9f9;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

.filter-show {
    display: none;
}

.desbox {
    background: white;
    padding: 26px 18px;
    border-radius: 7px;
    margin-bottom: 35px;
}

.desbox h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px;
    color: #37aae1;
}

.desbox p {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
}

.desbox h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 28px;
}
    .desbox img{
        width: 230px;
    }
    .desbox ul{padding-left: 42px;}
    .desbox ul li{list-style: disc !important;margin-bottom: 15px;}
a.livechatbtn {
    display: block;
    text-align: center;
    background: #37aae1;
    padding: 8px 0px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 27px;
    color: #fff;
    border: 1px solid #37aae1;
}

.navigtonlist h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0px;
    color: #37aae1;
}

.navigtonlist {
    background: white;
    padding: 20px 29px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

.navigtonlist ul li {
    padding: 5px 0px;
}

.fbox {
    background: #fff;
    border-radius: 20px;
    padding: 45px 30px;
    text-align: center;

}
.jobavailabal {
    background: linear-gradient(59deg, rgb(0 123 212) 0%, rgb(12 63 100) 100%);
    border-radius: 20px;
    color: white;
    padding: 16px 5px;
    text-align: center;

}
.jobavailabal:hover{
    transition: 0.5s ease-in-out;
    transform: translate(0, -10px);
}
.search-cat-filter{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0px 3%;
}
.fbox h3 {
    font-weight: bold;
    margin: 10px 0px;
    font-size: 20px;
}

.fbox p {
    font-size: 14px;
    letter-spacing: 1px;
}

section.contboxabout {
    padding: 50px 30%;
}

a.livechatbtn:hover {
    color: #37aae1;
    background: #fff;
    border: 1px solid #37aae1;
}

.navigationsec {
    position: relative;
}


img.mx-auto.d-block.img-fluid.thumimg {
    width: 202px;
    height: 202px;
    border: 7px solid #fff;
    border-radius: 50%;
}

.testbox {
    text-align: center;
}

.say-img {
    padding: 0px 117px;
    padding-top: 20px !important;
    padding-bottom: 0px;
}


section.tesisec {
    padding: 10px 0px;
    position: relative;
    /* background-color: #fff; */
    padding-bottom: 70px;

}

.say-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shapeee.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
}

.testbox .title {
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
    color: #37aae1;
    margin-top: 12px;
}

.testbox p {
    margin-bottom: 23px;
}

.info-box .name {
    margin-bottom: 9px;
}

.tesisec .sec-heading {
    padding-top: 10px;
}

.aboutussecpage p {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
}

.aboutussecpage {
    padding: 50px 0px;
}


.faqbox button.accordion-button.collapsed {
    font-weight: bold;
    font-size: 20px;
    color: #37aae1;
}

.faqsec {
    padding: 50px 0px;
}

ul.pointadd li {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 0;
    background: #fff;
    padding: 20px 32px;
    margin-bottom: 21px;
    font-weight: bold;
}

ul.pointadd li:nth-child(even) {
    margin-right: 40px;
}

.caluc {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 50px;
    position: relative;
    padding: 65px 50px;
}

.captionclau {
    text-align: right;
}

.caluc h3 {
    margin-bottom: 21px;
    color: #37aae1;
    font-weight: bold;
}

aside.filtel h4 {
    font-size: 21px;
    font-weight: bold;
    /* margin-top: 25px; */
}

#filterbtn {
    background: #e6f0f9;

    font-size: 20px;
    padding: 14px 12px;
    font-weight: bold;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 7px 7px 0 0;
}

span.welcome {
    color: #37aae1;
}

aside.filtel h3 {
    color: #37aae1;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

aside.filtel h3 i {
    background: #efefef;
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 23px;
}


aside.filtel ul {
    display: inline;
}

aside.filtel ul li {
    background: #f9f9f9;
    margin: 3px;
    border-radius: 13px;
    /*    display: inline-block;*/
    margin-bottom: 6px;
}

aside.filtel h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.morectgry {
    display: none;
}

.morectgry.moreshow {
    display: block !IMPORTANT;
}

aside.filtel article {
    padding: 8px 0px;
}


.clearallbtn {
    text-align: center;
    padding: 6px 24px;
    font-size: 15px;
    margin: auto;
    color: #fff;
    background-color: #37aae1;
    border: 1px solid #37aae17d;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.clearallbtn:hover {
    background-color: #ffffff;
    box-shadow: -1px 6px 20px rgb(55 170 225 / 15%);
    color: #37aae1;
    transform: translateY(-2px);
}

.experience ul li {
    background: transparent !important;
}

article.bygender ul li {
    background: transparent !important;
}

article.byqualification ul li {
    background: transparent !important;
}

article.bysalary ul li {
    background: transparent !important;
}


/* button.btn.btn-sm {
  background: #37aae1;
  border-radius: 19px;
  color: #fff;
} */


/** Login 23 start **/
.loginsec .bg-color-23 {
    background: url(../images/img-23.png) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}

.recent-job .nav-link {
    color: #37aae1 !important;
}

/* .recent-job  ul#pills-tab {
  border: 1px solid #ccc;
  border-radius: 17px;
} */


.loginsec .form-section {
    max-width: 500px;
    box-shadow: rgb(0 0 0 / 5%) 1px 2px 16px 6px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 8px;
}

.loginsec .form-box {
    width: 100%;
}

.loginsec .login-inner-form .form-group {
    margin-bottom: 25px;
}

.loginsec .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.loginsec .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 6px;
    border: 1px solid #dbdbdb5c;
    box-shadow: 0px 2px 7px 0px rgb(55 170 225 / 9%);
}

.loginsec .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.loginsec .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 13px 15px 13px 14px;
}

.loginsec .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #37aae1;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
}

.loginsec .info {
    color: #fff;
    margin: 0 117px 0 auto;

    max-width: 700px;
}

.loginsec .bg-img {
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.loginsec .waviy {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.loginsec .waviy span {
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
    animation: waviy 2s;
    animation-delay: calc(.1s * var(--i));
    font-family: 'Jost', sans-serif;
}

.loginsec .waviy span.color-yellow {
    color: #fab55d;
}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

.loginsec .login-inner-form .form-label {
    margin-bottom: 5px;
    color: #535353;
    float: left !important;
}

.loginsec .info P {
    color: #535353;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.loginsec .login-inner-form .forgot {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.loginsec .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.loginsec .login-inner-form p {
    margin: 0;
    color: #e7e7e7;
}

.loginsec .login-inner-form p a {
    color: #e7e7e7;
}

.login-46 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.loginsec .logo {
    text-align: center;
    margin-bottom: 15px;
}

.loginsec .logo img {
    height: 25px;
}

.loginsec h3 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background: #37aae1;
    padding: 15px 20px 15px;
    border-radius: 5px 5px 0 0;
}

.loginsec .form-check-input:checked {
    background-color: #fab55d !important;
    border-color: #fab55d !important;
}

.loginsec .login-inner-form .social-list {
    padding: 0;
    text-align: center;
}

.loginsec .login-inner-form .social-list li {
    display: inline-block;
}

.loginsec .login-inner-form .social-list li a {
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.loginsec .login-inner-form .social-list li a:hover {
    text-decoration: none;
}

.loginsec .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.loginsec .login-inner-form .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #23396726;
    content: "";
}

.loginsec .login-inner-form .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #535353;
    text-transform: capitalize;
}

.loginsec .login-inner-form .terms {
    margin-left: 3px;
}

.loginsec .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.loginsec .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.loginsec .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.loginsec .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.loginsec .btn {
    box-shadow: none !important;
}

.loginsec .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.loginsec .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.loginsec .btn-primary {
    background: #37aae1;
    box-shadow: 1px 6px 12px 2px #0000001a !important;
}

.loginsec .btn-primary:hover {
    background: #37aae1;
}

.loginsec .form-section a {
    text-decoration: none;
}

.loginsec .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    position: absolute;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background-color: #fff;
    margin-left: -22px;
}

.loginsec .login-inner-form .checkbox a {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.loginsec .form-section p {
    margin: 28px 0 0;
    font-size: 16px;
    color: #535353;
    padding-bottom: 28px;
}

.loginsec .form-section p a {
    margin: 28px 0 0;
    font-size: 16px;
    color: #535353;
    padding-bottom: 28px;
}

.loginsec .facebook-bg {
    background: #4867aa;
}

.loginsec .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.loginsec .twitter-bg {
    background: #33CCFF;
}

.loginsec .twitter-bg:hover {
    background: #56d7fe;
}

.loginsec .google-bg {
    background: #db4437;
}

.loginsec .google-bg:hover {
    background: #dc4e41;
}

/** MEDIA **/
@media (max-width: 1200px) {
    .loginsec .info {
        margin: 0;
    }

    .loginsec .waviy {
        font-size: 33px;
    }
}

@media (max-width: 992px) {
    .loginsec .bg-img {
        display: none;
    }

    .loginsec .login-inner-form .social-list li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .loginsec .bg-color-23 {
        padding: 30px 15px;
    }

    .loginsec .form-section {
        padding: 0;
    }
}


.info img {
    width: 157px;
    margin-bottom: 51px;
}


.loginpassowd {
    display: none;
}

.otpsec {
    display: none;
}

.forgetpasec {
    display: none;
}


.rolbox {
    background: aliceblue;
    padding: 40px 0px;
    margin: 11px 0px;
    text-align: center;
}

.modal-header {
    background: #37aae1;
    color: #fff !IMPORTANT;
}

.rolbox {
    /* background: linear-gradient(121deg, rgba(103,121,225,1) 0%, rgba(114,87,180,1) 100%) !important; */

    padding: 40px 0px;
    margin: 11px 0px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.rolbox h3 {
    font-size: 20px;
    margin-top: 10px;
}


/* .formregti {
  background: #673ab7;
  margin-bottom: 36px;
  margin: 12px 2px;
  margin-bottom: 37px;
  padding: 10px -1px;
  color: #fff !IMPORTANT;
  padding: 6px 0px;
} */
.role ul li {
    list-style: none !important;
}

.role.mt-3 p {
    color: #9f9f9f;
    margin-top: 15px;
}


.rlogo {
    width: 58px;
    margin-bottom: 19px;
}

.jobdestails h4 {
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 6px;
}

.jobdetils h3 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 11px;
}

.jobdetils ul {
    margin-top: 13px;
}

.savebtn {
    background: #37aae1 !important;
}

.jobheader h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

article.jobheader p {
    margin-bottom: 7px;
}

.jobheader ul li i {
    margin-right: 7px;
    color: #37aae1;
    font-size: 14px;
    width: 20px;
}

.saveapplybtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 149px;
}

.saveapplybtn li {
    background: #005b87;
    padding: 5px 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 24px;
}

.rolbox img {
    width: 50px;
}

h2#heading {
    color: #37aae1;
    font-size: 25px;
}

.row.formregti h3 {
    font-weight: bold;
    color: #37aae1;
    font-style: italic;
    font-size: 18px;
}

.formregti {
    margin-bottom: 16px;
}

ul.job-date {
    display: flex;
    font-size: 12px;
}

ul.job-date li {
    display: flex;
    font-size: 12px;
    margin-right: 14px;
}

.jobdestails h3 {
    font-size: 22px;
    margin-bottom: 9px;
    font-weight: bold;
}

.jobdestails ul li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 26px;
}

.afterlogin a {
    background: #f9f9f9;
    color: #000;
    padding: 10px 18px;
    border-radius: 22px;
    font-weight: bold;
}

article.jobheader {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    padding: 16px 16px;
    padding-bottom: 19px;
    margin-bottom: 5px;
}

.jobdestails {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    padding: 16px 16px;
    padding-bottom: 19px;
}

article.jobdetils {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    margin-top: 5px;
    padding: 16px 16px;
    padding-bottom: 19px;
}

.afterlogin img {
    width: 23px;
    height: 23px;
    margin: 1px 5px;
    border-radius: 50%;
}

.profilebox {
    display: flex;
    border: 1px solid #fdfdfd;
    border-radius: 8px;
    background: #fbfbfb;
    padding: 9px 11px;
}

.profilename img {
    width: 67px;
    height: 67px;
    margin-right: 27px;
    border: 4px solid #a59d9d;
    border-radius: 50%;
}

ul.sidebarnav {
    margin-top: 26px;
    margin-left: 9px;
}

ul.sidebarnav li {
    padding: 11px 0px;
}

.profileupadte a {
    color: blue;
    font-weight: bold;
}

.notifaction {
    text-align: right;
    margin-top: 7px;
    color: #37aae1;
    font-size: 19px;
    position: relative;
}

span.numbernotifaction {
    background-color: #37aae1;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    height: 18px;
    line-height: 14px;
    margin-top: -7px;
    position: absolute;
    text-align: center;
    width: 18px;
    right: -9px;
}

.jobserchfilter button {
    border: none;
    padding: 7px 10px;
    /* background: #8a3dd5; */
    color: #fff;
    width: 100%;
    background: transparent;
}

form.jobserchfilter {
    background: #37aae1;
    padding: 1px 8px;
    border-radius: 26px;
}

.boxjobsummry {
    background: #fff;
    min-height: 200px;
    /* box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%); */
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.boxjobsummry h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    padding: 12px 22px;
}


.recent-job-box.jobhomepage {
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 0px;
}


a.Viewallbtn {
    display: block;
    text-align: right;
    margin-bottom: 15px;

}

a.Viewallbtn span {
    background: #37aae1;
    color: #fff;
    padding: 6px 8px;
}


.boxtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    padding: 12px 22px;
}

h3.articaltitle {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #464141;
}

a.viewallbtnbox {
    display: block;
    text-align: right;
    margin-top: 21px;
}

a.viewallbtnbox span {
    color: #37aae1;
}


.innerboxjob {
    padding: 3px 22px;
}


.inner-job {
    padding: 3px 22px;
}


.sidebarsec .boxjobsummry {
    height: auto;
    min-height: auto;
}

.boxjobsummry a {
    color: blue;
    font-weight: bold;
}

.sidebarsec .innerboxjob {
    padding-bottom: 22px;
}


.profilejobpage {
    background: white;
    padding-top: 21px;
    margin-top: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 21px;
}

article.profilejobpage img {
    width: 48px;
    border: 2px solid #37aae1;
    border-radius: 150%;
}

.upadtebtnprofile {
    display: block;
    text-align: center;
    background: #37aae1;
    color: #ffff;
    margin: 24px 40px;
    padding: 8px 0px;

}

a.upadtebtnprofile {
    color: #fff;
}

.profilefooter {
    background: #fff9f5;
    padding: 10px 15px;
    font-size: 14px;
}


h3.profilename {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    text-transform: capitalize;
}


.sidebarsec {
    margin-bottom: 20px;
}


.saved-jobsec ul.job-all-btn li+li {
    background: #37aae1;
    color: #fff;
}


.notifactionbox {
    position: absolute;
    background: #eeecf1;
    width: 24%;
}

.notifactionbox ul li a {
    display: flex;
    justify-content: space-between;
    padding: 13px 5px;
    border-bottom: 1px solid #cccccc54;
}


.notifactionbox {
    position: absolute;
    background: #fbfbfb;
    width: 24%;
    right: 14%;
    border: 2px solid #37aae1;
    border-radius: 15px;
    top: 80px;
    padding: 10px 11px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    display: none;
}


.applymsgbox {
    background: white;
    border-left: 3px solid green;
    padding: 13px 26px;
    margin-bottom: 27px;
    box-shadow: 0 2px 6px 0 rgb(0 106 194 / 20%);
}


.profilelink {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    background: #fff;
}


.innersec ul li {
    padding: 8px 20px;
}


.profilelink h3 {
    border-bottom: 1px solid #ccc;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 14px;
}


ul.jobseekarinfo li {
    display: flex;
    justify-content: space-between;
}


.mainname {
    font-weight: bold;
    font-size: 22px;
}

.name.ntitle {
    font-weight: bold;

}


ul.jobseekarinfo li {
    padding: 9px 0px;
}

img.img-fluid.userpic {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
    border: 4px solid #ccc;
    border-radius: 50%;
}

.photojobseekar {
    position: relative;
}

.pichere {
    display: none;
}

img.jss2530 {
    position: absolute;
    top: 54px;
    right: 62px
        /* cursor: pointer; */
    ;
}


.profilejobseekar {
    background: #fff;
    /* color: #fff; */
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 14px 0px;
}

i.fa-solid.fa-pen-to-square {
    font-size: 11px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #37aae1;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

h3.editbtn {
    text-align: right;
    padding: 6px 58px;
}

.cv {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 19px 0px;
    background: #fff;
    margin-bottom: 22px;
}

.iinersec {
    padding: 0px 31px;
    margin-bottom: 0px;
}

ul.jobseekarinfo {
    padding: 0px 40px;
}



.profilejobseekar h3 {
    font-size: 21px;
    font-weight: bold;
    margin-left: 37px;
    margin-bottom: 11px;
    color: #37aae1
}

.cv h4 {
    font-size: 19px;
    padding-top: 14px;
}

article.cv button {
    /* border: navajowhite; */
    background: #37aae1;
    padding: 6px 23px;
    border-radius: 16px;
    margin: 10px;
    color: #fff;
    border: navajowhite;
}

.mainprofile {
    background: #ffffff;
    padding: 45px 0px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
}

.jobseekarname {
    /* color: #fff; */
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #37aae1;
}

.jobdeginetionhere {
    /* color: #ffff; */
}

.name.ntitle h6 {
    font-size: 20px;
    font-weight: bold;
    color: #37aae1;
}


ul.skillslist {
    display: block;
    margin-left: 53px;
}

ul.skillslist li {
    background: #37aae1;
    margin: 10px;
    padding: 1px 10px;
    margin: 3px;
    border-radius: 40px;
    color: #ffff;
    display: inline-block;
    font-size: 14px;
}


.promocoad {
    background: #ffe6d3;
    padding: 40px 0px;
}


.btnbuy {
    background: #b10606;
    color: #fff;
    border: none;
    padding: 5px 22px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.buyplans {
    box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
    background: #fff;
    padding-bottom: 19px;
}

.pricehere {
    text-align: center;
    background: #f3f1f2;
    padding: 17px 0px;
}

.selectplan {
    padding: 11px 44px;
}


.pricehere p {
    font-size: 28px;
}


.feedbackfom ul#pills-tab {
    display: flex;
    justify-content: center;
}

button.btn.btn-feedback {
    background: #ee8337;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.feedbackfom .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ee8337;
}


h4.feedbacktitle {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    color: #37aae1;
}

.feedback-que {
    margin-bottom: 23px;
    padding: 1px 9px;
    background: #dfd5cf;
    padding: 0px 15px;
    font-style: italic;
    font-weight: bold;
    border-radius: 10px;
}


.upprmsg h3 {
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.upprmsg i {
    color: green;
    font-weight: bold;
}

.textmsgapply p {
    font-size: 15px;
}


.planname {
    background: #37aae1;
    color: #fff;
    width: 275px;
    position: absolute;
    right: 0px;
    bottom: 0opx;
}

article.mainprofile {
    position: relative;
    text-align: left;
}

.planname {
    background: #37aae1;
    color: #fff;
    width: 182px;
    position: absolute;
    right: 0px;

    bottom: 0;

    text-align: center;

}

.planname h3 {
    text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
    font-size: 21px;
    padding: 5px;
}

.hidediv {
    display: none;
}

/*
button.accordion-button.collapsed {
  background: #37aae1;
  color: #fff;
  margin-bottom: 5px;
} */

.faqserch {
    background: #fff;
    margin: 20px 0px;
}

.postajob {
    background: #fff;
    padding: 17px;

    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
}


.postfee {
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    padding: 24px 24px;
}


.postfee ul li {
    justify-content: space-between;
    display: flex;
    padding: 8px 5px;
}

article.postfee p {
    font-weight: bold;
    font-size: 20px;
    color: #37aae1;
    margin-bottom: 13px;
}

.rs {
    font-weight: bold;
}

button.btn.btn-block.paybtn {
    background: #37aae1;
    display: block;
    width: 100%;
    margin-top: 17px;
    font-weight: bold;
    border: 2px solid #000;
    color: #fff;
}


.pricetable {
    background: #efefef;
    padding: 3px 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 32px 0px;
}

.hedertable {
    margin-top: 6px;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablename {
    font-size: 24px;
    font-weight: bold;
}

.pricetable ul {
    padding: 11px 8px;
}

.pricetable ul li {
    padding: 10px 0px;
}

.goldpack {
    background: #ffdbbf;
}

.postajob h3 {

    margin-top: 6px;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}

.priceboxhere li a {
    background: #101010;
    display: block;
    text-align: right;
    padding: 3px 12px;
    font-weight: bold;
    color: #37aae1;
    margin-top: 10px;
    color: #fff;
}


.section_info {
    display: flex;
    justify-content: space-between;

}


.candidate_num {
    font-weight: bold;
}

ul.priceboxhere li {
    background: #fff;
    padding: 10px 11px;
}

ul.priceboxhere li {
    background: #fff;
    padding: 10px 11px;
    /* border: 2px solid #37aae1; */
    box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
    /* border-radius: 7px; */
    margin-bottom: 23px;
}

ul.priceboxhere {
    background: #fff;
    padding: 22px;
    box-shadow: 0 0px 5px rgb(105 105 105 / 20%);

}

span.actualPrice {
    text-decoration: line-through;
}

.priceboxtop .box h3 {
    font-size: 13px;
    background: #37aae1;
    text-align: center;
    font-weight: revert;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
    margin-bottom: 8px;
    color: #fff;
}


.priceboxtop {
    background: #fdfdfd;
    box-shadow: 0 0px 5px rgb(105 105 105 / 20%);
    padding: 7px 19px;
    border: 2px solid #37aae1;
}

.priceboxtop .box {
    box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
    margin: 10px 0px;
}


.priceboxtop .section_info {
    font-size: 13px;
    padding: 0px 4px;
}

.priceboxtop .candidate_profile {
    color: #37aae1;
    font-size: 13px;
    margin-left: 5px;
}

.priceboxtop .box:hover a {
    background: #37aae1;
    color: #fff;
}

.candidate_profile {
    margin-top: -24px;
    display: block;
}

.priceboxtop a {
    background: #f2f2f2;
    margin-top: 11px;
    display: block;
    text-align: right;
    padding: 1px 8px;
    font-weight: bold;
    color: #37aae1;
}

ul.priceboxhere h3 {
    font-size: 17px;
    margin-bottom: 20px;
    background: #37aae1;
    color: #fff;
    padding: 8px 4px;
    text-align: center;
}

ul.pricecaption {
    display: flex;
    justify-content: space-between;
}


.jobprodashbord .boxjobsummry {
    /* background: #37aae1; */
    color: #fff;
    min-height: 136px;

}

.jobprodashbord .boxjobsummry h3 {
    /*background: #e6f0f9;
  font-size: 28px;
  border-radius: 7px 7px 0 0;
  padding: 8px 22px;
  border-bottom: 1px solid transparent;
  color: #000;
  */
    background: #37aae1;
    font-size: 24px;
    border-radius: 7px 7px 0 0;
    padding: 10px 22px;
    border-bottom: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
}


.jobprodashbord .boxjobsummry p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


.postingsjobsec a.nav-link.active {
    background: #37aae1 !IMPORTANT;
}


.postingsjobsec a.nav-link {
    background: #37aae1 !important;
}

.postingsjobsec .tab-content>.active {
    display: block;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);

}


.postingsjobsec h3 {
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: bold;
}

ul.menujob {
    background: #37aae1;
    border: 1px;
    border-radius: 8px;
}

ul.menujob li {
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #ffffff45;
}

ul.menujob li.active {
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #ffffff45;
    background: #146e97;
}

ul.menujob li.active a {
    color: #fff;
}

/*========================*/
.prelodar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: none;
}

.boxes {
    margin: auto;
    width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.boxes .box {
    margin: 16.66667px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(130deg, #ce9ffc 0%, #7367f0 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse 1s linear infinite alternate;
    animation: pulse 1s linear infinite alternate;
}

.boxes .box:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.boxes .box:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.boxes .box:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.boxes .box:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.boxes .box:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.boxes .box:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.boxes .box:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.boxes .box:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.boxes .box:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes pulse {

    from,
    40% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80%,
    to {
        opacity: 1;
    }
}

@keyframes pulse {

    from,
    40% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80%,
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 300px) {
    .box {
        width: 30px !important;
        height: 30px !important;
    }
}


.prelodar {
    position: fixed;
    left: 0px;
    right: 0px;
    background: #000;
    top: 0px;
    bottom: 0px;
    z-index: 1111111;
    opacity: 0.8;
}


/*========================*/
a.cllnowmob {
    display: none;
}


.sbar_onlymob {
    background: #37aae1;
}

.br_here {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 18px;
}

.notifaction .notifactionbox {
    display: none;
}

.srvslist {
    background: #fff;
}

.busnessinfo ul li {
    padding: 3px 0px;
}

h3.businame {
    font-size: 19px;
    font-weight: bold;
}


a.bestdeal {
    background: #238e20;
    color: #fff;
    font-weight: bold;
    padding: 5px 4px;
    border-radius: 4px;
    font-size: 14px;
}


.btnbestdeal {
    display: flex;
    align-items: center;

}


.bussimg {
    height: 129px;
    width: 100%;
}

.srvslist {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border-left: 3px solid #37aae1;
    margin-bottom: 23px;
}

.busnessinfo h3 {
    margin-bottom: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #37aae1;
}

.busnessinfo small {
    display: block;
    color: #37aae1;
    margin-left: 23px;
    height: 16px;
    overflow: hidden;
}

.bussimg {
    height: 145px;
    width: 100%;
    object-fit: cover;
}

.btn-filtre {
    background: #37aae1;
    color: #fff;
    float: right;
}

.showresult {
    font-size: 21px;
    font-weight: bold;
    color: #37aae1;
}

h4.sectitlehere {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #37aae1;
}

.btn-filtre:hover {
    color: #fff;
}


.langicon select.form-select.form-select-sm {
    background: #37aae1;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-top: 2px;
    font-weight: 500;
}


.listingjobservice .nav-link {
    background: #37aae1;
    width: 148px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 36px;
    margin: 49px 9px;
    text-align: center;
    border: 4px solid #ccc;
    color: #fff;
}

.listingjobservice .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #37aae1;
}

.listingjobservice .servicesall {
    padding: 0px;
}


.listingjobservice .btnload {
    background-color: #37aae1;
    border: 1px solid #37aae17d;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    /* box-shadow: 0px 3px 7px 1px #00000021; */
    padding: 5px 30px;
}

.listingjobservice .btnload:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #37aae1;
    transform: translateY(-2px);
}

.plansdetils-btn {
    text-align: center;
    padding: 35px 0px;
}

.plansdetils-btn a {
    background: #37aae1;
    color: #fff;
    padding: 5px 0px;
    display: block;
    text-align: center;
    width: 39%;
    border-radius: 9px;
    margin: auto;
}


.billingdetils {
    border: 1px solid #ccc;
    margin-top: 22px;
    padding: 0px 19px;
}


.billingdetils .col-12.col-lg-4 {
    border-left: 1px solid #ccc;
}


ul.job-details li i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}


.job-des p i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}

.busnessinfo ul li i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}


.busnessinfo ul li {
    font-size: 14px;
    font-weight: 300px;
}


.plansdetils span.badge.badge-success.badge-pill {
    background: green;
    border-radius: 14px;
    font-size: 11px;
}

.plansdetils h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.billingdetils {
    background: #37aae1;
    color: #fff;
    border-radius: 6px;
}


.plansdetils {
    padding: 20px 0px;
}

.plansdetils-btn p {
    margin-top: 13px;
}


.rservs {
    background: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    margin: 18px 0px;
}

.busnessinfo {
    padding: 0px 8px;
    padding-bottom: 10px;
}


.boxsec {
    text-align: justify;
    background: white;
    padding: 6px 9px;
}


h3.relatetitle {
    margin-top: 25px;
    font-size: 21px;
    font-weight: bold;
    color: #37aae1;
}


.contctinfosrvs {
    background: white;
    padding: 0px 10px;
}

.contctinfosrvs .rating {
    color: #37aae1;
    font-size: 14px;
}

a.ctgrysrvs {
    background: #37aae1;
    padding: 1px 7px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

a.booksrvsbtn {
    background: #37aae1;
    display: inline-block;
    padding: 5px 9px;
    border-radius: 10px;
    margin-top: 62px;
    color: #fff;
    font-weight: bold;
    /* letter-spacing: 1px; */
}


article.addresswithmap {
    border: 3px solid #37aae1;
    /* padding: 10px 0px; */
}


.addresswithmap p {
    padding: 10px 11px;
    margin-top: 14px;
    font-weight: bold;
}


.open-time ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.contctinfosrvs h1 {
    margin: 0px;
}


.btn-lang {
    background-color: #37aae1 !important;
    color: #fff;
    border: none;
}

.mpslider {
    display: none;
}

.mpslider-show {
    display: block;
}

ul.keyword li {
    position: relative;
}

ul.keyword li:before {
    position: absolute;
    content: "";
    left: -7px;
    width: 3px;
    height: 3px;
    background: #37aae1;
    border-radius: 50%;
    top: 8px;
}


.price_table i.fa.fa-times {
    color: red;
}

.price_table i.fa.fa-check {
    color: #6bbd23;
}


.price_table thead {
    background: #37aae1;
    color: #fff;
}

.planbtnsec .nav-link {
    background: #fff !IMPORTANT;
    margin-left: 7px;
    color: #37aae1;
    font-weight: bold;
}

.planbtnsec .nav-link.active {
    color: #fff;
    background-color: #37aae1 !important;
}


.price_table tfoot {
    background: #ffe6d3;
}


.buyplans .box {
    display: none;
}


.box11 {
    background: #37aae12e;
    width: 50px;
    border-radius: 30% 70% 100% 0% / 0% 0% 100% 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.box22 {
    background: #37aae12e;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.box33 {
    background: #37aae12e;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.box44 {
    background: #37aae12e;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    border-radius: 100% 0% 100% 0% / 100% 100% 0% 0%;
    right: 0px;
}


.serveearnpoint {
    margin-top: 20px;
}

.serveearnpoint li {
    margin-bottom: 5px;
    font-size: 15px;
}

.navigtonlist ul li {
    background: #ffe9da;
    padding: 10px 8px;
    margin-bottom: 6px;
}


.sepoint {
    background: #fff;
    padding: 33px 19px;
    border-radius: 5px;
    position: relative;
}

.shapdesign {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #37aae14d;
    top: 0px;
    left: 0px;
    border-radius: 0% 100% 99% 1% / 0% 100% 0% 100%;
    transform: rotate(90deg);
}

.sepoint p {
    font-weight: bold;
}


.pointspage {
    padding: 60px 0px;
    background: #37aae108;
}


.form-section {
    background: #ffffff;
    padding: 13px 31px;
    margin: 65px 0px !important;
}


.value {
    background: #1f0539;
    width: 43px;
    text-align: center;
    margin: auto;
    color: #fff;
}

.servicefilter input[type="range"] {
    width: 100%;
}


.servicefilter article.mt-3 {
    background: whitesmoke;
    padding: 8px 11px;
}

#progressbarcv li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbarcv li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 7px auto;
    padding: 1px;
}

#progressbarcv li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 10px;

}

#progressbarcv #confirm:after {
    content: '';

    background: #ffffff;

}

#progressbarcv .active {
    color: #37aae1;
}

#progressbarcv {
    margin-bottom: 30px;
    color: lightgrey;
    margin-top: 14px;
}

#progressbarcv #account:before {
    font-family: FontAwesome;
    content: "\f00c";
    text-align: center;
    font-weight: bold;

}

#progressbarcv li.active:before {
    background: #37aae1;


}

#progressbarcv li.active:after {
    background: #37aae1;
}

#progressbarcv #confirm:before {
    font-family: FontAwesome;
    content: "\f00c ";
    text-align: center;
    font-weight: bold;
}

#progressbarcv strong {
    display: block;
    margin-top: 28px;

}

.fixed-top {
    z-index: 11 !important;
}

.modal-backdrop {
    z-index: 50 !important;
}

.modal {
    z-index: 99 !important;
}

.select2-container {
    width: 100% !important;
}

header span.select2-dropdown.select2-dropdown--below {
    width: 182px !IMPORTANT;
    z-index: 99999 !important;
    width: 100% !important;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 27px !important;
    padding: 4px 5px;
    background: #fff;
    z-index: 99999 !important;
    width: 100% !important;
}

header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    z-index: 99999 !important;
    width: 100% !important;
}

header .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    z-index: 99999 !important;
    width: 100% !important;
}

/*job-seeker-page*/
.job-seekerbox .seeker-profile {
    width: 135px;
}

.job-seekerbox .seeker-profile img {
    border-radius: 100%;
}

.job-seekerbox {
    background: white;
    border-radius: 9px;
    margin-bottom: 23px;
    padding: 12px 12px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border: 2px solid #fff;
    font-size: 14px;
}

.job-seekerbox .seeker-contct-details h4 {
    font-size: 26px;
    line-height: 1.6;
}

.job-seekerbox .seeker-contct-details p {
    font-size: 16px;
}

.job-seekerbox .seeker-contct-details h6 i {
    font-size: 10px;
    color: #626262;
}

.job-seekerbox .details-seeker-box {
    padding-top: 14px;
}

.job-seekerbox .details-seeker-box ul li {
    margin-bottom: 6px;
}

.job-seekerbox .content-head-left h4 {
    font-size: 16px;
    color: #4d4d4d;
    width: 30%;
}

.job-seekerbox .content-head-left p {
    font-size: 16px;
    line-height: 1.2;
    color: slategray;
    width: 70%;

}

.job-seekerbox .Shortlist-btn {
    background: none;
}

.job-seekerbox .shotlist-btn button {
    background: #37aae1;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 7px;
    color: #fff;
    border: none;
}

.job-seekerbox .shotlist-btn,
.shotlist-btn-rting {
    margin-top: 15px;
}

.job-seekerbox .shotlist-btn-rting button {
    background: #f9f9f9;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 10px;
    color: #4c863c;
    border: 1px solid #4c863c;
}

.job-seeker-leftbox .form-select {
    margin-bottom: 6px;
}

.job-seeker-leftbox h4 i {
    color: #37aae1;
}

.job-seeker-leftbox .hide11 {
    display: none;
}

.job-seeker-leftbox .show1 {
    display: block;
}

.cursor {
    cursor: pointer;
}

/*agent dashboard & seeker dashboard*/
.agent-dashboard-wrapp,
.seeker-dashboard-wrapp {
    width: 100%;
}

.agent-dashboard-wrapp .profilejobpage,
.seeker-dashboard-wrapp .profilejobpage,
.agent-dashboard-wrapp .profilejobpage a,
.seeker-dashboard-wrapp .profilejobpage a {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    align-items: stretch;
}

.agent-dashboard-wrapp .profilejobpage .algin-item-center,
.seeker-dashboard-wrapp .profilejobpage .algin-item-center {
    align-items: center;
}

.agent-dashboard-wrapp h3.profilename,
.seeker-dashboard-wrapp h3.profilename {
    color: #37aae1;
    display: flex;
    flex-direction: column;
    font-size: 24px;
}

.black-color {
    color: #000;
}

.agent-dashboard-wrapp h3.profilename>.blok-width,
.seeker-dashboard-wrapp h3.profilename>.blok-width {
    width: 100%;
    font-size: 18px;
    color: #37aae1;
    font-weight: 500;
    padding: 10px 0 0;
}

.agent-dashboard-wrapp .count-number,
.seeker-dashboard-wrapp .count-number {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 30px;
}

.agent-dashboard-wrapp .icon-agent,
.seeker-dashboard-wrapp .icon-agent {
    width: 85px;
    float: right;
}

.agent-dashboard-wrapp .icon-agent img {
    width: 100%;
}

.agent-dashboard-wrapp .list-group-item,
.seeker-dashboard-wrapp .list-group-item {
    position: relative;
    display: flex;
    padding: 15px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    box-shadow: 0px 6px 14px 0px #0000001a;
    margin-bottom: 30px;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.agent-dashboard-wrapp .list-group-item .profile-icon,
.seeker-dashboard-wrapp .list-group-item .profile-icon {
    width: 55px;
    height: 55px;
    background: #eee;
    border-radius: 100%;
}

.agent-dashboard-wrapp .list-group-item .profile-icon img,
.seeker-dashboard-wrapp .list-group-item .profile-icon img {
    width: 100%;
    height: 100%;
}

.agent-dashboard-wrapp .list-group-item .profile-name,
.agent-dashboard-wrapp .list-group-item .job-seeker-title,
.agent-dashboard-wrapp .list-group-item .phone,
.agent-dashboard-wrapp .list-group-item .job-seeker-status,
.agent-dashboard-wrapp .list-group-item .email,
.agent-dashboard-wrapp .list-group-item .date-time,
.agent-dashboard-wrapp .list-group-item .coin,

.seeker-dashboard-wrapp .list-group-item .profile-name,
.seeker-dashboard-wrapp .list-group-item .job-seeker-title,
.seeker-dashboard-wrapp .list-group-item .phone,
.seeker-dashboard-wrapp .list-group-item .job-seeker-status,
.agent-dashboard-wrapp .list-group-item .email,
.seeker-dashboard-wrapp .list-group-item .date-time,
.seeker-dashboard-wrapp .list-group-item .coin {
    width: 18%;
    padding: 5px 15px;
    border-left: 1px solid #e1e1e1;
    word-break: break-all;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.agent-dashboard-wrapp .search-set,
.seeker-dashboard-wrapp .search-set {
    width: 100%;
    position: relative;
}

.agent-dashboard-wrapp .search-set button.btn.btn-serch,
.seeker-dashboard-wrapp .search-set button.btn.btn-serch {
    background: transparent;
    border-radius: 0px;
    color: #37aae1;
    width: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 12px;
    /* border-top-right-radius: 18px; */
    /* border-bottom-right-radius: 18px; */
}

.agent-dashboard-wrapp .search-set .form-control,
.seeker-dashboard-wrapp .search-set .form-control {
    padding-right: 25px;
}

.agent-dashboard-wrapp .list-group-item .email a,
.seeker-dashboard-wrapp .list-group-item .email a {
    color: #37aae1;
    cursor: pointer;
    text-decoration: none;
}

.agent-dashboard-wrapp .list-group-item .phone,
.seeker-dashboard-wrapp .list-group-item .phone {
    width: 10%;
}

.agent-dashboard-wrapp .list-group-item .date-time,
.seeker-dashboard-wrap .list-group-item .date-time {
    width: 15%;
}

.agent-dashboard-wrapp .list-group-item .date-time span,
.seeker-dashboard-wrap .list-group-item .date-time span {
    padding-left: 3px;
}

.agent-dashboard-wrapp .list-group-item .coin,
.seeker-dashboard-wrap .list-group-item .coin {
    width: 5%;
}

.agent-dashboard-wrapp .list-group-item .job-seeker-status,
.seeker-dashboard-wrap .list-group-item .job-seeker-status {
    width: 9%;
}

.agent-dashboard-wrapp .list-group-item .job-seeker-status button,
.seeker-dashboard-wrap .list-group-item .job-seeker-status button {
    border-radius: 40px;
    padding: 2px 20px;
}

/**jobseeker details**/
.jobseeker-detail-wrapp .mainprofile {
    width: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0;
    border: 1px solid #eee;
    min-height: 250px;
    background-color: transparent;
}

.jobseeker-detail-wrapp .mainprofile .profile-bg {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.jobseeker-detail-wrapp .mainprofile .profile-bg img {
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    padding: 20px 40px;
    margin-top: -84px;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .icon-proile {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: -1px -1px 3px 4px #47464612;
    padding: 0;
    background: #fff;
    /* border: 1px solid #fff; */
    padding: 4px;
    outline: none;

}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .icon-proile img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .ellipsis-menu {
    position: absolute;
    top: 87px;
    right: 20px;
    border: none;
    background: transparent;
    color: #37aae1;
    font-size: 30px;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout h1 {
    font-size: 30px;
    font-weight: bold;
    color: #37aae1;
    padding: 4px 0 5px;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout h3 {
    font-size: 18px;
    padding: 7px 0 10px;
    font-weight: 600;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout h5 {
    font-size: 16px;
    padding: 5px 0 0;
    color: #37aae1;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout h6 {
    padding: 15px 0 5px;
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .connects-people {
    margin-left: 15px;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout ul {
    display: flex;
    flex-direction: column;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout ul li {
    list-style: none;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout ul li a {
    color: #37aae1;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout ul li a:hover {
    text-decoration: underline;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .slide-dropdown {
    position: absolute;
    width: 380px;
    top: 127px;
    right: 10px;
    z-index: 10;
    display: none;
}

.jobseeker-detail-wrapp .job-list-card {
    display: flex;
    flex-direction: column;
    padding: 6px 30px 6px 50px;
    width: 100%;
}

.jobseeker-detail-wrapp .project-list-card,
.jobseeker-detail-wrapp .project-list-card ol {
    display: block;
    padding: 6px 30px 6px 50px;
    width: 100%;
}

.jobseeker-detail-wrapp .job-list-card li {
    padding: 0 0 20px 6px;
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jobseeker-detail-wrapp .project-list-card ol li {
    padding: 0 0 20px 6px;
    list-style: number;

}

.jobseeker-detail-wrapp .project-list-card ol li::marker {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.jobseeker-detail-wrapp .job-list-card li .icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: -1px -1px 3px 4px #47464612;
    background: #ffffff;
    padding: 2px;
    outline: none;
    float: left;
    margin-right: 15px;
    border: 1px solid #d7d7d7;
}

.jobseeker-detail-wrapp .job-list-card li .icon img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.jobseeker-detail-wrapp .job-list-card li .experience-list-details {
    width: 90%;
    display: block;
}

.jobseeker-detail-wrapp .job-list-card li .experience-list-details h2,
.jobseeker-detail-wrapp .project-list-card li h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 8px;
    color: #37aae1;
    width: 100%;
}

.jobseeker-detail-wrapp .job-list-card li .experience-list-details h5,
.jobseeker-detail-wrapp .project-list-card li h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 8px;

}

.jobseeker-detail-wrapp .project-list-card li h4,
.jobseeker-detail-wrapp .project-list-card li h5,
.jobseeker-detail-wrapp .project-list-card li h6 {
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.jobseeker-detail-wrapp .project-list-card li h2 {
    display: flex;
    justify-content: space-between;

}

.updat-bg,
.team-bg,
.completed-bg {
    font-size: 14px;
    color: #1c1c1c;
    background: #ffd7b9;
    padding: 6px 15px;
    border-radius: 25px;
    font-weight: 500;
}

.jobseeker-detail-wrapp .job-list-card li .experience-list-details p {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px 8px 66px;
    color: #727171;

}

.jobseeker-detail-wrapp .project-list-card li p span.skill,
.jobseeker-detail-wrapp .job-list-card li p span.skill {
    font-size: 14px;
    color: #fff;
    background: #37aae1;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: 10px;
}

.jobseeker-detail-wrapp .job-list-card li p span.skill {
    background: #37aae1;
}

.jobseeker-detail-wrapp .project-list-card li p {
    font-weight: 600;
    font-size: 16px;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 41px;
}

.jobseeker-detail-wrapp .project-list-card li p span {
    font-size: 14px;
    color: #37aae1;
    background: #f4f4f4;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: 10px;

}

.jobseeker-detail-wrapp .project-list-card ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .slide-dropdown::before {
    content: "";
    position: absolute;
    right: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #efefef transparent;
    z-index: 10;
}

.updat-bg .btn-success,
.team-bg .btn-success,
.completed-bg.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.updat-bg .btn-warning,
.team-bg .btn-warnings,
.completed-bg.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.updat-bg .btn-primary,
.team-bg .btn-primary,
.completed-bg.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;

}

.dropdown.bootstrap-select.form-select {
    padding: 0px !important;
    background: #fff !IMPORTANT;
}

.main-h button.btn.dropdown-toggle.btn-light {
    width: auto;
    background: white;
    border-radius: 0px;
    padding: 5px 7px;
}


span.mobile_sbar {
    display: none;
}


button.btn.dropdown-toggle.bs-placeholder.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #575d62;
}

button.btn.dropdown-toggle.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #575d62;
}

.profilebox {
    text-transform: capitalize;
}

.afterlogin {
    text-transform: capitalize;
}

.table-wrapp {
    overflow-x: scroll;
}

.btn.btn-feedbackform:hover {
    color: #fff;
}

ul.userplaninfo {
    margin-top: 17px;
    background: #fdf9f5;
    padding: 13px;
}



.service-details-wrapp .table-wrapp {
    overflow-x: hidden;
}

.btn-sm.reqbtn {
    background: #37aae1;
    border: 0px;
    margin: 11px 0px;
}


div#menu_work_experience h5 {
    color: #ffffff;
    font-weight: bold;
}


div#menu_projects ul.jobseekarinfo {
    padding: 0px;
}

#menu_projects a {
    color: blue;
}

/*.nddiveder {
  display: flex;
  width: 100%;
}*/
.jobseekarinfo.nddiveder li {
    width: 32%;
    background: #fdfcfc;
    margin-left: 10px;
    padding: 10px;
    float: left;
    height: 260px;
    margin-bottom: 12px;
}

.jobseekarinfo.row h6 {
    margin-bottom: 10px;
}


.business_hours {
    display: flex;
}

.business_hours li {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    display: block !important;
    padding: 0px !important;

}

.jobseekarinfo.row li {
    background: #fbfbfb;
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 15px;
}


.profilelink {
    position: sticky;
    top: 181px;
}




.boxdesign .editbtnnn {

    margin: 0px !important;

}



.boxdesign {
    padding: 32px;
    background: #f6f6f6;
    margin: 0px;
    margin-bottom: 22px;
}


.bdign {
    background: #f6f6f6;
    margin-bottom: 22px;
    padding: 16px;
    border-radius: 8px;
}


.bdign h3 {
    margin: 0px;
    text-align: center;
    padding: 34px;
}


.phere {
    margin: 13px 38px;
}

/****/
.banner-wrapp {
    width: 100%;
    margin: auto;
    height: auto;
    background-color: #ececf2;
}

.banner-wrapp .carousel-control-next,
.banner-wrapp .carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 100%;
    padding: 10px;
    top: 44%;
}

.banner-wrapp .carousel-control-next {
    right: 2%;
}

.banner-wrapp .carousel-control-prev {
    left: 2%;
}

.banner-wrapp .carousel-indicators {
    visibility: hidden;
}

/*****/
.jobsshowall .recent-job-box {
    margin-bottom: 24px;
    padding: 0;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    font-size: 14px;
    border-radius: 5px 5px 3px 3px;
}

.jobsshowall .recent-job-box a {
    display: block;
    margin: 0;
    padding: 0;

}

.jobsshowall .recent-job-box a .job-des h4 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
}

.jobsshowall .recent-job-box a .job-des .comp_name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 5px 20px;
}

.jobsshowall .recent-job-box a .job-des .job-details {
    display: flex;
    text-transform: capitalize;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
}

.jobsshowall .recent-job-box a .job-des .job-details li {
    width: 49%;
    padding-bottom: 15px;
}

.jobsshowall .recent-job-box a .job-des .keyword {
    display: inline-block;
    padding: 0 20px 15px;
}

.jobsshowall .recent-job-box .job-all-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 20px 10px;
}

.sec-heading img {
    width: 230px;
}

.contact-form-desing {
    width: 100%;
    padding: 60px 30px 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.contact-form-desing .btn-submitform {
    padding: 10px 30px;
    background: #37aae1 !important;

}

.header-login-btn a {
    display: flex;
    flex-direction: column;
}

/******/
.pagination-set {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination-set ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-around;
    align-content: center;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1)
}

.pagination-set ul li {
    color: #37aae1;
    list-style: none;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination-set ul li.numb {
    list-style: none;
    height: 40px;
    width: 40px;
    margin: 8px 3px 0;
    line-height: 40px;
    border-radius: 50%;
}

.pagination-set ul li.numb.first {
    margin: 7px 3px 0 -5px;
}

.pagination-set ul li.numb.last {
    margin: 7px 3px 0 -5px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
}

.pagination-set li.active,
.pagination-set ul li.numb:hover,
.pagination-set ul li:first-child:hover,
.pagination-set ul li:last-child:hover {
    color: #fff;
    background: #37aae1;
}

.innersec ul li.active a {
    color: #37aae1;
}

.profile-wrapp {
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */

}

.profile-wrapp .planname {
    border-radius: 5px 0 0 0;
}

.profile-wrapp .planname h3 {
    text-shadow: inherit;
}

.profile-wrapp .profilejobseekar h3 {
    color: #000;
}

.modal-desing .modal-dialog .modal-content {
    border: none;
}

.modal-desing .modal-dialog .modal-content .modal-body {
    padding: 20px 30px;
}

.modal-desing .modal-footer {
    display: flex;
    justify-content: center;
}

.profile-wrapp .profilejobseekar ul.jobseekarinfo .name.ntitle h5 {
    color: #000 !important;
    font-size: 20px;
    padding-bottom: 10px;
}

.modal-desing .modal-dialog .modal-content .modal-footer .btn {
    padding: 5px 30px;
    border-radius: 24px;
    box-shadow: 0px 5px 9px 3px #00000021;
}

.jobprovider-plan,
.post-job-wrapp {
    width: 100%;
}

.post-job-wrapp .postajob {
    background: #fff;
    padding: 0;
    box-shadow: 1px 0px 16px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.post-job-wrapp .postajob h3 {
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;

}

.post-job-wrapp .postajob form {
    padding: 10px 20px;
}

.post-job-wrapp .postajob .btn {
    /* padding: 5px 30px;
  border-radius: 24px;
  box-shadow:0px 5px 9px 3px #00000021; */
    margin: 5px 0 15px;
}

.jobprovider-plan .paybtn {
    border: none !important;
}

.postajob {
    /* background: #fff;
  padding: 17px;
  box-shadow: 1px 0px 16px rgb(0 0 0 / 20%); */
    width: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* padding: 30px 30px 50px; */
    padding: 0 !important;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.postajob form {
    padding: 10px 20px;
}

.postajob .form-check-label {
    width: 100%;
    padding-bottom: 5px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    color: #535353;
}

.postajob .btn-primary {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    border-radius: 4px;
    padding: 10px 38px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 10px;
}

.postajob .form-control,
.postajob .form-select {
    border: 1px solid #dadada;
    box-shadow: 0px 2px 7px 0px rgb(55 170 225 / 9%);
    color: #535353;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    margin-bottom: 1px;
}

.postajob .input-group .form-control,
.postajob .input-group .form-select {
    width: 60%;
}

.job-list-set {
    width: 100%;
    box-shadow: -1px 3px 9px 1px #0000001a;
    -moz-box-shadow: -1px 3px 9px 1px #0000001a;
    -webkit-box-shadow: -1px 3px 9px 1px #0000001a;
    -o-box-shadow: -1px 3px 9px 1px #0000001a;
    -ms-box-shadow: -1px 3px 9px 1px #0000001a;
    /* box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  border-radius:12px  12px 0 0; */

    /* box-shadow: 0px 0px 7px 0px #37aae12b;
padding: 10px; */

}

/* .job-list-set table{
  margin: 0;
  padding: 0;
  border-color: #dbf1fc !important;
}
.job-list-set table thead th{
  border-color: #d1effd26;
  padding: 9px 10px;
  border-color:#c0e3f43d !important;
  color:#fff;


}*/

/* .job-list-set table tbody tr:nth-child(even) {
  background-color: #f8f6ff
} */

.job-list-set table tbody tr:last-child {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -ms-border-radius: 0 0 6px 0;
    -o-border-radius: 0 0 6px 0;
}

.job-list-set table thead th:first-child {
    border-radius: 12px 0 0 0;
}

.job-list-set table thead th:last-child {
    border-radius: 0 12px 0 0;
}

*/ .job-list-set ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.job-list-set ul li {
    padding: 10px;
    background: #fff;
    width: 49%;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    min-height: 150px;

}

.job-list-set table .btn-group-set {
    width: 100%;
    display: flex;
}

.job-list-set table .btn-group-set .btn-warning {
    color: #ffffff;
    background-color: #37aae1;
    border-color: #37aae1;
    margin: 0 1px;
}

.job-list-set table .btn-group-set .btn-success {
    color: #fff;
    background-color: #034d71;
    border-color: #034d71;
    margin: 0 1px;
}

.job-list-set table .btn-group-set .btn-sm {
    font-size: 12px;
    padding: 5px;
    line-height: 12px;
    margin: 0 1px;
}

/***/
.js-pscroll {
    position: relative;
    overflow: hidden
}

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px
}

.table100 .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px
}

.table100 .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1 !important
}

.table100 .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px
}


.table100 {
    background-color: #fff
}

table {
    width: 100%
}

.column1 {
    width: 5%;
}

.column2 {
    width: 10%
}

.column3 {
    width: 10%
}

.column4 {
    width: 10%
}

.column5 {
    width: 10%
}

.column6 {
    width: 10%
}

.column7 {
    width: 10%
}

.column8 {
    width: 15%
}

.column9 {
    width: 15%
}

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px
}

.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px
}

.table100 {
    position: relative;
    padding-top: 60px
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.table100-body {
    max-height: 585px;
    overflow: auto
}

.job-list-set table thead {
    background: linear-gradient(360deg, rgb(55 170 225) 0%, rgb(55 170 225) 100%) !important;
}

.table100.ver1 th {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    /* background-color: #43a0cc; */

    padding: 15px 15px;
}

.table100.ver1 td {
    padding: 10px 15px;
    font-size: 14px;
    color: black;
    line-height: 1.4;
}

/*
.table100.ver1 .table100-body tr:nth-child(even) {
  background-color: #f1faff;
} */

.table100.ver1 {
    border-radius: 10px;
    overflow: hidden;

}

.login-inner-form {
    padding: 10px 50px;
}

.loginsec .login-inner-form .form-control::placeholder {
    color: #dfdfdf;
}

.loginsec .login-inner-form .form-control:-moz-placeholder {
    color: #dfdfdf;
}

.loginsec .login-inner-form .form-control::-webkit-input-placeholder {
    color: #dfdfdf;
}

.loginsec .login-inner-form .form-control:focus {
    border: 1px solid #37aae124;
}

.mt30 {
    margin-top: 3em;
}

/***register****/
.regpage .card {
    z-index: 0;
    border: none;
    position: relative;
    box-shadow: rgb(0 0 0 / 5%) 1px 2px 16px 6px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 8px;
}

.regpage .card fieldset input[type="text"],
.regpage .card fieldset input[type="number"],
.regpage .card fieldset input[type="email"],
.regpage .card fieldset input[type="file"],
.regpage .card fieldset input[type="date"],
.regpage .card fieldset input[type="password"],
.regpage .card fieldset select,
.post-job-wrapp .postajob form input[type="text"],
.post-job-wrapp .postajob form input[type="password"],
.post-job-wrapp .postajob form .form-control[type="number"],
.post-job-wrapp .postajob form .form-control input[type="date"],
.post-job-wrapp .postajob form .form-control input[type="file"],
.post-job-wrapp .postajob form .form-select,
.post-job-wrapp .postajob form .form-control,
.modal-dialog .modal-body .form-control,
.modal-dialog .modal-body .form-select {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 6px;
    border: 1px solid #7d73735c;
    padding: 10px 12px;
    background: #fafafa;
    box-shadow: 0px 2px 7px 0px rgb(55 170 225 / 9%);
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.regpage .card fieldset input[type="text"]:focus,
.regpage .card fieldset input[type="number"]:focus,
.regpage .card fieldset input[type="email"]:focus,
.regpage .card fieldset input[type="file"]:focus,
.regpage .card fieldset input[type="date"]:focus,
.regpage .card fieldset input[type="password"]:focus,
.regpage .card fieldset select:focus,
.post-job-wrapp .postajob form input[type="text"],
.post-job-wrapp .postajob form input[type="password"],

.post-job-wrapp .postajob form .form-control[type="number"]:focus,
.post-job-wrapp .postajob form .form-control input[type="date"]:focus,
.post-job-wrapp .postajob form .form-control input[type="file"]:focus,
.post-job-wrapp .postajob form .form-select:focus,
.post-job-wrapp .postajob form .form-control:focus,
.modal-dialog .modal-body .form-control:focus,
.modal-dialog .modal-body .form-select {
    border: 1px solid #37aae124;
}

.regpage .card fieldset input[type="file"] {
    padding: 10px 0;
}

.regpage .card fieldset label {
    padding: 10px 0 5px;
}

.regpage .card fieldset .form-card {
    padding-bottom: 10px;
}

.regpage .card fieldset input::placeholder,
.modal-dialog .modal-body input::placeholder {
    color: #dfdfdf;
}

.regpage .card fieldset input:-moz-placeholder,
.modal-dialog .modal-body input::placeholder {
    color: #dfdfdf;
}

.regpage .card fieldset input::-webkit-input-placeholder,
.modal-dialog .modal-body input::placeholder {
    color: #dfdfdf;
}

.regpage .card fieldset input:focus {
    border: 1px solid #37aae124;
}

.btn-feedbackform {
    position: fixed;
    right: -38px;
    /* z-index: 111111; */
    top: 45%;
    background: #37aae1;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    transform: rotate(90deg);
}

.feedbackfild {
    width: 338px;
    top: 23%;
    bottom: auto;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    background: #ebf6fcff;
    border: 3px solid #37aae1;
}

.btn.btn-submitform.suggestion_submit {
    background: #37aae1;
    color: #fff;
}

div#google_translate_element a {
    display: none;
}

.skiptranslate iframe {
    display: none !important;
}

#heading {
    text-transform: uppercase;
    color: #37aae1;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 11px;

}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 7px 36px;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


.form-check {
    margin-top: 10px;
}


fieldset input[type="text"] {
    width: 100%;
    padding: 6px 9px;
    margin-bottom: 22px;
    background: #fafafa;
    border: 1px solid #ccc;
    margin-top: 3px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #37aae124;
    outline-width: 0
}

#msform .action-button {

    text-align: center;
    background: #37aae1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 10px 5px;
    margin-top: 42px;

}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #37aae1;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    border: 1px solid #ccc;
}

.fs-title {
    font-size: 25px;
    color: #37aae1;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

body {
    background: #f9f9f9;
}

.purple-text {
    color: #37aae1;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #37aae1;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 7px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 19px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #37aae1;
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #37aae1;
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/* #msform .form-check-input {
width: auto !important;
margin-bottom: 0px;
margin-right: 6px;
margin-top: 3px;
} */

#msform .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

p.backbtn a {
    color: #37aae1;
}

.position-r {
    position: relative;
}

img.shapeimg1 {
    position: absolute;
    bottom: -50px;
    left: 19px;
    width: 26%;

}

img.shapeimg2 {
    position: absolute;
    top: 0px;
    right: 19px;
}

a.btn.sendotpbtn {
    background: #37aae1 !IMPORTANT;
    color: #fff !IMPORTANT;
    font-weight: bold;
    margin-bottom: 10px;
    float: right;
}

p.backbtn {
    text-align: center;
}

.regpage {
    margin: 50px 0px;
}

.otpsechere {
    display: none;
}

.form-check {
    margin-top: 0px;
    font-size: 15px;
}

.post-job-wrapp .postajob .input-group .form-control,
.post-job-wrapp .postajob .input-group .form-select {
    width: 73%;
    margin: 0;
}

.post-job-wrapp .postajob .input-group .input-group-text {
    border: 1px solid #dbdbdb5c;
}

.talent-service-wrapp .postajob .form-group input {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 6px;
    border: 1px solid #7d73735c;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgb(55 170 225 / 9%);
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.border-radius-5-5-0-0 {
    border-radius: 5px 5px 0 0;
}

.job-description-wrapp {

    width: 100%;
    border-radius: 5px 5px 0 0;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 30px 25px;

}

.job-description-wrapp .savebtn,
.job-description-wrapp .applybtn {
    box-shadow: 1px 2px 3px #00000033;
    background: #078a29;
}

.job-description-wrapp .savebtn,
.job-description-wrapp .applybtn a,
.job-description-wrapp .savebtn a,
.job-description-wrapp .applybtn a,
.job-description-wrapp .applybtn a {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.description {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/**dashboard css**/
.dashboard-wrapp {
    width: 100%;
    padding: 50px 0px;
}

.dashboard-wrapp h3.articaltitle {
    font-size: 24px;
    margin-bottom: 14px;
    /* color: #37aae1; */
}

.dashboard-wrapp .card {
    margin-bottom: 24px;
    padding: 0;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    font-size: 14px;
    border-radius: 5px 5px 3px 3px;
    border: none;
}

.dashboard-wrapp .card .card-header {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #37aae1;
    padding: 7px 20px 10px;
    border-radius: 7px 7px 0 0;
    border: none;
}

.dashboard-wrapp .card .card-body {
    padding: 30px 25px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
}

.btn-subscribe {
    background: #ffffff;
    color: #37aae1;
    /* width: 40px; */
    border-radius: 100%;
    box-shadow: 0px 1px 6px #00000017;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-wrapp .card .card-body h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #1a1a1a;
    padding: 5px 20px 20px;
}

.dashboard-wrapp .card .card-body h5 span {
    color: #37aae1;
}

.dashboard-wrapp .card .card-body a {
    text-align: center;
    padding: 6px 24px;
    font-size: 15px;
    margin: auto;
    color: #fff;
    background-color: #37aae1;
    border: 1px solid #37aae17d;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.dashboard-wrapp .card .card-body a:hover {
    background-color: #ffffff;
    box-shadow: -1px 6px 20px rgb(55 170 225 / 15%);
    color: #37aae1;
    transform: translateY(-2px);
}

.dashboard-wrapp .profilejobpage {
    background: white;
    padding-top: 21px;
    margin-top: 0;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    border-radius: 5px 5px 3px 3px;
    border: none;
    margin-bottom: 21px;
    border-radius: 7px 7px 0 0;
}

.dashboard-wrapp .profilejobpage .upadtebtnprofile {
    background-color: #37aae1;
    border: 1px solid #37aae17d;
    border-radius: 4px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.dashboard-wrapp .sidebarsec .boxjobsummry {
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    border-radius: 5px 5px 3px 3px;
}

.dashboard-wrapp .sidebarsec .boxjobsummry h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #37aae1;
    padding: 7px 20px 10px;
    border-radius: 7px 7px 0 0;
    color: #fff;
}

/****/
.post-tabs-wrapp {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 0;
}

.post-tabs-wrapp .w-100 {
    display: flex;
    justify-content: space-between;
    background: #e6f0f9;
    padding: 10px 0 0;
    align-items: center;
}

.post-tabs-wrapp .w-100 .post-job {
    padding-right: 10px;
}

.post-tabs-wrapp .w-100 .post-job a {
    text-align: center;
    padding: 8px 20px;
    font-size: 15px;
    margin: auto;
    color: #fff;
    background-color: #37aae1;
    border: 1px solid #37aae17d;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.post-tabs-wrapp .w-100 .post-job a:hover {
    background-color: #ffffff;
    box-shadow: -1px 6px 20px rgb(55 170 225 / 15%);
    color: #37aae1;
    transform: translateY(-2px);
}

.post-tabs-wrapp .w-100 .nav li a.nav-link {
    background: transparent !important;
    color: #000 !important;
    padding: 10px 15px 20px;
    border-bottom: 4px solid transparent;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-tabs-wrapp .w-100 .nav li a.nav-link.active {
    background: transparent !important;
    color: #37aae1 !important;
    padding: 10px 15px 20px;
    border-bottom: 4px solid #37aae1;
}

.post-tabs-wrapp .tab-content>.active {
    display: block;
    padding: 0;
    box-shadow: inherit;
}

.post-tabs-wrapp .tab-content {
    padding: 25px 20px;
}

.post-tabs-wrapp .tab-content table {
    border-collapse: collapse;
    box-shadow: 0 5px 10px #e1e5ee;
    background-color: white;
    text-align: left;
    overflow: hidden;
    border: 1px solid #f3f3f3ee;

}

.post-tabs-wrapp .tab-content table>thead {
    vertical-align: middle;
    background: #f2f2f2;
    box-shadow: 1px 1px 12px 6px #00000017;
}

.post-tabs-wrapp .tab-content table tbody tr:first-child td {
    padding-top: 20px;
}

.post-tabs-wrapp .tab-content table th:first-child {
    border-radius: 12px 0 0 0;
}

.post-tabs-wrapp .tab-content table tr:nth-child(even),
.post-tabs-wrapp .tab-content table tr:nth-child(even) {
    background-color: #f4f6fb;
}

.post-tabs-wrapp .tab-content table th:last-child {
    border-radius: 0 12px 0 0;
}

.post-tabs-wrapp .tab-content table th {
    font-size: 14px;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    color: #ffffff;
    background: #2796cb;
    /* background: #f2f4f5; */
}

.post-tabs-wrapp .tab-content table tbody tr td {
    font-size: 14px;
}

/* .post-tabs-wrapp .tab-content table tbody tr td .btn-group a{
 margin-right: 4px;
} */
.post-tabs-wrapp .tab-content #heading {
    color: #37aae1;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}


/**** redesing css*****/
.about-thehive-wrapp {
    width: 100%;
    margin: 0;
    padding: 0 0 65px;
    background-color: var(--mid-color);

}

.about-thehive-wrapp .title,
.service-taas-wrapp .title,
.freelancer-wrapp .title {
    position: relative;
    color: #065287;
    text-align: center;
    font-family: inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.706px;

}

.about-thehive-wrapp .title:before,
.service-taas-wrapp .title:before,
.freelancer-wrapp .title:before {
    background-color: #37aae1;
}

/* .about-thehive-wrapp .title:before,
.service-taas-wrapp .title:before,
.freelancer-wrapp .title:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 70px;
  margin-left: -90px;
  bottom: 30px;
  background-color: #0c3f64;
} */

.about-thehive-wrapp .title:after,
.service-taas-wrapp .title:after,
.freelancer-wrapp .title:after {
    background-color: #37aae1;
}

/* .about-thehive-wrapp .title:after,
.service-taas-wrapp .title:after,
.freelancer-wrapp .title:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 70px;
  margin-left: 20px;
  bottom: 30px;
  background-color: #0c3f64;
} */

/* .about-thehive-wrapp .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  background: #37aae1;
  bottom: 5px;
  left: 50%;

  transform: translate(-50%, 0);

} */
.about-thehive-wrapp .description-details {
    /* font-family: 'Jost', sans-serif; */
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 85px;
    line-height: 28px;
    width: 72%;
    margin: auto;
    font-family: 'Montserrat';
}

.about-thehive-wrapp .category-card {
    text-align: center;
    box-shadow: rgb(100 100 111 / 7%) 0px 7px 15px 0px;
    padding: 30px 25px;

    margin-bottom: 30px;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
}

.about-thehive-wrapp .category-card i {
    font-size: 50px;
    color: #fd1616;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 1;
}

.about-thehive-wrapp .category-card .flaticon-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #fff;
    padding: 0;
    border-radius: 100%;
    box-shadow: -1px 1px 5px 3px #0000000f;
    margin-top: -75px;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-1 {
    background: #ff801d;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-2 {
    background: #6b55e4;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-2 img {
    width: 40%;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-3 {
    background: #37aae1;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-3 img {
    width: 50%;
}

.about-thehive-wrapp .category-card .flaticon-icon.bg-color-4 {
    background: #089f4b;
}

.about-thehive-wrapp .category-card .flaticon-icon img {
    width: 50%;
}

.about-thehive-wrapp .category-card h3 {
    color: #090e10;
    font-weight: 600;
    font-size: 18px;
    padding: 30px 0 12px;
    font-family: 'Montserrat';
    word-spacing: -1px;
}

.about-thehive-wrapp .category-card p {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Montserrat';
    padding-bottom: 24px;
}

.about-thehive-wrapp .category-card a {
    padding: 10px 0;
}

.about-thehive-wrapp .category-card:hover {
    /* border: 1px solid #37aae1; */
    box-shadow: 0 10px 30px rgb(55 170 225 / 9%);
    margin-top: -5px;
}

.build-brilliand-wrapp {
    padding: 60px 0;
    position: relative;
    min-height: 450px;
    background-image: url(../images/how-it-works.png);
    background-size: cover;
    position: relative;
}

.build-brilliand-wrapp::before {
    position: absolute;
    content: '';
    background: rgb(9 9 9 / 55%);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    z-index: -1;
}

.build-brilliand-wrapp .brilliant-team {
    width: 100%;
    flex-direction: column;
    display: flex;
    margin-top: 238px;

}

.build-brilliand-wrapp .work-item {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
}

.build-brilliand-wrapp .work-item .img-icon {
    position: relative;
}

.build-brilliand-wrapp .work-item .img-icon {
    border-radius: 100%;
    box-shadow: 0 0 8px 0 #ddd;
    height: 100px;
    justify-content: center;
    margin: auto;
    width: 100px;
    background: #fff;
}

.img-icon {
    align-items: center;
    display: flex;
}

.build-brilliand-wrapp .work-item>h5 {
    color: #fff;
    font-family: 'Jost', sans-serif;
    margin-bottom: 10px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 500;
}

.build-brilliand-wrapp .work-item>p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.build-brilliand-wrapp .work-item {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
}

.build-brilliand-wrapp .img-icon>span {
    background: transparent;
    border-radius: 100%;
    color: #37aae1;
    font-size: 40px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 36px;
    top: 29px;
    width: 30px;
}

.build-brilliand-wrapp .work-shap {
    background: rgba(0, 0, 0, 0) url(../images/work-shap.png) no-repeat scroll center 13px;
}

.build-brilliand-wrapp .brilliant-team h3 {
    padding: 0 10px 10px 0;
    margin: 0;
    color: #FCFCFC;
    text-align: center;
    font-family: inter;
    font-size: 78.136px;
    font-style: normal;
    font-weight: 700;
    line-height: 82.962px;
}

.build-brilliand-wrapp .brilliant-teams {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.build-brilliand-wrapp .brilliant-teams .brilliant-team p,
.build-brilliand-wrapp .brilliant-teams .brilliant-team h3 {
    text-align: left;
}

.build-brilliand-wrapp .brilliant-teams .brilliant-team a {
    margin: 0;
}

.build-brilliand-wrapp .brilliant-team p {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    padding: 0 0 18px;
    font-weight: 400;
    /* text-align: center; */
    font-family: 'Montserrat';
}

.build-brilliand-wrapp .brilliant-team a {
    background: #37aae1;
    text-align: left;
    margin: auto;
    width: 420px;
    flex-flow: row;
    justify-content: center;
    display: flex;
    color: var(--light-text-color, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 5px;
}

.build-brilliand-wrapp .brilliant-team a .rigthd {
    margin-top: 18px;
}

.build-brilliand-wrapp .smart-meet-conti-set {
    width: 100%;

}

.build-brilliand-wrapp .smart-meet-conti-set ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.build-brilliand-wrapp .smart-meet-conti-set li {
    counter-increment: my-awesome-counter;
    position: relative;
    /* padding-left: 0; */
    /* padding-bottom: 30px; */
    background: #fff;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 7px 6px 8px #05050536;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.build-brilliand-wrapp .smart-meet-conti-set li .applications-pro-text{
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-flow: row wrap;
}
.build-brilliand-wrapp .smart-meet-conti-set li .applications-pro-text li {
    width: 255px;
    display: inline-black !important;
    flex-flow: row wrap !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 2px 0px !important;
}
.build-brilliand-wrapp .smart-meet-conti-set li .icon-set {
    margin-right: 8px;
}

.build-brilliand-wrapp .smart-meet-conti-set li .icon-set img {
    width: 100%;
}

/* .build-brilliand-wrapp .smart-meet-conti-set li::before {
  content: counter(my-awesome-counter);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-right: 0.5rem;
  position: absolute;
  top: -16px;
  right: 10px;
  font-size: 21px;
  line-height: 30px;
  border: 4px solid #ffffff;
  background: #37aae1;
  box-shadow: 0px -2px 4px 5px #00000014;

} */

/* .build-brilliand-wrapp .smart-meet-conti-set li::after{
  content: "";
  height: 54px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 16px;
}
.build-brilliand-wrapp .smart-meet-conti-set li:last-child:after{
visibility: hidden;
} */
.brilliant-team .working-freelancer {
    color: #fff;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    padding: 0 10px 5px 0;
    margin: 0;
    text-align: left;
}

.brilliant-team .how-tass-work {
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
    padding: 0 0 27px;
    font-weight: 400;
    text-align: left;
}

.build-brilliand-wrapp .smart-meet-conti-set ol li h4 {
    margin: 0;
    color: var(--text-color, #252B42);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.build-brilliand-wrapp .smart-meet-conti-set ol li p {
    padding-bottom: 10px;
    color: #1D1D1D;
    font-family: inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.build-brilliand-wrapp .jb_cover {
    float: left;
    width: 100%;
}

.counter_2_bg img {
    position: absolute;
    top: -182px;
    left: -146px;
}

.build-brilliand-wrapp .counter_right_wrapper {
    padding-top: 0;
    position: relative;
}

.freelancer-wrapp {
    padding: 60px 0 60px;
}

.service-taas-wrapp .section-title {
    width: 100%;
}

.service-taas-wrapp .section-title h5 {
    text-align: left;
    color: #001935;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.service-taas-wrapp p {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    color: #1D1D1D;
    font-family: inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.service-taas-wrapp .section-title .title {
    text-align: left;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    padding: 0 10px 10px 0;
}

.service-taas-wrapp .process-menu {
    padding: 25px 0 0;
}

.service-taas-wrapp .process-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 1.5rem
}

.service-taas-wrapp .process-box .process-img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: rgba(118, 109, 244, .05)
}

.service-taas-wrapp .process-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.service-taas-wrapp .process-menu.nav-pills .nav-link {
    color: #314047;
    margin-bottom: 22px;
    position: relative;
    padding: 10px 0
}

.service-taas-wrapp .process-menu.nav-pills .nav-link .number {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(116, 120, 141, .15);
    color: #74788d;
    border-radius: 40px
}

.service-taas-wrapp .description-details,
.freelancer-wrapp .description-details {
    /* font-family: 'Jost', sans-serif; */
    font-family: 'Montserrat';

    font-size: 18px;
    font-weight: 300;
    padding: 0 0 45px;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin: auto;

}

.service-taas-wrapp .process-menu.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #37aae1;
}

.service-taas-wrapp .process-menu.nav-pills .nav-link.active .number {
    color: #fff;
    background-color: #37aae1;
}

.service-taas-wrapp .process-menu.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border: 1px dashed rgb(55 170 225 / 56%);
    height: 65px;
    left: 17px;
    top: 54px
}

.service-taas-wrapp .process-menu.nav-pills .nav-link:last-child::before {
    border: none
}

.service-taas-wrapp body[data-layout-mode=dark] .process-menu .nav-link {
    color: #fff
}

.service-taas-wrapp body[data-layout-mode=dark] .process-menu .nav-link.active {
    color: #766df4
}


.freelancer-wrapp .nav-list-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    box-shadow: 0 3px 10px 0 rgba(49, 64, 71, .08);
    border-radius: 38px;
    padding: 15px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.freelancer-wrapp .nav-list-menu .nav-item .nav-link {
    padding: 10px 18px;
    color: #314047;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px;
    text-transform: uppercase;
}

.freelancer-wrapp .nav-list-menu .nav-item .nav-link.active {
    color: #fff;
    background-color: #37aae1;
    border-radius: 24px;

}

.job-box {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .bookmark-label {
    width: 200px;
    position: absolute;
    top: -5px;
    left: -84px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    color: #fff;
    background: rgba(118, 109, 244, .15);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px
}

.job-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: #766df4
}

.job-box:hover .bookmark-label {
    background-color: #766df4
}

/* .bookmark-post .bookmark-label,.job-box.bookmark-post .bookmark-label {
  background-color: #766df4
}

.bookmark-post .favorite-icon a,.job-box.bookmark-post .favorite-icon a {
  background-color: #da3746;
  color: #fff;
  border-color: danger
} */
/*
.job-box .favorite-icon {
  position: absolute;
  top: 15px;
  right: 15px
}

body[data-layout-mode=dark] .job-list-menu {
  background-color: #283039
}

body[data-layout-mode=dark] .job-list-menu .nav-item .nav-link {
  color: #f8f9fa
}

body[data-layout-mode=dark] .side-bar .accordion .accordion-button {
  color: #f8f9fc
}

body[data-layout-mode=dark] .wedget-popular-title .popular-box {
  border-color: #3d454e
} */
.job-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: #766df4;
}

.job-box:hover .bookmark-label {
    background-color: #766df4;
}

.job-box .bookmark-label {
    width: 200px;
    position: absolute;
    top: -5px;
    left: -84px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    color: #fff;
    background: rgba(118, 109, 244, .15);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px;
}

.job-box {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

body[data-layout-mode=dark] .job-box:hover {
    border-color: #766df4
}

body[data-layout-mode=dark] .favorite-icon a {
    border-color: #3d454e
}

body[data-layout-mode=dark] .noUi-horizontal {
    background-color: #303841;
    border-color: #303841;
    -webkit-box-shadow: none;
    box-shadow: none
}


.wt-workholder {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.wt-workholder .wt-sectionhead .wt-description p {
    margin: 0;
    font-size: 16px;
    line-height: 26px
}

.wt-workdetails-holder {
    padding-top: 0;
    margin-top: -120px;
    position: relative
}

.wt-workdetails-holder:after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    background-size: 15px 40%;
    background-image: linear-gradient(to right, transparent 50%, #ddd 50%)
}

.wt-workdetails {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wt-workdetails-bordertwo,
.wt-workdetails-border {
    position: relative
}

.wt-workdetails-border:after,
.wt-workdetails-bordertwo:before {
    position: absolute;
    top: 30px;
    content: '';
    left: -128px;
    width: 230px;
    height: 98px;
    background: url(../images/line-01.png);
    background-repeat: no-repeat;
    background-size: 100%;

}

.wt-workdetails-bordertwo:before {
    background: url(../images/line-02.png);
    left: -124px;
    top: 30px;
    width: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.wt-workdetail {
    float: left;
    width: auto;
    padding: 20px;
    margin-bottom: 27px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    /* background:url(//amentotech.com/projects/elementor/wp-content/themes/workreap/images/work-icon/border-img.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.wt-workdetail figure {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wt-workdetail figure img {
    width: 40px;
    margin: 0 auto;
    display: block;
}

.wt-workdetails .wt-title span {
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    color: #001935;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.wt-workdetails .wt-title h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    /* font-family: 'Jost', sans-serif; */
    color: #6c757d !important;
    font-family: 'Montserrat';

}

.wt-workdetails .wt-title h3 a {
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.wt-workprocess {
    width: 100%;
    float: left;
    margin: 43px 0 0 0
}

.wt-howswork .wt-sectiontitle h2,
.wt-howswork .wt-sectiontitle span,
.wt-howswork .wt-description p {
    color: #fff
}

.wt-howswork .wt-sectiontitle {
    margin: 0 0 25px
}

.wt-howswork .wt-sectiontitle h2 {
    margin: 0 0 10px
}

.wt-howswork .wt-sectiontitle span {
    line-height: 22px
}

.wt-howswork .wt-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 23px
}

.wt-nativeholder {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.wt-nativeholder .wt-howswork {
    padding: 80px 0
}

.wt-nativeholder .wt-howswork .wt-sectiontitle {
    margin: 0 0 25px;
    padding: 0
}

.wt-nativeholder .wt-howswork .wt-sectiontitle:after {
    display: none
}

.wt-nativeholder .wt-howswork .wt-sectiontitle h2 {
    font-size: 40px;
    line-height: 40px
}

.wt-nativeholder .wt-howswork .wt-sectiontitle h3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400
}

.wt-appicons {
    width: 100%;
    float: left;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.wt-appicons li {
    border-radius: 5px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle
}

.wt-appicons li+li {
    margin-left: 27px
}

.wt-appicons li img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.wt-nativemobile {
    float: left;
    width: 100%;
    margin: 0 0 -122px
}

.wt-nativemobile figure {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1
}

.wt-nativemobile figure img {
    width: 920px;
    display: block;
    margin: 0 auto
}

.wt-topfreelancers {
    width: 100%;
    float: left
}

.wt-freelanceritems {
    width: 100%;
    float: left
}

.wt-freelanceritems .wt-userlistinghold .wt-userlistingcontent figure {
    margin: 0 0 20px !important;
    width: 100%;
    float: left
}

.wt-freelanceritems .wt-userlistingcontent .wt-viewjobholder .wt-freestars i {
    color: #fecb02
}

.permanent-wrapp,
.contact-wrapp {
    width: 100%;
    padding: 30px 0;

}


.permanent-wrapp img {
    width: 100%;
}

.contact-wrapp {
    padding: 60px 0px;
    background: #f6f6f6;
}

.contact-wrapp .container {
    width: 1100px;
}

.contact-wrapp h4 {
    font-size: 20px;
    color: #37aae1;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.contact-wrapp h2 {
    font-size: 24px;
    color: #091a22;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0 15px;
    position: relative;
    line-height: 28px;
    width: 80%;
}

.contact-wrapp p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #404046;
    line-height: 24px;
}

.contact-wrapp form {
    width: 96%;
    background: #fff;
    padding: 35px;
    box-shadow: rgb(100 100 111 / 13%) 3px 0px 20px 0;
    border-radius: 4px;
}

.contact-wrapp .form-control {
    box-shadow: -1px -1px 6px 0px #00000029;
    border: 1px solid #f3f3f3;
    padding: 11px 15px;
}

.contact-wrapp .mb-3 {
    margin-bottom: 1.5rem !important;
}

.contact-wrapp .btn-primary {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    border-radius: 2px;
    padding: 10px 0;
    width: 250px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.contact-wrapp .map {
    width: 100%;
    height: 355px;
}

.contact-wrapp .map img {
    width: 100%;
    height: 350px;
}

/***post project */

.breadcrumb-wrapp {
    background-image: url(../images/listing.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.breadcrumb-wrapp h4 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
}

.breadcrumb-wrapp ul {
    padding-top: 10px;
}

.breadcrumb-wrapp ul li {
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
}

.breadcrumb-wrapp ul li a {
    color: #fff;
}

.post-project-wrapp .post-form-wrapper {
    width: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0 0 50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.post-project-wrapp .post-form-wrapper form {
    padding: 10px 30px
}

.post-project-wrapp .post-form-wrapper h3 {
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}

.post-project-wrapp .post-form-wrapper .form-group {
    margin-bottom: 10px;
}

.post-project-wrapp .post-form-wrapper .form-group label {
    width: 100%;
    padding-bottom: 5px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    color: #535353;
}

.post-project-wrapp .post-form-wrapper .form-group input[type="text"],
.post-project-wrapp .post-form-wrapper .form-group input[type="email"],
.post-project-wrapp .post-form-wrapper .form-group input[type="date"],
.post-project-wrapp .post-form-wrapper .form-group input[type="time"],
.post-project-wrapp .post-form-wrapper .form-group input[type="number"],
.post-project-wrapp .post-form-wrapper .form-group select,
.post-project-wrapp .post-form-wrapper .form-group textarea {
    border: 1px solid #dadada;
    box-shadow: 0px 2px 7px 0px rgb(55 170 225 / 9%);
    color: #535353;
    border-radius: 6px;
    width: 100%;
    padding: 10px;


    margin-bottom: 15px;
}

.post-form-wrapper .custom-btn {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    border-radius: 4px;
    padding: 10px 38px;
    width: 250px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.post-project-wrapp .post-form-wrapper .form-group h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.post-project-wrapp .post-form-wrapper .form-group p {
    font-size: 14px;
    font-family: 'Montserrat';
    padding-bottom: 10px;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list {
    border: 1px solid #eee;

    padding: 10px;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list input {
    border: 1px solid #edeaea;
    box-shadow: inherit;
}

.post-project-wrapp .post-form-wrapper .form-group .suggest-list {
    width: 100%;
    padding: 4px 0 0;
}

.post-project-wrapp .post-form-wrapper .form-group .suggest-list h5 {
    font-size: 15px;
    padding: 4px 0;
}

.post-project-wrapp .post-form-wrapper .form-group .suggest-list h5 span {
    color: #d83886;
    margin: 0 5px;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list .skill-list-btn {
    padding: 0 0 10px;
    display: flex;
    flex-flow: row wrap;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list .skill-list-btn span,
.post-project-wrapp .post-form-wrapper .form-group .skill-list .skill-list-btn .alert-secondary {
    padding: 7px 30px 7px 20px;
    border: 1px solid #eee;
    background: #eee;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin-right: 5px;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list .skill-list-btn .alert-dismissible .btn-close {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 2;
    padding: 0;
}

.post-project-wrapp .post-form-wrapper .form-group .skill-list .skill-list-btn span i {
    margin-left: 4px;
}

.post-form-wrapper .custom-file {
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
    border: 2px dashed #e2e2e2;
    width: 100%;
}

.post-form-wrapper .custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.post-form-wrapper .custom-file img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.post-form-wrapper ul.file-list {
    font-family: arial;
    list-style: none;
    padding: 0;
}

.post-form-wrapper ul.file-list li {
    border-bottom: 1px solid #ddd;
    padding: 12px 5px;
    display: flex;
    justify-content: space-between;
}

.post-form-wrapper .remove-list {
    cursor: pointer;
    margin-left: 10px;
}

.post-project .post-form-wrapper .card-box {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 1px 15px #00000014;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.post-project .post-form-wrapper .card-box .icon {
    width: 50px;
    height: 50px;
}

.post-project .post-form-wrapper .card-box .icon img {
    width: 100%;
}

.post-project .post-form-wrapper .card-box .content {
    width: 80%;
}

.post-project .post-form-wrapper .card-box .content h5 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px;
    font-family: 'Poppins', sans-serif;
}

.post-project .post-form-wrapper .card-box .content p {
    font-size: 13px;
    text-align: justify;
}

.talent-service-wrapp {
    width: 100%;
    min-height: 450px;
    padding: 50px 0;
}
#result_here h6{
    font-weight: 700;
    line-height: 1.5;
}
.talent-service-wrapp .card {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    position: relative;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #37aae1 !important;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: none;


}

.talent-service-wrapp .card h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 12px 9px;
    position: relative;
    margin-bottom: -2px;
    color: #37aae1 !important;
    width: 100%;
    margin-left: 10px;

}

.talent-service-wrapp .post-job {
    padding: 5px 0 0;
    display: flex;
    justify-content: flex-end;
    width: 90%;
}

.talent-service-wrapp .post-job a {
    text-align: center;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #37aae1;
    border: 2px solid #37aae1;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-weight: 300;
    text-transform: capitalize;
}

.talent-service-wrapp .post-job a:hover {
    background-color: #fff;
    border: 2px solid #37aae1;
    color: #37aae1;
}

.talent-service-wrapp table,
.job-list-set table {
    border-collapse: collapse;
    box-shadow: 0 5px 10px #e1e5ee;
    background-color: white;
    text-align: left;
    overflow: hidden;
    border: 1px solid #f3f3f3ee;
}

.talent-service-wrapp table thead,
.job-list-set table thead {
    box-shadow: 0 5px 10px #e1e5ee;
}

.talent-service-wrapp table th,
.job-list-set table th {
    padding: 15px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    background: #2796cb;

}

.talent-service-wrapp table th:first-child {
    border-radius: 12px 0 0 0;
}

.talent-service-wrapp table th:last-child {
    border-radius: 0 12px 0 0;
    width: 140px;
}

.job-list-set table th {
    padding: 15px 15px;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 400;
    /* background: #f2f4f5;*/
}

.talent-service-wrapp table td,
.job-list-set table td {
    padding: 15px 8px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.talent-service-wrapp table td .btn-group a {
    color: #fff;
}

.talent-service-wrapp table td .btn-group a.btn-warning {
    color: #000;
}

.job-list-set table td {
    padding: 15px 15px;
    font-size: 14px;
}

.talent-service-wrapp table a {
    text-decoration: none;
    color: #2962ff;
}

.talent-service-wrapp table .status-pending {
    background-color: #fff0c2;
    color: #a68b00;
}

.talent-service-wrapp table .status-paid {
    background-color: #c8e6c9;
    color: #388e3c;
}

.talent-service-wrapp table .status-unpaid {
    background-color: #ffcdd2;
    color: #c62828;
}

.talent-service-wrapp table .amount {
    text-align: right;
}

.talent-service-wrapp table tr:nth-child(even),
.job-list-set table tr:nth-child(even) {
    background-color: #f4f6fb;
}

.postingsjobsec {
    padding: 0 15px;
}

/****/
@media only screen and (max-width:1024px) {

    .banner-wrapp .carousel-control-next,
    .banner-wrapp .carousel-control-prev {
        top: 37%;
    }

    .contact-wrapp .container {
        width: 100%;
    }

    /***headercss***/
    .mb-d-none {
        display: none;
    }

    header nav.navbar {
        position: static !important;
        padding: 8px 15px !important;
    }

    .navbarsec {
        display: block;
        position: static !important;

    }

    header .navbar-light .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255);
        width: 50px;
        background: #fff;
        display: flex;
        justify-content: center;
    }

    header .show#navbarSupportedContent {
        top: 0;
        position: fixed;
        left: 0;
        transition: all 0.45s;
        -webkit-transition: all 0.45s;
        opacity: 1;
        -moz-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    header #navbarSupportedContent {
        left: -255px;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    .mb-search-form {
        margin: 10px 0;
    }

    header a.nav-link {
        color: #000 !important;
    }

    header li.nav-item {
        margin: 0;
        color: #000 !important;
        /* font-weight: 600; */
        border-bottom: 1px solid #00000017;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 400;
    }


    header li:first-child.nav-item {
        border-top: 1px solid #00000017;
    }

    header .needhelp li:first-child {
        border-top: none;
    }

    header .needhelp li .nav-link {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    header .needhelp li .nav-link .help-text {
        color: #37aae1;
        font-size: 18px;
    }

    header .needhelp li .nav-link .help-numb {
        font-size: 18px;
        color: #000 !important;
        padding: 1px 0 6px;
    }

    header #navbarSupportedContent .mb-navclose {
        width: 30px;
        height: 30px;
        background: #37aae1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin: 5px 10px;
    }


    /**header end**/
    /*footer css**/
    footer .top-footer .row {
        display: flex;
        flex-wrap: wrap;
        /* width: 100%; */
    }

    footer .top-footer .row .col-wd-25 {
        width: 50%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .overlayNav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        display: none;
        background: #00000063;
        height: 100vh;
    }

    .overlayNav.show {
        display: block;
    }

    /**footer end**/
    /*****home page landing css*****/
    .about-thehive-wrapp .title:before,
    .service-taas-wrapp .title:before,
    .freelancer-wrapp .title:before {
        position: absolute;

        width: 34px;
        margin-left: -50px;
        bottom: 30px;
    }

    .about-thehive-wrapp .title:after,
    .service-taas-wrapp .title:after,
    .freelancer-wrapp .title:after {

        width: 30px;
        margin-left: 20px;
        bottom: 30px;

    }

    .contact-wrapp fieldset {
        width: 100%;
    }

    .about-thehive-wrapp .category-card h3 {

        font-size: 16px;
        padding: 24px 0 10px;

    }

    .about-thehive-wrapp .description-details {
        font-size: 13px;
        padding: 0 0 60px;
        line-height: 26px;
        width: 100%;
    }

    .about-thehive-wrapp .title,
    .service-taas-wrapp .title,
    .freelancer-wrapp .title {
        font-size: 23px;
        padding: 0 0 15px;
    }

    .brilliant-team h2 {
        font-size: 42px;
        font-weight: bold;
        color: #fff;

    }

    .build-brilliand-wrapp .brilliant-teams .brilliant-team p {
        font-size: 15px;
        padding: 0 10px 16px 0;
    }

    .build-brilliand-wrapp .brilliant-teams .brilliant-team a {
        margin: 0 auto;
    }

    .build-brilliand-wrapp .brilliant-team h3 {

        padding: 23px 10px 10px 0;
        margin: 0;
        text-align: left;
    }

    .wt-workdetails-border:after,
    .wt-workdetails-bordertwo:before {
        display: none;
    }

    .contact-wrapp h2 {
        font-size: 18px;
        padding: 10px 0 15px;
        position: relative;
        line-height: 20px;
        width: 100%;
    }

    .about-thehive-wrapp .description-details {
        font-size: 15px;
        padding: 0 0 60px;
        line-height: 28px;
        width: 100%;
    }

    .about-thehive-wrapp .category-card .flaticon-icon {
        width: 75px;
        height: 75px;
        margin-top: -60px;
    }

    .about-thehive-wrapp .category-card {
        text-align: center;
        padding: 30px 23px;
        margin-bottom: 66px;
        border: 1px solid transparent;
        border-radius: 6px;
        transition: .5s;
        box-shadow: rgb(17 12 46 / 7%) 1px 20px 20px 0px;

    }

}


/**********/
.ps-section__content {
    text-align: center;
}

.ps-block--process-2 {
    display: inline-block;
    margin: 0 auto;
}

.ps-block--process-2 {
    position: relative;
}

.ps-block--process-2 .step-1 {
    top: -36px;
    left: 219px;
}

.ps-block--process-2 figure {
    position: absolute;
    text-align: center;
}

figure {
    margin: 0;
}

.ps-block--process-2 figure figcaption {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.ps-block--process-2 .step-2 {
    top: 144px;
    right: -133px;
}

.ps-block--process-2 p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #37aae1;
    background: #ffffff;
    padding: 4px 15px;
    border-radius: 29px;
    box-shadow: 0px 6px 20px 5px #00000000;
    border: 2px solid #37aae1;
}

.ps-home-process .ps-section__content {
    text-align: center;
}

.ps-home-process .ps-block--process-2 {
    display: inline-block;
    margin: 0 auto;
}

.ps-block--process-2 .step-3 {
    bottom: 204px;
    left: 19px;
}

.ps-block--process-2 figure figcaption {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.ps-block--process-2 .step-4 {
    bottom: -33px;
    right: -10px;

}

.ps-block--process-2 figure figcaption span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37aae1;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
}

.job-boarding-wrapp {
    border-top: 1px solid #e6e6e6ee;
    padding: 50px 0 80px;

}

/**taas form multipal select drop**/
.multiselect-dropdown {
    display: inline-block;
    width: 100% !important;
    padding: 8px 20px !important;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder {
    margin-right: 0.5em;
    margin-bottom: 2px;
    padding: 1px 0;
    border-radius: 4px;
    display: inline-block;
}

.multiselect-dropdown span.optext {
    background-color: #eeeeee;
    padding: 1px 0.75em;
}

.multiselect-dropdown span.optext .optdel {
    float: right;
    margin: 0 -6px 1px 5px;
    font-size: 0.7em;
    margin-top: 2px;
    cursor: pointer;
    color: #666;
}

.multiselect-dropdown span.optext .optdel:hover {
    color: #c66;
}

.multiselect-dropdown span.placeholder {
    color: #ced4da;
}

.multiselect-dropdown-list-wrapper {
    box-shadow: #8080802e 0 3px 8px;
    z-index: 100;
    padding: 2px;
    border-radius: 0 0 4px 4px !important;
    border: solid 1px #ced4da;
    display: none;
    margin: -1px;
    position: absolute;
    top: 50px !important;
    left: 0;
    right: 0;
    background: white;


}

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
    margin-bottom: 5px;
}

.multiselect-dropdown-list {
    padding: 2px;
    height: 15rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #bec4ca;
    border-radius: 3px;
}

.multiselect-dropdown-list div {
    padding: 5px;
}

.multiselect-dropdown-list input {
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.35em;
}

.multiselect-dropdown-list div:hover {
    background-color: #ced4da;
}

.multiselect-dropdown span.maxselected {
    width: 100%;
}

.multiselect-dropdown-all-selector {
    border-bottom: solid 1px #999;
}

.padd-10-30 {
    padding: 10px 30px !important;
}

#subscribeModal .modal-content {
    border: none;
}

#subscribeModal .modal-footer {
    align-items: center;
    justify-content: center;
}

#subscribeModal .modal-footer .btn-primary {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    border-radius: 24px;
    padding: 5px 20px;
    box-shadow: 2px 7px 4px #00000014;
}

#subscribeModal .modal-header .btn-close {
    background-color: #fff;
}

#subscribeModal .modal-footer .btn-secondary {
    color: #fff;
    background-color: #dc0307;
    border-color: #dc0307;
    padding: 5px 20px;
    border-radius: 24px;
    box-shadow: 2px 7px 4px #00000014;
}

.request-taas-list {
    width: 100%;
    padding: 5px 20px;
}

.request-taas-list .card {
    width: 100%;
}

.request-taas-list table thead th {
    background: #eee;
}

.request-taas-list table thead th {
    padding: 10px 5px;
}

.blue-color {
    background: #2196f3;
}

.teal-color {
    background: #009688;
}

.green-color {
    background: #45cb85;
}

.gray-light {
    background: #f2f2f7;
}

.yellow-light {
    background: #ffbe0b;
}

.red-light {
    background: #f06548;
}

.count-set {
    width: 100%;
    border-radius: 4px !important;
    padding: 0 !important;
    border: none !important;
    background: #fcfcfc;
    display: flex;
    align-items: stretch;
}

.count-set .card-body h3 {
    font-size: 22px;
    color: #0d76a8;
    font-weight: 600;
}

.count-set .card-body p {
    font-size: 16px;
    font-weight: 500;
    height: 45px;
}

.count-set .card-body .width-50-heigt-50 {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.count-set .card-body .width-50-heigt-50 img {
    width: 100%;
    padding: 5px;
}

.count-set .card-body .counter-value {
    color: #000;
}

.notifaction-dashboard {
    box-shadow: rgba(0, 0, 0, 0.25) 1px 4px 20px -12px;
    width: 100%;
    border-radius: 4px !important;
    padding: 0 !important;
    border: none !important;

    display: flex;
    align-items: stretch;
}

.notifaction-dashboard .card-header {
    box-shadow: 1px 3px 16px 2px #0000000f;
}

.notifaction-dashboard .card-header h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 5px;
}

.notifaction-dashboard ul {
    display: flex;
    flex-direction: column;
    max-height: 330px;
    overflow-y: auto;

}

.notifaction-dashboard ul li {
    list-style: none;
    padding: 10px 25px;
    border-top: 1px solid #eee;
}

.notifaction-dashboard ul li h4 {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    font-weight: 200;
    text-transform: capitalize;
    color: #656565;
}

.notifaction-dashboard ul li .date-time {
    display: flex;
    padding: 10px 0;
}

.notifaction-dashboard ul li .date-time span {
    padding-right: 10px;
    color: #353535;
    font-weight: 300;
    font-size: 13px;
}

.notifaction-dashboard ul li .date-time span i {
    padding-right: 5px;
    color: #008cfc;
    font-size: 14px;
}

.pie-chart-set {
    box-shadow: rgba(0, 0, 0, 0.25) 1px 4px 20px -12px;
    padding: 26px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: stretch;
    min-height: 407px;
    flex-direction: column;
}

.pie-chart-set .card-header {
    box-shadow: 1px 3px 16px 2px #0000000f;
    margin-bottom: 20px;
}

.pie-chart-set .card-header h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 5px;

}

.jobboard-set .post-job {
    padding: 0px 0 0;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.jobboard-set table a {
    color: #fff;
}

.jobboard-set table .btn-info:focus,
.jobboard-set table .btn-info:hover {
    color: #fff;
}

.jobboard-set .tab-content table th {
    font-size: 12px;
    padding: 17px 15px;
}

.jobboard-set .tab-content table {
    border-collapse: collapse;
    box-shadow: 0 5px 10px #e1e5ee;
    background-color: white;
    text-align: left;
    overflow: hidden;
    border: 1px solid #f3f3f3ee;
    width: 1800px;
}

.talent-service-wrapp .card-headers {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    background: #e6f0f9;
    padding: 10px 0 10px;
    align-items: center;
}

.profilejobseekar .btn-primary {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    border-radius: 4px;
    padding: 10px 38px;
    width: 180px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.loader {
    position: fixed;
    left: 0px;
    right: 0px;
    background: #000;
    top: 0px;
    bottom: 0px;
    z-index: 999999;
    opacity: 0.7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.subspackage-wrapp {
    width: 100%;
    padding: 50px 0 100px;
}

.subspackage-wrapp .pricingTable {
    position: relative;
    overflow: hidden;
    padding-top: 60px;

}

.subspackage-wrapp .pricingTable .pricingTable-details {
    width: 100%;
    padding: 25px;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #fff;
    text-align: center;
    border-radius: 30px;

    min-height: 430px;
}

/* .subspackage-wrapp .pricingTable .pricingTable-details:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    transform: rotate(-42deg);
    top: 48%;
    left: -77px;

    border-radius: 25px;
} */

.subspackage-wrapp .pricingTable .pricingTable-details:after {
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    transform: rotate(-42deg);
    top: 48%;
    right: -77px;
    border-radius: 25px;
    z-index: 1;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass {
    border: 1px solid #e1e1e1;
}

/* .subspackage-wrapp .pricingTable .pricingTable-details.tass:hover {
    border: 1px solid #37aae1;
    cursor: pointer;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass:hover .pricing-icon {
    background: #37aae1;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass:hover .pricing-icon i {
    color: #fff;
} */

.subspackage-wrapp .pricingTable .pricingTable-details.tass:before {
    background: #37aae1;
    display: none;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass:after {
    background: #37aae1;
    display: none;
}

/* .subspackage-wrapp .pricingTable .pricingTable-details.tass:hover:before,
.subspackage-wrapp .pricingTable .pricingTable-details.tass:hover:after {
    background: #37aae1;
    display: block;
} */

.subspackage-wrapp .pricingTable .pricingTable-details.tass .pricing-icon {
    background: #ffffff;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass .pricingTable-signup a:hover {
    background: linear-gradient(200deg, rgb(0 129 190) -0.63%, rgb(3 172 253) 107.47%);
    color: rgb(255, 255, 255);
    border: 1px solid #37aae1b5;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 32px 13px, rgba(0, 0, 0, 0.05) 0px 18px 11px, rgba(0, 0, 0, 0.09) 0px 8px 8px, rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 0px 0px;
}

.subspackage-wrapp .pricingTable .pricingTable-header {
    margin: 0 0 20px;
}

.subspackage-wrapp .pricingTable .pricingTable-details .pricing-icon {

    line-height: 58px;
    height: 90px;
    width: 90px;
    margin: 0 auto 25px;
    background: white;
    padding: 22px;
    box-shadow: 2px 2px 10px 1px #e3e3e3a6;
    transform: rotate(45deg);
    border-radius: 15px;
    margin-top: -70px;
    border: 1px solid #e3e3e3;
}

.subspackage-wrapp .pricingTable .pricingTable-details.tass .pricing-icon i {
    transform: rotate(313deg);
    color: #37aae1;
    font-size: 35px;
}

.subspackage-wrapp .pricingTable .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 25px 0 0;
    color: #37aae1;
    font-family: 'Montserrat';
    word-spacing: -1px;
    text-align: center;
}

.subspackage-wrapp .pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
    min-height: 175px;
}

.subspackage-wrapp .pricingTable .pricing-content p {
    padding: 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
    color: #353535;
    text-align: center;
    font-family: 'Montserrat';
}

.subspackage-wrapp .pricingTable .pricing-content li {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: .5px;
    margin: 0 0 7px;
}

.subspackage-wrapp .pricingTable .pricing-content li:last-child {
    margin: 0;
}

.subspackage-wrapp .pricingTable .price-value {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}

.subspackage-wrapp .pricingTable .price-value span {
    color: #777;
    font-size: 25px;
    font-weight: 600;
}

.subspackage-wrapp .pricingTable .pricingTable-signup a {
    transition: all 0.5s ease 0s;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 40px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 32px 13px, rgba(0, 0, 0, 0.05) 0px 18px 11px, rgba(0, 0, 0, 0.09) 0px 8px 8px, rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 0px 0px;

}

.subspackage-wrapp .pricingTable .pricingTable-details.tass .pricingTable-signup a {
    border: 1px solid #37aae1;
    color: #7a7a7a;

}

.subscription-modal .modal-content {
    border: none;
}

.subscription-modal .modal-content .modal-header .btn-close {
    background-color: #fff;
}

.post-list-sect .card {
    padding: 0;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    font-size: 14px;
    border-radius: 5px 5px 3px 3px;
    border: none;
}

.post-list-sect .card .card-header {
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.post-list-sect .card .card-header .form-select {
    width: 250px;
    border: none;
    border-radius: 24px;
    margin-right: 10px;

}

.post-list-sect .card .card-header span {
    font-weight: 400;
    font-size: 14px;
}

.post-list-sect .card .card-body {
    padding: 0;
}

.post-list-sect .card .card-body .list-group .list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;

}

.post-list-sect .card .card-body .list-group .list-group-item:last-child {
    border-bottom: none;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 15px;

}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary {
    width: 85%;

}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-heading {
    display: flex;
    padding: 0 0 10px;
    align-items: center;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-heading span {
    padding: 0 10px;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-heading a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #1a1a1a;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-heading .JobSearchCard-primary-heading-days {
    font-weight: 600;
}

.JobSearchCard-primary-heading-status {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    color: #5dc26a;
    font-weight: 700;
    margin-left: 0;
    font-family: 'Montserrat';
}

.Icon.is-success {
    fill: #5dc26a;
}

.Icon.is-success {
    fill: #5dc26a;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary {
    width: 15%;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary-description {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-bottom: 16px;
    max-height: 98px;
    overflow: hidden;
    word-break: keep-all;
    /* word-wrap: break-word; */
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';
    text-align: justify;

}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary {
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table-cell;
    padding-right: 24px;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-tagsLink {
    margin-bottom: 8px;
    margin-right: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #139ff0;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-primary .JobSearchCard-primary-hidden {
    display: none;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary .JobSearchCard-secondary-price {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Montserrat';
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary .JobSearchCard-secondary-entry {
    font-size: 14px;
    padding: 3px 0;
    line-height: 1.43;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary .btn-success {
    background: #4fb55d;
    border: 1px solid #4fb55d;
    color: #F7F7F7;
    font-weight: 400;
    text-shadow: 0 -1px transparent;
    visibility: hidden;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary .btn-success:hover {
    background: #5dc26a;
    border-color: #5dc26a;
    color: #F7F7F7;
}

.post-list-sect .card .card-body .list-group .list-group-item .JobSearchCard-item-inner .JobSearchCard-secondary .btn-mini {
    padding: 4px 12px;
    font-size: 13px;
    font-size: .8125rem;
    border-radius: 0;
    font-weight: 400;
}

.post-list-sect .card .card-body .list-group .list-group-item:hover .JobSearchCard-item-inner .JobSearchCard-secondary .btn-success {
    visibility: visible;
    cursor: pointer;
}

.search-bid-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12), 0 4px 10px 0 rgba(0, 0, 0, .16);
    padding: 5px;
}

.search-bid-list input {
    width: 89%;
    padding: 10px 15px;
    border: none;
}

.search-bid-list .btn-success {
    width: 10%;
    border-radius: 0;
    background: #37aae1;
    border-color: #37aae1;
    font-size: 20px;
    font-weight: 500;
}

.postlist-details-wrapp .PageProjectViewLogout-sideContent {
    width: 100%;
    background: #fff;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
}

.postlist-details-wrapp .post-list-details {
    width: 100%;
    padding: 0;
    box-shadow: -2px 4px 17px 3px rgb(0 0 0 / 5%);
    font-size: 14px;
    border-radius: 5px 5px 3px 3px;
    border: none;
}

.postlist-details-wrapp .post-list-details.card .card-header {
    font-weight: bold;
    color: #fff;
    background: #37aae1;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.postlist-details-wrapp .post-list-details.card .card-header h1 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    width: 85%;

}

.postlist-details-wrapp .post-list-details.card .card-header .paid-del {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.postlist-details-wrapp .post-list-details.card .card-header .paid-del .paidMount {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.postlist-details-wrapp .post-list-details.card .card-header .paid-del .paymentInfo {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Montserrat';
}

.postlist-details-wrapp .post-list-details.card .card-body .openDayEnd {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.postlist-details-wrapp .post-list-details.card .card-body .openDayEnd ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.postlist-details-wrapp .post-list-details.card .card-body .openDayEnd ul li {
    list-style: none;
    padding: 0 20px 10px 0;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat';

}

.postlist-details-wrapp .post-list-details.card .card-body .openDayEnd ul li .promotionTagopen {
    background: rgba(229, 255, 226, .5);
    color: #023815;
    font-size: 14px;
    padding: 2px;
}

.postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail {
    width: 100%;
}

.postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail p {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;

}

.postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail ul {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail ul li {
    list-style: none;

}

.postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail ul li a {
    border: 1px solid #eee;
    border-radius: 8px;
    color: #333;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 4px 12px;
}

/* .postlist-details-wrapp .post-list-details.card .card-body .PageProjectView-detail ul li a:hover{

} */
.postlist-details-wrapp .post-list-details.card .card-body .aboutpronect-detaisummary {
    width: 100%;
    padding: 10px 0;
}

.postlist-details-wrapp .post-list-details.card .card-body .aboutpronect-detaisummary .aboutpronect-detaisummaryheading {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Montserrat';
}

.postlist-details-wrapp .post-list-details.card .card-body .aboutpronect-detaisummary ul {
    display: flex;
    flex-direction: row;
}

.postlist-details-wrapp .post-list-details.card .card-body .aboutpronect-detaisummary ul li {
    list-style: none;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.postlist-details-wrapp .post-list-details.card .card-body .aboutpronect-detaisummary ul li .Icon-image {
    fill: #000;
    margin-right: 8px;
}

.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card,
.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .benefitsFreelancer {
    width: 100%;
    padding: 10px 0 0;
}

.postlist-details-wrapp .post-list-details.card .Card-footer {
    padding-bottom: 30px;
}

.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card h3,
.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .benefitsFreelancer h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Montserrat';
}

.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form {
    width: 100%;
}

.postlist-details-wrapp .post-list-details.card .Card-footer,
.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form label {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat';
    padding: 10px 0 5px;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form input[type="text"],
.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form input[type="email"] {
    width: 100%;
    padding: 10px 25px 10px 10px;
    border: 1px solid #d7d3d3;
    box-shadow: 3px 2px 14px 0px #00000014;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card button {
    width: 100%;
    margin: 10px 0;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card button.btn-info {
    color: #fff;
    background-color: #37aae1;
    border-color: #37aae1;
    box-shadow: 1px 6px 12px #0000001f;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form .input-group {
    position: relative;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .placeBid-card .form .input-group .add-on {
    right: 1px;
    background: #eee;
    padding: 10px;
    top: 1px;
    position: absolute;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .benefitsFreelancer ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.postlist-details-wrapp .post-list-details.card .Card-footer .benefitsFreelancer ul li {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.postlist-details-wrapp .post-list-details.card .Card-footer .benefitsFreelancer ul li span {
    font-weight: 600;
    font-size: 14px;
}

.postlist-details-wrapp .PageProjectViewLogout-sideContent h3 {

    background: #e6f0f9;
    font-size: 20px;
    padding: 25px 12px;
    font-weight: bold;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 7px 7px 0 0;
    font-weight: 600;
}

.postlist-details-wrapp .post-list-details.card .freelancersAverage {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 20px;
}

.PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo {
    padding: 0 0 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.postlist-details-wrapp .post-list-details.card .freelancersAverage .PageProjectViewLogout-bids {
    width: 100%;
    padding: 0 50px;
}

.postlist-details-wrapp .post-list-details.card .freelancersAverage .PageProjectViewLogout-bids .Card-header .Card-heading {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;

}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-image {
    width: 12%;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-image .imageThumbnail {
    width: 100%;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-image .imageThumbnail img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content {
    width: 86%;
    display: flex;
    justify-content: space-between;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-primary {
    width: 60%;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-primary .FreelancerInfo-username {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-about {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;
    text-align: justify;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-secondary {
    width: 33%;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-secondary .FreelancerInfo-price {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-secondary .FreelancerInfo-price .FreelancerInfo-price-detail {
    font-weight: 500;
}

.freelancersAverage .PageProjectViewLogout-bids .Card-body .PageProjectViewLogout-freelancerInfo .FreelancerInfo .FreelancerInfo-body .FreelancerInfo-content .FreelancerInfo-text-secondary .FreelancerInfo-review {
    display: flex;
    justify-content: flex-start;
}

#half-stars-example {
    width: auto;
}

#half-stars-example .rating-group {
    display: inline-flex;
}

#half-stars-example .rating__icon {
    pointer-events: none;
}

#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 2.1px;
    font-size: 15px;
}

#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -20px;
    z-index: 2;

}

#half-stars-example .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo {
    padding: 20px 15px;
    width: 100%;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Montserrat';
    font-style: normal;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .name-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .name-title .title-reputation-item-text {
    padding: 0px 7px 0;
    line-height: 30px;
    margin-top: -3px;
    font-weight: 600;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .PageProjectViewUserReview {
    display: flex;
    padding: 5px 0 15px;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .PageProjectViewUserReview .reviewCount {
    font-weight: 600;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .ReviewViewDatTime {
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 100%;
}

.PageProjectViewLogout-sideContent .aboutClinent .aboutClient-employerInfo .ReviewViewDatTime span {
    padding-right: 6px;
}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification {

    display: flex;
    flex-direction: column;
    padding: 0 15px;

}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Montserrat';
    font-style: normal;
}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification ul li {
    list-style-type: none;
    padding: 5px 21px 15px 0;

}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification ul li .Icon {
    fill: #5dc26a;
}

.PageProjectViewLogout-sideContent .aboutClinent .profile-verifiedverification ul li:nth-child(1) .Icon {
    fill: #000;
}

.PageProjectViewLogout-sideContent .aboutClinent .PageProjectViewLogout-links {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section {
    width: 100%;
    padding: 10px 20px 15px;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Montserrat';
    font-style: normal;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section .jobsList {
    display: flex;
    flex-direction: column;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section .jobsList li {
    list-style-type: none;
    padding: 0 0 15px;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section .jobsList li a {
    display: flex;
    flex-direction: column;
}

.PageProjectViewLogout-sideContent .aboutClinent .Samilarjob-section .jobsList li a .jobsList-item-title {
    font-weight: 600;
}

.postlist-details-wrapp {
    padding: 0 0 50px;
    width: 100%;
}

.post-project .post-form-wrapper .radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-flow: row wrap;
}

.post-project .post-form-wrapper .radio label .card-box {
    margin-bottom: 0;
}

.post-project .post-form-wrapper .radio label {
    margin-bottom: 10px;
    width: 49%;
}

.post-project .post-form-wrapper .radio input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    font-size: 13px;
}

.post-project .post-form-wrapper .radio input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}

.post-project .post-form-wrapper .radio input[type="radio"] {
    display: none !important;
    display: inline;
}

.post-project .post-form-wrapper .radio input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #37AAE1;
    background-color: transparent;
    border-radius: 0;
}

.post-project-wrapp .post-form-wrapper .custom-btn {
    width: auto;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.emoji>svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

#rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px);
}

#rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px);
}

#rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px);
}

#rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px);
}

#rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px);
}

.feedback {

    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

/* ====================================== */
/* -----------------------------------Emplayee Page Start-------------------------------------*/
.emaployee-page-cover {
    background-image: url(../images/emaployee-banner.jpg);
    background-size: cover;
    color: #fff !IMPORTANT;
    height: 550px;
    position: relative;
    padding: 124px 0px 100px;
}

.emaployee-page-cover .best-hires {
    width: 100%;
}

.emaployee-page-cover .best-hires h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800;
}

.emaployee-page-cover .best-hires p {
    margin: 15px 0px;
}

.emaployee-page-cover .best-hires span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.emaployee-page-cover .best-hires a {
    margin-top: 20px;
}

.emaployee-page-cover .best-hires .btn-get {
    padding: 18px 55px;
    display: inline-block;
    text-align: center;
    background-color: #37aae1;
    border-radius: 8px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

/* --------------------Banner section end ----------------------*/


.talent-candidates {
    padding: 50px 0px;
}

.talent-candidates .title-section {
    margin: 0px 0px 45px 0px;
    text-align: center;
}

.talent-candidates .title-section h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #37aae1;
    line-height: 1.5;
    font-size: 28px;
}

.talent-candidates .quality-main {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    margin: 15px 0px;
    position: relative;
    border-radius: 10px;
}

.talent-candidates .quality-main h4 {
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    font-size: 22px;
    color: #37aae1;
}

.talent-candidates .quality-main p {
    margin: 10px;
    text-align: center;
}

.talent-candidates .quality-main .read-btn {
    margin: 20px;
    text-align: center;
}

.talent-candidates .quality-main .read-btn a {
    padding: 10px 20px;
    color: white;
    display: inline-block;
    background-color: #37aae1;
    border-radius: 8px;
}

.talent-candidates .quality-main .quality-icon {
    position: relative;
    text-align: center;
}

.talent-candidates .quality-main .quality-icon img {
    border-radius: 50%;
    height: 90px;
    padding: 14px;
    width: 90px;
    background-color: #0a2c4f;
}

.talent-candidates .quality-main:hover {
    transition: 0.5s;
    transform: translate(0, -10px);
}

.talent-candidates .quality-main:hover h4 {
    color: #03090c;
}

.talent-candidates .quality-main:hover .read-btn a {
    background-color: #757c7f;
}

/* --------------------talent-candidates section end ----------------------*/
.fast-essy {
    margin: 40px 0px;
    padding: 63px 0px;
    text-align: center;
    background-color: #0b528a;
}

.fast-essy h2 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

.fast-essy-solutions {
    margin: 40px 0px;
}

.fast-essy-solutions .solutions-main {
    margin: 15px;
    padding: 15px;
}

.fast-essy-solutions .solutions-main p {
    margin-top: 15px;
}

/* .fast-essy-solutions .solutions-main:hover{
  border: 1px dashed;
} */
.fast-essy-solutions .solutions-main .solutions-icon {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.fast-essy-solutions .solutions-main h4 {
    margin-left: 20px;
}

.fast-essy-solutions .dashed {
    border-right: 3px solid #c8c1c1;
}

/* --------------------fast-essy section end ----------------------*/


.partner-main .partner-section {
    margin: 0px 0px 20px 0px;
}

.partner-main {
    padding: 60px 0px;
    background-color: #ebebed;
}

.partner-main .partner-section h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #37aae1;
}

.partner-main ul {
    margin-left: 15px;
}

.partner-main ul li {
    list-style: disc;
    font-size: 18px;
    font-weight: bold;
    color: #37aae1;
    line-height: 1.9;
}

/* --------------------partner-main section end ----------------------*/

/* -----------------------------------Emplayee Page End-------------------------------------*/


/* -----------------------------------job-seeker Page Start-------------------------------------*/
.job-seeker {
    background-image: url(../images/job-shekhar-banner.png);
    background-size: cover;
    height: 430px;
    background-repeat: no-repeat;
}

.find-the-condidete-main {
    background-image: url(../images/job-shekhar-banner.png);
    background-size: cover;

}

.find-the-condidete-main .find-the-condidete {
    height: 100%;
    width: 100%;
    padding: 20px 40px 50px 40px;
    background-color: #013157f5;
}

.find-the-condidete-main .find-the-condidete .best-hires {
    margin: 30px 0px;
}

.find-the-condidete-main .find-the-condidete h1 {
    font-weight: bold;
    color: white;
}

.find-the-condidete-main .find-the-condidete .input-box {
    padding: 10px;
    width: 100%;
    min-height: 60px;
}

.find-the-condidete-main .find-the-condidete .search-job-details {
    padding: 10px;
    margin: 10px;
    background-color: white;
    border-radius: 10px;
}

.find-the-condidete-main .find-the-condidete .search-job-details .search-job {
    border-right: 2px solid #ddd1d1;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.find-the-condidete-main .find-the-condidete .file-upload {
    align-items: center;
    margin: 20px 10px;
    display: flex;
    justify-content: center;
}

.find-the-condidete-main .find-the-condidete .file-upload .file {
    position: relative
}

.find-the-condidete-main .find-the-condidete .file-upload .file>label {
    padding: 0px;
    width: 134px;
    position: absolute;
    z-index: 9;
    top: -15px;
    text-align: left;
    color: white;
    border-bottom: 3px solid #f7efef;
}

.find-the-condidete-main .find-the-condidete .file-upload span {
    margin: 4px 20px;
    color: white;
}

.find-the-condidete-main .find-the-condidete .file-upload .file>input {
    cursor: pointer;
    display: none;
}

.find-the-condidete-main .find-the-condidete .file-upload .noticed {
    margin-left: 158px;
    color: white;
    margin-top: 2px;
}

.find-the-condidete-main .find-the-condidete .popular-searches>a {
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    padding: 10px 22px 10px 12px;
    background-color: #015396;
    border-radius: 8px;
}

.find-the-condidete-main .find-the-condidete .popular-searches>a>span {
    margin: 6px;
}

.popular-search h4 {
    font-weight: 600;
    font-size: 30px;
    color: #075288 !important;
    text-align: center;
    margin: 15px auto;
}

.find-the-condidete-main .find-the-condidete .title-popular {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;

}

.job-type-main {
    padding: 30px 0px;
}

.job-type-main .freelance-details {
    padding: 20px;
    margin: 33px auto;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.job-type-main a {
    display: inline-block;
    margin: 10px;
    width: auto;
    color: white !important;
    padding: 10px 50px;
    background-color: #015396;
    border-radius: 8px;
}

.job-type-main .categories .active {
    background-color: #37aae1 !important;
    color: white;
}

.job-type-main .categories>select {
    cursor: pointer;
    margin: 10px;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    border: 1px solid #f3dfdf;
}

.find-the-condidete-main .find-the-condidete .best-hires {
    margin: 30px 0px;
}

.find-the-condidete-main .find-the-condidete h1 {
    font-weight: bold;
    color: white;
}

.find-the-condidete-main .find-the-condidete .input-box {
    padding: 10px;
    width: 100%;
    min-height: 60px;
}

.find-the-condidete-main .find-the-condidete .search-job-details {
    padding: 10px;
    margin: 10px;
    background-color: white;
    border-radius: 10px;
}

.find-the-condidete-main .find-the-condidete .search-job-details .search-job {
    border-right: 2px solid #ddd1d1;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.find-the-condidete-main .find-the-condidete .file-upload {
    align-items: center;
    margin: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.find-the-condidete-main .find-the-condidete .file-upload .file {
    position: relative
}

.find-the-condidete-main .find-the-condidete .file-upload .file>label {
    padding: 0px;
    width: 134px;
    position: absolute;
    z-index: 9;
    top: -15px;
    text-align: left;
    color: white;
    border-bottom: 3px solid #f7efef;
}

.find-the-condidete-main .find-the-condidete .file-upload span {
    margin: 4px 20px;
    color: white;
}

.find-the-condidete-main .find-the-condidete .file-upload .file>input {
    cursor: pointer;
    display: none;
}

.find-the-condidete-main .find-the-condidete .file-upload .noticed {
    margin-left: 158px;
    color: white;
    margin-top: 2px;
}

.find-the-condidete-main .find-the-condidete .popular-searches>a {
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    padding: 10px 22px 10px 12px;
    background-color: #015396;
    border-radius: 8px;
}

.find-the-condidete-main .find-the-condidete .popular-searches>a>span {
    margin: 6px;
}

.find-the-condidete-main .find-the-condidete .title-popular {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;

}

.job-type-main {
    padding: 30px 0px;
}

.job-type-main .freelance-details {
    padding: 20px;
    margin: 33px auto;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.job-type-main a {
    display: inline-block;
    margin: 10px;
    width: auto;
    color: white;
    padding: 10px 50px;
    background-color: #015396;
    border-radius: 8px;
}

.job-type-main .categories .active {
    background-color: #37aae1 !important;
    color: white;
}

.job-type-main .categories>select {
    cursor: pointer;
    margin: 10px;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    border: 1px solid #f3dfdf;
}

.how-it-works {
    padding: 20px 0px;
}

.how-it-works h1 {
    font-weight: bold;
    color: #37aae1;
}

.how-it-works span {
    font-size: 20px;
    font-weight: 400;
    color: #37aae1;
}

.listingjobservice h1 {
    font-weight: bold;
    color: #37aae1;
}

.listingjobservice {
    background-color: #ddddd763;
    padding: 30px 0px;
}

/* ===========================skills and training==================== */
/*--------------------------------------Skills tranings Start page------------------------------*/
.online-courses-main {
    background-image: url(../images/bg-skills-training.png);
    background-size: cover;
    color: #fff !IMPORTANT;
    min-height: 397px;
    position: relative;
    padding: 41px 0px 49px;
}

.online-courses-main .online-courses {
    max-width: 44%;
    margin: 40px 0px;
}

.online-courses-main .online-courses .courses-btn-get {
    padding: 10px 20px;
    margin: 20px 0px;
    display: inline-block;
    text-align: center;
    background-color: #37aae1;
    border-radius: 8px;
}

.courses-skills .title-section {
    width: 70%;
    margin: 30px auto;
    text-align: center;
}

.courses-skills .title-section h3 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #37aae1;
    font-size: 28px;
}

.courses-skills .learn-skills-main {
    padding: 20px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.courses-skills .learn-skills-main:hover {
    transition: 0.5s;
    transform: translate(0, -10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.courses-skills .learn-skills-main .learn-skills-icon h4 {
    font-weight: bold;
    margin: 15px 0px;
    font-size: 18px;
    text-align: center;
}

.jobs-post-service {
    padding: 40px 0px;
    background-color: #f4f4f4;
}

.jobs-post-service h3 {
    margin: 30px 0px 40px 0px;
    font-weight: bold;
    color: #37aae1;
    font-size: 28px;
}

.jobs-post-service .categories-main .nav {
    display: block;
}

.jobs-post-service .categories-main .nav .nav-link {
    margin-bottom: 11px !important;
}

.jobs-post-service .categories-main ul li {
    padding: 5px 20px;
    color: #080807;
    margin: 4px auto;
}

.jobs-post-service .categories-main .nav .active {
    transition: 5s essy linear;
    text-align: left !important;
    cursor: pointer;
    padding: 15px 17px !important;
    background-color: #367fd0 !important;
    border-radius: 10px !important;
    color: white !important;
    margin: 11px 0px !important;
    border: none;
}

.jobs-post-service .business-course-analytics .course-analytics-skills img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.jobs-post-service .business-course-analytics .course-analytics-skills h4 {
    margin: 20px auto;
    font-weight: bold;
    color: #37aae1;
    font-size: 24px;
}

.jobs-post-service .business-course-analytics .course-analytics-skills p {
    margin-bottom: 6px;
}

.jobs-post-service .business-course-analytics .course-analytics-skills p span {
    margin-right: 15px;
    color: #37aae1;
}

.jobs-post-service .business-course-analytics .course-analytics-skills p .time-live {
    margin-left: 15px;
}

.jobs-post-service .business-course-analytics .course-analytics-skills .course-learning-btn {
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: space-around;
}

.jobs-post-service .business-course-analytics .course-analytics-skills .course-learning-btn button {
    border: none;
    background-color: #3276c0;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.jobs-post-service .business-course-analytics .course-analytics-skills .course-learning-btn a {
    padding: 10px auto;
}

/*--------------------------------------Skills tranings End page------------------------------*/
/* -----------------------------------job-seeker Page End-------------------------------------*/

/* ==============Abhishek dubey===================================== */
.pad-sec-60 {
    padding: 30px 0px;
}

.banner-wrapp .main-head-top-cont h1 {
    font-size: 60px;
    color: #0c3f64;
    font-weight: 600;
}

.banner-wrapp .btn-find-job {
    width: 175px;
    margin-bottom: 10px;
    border-radius: 50px;
    background: #007BD4;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-wrapp .btn-find-job:hover {
    color: #fff;
}
.banner-wrapp .popular-item-list ul{
    display: flex;
    align-items: center;
   flex-flow: row wrap;
   justify-content: center;
}
.banner-wrapp .popular-item-list ul li {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
   font-weight: 400;
    margin: 4px;
    line-height: 1.6;
    padding: 9.687px 10px 9.99px 10px;
    border-radius: 7.549px;
    background: #59778E;
}

.logo-home {
    width: 10%;
}

.navigation-home {
    width: 70%;
    justify-content: center;
    display: flex;
}

.btn-register {
    width: 20%;
}

.btn-in-register {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 161.538% */
    border: 1px solid #075288;
    padding: 10px 18px;
    border-radius: 50px;
    margin-right: 14px;
}

.btn-employeer {
    background: #075288;
    border: none;
}

.job-search-box {
    text-align: center;
    margin-bottom: 45px;
}

.job-search-box h3 {
    color: #007BD4;
    text-align: center;
    font-family: inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.732px;
    margin: 8px 0;
}

.freelancer-wrapp h2,
.appstore-wrapp h2 {
    margin-bottom: 25px;
    color: #075288;
    font-family: inter;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.706px;
}

.freelancer-wrapp a {
    background: #37aae1;
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--light-text-color, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.viw-detail-btn a {
    text-decoration: underline;
    color: #007BD4;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.banner-part-brands {
    min-height: 700px;
    background-image: url(../images/background-partners.png);
    background-size: auto;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
}

.buy-and-sellmain {
    min-height: 870px;
    max-height: 870px;
    background-image: url(../images/buy-and-sell.png);
    background-size: auto;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;

}

.details-box-footer {
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
}

.contact ul li {
    font-size: 18px;
    font-weight: 500;
}

.subscribe_form .btn {
    background: #37aae1;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 0px 4px 4px 0;
}

.subscribe_form .form-control {
    border-radius: 4px 0px 0px 4px;
}

.job-faster-line .social-icon li a {
    color: #fff;
    margin: 0px 8px;
}

.job-faster-line h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height:1.5;
}

.job-faster-line {
    padding-bottom: 20px;
    border-bottom: 1px solid #272E2E;
    margin-bottom: 20px;
}

.social-icon .fa-icon {
    margin-right: 13px;
}

.call-for-need-help {
    background: #37aae1;
    padding: 14px 30px;
    border-radius: 25px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.copyright ul li {
    padding: 0px 12px;

}

.copyright ul .border-class-term {
    border-right: 1px solid #000;

    border-left: 1px solid #000;
}

.btn-in-register:hover {
    color: #fff !important;
}

.nav-link {
    padding: 0px !important;
}

.join-the-hive {
    position: relative;
    background-image: url("../images/backgroundimg.png");
    margin-top: -150px;
    background-repeat: no-repeat;
    height: 564px;
    border-radius: 20px;
    margin-bottom: 44px;
}

.join-the-hive-info {
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    display: flex;
    margin-left: 30px;
    align-content: stretch;
}

.join-the-hive-info a {
    border-radius: 64.266px;
    background: #FCFCFC;
    color: #007BD4;
    text-align: center;
    font-family: inter;
    font-size: 21.423px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15.167px 31.503px 15.681px 29.562px;
}

.join-the-hive-info span {
    font-size: 42px;
    color: white;
}

.join-the-hive-info h2 {
    letter-spacing: 1px;
    font-family: inter;
    font-size: 53.089px;
    font-style: normal;
    font-weight: 800;
    line-height: 63.706px;
}

.join-the-hive-info p {
    text-align: justify;
    font-family: inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.4px;
}

.join-the-hive-info h5 {
    margin: 15px 0px;
    font-family: inter;
    font-size: 20.379px;
    font-style: normal;
    font-weight: 800;
    line-height: 29.814px;
    text-transform: uppercase;
    width: 424px;
}

.find-jobsmallcontent {
    color: #434F4F;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.banner-wrapp .form-home {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #E3E7E7;
    background: #FFF;
    color: #434F4F;
    padding: 5.5px 20.8px 5.5px 16.8px;
}

#search_boxsss:focus+.search-data-dynemic {
    display: block;
}

#search_boxss:focus+.search-data-dynemic {
    display: block;
}

.search-data-dynemic {
    display: none;
    position: relative;
}

.search-data-dynemic .search_boxsss {
    background-color: #fff;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 0px;
    width: 100%;
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-data-dynemic .search_boxsss .list_search {
    padding: 10px;
    border: 1px solid #dadada;
    list-style: none;
}

.search-data-dynemic .search_boxss {
    background-color: #fff;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 0px;
    width: 100%;
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-data-dynemic .search_boxss .list_search {
    padding: 10px;
    border: 1px solid #dadada;
    list-style: none;
}

.our-partners {
    color: #434F4F;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    line-height: 30px;
}

.job-search-box img {
    width: 80px;
    min-height: 80px;
}

.app-store a img {
    padding-right: 35px;
}

.buy-and-sell h2 {
    color: #02405A;
    font-family: inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 63.706px;
}

.buy-and-sell h2 span {
    font-style: italic;
}

.buysell-row {
    width: 82%;
    margin: auto;
    padding-top: 200px;
}

.buy-and-sell .input-group {
    width: 640px;
    margin: 107px 0px 20px 0;
}

.buy-and-sell .input-group input {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
    padding: 15px 26px 15px 26px;

}

.buy-and-sell .input-group button {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #E6E6E6;
    background: var(--primary-color, #23A6F0);
    padding: 16px 19px;
    margin: -12px;
}

.categories-points li {
    border-radius: 7.549px;
    background: #59778E;
    margin-right: 10px;
    padding: 10px 18px 10px 18px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16.649px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.892px;
}

.btn-feedbackform {
    display: none;
}

.course-analytics-skills {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px 16px;
    border-radius: 8px;
}

/* ---------------------------brand-patner scc start------------------------------- */
.brand-patner-section {
    padding: 60px 0px;
    background-color: white;

}

.brand-patner-section h4 {
    font-weight: 600;
    font-size: 30px;
    color: #075288;
    text-align: center;
    margin-bottom: 30px;
}

.brand-patner-section .container {
    overflow: hidden;
}

.brand-patner-section .container .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-patner-section .container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
    display: flex;
    flex-flow: row;
}

.brand-patner-section .container .slider .logos img {
    width: 180px;
    padding: 10px;
    margin: 10px;
    background-color: #e8eaef;
    border-radius: 10px;
}

.brand-patner-section .container .slider .logos .fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ---------------------------brand-patner css End------------------------------- */
/* ---------------------------See Passoward css start------------------------------- */
.seepass{
    position: relative;
}
.seepass input{
    padding: 10px 40px 10px 10px !important;
}
.seepass .fa{
    top: 57px;
    right: 23px;
    color: #37aae1;
    position: absolute;
}
.seepasslogin{
    position: relative;
}
.seepasslogin input{
    padding: 13px 55px 13px 14px !important;
}
.seepasslogin .fa{
    top: 45px;
    right: 23px;
    color: #37aae1;
    position: absolute;
}
/* ---------------------------See Passoward css End------------------------------- */
/* ---------------------------Freelancer jai css Start------------------------------- */
.freelance-main-bg{
    background-image: url("../images/freelancing-bg-main.png");
    background-size: cover;
    color: #fff !IMPORTANT;
    min-height: 543px;
    position: relative;
    width: 100%;
    padding: 176px 0px 49px;
}
.freelance-main-bg .freelance-main-online-courses h1{

    font-size: 45px;
    font-weight: 700;
    width: 48%;
    margin: 20px 0px;
}
.freelance-main-bg .freelance-main-online-courses span{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 3px;
    color: white;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-list-search input{
    border-radius: 10px;
    border: 1px solid #E3E7E7;
    background: #FFF;
    width: 500px;
    color: #434F4F;
    padding: 11.5px 20.8px 11.5px 16.8px;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-list-search button{
    padding: 12.2px 16px;
    margin-left: -12px;
    border: none;
    border-left: 1px solid #e5dbdb;
    background-color: white;
    border-radius: 0px 10px 10px 0px;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-list-search button .fa{
    color: #cdcdcd;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-popular-item-jobs h5{
    margin-top: 29px;
    margin-bottom: 8px;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-popular-item-jobs ul{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: left;
}
.freelance-main-bg .freelance-main-online-courses .freelance-main-popular-item-jobs ul li{
    background-color: #005498;
    margin: 6px 3px;
    padding: 8px 11px;
    border-radius: 6px;
}
.search-any-thinks-jobs{
    padding: 20px 0px;
    background-color: #ddddd763;
}
.search-any-thinks-jobs h2{
   margin-bottom: 15px;
    font-weight: bold;
    color: #057dd7;
    font-size: 32px;
}
.search-any-thinks-jobs h2 span{
    color: #00234a;
}
.search-any-thinks-jobs  h4{
    font-size: 18px;
    color: #057dd7;
    font-weight: 700;
    line-height: 1.5;
}
.search-any-thinks-jobs .wrop-data-icans{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: left;
    margin-top: 10px;
}
.search-any-thinks-jobs .wrop-data-icans .icons-data{
    padding: 8px 12px;
    line-height: 1.5;
    margin: 10px 10px;
    border: 1px solid #bfafaf;
    border-radius: 50%;
}
.you-need-it-jobs{
    padding: 30px 0px 0px 0px;
    background-color: #fff;

}
.you-need-it-jobs h3{
    margin: 10px auto;
    font-size: 32px;
    font-weight: bold;
    color: #00234a;
}
.you-need-it-jobs .you-job-needs-got{
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 15px;
}
.you-need-it-jobs .you-job-needs-got p{
    font-weight: 600;
    color: #76797d;
}
.you-need-it-jobs .you-job-needs-got:hover{
    transition: 0.5s ease-in-out;
    transform: translate(0, -10px);
}
.you-need-it-jobs .you-job-needs-got figure{
    padding: 20px;
}
/* ---------------------------Freelancer jai css End------------------------------- */

.welcome-section {
    position: relative;
    padding: 95px 0px 120px 0px;
}
.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #ececf2;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}
.welcome-section .centred {
    text-align: center;
}
.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #ececf2;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}
.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
}
.sec-title .top-title {
    color: #007bd4;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #0c3f64;
}
.sec-title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}
  
  .welcome-section .image-box{
    position: relative;
    display: block;
    margin-top: 6px;
  }
  
  .welcome-section .image-box img{
    width: 100%;
  }
  
  .tabs-box .tab{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box .tab.active-tab{
    display:block;  
  }
  
  .tabs-box .tab{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
  }
  
  .tabs-box-2 .tab-2{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    display:block;  
  }
  
  .tabs-box-2 .tab-2{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    transform:scale(1) translateY(0px);
  }
  
  #content_block_1 .content-box{
    position: relative;
    display: block;
  }
  
  #content_block_1 .content-box .tab-btn-box{
    position: relative;
    margin-bottom: 43px;
  }
  
  #content_block_1 .content-box .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    background: #f0e6e0;
    padding: 24px 70px 25px 70px;
    border-radius: 5px;
    width: 270px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li:after{
    position: absolute;
    content: '';
    background: #d9cec7;
    width: 1px;
    height: 30px;
    right: 50px;
    top: 22px;
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn,
  #content_block_1 .content-box .tab-btns li:hover{
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  #content_block_1 .content-box .tab-btns li:last-child{
    float: right;
  }
  
  #content_block_1 .content-box .tab-btns li i.employ-icon{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    color: #462b34;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li h5{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .tab-btns li i.arrow-icon{
    position: absolute;
    top: 24px;
    right: 17px;
    font-size: 20px;
    color: #b4a4a4;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.employ-icon,
  #content_block_1 .content-box .tab-btns li:hover i.employ-icon,
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon,
  #content_block_1 .content-box .tab-btns li:hover i.arrow-icon{
  
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon{
    transform: rotate(180deg);
  }
  
  #content_block_1 .content-box .inner-box h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .inner-box h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  
  #content_block_1 .content-box .inner-box p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 38px;
  }
  
  #content_block_1 .content-box .inner-box .list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 0px 0px 85px;
  }
  
  #content_block_1 .content-box .inner-box .list li .icon-box{
    position: absolute;
    left: 0px;
    top: -6px;
  }
  
  #content_block_1 .content-box .inner-box .list li h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  
  #content_block_1 .content-box .inner-box .list{
    margin-bottom: 41px;
  }
  
  #content_block_1 .content-box .inner-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #462b34;
    text-transform: uppercase;
  }
  
  #content_block_1 .content-box .inner-box .link a i{
    position: relative;
    font-size: 30px;
    margin-right: 8px;
    font-weight: 400;
    top: 6px;
  }
  
  #content_block_1 .content-box .tabs-content .inner-box .link a:hover{
  
  }
  
  .welcome-section .sec-title{
    margin-bottom: 53px;
  }
  
/* .welcome-section {
    position: relative;
    padding: 95px 0px 120px 0px;
}
.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #ececf2;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}
.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #ececf2;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}
.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
}
.sec-title .top-title {
    color: #007bd4;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #0c3f64;
}
.sec-title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}
.welcome-section .image-box {
    position: relative;
    display: block;
    margin-top: 6px;
}
#content_block_1 .content-box {
    position: relative;
    display: block;
}
.welcome-section .sec-title {
    margin-bottom: 53px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.welcome-section .centred {
    text-align: center;
}

.tabs-box .tab{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box .tab.active-tab{
    display:block;  
  }
  
  .tabs-box .tab{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
  }
  
  .tabs-box-2 .tab-2{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    display:block;  
  }
  
  .tabs-box-2 .tab-2{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    transform:scale(1) translateY(0px);
  }
  
  #content_block_1 .content-box{
    position: relative;
    display: block;
  }
  
  #content_block_1 .content-box .tab-btn-box{
    position: relative;
    margin-bottom: 43px;
  }
  
  #content_block_1 .content-box .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    background: #f0e6e0;
    padding: 24px 70px 25px 70px;
    border-radius: 5px;
    width: 270px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li:after{
    position: absolute;
    content: '';
    background: #d9cec7;
    width: 1px;
    height: 30px;
    right: 50px;
    top: 22px;
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn,
  #content_block_1 .content-box .tab-btns li:hover{
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  #content_block_1 .content-box .tab-btns li:last-child{
    float: right;
  }
  
  #content_block_1 .content-box .tab-btns li i.employ-icon{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    color: #462b34;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li h5{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .tab-btns li i.arrow-icon{
    position: absolute;
    top: 24px;
    right: 17px;
    font-size: 20px;
    color: #b4a4a4;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.employ-icon,
  #content_block_1 .content-box .tab-btns li:hover i.employ-icon,
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon,
  #content_block_1 .content-box .tab-btns li:hover i.arrow-icon{
  
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon{
    transform: rotate(180deg);
  }
  
  #content_block_1 .content-box .inner-box h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .inner-box h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  
  #content_block_1 .content-box .inner-box p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 38px;
  }
  
  #content_block_1 .content-box .inner-box .list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 0px 0px 85px;
  }
  
  #content_block_1 .content-box .inner-box .list li .icon-box{
    position: absolute;
    left: 0px;
    top: -6px;
  }
  
  #content_block_1 .content-box .inner-box .list li h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  
  #content_block_1 .content-box .inner-box .list{
    margin-bottom: 41px;
  }
  
  #content_block_1 .content-box .inner-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #462b34;
    text-transform: uppercase;
  }
  
  #content_block_1 .content-box .inner-box .link a i{
    position: relative;
    font-size: 30px;
    margin-right: 8px;
    font-weight: 400;
    top: 6px;
  }
  
  #content_block_1 .content-box .tabs-content .inner-box .link a:hover{
  
  }
  
  .welcome-section .sec-title{
    margin-bottom: 53px;
  }
  /*********/
  /** welcome-section **/

.welcome-section{
    position: relative;
    padding: 45px 0px 45px 0px;
    background: #fcfcfc;
  }
  
  .welcome-section .image-box{
    position: relative;
    display: block;
    margin-top: 6px;
  }
  
  .welcome-section .image-box img{
    width: 100%;
  }
  
  .tabs-box .tab{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box .tab.active-tab{
    display:block;  
  }
  
  .tabs-box .tab{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
  }
  
  .tabs-box-2 .tab-2{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    display:block;  
  }
  
  .tabs-box-2 .tab-2{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box-2 .tab-2.active-tab-2{
    transform:scale(1) translateY(0px);
  }
  
  #content_block_1 .content-box{
    position: relative;
    display: block;
  }
  
  #content_block_1 .content-box .tab-btn-box{
    position: relative;
    margin-bottom: 28px;
  }
  
  #content_block_1 .content-box .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    background: #ececf2;
    padding: 18px 70px 19px 70px;
    border-radius: 5px;
    width: 270px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li:after{
    position: absolute;
    content: '';
    background: #d9cec7;
    width: 1px;
    height: 30px;
    right: 50px;
    top: 22px;
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn,
  #content_block_1 .content-box .tab-btns li:hover{
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  #content_block_1 .content-box .tab-btns li:last-child{
    float: right;
  }
  
  #content_block_1 .content-box .tab-btns li i.employ-icon{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    color: #462b34;
    transition: all 500ms ease;
  }
  
  #content_block_1 .content-box .tab-btns li h5{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .tab-btns li i.arrow-icon{
    position: absolute;
    top: 24px;
    right: 17px;
    font-size: 20px;
    color: #b4a4a4;
    transition: all 500ms ease;
    transform: rotate(270deg);
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.employ-icon,
  #content_block_1 .content-box .tab-btns li:hover i.employ-icon,
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon,
  #content_block_1 .content-box .tab-btns li:hover i.arrow-icon{
  
  }
  
  #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon{
    transform: rotate(90deg);
  }
  
  #content_block_1 .content-box .inner-box h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
    font-weight: 600;
  }
  
  #content_block_1 .content-box .inner-box h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  #content_block_1 .content-box .inner-box p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 38px;
  }
  
  #content_block_1 .content-box .inner-box .list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0px 0px 0px 85px;
  }
  
  #content_block_1 .content-box .inner-box .list li .icon-box{
    position: absolute;
    left: 0px;
    top: -6px;
  }
  
  #content_block_1 .content-box .inner-box .list li h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  
  #content_block_1 .content-box .inner-box .list{
    margin-bottom: 41px;
  }
  
  #content_block_1 .content-box .inner-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #462b34;
    text-transform: uppercase;
  }
  
  #content_block_1 .content-box .inner-box .link a i{
    position: relative;
    font-size: 30px;
    margin-right: 8px;
    font-weight: 400;
    top: 6px;
  }
  
  #content_block_1 .content-box .tabs-content .inner-box .link a:hover{
  
  }
  
  .welcome-section .sec-title{
    margin-bottom: 53px;
  }
  #content_block_1 .content-box .tab-btns li.active-btn i.employ-icon, #content_block_1 .content-box .tab-btns li:hover i.employ-icon, #content_block_1 .content-box .tab-btns li.active-btn i.arrow-icon, #content_block_1 .content-box .tab-btns li:hover i.arrow-icon {
    color: #007BD4;
}
.tabs-content .btn-primary{
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: linear-gradient(59deg, rgb(0 123 212) 0%, rgb(12 63 100) 100%);
}
.staffing-eng-ft .btn-primary{
    width: 100px;
    margin: 0px 10px;
    background: linear-gradient(59deg, rgb(0 123 212) 0%, rgb(12 63 100) 100%);
}
.staffing-eng-ft .btn-secondary{
    width: 100px;
}
.staffing-modal .modal-header .close{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: -42px;
    margin-right: -23px;
    border: none;
    outline: none;
}
.table-form.card{
        z-index: 0;
        border: none;
        position: relative;
        border: 1px solid #ccc;
        background: #eee;
    }
    .table-form.card .card-body{
        padding: 0px;
    }
   #faqs .badge-success{
    background: linear-gradient(59deg, rgb(0 123 212) 0%, rgb(12 63 100) 100%);
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 12px;

   }
   #faqs .badge-danger{
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 12px;
    background: rgb(237 20 10);
   }
   #faqs table tbody{
    padding:0px;
    background: #fff;
   }
  .card-body .table-responsive{
    padding: 0px;
  }
  .card-body .table-responsive table{
    margin: 0px;
    padding: 0px;
  }
  .card-body .table-responsive table tr td:nth-child(3){
    text-align: center;
  }