@font-face {
    font-family: 'FuturaTS-Regular';
    src: url('fonts/FuturaTSCondensed-Regular.eot');
    src: local('Futura TS Condensed Regular'), local('FuturaTSCondensed-Regular'),
    url('fonts/FuturaTSCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaTSCondensed-Regular.woff2') format('woff2'),
    url('fonts/FuturaTSCondensed-Regular.woff') format('woff'),
    url('fonts/FuturaTSCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --jobbie-background-color: #ebeffa;
    --jobbie-section-color: #ffffff;
    --jobbie-box-color: #e9f7fe;
    --jobbie-main-color: #1c294d;
    --jobbie-main-color: #0556f8;
    --jobbie-second-color: #6fd09c;
    --jobbie-second-color: #03f78d;
    --jobbie-text-color: #1c294d;
    --jobbie-second-text-color: #738399;
    --jobbie-second-dark-color: #4db97f;
    --jobbie-font-family: 'FuturaTS-Regular', sans-serif;
	--jobbie-button-new-color: #0556f8;
}

* {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    list-style: none;
    line-height: normal;
    outline: none;
    font-family: var(--jobbie-font-family);
}

body {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: var(--jobbie-background-color);
    background: #FFFFFF;
}

#jobbie input::placeholder {
    color: var(--jobbie-second-text-color);
}

#jobbie ul {
    display: flex;
    padding: 0;
    margin: 0;
}


#jobbie p {
    font-size: 14px;
    color: var(--jobbie-text-color);
    font-weight: 500;
}

#jobbie h1,#jobbie h2,#jobbie h3,#jobbie h4,#jobbie h5,#jobbie h6 {
    color: var(--jobbie-text-color);
    font-weight: 700;
}

#jobbie input {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#jobbie img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#jobbie .main-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--jobbie-main-color);
    color: var(--jobbie-section-color);
    font-family: var(--jobbie-font-family);
    font-size: 14px;
    font-weight: 600;
    border-radius: 55px;
    padding: 15px 25px;
    text-decoration: none;
}

#jobbie .main-button:hover{
    color: var(--jobbie-main-color);
    background: var(--jobbie-second-color);	
}
#jobbie .main-button:hover  .icon-box{
    animation-name:shakeX;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:3s;
}

#jobbie .main-button.white-button {
	color: var(--jobbie-main-color);
    background: var(--jobbie-section-color);
	border:2px solid transparent;
}
#jobbie .main-button.white-button:hover{
	color: var(--jobbie-section-color);
    background: var(--jobbie-main-color);
	border:2px solid var(--jobbie-section-color);
}
#jobbie .fullbuttnbox {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 50px;
}
#jobbie .fullbuttnbox .main-button {
    font-size: 16px;
    font-weight: 600;
    min-width: 270px;
}

#jobbie .main-button .icon-box{
	margin-left:3px;
}

#jobbie .main-button .icon-box svg path{
	fill:currentColor;
}

#jobbie .small-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--jobbie-main-color);
    color: var(--jobbie-section-color);
    font-family: var(--jobbie-font-family);
    font-size: 11px;
    font-weight: 600;
    border-radius: 35px;
    padding: 7px 12px;
    text-decoration: none;
}
#jobbie .small-button:hover{
	background: var(--jobbie-second-color);
	color: var(--jobbie-main-color);
}
#jobbie .mid-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--jobbie-main-color);
    color: var(--jobbie-section-color);
    font-family: var(--jobbie-font-family);
    font-size: 12px;
    font-weight: 600;
    border-radius: 35px;
    padding: 10px 16px;
    text-decoration: none;
}
#jobbie .mid-button:hover {
	background: var(--jobbie-second-color);
    color: var(--jobbie-main-color);
}
#jobbie .mid-button:hover .icon-box {
	animation-name:shakeX;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:3s;
}

#jobbie .mid-button.intercom:hover{
	color: #FFF;
}
 

#jobbie .mid-button.apple {
    background: #03cc9a;
}

#jobbie .mid-button.facebook {
    background: #0092ff;
}

#jobbie .mid-button.twitter {
    background: #fbbd09;
}

#jobbie .mid-button.intercom {
    background: #0b153b;
}

#jobbie .mid-button.google-square {
    background: #0b153b;
}

#jobbie .mid-button.linkedin {
    background: #fe7f57;
}

#jobbie .icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: transparent;
}

#jobbie .icon-box svg {
    width: 100%;
    height: 100%;
    fill: var(--jobbie-second-text-color);
}

#jobbie .icon-box svg path{
    fill: var(--jobbie-second-text-color);
}


#jobbie .mid-button .icon-box svg path{
    fill: currentColor;
}
#jobbie .mid-button .icon-box {
    margin-left:4px;
}

#jobbie .right-hero-box .square-icon {
	    animation: floatY 3.2s infinite ease-in-out;
}

#jobbie .square-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 10px;
    background: var(--jobbie-section-color);
    -webkit-box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
    -moz-box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
    box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
}

#jobbie .buttons-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#jobbie .text-with-line {
    display: inline-block;
    position: relative;
}

#jobbie .text-with-line .texton-line {
    z-index: 1;
    position: relative;
}

#jobbie .text-with-line .text-line{
    width: 100%;
    height: 15px;
    background: var(--jobbie-second-color);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 0;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1140px;
}
#jobbie.mainarea {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

#jobbie .bannerareamainarea {
    display: flex;
    justify-content: center;
    width: 1140px;
}

#jobbie {
    display: flex;
    justify-content: center;
    width: 100%;
}

#jobbie .main {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width:  1140px;
    margin: 0 auto;
    background: var(--jobbie-section-color);
    padding: 0 40px;
    transform-origin: center top;
    position: absolute;
}

#jobbie .main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 85px;
    background: var(--jobbie-section-color);
}

#jobbie .main-navigation .logo-box {
    position: absolute;
    left: 40px;
}

#jobbie .logo-label {
    font-size: 28px;
	display: inline-flex;
    align-items: center;
}


#jobbie .logo-label span{
    font-size: 21px;
    color: var(--jobbie-second-color);
}

#jobbie .logo-label .logosvg {
        width: 44px;
    height: 40px;
    margin-left: 2px;
    margin-top: -4px;
}
#jobbie .logo-label .logosvg svg {
    width: 100%;
    height: 100%;
}


#jobbie .main-navigation .desktop-menu .desktop-menu-link {
    font-size: 14px;
    color: var(--jobbie-text-color);
    font-weight: 600;
    font-family: var(--jobbie-font-family);
    text-decoration: none;
    margin: 0 40px 0 0;
    padding: 5px 0;
}

#jobbie .main-navigation .desktop-menu .desktop-menu-link:hover {
    border-bottom: 2px solid var(--jobbie-second-color);
}

#jobbie .main-navigation .login-box {
    position: absolute;
    right: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
}

#jobbie .main-navigation .login-box .signin-btn {
    font-size: 14px;
    color: var(--jobbie-text-color);
    font-weight: 600;
    font-family: var(--jobbie-font-family);
    text-decoration: none;
    margin: 0 14px;
}
#jobbie .main-navigation .login-box .signin-btn:hover{
	border-bottom: 2px solid var(--jobbie-second-color);
}

#jobbie .main-navigation .m-login-box .signin-btn {
    font-size: 14px;
    color: var(--jobbie-text-color);
    font-weight: 600;
    font-family: var(--jobbie-font-family);
    text-decoration: none;
    margin: 0 14px;
}

#jobbie .main-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#jobbie .main-content .hero-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    background: var(--jobbie-box-color);
    border-radius: 25px;
}

#jobbie .left-hero-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 50%;
    padding: 95px 0 60px 40px;
}

#jobbie .left-hero-box .buttons-box {
    justify-content: start;
    background: var(--jobbie-section-color);
    border-radius: 55px;
    padding: 5px;
}

#jobbie .left-hero-box .buttons-box .main-button {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
}

#jobbie .left-hero-box .buttons-box .transparent-button {
    padding: 0 5px;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: var(--jobbie-text-color);
    font-family: var(--jobbie-font-family);
    text-decoration: none;
    font-weight: 600;
}


#jobbie .left-hero-box .buttons-box .transparent-button .icon-box {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

#jobbie .left-hero-box .buttons-box .transparent-button .icon-box svg path {
    fill: var(--jobbie-text-color);
}
#jobbie .left-hero-box .buttons-box .transparent-button:hover .icon-box{
	animation-name:shakeX;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:3s;
}


#jobbie .hero-text {
    margin: 40px 0;
}

#jobbie .hero-text h1 {
    font-size: 48px;
    font-weight: 700;
}

#jobbie .hero-text p {
    margin: 40px 0 0 0;
    max-width: 300px;
    font-weight: 500;
    font-size: 16px;
}

#jobbie .hero-input-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 12px;
    height: 65px;
    -webkit-box-shadow: 0px 10px 55px -25px rgba(102,102,102,0.95);
    -moz-box-shadow: 0px 10px 55px -25px rgba(102,102,102,0.95);
    box-shadow: 0px 10px 55px -25px rgba(102,102,102,0.95);
    background: var(--jobbie-section-color);
	transition: all ease 300ms;
	cursor: pointer;
}


#jobbie .hero-input-box:hover{
	box-shadow:0px 0px 55px -20px #7b06f6;
}

#jobbie .hero-input-box:hover .search-button.send-button{
	background: var(--jobbie-second-color);
}


#jobbie .hero-input-box .hero-input-search-box {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 60px);
}

#jobbie .hero-input-box .hero-input-search-box input {
    width: calc(100% - 40px);
}

#jobbie .hero-input-box .hero-input-search-box .icon-box {
    margin-right: 15px;
	transition:all linear 300ms;
	transform:scale(0)
}


#jobbie .hero-input-box .location-dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: var(--jobbie-second-text-color);
    text-decoration: none;
    width: calc(50% - 60px);
    padding: 0 20px 0 0;
}

#jobbie .hero-input-box .search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    background: var(--jobbie-main-color);
    height: 100%;
    padding: 0 15px;
    width: 90px;
    border-radius: 8px;
}

#jobbie .hero-stats-box {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 65px 0 0 0;
}

#jobbie .hero-stats-box .hero-stats-item {
    padding: 0 40px;
}

#jobbie .hero-stats-box .hero-stats-item:first-child {
    padding: 0 40px 0 0;
    border-right: 1px dotted var(--jobbie-second-text-color);
}

#jobbie .hero-stats-box .hero-stats-item:last-child {
    padding: 0 0 0 40px;
    border-left: 1px dotted var(--jobbie-second-text-color);
}

#jobbie .hero-stats-box .hero-stats-item p {
    color: var(--jobbie-second-text-color);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

#jobbie .hero-stats-box .hero-stats-item h4 {
    font-size: 28px;
    font-weight: 700;
}

#jobbie .right-hero-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 50%;
    padding: 65px 40px 60px 0;
}

#jobbie .right-hero-box .apple-icon {
    position: absolute;
    left: -35px;
    top: 75px;
}

#jobbie .right-hero-box .google-icon {
    position: absolute;
    left: 0;
    bottom: 0;
}

#jobbie .chart-card {
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
    width: 155px;
    height: 135px;
    -webkit-box-shadow: 0px 25px 75px -10px rgba(102,102,102,0.65);
    -moz-box-shadow: 0px 25px 75px -10px rgba(102,102,102,0.65);
    box-shadow: 0px 25px 75px -10px rgba(102,102,102,0.65);
    background: var(--jobbie-section-color);
    border-radius: 12px;
    padding: 10px;
    z-index: 3;
}

#jobbie .chart-header-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#jobbie .chart-header-label h4{
    font-size: 12px;
}

#jobbie .chart-header-label p{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 8px;
    margin-top: 4px;
}

#jobbie .chart-header-label p .circle-divider{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--jobbie-second-color);
    margin: 0 5px;
}

#jobbie .chart-body {
    display: flex;
    height: calc(100% - 30px);
    width: 100%;
    position: relative;
}

#jobbie .chart-body ul {
    display: flex;
    justify-content: space-around;
    align-items: end;
    height: 100%;
    width: 100%;
}

#jobbie .chart-main-item {
    width: calc(100% / 8 - 5px);
    border-radius: 25px;
    background: var(--jobbie-main-color);
    height: 100%;
}

#jobbie .chart-main-item:nth-child(1) {
    height: 50%;
}

#jobbie .chart-main-item:nth-child(2) {
    height: 35%;
}

#jobbie .chart-main-item:nth-child(3) {
    height: 80%;
    background: var(--jobbie-second-color);
}

#jobbie .chart-main-item:nth-child(4) {
    height: 40%;
}

#jobbie .chart-main-item:nth-child(5) {
    height: 60%;
}

#jobbie .chart-main-item:nth-child(6) {
    height: 20%;
}

#jobbie .chart-main-item:nth-child(7) {
    height: 30%;
}

#jobbie .chart-main-item:nth-child(8) {
    height: 18%;
}

#jobbie .chart-body .chart-icon {
    position: absolute;
    left: 36px;
    top: 5px;
    width: 26px;
    height: 26px;
    transform: rotate(180deg);
}

#jobbie .chart-body .chart-icon svg path {
    fill: var(--jobbie-main-color);
}

#jobbie .hero-info-box {
    position: absolute;
    left: -40px;
    top: calc(50% - 60px);
    display: inline-flex;
    -webkit-box-shadow: -35px 35px 55px -25px rgba(102,102,102,0.5);
    -moz-box-shadow: -35px 35px 55px -25px rgba(102,102,102,0.5);
    box-shadow: -35px 35px 55px -25px rgba(102,102,102,0.5);
    z-index: 3;
	animation: floatX 3s infinite ease-in-out;
}

#jobbie .hero-info-box-in{
	width: 100%;
    display: inline-flex;
    padding: 20px 15px;
    border-radius: 12px;
    background: var(--jobbie-section-color);
    animation: floatY 3.8s infinite ease-in-out;
}
@keyframes floatY {
  0% {
    transform: translate(0px, 10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@keyframes floatX {
  0% {
    transform: translate(5px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(5px, 0px);
  }
}

#jobbie .hero-info-box .image-box {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jobbie .hero-info-box .image-box img {
    height: 100%;
    width: auto;
}

#jobbie .hero-info-box .hero-info-content {
    display: block;
    height: 65px;
    padding: 0 0 0 10px;
}

#jobbie .hero-info-box .hero-info-content .hero-info-top {
    display: inline-flex;
    justify-content: space-between;
    align-items: start;
}

#jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label {
    padding: 0 20px 0 0;
}

#jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label h6 {
    padding: 0 0 0px 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

#jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label p {
    font-size: 11px;
    color: var(--jobbie-second-text-color);
}

#jobbie .badge-success {
    display: inline-flex;
    background: #eafffd;
    border-radius: 25px;
    padding: 5px 15px 5px 10px;
}

#jobbie .badge-success .icon-box {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#jobbie .badge-success .icon-box svg path {
    fill: var(--jobbie-second-color);
}

#jobbie .badge-success p {
    font-size: 12px;
    color: var(--jobbie-second-color);
}

#jobbie .hero-info-box .hero-info-content .hero-info-bot {
    display: flex;
    margin: 10px 0 0 0;
}

#jobbie .hero-info-box .hero-info-content .hero-info-bot .icon-box {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#jobbie .hero-info-box .hero-info-content .hero-info-bot .hero-info-bot-time {
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 0;
    border-right: 2px solid var(--jobbie-second-text-color);
}

#jobbie .hero-info-box .hero-info-content .hero-info-bot .hero-info-bot-type {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 10px;
}

#jobbie .hero-image-box {
    margin: 0 0 0 40px;
    width: calc(100% - 40px);
    position: relative;
    height: 470px;
}

#jobbie .hero-image-background {
    position: absolute;
    width: 100%;
    height: 470px;
    right: -15px;
    bottom: -15px;
    background: var(--jobbie-main-color);
    border-radius: 25px;
    z-index: 1;
}

#jobbie .hero-image-box .hero-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#jobbie .hero-image-box .hero-image img {
    height: 100%;
    width: auto;
}


/* explore section */
#jobbie .explore-section {
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0 95px;
}

#jobbie .section-header {
    display: flex;
    width: 100%;
    align-items: end;
}

#jobbie .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 250px;
}

#jobbie .explore-section .text-with-line .text-line,
#jobbie .offers-section .text-with-line .text-line,
#jobbie .hire-section .text-with-line .text-line,
#jobbie .companies-section .text-with-line .text-line,
#jobbie .main-footer .text-with-line .text-line

{
    bottom: 2px;
}

#jobbie .section-header p {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    font-weight: 600;
    font-size: 16px;
	cursor:pointer;
}

#jobbie .section-header p .icon-box {
    width: 17px;
    height: 17px;
    margin-left: 20px;
}
#jobbie .section-header p:hover .icon-box {
	animation-name:shakeX;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:3s;
}

#jobbie .cards-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
}
.hoverboxedcls{
	transition: all linear 500ms;
	cursor:pointer;
}
.hoverboxedcls:hover{
	transform:scale(1.04);
}

#jobbie .explore-section .card {
    width: 220px;
    min-height: 200px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #F3F3F3;
    margin-right: 20px;
    padding: 15px;
	
}

#jobbie .explore-section .card .card-header {
    display: flex;
    justify-content: start;
    align-items: end;
}

#jobbie .explore-section .card .card-header .square-icon{
    width: 48px;
    height: 48px;
    padding: 10px;
}
#jobbie .explore-section .card .card-header .square-icon svg{
	width: 38px;
    height: 38px;
}

#jobbie .explore-section .card .card-header .card-label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 58px);
    padding: 10px 0px 10px 15px;
}

#jobbie .explore-section .card .card-header .card-label p{
    font-size: 12px;
    font-weight: 600;
}

#jobbie .explore-section .card .card-header .card-label .icon-box{
    width: 20px;
    height: 20px;
}

#jobbie .explore-section .card .card-header .card-label .icon-box svg path {
    fill: var(--jobbie-second-color);
}

#jobbie .explore-section .card:last-child {
    margin-right: 0;
}

#jobbie .explore-section .card-content {
    margin-top: 20px;
}

#jobbie .explore-section .card-content h2{
    font-size: 21px;
}

#jobbie .explore-section .card-content p{
    font-size: 12px;
    margin-top: 15px;
	line-height: 16px;
    color: var(--jobbie-second-text-color);
}

#jobbie .section-header svg path {
    fill: var(--jobbie-main-color);
}

/* offer section */

#jobbie .offers-section {
    width: 100%;
    margin: 100px 0 100px 0;
    padding: 30px 45px;
    background: #edf3f5;
    border-radius: 25px;
    position: relative;
}

#jobbie .statistic-box {
    display: flex;
    align-items: center;
    margin: 40px 0 50px 0;
}

#jobbie .statistic-box-item h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

#jobbie .statistic-box-item p {
    font-size: 16px;
    color: var(--jobbie-second-text-color);
}

#jobbie .statistic-box .square-icon {
    margin: 0 40px;
}

#jobbie .statistic-box .square-icon svg {
    fill: #31b040;
}

#jobbie .offers-section .section-content {
    position: relative;
    z-index: 2;
}

#jobbie .square-icon.apple {
    background: #03cc9a;
}

#jobbie .square-icon.facebook {
    background: #0092ff;
}

#jobbie .square-icon.twitter {
    background: #fbbd09;
}

#jobbie .square-icon.intercom {
    background: #0b153b;
}

#jobbie .square-icon.google-square {
    background: #0b153b;
}

#jobbie .square-icon.linkedin {
    background: #fe7f57;
    padding: 0;
}

#jobbie .square-icon.linkedin svg {
    width: 30px!important;
    height: 30px!important;
}

#jobbie .square-icon.linkedin svg path{
    fill: #ffffff;
}

#jobbie .square-icon.intercom svg path{
    fill: #ffffff;
}

#jobbie .offer-card-box {
    display: flex;
    flex-wrap: wrap;
}

#jobbie .offer-card {
    width: 275px;
    height: 290px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

#jobbie .offer-card .card-header {
    width: 100%;
    height: 60px;
    display: flex;
    border-bottom: 1px solid #F3F3F3;
}

#jobbie .offer-card .card-header .square-icon {
    box-shadow: none;
}

#jobbie .offer-card .card-header .square-icon svg{
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

#jobbie .offer-card .card-header .square-icon.apple svg g{
    fill: #ffffff;
}

#jobbie .offer-card .card-header .card-header-label {
    margin-left: 15px;
}

#jobbie .offer-card .card-header .card-header-label h4{
    font-size: 16px;
    margin-bottom: 5px;
}

#jobbie .offer-card .card-header .card-header-label p{
    font-size: 12px;
    color: var(--jobbie-second-text-color);
}

#jobbie .offer-card .card-content {
    margin-top: 15px;
    border-bottom: 1px solid #F3F3F3;
}

#jobbie .offer-card .card-content p{
	font-size: 14px;
	color: var(--jobbie-text-color);
	margin-bottom: 20px;
	line-height: 18px;
}

#jobbie .offer-card .card-content .offer-tags-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#jobbie .offer-card .card-content .offer-tags-box .offer-tag{
    background: #f2f4f7;
    color: var(--jobbie-text-color);
    font-size: 11px;
    font-weight: 600;
    border-radius: 15px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#jobbie .offer-card .card-content .offer-tags-box .offer-tag:last-child{
    margin-right: 0;
}

#jobbie .offer-card .card-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
#jobbie .offer-card .mid-button{
	border-radius: 20px;
	padding: 10px 10px;
	text-decoration: none;
	width: 100%;
}

#jobbie .thumb-img-li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--jobbie-second-text-color);
    overflow: hidden;
    margin-left: -10px;
    position: relative;
}

#jobbie .thumb-img-li.empty-li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

#jobbie .thumb-img-li.empty-li p{
    font-size: 10px;
    font-weight: 600;
    color: var(--jobbie-second-text-color);
}

#jobbie .thumb-img-li:first-child{
    margin-left: 0;
    z-index: 1;
}

#jobbie .thumb-img-li:nth-child(2){
    z-index: 2;
}

#jobbie .thumb-img-li:nth-child(3){
    z-index: 3;
}

#jobbie .thumb-img-li:nth-child(4){
    z-index: 4;
}

#jobbie .thumb-img-li:nth-child(5){
    z-index: 5;
}

#jobbie .thumb-img-li:nth-child(6){
    z-index: 6;
}

#jobbie .thumb-img-li:nth-child(7){
    z-index: 7;
}

#jobbie .offers-profile-label {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

#jobbie .offers-profile-label p {
    font-size: 12px;
    font-weight: 600;
    color: var(--jobbie-second-text-color);
}

#jobbie .section-image-box {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 430px;
    height: 560px;
    position: absolute;
    right: 45px;
    top: 60px;
    background: #0ccda3;
    border-radius: 15px;
    z-index: 1;
}

#jobbie .section-image-box .facebook-mini {
    position: absolute;
    right: 40px;
    top: 35px;
}

#jobbie .section-image-box .linkedin-mini {
    position: absolute;
    left: 20px;
    top: 135px;
}

#jobbie .section-image-box .section-image-block {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    overflow: hidden;
}

#jobbie .section-image-box .section-image-block img {
    height: 100%;
    width: auto;
}

#jobbie .companies-section {
    width: 100%;
    margin: 120px 0 50px 0;
    padding: 80px 45px 30px 45px;
    background: var(--jobbie-main-color);
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 560px;
	background: linear-gradient(135deg, #0556f8 -10%, #234383 110%);
}

#jobbie .companies-section .section-content {
	padding: 0px 0 0 0;
	height: calc(100% + 56px);
	overflow: hidden;
	width: 100%;
	margin-top: -28px;
	padding: 0px 0 0 0;
    height: calc(100% + 106px);
    overflow: hidden;
    width: 100%;
    margin-top: -78px;
}
.impresssecrght {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
}
.impresssecrghtresm {
    display: inline-flex;
    gap: 20px;
}
.impresssecrghtresm .me-6 {
    width: 215px;
}

.impresssecrght .pb-px{
	animation:pan-y 50s infinite linear reverse;
	flex-direction: column;
    gap: 22px;
}
.impresssecrght .pt-px{
	animation:pan-y 50s infinite linear;
	flex-direction: column;
    gap: 22px;
}
#jobbie .companies-section .section-header h2 {
    color: #FFF;
}

@keyframes pan-x {
    0% {
        transform: translateX(-50%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes pan-y {
    0% {
        transform: translateY(-50%)
    }
    to {
        transform: translateY(0)
    }
}


#jobbie .companies-section .companies-image-box {
    position: relative;
}

#jobbie .companies-section .section-header {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: end;
}

#jobbie .companies-section .section-header p {
    width: 100%;
    margin: 30px 0 40px 3px;
	color: #FFF;
}
#jobbie .companies-section .section-header p svg path{
	fill: currentColor;
}

#jobbie .companies-section .section-header p.sectxt {
    padding-right: 90px;
    margin: 0px 0 40px 3px;
    font-weight: 400;
    line-height: 26px;
}
#jobbie .section-header p.sectxtbtn .icon-box {
    margin-left: 7px;
}
#jobbie .companies-section .section-header p.sectxtbtn {
    margin: 0px 0 0px 3px;
}

#jobbie .companies-card-box {
    display: flex;
    justify-content: end;
    width: 100%;
}

#jobbie .companies-card-box .offer-card {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(242,242,244,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(242,242,244,1);
    box-shadow: 0px 0px 0px 2px rgba(242,242,244,1);
}

#jobbie .company-cart-location-box p, #jobbie .company-cart-jobs-box p {
    font-weight: 600;
}

#jobbie .company-cart-jobs-box p {
    color: #fe7a51;
}

#jobbie .company-cart-location-box, #jobbie .company-cart-jobs-box {
    display: inline-flex;
    align-items: center;
}

#jobbie .company-cart-location-box .icon-box, #jobbie .company-cart-jobs-box .icon-box {
    margin-right: 10px;
}

#jobbie .companies-image-block {
    width: 220px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}

#jobbie .companies-second-image-block {
    width: 185px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    top: -35px;
    left: 180px;
}

#jobbie .companies-image-block img, #jobbie .companies-second-image-block img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

#jobbie .companies-card-box .offer-card .card-header .square-icon {
    position: absolute;
    top: -20px;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
    -moz-box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
    box-shadow: 0px 5px 15px -5px rgba(102,102,102,0.65);
}

#jobbie .companies-card-box .offer-card .card-header .card-header-label {
    margin-left: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: end;
}

#jobbie .main-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 75px 0 0 0;
    background: linear-gradient(135deg, #0556f8 -10%, #234383 110%);
    border-radius: 25px;
    padding: 75px 45px;
    position: relative;
}

#jobbie .main-footer .section-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: end;
}

#jobbie .main-footer .section-header h2 {
    color: #ffffff;
    max-width: unset;
    margin-bottom: 30px;
}

#jobbie .main-footer .section-header p {
    width: 100%;
    color: var(--jobbie-section-color);
    font-weight: 500;
    justify-content: center;
    font-size: 18px;
    margin-top: 5px;
	margin-bottom:5px;
}
#jobbie .main-footer .text-with-line .text-line{
	bottom:0px;
}

#jobbie .main-footer .section-content {
    width: 100%;
    display: flex;
    justify-content: center;
	margin-top: 35px;
}

#jobbie .main-footer .section-content .subscribe-input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 45px;
    background: #373f5e;
    border-radius: 25px;
    margin: 25px 0 0 0;
    padding: 0 0 0 20px;
}

#jobbie .subscribe-button {
    width: 120px;
    height: 100%;
    font-size: 14px;
    color: var(--jobbie-text-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 25px;
    font-weight: 600;
	border:2px solid transparent;
}
#jobbie .subscribe-button:hover{
	background: transparent;
	border:2px solid #ffffff;
	color:#ffffff;
}

/* hire section */
#jobbie .hire-section {
    background: linear-gradient(135deg, #0556f8 -10%, #234383 110%);
    height: 600px;
    margin: 100px 0 0 0;
    border-radius: 25px;
    width: 100%;
}

#jobbie .hire-section .section-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(33,42,77,0.85);
    padding: 80px 45px 30px 45px;
    border-radius: 25px;
}

#jobbie .hire-section .section-header {
    display: block;
    width: 100%;
}


#jobbie .hire-section-image {
    width: 205px;
    height: 305px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#jobbie .hire-section-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

#jobbie .hire-section .section-header h2 {
    max-width: 400px;
    color: #ffffff;
    margin-bottom: 30px;
}

#jobbie .hire-section .section-header p {
    color: var(--jobbie-box-color);
    font-weight: 500;
    max-width: 310px;
    margin-bottom: 30px;
}

#jobbie .hire-section .buttons-box {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 45px;
}

#jobbie .hire-section .subscribe-button {
    width: 145px;
    margin-right: 15px;
}

#jobbie .hire-section .video-button {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    height: 45px;
    background: transparent;
}

#jobbie .hire-section .video-button .icon-box {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 50%;
}

#jobbie .hire-section .video-button .icon-box svg  {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

#jobbie .hire-section .video-button .icon-box svg path {
    fill: #ffffff;
}

#jobbie .hire-section .video-button p {
    margin-bottom: 0;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

#jobbie .hire-section .thumb-block {
    margin-top: 165px;
    display: flex;
    align-items: center;
}

#jobbie .hire-section .thumb-img-li {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
	background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/m2.webp);
	background-size: 35px 35px  !important;
    background-position: 0px 0px  !important;
}
#jobbie .hire-section .thumb-img-li:nth-child(2) {
    background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/f15.webp);
}
#jobbie .hire-section .thumb-img-li:nth-child(3) {
	background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/m11.webp);
}
#jobbie .hire-section .thumb-img-li:nth-child(4) {
   background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/m14.webp);
}
#jobbie .hire-section .thumb-img-li:nth-child(5) {
   background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/f2.webp);
}
#jobbie .hire-section .thumb-img-li:nth-child(6) {
    background: url(https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/c/f7.webp);
}
#jobbie .hire-section .thumb-img-li:nth-child(7) {
    background: #FFF;
}

#jobbie .hire-section .thumb-img-li.empty-li p {
    margin-bottom: 0;
    color: var(--jobbie-text-color);
    font-size: 14px;
    font-weight: 600;
}

#jobbie .hire-section .thumb-block-label {
    margin-left: 15px;
}

#jobbie .hire-section .thumb-block-label h2{
    margin-bottom: 0;
    font-size: 24px;
}

#jobbie .hire-section .thumb-block-label p{
    margin-bottom: 0;
    color:  #ffffff;
    font-size: 12px;
    font-weight: 500;
}

#jobbie .hire-section .section-content {
    position: absolute;
    right: 45px;
    top: 80px;
}

#jobbie .hire-section .section-content .square-icon.twitter{
    position: absolute;
    right: 230px;
    top: 220px;
}

#jobbie .hire-section .employer-image-box {
    position: absolute;
    right: 290px;
    top: -110px;
}

#jobbie .hire-section .aplicant-image-box {
    position: absolute;
    right: 50px;
    top: 130px;
}

#jobbie .hire-section .applied-box {
    width: 165px;
    height: 45px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 445px;
    top: 110px;
    padding: 10px;
}

#jobbie .hire-section .applied-box p {
    font-size: 11px;
    font-weight: 600;
}

#jobbie .hire-section .applicant-box {
    width: 135px;
    height: 105px;
    background: #ffffff;
    border-radius: 15px;
    right: 20px;
    top: 70px;
    padding: 10px;
    position: absolute;
}

#jobbie .hire-section .applicant-box .aplplicant-header h4 {
    font-size: 12px;
}

#jobbie .hire-section .applicant-box .aplplicant-header h4 span {
    color: var(--jobbie-second-text-color);
    font-size: 11px;
}

#jobbie .hire-section .applicant-box .applicant-box-content {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 10px 0 8px 0;
}

#jobbie .hire-section .applicant-box .applicant-box-content-img {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

#jobbie .applicant-box-content-label h4 {
    font-size: 11px;
}

#jobbie .applicant-box-content-label {
    width: calc(100% - 25px);
    padding: 0 0 0 10px;
}

#jobbie .badge {
    background: #D2DDFF;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 8px;
}

#jobbie .applicant-box-footer {
    display: flex;
    justify-content: end;
}

#jobbie .applicant-box-footer p {
    font-size: 8px;
    margin-left: 5px;
    margin-bottom: 4px;
}

#jobbie .applicant-box-footer h6 {
    font-size: 8px;
    margin-left: 5px;
}

#jobbie .employer-box {
    width: 175px;
    height: 170px;
    background: #EDF1FF;
    border-radius: 15px;
    right: 305px;
    top: 230px;
    padding: 12px;
    position: absolute;
}

#jobbie .employer-box .employer-box-header .badge {
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
}

#jobbie .employer-box .employer-box-content {
    padding-top: 15px;
}

#jobbie .employer-box .employer-box-content .employer-box-icon {
    height: 25px;
    margin-bottom: 10px;
}

#jobbie .employer-box .employer-box-content .square-icon {
    width: 25px;
    height: 25px;
    padding: 5px;
}

#jobbie .employer-box .employer-box-content .square-icon.apple svg g {
    fill: #ffffff;
}

#jobbie .employer-box .employer-box-content-label h4{
    font-size: 14px;
    margin-bottom: 4px;
}

#jobbie .employer-box .employer-box-content-label p{
    font-size: 12px;
    color:var(--jobbie-second-text-color);
    margin-bottom: 12px;
}

#jobbie .employer-box .employer-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#jobbie .employer-box .employer-box-footer .main-button {
    font-size: 10px;
    padding: 0;
    height: 25px;
    width: 70px;
}

#jobbie .employer-box .employer-box-footer-item {
    display: inline-flex;
    align-items: center;
    width: 50%;
}

#jobbie .employer-box .employer-box-footer-item:last-child {
    justify-content: end;
}

#jobbie .employer-box .employer-box-footer .employer-box-footer-item p {
    color: #fe7a51;
    font-size: 11px;
}

#jobbie .employer-box .employer-box-footer .employer-box-footer-item .icon-box {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#jobbie .handdrawarrow {
    position: absolute;
    top: 345px;
    left: 125px;
}

#jobbie .handdrawarrow .icon-box{
    width: 115px;
    height: 115px;
    transform: rotate(-70deg);
}

#jobbie .handdrawarrow .icon-box svg {
    fill: var(--jobbie-second-color);
}

#jobbie .handdrawarrow .icon-box svg path{
    fill: var(--jobbie-second-color);
}

/* mobile menu */
#jobbie #menu__toggle {
    opacity: 0;
}

#jobbie .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 23;
    background: rgba(252,255,255,0.8);
    border-radius: 8px;
}

#jobbie .hamburger-menu {
    display: none;
}
#jobbie .menu__btn > span {
    left: 6px;
}
#jobbie .menu__btn > span,
#jobbie .menu__btn > span::before,
#jobbie .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #616161;
    transition: 0.3s;
}
#jobbie .menu__btn > span::before {
    content: '';
    top: -8px;
}
#jobbie .menu__btn > span::after {
    content: '';
    top: 8px;
}

#jobbie .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    margin: 0;
    padding: 70px 10px 15px 10px;
    list-style: none;
    text-align: left;
    background-color: var(--jobbie-section-color);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, .3);
    transition: 0.3s;
    z-index: 22;
}
#jobbie .menu__box .signup-btn.main-button {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
}

#jobbie .menu__box_bg {
    content: '';
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 20;
	visibility: hidden;
}
#menu__toggle:checked ~ .menu__box_bg {
    visibility: visible;
    right: 0;
}

#jobbie .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.menu__box_in {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.menu__box_in_tp {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.menu__box_in_dp {
    width: 110px;
    height: 110px;
    background: rgb(123 6 246 / 6%);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.menu__box_in_dp.loggedin{
	font-size: 50px;
    font-weight: 500;
    color: var(--jobbie-section-color);
    background: var(--jobbie-button-new-color);
}
.menu__box_in_dp svg {
    width: 60px;
    height: 60px;
}
.menu__box_in_tp .signin-btn {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: var(--jobbie-button-new-color);
}
#jobbie ul.menu__box_list {
    flex-direction: column;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.menu__item_divider {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--jobbie-main-color);
}

#jobbie .menu__box .m-login-box {
    display: flex;
    margin-top: 15px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 30px;
}

#jobbie .menu__box .m-login-box .signin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;

}

#jobbie .hero-input-box .search-button.send-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
	padding: 0px;
	transition:all linear 300ms;
	transform:scale(0);
}
#jobbie .hero-input-box .search-button.send-button svg{
	width: 23px;
    height: 23px;
    margin-left: 4px;
}
#jobbie .hero-input-box .search-button.send-button:hover{
	background: var(--jobbie-second-color);
}
#jobbie p.aitext {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.circContainer {
	width: 25px;
	height: 25px;
	position: relative;
	transform: scale(0);
	transform-origin: left;
	margin-left: 3px;
}
.circ {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
}
.circPulse {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulse 1.4s ease-out;
    -moz-animation: pulse 1.4s ease-out;
    animation: pulse 1.4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.circContainer .circ {
  background: SpringGreen;
}
.circContainer .circPulse {
  background: rgba(0, 255, 127, 0.5);
}

.circPulse .one {
  -webkit-animation-delay: 0ms;
}
.circPulse .two {
  -webkit-animation-delay: 750ms;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

#jobbie .resumes-section {
    float: left;
    width: 100%;
    margin-top: 100px;
}
#jobbie .resumes-section .resumessectop {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#jobbie .resumes-section .resumessectop h2 {
    text-align: center;
	margin-bottom:10px;
	font-size: 32px;
}

#jobbie .resumes-section .resumessectop p {
    text-align: center;
	padding: 0px 150px;
    font-size: 17px;
    line-height: 21px;
}

#jobbie .resumesseccnt {
    margin-top: 0px;
	float: left;
    width: 100%;
}
#jobbie .rsmssecntbximg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}
#jobbie .resumesseccntin {
	display: flex;
	padding: 0px 0px;
	margin-bottom: 50px;
	flex-flow: wrap row;
	gap: 40px;
	justify-content: center;
}

#jobbie .rsmssecntbxcntin {
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
	 float: left;
    width: 100%;
}
#jobbie .rsmssecntbxcnt {
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    margin-top: -80px;
	 float: left;
    width: 100%;
}
#jobbie .rsmssecntbxcnt .rsmssecntbxttl {
    font-size: 20px;
    margin-bottom: 10px;
	 float: left;
    width: 100%;
}
#jobbie .rsmssecntbxcnt .rsmssecntbxdsc {
    font-size: 16px;
    margin-bottom: 20px;
	 float: left;
    width: 100%;
}
#jobbie .rsmssecntbxcnt .rsmssecntbxbtn {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}


#jobbie .resumesseccnt .catainer{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 30%;
	transition: all linear 500ms;
	cursor:pointer;
}
#jobbie .resumesseccnt .catainer:hover{
	transform: scale(1.03);
}
#jobbie .resumesseccnt .catainer:hover .order-button svg{
	animation-name:shakeX;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:3s;
}

#jobbie .resumesseccnt .product-card {
    width: 300px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}

#jobbie .resumesseccnt .image-container {
    position: relative;
}

#jobbie .resumesseccnt .image-container img {
    width: 100%;
    border-radius: 15px;
	height: 230px;
    object-fit: cover;
}

#jobbie .resumesseccnt .favorite-star {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ffcf52;
}

#jobbie .resumesseccnt .product-info h2 {
    margin: 15px 0 10px;
    font-size: 24px;
}

#jobbie .resumesseccnt .product-info p {
    font-size: 14px;
    color: #555;
}

#jobbie .resumesseccnt .tags {
    margin: 10px 0;
}

#jobbie .resumesseccnt .tag {
  cursor:pointer;
    display: inline-block;
    background-color:var(--jobbie-second-color) ;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
}

#jobbie .resumesseccnt .price-order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#jobbie .resumesseccnt .price {
    font-size: 24px;
    font-weight: bold;
}

#jobbie .resumesseccnt .order-button {
    background-color: var(--jobbie-main-color);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

#jobbie .resumesseccnt .order-button:hover {
    background-color: var(--jobbie-second-color);
    color: var(--jobbie-main-color);
}

#jobbie .resumesseccnt .favorite-star{
	cursor:pointer;
}

#jobbie .resumesseccnt .favorite-star.active {
    color: gold;
}
.faq-section {
    margin-top: 100px;
    padding: 0px 20px;
}
#jobbie .faq-section .section-header h2 {
    max-width: 100%;
    margin-bottom: 40px;
}

#jobbie h2.faqtxt {
    display: inline-flex;
	width: 100%;
	cursor:pointer;
	transition: all linear 500ms;
	transform-origin: top;
}
#jobbie h2.faqtxt .faqqesicn {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: var(--jobbie-main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    margin-top: 1px;
}

#jobbie h2.faqtxt .faqqesicn svg {
    fill: #FFF;
    color: #FFF;
    width: 21px;
    height: 21px;
    margin-top: 1px;
}
#jobbie h2.faqtxt:hover {
	color:var(--jobbie-main-color);
}
#jobbie h2.faqtxt:hover .faqqesicn {
	background:var(--jobbie-main-color);
}


#jobbie h2.faqtxt .faqqesicn:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 100%;
    opacity: 0;
    display: none;
}
#jobbie .upgradpopfaqa {
    padding-top: 15px;
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
	transition: all linear 300ms;
}

#jobbie .opened h2.faqtxt .faqqesicn:before {
    opacity: 1;
    display: block;
}
#jobbie .opened h2.faqtxt .faqqesicn svg {
    display: none;
}
#jobbie .opened .upgradpopfaqa {
	 max-height: 500px;
}


#how .col-sm-4,#how .col-sm-8{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
@media (min-width: 768px){
#how .col-sm-4,#how .col-sm-8{float:left;}
#how .col-sm-4{width:33.33333%;}
#how .col-sm-8{width:66.66667%;}
}
#how li{display:table;min-height:250px;margin-bottom:40px;}
#how .rightSide_icon .imgContainer.col-sm-4{float:right;position:relative;z-index:4;}
#how .imgContainer.col-sm-4{padding:0px;text-align:center;}
#how .imgContainer a{display:inline-block;}
#how .imgContainer a img{width:250px;height:250px;border-radius:10px;border:0px solid var(--jobbie-main-color);outline:0px solid var(--jobbie-second-color);}
#how p.col-sm-8{font-size:18px;font-weight:300;padding:0 0 0 60px;display:table-cell;vertical-align:middle;}
#how p .reason-full-text{position:relative;display:inline-block;width:100%;color:#FFF;font-weight:400;letter-spacing:0.02em;line-height:25px;padding:0px 0px 10px 24px;font-size:17px;font-weight:600;}
#how p .reason-full-text:before{content:'.';font-size:44px;color:#333;position:absolute;top:-13px;left:0px;opacity:0;}
#how p .reason-full-text svg{width:20px;height:20px;position:absolute;left:0px;top:2px;fill:var(--forest-green);}
#how p .count_no{font-size: 30px;
    font-weight: 800;
    line-height: 26px;
    display: inline-block;
    padding-right: 34px;
    color: #000;
    color: #FFF;
    position: relative;
    left: -56px;
    left: -30px;}
.iq_subheadingCount{display:inline-block;}
#how p .iq_subheading:before{position:relative;left:0px;top:20px;font-size:60px;font-weight:bold;line-height:50px;padding-right:17px;}
.read_more_row{width:100%;margin-top:8px;text-align:left;float:left;}
.read_more_row .read_more{font-weight:700;border-radius:12px;font-size:16px;display:inline-flex;position:relative;z-index:2;min-width:139px;min-height:45px;border:1px solid #021562;text-transform:capitalize;align-items:center;text-align:center;justify-content:center;background-color:var(--jobbie-main-color);color:var(--jobbie-second-color);-webkit-transition:background 600ms, border 600ms;transition:background 600ms, border 600ms;font-family:HelveticaNeue;font-size:14px;height:var(--chakra-sizes-10);min-width:var(--chakra-sizes-10);-webkit-padding-start:var(--chakra-space-4);padding-inline-start:var(--chakra-space-4);-webkit-padding-end:var(--chakra-space-4);padding-inline-end:var(--chakra-space-4);padding:25px 40px;}
#how .read_more_row .read_more:hover{color:var(--jobbie-main-color);background-color:var(--jobbie-second-color);}
#how .read_more_row .read_more .css-1svduf5{color:currentColor;width:20px;height:20px;margin-left:3px;}
#how .read_more_row .read_more{background-color:transparent;border:1px solid var(--jobbie-second-color)!important;}
#how .read_more_row .read_more:hover{background-color:var(--jobbie-second-color);color:var(--jobbie-main-color);}
#how .read_more_row .read_more:hover .css-1svduf5{color:currentColor;}
#how .iq_subheadingCount{display: inline-flex;
    align-items: flex-start;}
#how .iq_subheading{font-size:26px;color:var(--jobbie-second-color);display:inline-block;margin-bottom:10px;position:relative;text-align:left;left:-56px;font-weight:600;}
@media only screen and (max-width:768px){
#how ul{padding-left:0px;}
#how .iq_subheadingCount{width:100%;margin-bottom:20px;}
#how p .count_no{padding-right:5px;left:0px;}
#how p .iq_subheading{left:0px;line-height:normal;font-size:22px;display:inline;}
#how p{padding-left:0;}
}
@media only screen and (max-width:568px){
#how ul li{float:left;width:100%;padding:0px;}
#how .rightSide_icon .imgContainer.col-sm-4{float:none;margin:0 auto;}
#how p{float:left;width:100%;}
}
#how li.rightSide_icon{background:var(--forest-green);border-radius:25px;padding:24px 24px 36px 24px;margin:0px 0px 25px 0px;float:left;}
#how .imgContainer.col-sm-4{padding-top:25px;}
#how li.leftSide_icon{background:#edf3f5;border-radius:25px;padding:24px 24px 36px 24px;margin:0px 0px 25px 0px;}
#how li.leftSide_icon  .count_no{color:var(--jobbie-main-color);}
#how .leftSide_icon .read_more_row .read_more{background-color:transparent;color:var(--forest-green);border:1px solid var(--forest-green)!important;}
#how .leftSide_icon .read_more_row .read_more:hover{background-color:var(--forest-green);color:#FFF;border:1px solid var(--forest-green)!important;}
#how .leftSide_icon .reason-full-text{color:var(--forest-green);}
#how .rightSide_icon .reason-full-text svg{fill:var(--jobbie-second-color);}
#how .leftSide_icon .iq_subheading{color:var(--jobbie-main-color);width:calc(100% - 94px);line-height:1;}
#how .benefits_lists{margin-top:0px; display:block}
#how .iq_subheadingCount{width:100%;}
#how .css-1svduf5{width:22px;height:22px;display:inline-block;line-height:1em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:currentColor;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(49deg);margin-left:0px;margin-top:-4px;}
@media screen and (max-width: 961px){
#how .rightSide_icon .imgContainer.col-sm-4{width:100%;text-align:center;padding-top:20px;padding-bottom:30px;}
#how p.col-sm-8{width:100%;padding-right:20px;}
#how .leftSide_icon .imgContainer.col-sm-4{width:100%;text-align:center;padding-top:20px;padding-bottom:30px;}
#how .read_more_row{text-align:center;}
}
@media screen and (max-width: 661px){
.benefits_lists{margin-top:40px;float:left;}
#how p.col-sm-8{padding:0px;}
}
#how .benefits_lists_ats li.rightSide_icon{background:var(--jobbie-box-color);color:var(--jobbie-text-color);}
#how .benefits_lists_ats li.rightSide_icon .count_no{color:var(--jobbie-text-color);}
#how .benefits_lists_ats li.rightSide_icon .iq_subheading{color:var(--jobbie-text-color);}
#how .benefits_lists_ats li .iq_subheading{font-size:26px;}
#how .benefits_lists_ats li.rightSide_icon .reason-full-text{color:var(--jobbie-text-color);padding-left:10px;}
#how .benefits_lists_ats li.leftSide_icon .reason-full-text{padding-left:10px;}
#how .benefits_lists_ats li.rightSide_icon .reason-full-text svg{fill:var(--jobbie-text-color);}
#how .benefits_lists_ats li.rightSide_icon .read_more_row .read_more{color:var(--jobbie-main-color);border:1px solid var(--jobbie-main-color)!important;}
#how .benefits_lists_ats li.rightSide_icon .read_more_row .read_more:hover{background:var(--jobbie-main-color);border:1px solid var(--jobbie-main-color)!important;color:#FFF;}
#how .benefits_lists_ats .imgContainer a img{object-fit:cover;object-position:top;}
#how .benefits_lists_ats p .reason-full-text svg{width:26px;height:26px;}
#how .benefits_lists_ats .read_more_row_dbls{display:inline-flex;align-items:center;gap:15px;}
#how .benefits_lists_ats .read_more_row_dbls .read_more.read_more_lnkn{display:inline-flex;align-items:center;background:var(--jobbie-main-color);color:#FFF;}
#how .benefits_lists_ats li.rightSide_icon .read_more_row .read_more.read_more_lnkn{color:#FFF;}
#how .benefits_lists_ats li.rightSide_icon .read_more_row .read_more.read_more_lnkn:hover{background:var(--jobbie-box-color);border:1px solid var(--jobbie-main-color)!important;color:var(--jobbie-main-color);}
#how .benefits_lists_ats .read_more_row_dbls .read_more.read_more_lnkn svg{width:21px;height:21px;fill:currentColor;margin-left:6px;}
#how .benefits_lists_ats li.leftSide_icon .read_more_row_dbls .read_more.read_more_lnkn{display:inline-flex;align-items:center;background:var(--forest-green);color:#FFF;}
#how .benefits_lists_ats li.leftSide_icon .read_more_row .read_more.read_more_lnkn:hover{background:var(--light-green);border:1px solid var(--forest-green)!important;color:var(--forest-green);}

#jobbie .resumes-section.myths-section h2 {
    font-size: 32px;
}
#jobbie .resumes-section.myths-section .resumesseccnt {
    margin-top: 0px;
}
#jobbie .resumes-section.myths-section {
    margin-top: 0px;
}
#jobbie .read_more_row .mid-button {
    min-width: 180px;
    font-size: 16px;
}
.upgradpopfaqrw {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#jobbie .upgradpopfaqa p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 30px;
}

#how .benefits_lists_ats .benefits_list_1 .imgContainer a img {
    height: 320px;
}

#how .benefits_lists_ats .benefits_list_4 .imgContainer a img {
    height: 320px;
}
#jobbie .explore-section.whychoose-section {
    padding: 0 15px;
}

#jobbie .explore-section.whychoose-section .cards-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: start;
    margin-top: 30px;
    flex-flow: wrap row;
    gap: 30px;
}

#jobbie .explore-section.whychoose-section .card {
    position: relative;
    padding: 28px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .05);
    height: 260px;
    width: 30%;
    margin-bottom: 10px;
    margin-right: 0px;
}
#jobbie .explore-section.whychoose-section .card:before {
    position: absolute;
    content: "";
    border: 1px dashed #e4e7ee;
    width: 97%;
    height: 97%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
	z-index:1;
}

#jobbie .explore-section.whychoose-section .card .card-header{
	position: relative;
	z-index:2;
}

#jobbie .explore-section.whychoose-section .card .card-content{
	position: relative;
	z-index:2;
}
#jobbie .explore-section.whychoose-section .card .card-header .square-icon {
    box-shadow: none;
    padding: 0px;
    box-sizing: border-box;
}
#jobbie .explore-section.whychoose-section {
    border-radius: 25px;
    background: #f0f3f9;
    padding: 30px 45px 50px 45px;
}

#jobbie .explore-section.whychoose-section .card-content h2{
	font-size: 24px;
}
#jobbie .explore-section.whychoose-section .card-content p {
    font-size: 16px;
    margin-top: 12px;
    color: var(--jobbie-text-color);
    line-height: 23px;
}
#jobbie .explore-section.whychoose-section .card .card-header .square-icon svg {
    width: 48px;
    height: 48px;
}
#jobbie .explore-section.whychoose-section .card .card-header .square-icon .spotlighticn {
    transform: rotateY(180deg);
}
#jobbie .explore-section.whychoose-section .card .card-header .square-icon svg.experticeicn {
    transform: scale(1.1);
}

#jobbie p.Z-text{font-family:var(--Z-font-family, Inter, Inter Placeholder, sans-serif);font-style:var(--Z-font-style, normal);font-weight:var(--Z-font-weight, 400);color:#FFF;font-size:calc(var(--Z-font-size, 16px) * var(--Z-font-size-scale, 1));letter-spacing:var(--Z-letter-spacing, 0);text-transform:var(--Z-text-transform, none);text-decoration:var(--Z-text-decoration, none);line-height:26px;text-align:var(--Z-text-alignment, start);}
#jobbie p.Z-text{font-family:var(--Z-font-family, Inter, Inter Placeholder, sans-serif);font-style:var(--Z-font-style, normal);font-weight:var(--Z-font-weight, 400);color:#FFF;font-size:calc(var(--Z-font-size, 16px) * var(--Z-font-size-scale, 1));letter-spacing:var(--Z-letter-spacing, 0);text-transform:var(--Z-text-transform, none);text-decoration:var(--Z-text-decoration, none);line-height:26px;text-align:var(--Z-text-alignment, start);}
#jobbie p.Z-text{margin:0px;padding:0px;}
#jobbie .Z-GFG01 .Z-i9emx9{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:40px;height:1150px;height:auto;justify-content:center;overflow:hidden;padding:0 50px 50px;position:relative;width:auto;transform:translateX(-40%);animation-name:looptesti;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:1300s;margin-bottom:4rem;}
#jobbie .Z-GFG01 .Z-i9iqb1-container{flex:none;height:auto;position:relative;transform:perspective(1200px);width:100%;direction:ltr;}
#jobbie .Z-k33QI .Z-pm3yxk{align-content:center;align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:25px;height:min-content;justify-content:flex-start;overflow:hidden;padding:20px;position:relative;width:340px;will-change:var(--Z-will-change-override, transform);background:rgb(5 86 248 / 10%);border-radius:15px;}

#jobbie .Z-k33QI .Z-1l3gzqh{
	flex: none;
    inset: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: var(--jobbie-text-color);
    border-radius: 15px;
}

#jobbie .Z-k33QI .Z-122ahqg{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:space-between;overflow:visible;padding:0;position:relative;width:100%;z-index:2;}
.Z-k33QI .Z-n7qd09{align-content:center;align-items:center;display:flex;flex:1 0 0px;flex-direction:row;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:1px;}
.Z-k33QI .Z-1wp9a4z{aspect-ratio:1 / 1;flex:none;height:40px;overflow:hidden;position:relative;width:50px;will-change:var(--Z-will-change-override, transform);}
.Z-k33QI .Z-1chvtsy{align-content:flex-start;align-items:flex-start;display:flex;flex:1 0 0px;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:1px;}
.Z-k33QI .Z-1uva42x{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:2px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:min-content;}
.Z-k33QI .Z-12qxjsa{flex:none;height:auto;position:relative;white-space:pre;width:auto;--Z-text-color:#ffffff;display:flex;}
.Z-k33QI .Z-12qxjsa p{--font-selector:Q1VTVE9NO0dUIFdhbHNoZWltIEJvbGQ=;--Z-font-family:"GT Walsheim Bold", sans-serif;--Z-font-size:18px;}
.truncate-19ppvbb p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:13px;margin-top:2px;}
.Z-k33QI .Z-18vkzsa{flex:none;height:auto;position:relative;width:100%;word-break:break-word;word-wrap:break-word;color:var(--primary-green);font-weight:600;}
.truncate-19ppvbb p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.Z-k33QI .Z-1olp5hf{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:10px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:100%;z-index:2;}
.Z-k33QI .Z-1j1730u{flex:1 0 0px;height:auto;position:relative;width:1px;word-break:break-word;word-wrap:break-word;display:flex;flex-direction:column;justify-content:flex-start;flex-shrink:0;--Z-paragraph-spacing:0px;transform:none;}
.Z-gCP9X .Z-styles-preset-16bzrdu:not(.rich-text-wrapper){--Z-font-family:"GT Walsheim Regular", sans-serif;--Z-font-family-bold:"GT Walsheim Medium", sans-serif;--Z-font-family-bold-italic:"GT Walsheim Bold Oblique", sans-serif;--Z-font-family-italic:"GT Walsheim Regular Oblique", sans-serif;--Z-font-size:22px;--Z-font-style:normal;--Z-font-style-bold:normal;--Z-font-style-bold-italic:normal;--Z-font-style-italic:normal;--Z-font-weight:400;--Z-font-weight-bold:400;--Z-font-weight-bold-italic:400;--Z-font-weight-italic:400;--Z-letter-spacing:0px;--Z-line-height:1.6em;--Z-paragraph-spacing:20px;--Z-text-alignment:left;--Z-text-color:#fffff;--Z-text-decoration:none;--Z-text-transform:none;}
.Z-9H0nX .Z-1c6j9lp{align-content:center;align-items:center;flex:none;flex-direction:column;flex-wrap:nowrap;gap:40px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:327px;display:flex;}
.Z-k33QI .Z-1j1730u p{color:#ffffff;}
@media (max-width: 1199px) and (min-width:610px){
.Z-gCP9X .Z-styles-preset-16bzrdu:not(.rich-text-wrapper){--Z-font-family:"GT Walsheim Regular", sans-serif;--Z-font-family-bold:"GT Walsheim Medium", sans-serif;--Z-font-family-bold-italic:"GT Walsheim Bold Oblique", sans-serif;--Z-font-family-italic:"GT Walsheim Regular Oblique", sans-serif;--Z-font-size:20px;--Z-font-style:normal;--Z-font-style-bold:normal;--Z-font-style-bold-italic:normal;--Z-font-style-italic:normal;--Z-font-weight:400;--Z-font-weight-bold:400;--Z-font-weight-bold-italic:400;--Z-font-weight-italic:400;--Z-letter-spacing:0px;--Z-line-height:1.5em;--Z-paragraph-spacing:20px;--Z-text-alignment:left;--Z-text-color:#ffffff;--Z-text-decoration:none;--Z-text-transform:none;}
.Z-styles-preset-16bzrdu:not(.rich-text-wrapper){--Z-font-family:"GT Walsheim Regular", sans-serif;--Z-font-family-bold:"GT Walsheim Medium", sans-serif;--Z-font-family-bold-italic:"GT Walsheim Bold Oblique", sans-serif;--Z-font-family-italic:"GT Walsheim Regular Oblique", sans-serif;--Z-font-size:20px;--Z-font-style:normal;--Z-font-style-bold:normal;--Z-font-style-bold-italic:normal;--Z-font-style-italic:normal;--Z-font-weight:400;--Z-font-weight-bold:400;--Z-font-weight-bold-italic:400;--Z-font-weight-italic:400;--Z-letter-spacing:0px;--Z-line-height:1.5em;--Z-paragraph-spacing:20px;--Z-text-alignment:left;--Z-text-color:#ffffff;--Z-text-decoration:none;--Z-text-transform:none;}
}
@media (max-width: 809px){
.Z-GFG01 .Z-i9emx9{height:min-content;padding:0;}
}
@media (max-width: 809px) and (min-width:0px){
.hidden-7qrtfs{display:none;}
}
@media screen and (max-width: 609px) and (min-width:0px){
	.Z-gCP9X .Z-styles-preset-16bzrdu:not(.rich-text-wrapper){--Z-font-size:18px;--Z-font-style:normal;--Z-font-style-bold:normal;--Z-font-style-bold-italic:normal;--Z-font-style-italic:normal;--Z-font-weight:400;--Z-font-weight-bold:400;--Z-font-weight-bold-italic:400;--Z-font-weight-italic:400;--Z-letter-spacing:0px;--Z-line-height:1.4em;--Z-paragraph-spacing:20px;--Z-text-alignment:left;--Z-text-color:#ffffff;--Z-text-decoration:none;--Z-text-transform:none;}
}

.testmuserpic{background-repeat:no-repeat;background-position:0px 0px;width:40px;height:40px;border-radius:100%;background-size:680px;display:inline-flex;position:relative;align-items:center;justify-content:center;    font-size: 20px;
    font-weight: 600;}
.testmuserpic:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background:var(--data-bgclr);border-radius:100%;}
p.Z-text{margin:0px;padding:0px;}
p.Z-text{font-family:var(--Z-font-family, Inter, Inter Placeholder, sans-serif);font-style:var(--Z-font-style, normal);font-weight:var(--Z-font-weight, 400);color:var(--Z-text-color, #FFF);font-size:calc(var(--Z-font-size, 16px) * var(--Z-font-size-scale, 1));letter-spacing:var(--Z-letter-spacing, 0);text-transform:var(--Z-text-transform, none);text-decoration:var(--Z-text-decoration, none);line-height:var(--Z-line-height, 1.2em);text-align:var(--Z-text-alignment, start);}
.testmuserpic{overflow:hidden;}
.css-1i27l4i.css-testmstars{position:absolute;background:transparent;width:100px;height:20px;right:25px;top:31px;z-index:2;display:inline-flex;gap:4px;}
.css-1i27l4i.css-testmstars{color:#ffc107;}
@media screen and (max-width: 421px){
.Z-GFG01 .Z-i9emx9{gap:20px;}
.Z-9H0nX .Z-1c6j9lp{gap:20px;}
}
@media screen and (max-width: 821px){
.Z-GFG01 .Z-i9emx9{margin-bottom:10px;}
}
#jobbie .Z-k33QI .Z-12qxjsa p.Z-text {
    font-weight: 600;
    font-size: 18px;
    color: var(--jobbie-main-color);
}
#jobbie .Z-k33QI .Z-18vkzsa p {
    font-size: 16px;
    color: var(--jobbie-section-color);
    font-weight: 500;
	line-height:21px;
}
#jobbie .css-1i27l4i.css-testmstars {
    top: 19px;
}

@keyframes looptesti{0%{transform:translateX(-40%);}50%{transform:translateX(40%);}100%{transform:translateX(-40%);}}

.testmseccntbox.Z-9H0nX.Z-GFG01 {
    align-content: center;
    align-items: center;
    background-color: transparent;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 110px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 40px 0 0 10px;
    position: relative;
    width: 100%;
}

#jobbie .resumesseccnt .order-button svg {
    fill: currentColor;
    width: 15px;
    height: 15px;
    margin-left: 4px;
}
#jobbie .resumesseccnt .order-button svg path {
    fill: currentColor;
}

@-webkit-keyframes shakeX{
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90%{
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	20%, 40%, 60%, 80%{
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0)
	}
}
.shakeX{
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

#jobbie .resumes-section.testm-section .fullbuttnbox {
    margin-top: 0px;
}
#jobbie .footer-section {
    margin-top: 150px;
    margin-bottom: 40px;
}
#jobbie .footerlogobox {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
#jobbie .footerlogobox .logo-label {
    transform: scale(1.1);
}
#jobbie .footerscrlogosbox {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
#jobbie .footerscrlogosbox img {
    height: 60px;
    width: auto;
}
#jobbie .footerpaymntlogosbox {
    margin-top: 40px;
    float: left;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
#jobbie .footerpaymntlogosbox .paymntlogostxt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
#jobbie .footerpaymntlogosbox .paymntlogosimg {
    width: 30%;
}
#jobbie .footermenusbx {
    float: left;
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

#jobbie .footermenulink {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #111;
    line-height: 18px;
}
#jobbie .footermenulink:hover {
	text-decoration: underline;
}
#jobbie .footermenulink svg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    fill: var(--jobbie-second-color);
}
#jobbie .footercprbx {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
}
#jobbie .footercprtxt {
    font-size: 15px;
    color: #222;
}

#jobbie .footercprtxtlnk {
    color: var(--jobbie-second-color);
	text-decoration: none;
}
#jobbie .footercprtxtlnk:hover {
	text-decoration: underline;
}
#jobbie .explore-section.whychoose-section .card.card_pricing:before {
    border-color: var(--jobbie-second-color);
}

.cvLandingLogosCarousel{overflow:hidden;}
.cvLandingLogosCarousel__carousel{-webkit-animation:cvLandingLogosCarousel-scroll 40s linear infinite;animation:cvLandingLogosCarousel-scroll 40s linear infinite;display:flex;-webkit-transform:translateZ(0);transform:translateZ(0);width:-webkit-max-content;width:-moz-max-content;width:max-content;}
.cvLandingLogosCarousel__item{opacity:.25;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.cvLandingLogosCarousel__item:first-child{margin-left:60px;}
.cvLandingLogosCarousel__item+.cvLandingLogosCarousel__item{flex-shrink:0;margin-left:60px;}
.pageLandingLogosSliderLayout{padding:0px;margin:40px 0px 0px 0px;width:100%;margin:0px 0px 0px -80px;width:calc(100% + 160px);margin:40px 0px 0px 0px;width:100%;}
@media screen and (max-width: 661px){
.pageLandingLogosSliderLayout{padding:0;margin:0px 0px 0px 0px;width:100%;bottom:5px;}
}
.brndicon.brndicon_carrefour{transform:scale(2.6) translateY(-2px);}
.brndicon.brndicon_careem{transform:scale(2.6);}
.brndicon.brndicon_healthcare{transform:scale(2.6) translateY(1px) translateX(10px);}
.brndicon.brndicon_noon{transform:scale(0.65);}
.brndicon.brndicon_khaleej{transform:scale(3.9);}
@media screen and (max-width: 661px){
.cvLandingLogosCarousel__item{transform:scale(0.9);transform-origin:bottom;}
}
@-webkit-keyframes cvLandingLogosCarousel-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0);}to{-webkit-transform:translateX(-33.33%);transform:translateX(-33.33%);}}
@keyframes cvLandingLogosCarousel-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0);}to{-webkit-transform:translateX(-33.33%);transform:translateX(-33.33%);}}


#jobbie .resumes-section .resumessectop h2.lovedbytxt {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 5px;
}
.lovedbyicn {
    width: 38px;
    height: 38px;
}


#jobbie .hero-image-box .hero-image.cover-letter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#jobbie .hero-image-box .hero-image.pricing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -80px 0px;
}

#jobbie .hero-image-box .hero-image.about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerpage-section {
    float: left;
    width: 100%;
    margin-top: 115px;
    padding: 0px 25px;
}
.innerpage-section .section-content {
    margin-top: 20px;
}
#jobbie .section-inner-cnt p.sectxt {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
    padding-right: 60px;
    color: #000;
}

.container{max-width:100%!important;}
.ugyeXRyVp1Kg8kYay3xMiA\=\={line-height:1;}
.ugyeXRyVp1Kg8kYay3xMiA\=\=,.ugyeXRyVp1Kg8kYay3xMiA\=\=:before{display:block!important;vertical-align:middle;}
._7d9Ew3rdopoMTEUs4G1Anw\=\={font-family:Rubik,Open Sans,sans-serif;font-weight:500!important;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:4px;text-align:center;text-decoration:none!important;white-space:nowrap;vertical-align:middle;height:-moz-fit-content;height:fit-content;transition:all .3s ease-in-out;}
._7d9Ew3rdopoMTEUs4G1Anw\=\=.s6uaHA305IeoqI4xywTdvA\=\={color:#fff;}
.nh1o124RBbCY8z2D0sMLjg\=\={background-color:var(--jobbie-second-color);color:var(--jobbie-second-color);border:none;}
.nh1o124RBbCY8z2D0sMLjg\=\=:hover{background-color:#57cda4;}
.nh1o124RBbCY8z2D0sMLjg\=\=:active{background-color:#249a71;}
.nGpAi8-ak8xa9URpRfVrDQ\=\={font-size:16px;line-height:22px;padding:9px 14px;}
._7d9Ew3rdopoMTEUs4G1Anw\=\=:disabled{cursor:auto;border-color:#afb4b5;color:#afb4b5!important;opacity:1!important;}
._7d9Ew3rdopoMTEUs4G1Anw\=\=.nh1o124RBbCY8z2D0sMLjg\=\=:disabled{background-color:#f0f0f0;border-color:#afb4b5;}
._7d9Ew3rdopoMTEUs4G1Anw\=\=.s6uaHA305IeoqI4xywTdvA\=\=.nh1o124RBbCY8z2D0sMLjg\=\=:disabled{border-color:transparent;}
[class*=" icon-"]:before{font-family:enhancvstyleguide2023!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-fa-lock:before{content:"";}
.icon-fi-upload-cloud:before{content:"";}
.flex{display:flex;flex-flow:row wrap;}
.flex-direction-column{flex-direction:column;}
.flex-align-center{align-items:center;}
.flex-justify-center{justify-content:center;}
.flex-justify-space-around{justify-content:space-around;}
.col-12{flex:0 0 100%;max-width:100%;}
@media (max-width:480px){
.col-12-xs{flex:0 0 100%;max-width:100%;}
}
@media (min-width:481px)and (max-width:768px){
.col-10-sm{flex:0 0 83.3333333333%;max-width:83.3333333333%;}
}
@media (min-width:769px)and (max-width:992px){
.col-8-md{flex:0 0 66.6666666667%;max-width:66.6666666667%;}
}
@media (min-width:993px)and (max-width:1200px){
.col-6-lg{flex:0 0 50%;max-width:50%;}
}
@media (min-width:1201px){
.col-5-xl{flex: 0 0 55.666667%;
        max-width: 55.666667%;}
}
.text-lg{font-size:20px;line-height:34px;}
.text-rg{font-size:16px;line-height:27px;}
.text-xs{font-size:12px;line-height:20px;}
.font-weight-700{font-weight:700;}
.text-center{text-align:center;}
.p-top-0{padding-top:4px;}
.p-bottom-0{padding-bottom:4px;}
.m-right-0{margin-right:4px;}
.p-left-1{padding-left:8px;}
.p-right-1{padding-right:8px;}
.m-top-2{margin-top:16px;}
.m-top-4{margin-top:32px;}
.p-top-5{padding-top:40px;}
.p-bottom-5{padding-bottom:40px;}
.p-left-10{padding-left:80px;}
.p-right-10{padding-right:80px;}
@media (max-width:768px){
.p-left-2-xsm{padding-left:16px;}
.p-right-2-xsm{padding-right:16px;}
}
.text-surface{color:#fff;}
.container{max-width:100%;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;}
@media (min-width:769px){
.container{width:736px;}
}
@media (min-width:993px){
.container{width:956px;}
}
@media (min-width:1201px){
.container{width:1184px;}
}
@media (min-width:1401px){
.container{width:1328px;}
}
.UploadResume_uploadResumeCta__VbZKw{width:100%;position:relative;border-radius:30px;border:1px dashed #e3e0f6;background:hsla(0,0%,100%,.2);}
.UploadResume_icon__MoSjE{opacity:.5;font-size:40px;}
.ReassurancePill_reassurancePill__wPbFl{border-radius:5px;border:1px solid #fff;}
.UploadResumeBox_uploadSection___aZr1{background: linear-gradient(95deg, #000 61.33%, #1c294d 99.13%);
    border-radius: 25px;
    margin-top: 0px;}


#jobbie .innerpage-section .section-header h2 {
    width: 100%;
    max-width: unset;
}
#jobbie .UploadResumeBox_uploadSection___aZr1 h3 {
    color: #FFF;
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 34px;
}
#jobbie .UploadResumeBox_uploadSection___aZr1 p.text-surface{
	font-size: 18px;
    line-height: 34px;
    color: #FFF;
    margin-bottom: 8px;
}
#jobbie .UploadResumeBox_uploadSection___aZr1 .flex.flex-justify-space-around.flex-align-center img {
    width: auto;
}
.uploadrsmicn {
    width: 40px;
    height: 40px;
    fill: #989898;
}
.privacyicn {
    width: 13px;
    height: 13px;
    fill: #FFF;
    margin: -2px 3px 0px 0px;
}
#jobbie .UploadResumeBox_uploadSection___aZr1 p.text-surface.text-center.text-xs {
    font-size: 13px;
    margin-bottom: 0px;
}
#jobbie .innerpage-section.scanner-section {
    padding: 0px;
    margin-top: 50px;
}

#jobbie .explore-section.whychoose-section.whychoose-ats-section .section-header {
    width: 100%;
    display: block;
}
#jobbie .explore-section.whychoose-section.whychoose-ats-section .section-header h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}
#jobbie .explore-section.whychoose-section.whychoose-ats-section .section-header p {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}
#jobbie .explore-section.whychoose-section.whychoose-ats-section .cards-box{
	margin-top: 50px;
}

#jobbie .explore-section.whychoose-section.whychoose-ats-section .card {
    width: 30%;
    padding: 20px;
    height: 320px;
}

#jobbie .pricing-section .cv_pricing-container .box{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 33%;
    border-radius: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background: #FFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 15%);
}

#jobbie .pricing-section .cv_pricing-container .title{
    width: 100%;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--white-smoke);
    display: flex;
    flex-direction: column;
    font-size: 26px;
    font-weight: 700;
}
#jobbie .pricing-section .cv_pricing-container .title .title_dsc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 18px;
}

#jobbie .pricing-section .cv_pricing-container .basic .title{
    background: var(--pinkish-red);
}

#jobbie .pricing-section .cv_pricing-container .view{
    display: block;
    width: 100%;
    padding: 30px 0 20px;

    background: var(--white-smoke);
}

#jobbie .pricing-section .cv_pricing-container .icon{
    display: flex;
    justify-content: center;
}

#jobbie .pricing-section .cv_pricing-container .icon img, #jobbie .pricing-section .cv_pricing-container .icon svg{
	width: 100px;
	height: 100px;
}

#jobbie .pricing-section .cv_pricing-container .cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

#jobbie .pricing-section .cv_pricing-container .amount{
    font-size: 2.8em;
    font-weight: bolder;
}

#jobbie .pricing-section .cv_pricing-container .detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

#jobbie .pricing-section .cv_pricing-container .description{
	margin: 30px auto;
	font-size: 14px;
	color: var(--jobbie-main-color);
}

#jobbie .pricing-section .cv_pricing-container ul{
    list-style: none;
	display:block;
}

#jobbie .pricing-section .cv_pricing-container li{
	margin-bottom: 20px;
    line-height: 15px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 25px;
    float: left;
    width: 100%;
	color: var(--jobbie-text-color);
}
.ftitle_ttl {
    display: flex;
    gap: 6px;
    float: left;
    width: 100%;
}

#jobbie .pricing-section .cv_pricing-container li svg{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0px;
	fill: currentColor;
	margin-top: 1px;
	vertical-align: top;
}
.ftitle_ttl .ftitle_ttl_in {
    width: calc(100% - 24px);
}
#jobbie .pricing-section .cv_pricing-container li.inactive {
    color: var(--jobbie-second-text-color);
}
#jobbie .pricing-section .cv_pricing-container li.inactive svg.nobenficn {
    transform: scale(0.75);
}
.bulletsbx {
	float: left;
	width: 100%;
	display: flex;
	gap: 4px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bullettg.activecls {
    background: var(--jobbie-second-color);
}

.bullettg {
    width: 9px;
    height: 9px;
    background: #f6f6f6;
    border-radius: 20px;
}

#jobbie .pricing-section .cv_pricing-container .button {
    margin: 0 auto 30px;
    width: 80%;
    display: inline-flex;
    justify-content: center;
}
#jobbie .pricing-section .cv_pricing-container .button  .main-button{
    width: 100%;
}

#jobbie .pricing-section .cv_pricing-container .basic_1.box .title {
    background: #f8745a;
    color: #FFF;
}
#jobbie .pricing-section .cv_pricing-container .basic_2.box .title {
    background: #6862ff;
    color: #FFF;
}
#jobbie .pricing-section .cv_pricing-container .basic_3.box .title {
    background: #4db97f;
    color: #FFF;
}
#jobbie .pricing-section .cv_pricing-container .basic_4.box .title {
    background: #77b75d;
    color: #FFF;
}

.innerpage-section.pricing-section {
    padding: 30px 20px;
    background: #edf3f5;
    border-radius: 25px;
    margin-top: 50px;
}
#jobbie .innerpage-section.pricing-section .section-header h2 {
    padding-left: 20px;
    margin-bottom: 30px;
}
.cv_pricing-container {
    display: flex;
    gap: 20px;
}

#jobbie .resumesseccnt .product-card.sticky_bg_1{
	background: #ff7eb9;
}

#jobbie .resumesseccnt .product-card.sticky_bg_2{
	background: #cdfc93;
}

#jobbie .resumesseccnt .product-card.sticky_bg_3{
	background: #7afcff;
}

#jobbie .resumesseccnt .product-card.sticky_bg_4{
	background: #ce81ff;
}

#jobbie .resumesseccnt .product-card.sticky_bg_5{
	background: #fff740;
}

#jobbie .resumes-section.blogs-section .resumesseccntin {
    gap: 30px;
}

#jobbie .resumes-section.blogs-section  .resumesseccnt .product-card{
	width: 100%;
	text-align: left;
	height: 400px;
	position: relative;
}
.author {
	display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
    padding: 0px 26px;
}
.authordp {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
	background: #FFF;
}
#jobbie .authordp img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
#jobbie .resumesseccnt .product-card.sticy-card .product-info h2 {
    height: 275px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 29px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0px 5px;
}
.authorname {
    font-size: 17px;
    font-weight: 600;
    margin-right: 7px;
    line-height: 20px;
}
.blogfate {
    font-size: 17px;
    font-weight: 500;
    margin-right: 0px;
    line-height: 20px;
}

#jobbie .resumes-section.blogs-section .resumessectop h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
#jobbie .resumes-section.blogs-section {
    margin-top: 40px;
}

#jobbie .resumes-section.blogs-section .resumessectop h2.blogttl {
    width: 100%;
    text-align: center;
    font-size: 64px;
}
#jobbie .resumes-section.blogs-section.blogs-section-top {
    margin-top: 80px;
}
#jobbie .resumes-section.blogs-section .resumessectop .blogttldsc {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}
#jobbie .resumes-section.blogs-section.blogs-section-top .resumesseccnt {
    margin-top: 50px;
}
#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage {
    padding: 0px;
    box-shadow: none;
    height: auto;
    position: relative;
    background: transparent;
}
#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage {
    gap: 1.2%;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#jobbie .resumes-section.blogs-section .resumesseccnt .catainer{
	width: 31%;
}

#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .catainer {
    width: 19%;
}
#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage .product-info {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 230px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage .product-info .order-button {
    background: rgba(0, 0, 0, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 100px;
    font-size: 18px;
    height: 40px;
    backdrop-filter: blur(10px);
}
#jobbie .resumes-section.blogs-section .resumesseccntin {
    justify-content: space-between;
}
#jobbie .resumes-section.blogs-section .resumessectop h2.blogpostttl {
    text-align: left;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
#jobbie .resumes-section.blogs-section .resumessectop h2.blogpostttl .blogpostdsc {
    font-weight: 700;
}
.authorinfo {
    width: calc(100% - 60px);
    display: inline-flex;
    flex-direction: column;
}

.authorname {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 20px;
}

.blogfate {
    font-size: 16px;
    font-weight: 500;
    margin-right: 0px;
    line-height: 20px;
}

#jobbie .resumes-section.blogs-section .resumesseccnt .product-card.sticy-card {
    margin-bottom: 10px;
	color: #000;
    text-decoration: none;
}

#jobbie .resumes-section.blog-section {
    margin-top: 50px;
}
#jobbie .resumes-section.blog-section .resumessectop{
	background: rgb(50 181 122 / 10%);
    padding: 40px 60px;
    border-radius: 2px;
    border: 1px solid rgb(50 181 122 / 20%);
}

#jobbie .resumes-section.blog-section .resumessectop .logo-label svg {
    height: 40px;
    width: 40px;
}
#jobbie .resumes-section.blog-section .resumessectop .blogpagelogo {
    margin-bottom: 20px;
}
#jobbie .resumes-section.blog-section .resumessectop h2.blogttlone {
    text-align: left;
    line-height: 46px;
    font-size: 36px;
    padding: 0px 6px;
    font-weight: 700;
}
#jobbie .resumes-section.blog-section .resumessectop .author {
    position: relative;
    bottom: unset;
    padding: 0px 5px;
    margin-top: 15px;
}
#jobbie .resumes-section.blog-section .resumessectop .author {
    position: relative;
    bottom: unset;
    padding: 0px 5px;
    margin-top: 15px;
}
.resumessecbtm.blog-content {
    float: left;
    width: 100%;
}
.blog-content-cmnts {
    float: left;
    width: 100%;
}
.resumessecbtm.blog-content .blog-content-in {
    background: rgb(50 181 122 / 10%);
    padding: 40px 60px;
    border-radius: 2px;
    border: 1px solid rgb(50 181 122 / 20%);
    margin-bottom: 30px;
	float: left;
    width: 100%;
}
.blog-content-cmnts .blog-content-cmnts-list{
	background: rgb(50 181 122 / 10%);
    padding: 40px 60px;
    border-radius: 2px;
    border: 1px solid rgb(50 181 122 / 20%);
    margin-bottom: 30px;
}
.blog-content-cmnts .blog-content-cmnts-list{
	background: rgb(50 181 122 / 10%);
    padding: 40px 60px;
    border-radius: 2px;
    border: 1px solid rgb(50 181 122 / 20%);
    margin-bottom: 30px;
}
#jobbie .blog-content-in h1 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 6px;
}
#jobbie .blog-content-in p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding: 0px 2px;
}
#jobbie .blog-content-in h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}


#jobbie .blog-content-cmnts {
	--mdb-red: #f44336;
    --mdb-pink: #e91e63;
    --mdb-purple: #9c27b0;
    --mdb-indigo: #3f51b5;
    --mdb-blue: #2196f3;
    --mdb-cyan: #00bcd4;
    --mdb-teal: #009688;
    --mdb-green: #4caf50;
    --mdb-yellow: #ffeb3b;
    --mdb-orange: #ff9800;
    --mdb-white: #fff;
    --mdb-black: #000;
    --mdb-gray: #757575;
    --mdb-gray-dark: #4f4f4f;
    --mdb-gray-50: #fbfbfb;
    --mdb-gray-100: #f5f5f5;
    --mdb-gray-200: #eeeeee;
    --mdb-gray-300: #e0e0e0;
    --mdb-gray-400: #bdbdbd;
    --mdb-gray-500: #9e9e9e;
    --mdb-gray-600: #757575;
    --mdb-gray-700: #616161;
    --mdb-gray-800: #4f4f4f;
    --mdb-gray-900: #262626;
    --mdb-primary: var(--jobbie-second-color);
    --mdb-secondary: #9fa6b2;
    --mdb-success: #14a44d;
    --mdb-danger: #dc4c64;
    --mdb-warning: #e4a11b;
    --mdb-info: #54b4d3;
    --mdb-light: #fbfbfb;
    --mdb-dark: #332d2d;
    --mdb-primary-rgb: 59, 113, 202;
    --mdb-secondary-rgb: 159, 166, 178;
    --mdb-success-rgb: 20, 164, 77;
    --mdb-danger-rgb: 220, 76, 100;
    --mdb-warning-rgb: 228, 161, 27;
    --mdb-info-rgb: 84, 180, 211;
    --mdb-light-rgb: 251, 251, 251;
    --mdb-dark-rgb: 51, 45, 45;
    --mdb-primary-text-emphasis: var(--jobbie-second-dark-color);
    --mdb-secondary-text-emphasis: #404247;
    --mdb-success-text-emphasis: #0c622e;
    --mdb-info-text-emphasis: #3b7e94;
    --mdb-warning-text-emphasis: #896110;
    --mdb-danger-text-emphasis: #b03d50;
    --mdb-light-text-emphasis: #616161;
    --mdb-dark-text-emphasis: #eeeeee;
    --mdb-primary-bg-subtle: #e2eaf7;
    --mdb-secondary-bg-subtle: #f1f2f3;
    --mdb-success-bg-subtle: #dcf1e4;
    --mdb-info-bg-subtle: #e5f4f8;
    --mdb-warning-bg-subtle: #fbf1dd;
    --mdb-danger-bg-subtle: #fae4e8;
    --mdb-light-bg-subtle: #f5f5f5;
    --mdb-dark-bg-subtle: #262626;
    --mdb-primary-border-subtle: #b1c6ea;
    --mdb-secondary-border-subtle: #d9dbe0;
    --mdb-success-border-subtle: #a1dbb8;
    --mdb-info-border-subtle: #bbe1ed;
    --mdb-warning-border-subtle: #f4d9a4;
    --mdb-danger-border-subtle: #f1b7c1;
    --mdb-light-border-subtle: #eeeeee;
    --mdb-dark-border-subtle: #9e9e9e;
    --mdb-white-rgb: 255, 255, 255;
    --mdb-black-rgb: 0, 0, 0;
    --mdb-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --mdb-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --mdb-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --mdb-body-font-family: var(--mdb-font-roboto);
    --mdb-body-font-size: 1rem;
    --mdb-body-font-weight: 400;
    --mdb-body-line-height: 1.6;
    --mdb-body-color: #4f4f4f;
    --mdb-body-color-rgb: 79, 79, 79;
    --mdb-body-bg: #fff;
    --mdb-body-bg-rgb: 255, 255, 255;
    --mdb-emphasis-color: #000;
    --mdb-emphasis-color-rgb: 0, 0, 0;
    --mdb-secondary-color: rgba(79, 79, 79, 0.75);
    --mdb-secondary-color-rgb: 79, 79, 79;
    --mdb-secondary-bg: #eeeeee;
    --mdb-secondary-bg-rgb: 238, 238, 238;
    --mdb-tertiary-color: rgba(79, 79, 79, 0.5);
    --mdb-tertiary-color-rgb: 79, 79, 79;
    --mdb-tertiary-bg: #fbfbfb;
    --mdb-tertiary-bg-rgb: 251, 251, 251;
    --mdb-heading-color: inherit;
    --mdb-link-color: var(--jobbie-second-color);
    --mdb-link-color-rgb: 59, 113, 202;
    --mdb-link-decoration: none;
    --mdb-link-hover-color: var(--jobbie-second-dark-color);
    --mdb-link-hover-color-rgb: 56, 107, 192;
    --mdb-link-hover-decoration: none;
    --mdb-code-color: #e91e63;
    --mdb-highlight-color: #4f4f4f;
    --mdb-highlight-bg: #fff9c4;
    --mdb-border-width: 1px;
    --mdb-border-style: solid;
    --mdb-border-color: #e0e0e0;
    --mdb-border-color-translucent: rgba(0, 0, 0, 0.175);
    --mdb-border-radius: 0.25rem;
    --mdb-border-radius-sm: 0.25rem;
    --mdb-border-radius-lg: 0.5rem;
    --mdb-border-radius-xl: 1rem;
    --mdb-border-radius-xxl: 2rem;
    --mdb-border-radius-2xl: var(--mdb-border-radius-xxl);
    --mdb-border-radius-pill: 50rem;
    --mdb-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --mdb-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --mdb-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --mdb-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --mdb-focus-ring-width: 0.25rem;
    --mdb-focus-ring-opacity: 0.25;
    --mdb-focus-ring-color: rgba(59, 113, 202, 0.25);
    --mdb-form-valid-color: #14a44d;
    --mdb-form-valid-border-color: #14a44d;
    --mdb-form-invalid-color: #dc4c64;
    --mdb-form-invalid-border-color: #dc4c64;
	--mdb-surface-bg: #FFFFFF;
}
#jobbie .blog-content-cmnts-list hr{margin:1rem 0;color:inherit;border:0;border-top:var(--mdb-border-width) solid;opacity:.25;}
#jobbie .blog-content-cmnts-list h6,#jobbie .blog-content-cmnts-list h4{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--mdb-heading-color);}
#jobbie .blog-content-cmnts-list h4{font-size:calc(1.275rem + 0.3vw);}
@media (min-width: 1200px){
#jobbie .blog-content-cmnts-list h4{font-size:20px;}
}
#jobbie .blog-content-cmnts-list h6{font-size:18px;}
#jobbie .blog-content-cmnts-list p{margin-top:0;margin-bottom:1rem;}
#jobbie .blog-content-cmnts-list a{color:rgba(var(--mdb-link-color-rgb), var(--mdb-link-opacity, 1));text-decoration:none;}
#jobbie .blog-content-cmnts-list a:hover{--mdb-link-color-rgb:var(--mdb-link-hover-color-rgb);text-decoration:none;}
#jobbie .blog-content-cmnts-list img{vertical-align:middle;}
#jobbie .blog-content-cmnts-list .row{--mdb-gutter-x:1.5rem;--mdb-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--mdb-gutter-y));margin-right:calc(-0.5*var(--mdb-gutter-x));margin-left:calc(-0.5*var(--mdb-gutter-x));}
#jobbie .blog-content-cmnts-list .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--mdb-gutter-x)*.5);padding-left:calc(var(--mdb-gutter-x)*.5);margin-top:var(--mdb-gutter-y);}
@media (min-width: 768px){
#jobbie .blog-content-cmnts-list .col-md-12{flex:0 0 auto;width:100%;}
}
@media (min-width: 992px){
#jobbie .blog-content-cmnts-list .col-lg-10{flex:0 0 auto;width:83.33333333%;}
}
#jobbie .blog-content-cmnts-list .card{--mdb-card-spacer-y:1.5rem;--mdb-card-spacer-x:1.5rem;--mdb-card-title-spacer-y:0.5rem;--mdb-card-border-width:var(--mdb-border-width);--mdb-card-border-color:rgba(0, 0, 0, 0.175);--mdb-card-border-radius:0.5rem;--mdb-card-box-shadow:0 2px 15px -3px rgba(var(--mdb-box-shadow-color-rgb), 0.07), 0 10px 20px -2px rgba(var(--mdb-box-shadow-color-rgb), 0.04);--mdb-card-inner-border-radius:calc(0.5rem - (var(--mdb-border-width)));--mdb-card-cap-padding-y:0.75rem;--mdb-card-cap-padding-x:1.5rem;--mdb-card-cap-bg:rgba(255, 255, 255, 0);--mdb-card-bg:var(--mdb-surface-bg);--mdb-card-img-overlay-padding:1.5rem;--mdb-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--mdb-card-height);color:var(--mdb-body-color);word-wrap:break-word;background-color:var(--mdb-card-bg);background-clip:border-box;border:var(--mdb-card-border-width) solid var(--mdb-card-border-color);border-radius:var(--mdb-card-border-radius);box-shadow:var(--mdb-card-box-shadow);}
#jobbie .blog-content-cmnts-list .card>hr{margin-right:0;margin-left:0;}
#jobbie .blog-content-cmnts-list .card-body{flex:1 1 auto;padding:var(--mdb-card-spacer-y) var(--mdb-card-spacer-x);color:var(--mdb-card-color);}
#jobbie .blog-content-cmnts-list .badge{--mdb-badge-padding-x:0.65em;--mdb-badge-padding-y:0.35em;--mdb-badge-font-size:0.75em;--mdb-badge-font-weight:700;--mdb-badge-color:#fff;--mdb-badge-border-radius:0.27rem;display:inline-block;padding:var(--mdb-badge-padding-y) var(--mdb-badge-padding-x);font-size:var(--mdb-badge-font-size);font-weight:var(--mdb-badge-font-weight);line-height:1;color:var(--mdb-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--mdb-badge-border-radius);}
#jobbie .blog-content-cmnts-list .badge:empty{display:none;}
#jobbie .blog-content-cmnts-list .link-danger{color:RGBA(var(--mdb-danger-rgb), var(--mdb-link-opacity, 1))!important;text-decoration-color:RGBA(var(--mdb-danger-rgb), var(--mdb-link-underline-opacity, 1))!important;}
#jobbie .blog-content-cmnts-list .link-danger:hover,.link-danger:focus{color:RGBA(209, 72, 95, var(--mdb-link-opacity, 1))!important;text-decoration-color:RGBA(209, 72, 95, var(--mdb-link-underline-opacity, 1))!important;}
#jobbie .blog-content-cmnts-list .link-danger{transition:color .15s;}
#jobbie .blog-content-cmnts-list .d-flex{display:flex!important;}
#jobbie .blog-content-cmnts-list .shadow-1-strong{box-shadow:0 0px 2px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.16),0 1px 1px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1)!important;}
#jobbie .blog-content-cmnts-list .justify-content-center{justify-content:center!important;}
#jobbie .blog-content-cmnts-list .align-items-center{align-items:center!important;}
#jobbie .blog-content-cmnts-list .my-0{margin-top:0!important;margin-bottom:0!important;}
#jobbie .blog-content-cmnts-list .me-3{margin-right:1rem!important;}
#jobbie .blog-content-cmnts-list .mb-0{margin-bottom:0!important;}
#jobbie .blog-content-cmnts-list .mb-1{margin-bottom:.25rem!important;}
#jobbie .blog-content-cmnts-list .mb-3{margin-bottom:1rem!important;}
#jobbie .blog-content-cmnts-list .mb-4{margin-bottom:1.5rem!important;}
#jobbie .blog-content-cmnts-list .ms-2{margin-left:.5rem!important;}
#jobbie .blog-content-cmnts-list .p-4{padding:1.5rem!important;}
#jobbie .blog-content-cmnts-list .pb-2{padding-bottom:.5rem!important;}
#jobbie .blog-content-cmnts-list .fw-light{font-weight:300!important;}
#jobbie .blog-content-cmnts-list .fw-bold{font-weight:700!important;}
#jobbie .blog-content-cmnts-list .text-success{--mdb-text-opacity:1;color:rgba(var(--mdb-success-rgb), var(--mdb-text-opacity))!important;}
#jobbie .blog-content-cmnts-list .text-body{--mdb-text-opacity:1;color:rgba(var(--mdb-body-color-rgb), var(--mdb-text-opacity))!important;}
#jobbie .blog-content-cmnts-list .bg-primary{--mdb-bg-opacity:1;background-color:rgba(var(--mdb-primary-rgb), var(--mdb-bg-opacity))!important;}
#jobbie .blog-content-cmnts-list .bg-success{--mdb-bg-opacity:1;background-color:rgba(var(--mdb-success-rgb), var(--mdb-bg-opacity))!important;}
#jobbie .blog-content-cmnts-list .bg-danger{--mdb-bg-opacity:1;background-color:rgba(var(--mdb-danger-rgb), var(--mdb-bg-opacity))!important;}
#jobbie .blog-content-cmnts-list .rounded-circle{border-radius:50%!important;}
#jobbie .blog-content-cmnts-list .link-danger{transition:color .15s;}
#jobbie .blog-content-cmnts-list a{--mdb-link-decoration:none;text-decoration:var(--mdb-link-decoration);}
#jobbie .blog-content-cmnts-list .bg-primary{--mdb--bg-opacity:1;background-color:rgba(59, 113, 202, var(--mdb--bg-opacity));}
#jobbie .blog-content-cmnts-list .bg-success{--mdb--bg-opacity:1;background-color:rgba(20, 164, 77, var(--mdb--bg-opacity));}
#jobbie .blog-content-cmnts-list .bg-danger{--mdb--bg-opacity:1;background-color:rgba(220, 76, 100, var(--mdb--bg-opacity));}
#jobbie .blog-content-cmnts-list .card{border:0;}
/*! CSS Used from: Embedded */
#jobbie .blog-content-cmnts-list .link-muted{color:#aaa;}
#jobbie .blog-content-cmnts-list .link-muted:hover{color:#1266f1;}
/*! CSS Used from: Embedded */
#jobbie .blog-content-cmnts-list .link-muted{color:#aaa;}
#jobbie .blog-content-cmnts-list .link-muted:hover{color:#1266f1;}

#jobbie .blog-content-cmnts-list img.rounded-circle.shadow-1-strong.me-3 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#jobbie .blog-content-cmnts-list p.mb-0 {
    font-size: 16px;
    line-height: 22px;
}
#jobbie .blog-content-cmnts-list h4.mb-0 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

#jobbie .blog-content-cmnts-post img{vertical-align:middle;}
#jobbie .blog-content-cmnts-post label{display:inline-block;}
#jobbie .blog-content-cmnts-post button{border-radius:0;}
#jobbie .blog-content-cmnts-post button:focus:not(:focus-visible){outline:0;}
#jobbie .blog-content-cmnts-post button,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
#jobbie .blog-content-cmnts-post button{text-transform:none;}
#jobbie .blog-content-cmnts-post button,[type=button]{-webkit-appearance:button;}
#jobbie .blog-content-cmnts-post button:not(:disabled),[type=button]:not(:disabled){cursor:pointer;}
#jobbie .blog-content-cmnts-post textarea{resize:vertical;}
#jobbie .blog-content-cmnts-post .form-label{margin-bottom:.5rem;color:var(--mdb-form-control-label-color);}
#jobbie .blog-content-cmnts-post .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.6;color:var(--mdb-surface-color);appearance:none;background-color:var(--mdb-body-bg);background-clip:padding-box;border:var(--mdb-border-width) solid var(--mdb-border-color);border-radius:var(--mdb-border-radius);box-shadow:var(--mdb-box-shadow-inset);transition:all .2s linear;}
@media (prefers-reduced-motion: reduce){
#jobbie .blog-content-cmnts-post .form-control{color:var(--mdb-surface-color);transition:none;}
}
#jobbie .blog-content-cmnts-post .form-control:focus{color:var(--mdb-surface-color);background-color:var(--mdb-body-bg);border-color:var(--mdb-input-focus-border-color);outline:0;box-shadow:var(--mdb-box-shadow-inset),0 0 0 .25rem rgba(59,113,202,.25);}
#jobbie .blog-content-cmnts-post .form-control::placeholder{color:#000, 0.8);opacity:1;}
#jobbie .blog-content-cmnts-post .form-control:disabled{background-color:var(--mdb-secondary-bg);opacity:1;}
#jobbie .blog-content-cmnts-post textarea.form-control{min-height:calc(1.6em + 0.75rem + calc(var(--mdb-border-width) * 2));}
#jobbie .blog-content-cmnts-post .btn{--mdb-btn-padding-x:1.5rem;--mdb-btn-padding-y:0.375rem;--mdb-btn-font-size:0.75rem;--mdb-btn-font-weight:500;--mdb-btn-line-height:1.5;--mdb-btn-color:var(--mdb-body-color);--mdb-btn-bg:transparent;--mdb-btn-border-width:2px;--mdb-btn-border-color:transparent;--mdb-btn-border-radius:0.25rem;--mdb-btn-hover-border-color:transparent;--mdb-btn-box-shadow:0 4px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.35);--mdb-btn-disabled-opacity:0.65;--mdb-btn-focus-box-shadow:none;display:inline-block;padding:var(--mdb-btn-padding-y) var(--mdb-btn-padding-x);font-family:var(--mdb-btn-font-family);font-size:var(--mdb-btn-font-size);font-weight:var(--mdb-btn-font-weight);line-height:var(--mdb-btn-line-height);color:var(--mdb-btn-color);text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:var(--mdb-btn-border-width) solid var(--mdb-btn-border-color);border-radius:var(--mdb-btn-border-radius);background-color:var(--mdb-btn-bg);box-shadow:var(--mdb-btn-box-shadow);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
#jobbie .blog-content-cmnts-post .btn{transition:none;}
}
#jobbie .blog-content-cmnts-post .btn:hover{color:var(--mdb-btn-hover-color);background-color:var(--mdb-btn-hover-bg);border-color:var(--mdb-btn-hover-border-color);}
#jobbie .blog-content-cmnts-post .btn-primary{--mdb-btn-color:#fff;--mdb-btn-bg:var(--jobbie-second-color);--mdb-btn-border-color:var(--jobbie-second-dark-color);--mdb-btn-hover-color:#fff;--mdb-btn-hover-bg:var(--jobbie-second-dark-color);--mdb-btn-hover-border-color:var(--jobbie-second-dark-color);--mdb-btn-focus-shadow-rgb:88, 134, 210;--mdb-btn-active-color:#fff;--mdb-btn-active-bg:var(--jobbie-second-dark-color);--mdb-btn-active-border-color:#2c5598;--mdb-btn-active-shadow:none;--mdb-btn-disabled-color:#fff;--mdb-btn-disabled-bg:var(--jobbie-second-color);--mdb-btn-disabled-border-color:var(--jobbie-second-color);}
#jobbie .blog-content-cmnts-post .btn-outline-primary{--mdb-btn-color:var(--jobbie-second-color);--mdb-btn-border-color:var(--jobbie-second-color);--mdb-btn-hover-color:#fff;--mdb-btn-hover-bg:var(--jobbie-second-color);--mdb-btn-hover-border-color:var(--jobbie-second-color);--mdb-btn-focus-shadow-rgb:59, 113, 202;--mdb-btn-active-color:#fff;--mdb-btn-active-bg:var(--jobbie-second-color);--mdb-btn-active-border-color:var(--jobbie-second-color);--mdb-btn-active-shadow:0 8px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.15), 0 4px 18px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1);--mdb-btn-disabled-color:var(--jobbie-second-color);--mdb-btn-disabled-bg:transparent;--mdb-btn-disabled-border-color:var(--jobbie-second-color);--mdb-gradient:none;}
#jobbie .blog-content-cmnts-post .btn-sm{--mdb-btn-padding-y:0.25rem;--mdb-btn-padding-x:1rem;--mdb-btn-font-size:0.75rem;--mdb-btn-border-radius:var(--mdb-border-radius-sm);}
#jobbie .blog-content-cmnts-post .card-footer{padding:var(--mdb-card-cap-padding-y) var(--mdb-card-cap-padding-x);color:var(--mdb-card-cap-color);background-color:var(--mdb-card-cap-bg);border-top:var(--mdb-card-border-width) solid var(--mdb-card-border-color);}
#jobbie .blog-content-cmnts-post .card-footer:last-child{border-radius:0 0 var(--mdb-card-inner-border-radius) var(--mdb-card-inner-border-radius);}
#jobbie .blog-content-cmnts-post .float-end{float:right!important;}
#jobbie .blog-content-cmnts-post .d-flex{display:flex!important;}
#jobbie .blog-content-cmnts-post .shadow-1-strong{box-shadow:0 0px 2px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.16),0 1px 1px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1)!important;}
#jobbie .blog-content-cmnts-post .border-0{border:0!important;}
#jobbie .blog-content-cmnts-post .w-100{width:100%!important;}
#jobbie .blog-content-cmnts-post .mt-2{margin-top:.5rem!important;}
#jobbie .blog-content-cmnts-post .me-3{margin-right:1rem!important;}
#jobbie .blog-content-cmnts-post .py-3{padding-top:1rem!important;padding-bottom:1rem!important;}
#jobbie .blog-content-cmnts-post .pt-1{padding-top:.25rem!important;}
#jobbie .blog-content-cmnts-post .rounded-circle{border-radius:50%!important;}
#jobbie .blog-content-cmnts-post .form-control{min-height:auto;padding:4.5px 12px 3.68px 12px;transition:all .1s linear;box-shadow:none;}
#jobbie .blog-content-cmnts-post .form-control:focus{box-shadow:none;transition:all .1s linear;border-color:var(--jobbie-second-color);box-shadow:inset 0px 0px 0px 1px var(--jobbie-second-color);}
#jobbie .blog-content-cmnts-post .form-outline{position:relative;width:100%;}
#jobbie .blog-content-cmnts-post .form-outline .form-control{min-height:auto;padding-top:.32rem;padding-bottom:.32rem;padding-left:.75rem;padding-right:.75rem;border:0;background:rgba(0,0,0,0);transition:all .2s linear;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-label{position:absolute;top:0;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:.75rem;padding-top:.37rem;pointer-events:none;transform-origin:0 0;transition:all .2s ease-out;color:var(--mdb-form-control-label-color);margin-bottom:0;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-notch{display:flex;position:absolute;left:0;top:0;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-notch div{pointer-events:none;border:1px solid;border-color:var(--mdb-form-control-border-color);box-sizing:border-box;background:rgba(0,0,0,0);transition:all .2s linear;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-notch .form-notch-leading{left:0;top:0;height:100%;width:.5rem;border-right:none;border-radius:.25rem 0 0 .25rem;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-notch .form-notch-middle{flex:0 0 auto;width:auto;max-width:calc(100% - 1rem);height:100%;border-right:none;border-left:none;}
#jobbie .blog-content-cmnts-post .form-outline .form-control~.form-notch .form-notch-trailing{flex-grow:1;height:100%;border-left:none;border-radius:0 .25rem .25rem 0;}

#jobbie .blog-content-cmnts-post .form-outline .form-control::placeholder{opacity:1;}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus::placeholder{opacity:1;}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus{box-shadow:none!important;}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-label{transform:translateY(-1rem) translateY(0.1rem) scale(0.8);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-label{color:var(--mdb-input-focus-label-color);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-middle{border-right:none;border-left:none;border-top:1px solid rgba(0,0,0,0);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-middle{border-color:var(--mdb-input-focus-border-color);box-shadow:0 1px 0 0 var(--mdb-input-focus-border-color);border-top:1px solid rgba(0,0,0,0);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-leading{border-right:none;}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-leading{border-color:var(--mdb-input-focus-border-color);box-shadow:-1px 0 0 0 var(--mdb-input-focus-border-color),0 1px 0 0 var(--mdb-input-focus-border-color),0 -1px 0 0 var(--mdb-input-focus-border-color);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-trailing{border-left:none;}
#jobbie .blog-content-cmnts-post .form-outline .form-control:focus~.form-notch .form-notch-trailing{border-color:var(--mdb-input-focus-border-color);box-shadow:1px 0 0 0 var(--mdb-input-focus-border-color),0 -1px 0 0 var(--mdb-input-focus-border-color),0 1px 0 0 var(--mdb-input-focus-border-color);}
#jobbie .blog-content-cmnts-post .form-outline .form-control:disabled{background-color:var(--mdb-form-control-disabled-bg);}
#jobbie .blog-content-cmnts-post TEXTAREA:not(:-webkit-autofill){animation-name:onautofillcancel;}
.btn{--mdb-btn-padding-top:0.625rem;--mdb-btn-padding-bottom:0.5rem;--mdb-btn-border-width:0;--mdb-btn-border-color:none;--mdb-btn-border-radius:0.25rem;--mdb-btn-box-shadow:0 4px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.35);--mdb-btn-hover-box-shadow:0 8px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.15), 0 4px 18px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1);--mdb-btn-focus-box-shadow:none;--mdb-btn-active-box-shadow:0 8px 9px -4px rgba(var(--mdb-box-shadow-color-rgb), 0.15), 0 4px 18px 0 rgba(var(--mdb-box-shadow-color-rgb), 0.1);padding-top:var(--mdb-btn-padding-top);padding-bottom:var(--mdb-btn-padding-bottom);text-transform:uppercase;vertical-align:bottom;border:0;border-radius:var(--mdb-btn-border-radius);box-shadow:var(--mdb-btn-box-shadow);}
#jobbie .blog-content-cmnts-post .btn:focus{box-shadow:var(--mdb-btn-focus-box-shadow);}
#jobbie .blog-content-cmnts-post .btn:active{box-shadow:var(--mdb-btn-active-box-shadow);}
#jobbie .blog-content-cmnts-post .btn:active:focus{box-shadow:var(--mdb-btn-focus-box-shadow);}
#jobbie .blog-content-cmnts-post .btn:disabled{box-shadow:var(--mdb-btn-box-shadow);}
[class*=btn-outline-]{--mdb-btn-padding-top:0.5rem;--mdb-btn-padding-bottom:0.375rem;--mdb-btn-padding-x:1.375rem;--mdb-btn-border-width:2px;--mdb-btn-line-height:1.5;padding:var(--mdb-btn-padding-top) var(--mdb-btn-padding-x) var(--mdb-btn-padding-bottom);border-width:var(--mdb-btn-border-width);border-style:solid;box-shadow:none;}
#jobbie .blog-content-cmnts-post .btn-primary{--mdb-btn-bg:var(--jobbie-second-color);--mdb-btn-color:#fff;--mdb-btn-box-shadow:none;--mdb-btn-hover-bg:var(--jobbie-second-dark-color);--mdb-btn-hover-color:#fff;--mdb-btn-focus-bg:var(--jobbie-second-dark-color);--mdb-btn-focus-color:#fff;--mdb-btn-active-bg:var(--jobbie-second-dark-color);--mdb-btn-active-color:#fff;--mdb-btn-box-shadow-state:0 8px 9px -4px rgba(56, 107, 192, 0.3), 0 4px 18px 0 rgba(56, 107, 192, 0.2);}
#jobbie .blog-content-cmnts-post .btn-primary:first-child:hover,#jobbie .blog-content-cmnts-post .btn-primary:hover{box-shadow:var(--mdb-btn-box-shadow-state);}
#jobbie .blog-content-cmnts-post .btn-primary:focus{box-shadow:var(--mdb-btn-box-shadow-state);background-color:var(--mdb-btn-focus-bg);}
#jobbie .blog-content-cmnts-post .btn-primary:active{box-shadow:var(--mdb-btn-box-shadow-state);}
#jobbie .blog-content-cmnts-post .btn-primary:active:focus{box-shadow:var(--mdb-btn-box-shadow-state);}
#jobbie .blog-content-cmnts-post .btn-primary:active:hover{background-color:var(--mdb-btn-active-bg);}
#jobbie .blog-content-cmnts-post .btn-primary:disabled{box-shadow:var(--mdb-btn-box-shadow);}
#jobbie .blog-content-cmnts-post .btn-outline-primary{--mdb-btn-bg:transparent;--mdb-btn-color:var(--jobbie-second-color);--mdb-btn-hover-bg:#f5f8fc;--mdb-btn-hover-color:var(--jobbie-second-dark-color);--mdb-btn-focus-bg:#f5f8fc;--mdb-btn-focus-color:var(--jobbie-second-dark-color);--mdb-btn-active-bg:#f5f8fc;--mdb-btn-active-color:var(--jobbie-second-dark-color);--mdb-btn-outline-border-color:var(--jobbie-second-color);--mdb-btn-outline-focus-border-color:var(--jobbie-second-dark-color);--mdb-btn-outline-hover-border-color:var(--jobbie-second-dark-color);border-color:var(--mdb-btn-outline-border-color);}
#jobbie .blog-content-cmnts-post .btn-outline-primary:focus{border-color:var(--mdb-btn-outline-focus-border-color);}
#jobbie .blog-content-cmnts-post .btn-outline-primary:active{border-color:var(--mdb-btn-outline-active-border-color);}
#jobbie .blog-content-cmnts-post .btn-outline-primary:active:focus{border-color:var(--mdb-btn-outline-focus-border-color);}
#jobbie .blog-content-cmnts-post .btn-outline-primary:disabled{border-color:var(--mdb-btn-outline-border-color);}
#jobbie .blog-content-cmnts-post .btn-sm{--mdb-btn-padding-top:0.375rem;--mdb-btn-padding-bottom:0.3125rem;--mdb-btn-padding-x:1rem;--mdb-btn-font-size:0.75rem;--mdb-btn-line-height:1.5;}
#jobbie .blog-content-cmnts-post .card-footer{--mdb-card-footer-border-color:var(--mdb-divider-color);--mdb-card-footer-border-width:2px;border-top:var(--mdb-card-footer-border-width) solid var(--mdb-card-footer-border-color);}

#jobbie .blog-content-cmnts-post img.rounded-circle.shadow-1-strong.me-3 {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

#jobbie .blog-content-cmnts-post {
    background: rgb(50 181 122 / 10%);
    padding: 40px 150px;
    border-radius: 2px;
    border: 1px solid rgb(50 181 122 / 20%);
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
#jobbie .blog-content-cmnts-post .form-outline .form-control {
    border: 1px solid;
}

#jobbie .blog-content-cmnts-post .comment_name{
	display: none;
}

#jobbie .blog-content-cmnts-post .comment_email{
	display: none;
}
#jobbie .blog-content-cmnts-post .comment_captcha{
	display: none;
}

#jobbie .blog-content-cmnts-post .cmtformfields{
	flex-direction: column;
	gap: 15px;
    margin-bottom: 15px;
}

.blog-content-tag {
    background: rgb(50 181 122 / 10%);
    width: auto;
    border-radius: 16px;
    border: 1px solid rgb(50 181 122 / 20%);
    padding: 0px 13px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 10px 15px 0px;
	text-transform: capitalize;
}

.blog-content-tags {
    float: left;
    width: 100%;
    padding: 0px 2px;
}

#jobbie .hero-image-box .hero-image.free-resume-scanner img {
    object-position: center;
}

#jobbie .blog-content-cmnts-list .rounded-circle.cmntuserdp {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}
#jobbie .blog-content-cmnts-list .rounded-circle.cmntuserdp .cmtuserdpbx {
    display: inline-block;
    transform: scale(1);
    transform-origin: -9px 0px;
}
#jobbie .blog-content-cmnts-list .d-flex > div {
    width: calc(100% - 70px);
}


.userloginbox {
    position: fixed;
    z-index: 12;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFF;
	display:none;
	
}
.userloginboxin {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: url('https://cdn.jobcv.us/file/wl1njkdgauydjbejkwgegvs/images/suprcv_signin.webp');
	background-repeat: no-repeat;
	background-size:cover;
}
.userloginboxin:before{
	content:'';
	position: absolute;
	z-index:1;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(3px);
}

.userloginbox .login-container {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  width: 90%;
  max-width: 400px;
  position: relative;
  z-index: 4;
}

.userloginbox .login-container img {
  width: 60px;
  margin-bottom: 20px;
}
.userloginbox .login-container h1 {
  font-size: 24px;
  color: #1c1c1e;
  margin-bottom: 40px;
}
.userloginbox .form-group {
  position: relative;
  margin-bottom: 20px;
}
.userloginbox .form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d1d6;
  border-radius: 10px;
  font-size: 16px;
  color: #1c1c1e;
  box-sizing: border-box;
  transition: border-color 0.3s;
  padding-right: 50px;
}
.userloginbox .form-group input:focus {
  border-color: #32b57a;
  outline: none;
}
.userloginbox .form-group input.error{
	border: 1px solid #f44336;
}
.userloginbox .form-group label {
  position: absolute;
  top: 10px;
  left: 12px;
  background: white;
  padding: 0 5px;
  color: #7d7d7d;
  transition: all 0.2s;
  pointer-events: none;
}
.userloginbox .form-group input:focus + label,.userloginbox .form-group input:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #32b57a;
}
.userloginbox .arrow-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #32b57a;
  border-radius: 50%;
  color: #32b57a;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  padding-bottom: 3px;
}
.userloginbox .arrow-button:hover {
  background-color: #32b57a;
  color: white;
}
.userloginbox .login-button {
  width: 100%;
  padding: 12px;
  background: #32b57a;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: none;
  transition: background 0.3s;
}
.userloginbox .login-button:hover {
  background: linear-gradient(135deg, #005bb5, #003f8a);
}
.userloginbox .forgot-password {
  margin-top: 20px;
  color: #32b57a;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.userloginbox .forgot-password:hover {
  text-decoration: underline;
}

.userloginbox .footer {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 14px;
	color: #000;
	transition: color 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.userloginbox .footer a {
	background: linear-gradient(145deg, #32b57a, #005bb5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: background 0.3s ease;
}

.userloginbox .footer a:hover {
	color: linear-gradient(145deg, #32b57a, #005bb5);
}

.userloginbox .logo-label {
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	font-size: 28px;
	color: #1c294d;
	margin: 0px;
}
.userloginbox .logosvg svg {
	width: 40px;
	height: 40px;
	margin-left: 6px;
}
.userloginbox .logo-label.logo-suprcv svg {
	width: 210px;
	height: 70px;
}

.userloginbox #gradient-canvas {
	width:100%;
	height:100%;
	--gradient-color-1: #32b57a; 
	--gradient-color-2: #32b57a; 
	--gradient-color-3: #7038ff;  
	--gradient-color-4: #32b57a;
	z-index:0;
	position: absolute;
	left: 0px;
	top: 0px;
}

.userloginbox .madewithtxtele svg {
	width: 16px;
	height: 16px;
	margin: 0px 5px;
}

.userloginbox .madewithtxtele {
	display: inline-flex;
	align-items: center;
	color: #FFF;
}

.spinner {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.spinner svg {
	-webkit-animation: loading-rotate 2s linear infinite;
	-moz-animation: loading-rotate 2s linear infinite;
	-o-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite;
	height: 20px;
	width: 20px;
}

.spinner .path {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: var(--jobbie-text-color);
	stroke-linecap: round;
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	-moz-animation: loading-dash 1.5s ease-in-out infinite;
	-o-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-moz-keyframes loading-rotate {
	to {
		-moz-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-o-keyframes loading-rotate {
	to {
		-o-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		-o-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@-moz-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@-o-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

.signupbottombtnrowotps {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0px 5px;
}
.userloginbox .form-group .signupbottombtnrowotps .otpinput {
    width: 20%;
    height: 60px;
    border: 1px solid #d1d1d6;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 0;
    font-size: 30px;
    margin-top: 10px;
}


#password-group label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #32b57a;
}

.userloginbox .login-button .spinner .path {
    stroke: #FFF;
    stroke-width: 5px;
}

.userloginbox .form-group .signupbottombtnrowotps .otpinput.errinput{
	border: 1px solid #CC0C39;
}
.signinerrmsg {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #CC0C39;
}




.floatLeft{
	float: left;
	width: 100%;
}
#successSection {
	height: 100vh;
	position: relative;
	z-index: 601;
}
.webfixedpop.webfixedpopchat.webfixedpopchatbx {
	background: rgba(0, 0, 0, 0.95);
}
.askforresumeforpopup, .webfixedpop {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 501;
	opacity: 0;
	transition: all linear 300ms;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.webfixedpopchat .webfixedpopin {
	height: 100%;
	max-width: 700px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.webfixedpopchatcnt {
	position: relative;
	height: 100%;
	background: #000;
	display: inline-flex;
	justify-content: center;
}
.webfixedpopchatbox, .webfixedpopuaebox {
	position: relative;
	height: 100%;
	z-index: 2;
}

#chatiframe, #uaeiframe {
	width: 100%;
	height: 100%;
	border:0px;
}

.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew{
	background: rgba(0,0,0,0.8);
	background-size: cover;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
	
	padding: 100px 0px 50px 0px;
}

.webfixedpopchatnew.webfixedpopchat .webfixedpopin{
	border-radius:0px;
	background: transparent;
	max-width: 941px;
	overflow:hidden;
	transform: translateY(2000px);
	transition: all linear 200ms;
	height: 100%;
    padding: 0px 0px 0px 0px;
	
}

.webfixedpopchatnew.webfixedpopchat .webfixedpopchatcnt{
	border-radius:0px;
	background: transparent;
}

.webfixedpopchatnew .webfixedpopmb .prechatpopupcnt {
	padding: 0px 110px;
	background:#000;
}

.webfixedpopchatnew .webfixedpopmb .prechatpopuprow.prechatpopupbtnrow {
	padding: 0px 120px 45px 120px;
	background:#000;
}

.webfixedpopchatnew .webfixedpopmb .fixedPopcontentinner {
	background:#000;
}

.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.60) 100%);
	transition: all linear 1.5s;
}

.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew.backgroundchng:before {
	opacity: 1;
}

.webfixedpopchatpre {
    position: absolute;
    z-index: 3;
    background: var(--jobbie-text-color);
    height: 100%;
}
.webfixedpopchatprein {
    position: relative;
    height: 100%;
}
.webchatpreclose svg {
    fill: #FFF;
    width: 30px;
    height: 30px;
}

.webchatpreclose {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.webchatlogobx {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}
.webchatlogobx .logo-label {
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    transform: scale(1.7);
}
.webchatlogobx .logosvg {
    width: 44px;
    height: 40px;
    margin-left: 2px;
    margin-top: -4px;
}
.webchatlogobx .logosvg svg {
    width: 100%;
    height: 100%;
}
.webchatprettl {
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}
.webchatpredsc {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.webchatprelistin {
    display: inline-flex;
    padding: 0px 40px;
    margin-top: 25px;
    gap: 30px;
}
.webchatprelisbx {
    border: 1.5px solid var(--jobbie-second-color);
    border-radius: 10px;
    padding: 20px;
    width: 25%;
	position: relative;
	transition: all linear 200ms;
}
.webchatprelisicn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
	margin-bottom:20px;
}
.webchatprelisicn svg {
    width: 100px;
    height: 100px;
    fill: var(--jobbie-second-color);
}
.webchatprelisttl {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.webchatprelisdsc {
    width: 100%;
    float: left;
    text-align: center;
    color: #dddddd;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}
.webchatcntbtnbx {
	padding: 0px 40px;
	display: inline-flex;
	margin-top: 50px;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	left: 0px;
	display:none;
}
.webchatcntbtn svg {
    width: 26px;
    height: 28px;
    fill: currentColor;
    margin-left: 6px;
}

.webchatcntbtn, #checkerBody .webchatcntbtn{
    background: var(--jobbie-second-color) !important;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 70px;
    font-size: 24px;
    font-weight: 600;
    color: var(--jobbie-main-color);
    text-decoration: none;
}
.chkselicn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 6px;
    fill: var(--jobbie-second-color);
	transition: all linear 200ms;
	transform:scale(0);
}
.webchatprelistin.selected .webchatprelisbx.active {
    transform: scale(1.01);
    border-width: 3px;
}

.webchatprelistin.selected .webchatprelisbx.active .chkselicn {
    transform:scale(1);
}

.webchatprelistin.selected .webchatprelisbx {
    transform: scale(0.92);
}
.webchatcntnextbx {
    padding: 0px 40px;
    margin-top: 20px;
	display:none;
}
#checkerBody .webchatcntrwinp {
    color: #000;
    font-size: 18px;
}
#checkerBody .webchatcntrwinp::placeholder {
    font-size: 18px;
}

.webchatcntrowbx {
    margin-bottom: 50px;
    color: #FFF;
}
.webchatcntrwttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.webchatcntrwdsc {
    font-size: 18px;
    margin-bottom: 10px;
}
.webchatcntrwinp {
    height: 45px;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 18px;
}
.webchatcntrowbx {
    margin-bottom: 50px;
    color: #FFF;
}
.webchatcntrwttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.webchatcntrwdsc {
    font-size: 18px;
    margin-bottom: 10px;
}
.webchatcntrwinp {
    height: 45px;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 18px;
}

.webchatcntrwsuggbox.active{
	position: absolute;
	background: var(--jobbie-text-color);
	top: 120px;
	left: 0px;
	padding: 0px 30px;
	height: calc(100% - 130px);
	z-index: 3;
}
.webchatcntrwinsugg {
    height: calc(100% - 40px);
}
.webchatcntrwinsuggin {
    background: rgba(0, 0, 0, 0.03);
    height: 100%;
    overflow-y: auto;
    padding: 15px 20px;
}
.webchatcntrwinsuggin .countryList {
    font-size: 18px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.webchatcntrwinp.error{
	border: 2px solid #ff164d;
}
.webchatcntrwdsc.error{
	color:#ff164d;
}
.popactnbtn_2.webchatcntbtn {
    background: transparent !important;
    color: var(--jobbie-second-color);
    border: 2px solid var(--jobbie-second-color);
}

.webchatprelistbtns {
    display: inline-flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
    padding: 0px 70px;
	display:none;
}
.webchatcntnextbx_style{
	display:none;
}

.allresumesboxlistin {
	padding: 5px 0px 30px;
    display: grid;
    margin-top: -4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.alrsmboxlstbtn {
    background-color: #001942;
    color: #00e784;
    width: calc(100% - 20px);
    display: inline-flex;
    margin: 15px 10px 30px 10px;
    height: 50px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.allresumesboxin {
    width: 100%;
}
.allresumesboxlist {
    float: left;
    width: 100%;
    margin-top: 10px;
}


.alrsmboxlst {
    width: 100%;
    border-radius: 6px;
    background-color: #f5f7fc;
    padding: 24px;
    position: relative;
}
.alrsmboxlstimg {
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
	min-height:720px;
}
.alrsmboxlstimg img {
    width: 100%;
    height: auto;
    box-shadow: 0 2.61429px 10px rgba(0, 0, 0, .2);
	min-height:450px;
}
.usercontvalrow .alrsmboxlstimg {
    width: 280px;
    height: 400px;
}

.choosebtn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    display: none;
    transform: translate(-50%);
    transition: all .3s ease-in-out;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 14px;
    background: var(--jobbie-main-color) !important;
    color: #FFF;
    width: 80%;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    text-decoration: none;
}

.alrsmboxlstbtm {
    margin-top: 32px;
}
.alrsmboxlstbtmtp {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.alrsmboxlstbtmcnt {
    font-size: 12px;
    line-height: 15px;
}
.alrsmboxlstlbl {
    font-size: 20px;
    font-weight: 500;
}
.alrsmboxlstclrs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.alrsmboxlst:hover{
	background-color: #4fc891;
}

.alrsmboxlst:hover .alrsmboxlstimg {
    border: 1px solid var(--primary-green);
}
.alrsmboxlst:hover .alrsmboxlstimg img {
	transform: translate(-8px, 8px);
	transition: all .3s ease-in-out;
}
.alrsmboxlst:hover .alrsmboxlstimg .choosebtn {
	display: inline-flex;
}
.alrsmboxlstclr {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: #000;
    border-radius: 100%;
}
.resumestylttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.resumestyldc {
    font-size: 17px;
    line-height: 22px;
}
.resumestyldc.resumestyldc_2 {
    margin: 8px 0px 25px 0px;
}
.alrsmboxlstclrfnl .choosebtn {
    display: block;
    position: relative;
    bottom: unset;
    margin-top: 20px;
    width: 90%;
}
.allresumesboxlisttabs {
    width: 100%;
    float: left;
}
.allresumesboxlist {
    float: left;
    width: 100%;
}

.allrsmtag {
    display: flex;
    align-items: center;
    border: 1px solid #e3e9f5;
    border-radius: 50px;
    padding: 8px 16px;
    background-color: #fff;
    white-space: nowrap;
    
}

.allrsmtag.selected {
	box-shadow: 0 0 0 5px var(--jobbie-second-color);
}
.allrsmtagicn{
	width: 32px;
    height: 32px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.allrsmtagicn svg {
    width: 22px;
    height: 22px;
}
.webchatexpertmove {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 165px;
}
.expetpicmsg {
    display: inline-flex;
    color: #FFF;
    align-items: center;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    font-weight: 500;
}
.expetpicmsgsb {
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    display: inline-flex;
    padding-top: 6px;
    text-align: center;
}
.expetpicmsg svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transform: rotate(180deg) translateX(-5px);
}
.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew.showtemplates{
	padding: 10px 0px;
}
.webfixedpopchatnew.webfixedpopchat.showtemplates .webfixedpopin{
	max-width: 90%;
}
.webfixedpopchatnew.webfixedpopchat.showtemplates .webfixedpopchatpre{
	background: #0d0f14;
}
.allresumesboxlisttabsin {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    gap: 16px;
    margin-top: 15px;
}
.showtemplates .webchatprelistmain {
    height: calc(100% - 140px);
    overflow-y: auto;
}
.resumestylsel {
    background: #0d0f14;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
	display: none;
}
.resumestylselin {
    position: relative;
    height: 100%;
}
.resumestylimg {
    height: calc(100% - 100px);
    display: inline-flex;
    justify-content: center;
    padding-top: 15px;
}
.resumestylimg img {
    height: 100%;
    width: auto;
}
.resumestylbtns {
    position: absolute;
    bottom: 0px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0px;
}
.resumestylbtns .webchatcntbtn {
    width: 50%;
}

.resumestylselin .webchatpreclose {
    left: unset;
    right: 10px;
}

.scannerpop .webchatpreclose svg {
    fill: #000;
}

.scannerpop .webfixedpopchatpre{
	background: #FFF;
}

.scannerpop .webfixedpopchatpre .webchatprettl {
    color: #000;
}
.scannerpop .webfixedpopchatpre .webchatpredsc {
    color: #000;
}
.scannersmsgbx {
    margin-top: 30px;
    padding: 0px 80px;
    font-size: 20px;
	display:none;
}
.scannersmsg1 {
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
}

@media (min-width: 821px) {
	.webfixedpopchat .webfixedpopin {
		width: 100%;
		border-radius: 0px;
	}
}

.webchatcntconndp {
    display: inline-flex;
    justify-content: center;
}

.webchatcntconnmsg {
    margin-top: 20px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 0px 50px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
}

.webchatcntconndp .Profile {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
}
.webchatcntconndp .Profile-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0px;
  -webkit-animation: rotate 5.5s infinite linear;
          animation: rotate 5.5s infinite linear;
}
.webchatcntconndp .Profile-border-segment {
  position: absolute;
  top: -10px;
  left: -10px;
}
.webchatcntconndp .Profile-border-segmentContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
}
.webchatcntconndp .Profile-borderMask {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(1) {
  transform: rotate(12deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(1) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.013333333333333s;
          animation-delay: 0.013333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(2) {
  transform: rotate(24deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(2) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.026666666666667s;
          animation-delay: 0.026666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(3) {
  transform: rotate(36deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(3) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(4) {
  transform: rotate(48deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(4) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.053333333333333s;
          animation-delay: 0.053333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(5) {
  transform: rotate(60deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(5) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.066666666666667s;
          animation-delay: 0.066666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(6) {
  transform: rotate(72deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(6) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(7) {
  transform: rotate(84deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(7) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.093333333333333s;
          animation-delay: 0.093333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(8) {
  transform: rotate(96deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(8) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.106666666666667s;
          animation-delay: 0.106666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(9) {
  transform: rotate(108deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(9) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(10) {
  transform: rotate(120deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(10) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.133333333333333s;
          animation-delay: 0.133333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(11) {
  transform: rotate(132deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(11) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.146666666666667s;
          animation-delay: 0.146666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(12) {
  transform: rotate(144deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(12) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(13) {
  transform: rotate(156deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(13) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.173333333333333s;
          animation-delay: 0.173333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(14) {
  transform: rotate(168deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(14) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.186666666666667s;
          animation-delay: 0.186666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(15) {
  transform: rotate(180deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(15) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(16) {
  transform: rotate(192deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(16) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.213333333333333s;
          animation-delay: 0.213333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(17) {
  transform: rotate(204deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(17) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.226666666666667s;
          animation-delay: 0.226666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(18) {
  transform: rotate(216deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(18) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(19) {
  transform: rotate(228deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(19) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.253333333333333s;
          animation-delay: 0.253333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(20) {
  transform: rotate(240deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(20) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.266666666666667s;
          animation-delay: 0.266666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(21) {
  transform: rotate(252deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(21) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(22) {
  transform: rotate(264deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(22) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.293333333333333s;
          animation-delay: 0.293333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(23) {
  transform: rotate(276deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(23) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.306666666666667s;
          animation-delay: 0.306666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(24) {
  transform: rotate(288deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(24) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(25) {
  transform: rotate(300deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(25) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.333333333333333s;
          animation-delay: 0.333333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(26) {
  transform: rotate(312deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(26) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.346666666666667s;
          animation-delay: 0.346666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(27) {
  transform: rotate(324deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(27) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(28) {
  transform: rotate(336deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(28) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.373333333333333s;
          animation-delay: 0.373333333333333s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(29) {
  transform: rotate(348deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(29) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.386666666666667s;
          animation-delay: 0.386666666666667s;
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(30) {
  transform: rotate(360deg);
}
.webchatcntconndp .Profile-border-segmentContainer:nth-child(30) .Profile-border-segment {
  transform-origin: 180px 50%;
  -webkit-animation: scale 2.5s infinite linear;
          animation: scale 2.5s infinite linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.webchatcntconndp .Profile-imageMask {
	background: url(images/experts_ai.webp);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	background-size: 643px 481px;
	background-position: 0px 0px;
	transition: all linear 200ms;
}
.webchatcntconndp .Profile-imageMask.exprt_1 {
	opacity:1;
	background-position: 0px 0px;
}
.webchatcntconndp .Profile-imageMask.exprt_2 {
	opacity:1;
	background-position: -165px 0px;
}

.webchatcntconndp .Profile-imageMask.exprt_3 {
	opacity:1;
	background-position: -328px 0px;
}

.webchatcntconndp .Profile-imageMask.exprt_4 {
	opacity:1;
	background-position: -492px 0px;
}

.webchatcntconndp .Profile-imageMask.exprt_5 {
	opacity:1;
	background-position: 0px -167px;
}
.webchatcntconndp .Profile-imageMask.exprt_6 {
	opacity:1;
	background-position: 0px -330px;
}
.webchatcntconndp .Profile-imageMask.exprt_7 {
	opacity:1;
	background-position: -165px -165px;
}

.webchatcntconndp .Profile-imageMask.exprt_8 {
	opacity:1;
	background-position: -165px -331px;
}

.webchatcntconndp .Profile-imageMask.exprt_9 {
	opacity:1;
	background-position: -328px -165px;
}

.webchatcntconndp .Profile-imageMask.exprt_10 {
	opacity:1;
	background-position: -328px -331px;
}
.webchatcntconndp .Profile-imageMask.exprt_11 {
	opacity:1;
	background-position: -492px -165px;
}
.webchatcntconndp .Profile-imageMask.exprt_12 {
	opacity:1;
	background-position: -492px -331px;
}
.Profile-borderMask-gfx.active circle {
    stroke: var(--jobbie-second-color);
}

.webchatcntconnmsg .aistaricn {
    width: 23px;
    height: 23px;
    fill: currentColor;
    transform: rotate(24deg) translateX(-3px) translateY(-5px);
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  18% {
    transform: scale(0.01, 0.01);
  }
  33% {
    transform: scale(0.01, 0.01);
  }
  51% {
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  18% {
    transform: scale(0.01, 0.01);
  }
  33% {
    transform: scale(0.01, 0.01);
  }
  51% {
    transform: scale(1, 1);
  }
}

.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew.addActvbg:before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.98);
}

#jobbie .hero-image-box .hero-image.cover-letter img {
    object-position: bottom center;
}

.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 25px 10px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 550px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none;
  }

  .formbold-form-wrapper.active {
    display: block;
  }

  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    line-height: 18px;
  }
  
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 7px 24px;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    background: white;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    outline: none;
    resize: none;
    height: 50px;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
		text-align: center;
		font-size: 18px;
		border-radius: 6px;
		padding: 14px 32px;
		border: none;
		font-weight: 600;
		background-color: var(--jobbie-second-color);
		color: white;
		cursor: pointer;
		height: 50px;
		border: none !important;
		color: #FFF;
		position: relative;
	}
	
    .formbold-btn:hover {
	  background-color: var(--jobbie-main-color);
	  color: var(--jobbie-second-color);
    }
	
	
	.formbold-btn:after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent !important;
  border-right-color: white !important;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

.formbold-btn.loading {
  color: transparent;
}

.formbold-btn.loading:after {
  opacity: 1;
}
	
.chat-opt-ask-box{
	display:none;
}
	

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  .formbold-form-header {
    background: var(--jobbie-main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 36px;
    border-radius: 8px 8px 0px 0px;
  }
  .formbold-form-header h3 {
	font-weight: 600;
	font-size: 26px;
	color: white;
	font-family: inherit;
  }
  .formbold-form-header button {
    color: white;
    background: transparent;
    border: none !important;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
  }
  .formbold-chatbox-form {
    padding: 32px 36px;
	padding: 32px 36px;
    max-height: calc(100vh - 300px);
    min-height: 300px;
    overflow-y: auto;
  }
  .formbold-action-buttons {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 48px;
  }
  .formbold-action-btn {
	width: 80px;
    height: 80px;
    background: var(--jobbie-main-color);
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .formbold-chat-icon svg {
		width: 36px;
		height: 36px;
	}

  .formbold-action-btn .formbold-cross-icon {
    display: none;
  }

  .formbold-action-btn.active .formbold-cross-icon {
    display: block;
  }

  .formbold-action-btn.active .formbold-chat-icon {
    display: none;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  
.supportchatbx {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 41;
}

.formbold-form-header-ttl {
	display: inline-flex;
    align-items: center;
    width: calc(100% - 40px);
    height: 50px;
}
.formbold-form-header-ttl img {
    height: 40px;
    margin-right: 8px;
}

.formbold-chatbox-form-inbx {
    float: left;
    width: 100%;
    padding: 0px 10px;
    margin-top: 50px;
	display: none;
}

.supportchatbx .msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.supportchatbx .msg:last-of-type {
  margin: 0;
}
.supportchatbx .msg-bubble {
    max-width: 80%;
    padding: 15px;
    border-radius: 15px;
    background: var(--jobbie-main-color);
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
}

.supportchatbx .left-msg .msg-bubble {
  border-bottom-left-radius: 0;
  transform: translateX(-110%);
}

.supportchatbx .right-msg {
  flex-direction: row-reverse;
}
.supportchatbx .right-msg .msg-bubble {
	background: var(--jobbie-second-color);
    color: #000;
    border-bottom-right-radius: 0;
}

.supportchatbx .fetchingError .dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 3px;
	background: #fcfcfc;
	animation: wave 1.3s linear infinite;
}
.supportchatbx .fetchingError .dot:nth-child(2){
	animation-delay: -1.1s;
}
.supportchatbx .fetchingError .dot:nth-child(3){
	animation-delay: -0.9s;
}
@-webkit-keyframes wave{
	0%, 60%, 100% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@-webkit-keyframes rect-anim-left {
  0% {
	transform: translateX(-110%);
  }
  80% {
	transform: translateX(40px);
  }
  100% {
	transform: translateX(0px);
  }
}
@keyframes rect-anim-left {
  0% {
	transform: translateX(-110%);
  }
  80% {
	transform: translateX(40px);
  }
  100% {
	transform: translateX(0px);
  }
}

.rectbxanimateleft {
    -webkit-animation: rect-anim-left ease-in-out 500ms both;
    animation: rect-anim-left ease-in-out 500ms both;
}


.optresendttlpre {
    font-weight: 500;
    padding-right: 10px;
}

.optresendin {
    display: inline-flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    gap: 5px;
    margin: 9px 0px 6px 0px;
}

.optresendtime {
    font-weight: 700;
}

.formbold-form-btn {
    float: left;
    width: 100%;
}

.suportctagbx {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.suportctag {
    display: inline-flex;
    justify-content: center;
    height: 46px;
    background: var(--jobbie-second-color);
    color: var(--jobbie-main-color);
    align-items: center;
    border-radius: 8px;
    font-size: 20px;
    padding: 0px 16px;
    font-weight: 600;
    margin: 0px 10px 16px 0px;
	line-height: 20px;
}

.websingupbttlinpmsg {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--jobbie-second-color);
}
.websingupbttlinp {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--jobbie-main-color);
}
.signupbottombtnrowotps {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0px 5px;
}
.signupbottombtnrowotps .otpinput {
    width: 20%;
    height: 64px;
    border: 1px solid var(--jobbie-main-color) !important;
    border-radius: 4px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}
.emlerrmsg {
	color: #f3264a;
	width: 100%;
	text-align: center;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 500;
}


.otpinput.errinput {
	border: 1px solid #f3264a !important;
}
@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.youtubefullscreen{
	display:none;
	
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.92);
    z-index: 31;
}

.youtubefullscreenin {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.youtubeplayer {
    width: 100%;
    max-width: 800px;
    display: inline-flex;
    justify-content: center;
	max-height: 480px;
	position: relative;
}
.youtubeplayer iframe {
    width: 100%;
    max-height: 540px;
    height: 100%;
    min-height: 480px;
	border-radius: 10px;
}
.closepopup {
	position: absolute;
	top: -45px;
	width: 32px;
	height: 32px;
	right: 0px;
	z-index: 10;
}
.closepopup svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}

#jobbie .resumes-section.blog-fullbg-1 .resumessectop, #jobbie .resumes-section.blog-fullbg-1 .blog-content-in, #jobbie .resumes-section.blog-fullbg-1 .blog-content-cmnts-list, #jobbie .resumes-section.blog-fullbg-1 .blog-content-cmnts-post, #jobbie .resumes-section.blog-fullbg-1 .blog-content-tag{
	background: #ffeef6;
    border: 1px solid #ff7eb9;
}

#jobbie .resumes-section.blog-fullbg-2 .resumessectop, #jobbie .resumes-section.blog-fullbg-2 .blog-content-in, #jobbie .resumes-section.blog-fullbg-2 .blog-content-cmnts-list, #jobbie .resumes-section.blog-fullbg-2 .blog-content-cmnts-post, #jobbie .resumes-section.blog-fullbg-2 .blog-content-tag{
	background: #f5ffea;
	border: 1px solid #cdfc93;
}

#jobbie .resumes-section.blog-fullbg-3 .resumessectop, #jobbie .resumes-section.blog-fullbg-3 .blog-content-in, #jobbie .resumes-section.blog-fullbg-3 .blog-content-cmnts-list, #jobbie .resumes-section.blog-fullbg-3 .blog-content-cmnts-post, #jobbie .resumes-section.blog-fullbg-3 .blog-content-tag{
	background: #e2feff;
    border: 1px solid #7afcff;
}

#jobbie .resumes-section.blog-fullbg-4 .resumessectop, #jobbie .resumes-section.blog-fullbg-4 .blog-content-in, #jobbie .resumes-section.blog-fullbg-4 .blog-content-cmnts-list, #jobbie .resumes-section.blog-fullbg-4 .blog-content-cmnts-post, #jobbie .resumes-section.blog-fullbg-4 .blog-content-tag{
	background: #f9efff;
	border: 1px solid #ce81ff;
}

#jobbie .resumes-section.blog-fullbg-5 .resumessectop, #jobbie .resumes-section.blog-fullbg-5 .blog-content-in, #jobbie .resumes-section.blog-fullbg-5 .blog-content-cmnts-list, #jobbie .resumes-section.blog-fullbg-5 .blog-content-cmnts-post, #jobbie .resumes-section.blog-fullbg-5 .blog-content-tag{
	background: #fffdd1;
    border: 1px solid #fff740;
}

.w-full.pagination {
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
}
.w-full.pagination .w-full {
    justify-content: center;
    gap: 10px;
    flex-flow: wrap row;
}
.w-full.pagination .w-full a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #464646;
    border: 1px solid #DDD;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 8px;
    padding: 0px 9px;
    border-radius: 5px;
}
.w-full.pagination .w-full a svg {
    width: 18px;
    height: 18px;
}
.w-full.pagination .w-full a.active{
    background: var(--jobbie-second-color);
    color: #FFF;
}

.formbold-form-header h3 .logosvg svg {
    width: 36px;
    height: 36px;
    margin: 0px 12px 0px 4px;
}

#jobbie .blog-content-in h3 {
    margin-bottom: 10px;
    margin-top: 10px;
	font-size: 20px;
    line-height: 24px;
}
#jobbie .blog-content-in h4 {
    margin-bottom: 5px;
    margin-top: 5px;
	font-size: 18px;
    line-height: 22px;
}
#jobbie .blog-content-in p.paragraph {
    margin-bottom: 15px;
}

.webfixedpop.webfixedpopchat.webfixedpopatsbx {
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center top;
    display: none;
    padding: 60px 0px 50px 0px;
}
.webfixedpop.webfixedpopchat.webfixedpopatsbx .webfixedpopin {
    max-width: 1100px;
	width:100%
}
.webfixedpop.webfixedpopchat.webfixedpopatsbx .webfixedpopchatprein {
   overflow-y: auto;
}
.atsenhancedrsmin {
    display: inline-flex;
    padding: 0px 40px;
    margin-top: 25px;
    gap: 30px;
	margin-bottom: 30px;
}
.atsactsboxs {
    border: 1.5px solid var(--jobbie-second-color);
    border-radius: 10px;
    padding: 10px;
    width: 25%;
    position: relative;
    transition: all linear 200ms;
    color: #FFF;
}
.atsactsboxsimg {
    height: 150px;
    margin-bottom: 15px;
}

.atsactsboxsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.atsactbxttl {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.atsactbxdsc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
#checkerBody .atsactbxbtn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: var(--jobbie-second-color);
    border-radius: 40px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

#checkerBody .atsactbxbtn svg path {
    fill: currentColor;
}
#checkerBody .atsactbxbtn svg {
    width: 18px;
    fill: currentColor;
    margin-left: 5px;
}

.atsactbxbtnbx {
    display: inline-flex;
    justify-content: center;
}
#checkerBody .atsstandardrsmbtn .atsactbxbtn {
    max-width: 340px;
}
.atsstandardrsmbtn {
    margin-top: 40px;
}
.atsstandardrsm {
    display: inline-flex;
    justify-content: center;
}

.atsstandardrsmin {
    max-width: 600px;
}
.atsstandardrsmtg {
    display: inline-flex;
    flex-flow: wrap row;
    row-gap: 15px;
    column-gap: 12px;
    margin-top: 15px;
}
.addresmtag {
    border: 2px solid var(--jobbie-second-color);
    color: var(--jobbie-second-color);
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0px 21px;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
}
.atsstandardrsmtgm {
    margin-top: 40px;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 100px;
}

.webchataskdraft{
	display:none;
}

.webchataskdraftin {
    display: inline-flex;
    padding: 0px 100px;
    margin-top: 25px;
    gap: 30px;
    justify-content: center;
}
.webchataskdraftbx {
    border: 1.5px solid var(--jobbie-second-color);
    border-radius: 10px;
    padding: 16px;
    width: 50%;
    position: relative;
    transition: all linear 200ms;
    display: inline-flex;
}
.draftselradio {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	margin-top: -1px;
	position: relative;
}
.draftselradio:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: rgb(255 255 255 / 8%);
    border-radius: 100%;
    top: 4px;
    left: 5px;
    z-index: 1;
}

.draftselradio svg {
    width: 100%;
    height: 100%;
    fill: var(--jobbie-second-color);
    position: relative;
    z-index: 2;
}


.draftselboxlist {
    width: calc(100% - 37px);
}
.draftselboxlistttl {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	font-family: "Headland One", ui-sans-serif;
	line-height: 23px;
	letter-spacing: 1px;
}
.draftselboxlistdsc {
    width: 100%;
    float: left;
    color: #ededed;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
    padding-left: 3px;
}
.draftselboxlistpnt li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 10px;
    font-weight: 400;
}
.draftselboxlistpnt li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 10px;
    left: 0px;
    top: 7px;
}
.webchataskdraftbx.webchataskdraftbx_new .draftselboxlistdsc {
    font-size: 17px;
    line-height: 22px;
}
.webchataskdraftbx.webchataskdraftbx_new {
    border: 1.5px solid #7b06f6;
}
.webchataskdraftbx.webchataskdraftbx_new .draftselradio svg {
    fill: #7b06f6;
}
.draftselradio svg.checkedbtn {
    position: absolute;
    z-index: 4;
    transition: all ease;
    transform: scale(0);
	left:0px;
}
.selected .draftselradio svg.checkedbtn {
    transform: scale(1);
}

.selected .draftselradio:before {
    background: transparent;
}

.webchataskdraftbx.selected {
    background: rgb(0 0 0 / 5%);
}


#sec-templates #templates-content{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr 1fr;padding:0px 0px 80px 0px; min-height:470px; opacity:0;}
@media only screen and (min-width:600px) and (max-width:1000px){
#sec-templates #templates-content{padding:0px 0px 60px 0px;align-items:center;grid-template-columns:1fr 8fr 1fr;grid-template-areas:"button-left content button-right";}
}
#sec-templates #templates-content .template-header{font-size:18px;;font-weight:500;margin-top:0.8rem;margin-bottom:0; line-height:22px; min-height:36px; color: var(--jobbie-text-color);}
#sec-templates #templates-content .swiper4Slide{text-decoration:none;}
#sec-templates #templates-content figure{margin:0;}
#sec-templates #templates-content figure img{width:100%;}
#sec-templates #templates-cta{margin:3.2rem auto 0;}
#sec-templates .template-shadow{display:none;}
@media only screen and (max-width:600px){
#sec-templates #templates-content .template-header{font-size:1rem;}
#sec-templates #templates-content{overflow:scroll;padding:0px 0px 60px 0px; position:relative;grid-auto-flow:column;grid-template-columns:unset;grid-auto-columns:30rem;scroll-snap-type:x proximity;}
#sec-templates .template-shadow{display:block;position:absolute;right:0;z-index:1;width:8rem;background:linear-gradient(to left,#F5F5F5,rgba(245,245,245,0));}
}
#sec-templates a,#sec-templates p{margin-top:0;line-height:1.5;font-size:1rem;}
#sec-templates a span{line-height:1.5;font-size:1rem;}
#sec-templates a{text-decoration:underline;color:#0A52BF;}
#sec-templates p{margin-bottom:1.25rem;}
#sec-templates p:last-of-type{margin-bottom:0;}
#sec-templates h2{margin-bottom:1.1rem;}
#sec-templates span{display:inline-block;font-size:0.8rem;line-height:1.5;}
#sec-templates h2{text-align:left;margin-top:0;margin-left:0;margin-right:0;}
#sec-templates h2{font-weight:700;}
#sec-templates h2{font-size:2.2rem;line-height:1.3;}
@media only screen and (max-width:600px){
#sec-templates h2{font-size:1.61rem;}
}
#sec-templates .n-text-center{text-align:center;}
#sec-templates a{cursor:pointer;outline:0;background-color:transparent;}
#sec-templates.n-container{height:auto;box-sizing:border-box;position:relative;}
@media only screen and (min-width:1000px){
#sec-templates.n-container{width:1000px;}
}
@media only screen and (max-width:1650px){
#sec-templates.n-container{width:800px;}
}
@media only screen and (min-width:1000px){
#sec-templates.n-container{width:1500px;}
}
@media only screen and (max-width:1650px){
#sec-templates.n-container{width:1220px;}
}
@media only screen and (max-width:1350px){
#sec-templates.n-container{width:1060px;}
}
@media screen and (min-width:1100px) and (max-width:1200px){
#sec-templates.n-container{width:960px;}
}
@media screen and (min-width:1000px) and (max-width:1100px){
#sec-templates.n-container{width:860px;}
}
#sec-templates.n-container{position:relative;margin:0 auto;}
@media only screen and (max-width:1000px){
#sec-templates.n-container{width:94%;}
}
#sec-templates p{margin-bottom:1.25rem;}
#sec-templates h2{margin-bottom:4px;}
#sec-templates img{width:100%;height:auto;}
@media only screen and (max-width:600px){
#sec-templates.n-container{width:100%;padding:8px;}
}
#sec-templates .underline{width:64px;height:6px;margin-bottom:2.4rem;border-radius:3px; background: var(--primary-green);}
@media only screen and (min-width:600px) and (max-width:1000px){
#sec-templates .underline{margin-bottom:2.25rem;}
}
@media only screen and (max-width:600px){
#sec-templates .underline{margin-bottom:3rem;}
}
#templates-content.templatesswiper {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 70px;
    position: relative;
}
#templates-content.templatesswiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;;
}
#templates-content.templatesswiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: var(--jobbie-second-color);
}
#templates-content.templatesswiper .swiper-buttons {
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 90px;
}
#sec-templates #templates-content .swiper4Slide {
    text-decoration: none;
}

#templates-content.templatesswiper .swiper4Slide {
    overflow: hidden;
}
#templates-content.templatesswiper .swiper4Slide{
	width:92%;
	position: relative;
    background: #f5f7fc;
    padding: 16px 16px 8px;
    display: block;
    text-align: center;
    border-radius: 20px;
}
#templates-content.templatesswiper .swiper4Slide:hover{
	background:rgb(0 231 132 / 10%);
}
#templates-content.templatesswiper .swiper4Slide img{
	width:100%;
	height: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
}
#templates-content.templatesswiper .swiper4Slide p{
	font-size:18px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration:none;
	color: var(--midnight-blue);
	width:100%;
	text-align: center;
	line-height: 22px;
	min-height: 45px;
}

#sec-templates .slidehoverbuttonbx{
	position: absolute;
	bottom: 100px;
	width: 100%;
	display:inline-flex;
	align-items:center;
	justify-content: center;
	left:0px;
	transition:transform ease-in-out 300ms;
	transform: translateY(200px);
}

#sec-templates .slidehoverbutton{
	display:inline-flex;
	justify-content: center;
	height: 42px;
	padding:0px 20px;
	background: var(--midnight-blue);
	color: var(--primary-green);
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	border-radius: 10px;	
	align-items: center;
}

#templates-content.templatesswiper .swiper4Slide{
	overflow:hidden;
}
#templates-content.templatesswiper .swiper4Slide:hover .slidehoverbuttonbx{
	transform: translateY(0px);
}


#compare_section {
    width: 100%;
    display: block;
    padding: 0px 100px 40px 100px;
    margin-top: 110px;
}

#compare_section .compareHeaderBox .titleRow, #compare_section .compareHeaderBox .labelRow {
    display: flex;
    justify-content: center;
}

#compare_section .compareHeaderBox .mainTitleRow {
    margin-top: 18px;
}

#compare_section .compareHeaderBox .labelRow {
    margin-top: 15px;
}

#compare_section .sub_title {
    font-size: 18px;
    font-weight: 600;
    color: var(--jobbie-button-new-color);
    line-height: 1;
    display: inline-flex;
}

#compare_section .title {
    font-size: 36px;
    font-weight: 600;
    color: var(--jobbie-main-color);
    line-height: 1;
    display: inline-flex;
}

#compare_section .headerDotIcon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

#compare_section .headerDotIcon svg {
    width: 100%;
    height: 100%;
}

#compare_section .headerDotIcon.pathfill svg path,#compare_section .headerDotIcon.circlefill svg circle {
    fill: var(--jobbie-button-new-color);
}

#compare_section .compareHeaderBox .labelText {
    max-width: 440px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--jobbie-second-text-color);
    line-height: 1.4;
}


#compare_section .compareListBox {
    width: 100%;
    margin-top: 62px;
}

#compare_section .compareListBox .compareListRow {
    display: flex;
    align-items: start;
    width: 100%;
}

#compare_section .compareListBox .listHeader {
    font-size: 18px;
    font-weight: 600;
    color: #0C2E65;
    line-height: 1;
    display: inline-flex;
    padding: 6px;
    margin-left: 8px;
}

#compare_section .compareListBox .RightList .listHeader {
    background: var(--jobbie-button-new-color);
    border-radius: 4px;
    color: #FFF;
}

#compare_section .compareList {
    margin-top: 28px;
}

#compare_section .compareList .compareListRow{
    margin-bottom: 24px;
}

#compare_section .LeftList, #compare_section .RightList {
    width: 50%;
}

#compare_section .LeftList {
    padding-right: 48px;
}

#compare_section .RightList {
    padding-left: 48px;
}


#compare_section .compareItem {
    display: flex;
    align-items: start;
}

#compare_section .compareItemIconBox {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    display: flex;
    align-items: start;
    justify-content: end;
    flex: 0 0 auto;
}

#compare_section .compareItemIconBox.blur {
    filter: blur(2px);
}

#compare_section .compareItemIcon {
    width: 28px;
    height: 28px;
}

#compare_section .compareItemIcon.fullIcon {
    width: 100%;
    height: 100%;
}

#compare_section .compareItemIcon.smallIcon {
    width: 28px;
    height: 18px;
}

#compare_section .compareItemIcon svg {
    width: 100%;
    height: 100%;
}

#compare_section .LeftList .compareItemIcon.svgfill svg, #compare_section .LeftList .compareItemIcon.pathfill svg path {
    fill: #EA525D;
}

#compare_section .LeftList .compareItemIcon .svgsecondclrfill {
    fill: #F9D2D5;
}

#compare_section .RightList .compareItemIcon.svgfill svg, #compare_section .RightList .compareItemIcon.pathfill svg path {
    fill: var(--jobbie-button-new-color);
}

#compare_section .RightList .compareItemIcon .svgsecondclrfill {
    fill: #BED4F6;
}

#compare_section .compareListBox .compareItemLabel {
    font-size: 16px;
    font-weight: 500;
    color: var(--jobbie-text-color);
    line-height: 1.4;
}

#compare_section .linethrough {
    text-decoration: line-through;
}

#compare_section .LeftList .colored {
    color: #EA525D;
}

#compare_section .RightList .colored {
    color: var(--jobbie-button-new-color);
}

@media only screen and (max-width:890px) {
    #compare_section {
        padding: 32px 60px 42px 60px;
    }

    #compare_section .RightList {
        padding-left: 24px;
    }

    #compare_section .LeftList {
        padding-right: 24px;
    }
}

@media only screen and (max-width:776px) {
    #compare_section {
        padding: 30px 30px 42px 30px;
    }

    #compare_section .compareItem {
        flex-direction: column;
    }

    #compare_section .RightList {
        padding-left: 14px;
    }

    #compare_section .LeftList {
        padding-right: 12px;
		padding-left: 3px;
    }

    #compare_section .compareItemIconBox {
        width: 28px;
        height: 28px;
    }

    #compare_section .compareItemIconBox {
        justify-content: start;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #compare_section .compareListBox .listHeader {
        margin-left: 0;
    }

    #compare_section .compareListBox {
        margin-top: 38px;
    }
}

@media only screen and (max-width:568px) {
    #compare_section {
		padding: 0px 16px 30px 16px;
		margin-top: 80px;
    }

    #compare_section .compareHeaderBox .titleRow, #compare_section .compareHeaderBox .labelRow {
        justify-content: start;
    }

    #compare_section .compareHeaderBox .labelText {
        max-width: 100%;
        text-align: start;
    }

    #compare_section .compareList {
        margin-top: 18px;
    }
}

@media only screen and (max-width:380px) {
    #compare_section .compareHeaderBox .labelText {
        font-size: 18px;
    }

    #compare_section .compareListBox .compareItemLabel {
        font-size: 14px;
    }

    #compare_section .compareListBox .listHeader {
        font-size: 16px;
    }
}

.webchatcntnextbx_login{
	display:none;
}
.webchatcntrowbx_otp{
	display:none;
}
.webchatcntnextbx_login .webchatcntrwdsc{
	display:none;
}
#askwebemailboxpop .otpinput {
    width: 64px;
}
#askwebemailboxpop {
    justify-content: center;
}
.webchatcntrowbx_otp .webchatcntrwttl {
    text-align: center;
    margin-bottom: 10px;
}
.webchatcntbtn .spinner {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: var(--jobbie-second-color) !important;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.webchatcntconndp .Profile-imageMask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webfixedpop.webfixedpopcpnbx{
	
}
.webfixedpop.webfixedpopcpnbx .webfixedpopin {
    max-width: 380px;
    max-height: 600px;
    height: auto;
    border-radius: 30px;
}
.webfixedpop.webfixedpopcpnbx .webfixedpopchatcnt {
    background: #FFF;
	border-radius: 30px;
}
.webpopcpnbxtop {
    position: relative;
    display: flex;
    justify-content: center;
}
.webpopcpnbxtopbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
	opacity:0;
}
.webpopcpnbxtopbg svg {
    width: 100%;
    height: 400px;
    transform: scale(0) translateY(5px);
	transition: all linear 200ms;
}
.showdisct .webpopcpnbxtopbg svg {
	transform: scale(2) translateY(5px);
}
.webpopcpnbxcnt {
    position: relative;
    z-index: 5;
}

.showdisct .webpopcpnbxtopbg {
	opacity:1;
}	
.cpnbxcnttp_1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}
.cpnbxcnttp_1 svg {
    width: 120px;
    height: 120px;
}
.showdisct .cpnbxcnttp_1 {
	opacity:0;
}

.cpnbxcnt_1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 60px;
	line-height: 22px;
}
.showdisct .cpnbxcnt_1 {
    margin-top: 30px;
    font-size: 22px;
}
.cpnbxcnttp_2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 2px;
}
.cpnbxcnt_8{
	display:none;
}



.cpnbxcnt_2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: -3px;
    color: #000;
	flex-direction: column;
}
.showdisct .cpnbxcnt_2 del {
    font-size: 36px;
    color: #111;
    letter-spacing: 1px;
}

.cpnbxcnt_3 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1;
}
.cpnbxcnt_4 {
    display: flex;
    padding: 0px 50px;
    justify-content: center;
}
.cpnbxcnt_5 {
    display: flex;
    align-items: center;
    background: #F1F1F1;
    height: 42px;
    border-radius: 5px;
    margin-top: 30px;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #485257;
}
.cpnbxcnt_5 svg {
    width: 22px;
    height: 22px;
    margin: -1px 3px 0px 0px;
}

.cpnbxcnt_6 {
    display: flex;
    padding: 0px 20px;
    justify-content: center;
	flex-direction: column;
}
.cpnbxcnt_7 {
    display: flex;
    align-items: center;
    background: var(--midnight-blue);
    height: 48px;
    border-radius: 10px;
    margin-top: 30px;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 30px;
	cursor:pointer;
}
.showdisct .cpnbxcnt_7 {
    background: var(--jobbie-text-color);
    color: var(--jobbie-second-color);
}
.showdisct .cpnbxcnt_7:hover{
	color: var(--jobbie-text-color);
    background: var(--jobbie-second-color);
}
.showdisct .cpnbxcnt_2{
	color: #ed4948;
}
.showdisct .cpnbxcnt_5 {
    background: #CC0C39;
	color: #FFF;
}

.activeBx .cpnbxcnttp_2 {
	line-height:1;
	margin-top:5px;
}

.activeBx .cpnbxcnt_2, .activeBx .cpnbxcnt_3 {
	display:none;
}

.activeBx .cpnbxcnt_7{
	background: var(--jobbie-second-color);
    color: var(--jobbie-text-color);
}
.activeBx .cpnbxcnt_7:hover{
	color: var(--jobbie-second-color);
    background: var(--jobbie-text-color);
}

.activeBx .cpnbxcnt_8{
	margin-bottom: 30px;
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
    color: var(--gos-blue);
    font-weight: 500;
    text-decoration: underline;
	cursor:pointer;
	display:block;
}

.activeBx .cpnbxcnt_8:hover{
	text-decoration: none;
}
.activeBx .cpnbxcnt_6 {
	padding: 0px 50px;
}
.cpnbxcnt_5 input#cvactivationcode {
    height: 45px;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 0px 14px;
    font-size: 18px;
}
.cpnbxcnt_5 input#cvactivationcode.errorinput{
	border: 1px solid red;
}
.activeBx .cpnbxcnt_5 {
    background: #FFF;
    flex-direction: column;
    height: auto;
	margin-top: 15px;
}
.activeBx .cpnbxcnt_5 .errormsgbx {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: red;
    font-size: 16px;
    padding: 2px 0px 0px 4px;
}
.webfixedpop.webfixedrsmupbx {
    background: rgba(0, 0, 0, 0.7);
}
.webfixedpop.webfixedrsmupbx .webfixedpopin {
    height: auto;
    max-height: 540px;
    overflow: hidden;
    width: 700px;
    overflow: hidden;
    border-radius: 16px;
}
.webfixedpop.webfixedrsmupbx .webfixedpopin .webfixedpopchatcnt {
    width: 100%;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.rsmupcnt_ttl {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
.rsmupcnt_dsc {
	font-size: 18px;
	line-height: 22px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 5px;
	font-weight: 400;
}
.rsmtypoptsel {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
}

.rsmtypoptsel svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: var(--gos-blue);
    transition: all linear 300ms;
}
.rsmtypoptsel svg.checked {
    transform: scale(0);
}
.selected .rsmtypoptsel svg.checked {
    transform: scale(1);
}
.webfdrsmuprow {
    margin-bottom: 20px;
    position: relative;
    padding: 16px;
    border-radius: 0px;
	cursor: pointer;
}
.webfdrsmupopt_ttl {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
	text-align: center;
	color: var(--midnight-blue);
}
.webfdrsmupopt_dsc{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
	color: #000;
}
.webfdrsmupopt_dsc_2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}
.webfdrsmupopt_icn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.webfdrsmupopt_icn_in {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--jobbie-second-color);
    border-radius: 100%;
	position: relative;
}
.webfdrsmupopt_icn_in svg {
    width: 40px;
    height: 40px;
    fill: var(--midnight-blue);
    margin-left: 5px;
}
.webfdrsmupopt_icn_in .spinner {
    position: absolute;
    z-index: 2;
    background: var(--jobbie-second-color);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.webfdrsmuprow.webfdrsmuprow_up {
    border-bottom: 1px solid;
}
.webfdrsmuprow.webfdrsmuprow_chat .webfdrsmupopt_ttl {
    text-align: left;
	color: #000;
}
.webfdrsmupopt_hgt {
    font-weight: 600;
    color: var(--jobbie-main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.webfdrsmupopt_hgt:hover {
   text-decoration: none;
}
.webfdrsmuprow.webfdrsmuprow_up .webfdrsmupopt_dsc {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

@media only screen and (max-height:740px) {
	.webchatcntbtnbx{
		position: relative;
		bottom:unset;
		margin-top:20px;
		margin-bottom: 20px;
	}	
	.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew{
		padding:0px;
	}
	.webfixedpopchatpre{
		overflow-y: auto;
	}
	
	.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew.showtemplates{
		padding:0px;
	}
	.webfixedpopchatnew.webfixedpopchat.showtemplates .webfixedpopin{
		max-width: 100%;
	}
}

@media only screen and (min-width:1501px) {
    #jobbie .main {
        transform: scale(1.3);
    }
}

@media only screen and (max-width:1500px) {
    #jobbie .main {
        transform: scale(1.2);
    }
}

@media only screen and (max-width:1400px) {
    #jobbie .main {
        transform: scale(1.1);
    }
}

@media only screen and (max-width:1300px) {
    #jobbie .main {
        transform: scale(1.06);
    }
}

@media only screen and (max-width:1200px) {
    #jobbie .main {
        transform: scale(1.04);
    }
}

@media only screen and (max-width:1180px) {
    #jobbie .main {
        transform: scale(1.02);
    }
}

@media only screen and (max-width:1140px) {
    #jobbie .main {
        transform: scale(1);
    }
}

@media only screen and (max-width:1098px) {
    #jobbie .main {
        transform: scale(0.93);
    }
}


@media only screen and (max-width:1058px) {
    #jobbie .main {
        transform: scale(0.855);
    }
}

@media only screen and (max-width:968px) {
    #jobbie .main {
        transform: scale(0.81);
    }
}

@media only screen and (max-width:898px) {
    #jobbie .main {
        transform: scale(0.77);
    }
}

@media only screen and (max-width:868px) {
    #jobbie .main {
        transform: scale(0.71);
    }
	
	.webchatpredsc {
		padding:0px 20px;
	}
	.webchatprelistbtns {
       padding: 0px 20px;
	}
	.popactnbtn.webchatcntbtn {
		font-size: 16px;
		padding: 8px 20px;
		text-align: center;
		line-height: 22px;
		min-height: 50px;
		height: auto;
	}
	
	.webfixedpop.webfixedpopchat.webfixedpopatsbx{
		padding: 0px;
	}
	
	.atsenhancedrsmin {
		display: inline-flex;
		padding: 0px 40px;
		margin-top: 25px;
		gap: 30px;
		margin-bottom: 30px;
		flex-flow: wrap row;
		justify-content: center;
	}
	.atsactsboxs{
		width: calc(50% - 16px);
		max-width: 290px;
	}
	
	.allresumesboxlisttabs {
		margin-left: -15px;
		width: calc(100% + 32px);
		overflow-x: auto;
		padding-right: 20px;
		padding-left: 15px;
	}
	.allresumesboxlisttabsin {
		white-space: nowrap;
		justify-content: flex-start;
		width: auto;
	}
	
	.allresumesboxlistin {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-row-gap: 40px;
	}
	.alrsmboxlstimg{
		min-height: 410px;
	}
	.alrsmboxlstbtm {
		margin-top: 20px;
	}
	
	.resumestylimg {
		height: calc(100% - 135px);
		display: inline-flex;
		justify-content: center;
		padding-top: 15px;
		margin-top: 40px;
		padding: 15px 15px 0px 15px;
	}
	
	.resumestylbtns .webchatcntbtn {
		width: 92%;
	}
	.alrsmboxlst{
		padding: 14px;
	}	
	.alrsmboxlstimg img{
		min-height: unset;
	}
	
	.webchataskdraftin{
		padding: 0px 30px;
		flex-direction: column;
	}
	.webchataskdraftbx{
		width: 100%;
	}
	.draftselboxlistttl{
		font-size: 18px;
		line-height: 20px;

	}
	.webchataskdraftbx{
		padding: 13px;
	}
	.draftselradio {
		width: 22px;
		height: 24px;
		margin-right: 7px;
	}
	.draftselradio:before{
		width: 16px;
		height: 16px;
		top: 3px;
		left: 3px;
	}
	.draftselboxlistdsc{
		font-size: 14px;
		margin-bottom: 0px;
		line-height: 20px;
		padding-left: 1px;
	}
	.webchataskdraftbx.webchataskdraftbx_new .draftselboxlistdsc {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width:803px) {
    #jobbie .main {
        transform: scale(0.68);
    }
}

@media only screen and (max-width:769px) {
    #jobbie .main {
        transform: scale(0.64);
    }
}

@media only screen and (max-width:723px) {
    #jobbie .main {
        transform: scale(0.61);
    }
}

@media only screen and (max-width:688px) {
    #jobbie .main {
        transform: scale(0.58);
    }
}

@media only screen and (max-width:648px) {
    #jobbie .main {
        transform: scale(0.54);
    }
}

@media only screen and (max-width:608px) {
    #jobbie .main {
        transform: scale(0.5);
    }
}

@media (max-width: 568px) {
    #jobbie .bannerareamainarea {
        display: flex;
        justify-content: center;
        width: 414px;
        overflow-x: visible;
    }

    #jobbie .main {
        padding: 0 5px;
        max-width: 414px;
        width: 414px;
        transform: scale(1.3);
		
    }

    #jobbie .square-icon {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    #jobbie .desktop-menu, #jobbie .main-navigation .login-box {
        display: none;
    }

    #jobbie .hamburger-menu {
        display: block;
    }

    #jobbie .main-navigation {
        height: 80px;
		padding-top: 10px;
    }
	#jobbie .resumes-section#sec-templates {
		margin-top: 10px;
	}

    #jobbie .main-navigation .logo-box {
        left: 0px;
    }

    #jobbie .hero-text {
        margin: 20px 0 40px 0;
    }

    #jobbie .hero-text p {
        margin: 20px 0 0 0;
    }

    #jobbie .left-hero-box,  #jobbie .right-hero-box {
        width: 100%;
    }

    #jobbie .left-hero-box {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        padding: 25px 10px 0 10px;
    }

    #jobbie .left-hero-box .buttons-box .main-button {
        font-size: 13px;
    }

    #jobbie .left-hero-box .buttons-box .transparent-button {
        font-size: 13px;
    }

    #jobbie .left-hero-box .buttons-box .transparent-button .icon-box {
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }

    #jobbie .hero-text h1 {
        font-size: 36px;
        padding: 0px 5px;
    }

    #jobbie .text-with-line .text-line {
        height: 12px;
    }

    #jobbie .hero-text p {
        font-size: 16px;
        padding: 0px 6px;
        max-width: unset;
    }


    #jobbie .hero-input-box {
        height: 55px;
        padding: 8px;
    }

    #jobbie .hero-input-box .location-dropdown {
        font-size: 10px;
        width: calc(50% - 35px);
        padding: 0 10px 0 0;
    }

    #jobbie .hero-input-box .hero-input-search-box .icon-box,  #jobbie .hero-input-box .location-dropdown .icon-box {
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    #jobbie .hero-input-box .hero-input-search-box {
        width: calc(100% - 35px);
    }

    #jobbie .hero-input-box .hero-input-search-box input {
        width: calc(100% - 20px);
        font-size: 10px;
    }

    #jobbie .hero-input-box .search-button {
        font-size: 10px;
        padding: 0 10px;
        width: 70px;
    }

    #jobbie .right-hero-box {
        padding: 15px 20px 40px 20px;
    }

    #jobbie .hero-image-box {
        margin: 0 0 0 20px;
        width: calc(100% - 20px);
        height: 250px;
    }

    #jobbie .hero-image-background {
        height: 250px;
        right: -10px;
        bottom: -10px;
    }

    #jobbie .hero-stats-box {
        width: 100%;
        padding: 0 20px;
        justify-content: space-between;
        margin: 35px 0 25px 0;
    }

    #jobbie .hero-stats-box .hero-stats-item:first-child {
        padding: 0 20px 0 0;
    }

    #jobbie .hero-stats-box .hero-stats-item {
        padding: 0 20px;
    }

    #jobbie .hero-stats-box .hero-stats-item:last-child {
        padding: 0 0 0 20px;
    }

    #jobbie .hero-stats-box .hero-stats-item h4 {
        font-size: 21px;
    }

    #jobbie .hero-stats-box .hero-stats-item p {
        font-size: 10px;
        margin-bottom: 10px;
    }


    #jobbie .right-hero-box .apple-icon {
        left: 25px;
        top: 0;
        z-index: 5;
    }

    #jobbie .right-hero-box .google-icon {
        z-index: 5;
        left: 50px;
        bottom: 55px;
    }

    #jobbie .hero-info-box {
        top: calc(50% - 75px);
        left: 10px;
    }
	
	#jobbie .hero-info-box-in{
		padding: 10px 10px 20px 10px;
	}

    #jobbie .hero-info-box .image-box {
        width: 55px;
        height: 55px;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-top {
        width: 100%;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label h6 {
        padding: 0 0 0px 0;
        font-size: 12px;
        height: 12px;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label p {
        font-size: 10px;
    }

    #jobbie .badge-success .icon-box {
        width: 10px;
        height: 10px;
        margin-right: 4px;
    }

    #jobbie .badge-success p {
        font-size: 10px;
    }

    #jobbie .hero-info-box .hero-info-content {
        height: 55px;
        padding: 0 0 0 5px;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-top .hero-info-top-label {
        padding: 0 15px 0 0;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-bot .hero-info-bot-time {
        padding: 0 5px 0 0;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-bot .hero-info-bot-type {
        padding: 0 0 0 5px;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-bot .icon-box {
        width: 12px;
        height: 12px;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-bot {
        margin: 7px 0 0 0;
    }

    #jobbie .hero-info-box .hero-info-content .hero-info-bot p {
        font-size: 10px;
    }

    #jobbie .chart-card {
        bottom: 15px;
        width: 140px;
        height: 115px;
        left: calc(50% - 60px);
    }

    #jobbie .chart-main-item {
        width: calc(100% / 8 - 3px);
    }

    #jobbie .chart-body .chart-icon {
        left: 31px;
        top: 3px;
        width: 24px;
        height: 24px;
    }

    #jobbie .explore-section {
        width: 100%;
        margin: 75px 0 0 0;
        padding: 0 20px;
    }

    #jobbie .section-header h2 {
        font-size: 30px;
        max-width: unset;
    }
	
	#jobbie .explore-section .section-header, #jobbie .offers-section .section-header {
		align-items: self-start;
		flex-direction: column;
		gap: 10px;
	}

    #jobbie .section-header p {
        font-size: 14px;
    }

    #jobbie .section-header p .icon-box {
        width: 15px;
        height: 15px;
        margin-left: 10px;
    }
	
	#jobbie .resumes-section.myths-section{
		margin-top: 40px;
	}

    #jobbie .cards-box {
        flex-wrap: wrap;
		margin-top:0px;
    }
	#jobbie .cards-box:first-child {
       margin-top:30px;
    }

    #jobbie .explore-section .card {
        margin-right: 10px;
        margin-bottom: 20px;
        width: 48%;
        height: auto;
        min-height: 185px;
        border-radius: 12px;
        padding: 10px;
		border: 1px solid #cecece;
    }
	#jobbie .about-section .pd_bottom_80 {
		padding-bottom: 20px;
	}
	#jobbie .explore-section .card .card-header .card-label{
		width: calc(100% - 38px);
	}
	.impresssecrghtresm{
		flex-direction: column;
	}
	/* .impresssecrghtresm .me-6 {
		width: 100%;
	} */
	.impresssecrght .pb-px{
		animation: pan-x 20s infinite linear reverse;
		flex-direction: row;
		gap: 22px;
		display: inline-flex;
	}
	.impresssecrght .pt-px{
		animation: pan-x 20s infinite linear;
		flex-direction: row;
		gap: 22px;
		display: inline-flex;
	}
	
	#jobbie .resumesseccnt .product-card.countryrsm-card .product-info p {
		min-height: unset;
		margin-bottom: 25px;
	}
	
	#jobbie .companies-section .section-content{
		margin-top: 40px;
		margin-bottom: 20px;
	}

    #jobbie .explore-section .card:nth-child(2){
        margin-right: 0;
    }

    #jobbie .explore-section .card:nth-child(4){
        margin-right: 0;
    }

    #jobbie .explore-section .card .card-header .square-icon {
        width: 38px;
        height: 38px;
        padding: 10px;
    }

    #jobbie .explore-section .card .card-header {
        justify-content: space-between;
    }

    #jobbie .explore-section .card-content h2 {
        font-size: 18px;
    }

    #jobbie .explore-section .card-content p {
        font-size: 12px;
        margin-top: 10px;
    }

    #jobbie .offers-section {
        width: 100%;
        margin: 75px 0 0 0;
        padding: 25px;
    }

    #jobbie .section-image-box {
        width: 90%;
        height: 240px;
        right: 5%;
        top: 130px;
    }

    #jobbie .section-image-box .section-image-block {
		width: calc(100% + 25px);
		height: calc(100% + 25px);
		display: inline-flex;
		justify-content: center;
    }

    #jobbie .section-image-box .facebook-mini {
        right: 10px;
        top: 15px;
    }

    #jobbie .section-image-box .linkedin-mini {
        left: 10px;
        top: 190px;
    }
	#jobbie .offers-section .section-content{
		padding-top: 280px;
	}

    #jobbie .statistic-box {
        justify-content: center;
        width: 100%;
        margin: 30px 0 40px 0;
    }

    #jobbie .statistic-box .square-icon {
        margin: 15px 20px;
    }

    #jobbie .statistic-box-item h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 5px;
    }

    #jobbie .statistic-box-item p {
        font-size: 14px;
    }

    #jobbie .offer-card-box {
        padding-top: 10px;
        justify-content: center;
    }

    #jobbie .hire-section {
        height: 695px;
        margin: 75px 0 0 0;
    }

    #jobbie .hire-section .section-overlay {
        padding: 55px 25px 25px 25px;
    }

    #jobbie .hire-section .section-header h2 {
        max-width: 300px;
        margin-bottom: 20px;
    }

    #jobbie .hire-section .section-header p {
        max-width: 260px;
        margin-bottom: 20px;
    }

    #jobbie .hire-section .video-button p {
        margin-bottom: 0;
    }

    #jobbie .handdrawarrow .icon-box {
        width: 60px;
        height: 60px;
    }

    #jobbie .hire-section .thumb-block {
        margin-top: 90px;
        flex-direction: column;
        align-items: start;
    }

    #jobbie .handdrawarrow {
        left: 130px;
        top: 255px;
    }

    #jobbie .hire-section .thumb-block-label h2 {
        font-size: 21px;
    }

    #jobbie .hire-section .thumb-block-label p {
        font-size: 10px;
    }

    #jobbie .hire-section .section-content {
        right: 20px;
        top: 380px;
    }

    #jobbie .hire-section-image {
        width: 125px;
        height: 185px;
    }

    #jobbie .hire-section .thumb-block-label h2 {
        margin-bottom: 0;
        text-align: center;
        margin-top: 10px;
    }

    #jobbie .hire-section .thumb-block-label p {
        margin-bottom: 0;
    }

    #jobbie .hire-section .employer-image-box {
        right: 0;
        top: -130px;
    }

    #jobbie .hire-section .applicant-box {
        right: 20px;
        top: -5px;
    }

    #jobbie .hire-section .aplicant-image-box {
        right: 195px;
        top: 50px;
    }

    #jobbie .hire-section .section-content .square-icon.twitter {
        right: 305px;
        top: 100px;
    }

    #jobbie .employer-box {
        right: -10px;
        top: 115px;
    }

    #jobbie .hire-section .applied-box {
        right: 180px;
        top: 160px;
    }

    #jobbie .companies-section {
        margin: 95px 0 0 0;
        padding: 30px 3px 0 3px;
        flex-wrap: wrap;
        height: 100%;
    }

    #jobbie .companies-section .section-header {
        position: relative;
		padding: 0px 22px;
    }

    #jobbie .companies-section .section-header h2 {
        max-width: unset;
    }
	#jobbie .companies-section .section-header p.sectxt{
		margin: 0px 0 30px 0;
		padding-right: 5px;
	}

    #jobbie .companies-section .section-header p {
        margin: 20px 0 30px 0;
    }

    #jobbie .companies-section .companies-image-box {
        position: absolute;
        right: 0;
        top: 0;
    }

    #jobbie .companies-image-block {
        width: 130px;
        height: 175px;
        margin-top: -45px;
        margin-right: 5px;
    }

    #jobbie .companies-second-image-block {
        width: 100px;
        height: 125px;
        top: 45px;
        left: 45px;
    }

    #jobbie .companies-card-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    #jobbie .companies-card-box .offer-card {
        margin-left: 0;
    }
	
	#jobbie .resumes-section.myths-section h2{
		font-size: 30px;
	}
	
	#jobbie .resumes-section.myths-section{
		padding: 30px 10px 0px 10px;
    }
	
	#jobbie .resumes-section.myths-section  .resumessectop p{
		padding: 0px;
        font-size: 14px;
	}
	#how .rightSide_icon .imgContainer.col-sm-4, #how .leftSide_icon .imgContainer.col-sm-4{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	#how .benefits_lists_ats .benefits_list_1 .imgContainer a img {
		height: auto;
		width: 100%;
	}
	#how .imgContainer a {
		display: inline-block;
		width: 100%;
	}
	#how .imgContainer a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 350px;
    }
	#how p .count_no {
		font-size: 24px;
		font-weight: 800;
		line-height: 22px;
	}
	#how .benefits_lists_ats li .iq_subheading {
		font-size: 20px;
		line-height: 23px;
	}
	#how .iq_subheadingCount {
        width: 100%;
        margin-bottom: 5px;
    }
	#how .benefits_lists_ats .read_more_row_dbls{
		justify-content: center;
	}
	#how .benefits_lists_ats .read_more_row_dbls .mid-button {
		max-width: 80%;
		width: 70%;
		height: 48px;
		font-size: 17px;
	}
	#how p .reason-full-text{
		line-height: 23px;
		font-size: 15px;
		font-weight: 400;
	}
	#how .benefits_lists_ats li.rightSide_icon .reason-full-text {
		padding-left: 5px;
	}
	.faq-section {
		padding: 0px 15px;
	}
	#jobbie h2.faqtxt .faqqesicn{
		width: 20px;
		height: 20px;
	}
	#jobbie h2.faqtxt .faqqesicn svg {
		width: 16px;
		height: 16px;
		margin-top: 1px;
	}
	#jobbie h2.faqtxt .faqtxtcnt {
		width: calc(100% - 28px);
		font-size: 18px;
		line-height: 22px;
	}
	#jobbie .upgradpopfaqa p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 15px;
	}


    #jobbie .main-footer {
        margin: 35px 0 0 0;
        padding: 55px 25px;
    }
	
	#jobbie .main-footer .section-header p{
		display: inline-block;
	}

    #jobbie .explore-section .text-with-line .text-line, #jobbie .offers-section .text-with-line .text-line, #jobbie .hire-section .text-with-line .text-line, #jobbie .companies-section .text-with-line .text-line, #jobbie .main-footer .text-with-line .text-line {
        bottom: 0px;
    }

    #jobbie .offer-card {
        margin-right: 0;
		width: 100%;
		height: auto;
    }
	#jobbie .offer-card .card-content .offer-tags-box .offer-tag{
		font-size: 12px;
	}
	
	#jobbie .resumesseccntin{
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-column-gap: 4%;
		grid-row-gap: 60px;
		padding: 0px 15px;
		margin-bottom: 50px;
	}
	#jobbie .resumesseccnt .catainer{
		width: 100%;
	}
	
	#jobbie .resumesseccnt .product-card{
		width: 100%;
	}
	
	#jobbie .resumes-section{
		padding: 30px 20px 0px 20px;
	}
	
	#jobbie .resumes-section .resumessectop p {
		padding: 0px 24px;
	}
	
	#jobbie .rsmssecntbxcnt {
		padding: 0px 10px;
	}
	
	#jobbie .footermenusbx{
		flex-flow: wrap row;
	}
	#jobbie .footermenulink{
		width: 40%;
		margin-bottom: 10px;
	}
	#jobbie .footer-section {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	
	#jobbie .hero-input-box .search-button.send-button{
		width: 36px;
		height: 36px;
	}
	
	#jobbie .hero-input-box .search-button.send-button svg {
		width: 18px;
		height: 18px;
		margin-left: 4px;
	}
	#jobbie p.aitext {
		font-size: 15px;
	}
	#jobbie .explore-section.whychoose-section .card{
		width:100%;
	}
	#jobbie .resumes-section .resumessectop h2.lovedbytxt{
		font-size: 22px;
	}
	#jobbie .resumes-section .resumessectop h2.lovedbytxt .lovedbyicn {
		width: 28px;
		height: 28px;
	}
	#jobbie .resumes-section .resumessectop h2.lovedbytxt .text-line{
		height: 7px;
	}
	#jobbie .footerpaymntlogosbox .paymntlogosimg {
		width: 60%;
	}
	.webfixedpop.webfixedpopchat.webfixedpopchatbx.webfixedpopchatnew{
		padding:0px;
	}
	.webchatpreclose {
		width: 40px;
		height: 40px;
	}
	.webchatpreclose svg {
		fill: #FFF;
		width: 20px;
		height: 20px;
	}
	
	.webchatprettl {
		font-size: 22px;
		padding: 0px 10px;
		margin-bottom: 4px;
	}
	.scannersmsgbx {
		margin-top: 30px;
		padding: 0px 15px;
		font-size: 18px;
		display: none;
	}
	.webchatpredsc {
		font-size: 15px;
		padding: 0px 20px;
	}
	.webchatprelistin {
		padding: 0px 15px;
		gap: 20px;
		flex-flow: wrap row;
		justify-content: center;
	}
	.webchatprelisbx{
		width: 44%;
		padding: 10px;
	}
	.chkselicn {
		width: 20px;
		height: 20px;
	}
	.webchatprelisicn svg {
		width: 50px;
		height: 50px;
	}
	
	.webchatprelisicn{
		margin-bottom: 15px;
	}
	
	.webchatprelisttl{
		font-size: 17px;
	}
	
	.webchatprelisdsc{
		font-size: 14px;
		line-height: 18px;
	}
	.webchatcntbtn svg {
		width: 22px;
		height: 24px;
	}
	#askwebemailboxpop .otpinput {
		width: 50px;
		height: 50px;
	}
	.optresendin{
		font-size: 14px;
	}
	
	.webchatcntbtnbx{
		padding: 0px 20px;
	}
	
	.webchatcntbtn{
		height: 50px;
		font-size: 18px;
		color: #FFF;
	}
	
	.webchatcntnextbx{
		padding: 0px 20px;
	}
	.webchatcntrwttl {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 3px;
	}
	.webchatcntrwdsc {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.webchatcntrwsuggbox.active {
		top: 90px;
		padding: 0px 20px;
		height: calc(100% - 110px);
	}
	
	#jobbie .resumes-section.blogs-section.blogs-section-top {
		margin-top: 30px;
		padding: 30px 10px 0px 10px;
	}
	#jobbie .resumes-section.blogs-section .resumessectop h2.blogttl{
		font-size: 40px;
	}
	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage{
		gap: 15px;
		flex-wrap: nowrap;
		justify-content: center;
		display: flex;
		padding: 0px;
		flex-flow: wrap row;
	}
	#jobbie .resumes-section.blogs-section .resumesseccnt .catainer {
		width: 100%;
	}

	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .catainer {
		width: 30%;
		margin-bottom: 5px;
	}
	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage{
		height: 120px;
	}
	
	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage .image-container img{
		height: 120px;
	}
	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage .product-info{
		height: 120px;	
	}
	#jobbie .resumesseccnt .price-order{
		margin-top: 5px;
	}
	#jobbie .resumes-section.blogs-section .resumesseccntin.blogpage .product-card.product-card-blogpage .product-info .order-button{
		background: rgba(0, 0, 0, 0.05);
		border: 2px solid rgba(255, 255, 255, 0.5);
		border-radius: 10px;
		width: 90px;
		font-size: 15px;
		height: 34px;
		backdrop-filter: blur(10px);
	}
	
	#jobbie .resumes-section.blog-section {
		margin-top: 0px;
	}
	
	#jobbie .resumes-section.blog-section .resumessectop, .resumessecbtm.blog-content .blog-content-in{
		padding: 20px 30px;
	}
	
	#jobbie .resumes-section.blog-section .resumessectop h2.blogttlone {
		text-align: left;
		line-height: 36px;
		font-size: 30px;
	}
	.blog-content-cmnts .blog-content-cmnts-list{
		padding: 30px 0px;
	}
	#jobbie .blog-content-cmnts-list .d-flex > div {
		width: calc(100% - 30px);
	}
	#jobbie .blog-content-cmnts-post{
		padding: 20px;
	}
	#jobbie .UploadResumeBox_uploadSection___aZr1 .flex.flex-justify-space-around.flex-align-center img {
		width: 60px;
	}
	#jobbie .UploadResumeBox_uploadSection___aZr1 .flex.flex-justify-space-around.flex-align-center img:last-child {
		margin-top: 8px !important;
	}
	#jobbie .explore-section.whychoose-section.whychoose-ats-section .cards-box {
		margin-top: 50px;
		flex-direction: column;
	}
	#jobbie .explore-section.whychoose-section.whychoose-ats-section .card {
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.cv_pricing-container{
		flex-direction: column-reverse;
		width: 100%;
	}
	#jobbie .pricing-section .cv_pricing-container .box {
		width: 100%;
	}
	#jobbie .pricing-section .cv_pricing-container .description{
		font-size: 16px;
	}
	
	#jobbie .pricing-section .cv_pricing-container li svg {
		display: inline-block;
		width: 15px;
		height: 15px;
	}
	#jobbie .section-inner-cnt p.sectxt{
		padding-right: 10px;
	}
	
	
	.formbold-main-wrapper{
		padding: 0px 0px 0px 5px;
	}
	.formbold-action-btn{
		width: 60px;
		height: 60px;
	}
	.formbold-action-buttons{
		margin-top: 5px;
	}
	.formbold-form-wrapper{
		width: 100%;
	}
	.formbold-chat-icon svg {
		width: 26px;
		height: 26px;
	}
	.youtubeplayer{
		padding: 0px 10px;
	}
	
	.youtubeplayer iframe{
		max-height: 280px;
		height: 100%;
		min-height: 280px;
	}
	.closepopup {
		position: absolute;
		top: -35px;
		width: 25px;
		height: 24px;
		right: 10px;
		z-index: 10;
	}
	
	.invoicefram {
		transform: scale(0.4) !important;
		width: 940px !important;
		transform-origin: top left !important;
		height: 975px !important;
	}
	
	.invoicepagebox, .invoicepageboxin, .invoicefram{
		min-height: 380px !important;
	}
	.invoicepageboxin {
		height: 380px !important;
	}
	
	.atsactsboxs{
		width: 100%;
		max-width: 300px;
	}
	
	.webfixedpop.webfixedrsmupbx .webfixedpopin{
		width: 90%;
	}
	.webfixedpop.webfixedrsmupbx .webfixedpopin .webfixedpopchatcnt{
		padding: 20px;
	}
	.rsmupcnt_ttl {
		font-size: 22px;
	}
	.rsmupcnt_dsc {
		font-size: 16px;
		line-height: 20px;
		padding-left: 3px;
	}
	
	.webfdrsmupopt_dsc {
		font-size: 14px;
	}

	.webfdrsmuprow.webfdrsmuprow_chat .webfdrsmupopt_ttl {
		font-size: 16px;
	}
	
	.webfixedpop.webfixedpopcpnbx .webfixedpopin {
		max-width: 90%;
		max-height: 650px;
		overflow: unset;
	}
	.cpnbxcnt_1{
		margin-top: 40px;
	}
	.cpnbxcnt_2 {
		font-size: 60px;
	}
	.showdisct .cpnbxcnt_2 del {
		font-size: 26px;
	}
	.cpnbxcnt_3{
		font-size: 16px;
	}
	.cpnbxcnt_1{
		font-size: 18px;
	}
	.showdisct .webpopcpnbxtopbg svg {
		transform: scale(1.7) translateY(0px);
		height: 330px;
	}
	
}

@media only screen and (max-width:514px) {
    #jobbie .main {
        transform: scale(1.2);
    }
}


@media only screen and (max-width:484px) {
    #jobbie .main {
        transform: scale(1.1);
    }
}

@media only screen and (max-width:474px) {
    #jobbie .main {
        transform: scale(1.09);
    }
}

@media only screen and (max-width:454px) {
    #jobbie .main {
        transform: scale(1.07);
    }
}

@media only screen and (max-width:444px) {
    #jobbie .main {
        transform: scale(1.05);
    }
}

@media only screen and (max-width:414px) {
    #jobbie .main {
        transform: scale(1);
    }
}

@media only screen and (max-width:391px) {
    #jobbie .main {
        transform: scale(0.87);
    }
}

@media (max-width: 381px) {
	.cpnbxcnttp_2{
		font-size: 20px;
	}
	.cpnbxcnt_1 {
        margin-top: 22px;
		font-size: 16px;
    }
	.cpnbxcnt_4 {
		padding: 0px 20px;
	}
	.activeBx .cpnbxcnt_5 {
		margin-top: 3px;
	}
	.activeBx .cpnbxcnt_6 {
		padding: 0px 20px;
	}
	.cpnbxcnt_7 {
		height: 40px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.activeBx .cpnbxcnt_8 {
		font-size: 11px;
	}	
	.showdisct .cpnbxcnt_1 {
		margin-top: 0px;
		font-size: 20px;
	}
	.cpnbxcnt_2 {
        font-size: 52px;
    }
	.showdisct .cpnbxcnt_2 del {
        font-size: 22px;
    }
	.cpnbxcnt_3 {
        font-size: 14px;
    }
	.cpnbxcnt_5 {
		height: 30px;
		border-radius: 5px;
		margin-top: 15px;
		font-size: 14px;
	}
	.showdisct .cpnbxcnt_7 {
		height: 36px;
		border-radius: 10px;
		margin-top: 15px;
		margin-bottom: 20px;
		cursor: pointer;
		width: 96%;
		margin-left: 2%;
		font-size: 16px;
	}
	.rsmupcnt_ttl {
        font-size: 18px;
        line-height: 20px;
    }
	.rsmupcnt_dsc {
        font-size: 13px;
        line-height: 16px;
        padding-left: 2px;
		margin-bottom: 5px;
    }
	.webfdrsmuprow {
    	padding: 10px 0px;
		margin-bottom: 10px;
	}
	.webfdrsmupopt_icn_in {
		width: 60px;
		height: 60px;
	}
	.webfdrsmupopt_icn_in svg {
		width: 30px;
		height: 30px;
	}
	.webfdrsmupopt_icn{
		margin-bottom: 6px;
	}
	.webfdrsmupopt_ttl {
		font-size: 16px;
		font-weight: 600;
		line-height: 18px;
		margin-bottom: 3px;
	}
	.webfdrsmuprow.webfdrsmuprow_up .webfdrsmupopt_dsc {
		font-size: 9px;
		font-weight: 400;
		line-height: 12px;
		margin-bottom: 0px;
	}
	.webfdrsmuprow.webfdrsmuprow_chat .webfdrsmupopt_ttl {
        font-size: 12px;
    }
	.webfixedpop.webfixedrsmupbx .webfixedpopin .webfixedpopchatcnt {
        padding: 16px;
    }
	.webfdrsmuprow.webfdrsmuprow_chat .webfdrsmupopt_dsc {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
    }
	.showdisct .cpnbxcnt_5{
		width: 78%;
	}
}

@media only screen and (max-width:371px) {
    #jobbie .main {
        transform: scale(0.87);
    }
}

@media only screen and (max-width:351px) {
    #jobbie .main {
        transform: scale(0.85);
    }
}

@media only screen and (max-width:351px) {
    #jobbie .main {
        transform: scale(0.83);
    }
}


@media only screen and (max-width:331px) {
    #jobbie .main {
        transform: scale(0.75);
    }
}

@media only screen and (max-width:301px) {
    #jobbie .main {
        transform: scale(0.63);
    }
}






