/* Global css */
:root {
    /* Color */
    --green: #e6fd78;
    --lime-green: var(--green);
}

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

body {
    color: #131212;
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: azo-sans-web, sans-serif;
    font-style: normal;
    background: #ffffff;
}

.container {
    max-width: 1230px !important;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #131212;
}

a:hover {
    text-decoration: none !important;
    color: #131212 !important;
}

a:focus,
button:hover,
input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
}

.container-fluid {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: azo-sans-web, sans-serif;
}

.jumbo-title {
    font-size: 67px;
    line-height: 83.75px;
    font-weight: 400;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 50px;
    line-height: 62.5px;
}

h3 {
    font-size: 37px;
    line-height: 46.25px;
}

h4 {
    font-size: 28px;
    line-height: 35px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-family: azo-sans-web, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tag {
    font-size: 12px;
    color: rgba(19, 18, 18, 0.6);
}

.btn {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}

.btn:disabled,
.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-light {
    background: transparent;
    border: 1px solid #131212;
    color: #131212;
}

.btn-light:hover,
.btn-light:active {
    background: #131212;
    color: #fff !important;
}

.btn-light:disabled,
.btn-light[disabled] {
    border: 1px solid rgba(19, 18, 18, 0.2);
    color: rgba(19, 18, 18, 0.2);
}

.btn-dark {
    background: #131212;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:active {
    background: var(--green);
    color: #131212;
}

.btn-dark:disabled,
.btn-dark[disabled],
.btn-dark .disabled {
    background: rgba(19, 18, 18, 0.2);
    color: #fff;
}

.portal-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 15px;
    font-size: 14px;
    background: #FAF7F8;
    border: 1px solid #D5D5D5;
    color: #131212;
}

.portal-btn:hover,
.portal-btn:active {
    background: #131212;
    color: #fff;
}

.portal-btn:disabled,
.portal-btn[disabled] {
    background: rgba(250, 247, 248, 0.2);
    color: rgba(19, 18, 18, 0.2);
    border: 1px solid rgba(213, 213, 213, 0.2);
}

.btn-job {
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    border: 1px solid #D5D5D5;
    border-radius: 70px;
    background: transparent;
    font-size: 16px;
    color: #131212;
    max-width: 383px;
    margin-bottom: 16px;
}

.btn-job:hover {
    border: 1px solid #131212;
    border-radius: 70px;
}

.btn-job:active,
.btn-job.active,
.btn-job.active .btn-job-link {
    background: #131212;
    color: #fff;
    border: none;
    border-radius: 70px;
}

.btn-job.active:hover .btn-job-link {
    color: #fff !important;
}

.btn-search {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border: 1px solid #D5D5D5;
    border-radius: 28px;
    font-size: 16px;
    color: #131212;
}

.btn-job-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.btn-border-light {
    border: 1px solid #D5D5D5;
    background: transparent;
    color: #131212;
}

.btn-border-light:hover {
    border: 1px solid #131212;
}

.btn-profile {
    background: var(--green);
    display: block;
}

.btn-profile:hover {
    background: #131212;
    color: #fff !important;
}

/* Header Css */
.menu-position {
    z-index: 999;
    position: relative;
}

.toocan-header {
    background: #F4EFF0;
    color: #131212;
    min-height: 93px;
}

.top-menu {
    background: #EEE8E9;
    height: 37px;
    line-height: 37px;
    text-transform: capitalize;
    font-size: 13px;
}

.top-menu .col-sm-12 {
    justify-content: end;
    gap: 25px;
    display: flex;
    align-items: center;
}

.a-light {
    color: rgba(19, 18, 18, 0.6) !important;
}

.a-light:hover {
    text-decoration: none;
    color: #131212;
}

.navbar-nav {
    gap: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-family: Avenir, sans-serif;
}

.navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.main-menu {
    display: flex;
    /* grid-template-columns: 10vw auto 20vw; */
    align-items: center;
    padding-top: 30px;
}

.main-menu .right-menu {
    display: flex;
    gap: 25px;
    justify-content: end;
    min-width: 280px;
}

.main-menu .right-menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.6;
}

.main-menu .right-menu a:hover {
    opacity: 1;
}

.main-menu .navbar a {
    position: relative;
}

.main-menu .navbar a:hover::before {
    content: "";
    height: 2px;
    background: #131212;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-nav .menu-item:Last-child a,
.navbar-nav .menu-item:nth-child(3) a {
    opacity: 0.6;
}

/* footer css */
.main-footer {
    background: #131212;
    color: #fff;
    min-height: 500px;
    padding: 100px 0 70px;
}

.footer-logo svg {
    fill: #fff;
}

.bottom-row {
    padding-top: 280px;
    align-items: center;
}

.copyright,
.copyright-mobile,
.footer-menu {
    font-size: 12px;
}

.copyright {
    padding-top: 280px;
}

.main-footer a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.main-footer a:hover {
    color: #D5D5D5 !important;
    text-decoration: underline !important;
}

.main-footer .nav {
    display: flex;
    column-gap: 55px;
    justify-content: center;
}

.main-footer .footer1 {
    justify-content: flex-start;
}

.main-footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 16px;
    padding-top: 280px;
}

.menu-footer2 {
    padding-top: 280px;
}

.main-footer .footer-social a:last-child {
    margin-right: 0px;
}

.get-in-touch-desk {
    position: fixed;
    right: 20px;
    z-index: 222;
    bottom: 30px;
}

.main-footer .copyright p {
    color: #fff;
    margin: 0;
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 26px;
}

.top-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.menu-footer1 {
    grid-column: 2 / span 2;
}

/* Landing page css */
.landing-section {
    background: var(--green);
    height: 100vh;
    overflow: hidden;
}

.landing-section .img-block {
    background: url(./image/Why-Toocan.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.landing-section .container-fluid {
    padding-right: 0;
}

.landing-section .content-block {
    padding: 54px 120px 87px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-section .content-box .heading h3 {
    font-size: 50px;
    line-height: 62.5px;
    font-weight: 400;
    max-width: 310px;
    margin-bottom: 45px;
}

.landing-section .content-box .body .under-line {
    text-decoration: underline;
}

.landing-section .content-box .body {
    max-width: 383px;
    font-size: 16px;
    line-height: 26px;
}

.landing-section .content-box .body .bolder-line {
    font-weight: 500;
}

.landing-section .content-box .body .subscribe-form {
    margin-top: 80px;
}

.landing-section .content-box .body .subscribe-form input[type="text"] {
    background: transparent;
    outline: 0;
    border: 0;
    border-bottom: 1px solid;
}

.landing-section .content-box .body .subscribe-form input[type="submit"] {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #131212;
    color: #131212;
}

.landing-section .content-box .body .subscribe-form input[type="submit"]:hover,
.landing-section .content-box .body .subscribe-form input[type="submit"]:active {
    background: #131212;
    color: #fff !important;
}

.landing-section .top {
    position: absolute;
    top: 40%;
    right: 12%;
}

.landing-section .bottom {
    position: absolute;
    bottom: 20%;
    left: 15%;
}

.landing-section .social-media {
    display: flex;
    gap: 16px;
}

/* Home page css */
.home-banner-section {
    background: #F5F1F2;
    position: relative;
}

.home-banner-section .banner-img {
    position: absolute;
    right: 0%;
    top: -18%;
}

.home-banner-section .content-body {
    margin: 180px 0 250px;
}

.home-banner-section .content-body .heaedr h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
}

.home-banner-section .content-body .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.home-banner-section .content-body .content {
    max-width: 450px;
    margin-top: 36px;
}

.home-banner-section .content-body .down-arrow {
    position: absolute;
    bottom: 75px;
}

.why-toocan-section {
    background: #F5F1F2;
}

.why-toocan-section .container-fluid {
    padding-left: 0;
}

.why-toocan-section .hovertag,
.find-section .hovertag,
.share-section .hovertag,
.Share-top-section .hovertag

/*.landing-section .hovertag*/
    {
    display: flex;
    gap: 16px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    font-size: 14.4px;
    min-width: 270px;
    padding-right: 35px;
}

.why-toocan-section .hovertag .content-body p:first-child,
.Share-top-section .hovertag .content-body p:first-child,
.landing-section .hovertag .content-body p:first-child {
    margin-bottom: 0 !important;
    margin-top: 7px;
}

.why-toocan-section .top,
.Share-top-section .top {
    position: absolute;
    top: 44%;
    left: calc(100% - 35%);
}

.find-section .top {
    position: absolute;
    bottom: 27%;
    right: calc(0% - -25%);
}

.find-section .img-block {
    padding-right: 0;
}

.why-toocan-section .hovertag img,
.find-section .hovertag img,
.share-section .hovertag img,
.why-toocan-section .hovertag img,
.Share-top-section .hovertag img {
    width: 60px !important;
    height: 60px;
}

.why-toocan-section .bottom,
.Share-top-section .bottom {
    position: absolute;
    bottom: 26%;
    left: calc(0% - -30%);
}

.why-toocan-section .img-block,
.Share-top-section .img-block,
.landing-section .img-block {
    position: relative;
}

.why-toocan-section .img-block .img-body img,
.Share-top-section .img-block img,
.landing-section .img-block img {
    width: 100%;
}

.why-toocan-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 80%;
    margin: auto;
}

.why-toocan-section .content-box .body {
    max-width: 460px;
}

.share-section .content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    max-width: 82%;
    margin: auto;
}

.share-section .content-box .heading {
    max-width: 500px;
}

.share-section .content-box .body {
    max-width: 480px;
}

.why-toocan-section .content-box .top-heading {
    margin-bottom: 30px;
}

.why-toocan-section .content-box .top-heading .tag {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8F8F8F;
}

.why-toocan-section .content-box .heading {
    margin-bottom: 35px;
    max-width: 400px;
}

.why-toocan-section .content-box .heading h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 46px;
}

.why-toocan-section .content-box .body p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    margin-bottom: 55px;
}

.why-toocan-section .plane-icon {
    position: absolute;
    right: 43%;
    top: 22%;
}

.home-banner-section .heaedr span img {
    height: 55px;
    width: 55px;
}

/* Find job */
.find-section {
    padding: 110px 0;
    background: #FAF7F8;
}

.find-section .content-box .top-heading,
.share-section .content-box .top-heading {
    background: var(--green);
    margin-bottom: 40px;
    padding: 15px 40px;
    border-radius: 25px;
    text-align: center;
}

.find-section .content-box .top-heading {
    max-width: 170px;
}

.find-section .content-box .top-heading p,
.share-section .content-box .top-heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 !important;
}

.find-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 455px;
    float: right;
    margin-right: calc(455px - 320px);
}

.find-section .heading h3,
.share-section .heading h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
}

.find-section .body p {
    margin: 30px 0 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    max-width: 455px;
}

.share-section .body p {
    margin: 30px 0 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.find-section .img-body,
.share-section .img-body {
    position: relative;
}

.find-section .img-body img,
.share-section .img-body img {
    width: 100%;
}

.find-section .hovertag.top {
    bottom: 27%;
    right: 25%;
}

.find-section .content-body,
.share-section .content-body {
    margin: auto 0;
}

.find-section .content-body p,
.share-section .content-body p {
    margin: 0 !important;
}

.find-section .plane-icon {
    position: absolute;
    right: 30%;
    top: 25%;
}

.share-section .img-block {
    padding-left: 0;
}

/* Share my job */
.share-section {
    /* padding: 0 0 110px 0; */
    background: #FAF7F8;
}

.share-section .top {
    position: absolute;
    bottom: 32%;
    left: calc(0% - -45%);
}

.share-section .bottom {
    position: absolute;
    bottom: 17%;
    left: calc(0% - -15%);
}

.share-section .plane-icon {
    position: absolute;
    right: 25%;
    top: 25%;
}

.share-section .content-box .heading svg {
    height: 55px;
    width: 55px;
    background: var(--green);
    padding: 16px;
    border-radius: 50%;
}



/* News */
.news-section {
    padding: 110px 0;
}

.news-section .main-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    align-items: center;
    text-transform: capitalize;
}

.news-section .main-heading h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
}

.news-section .main-heading .see-all a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.news-section .main-heading .see-all a::after {
    content: url(./image/right-arrow.png);
    position: absolute;
    right: -25%;
    top: 10%;
}

.news-section .main-heading .see-all a:hover::after {
    right: -30%;
}

.news-section .news-card .thum_img {
    width: 100%;
    height: 375px;
}

.news-section .news-card .thum_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section .news-card .post_details {
    margin: 25px auto;
}

.news-section .news-card .post_details .post_title a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

}

.news-section .news-card .post_details .post_category {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #767676;
}

/* Share my job page */
.share-banner-section {
    background: #F4EFF0;
    margin-top: -160px;
}

.share-banner-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 380px;
    float: right;
    margin-right: calc(380px - 170px);
}

.share-banner-section .content-box .heading {
    margin-bottom: 20px;
}

.share-banner-section .content-box .heading .jumbo-title {
    line-height: 80.4px;
}

.share-banner-section .content-box .body {
    max-width: 388px;
}

.share-banner-section .content-box .body p {
    margin-bottom: 50px;
    line-height: 26px;
}

.share-banner-section .content-box .body a {
    padding: 0 50px 0 30px;
    position: relative;
    font-weight: 400;
}

.share-banner-section .content-box .body a::after {
    content: url(./image/right-arrow-light.png);
    position: absolute;
    right: 10%;
    top: 4%;
}

.share-banner-section .img-block {
    padding: 0%;
    position: relative;
}

.share-banner-section .img-block .main-img {
    width: 90%;
    float: right;
}

.share-banner-section .img-block .first-img {
    position: absolute;
    right: 13%;
    bottom: 35%;
}

.share-banner-section .img-block .second-img {
    position: absolute;
    left: 25%;
    bottom: 18%;
}

.share-banner-section .img-block .first-img-mob {
    position: absolute;
    right: 13%;
    bottom: 35%;
    display: none;
}


/* fun section */
.fun-section {
    background: #FAF7F8;
}

.fun-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 405px;
    margin-right: calc(405px - 225px);
    float: right;
}

.fun-section .content-box .heading {
    margin-bottom: 40px;
}

.fun-section .content-box .heading h3 {
    font-weight: 400;
}

.fun-section .content-box .body p {
    margin-bottom: 50px;
    line-height: 26px;
    max-width: 387px;
}

.fun-section .content-box .body a {
    padding: 0 50px 0 30px;
    position: relative;
    font-weight: 400;
}

.fun-section .content-box .body a::after {
    content: url(./image/right-arrow-light.png);
    position: absolute;
    right: 10%;
    top: 4%;
}

.fun-section .img-block {
    padding: 0%;
}

/* .fun-section .img-block .main-img{
    width: 90%;
    float: right;
} */

/* Search talent */
.search-talent-section {
    padding: 120px 0;
}

.search-talent-section .top-heading {
    text-transform: uppercase;
}

.search-talent-section .top-heading p {
    font-size: 14px;
    letter-spacing: 2.33px;
    line-height: 21px;
    font-weight: 600;
}

.search-talent-section .main-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.search-talent-section .main-heading h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 475px;
    font-weight: 400;
}

.search-talent-section .main-heading .see-all a {
    position: relative;
    font-size: 14px;
    line-height: 15px;
    margin-right: 25px;
    font-weight: 400;
}

.search-talent-section .main-heading .see-all a::after {
    content: url(./image/right-arrow.png);
    position: absolute;
    right: -25%;
    top: 10%;
}

.search-talent-section .main-heading .see-all a:hover::after {
    right: -30%;
}

.hr-break-line {
    content: "";
    width: 100%;
    height: 1px;
    background: #D5D5D5;
    left: 0;
    top: 0;
}

.search-talent-section .hr-break-line {
    margin-top: 30px;
    margin-bottom: 50px;
}

.search-talent-section .search-card {
    border: 1px solid #F5F1F2;
    margin-bottom: 20px;
}

.search-talent-section .search-card .card-img img {
    width: 100%;
}

.card-img {
    position: relative;
}

.search-talent-section .search-card .card-body .details h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.search-talent-section .search-card .card-body .details h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.search-talent-section .search-card .card-body .details p {
    text-transform: capitalize;
    line-height: 14px;
    font-weight: 400;
    color: #767676;
}

.search-talent-section .search-card .card-body .tags-talent {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-talent-section .search-card .card-body .tags-talent a,
.search-talent-section .search-card .card-body .tags-talent span {
    font-size: 9px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #767676;
    border: 1px solid #767676;
    padding: 0 10px;
    border-radius: 25px;
    font-weight: 600;
}

.faq-section .title {
    font-size: 50px;
    line-height: 62.5px;
    margin-bottom: 65px;
    font-weight: 400;
}


.get-in-touch-mobile {
    display: none;
}

.all-talent-mobile {
    display: none;
}

.requested-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--green);
    border-radius: 11.5px;
    width: max-content;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.requested-tag .icon-tick {
    content: url(./image/tick.png);
    border: 1px solid #131212;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
}


/* Find page css */
.find-banner-section {
    background: #F4EFF0;
}

.find-banner-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 380px;
    float: right;
    margin-right: calc(380px - 170px);
}

.find-banner-section .content-box .heading {
    margin-bottom: 20px;
}

.find-banner-section .content-box .body {
    max-width: 388px;
}

.find-banner-section .content-box .body p {
    margin-bottom: 35px;
    line-height: 26px;
}

.find-banner-section .content-box .body a {
    padding: 0 60px 0 30px;
    position: relative;
    font-weight: 400;
}

.find-banner-section .content-box .body a::after {
    content: url(./image/right-arrow-light.png);
    position: absolute;
    right: 14%;
    top: 4%;
}

.find-banner-section .img-block {
    padding: 0%;
    position: relative;
}

.find-banner-section .img-block .main-img {
    width: 90%;
    float: right;
}

.find-banner-section .img-block .first-img {
    position: absolute;
    right: 30%;
    bottom: 27%;
}

.search-job-section {
    padding: 120px 0;
}

.search-job-section .top-heading {
    text-transform: uppercase;
}

.search-job-section .top-heading p {
    font-size: 14px;
    letter-spacing: 2.33px;
    line-height: 21px;
    font-weight: 500;
}

.search-job-section .main-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.search-job-section .main-heading h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 475px;
    font-weight: 400;
}

.search-job-section .main-heading .see-all a {
    position: relative;
    font-size: 14px;
    line-height: 15px;
    margin-right: 25px;
    font-weight: 400;
}

.search-job-section .main-heading .see-all a::after {
    content: url(./image/right-arrow.png);
    position: absolute;
    right: -25%;
    top: 10%;
}

.search-job-section .main-heading .see-all a:hover::after {
    right: -30%;
}

.search-job-section .hr-break-line {
    margin-top: 30px;
    margin-bottom: 50px;
}

.all-job-mobile {
    display: none;
}

.search-job-section .search-card {
    border: 0.8px solid #F4EFF0;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
}

.search-job-section .search-card:hover {
    background: rgba(250, 247, 248, 0.5);
    border: 0.8px solid rgba(250, 247, 248, 0.5);
}

.search-job-section .search-card.active {
    background: #FAF7F8;
    border: 0.8px solid #FAF7F8;
}

.search-job-section .search-card .card-body {
    padding: 27px 20px;
}

.search-job-section .search-card .card-body .tag-lable {
    /* .job-listing-panel .profile-details .user-preview .user-bottom-panel .tag-lable{ */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 13px;
}

/* featured-tag */
.search-job-section .search-card .card-body .tag-lable .featured-tag,
.job-listing-panel .profile-details .user-preview .user-bottom-panel .featured-tag {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 500;
    background: #9C71E0;
    border-radius: 11.5px;
    color: #fff;
    font-style: normal;
    padding: 0 10px;
}

.search-job-section .search-card .card-body .details h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
}

.search-job-section .search-card .card-body .details .tag {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #767676;
}

.search-job-section .search-card .card-body .tags-talent {
    /* .job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-job-section .search-card .card-body .requested-tag {
    position: unset;
}

.search-job-section .search-card .card-body .tags-talent a,
.job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent a,
.search-job-section .search-card .card-body .tags-talent span,
.job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent span {
    font-size: 9px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #767676;
    border: 1px solid #767676;
    padding: 0 10px;
    border-radius: 25px;
    font-weight: 500;
}

.search-job-section .search-card .card-body .user-details {
    padding-top: 50px;
    display: flex;
    gap: 6px;
}

.search-job-section .search-card .card-body .user-details .profile-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.search-job-section .search-card .card-body .user-details .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-job-section .search-card .card-body .user-details .user-info h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}

.search-job-section .search-card .card-body .user-details .user-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #767676;
}

.search-job-section .search-card .card-body .user-details .user-info span.not-sign {
    max-width: 165px;
}


/* how it's work */
.how-works-section {
    padding: 120px 0;
}

.how-works-section .title {
    font-weight: 400;
}

.how-works-section .icon-box .icon-title {
    font-size: 22px;
    line-height: 27.5px;
    margin: 20px 0;
    font-weight: 400;
}

.how-works-section .icon-box .info {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    max-width: 180px;
}

/* About Us */
.about-banner {
    padding: 85px 0px;
    background-color: #F4EFF0;
}

.about-banner .title {
    margin-bottom: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    z-index: 1;
    position: inherit;
}

.about-content {
    position: relative;
    max-width: 975px;
}

.about-content .float-img-one {
    position: absolute;
    right: -7%;
    top: 9%;
    z-index: 0;
}

.about-content .float-img-two {
    position: absolute;
    right: -7%;
    bottom: 2%;
    z-index: 0;
}

.about-content .float-img-three {
    position: absolute;
    left: 12%;
    bottom: -21.5%;
    z-index: 0;
}

.subtitle {
    margin-bottom: 26px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8F8F8F;
}

/* Our mission */
.mission-section {
    background: #FAF7F8;
}

.mission-section .main-img {
    width: 100%;
}

.mission-img-wrap {
    position: relative;
}

.mission-img-wrap .float-img-four {
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 999;
}

.mission-img-wrap .float-img-five {
    position: absolute;
    left: 10%;
    bottom: 30%;
    z-index: 999;
}

.mission-content {
    max-width: 700px;
    margin: auto;
}

.contain-body {
    max-width: 399px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
}

.mission-section .title {
    font-weight: 400;
    margin: 35px 0 45px;
    font-size: 37px;
    line-height: 46px;
}

p {
    color: #131212;
}

.mission-img-wrap .float-img-mob {
    display: none;
}

/* Accordian-section */
.accordian-section {
    padding: 120px 0;
    background-color: #F4EFF0;
}
.template-faq .accordian-section {
    background: none;
}

.accordian-section .title {
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 35px;
}

.accordian-section p {
    font-style: normal;
    font-weight: 350;
    line-height: 26px;
    max-width: 275px;
}

.accordion .card button {
    font-size: 22px;
    color: #131212;
    position: relative;
    line-height: 28px;
    font-weight: 400;
}

.accordion .card button:is(:hover, :focus) {
    text-decoration: none;
}

.accordion .card,
.accordion .card .card-header {
    background-color: transparent;
}

.accordion .card {
    border-left: 0;
    border-right: 0;
    border-color: #D4D4D4 !important;
}

.accordion .card .card-header {
    padding: 22px 0 !important;
    border-bottom: 0 !important;
}

.accordion .card .card-header,
.accordion .card .card-header .btn,
.accordion .card .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: unset;
}

.accordion .card .card-header h2 {
    font-size: 22px !important;
    line-height: 27.5px !important;
}

.accordion .card .card-header button:after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 25px;
}

.accordion .card .card-header.active-acc button:after {
    content: '_';
    top: 5px;
}

.accordion .card .card-body {
    padding: 0 5em 4em 0 !important;
    line-height: 26px;
    font-weight: 350;
    font-style: normal;
}

.accordion .card .card-body p {
    max-width: unset;
}


/* Last-Section */

.about-last-section .main-img {
    width: 100%;
}

.last-content {
    max-width: 700px;
    margin: auto;
}

.last-content p {
    font-size: 22px;
    line-height: 32px;
    max-width: 385px;
    font-style: normal;
    font-weight: 400;
}


/* Search for talent */
.heading-section {
    min-height: 197px;
    padding-top: 84px;
    background: #F4EFF0;
}

.heading-section .heading {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
}

.heading-section P {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    max-width: 460px;
    margin: auto;
    padding-top: 12px;
}

.main-search-section {
    margin-top: 50px;
}

.main-search-section .left-side ul {
    padding: 0;
    margin-top: 90px;
}

.main-search-section .left-side ul li {
    list-style: none;
}

.available-job {
    line-height: 55px;
    width: 90px;
    padding-right: 50px;
    padding-left: 10px;
}

.job-drp-select {
    width: 179px;
    -moz-padding-start: 24px;
    background-color: #fff;
    height: 55px;
    line-height: 55px;
    border: 1px solid #D5D5D5;
    border-radius: 28px;
    background-image: url(./image/triangle.png);
    background-repeat: no-repeat;
    background-position: right 21px bottom 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 25px;
}

.job-drp-select option:hover {
    background-color: #131212;
    color: #fff;
}

.talent-drp-select {
    width: 100%;
}

.search-bar {
    display: block ruby;
    width: 179px;
    line-height: 55px;
    height: 55px;
    border: 1px solid #D5D5D5;
    border-radius: 70px;
    padding-left: 20px;
}

.search-bar input[type="search"] {
    background: transparent;
    width: 85%;
    border: none;
    outline: none;
}

.search-bar svg {
    margin-top: -3px;
}

.search-bar svg path {
    fill: #131212;
    opacity: 0.6;
}

/* .search-bar:hover, */
.search-bar:focus>input[type="search"] {
    width: 300px;
}

.main-search-section .right-side .top-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.main-search-section .search-talent-section,
.main-search-section .search-job-section {
    padding: 35px 0;
}

.more-search {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 15px;
}

.lets-find-section {
    background: #F4EFF0;
    display: flex;
    padding: 192px 0;
}

.lets-find-section .content-box h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 50px;
}

.lets-find-section .image-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lets-find-section .image-box img {
    width: 245px;
    height: 245px;
}

.talent-card:hover {
    background: rgba(250, 247, 248, 0.5);
    border: 0.8px solid rgba(250, 247, 248, 0.5);
}

.nothing-found p {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #767676;
    margin-top: 98px;
    display: none;
}

.talent-list-mobile {
    display: none;
}


/* Profile Page css */
.profile-section {
    padding: 48px 0 120px;
}

.back-talent {
    margin-left: 25px;
}

.back-talent a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.back-talent a::after {
    content: url(./image/left-arrow.png);
    position: absolute;
    left: -25%;
    top: 10%;
}

.back-talent a:hover::after {
    left: -30%;
}

.back-talent-top {
    display: none;
}

.back-talent-top a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.back-talent-top a::after {
    content: url(./image/top-arrow.png);
    position: absolute;
    left: -25%;
    top: 10%;
}

.back-talent-top a:hover::after {
    left: -30%;
}

.profile-section .search-talent-section .talent-card {
    margin-bottom: 30px;
}

.profile-section .search-talent-section {
    padding: 53px 30px 53px 0;
}

.profile-details {
    font-style: normal;
    font-weight: 350 !important;
    font-size: 16px;
    line-height: 26px;
    max-width: 710px;
    margin-left: 75px;
    margin-top: 53px;
}

.profile-details p {
    font-weight: 350 !important;
}

.profile-details .heading {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.profile-details .sub-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.rp-0 {
    padding: 0;
}

.profile-details .overview-panel .heading {
    margin-bottom: 15px;
}

.profile-details .overview-panel p {
    max-width: 680px;
    margin-bottom: 53px;
}

.profile-details .recent-panel .heading {
    margin-bottom: 24px;
}

.profile-details ul {
    padding-left: 12px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.profile-details .qualification-panel .heading {
    margin-top: 44px;
    margin-bottom: 24px;
}

.profile-details .qualification-list p {
    margin-bottom: 0;
}

.profile-details .qualification-list {
    margin-bottom: 15px;
}

.profile-details .skill-panel .heading {
    margin-top: 53px;
    margin-bottom: 30px;
}

.profile-details .skill-panel .skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-details .skill-panel .skill-list .skill-tag {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #767676;
    background: #F6F6F6;
    border-radius: 15px;
    padding: 6px 25px;
}

.profile-details .hr-break-line {
    margin-top: 60px;
    margin-bottom: 56px;
}

.profile-details .qualification-list p.deg-title {
    font-weight: 400 !important;
}

.bottom-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.request-details {
    margin-left: 75px;
}

.request-details .sent-message .heading {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.request-details .sent-message .request-left {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    margin-bottom: 24px;
}

.request-details .sent-message .request-message {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    margin-bottom: 50px;
    max-width: 475px;
}

.request-sent-panel {
    margin-top: 53px;
    display: none;
}

/* .profile-panel{
    display: none;
} */

/* Search for job page */
.search-job-section .job-card {
    position: relative;
}

.search-job-section .job-card .card-body .tag-lable {
    position: absolute;
    right: 38px;
}

.search-job-section .job-card .card-body .tag-lable .requested-tag {
    position: unset;
}

.time-tag {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #E91C73;
}

.day-tag {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #767676;
}

.search-job-section .job-card .card-body .user-short-desc {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    display: none;
}

.search-job-section .job-card .card-body .user-short-desc a {
    font-weight: 400;
    text-decoration: underline;
    margin-left: 5px;
}

.search-job-section .job-card .card-body .user-details .profile-photo,
.job-listing-panel .profile-details .user-preview .user-details .profile-photo {
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

.search-job-section .job-card .card-body .user-details .user-info h6 {
    font-size: 12px;
    line-height: 14px;
}

/*  job  listing page css  */
.job-listing-section {
    background: #FAF7F8;
}

.job-listing-panel {
    background: #fff;
    max-width: 892px;
    margin-left: 45px;
    margin-top: -70px;
    padding-bottom: 115px;
}

.job-listing-panel .profile-details {
    margin-left: 103px;
}

.job-listing-panel .profile-details .user-preview {
    padding-top: 63px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.job-listing-panel .profile-details .user-preview .user-details-main .user-bottom-panel {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.job-listing-panel .profile-details .user-preview .talent-category {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.66667px;
    text-transform: uppercase;
    color: #767676;
}

.job-listing-panel .profile-details .user-preview h2,
.review-heading .heading {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
}

.job-listing-panel .profile-details .user-preview .user-bottom-panel .tag {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 26px;
    color: #767676;
    margin-bottom: 0;
}

.job-listing-panel .profile-details .user-preview .user-details {
    display: flex;
    gap: 6px;
    margin: auto 0;
    align-items: center;
}

.job-listing-panel .profile-details .user-preview .user-details h6 {
    margin-bottom: 0;
}

.job-listing-panel .profile-details .user-preview .user-details h6 span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.6;
}

.job-listing-panel .profile-details .user-preview .user-details h6 a {
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: 400;
}

.job-listing-panel .profile-details .user-preview .user-details .user-info {
    display: block;
    line-height: 15px;
    max-width: 140px;
}

.job-listing-panel .profile-details .user-preview .user-details .user-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #767676;
}

.job-listing-panel .profile-details .user-preview .user-bottom-panel .featured-tag {
    padding: 6px 12px;
}

.job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent a {
    padding: 5px 12px;
}

.job-listing-section .profile-details .hr-break-line {
    margin-top: 0px;
    margin-bottom: 19px;
}

.job-listing-section .btn-profile {
    display: inline-block;
    margin-bottom: 45px;
}

.job-listing-section .profile-details .skills-panel {
    margin-top: 50px;
    margin-bottom: 66px;
    max-width: 700px;
}

.job-listing-section .profile-details .back-talent-top {
    display: block;
}

/* Checkbox css */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.container-checkbox span {
    font-weight: 350;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #767676;
    border-radius: 2px;
}

.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked~.checkmark {
    background-color: #131212;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.steps-one .details p {
    margin-bottom: 42px;
    margin-top: 26px;
}

.steps-one {
    display: none;
}

.privacy-section {
    padding: 121px 0;
}

.privacy-section b,
.privacy-section strong {
    font-weight: 600;
}

.privacy-section h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 46px;
}

.privacy-section pre {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 60px;
    font-family: azo-sans-web, sans-serif;
}

.privacy-section p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
}

.privacy-section .body-panel {
    max-width: 820px;
}

.back-terms a {
    text-decoration: underline;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    display: none;
}

.privacy-section .back-talent-top {
    display: block;
}

.privacy-section .hr-break-line {
    margin-top: 120px;
    margin-bottom: 50px;
}

.privacy-section .show-mobile {
    display: none;
}

.about-last-section {
    background: #FAF7F8;
}

.single-post-wrap .thum_img {
    width: 100%;
    height: auto;
}

.single-post-wrap .thum_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* News */

.news-banner-section {
    background: #F4EFF0;
    padding: 100px 0px 60px;
}

.news-banner-section h1 {
    font-weight: 400;
    font-size: 67px;
    line-height: 84px;
}

.news-banner-section p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 350;
}

.new-search-wrap {
    padding: 80px 0px;
    display: flex;
    column-gap: 25px;
}

.new-search-wrap a.news-catogary {
    border: 1px solid #D5D5D5;
    border-radius: 27.5px;
    width: 179px;
    text-align: center;
    line-height: 55px;
}

.new-search-wrap .news-catogary.active,
.new-search-wrap .news-catogary:hover {
    background: #131212;
    color: #ffffff !important;
}

.new-search-wrap .search-bar {
    margin-left: auto !important;
    width: calc(95%/3);
}

.all-news-section .news-card {
    margin-bottom: 65px;
}

.all-news-section .news-card .post_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 10px;
}

.all-news-section .news-card .post_category {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #767676;
}

.all-news-section .btn-wrap {
    display: flex;
    justify-content: center;
    padding: 20px 0 80px;
}

.all-news-section .view-more-btn {
    border: 1px solid #D5D5D5;
    border-radius: 27.5px;
    width: 179px;
    text-align: center;
    line-height: 55px;
}

.all-news-section .thum_img {
    width: 100%;
    height: 375px;
}

.all-news-section img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

select.news-catogary-mobile {
    border: 1px solid #D5D5D5;
    border-radius: 27.5px;
    width: 100%;
    padding: 12px;
    line-height: 55px;
    display: none;
    outline: 0;
}



/* Single-News */

.single-post-wrap {
    padding: 50px 0 100px;
}

.single-post-wrap h1 {
    font-weight: 400;
    font-size: 37px;
    line-height: 46px;
}

.single-post-wrap .post_date {
    padding: 30px 0;
}


.single-post-wrap .post_category {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #767676;
    margin: 25px 0 10px;
}

.single-post-wrap .back-talent-top {
    display: block !important;
}

.post_tag {
    display: flex;
    column-gap: 15px;
    padding: 40px 0 25px;
    border-bottom: 0.5px solid #D5D5D5;
    margin-bottom: 50px;
}

.post_tag a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #767676;
    background: #F6F6F6;
    border-radius: 15px;
    width: 135px;
    height: 30px;

}

.single-post-wrap .bottom-button {
    padding-bottom: 120px;
}

.single-post-wrap h3 {
    margin-bottom: 45px;
}

.copyright-mobile {
    display: none;
}

/* sign up page css */
.signup-section {
    background: #F4EFF0;
    min-height: 100vh;
}

.signup-section .logo {
    margin-top: 55px;
}

.form-section h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    margin-top: 105px;
}

.form-body {
    margin-top: 25px;
    margin-bottom: 52px;
}

.form-section p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
}

.form-section p a {
    font-weight: 450;
}

.signup-section .heide-image {
    margin-top: 147px;
}

.signup-section .plane-icon {
    display: none;
}

/* 404 page css */
.section-404-body {
    background: #F4EFF0;
    min-height: 600px;
    display: flex;
}

.section-404-body .main-box {
    height: 100%;
    margin: auto;
}

.section-404-body .main-box h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
}

.section-404-body .main-box p {
    font-style: normal;
    font-weight: 350;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 70px auto;
}

/* Get In Touch */

.get-in-touch-section {
    padding: 100px 0 150px;
    background: #F4EFF0;
}

.get-in-touch-section h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 50px;
}

.get-in-touch-section .form-wrap>p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.get-in-touch-social svg path {
    fill: #000000;
}

.get-in-touch-social a {
    margin-right: 10px;
}

.get-in-touch-section input,
.get-in-touch-section select,
.get-in-touch-section textarea {
    background: #F4EFF0 !important;
    color: #131212 !important;
    border: 0 !important;
    border-bottom: 1px solid #D5D5D5 !important;
    outline: 0 !important;
}

.get-in-touch-section input::placeholder,
.get-in-touch-section select::placeholder,
.get-in-touch-section textarea::placeholder {
    color: #131212 !important;
}

.get-in-touch-section select,
.steps-form select {
    padding: 0 !important;
    height: 45px !important;
    margin-left: 0 !important;
    margin-top: 2px !important;
}

.get-in-touch-section textarea {
    padding: 0 !important;
    height: 35px !important;
    margin-top: 6px !important;
}

.get-in-touch-section .gform_body li {
    margin-top: 30px !important;
}

.get-in-touch-section .gform_body {
    max-width: 485px !important;
}

.get-in-touch-section .gform_button.button,
.steps-form .gform_next_button.button,
.steps-form .gform_previous_button.button,
.steps-form button.gpnf-add-entry,
.tingle-modal-box .gpnf-btn-submit {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: transparent !important;
    border: 1px solid #131212 !important;
    margin: 15px 0 30px !important;
}

.get-in-touch-section .gform_button.button:hover,
.steps-form .gform_next_button.button:hover,
.steps-form .gform_previous_button.button:hover,
.steps-form button.gpnf-add-entry:hover,
.steps-form input.gform_button:hover,
.tingle-modal-box .gpnf-btn-submit:hover {
    background: #131212 !important;
    color: #fff !important;
}

::placeholder {
    opacity: 1;
}

.tingle-modal-box .gpnf-btn-submit {
    color: #000 !important;
}

.tingle-modal-box .gpnf-btn-cancel {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #131212 !important;
    border: 1px solid #131212 !important;
    margin: 15px 0 30px !important;
    color: #fff;
    margin-right: 16px !important;
}

.tingle-modal-box .gpnf-btn-cancel:hover {
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    color: #000;
}

.tingle-modal-box .gpnf-btn-delete {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #E91C73 !important;
    border: 1px solid #E91C73 !important;
    margin: 15px 0 30px !important;
    color: #fff;
    margin-right: 16px !important;
}

.tingle-modal-box .gpnf-btn-delete:hover {
    background: #fff !important;
    border: 1px solid #E91C73 !important;
    color: #E91C73;
}

.steps-form input.gform_button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: var(--green) !important;
    border: 1px solid var(--green) !important;
    margin: 15px 0 30px !important;
    color: #000;
    margin-right: 16px !important;
}

.steps-form input.gform_button:hover {
    border: 1px solid #131212 !important;
}

/* Header */

.navbar-expand-lg {
    justify-content: space-between !important;
    width: 70% !important;
    padding-left: 70px;
    padding-right: 0;
}

.main-menu .right-menu li:last-child a {
    padding-right: 0 !important;
}

.mobile-menu-item,
.mob-bottom {
    display: none;
}

.get-in-touch-section form select,
.steps-form select {
    background-image: url(../styles/image/triangle.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 21px bottom 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select option:hover {
    background: #131212 !important;
}

.template-share-job-steps {
    background: #FAF7F8;
}

.top-bar-steps {
    background: #FAF7F8;
    /* height: 100vh; */
    /* display: flex;
    flex-direction: column; */
}

.top-bar-steps .header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 55px;
}

.top-bar-steps .top-right {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.top-bar-steps .top-right h6 {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.6px;
    font-weight: 400;
}

.cls-steps {
    background: transparent;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: azo-sans-web, sans-serif;
    font-size: 10px;
    color: #767676;
}

.top-bar-steps .main-block {
    padding-top: 105px;
    padding-bottom: 62px;
}

.top-bar-steps .main-block .steps-form .gform_legacy_markup_wrapper {
    margin: 0%;
}

.top-bar-steps .main-block .steps-form form .gform-body ul li span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    color: #767676;
}

.top-bar-steps .main-block .steps-form form .gform-body ul li h1 {
    margin-top: 26px;
    font-size: 37px;
    line-height: 47px;
    max-width: 450px;
    margin-bottom: 40px;
}

.top-bar-steps .main-block .img-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: self-start;
}

.top-bar-steps .main-block .steps-form form .gform-body .gform_page_footer {
    border: 0;
    margin: 210px 0 38px;
    text-align: end;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_checkbox ul {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_27,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_29,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_30,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_31,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_32,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_33 {
    flex-wrap: wrap;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul li label,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_checkbox ul li label {
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #767676;
    border: 1px solid #767676;
    padding: 0 10px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: -3px;
    width: 88px;
    height: 26px;
    text-align: center;
    white-space: nowrap;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_27 li label {
    width: 110px;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_33 li label {
    width: 110px;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_30 li label {
    width: 150px;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_32 li label {
    width: 150px;
}

.gform_legacy_markup_wrapper ul.gfield_radio#input_2_29 li,
.gform_legacy_markup_wrapper ul.gfield_radio#input_1_31 li {
    width: 50%;
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_2_29 li label,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul#input_1_31 li label {
    line-height: 15px;
    padding: 5px 10px 3px;
    width: 100%;
    height: auto
}

.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul li input,
.top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_checkbox ul li input {
    visibility: hidden;
}

.top-bar-steps .main-block .steps-form form .gform-body label.gfield_label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 25px;
}

.footer-block {
    background: #000;
    color: #fff;
    height: 55px;
}

.footer-block .copyright, .footer-block .footer-menu {
    padding: 0%;
}

.footer-block .copyright p, .footer-block .footer-menu a {
    color: #fff;
    margin: 0;
    line-height: 55px;
}

.footer-block .footer-menu a:hover {
    color: #fff !important;
}

.steps-form select,
.tingle-modal-box form select {
    width: 100% !important;
    outline: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #D5D5D5;
}

.tingle-modal-box .gpnf-modal-header {
    background-color: #FAF7F8 !important;
    color: #000 !important;
}

.steps-flow {
    display: flex;
    flex-direction: revert;
    /* justify-content: space-between;
    align-items: center; */
}

.steps-flow .steps span {
    font-size: 12.8px;
    border: 1px solid #DDD7D9;
    padding: 2px 8px;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    color: #DDD7D9;
}

.steps-flow .steps {
    /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid black; */
    position: relative;
    width: 70px;
    /* z-index: -1; */
}

.steps-flow .steps::after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #242424;
    width: 50%;
    margin-left: 15px;
    top: 50%;
    /* z-index: -1; */
}

.steps-flow .steps span.active {
    border: 1px solid #000;
    color: #000;
}

.steps-flow .steps::after:last-child {
    display: none;
}





.steps-flow .form-wizard-steps {
    margin: 30px 0;
}

.steps-flow .form-wizard-steps li {
    width: 90px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.steps-flow .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #DDD7D9;
    /* border-top: 1px solid #DDD7D9; */
    /* http://103.42.111.132/~toocancom/wp-content/uploads/2022/05/Enjoy.png */
}

.steps-flow .form-wizard-steps li span {
    background-color: #FAF7F8;
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 26px;
    z-index: 1;
    font-size: 12.8px;
    border: 1px solid #DDD7D9;
    color: #DDD7D9;
}

/* .steps-flow .form-wizard-steps li:last-child::after {
    
  } */
.steps-flow .form-wizard-steps li.active span,
.steps-flow .form-wizard-steps li.activated span {
    background-color: #FAF7F8;
    color: #000;
    border-color: #000;
}

.steps-flow .form-wizard-steps li.active::after,
.steps-flow .form-wizard-steps li.activated::after {
    background-color: #FAF7F8;
    left: 0%;
    width: 100%;
    border-color: #000;
}

.steps-flow .form-wizard-steps li.active span::after,
.steps-flow .form-wizard-steps li.activated span::after {
    content: url(./image/Enjoy.png);
    position: absolute;
    left: 40px;
    top: 2px;
}

.steps-flow .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #000;
}

.steps-flow .form-wizard-steps li:last-child::after {
    left: 0;
    width: 0%;
}



/* animation */

.animation-element.fadeIn {
    opacity: 0;
    transition: all 500ms linear;
}

.animation-element.fadeIn.in-view {
    opacity: 1;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -150px, 0px);
    -webkit-transform: translate3d(0px, -150px, 0px);
    -o-transform: translate(0px, -150px);
    -ms-transform: translate(0px, -150px);
    transform: translate3d(0px, -150px, 0px);
}

.animation-element.slide-top.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-bottom {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px);
    -ms-transform: translate(0px, 150px);
    transform: translate3d(0px, 150px, 0px);
}

.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.fun-section .col-md-6.img-block {
    min-height: 875px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--green);
}

.steps-form form input[type="text"],
.toocan-singup input[type="text"],
.toocan-singup input[type="email"],
.toocan-singup input[type="password"],
.toocan-login input[type="text"],
.toocan-login input[type="email"],
.toocan-login input[type="password"],
.toocan-forgot-password input[type="email"] {
    width: 100% !important;
    outline: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #D5D5D5;
}

.toocan-singup input[type="text"],
.toocan-singup input[type="email"],
.toocan-singup input[type="password"],
.toocan-login input[type="text"],
.toocan-login input[type="email"],
.toocan-login input[type="password"],
.toocan-forgot-password input[type="email"] {
    height: 45px;
    margin-bottom: 20px;
}

.steps-form form input[type="text"]::placeholder {
    color: #131212;
}

.steps-form form input[type="radio"]:checked+label,
.steps-form form input[type="checkbox"]:checked+label,
.toocan-singup input[type="radio"]:checked+label {
    background-color: #131212;
    color: #fff !important;
}

.steps-form button.gpnf-add-entry {
    border: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.steps-form button.gpnf-add-entry:hover {
    background-color: transparent !important;
    color: #131212 !important;
}

.steps-form button.gpnf-add-entry::before {
    content: '+';
}

.tingle-modal-box #gform_4 .gform_fields.top_label {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.tingle-modal-box .gform_wrapper .top_label li.gfield {
    width: 100% !important;
}

#gform_page_2_4 .gpnf-nested-entries td {
    font-size: 12px;
}

#gform_page_2_4 .gpnf-nested-entries th {
    font-size: 14px;
}

.tingle-btn.tingle-btn--primary.gpnf-btn-submit {
    width: 240px;
}

#gform_page_2_6 label,
#gform_page_1_4 label {
    margin-bottom: 0 !important;
}

#gform_page_2_6 input[type='file'],
#gform_page_1_4 input[type='file'] {
    font-size: 14px;
}

#gform_page_2_6 textarea,
#gform_page_1_4 textarea {
    border: 1px solid #D5D5D5;
    outline: 0;
}

#field_1_28 {
    width: 50%;
    display: inline-block;
}


.steps-form .gfield.gfield_html span:first-child {
    font-weight: 500 !important;
}

html {
    scroll-behavior: smooth;
}

.toocan-singup .job-selector label {
    margin-bottom: 15px;
}

.toocan-singup .job-selector-option span {
    margin-right: 20px;
}

.toocan-singup .job-selector-option {
    margin-bottom: 20px;
}

.toocan-singup .note-message {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 50px;
}

.toocan-login .form-field.forgot-link {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.toocan-login .remember-box input[type='checkbox'] {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.toocan-login .form-field.forgot-link .forgot_password {
    opacity: 0.4;
}

.toocan-login .form-field.forgot-link .forgot_password:hover {
    text-decoration: underline !important;
}


/* My Account */

.woocommerce-page .page-header,
.woocommerce-page .woocommerce,
.woocommerce-page .content-area,
.woocommerce-page #header {
    max-width: 1230px !important;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.woocommerce-page .page-header {
    padding-top: 100px;
}

.woocommerce-page .woocommerce {
    padding-bottom: 100px;
}

.woocommerce-page .page-header h1,
.woocommerce-page .product_title.entry-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    border: 1px solid #EEE8E9;
    box-shadow: 0px 0px 10px rgb(238 232 233 / 30%);
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #EEE8E9;
    padding: 15px 30px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #EEE8E9;
}

.woocommerce-page h2 {
    font-size: 40px;
    line-height: 50px;
}

.woocommerce-form-login .form-row,
.woocommerce-PaymentBox .form-row {
    display: block;
}

.woocommerce .woocommerce-form-login {
    max-width: 615px;
}

.woocommerce .woocommerce-form-login .show-password-input {
    top: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
}

.woocommerce form button[type="submit"],
.woocommerce-Button,
.woocommerce-account .addresses .title a.edit,
.woocommerce .woocommerce-MyAccount-content a.button,
.checkout-button,
.woocommerce-shop a.button,
.single-product a.button {
    border: 1px solid #D5D5D5 !important;
    background: transparent !important;
    color: #131212 !important;
    border-radius: 28px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: inline-block !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 30px !important;
}

.woocommerce form button[type="submit"]:hover,
.woocommerce-Button:hover,
.woocommerce-account .addresses .title a.edit:hover,
.woocommerce .woocommerce-MyAccount-content a.button:hover,
.checkout-button:hover,
.woocommerce-shop a.button:hover,
.single-product a.button:hover {
    border: 1px solid #131212 !important;
}

.woocommerce .woocommerce-form-login .form-row input.input-text {
    height: 25px;
    border: 0;
    border-bottom: 1px solid #D5D5D5;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #9C71E0;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #9C71E0;
}

.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2 {
    float: none;
    width: auto;
    flex: unset;
    max-width: unset;
    border: 1px solid #EEE8E9;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.woocommerce-page h3 {
    font-size: 30px;
    line-height: 40px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    float: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: auto;
    overflow: visible;
}

.woocommerce .form-row {
    display: block;
}

.woocommerce .form-row input {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    height: 30px;
}

.woocommerce .form-row textarea {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    height: 100px !important;
}

.woocommerce .form-row label {
    margin-bottom: 0 !important;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0px;
}

/* .woocommerce .woocommerce-address-fields .form-row input,
.woocommerce .woocommerce-EditAccountForm .form-row input{
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    height: 30px;
}
.woocommerce .woocommerce-address-fields .form-row label,
.woocommerce .woocommerce-EditAccountForm .form-row label{
    margin-bottom: 0 !important;
} */

/* .woocommerce .woocommerce-address-fields .select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0px;
} */
.woocommerce .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-content button[type="submit"] {
    margin-top: 30px;
}

.woocommerce .coupon input[type="text"] {
    height: 45px;
    width: auto !important;
}

.checkout-button {
    font-size: 20px !important;
    display: block !important;
    height: 60px !important;
    line-height: 60px !important;
}

.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
    float: none;
    width: auto;
    flex: unset;
    max-width: unset;
    padding: 0;
}

.woocommerce-checkout.woocommerce-page h3 {
    margin: 20px 0;
}

.woocommerce #sidebar {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #D5D5D5;
    padding: 10px;
    outline: 0;
}

.woocommerce .woocommerce-product-gallery {
    float: unset !important;
    display: inline-block;
}

.woocommerce div.product form.cart {
    align-items: center;
    display: flex;
}

.single-product #primary.content-area {
    padding: 70px 0 30px;
}

.single-product .related.products h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 0 0;
}


.toocan-forgot-password .login_sec {
    border: 1px solid #D5D5D5;
    background: transparent;
    color: #131212;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    margin: 30px 0 20px;
}

.toocan-forgot-password .login_sec:hover {
    border: 1px solid #131212;
}

.toocan-forgot-password .form-body .form-field:nth-child(2) {
    display: inline-block;
}

.toocan-forgot-password .form-body input[type='submit'] {
    display: inline-block;
    float: left;
    margin: 30px 20px 0 0;
}

.woocommerce-ResetPassword button[type="submit"] {
    margin-top: 15px;
}

.woocommerce-ResetPassword input[type="text"] {
    width: 50%;
}

/* Review my page */
.review-my-job-section {
    padding: 0;
}

.review-my-job-section .job-listing-panel,
.review-my-job-section .profile-details {
    margin: 0;
    max-width: 100%;
    padding: 0 50px 30px;
}

.edit-profile-section,
.subsription-section {
    padding: 20px 0;
}

.review-my-job-section .profile-panel {
    margin-top: 50px;
}

.muted-heading span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 15px;
    color: #767676;
}

.review-heading .heading {
    margin-top: 35px;
}

.review-my-job-section .profile-details .back-talent-top {
    display: none;
}

.review-my-job-section .btn-profile {
    margin-bottom: 0px;
}

.slick-list {
    padding: 0 20% 0 0 !important;
}

.b-img {
    align-items: center;
    height: 100%;
}

.see-all {
    margin-right: 10px;
}

.terms {
    margin-bottom: 20px;
}

#requestjob .modal-body, #acceptoffer .modal-body, #notsureoffer .modal-body, #declineoffer .modal-body {
    position: relative;
}

#requestjob .modal-body.loading form, #acceptoffer .modal-body.loading form, #notsureoffer .modal-body.loading form, #declineoffer .modal-body.loading form {
    opacity: 0.3;
}

.modal-loader {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 43%;
}

.processing .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

.error-message a {
    text-decoration: underline;
}

.error-message,
.error-message a,
.errors p {
    color: red;
}

.woocommerce-terms-and-conditions-checkbox-text a{
    text-decoration: underline;
}

.gform-submitted a.download_btn {
    position: static !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.gform-submitted .landing-section .content-box .body .subscribe-form {
    margin-top: 0px !important;
}
h1.main-title {
    font-size: 36px;
    margin: 40px 0 0;
    line-height: 40px;
}
.single-faqs h2 {
    font-size: 30px;
}

/* ===== Responsive Start ===== */
@media (max-width:1499px) {
    .accordian-section .col-md-3 {
        padding-right: 2em;
    }

    .icon-box {
        padding-right: 7em;
    }

    .share-banner-section {
        margin-top: -100px;
    }

    .profile-details {
        margin-left: 45px;
    }
}

@media (max-width: 1440px) {
    .get-in-touch-desk {
        right: 9%;
    }

    .why-toocan-section .plane-icon {
        top: 11%;
    }

    .profile-details,
    .request-details {
        margin-left: 30px;
    }

    .job-listing-panel {
        margin-left: 0px;
    }

    .mission-content,
    .last-content {
        max-width: 500px;
    }

    .mission-img-wrap .float-img-four {
        right: 10%;
    }

    .mission-img-wrap .float-img-five {
        left: 12%;
    }

    .landing-section .bottom {
        bottom: 22%;
    }

    .landing-section .top {
        top: 35%;
        right: 2%;
    }

    .why-toocan-section .top,
    .Share-top-section .top {
        left: calc(100% - 45%);
    }

    .find-section .heading h3,
    .share-section .heading h3 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media (max-width:1365px) {

    .new-search-wrap {
        column-gap: 15px;
    }

    .new-search-wrap {
        padding: 60px 0px;
    }

    .all-news-section .btn-wrap {
        padding: 0px 0 60px;
    }
}

@media (max-width: 1360px) {

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 185px);
    }

    .fun-section .content-box {
        margin-right: calc(405px - 235px);
    }
}

@media (max-width: 1325px) {
    .fun-section .content-box {
        margin-right: calc(405px - 240px);
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 195px);
    }

    .get-in-touch-desk {
        right: 8%;
    }
}

@media (max-width: 1285px) {

    .job-type,
    .job-drp-select,
    .job-location,
    .search-bar,
    .job-search-box {
        width: 100%;
    }

    .main-search-section .right-side .top-row {
        gap: 16px;
    }

    .fun-section .col-md-6.img-block {
        min-height: 700px;
    }
}

@media (max-width: 1280px) {
    .Share-top-section {
        margin-top: -80px;
    }

    .icon-box {
        padding-right: 2em !important;
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 215px);
    }

    .find-banner-section .img-block .first-img {
        right: 15%;
    }

    .share-banner-section .img-block .first-img {
        right: 0%;
    }

    .share-banner-section {
        margin-top: -100px;
    }

    .fun-section .content-box {
        margin-right: calc(405px - 270px);
    }

    .get-in-touch-desk {
        right: 7%;
    }

    .why-toocan-section .plane-icon {
        top: 9%;
    }

    .profile-details,
    .request-details {
        margin-left: 40px;
    }
}

@media (max-width: 1240px) {

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 235px);
    }

    .fun-section .content-box {
        margin-right: calc(405px - 285px);
    }

    .landing-section .content-block {
        padding: 54px 60px 87px;
    }
}

@media (max-width: 1200px) {
    .share-banner-section {
        margin-top: -70px;
    }

    .mission-img-wrap .float-img-four {
        top: 45%;
        right: 15%;
    }

    h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 250px);
    }

    .why-toocan-section .content-box {
        max-width: 85%;
    }

    .why-toocan-section .plane-icon {
        top: 6%;
    }

    .lets-find-section .image-box img {
        width: 220px;
        height: 220px;
    }

    .profile-details,
    .request-details {
        margin-left: auto;
    }

    .profile-section .rp-0 {
        padding: 0 15px;
    }

    .job-listing-panel .profile-details {
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-section .body-panel {
        padding-left: 30px;
    }

    .mission-content,
    .last-content {
        max-width: 450px;
    }

    .news-banner-section p br {
        display: none;
    }

    .landing-section .bottom {
        left: 5%;
    }
}

@media (max-width: 1166px) {

    .top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul li label,
    .top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_checkbox ul li label {
        width: auto;
        height: 26px;
    }
    .navbar-nav {
    gap: 5px;
}
}



@media (max-width: 1160px) {

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 285px);
    }

    .main-menu {
        grid-template-columns: 10vw auto 22vw;
    }

    .fun-section .content-box {
        margin-right: calc(405px - 310px);
    }

    .about-content .float-img-one {
        right: -4%;
    }

    .about-content .float-img-two {
        right: 0%;
    }

    .about-banner .title br {
        display: none;
    }

    .gform_legacy_markup_wrapper ul.gfield_radio#input_2_29 li {
        width: 100%;
    }
    .about-banner .title {
        font-size: 56px;
        line-height: 68px;
    }

@media (max-width: 1100px) {
    .Share-top-section {
        margin-top: -50px;
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 295px);
    }

    .fun-section .content-box {
        margin-right: calc(405px - 330px);
    }

    .why-toocan-section .content-box {
        max-width: 90%;
    }

    .why-toocan-section .plane-icon {
        top: 2%;
    }

    .lets-find-section .image-box img {
        width: 200px;
        height: 200px;
    }

    .job-listing-panel {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-content .float-img-three {
        bottom: -49%;
    }
    .about-banner .title {
        font-size: 40px;
        line-height: 52px;
    }
    .about-content .float-img-two {
        bottom: -28%;
    }
}

@media (max-width: 1060px) {

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 310px);
    }

    .fun-section .content-box {
        margin-right: calc(405px - 350px);
    }

    .share-banner-section {
        margin-top: -40px;
    }

    .why-toocan-section .content-box {
        max-width: 95%;
    }

    .home-banner-section .content-body {
        margin: 140px 0 200px;
    }

    .share-section .hovertag {
        min-width: 320px;
    }

    .share-section .top {
        left: calc(0% - -33%);
    }

    .why-toocan-section .top {
        left: calc(100% - 57%);
    }

    .find-section .plane-icon {
        top: 15%;
    }

    .share-section .plane-icon {
        top: 5%;
    }

    .find-section .heading h3,
    .share-section .heading h3,
    .why-toocan-section .content-box .heading h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .news-section .news-card .thum_img,
    .all-news-section .thum_img {
        height: 285px;
    }
}

@media (max-width: 1015px) {

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        margin-right: calc(380px - 325px);
    }

    .fun-section .content-box {
        margin-right: calc(405px - 360px);
    }
}

@media (max-width: 991px) {

    header .navbar-expand-lg {
        justify-content: right !important;
        padding-left: 0;
        width: 100% !important;
    }

    .mobile-menu-item,
    .mob-bottom {
        display: block;
    }

    .mob-bottom {
        display: flex;
        justify-content: space-between;
        width: 85%;
        align-items: center;
        position: absolute;
        bottom: 30px;
    }

    .mob-bottom a {
        margin: 0 5px;
    }

    .mob-bottom svg path {
        fill: #000;
    }

    .mob-bottom svg {
        width: 20px;
        height: 20px;
    }

    .navbar-nav {
        gap: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'Azo Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 48px;
        padding: 0 !important;
    }

    .navbar-nav .menu-item:Last-child a,
    .navbar-nav .menu-item:nth-child(3) a {
        opacity: 1;
    }

    .navbar-expand-lg .navbar-nav .menu-item.mobile-menu-item a {
        font-weight: 400;
        font-size: 18px;
        line-height: 38px;
    }

    .navbar-expand-lg .navbar-nav li:nth-child(6) {
        margin-top: 15px !important;
    }

    header.header {
        padding: 5px 0;
    }

    header .navbar {
        padding-right: 0 !important;
    }

    .menu_bar span {
        display: block;
        width: 30px;
        height: 2px;
        transition: 200ms;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #131212;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 0;
        margin-left: auto;
        border-radius: 100px;
    }

    .menu_bar.not-openmenu span:nth-child(1) {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu_bar.not-active span:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .menu_bar.not-active span:nth-child(3) {
        bottom: 0;
        transform: rotate(0);
    }

    .menu_bar.closemenu span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(126deg);
    }

    .menu_bar.closemenu span:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .menu_bar.closemenu span:nth-child(3) {
        bottom: 12px;
        transform: rotate(-130deg);
    }

    .menu_bar span+span {
        margin-top: 8px;
    }

    a.menu_bar {
        margin-left: 15px;
        margin-top: -2px;
    }

    .navbar-toggler-icon {
        width: 40px;
        margin-top: 0;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .navbar-toggler:focus {
        outline: 0 !important;
    }

    .navbar {
        justify-content: flex-end;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        background: var(--green);
        height: 100%;
        padding: 60px 20px 0;
        top: 0px;
        z-index: 9;
    }

    .scroll-block {
        overflow: hidden;
    }

    .navbar-nav li {
        margin-left: 0;
    }

    .main-menu .right-menu,
    .top-menu,
    .why-toocan-section .plane-icon,
    .find-section .plane-icon,
    .share-section .plane-icon,
    .news-section .main-heading .see-all a::after {
        display: none;
    }

    .main-menu {
        grid-template-columns: 15vw auto;
    }

    .home-banner-section {
        background: #F4EFF0;
    }

    .home-banner-section .content-body {
        margin: 80px 0 180px;
    }

    .why-toocan-section .img-block {
        padding: 0;
    }

    .find-section,
    .news-section,
    .how-works-section,
    .search-job-section,
    .accordian-section,
    .search-talent-section {
        padding: 80px 0;
    }

    .find-section .content-box .top-heading,
    .share-section .content-box .top-heading {
        margin-bottom: 30px;
        padding: 10px 20px;
    }

    .find-section .content-box .top-heading p,
    .share-section .content-box .top-heading p {
        font-size: 7px;
        line-height: 9px;
        letter-spacing: 1.17px;
    }

    .share-section {
        padding: 0 0 80px 0;
    }

    .get-in-touch-desk {
        /* right: 5%; */
        display: none;
    }

    .active-acc {
        z-index: 999;
    }

    .news-section .news-card {
        margin-bottom: 30px;
    }

    .news-section .main-heading .see-all a {
        text-decoration: underline;
        font-size: 12px;
    }

    .Share-top-section .Share-content .title {
        margin-bottom: 52px;
        font-size: 45px;
        line-height: 52.5px;
    }

    .Share-top-section {
        margin-top: 0;
    }

    .Share-top-section .Share-content p {
        font-size: 12px;
        line-height: 19.5px;
        padding-right: 10px;
    }

    .Share-top-section .Share-img-wrap .float-img-five {
        position: absolute;
        left: 0%;
        bottom: 12%;
    }

    .Share-top-section .Share-img-wrap .float-img-four {
        position: absolute;
        top: 41%;
        right: 0%;
    }

    .icon-box {
        padding-right: 0 !important;
    }

    .btn,
    .toocan-forgot-password .login_sec {
        height: 39px;
        line-height: 39px;
        font-size: 12px;
        border-radius: 19.25px;
    }

    .faq-section .title {
        font-size: 27.75px;
        line-height: 34.69px;
        margin-bottom: 45px;
    }

    .accordian-section p {
        font-size: 12px;
        line-height: 20px;
    }

    .accordion .card button {
        font-size: 16.5px;
        line-height: 21px;
    }

    .accordion .card .card-body {
        line-height: 20px;
        font-size: 12px;
    }

    .how-works-section .title {
        font-size: 27.75px;
        line-height: 34.69px;
    }

    .icon-box .icon-title {
        font-size: 16.5px;
        line-height: 20.6px;
        margin: 20px 0;
    }

    .icon-box .info {
        font-size: 12px;
        line-height: 19.5px;
    }

    .home-banner-section .content-body .content {
        max-width: 315px;
    }

    .why-toocan-section .content-box .heading {
        /* max-width: 300px; */
        margin-bottom: 25px;
    }

    .why-toocan-section .content-box .body {
        max-width: 365px;
    }

    .why-toocan-section .content-box .heading h3 {
        font-size: 27.75px;
        line-height: 35px;
    }

    .why-toocan-section .hovertag img,
    .find-section .hovertag img,
    .share-section .hovertag img {
        width: 42px !important;
        height: 42px;
    }

    .why-toocan-section .hovertag,
    .find-section .hovertag,
    .share-section .hovertag {
        height: 42px;
        font-size: 10.08px;
        min-width: 180px;
    }

    .why-toocan-section .top {
        top: 40%;
        right: 2%;
    }

    .why-toocan-section .bottom {
        bottom: 18%;
        left: 18%;
    }

    .why-toocan-section .content-box .top-heading {
        margin-bottom: 20px;
    }

    .why-toocan-section .content-box .body p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .home-banner-section .content-body .heaedr h1 {
        font-size: 45px;
        line-height: 52px;
    }

    .home-banner-section .content-body .content p {
        font-size: 16.5px;
        line-height: 24px;
    }

    .find-section .heading h3,
    .share-section .heading h3,
    .why-toocan-section .content-box .heading h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .share-section .content-box {
        max-width: 100%;
    }

    .find-section .body p,
    .share-section .body p {
        font-size: 12px;
        line-height: 19.5px;
        margin: 30px 0;
        max-width: 355px;
    }

    .find-section .hovertag.top {
        bottom: 20%;
    }

    .jumbo-title {
        font-size: 45px;
        line-height: 52.5px;
    }

    .find-banner-section .content-box .body p {
        margin-bottom: 35px;
        line-height: 19.5px;
        font-size: 12px;
    }

    .find-banner-section .content-box .body a {
        font-size: 11px;
    }

    .share-banner-section .content-box .body p {
        margin-bottom: 35px;
        line-height: 19.5px;
        font-size: 12px;
    }

    .share-banner-section .content-box .body a {
        font-size: 11px;
    }

    .find-banner-section .content-box .body {
        max-width: 290px;
    }

    .share-banner-section .content-box .body {
        max-width: 290px;
    }

    .share-banner-section .content-box .heading .jumbo-title {
        line-height: 52.5px;
    }

    .share-banner-section .img-block .second-img {
        left: 17%;
        bottom: 20%;
        height: 42px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .mission-section .title {
        font-size: 27.75px;
        line-height: 35px;
    }

    .mission-img-wrap .float-img-five {
        bottom: 25%;
    }

    .mission-img-wrap .float-img-four {
        right: 5%;
    }

    .subtitle {
        margin-bottom: 15px;
        font-size: 7px;
        line-height: 9px;
        letter-spacing: 1.16667px;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .accordian-section .col-md-3 {
        padding-right: 0em;
    }

    .how-works-section .icon-box .info {
        font-size: 12px;
        line-height: 19.5px;
        font-weight: 300;
        max-width: 154px;
    }

    .how-works-section .icon-box img {
        height: 43px;
    }

    .how-works-section .icon-box .icon-title {
        font-size: 16.5px;
        line-height: 20.63px;
        margin: 15px 0;
    }

    .fun-section .content-box .heading h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .fun-section .content-box .body p {
        line-height: 19.5px;
        max-width: 290px;
        font-size: 12px;
    }

    .fun-section .content-box .body a {
        font-size: 11px;
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box,
    .fun-section .content-box {
        margin: auto;
        float: none;
        max-width: 80%;
    }

    .find-banner-section .img-block .main-img,
    .share-banner-section .img-block .main-img,
    .fun-section .img-block .main-img {
        width: 100%;
        float: none;
    }

    .search-job-section .top-heading p {
        font-size: 7px;
        letter-spacing: 1.17px;
        line-height: 9px;
    }

    .search-job-section .main-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .search-job-section .search-card .card-body .tag-lable .featured-tag,
    .job-listing-panel .profile-details .user-preview .user-bottom-panel .featured-tag {
        font-size: 6.75px;
        line-height: 18.75px;
        letter-spacing: 1.13px;
    }

    .search-job-section .search-card .card-body .details h5 {
        font-size: 15px;
        line-height: 18px;
    }

    .search-job-section .search-card .card-body .details .tag {
        font-size: 10.5px;
        line-height: 15.75px;
        margin-bottom: 10px;
    }

    .search-job-section .search-card .card-body .tags-talent a,
    .job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent a,
    .search-job-section .search-card .card-body .tags-talent span,
    .job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent span,
    .search-talent-section .search-card .card-body .tags-talent span {
        font-size: 6.75px;
        line-height: 18.75px;
        letter-spacing: 1.13px;
    }

    .search-job-section .search-card .card-body .user-details .profile-photo {
        width: 35px;
        height: 35px;
    }

    .job-listing-panel .profile-details .user-preview .user-details .profile-photo {
        width: 42px;
        height: 42px;
    }

    .search-job-section .search-card .card-body .user-details .user-info span {
        font-size: 9px;
        line-height: 12px;
    }

    .search-job-section .search-card .card-body .user-details .user-info h6 {
        font-size: 9px;
        line-height: 11px;
    }

    .all-job-mobile a {
        font-size: 11px;
    }

    .find-banner-section .img-block .first-img {
        right: 22%;
        height: 42px;
    }

    .share-banner-section .img-block .first-img {
        right: 8%;
        height: 42px;
    }

    .why-toocan-section .content-box .top-heading .tag {
        font-size: 7px;
        line-height: 9px;
        letter-spacing: 1.17px;
        color: #767676;
    }

    .news-section .main-heading h2 {
        font-size: 37.5px;
        line-height: 45px;
    }

    .news-section .news-card .post_details .post_title a {
        font-size: 12px;
        line-height: 15px;
    }

    .news-section .news-card .post_details .post_category {
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 1.5px;
    }

    .share-section .heading {
        max-width: 320px;
    }

    .heading-section .heading {
        font-size: 33.5px;
        line-height: 42px;
    }

    .heading-section P {
        font-size: 12px;
        line-height: 20px;
        color: #303030;
        max-width: 355px;
    }

    .btn-job-link {
        font-size: 12px;
        line-height: 15px;
    }

    .job-drp-select {
        font-size: 12px;
    }

    .search-talent-section .search-card .card-body .details h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .search-talent-section .search-card .card-body .details h6 {
        font-size: 10.5px;
        line-height: 18px;
    }

    .search-talent-section .search-card .card-body .details p {
        line-height: 11px;
        font-size: 9px;
    }

    .search-talent-section .search-card .card-body .tags-talent a,
    .requested-tag {
        font-size: 6.75px;
        line-height: 19px;
        letter-spacing: 1.125px;
    }

    .search-talent-section .top-heading p {
        font-size: 7px;
        letter-spacing: 1.166px;
        line-height: 9px;
    }

    .search-talent-section .main-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .search-talent-section .main-heading .see-all a {
        font-size: 12px;
    }

    .btn-border-light,
    .toocan-forgot-password .login_sec {
        font-size: 11px;
    }

    .lets-find-section .content-box h3 {
        font-size: 37.5px;
        line-height: 47px;
    }

    .lets-find-section .image-box img {
        width: 170px;
        height: 170px;
    }

    .lets-find-section {
        padding: 150px 0;
    }

    .nothing-found p {
        font-size: 25px;
        line-height: 30px;
    }

    .back-talent a::after {
        left: -30%;
        top: 3%;
    }

    .back-talent a,
    .back-talent-top {
        font-size: 10.5px;
        line-height: 11px;
    }

    .profile-details .heading {
        font-size: 16.5px;
        line-height: 21px;
        color: #131212;
    }

    .profile-details {
        font-size: 12px;
        line-height: 20px;
        color: #303030;
        max-width: 535px;
    }

    .profile-details .overview-panel p {
        margin-bottom: 40px;
        max-width: 515px;
    }

    .profile-details .recent-panel .heading {
        margin-bottom: 20px;
    }

    .profile-details .sub-heading {
        font-size: 12px;
        line-height: 20px;
        color: #303030;
    }

    .profile-details .qualification-panel .heading {
        margin-top: 35px;
    }

    .profile-details .skill-panel .heading {
        margin-top: 45px;
    }

    .profile-details .skill-panel .skill-list .skill-tag {
        font-size: 10.5px;
        line-height: 13px;
        padding: 6px 20px;
    }

    .request-details .sent-message .heading {
        font-size: 21px;
        line-height: 25px;
    }

    .request-details .sent-message .request-left {
        font-size: 12px;
        line-height: 20px;
    }

    .request-details .sent-message .request-message {
        font-size: 12px;
        line-height: 20px;
        max-width: 360px;
    }

    .request-sent-panel .rp-0 {
        margin-left: 0;
    }

    .search-job-section .job-card .card-body .user-short-desc {
        font-size: 10px;
        line-height: 13px;
    }

    .search-job-section .job-card .card-body .user-details .profile-photo {
        width: 42px;
        height: 42px;
    }

    .search-job-section .job-card .card-body .user-details .user-info h6 {
        font-size: 10px;
        line-height: 12px;
    }

    .job-listing-panel .profile-details .user-preview .talent-category {
        font-size: 7.5px;
        line-height: 19px;
        letter-spacing: 1.25px;
    }

    .job-listing-panel .profile-details .user-preview h2,
    .review-heading .heading {
        font-size: 21px;
        line-height: 25px;
        color: #131212;
    }

    .job-listing-panel .profile-details .user-preview .user-bottom-panel .tag {
        font-size: 10px;
        line-height: 20px;
    }

    .job-listing-panel .profile-details .user-preview .user-bottom-panel .featured-tag {
        padding: 5px 12px;
    }

    .job-listing-panel .profile-details .user-preview .user-bottom-panel .tags-talent a {
        padding: 4px 12px;
    }

    .job-listing-panel .profile-details .user-preview .user-details-main .user-bottom-panel {
        gap: 5px;
    }

    .back-talent-top a {
        font-size: 10.5px;
        line-height: 11px;
    }

    .job-listing-panel .profile-details .user-preview .user-details h6 span {
        font-size: 10px;
        line-height: 12px;
        opacity: 1;
        color: #131212 !important;
    }

    .job-listing-panel .profile-details .user-preview .user-details h6 a {
        font-size: 10px;
        line-height: 12px;
        display: block;
    }

    .job-listing-panel .profile-details .user-preview .user-details .user-info span {
        font-size: 8.5px;
    }

    .steps-one .details p {
        margin-bottom: 12px;
        margin-top: 20px;
        color: #303030;
    }

    .container-checkbox {
        font-size: 12px;
        line-height: 20px;
        color: #303030;
    }

    .about-banner .title {
        font-size: 40px;
        line-height: 52px;
    }

    .about-banner .title br {
        display: block;
    }

    .about-content .float-img-one {
        right: 7%;
        width: 95px;
        height: 95px;
        top: 6%;
    }

    .about-content .float-img-two {
        right: 12%;
        width: 95px;
        height: 95px;
    }

    .about-content .float-img-three {
        /* bottom: -23%; */
        width: 95px;
        height: 95px;
        left: 9%;
    }

    .contain-body {
        max-width: 265px;
        font-size: 12px;
        line-height: 20px;
        color: #303030;
    }

    .mission-content {
        max-width: 330px;
    }

    .accordian-section .title {
        font-size: 27.75px;
        line-height: 35px;
    }

    .last-content p {
        font-size: 16.5px;
        line-height: 24px;
        max-width: 275px;
        font-style: normal;
        font-weight: 350;
    }

    .last-content {
        max-width: 325px;
    }

    .new-search-wrap a.news-catogary,
    .new-search-wrap .search-bar {
        line-height: 45px;
        height: 45px;
    }

    .all-news-section .news-card {
        margin-bottom: 45px;
    }

    .new-search-wrap {
        padding: 45px 0px;
    }

    .get-in-touch-mobile {
        display: block;
        position: fixed;
        z-index: 222;
        bottom: 55px;
        right: 15px;
        background: var(--green);
        height: 50px;
        width: 50px;
        padding: 10px;
        border-radius: 50%;
    }

    .top-row {
        grid-template-columns: 1fr 1fr;
    }

    .top-row .footer-logo {
        grid-column: 1 / span 2;
    }

    .copyright {
        display: none;
    }

    .copyright-mobile {
        display: block;
    }

    .copyright-mobile P {
        color: #fff;
        margin: 0;
        font-style: normal;
        font-weight: 350;
        font-size: 9px;
        line-height: 26px;
    }

    .menu-footer2 {
        padding-top: 0px;
    }

    .main-footer .footer-social {
        padding-top: 0px;
        justify-content: start;
        column-gap: 10px;
    }

    .menu-footer1 {
        grid-column: unset;
    }

    .main-footer .nav {
        flex-direction: column;
        row-gap: 20px;
        padding: 72px 0 120px;
        margin-left: 0;
    }

    .main-footer a {
        font-weight: 350;
        font-size: 12px;
        line-height: 15px;
    }

    .main-footer .footer-social svg {
        width: 20px;
        height: 20px;
    }

    .form-section h1 {
        font-size: 28px;
        line-height: 48px;
    }

    .form-section p {
        font-size: 12px;
    }

    .get-in-touch-section .form-wrap>p {
        font-size: 16px;
    }

    .landing-section .content-block {
        padding: 54px 40px 87px;
    }

    .landing-section .content-box .heading h3 {
        font-size: 40px;
        line-height: 51px;
        font-weight: 400;
        max-width: 240px;
        margin-bottom: 35px;
    }

    .landing-section .content-box .body .subscribe-form {
        margin-top: 50px;
    }

    .fun-section .col-md-6.img-block {
        min-height: 450px;
        padding: 0 20px;
    }

    .woocommerce-ResetPassword input[type="text"] {
        width: 90%;
    }

    .review-my-job-section .job-listing-panel,
    .review-my-job-section .profile-details {
        padding: 0 20px 30px;
    }

    .template-review-my-job .copyright,
    .template-share-job-steps .copyright,
    .template-find-review-my-job .copyright,
    .template-find-job-steps .copyright {
        display: block;
    }

    .review-heading .heading {
        margin-top: 25px;
    }

    .fun-section .content-box .heading {
        margin-bottom: 20px;
    }

    .search-job-section .search-card .card-body .user-details {
        gap: 10px;
        flex-direction: column;
        padding-top: 30px;
    }

    .accordion .card .card-header,
    .accordion .card .card-header .btn,
    .accordion .card .card-body {
        padding-right: 20px !important;
    }

    .accordion .card .card-header button::after {
        right: 0px;
    }
}

@media (max-width: 860px) {
    .about-content .float-img-three {
        left: 10%;
    }

    .about-content .float-img-two,
    .about-content .float-img-one {
        right: 0%;
    }
}

@media (max-width: 767px) {
    .landing-section .container-fluid {
        padding-right: 15px;
    }

    .about-banner h1 {
        font-size: 25px;
        line-height: 35px;
        z-index: 999;
        position: relative;
        margin-bottom: 0;
    }

    .about-content img {
        width: 63px;
    }

    .about-banner {
        /* padding: 40px 0px 0px; */
        background-color: #F4EFF0;
    }

    .about-content {
        padding-right: 4em;
    }

    .about-banner .down-arrow {
        display: none;
    }

    .mission-section .col-md-6,
    .about-last-section .col-md-6 {
        padding-right: 0;
    }

    .mission-content,
    .last-content {
        padding: 50px;
        margin: 0;
    }

    .last-content {
        max-width: 405px;
    }

    .mission-img-wrap .float-img-mob {
        display: block;
        position: absolute;
        top: 52%;
        right: 50%;
        width: 44px;
        height: 44px;
    }

    .mission-img-wrap .float-img-four {
        display: none;
    }

    .mission-img-wrap .float-img-five {
        bottom: 22%;
        max-width: 190px;
    }

    .mission-section .title {
        margin: 25px 0 30px;
    }

    .accordion .card .card-header {
        padding: 15px 0 !important;
    }

    .accordian-section {
        padding: 50px 0px 60px;
    }

    .accordian-section .col-md-3 {
        padding-right: 1em;
        margin-bottom: 1.5em;
    }

    .accordion .card .card-body {
        padding: 0 25px 20px 0 !important;
        color: #303030;
    }

    .last-content p {
        font-size: 17px;
        line-height: 27px;
        max-width: 280px;
    }

    .accordion .card .card-header button:after {
        right: 5px;
        top: 10px;
    }

    .get-in-touch-desk {
        display: none;
    }

    .why-toocan-section .top .content-body,
    .home-banner-section .banner-img {
        display: none;
    }

    .why-toocan-section .top {
        background: transparent;
    }

    .find-section .content-box .top-heading,
    .share-section .content-box .top-heading {
        background: #fff;
    }

    .share-section .img-block {
        order: 1;
    }

    .share-section .top {
        background: transparent;
        right: 25%;
    }

    .share-section .content-box {
        padding: 0 0 50px 0;
        margin: 0%;
        margin-left: 40px;
    }

    /* .share-section {
        padding: 0px 0 20px 0;
    } */

    /* .how-works-section {
        padding: 70px 0 0 !important;
    } */

    .how-works-section .title {
        margin-bottom: 50px;
    }

    .how-works-section .icon-box img {
        height: 42px;
    }

    .icon-box .icon-title {
        font-size: 16.5px !important;
        line-height: 20.6px !important;
        margin: 20px 0 !important;
    }

    .icon-box .info {
        margin-bottom: 40px !important;
    }

    .search-talent-section {
        padding: 70px 0;
    }

    .search-talent-section .top-heading p {
        font-size: 7px;
        letter-spacing: 1.17px;
        line-height: 8.88px;
    }

    .search-talent-section .main-heading h2 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }

    .search-talent-section .main-heading .see-all {
        display: none;
    }

    .search-talent-section .hr-break-line {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .all-talent-mobile {
        display: block;
        margin-top: 15px;
    }

    .search-card .card-body .details h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .search-card .card-body .details h6 {
        font-size: 10.5px;
        line-height: 18px;
    }

    .search-card .card-body .tags-talent a {
        font-size: 6.75px;
        line-height: 18.75px;
        letter-spacing: 1.13px;
    }

    .search-card .card-body .details p {
        line-height: 10.8px;
        font-size: 9px;
    }

    .all-talent-mobile a {
        font-size: 9px;
        font-weight: 400;
    }

    .find-banner-section .content-box,
    .share-banner-section .content-box {
        max-width: 90%;
        padding: 70px 0;
    }

    .find-banner-section .img-block .first-img {
        right: 20%;
    }

    .share-banner-section .img-block .first-img {
        right: 20%;
    }

    .share-banner-section .img-block .first-img-mob {
        position: absolute;
        right: 28%;
        bottom: 43%;
        display: block;
        height: 42px;
    }

    .share-banner-section .img-block .first-img {
        display: none;
    }

    .share-banner-section {
        margin-top: 0;
    }

    .fun-section .content-box {
        padding: 70px 0;
        max-width: 90%;
    }

    .fun-section .content-box .body p {
        max-width: 251px;
    }

    .fun-section .content-box .heading {
        margin-bottom: 25px;
    }

    .accordian-section p {
        max-width: 224px;
        margin-bottom: 25px;
    }

    .all-job-mobile {
        display: block;
        margin-top: 15px;
    }

    .search-job-section .main-heading .see-all {
        display: none;
    }

    .why-toocan-section .content-box {
        padding: 90px 35px 65px;
    }

    .find-section .content-box {
        padding-bottom: 55px;
    }

    .lets-find-section .image-box img {
        width: 123px;
        height: 123px;
    }

    .search-talent-section .talent-card {
        display: flex;
    }

    .search-talent-section .talent-card .card-img {
        width: 40%;
    }

    .lets-find-section .image-box {
        justify-content: flex-start;
        margin-top: 70px;
        gap: 18px;
    }

    .lets-find-section {
        padding: 72px 0;
    }

    .heading-section {
        padding-top: 60px;
    }

    .heading-section P {
        margin: 0;
    }

    .search-talent-section .talent-card {
        height: 100%;
        margin-bottom: 0px;
    }

    .talent-col {
        margin-bottom: 20px;
    }

    .search-talent-section .talent-card .card-img {
        width: 250px;
        height: 100%;
    }

    .search-talent-section .talent-card .card-img img {
        width: 100%;
        max-height: 100%;
        height: 100%;
    }

    .requested-tag {
        left: 7px;
    }

    .search-talent-section .talent-card .card-body .tags-talent {
        gap: 5px;
    }

    .search-talent-section .talent-card .card-body {
        padding: 0.65rem;
    }

    .talent-list,
    .main-search-section .right-side .top-row {
        display: none;
    }

    .talent-list-mobile {
        display: flex;
        flex-direction: column;
    }

    .talent-list-mobile .left-box {
        width: 100%;
    }

    .talent-list-mobile .right-box {
        width: 100%;
    }

    .back-talent-top {
        display: block;
    }

    .profile-details {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }

    .profile-section .search-talent-section {
        padding: 30px 0px 40px 0;
    }

    .profile-details .recent-panel {
        max-width: 535px;
    }

    .profile-section {
        padding: 48px 0 70px;
    }

    .search-job-section .job-card .card-body .user-details {
        padding-top: 30px;
    }

    .search-job-section .job-card .card-body .tag-lable {
        position: unset;
    }

    .search-job-section .job-card .card-body .user-short-desc {
        max-width: 400px;
    }

    .search-job-section .search-card {
        margin-bottom: 20px;
    }

    .search-job-section .job-card .card-body .user-short-desc {
        display: block;
    }

    .job-listing-section .offset-2 {
        margin-left: 0;
    }

    .job-listing-panel {
        margin-top: 23px;
        padding-bottom: 45px;
    }

    .job-listing-panel .profile-details .user-preview {
        padding-top: 19px;
    }

    .job-listing-section .profile-details .skills-panel {
        margin-bottom: 38px;
    }

    .back-terms a {
        display: block;
        font-size: 10.5px;
        line-height: 11px;
    }

    .privacy-section .show-mobile {
        display: inline-block;
        margin-bottom: 29px;
    }

    .privacy-section .hide-mobile {
        display: none;
    }

    .privacy-section,
    .find-section,
    .news-section,
    .search-job-section,
    .accordian-section {
        padding: 50px 0;
    }

    .how-works-section {
        padding: 50px 0 10px;
    }

    .privacy-section h1 {
        margin-bottom: 24px;
        font-size: 37.5px;
        line-height: 35px;
    }

    .privacy-section pre {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 24px;
        color: #767676;
    }

    .privacy-section p {
        font-size: 12px;
        line-height: 20px;
        color: #303030;
    }

    .privacy-section .hr-break-line {
        margin-top: 47px;
        margin-bottom: 34px;
    }

    .privacy-section .body-panel {
        padding-left: 0;
    }

    .about-banner .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .about-content .float-img-one {
        width: 66px;
        height: 66px;
        right: 18%;
    }

    .about-content .float-img-two {
        width: 66px;
        height: 66px;
        bottom: 55%;
        right: 7%;
    }

    .about-content .float-img-three {
        bottom: 2%;
        width: 66px;
        height: 66px;
        left: unset;
        right: 1%;
    }

    .accordian-section .title {
        max-width: 200px;
    }

    .accordian-section .title {
        margin-bottom: 30px;
    }

    .new-search-wrap .news-catogary {
        display: none;
    }

    select.news-catogary-mobile {
        display: block;
    }

    .news-banner-section p {
        font-size: 12px;
        line-height: 20px;
    }

    .news-banner-section h1 {
        font-size: 33.5px;
        line-height: 42px;
    }

    .news-banner-section {
        padding: 30px 0px 30px;
    }

    .new-search-wrap .search-bar svg {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%);
    }

    .new-search-wrap .search-bar {
        padding: 0;
        width: 20%;
        position: relative;
    }

    .new-search-wrap .search-bar input::placeholder {
        opacity: 0;
    }

    .all-news-section .news-card .post_title {
        font-size: 15px;
        line-height: 18px;
        margin: 15px 0 10px;
    }

    .all-news-section .news-card .post_category {
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 1.5px;
    }

    .all-news-section .news-card {
        margin-bottom: 30px;
    }

    .signup-section .heide-image {
        display: none;
    }

    .form-section h1 {
        margin-top: 45px;
    }

    .signup-section .plane-icon {
        display: block;
        margin-left: 150px;
        margin-top: 50px;
    }

    /* Get In Touch */

    .get-in-touch-section {
        padding: 45px 0;
    }

    .get-in-touch-section h1 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .get-in-touch-section .form-wrap>p {
        font-size: 12px;
        line-height: 20px;
    }

    .get-in-touch-section .image-box,
    .get-in-touch-section .get-in-touch-social {
        display: none;
    }

    .get-in-touch-section .gform_button.button {
        width: 60% !important;
    }

    .get-in-touch-section input {
        margin-top: 0 !important;
    }

    .get-in-touch-section .gform_body li {
        margin-top: 15px !important;
    }

    .get-in-touch-section textarea {
        margin-top: 4px !important;
    }

    .get-in-touch-section select {
        margin-top: -3px !important;
    }

    .get-in-touch-section .gform_button.button {
        margin: 5px 0 20px !important;
    }

    .landing-section .content-block {
        padding: 30px 40px;
    }

    .landing-section .content-box .heading h3 {
        font-size: 30px;
        line-height: 35px;
        max-width: 180px;
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .landing-section .content-box .body {
        max-width: 383px;
        font-size: 12px;
        line-height: 22px;
    }

    .landing-section .content-box .body .subscribe-form {
        margin-top: 20px;
    }

    .landing-section .content-box .body .subscribe-form input[type="submit"] {
        height: 45px;
        font-size: 14px;
    }

    .landing-section {
        height: auto;
        overflow: auto;
    }

    .landing-section .img-block {
        height: 60vh;
        width: 100%;
    }

    .landing-section .top {
        top: 25%;
        right: 5%;
    }

    .landing-section .bottom {
        left: 0%;
        bottom: 0%;
    }

    .fun-section .col-md-6.img-block {
        min-height: 350px;
        padding: 20px;
    }

    .top-bar-steps .main-block .steps-form form .gform-body .gform_page_footer {
        margin: 30px 0 38px;
        display: flex;
        gap: 5px;
    }

    .steps-form select,
    .tingle-modal-box form select {
        padding-right: 40px !important;
        font-size: 14px;
    }

    .top-bar-steps .main-block .steps-form form .gform-body div.ginput_container_radio ul li label {
        width: 43px;
    }

    .tingle-btn.tingle-btn--primary.gpnf-btn-submit {
        line-height: 25px;
    }

    .tingle-modal-box #gform_4 .gform_fields.top_label {
        grid-template-columns: repeat(1, 1fr);
    }

    #field_2_19 label {
        width: 88px !important;
        font-size: 9px;
        margin: 0 2px;
    }

    .toocan-login .form-field.forgot-link {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .woocommerce-ResetPassword input[type="text"] {
        width: 100%;
    }

    .find-section .content-box {
        float: none;
        margin-right: auto;
        margin-left: 40px;
    }

    .template-review-my-job .top-bar-steps .main-block,
    .template-find-review-my-job .top-bar-steps .main-block {
        padding-top: 65px;
        padding-bottom: 12px;
    }

    .review-my-job-section .bottom-button .btn-light {
        display: none;
    }

    .review-my-job-section .profile-details .back-talent-top {
        display: block;
        margin-left: 16px;
    }

    .drp-talent-list,
    .job-type,
    .job-drp-select {
        margin-bottom: 15px;
    }

    .main-footer {
        padding: 50px 0 20px;
        min-height: unset;
    }

    .main-footer .nav {
        padding: 40px 0 60px;
    }

    .why-toocan-section .top {
        left: calc(100% - 43%);
    }

    .share-section .top .content-body {
        display: none;
    }

    .news-section .news-card .thum_img,
    .all-news-section .thum_img {
        height: auto;
    }

    .find-section .img-block,
    .share-section .img-block {
        padding: 0;
    }

    .search-job-section .search-card .card-body .user-details {
        flex-direction: row;
    }

    .slick-slider {
        margin-bottom: 0px;
    }
}

@media (max-width: 700px){
    .about-content .float-img-two {
        right: 2%;
    }
}

@media (max-width: 625px) {
    .find-banner-section .img-block .first-img {
        right: 26%;
        height: 42px;
    }

    .share-banner-section .img-block .second-img {
        right: 26%;
        height: 42px;
    }

    .search-talent-section .talent-card .card-img {
        width: 170px;
        height: 100%;
    }
}

@media (max-width: 605px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .home-banner-section .content-body .content p {
        font-size: 16.5px;
    }

    .why-toocan-section .top {
        right: 0%;
    }

    .why-toocan-section .bottom {
        bottom: 17%;
        left: 14%;
    }

    .tag {
        font-size: 7px;
    }

    h3 {
        font-size: 27.75px;
        line-height: 36px;
    }

    .why-toocan-section .content-box .body p {
        margin-bottom: 35px;
    }

    .why-toocan-section .content-box .top-heading {
        margin-bottom: 0px;
        letter-spacing: 1.17px;
    }

    .find-section,
    .news-section {
        padding: 50px 0;
    }

    .home-banner-section .heaedr span img,
    .find-section .heading span img,
    .share-section .heading span img,
    .share-section .content-box .heading svg {
        height: 45px;
        width: 45px;
    }

    .find-section .content-box .top-heading p,
    .share-section .content-box .top-heading p {
        font-size: 7px;
        letter-spacing: 1.17px;
    }

    /* .find-section .heading h3,
    .share-section .heading h3 {
        font-size: 37.5px;
        line-height: 46px;
    } */

    .find-section .body p,
    .share-section .body p {
        margin: 30px 0 40px;
    }

    .find-section .content-box {
        padding: 0 0 60px;
    }

    .find-section .hovertag.top {
        bottom: 15%;
        right: 20%;
    }

    .share-section .top {
        right: 1%;
    }

    .share-section .bottom {
        bottom: 12%;
        left: 13%;
    }

    .news-section .main-heading {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 37.5px;
        line-height: 46px;
    }

    .fun-section .content-box .heading {
        max-width: 230px;
    }

    .search-job-section .search-card {
        background: rgba(250, 247, 248, 0.5);
        border: 0.8px solid rgba(250, 247, 248, 0.5);
    }

    .home-banner-section .content-body .content {
        max-width: 278px;
    }

    .search-talent-section .talent-card {
        height: 100%;
        margin-bottom: 0px;
    }

    .talent-col {
        margin-bottom: 20px;
    }

    .search-talent-section .talent-card .card-img {
        width: 100px;
        height: auto;
    }

    .search-talent-section .talent-card .card-img img {
        width: 100%;
        max-height: 100%;
        height: 100%;
        object-fit: cover;
    }

    .requested-tag {
        left: 7px;
    }

    .search-talent-section .talent-card .card-body .tags-talent {
        gap: 5px;
    }

    .search-talent-section .talent-card .card-body {
        padding: 0.65rem;
    }

    .request-details .sent-message .request-message {
        max-width: 230px;
    }

    .job-listing-panel {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .about-content .float-img-three {
        left: 40%;
    } */

    .mission-content,
    .last-content {
        padding: 50px 40px;
    }

    .all-news-section .thum_img {
        height: 256px;
    }

    .review-my-job-section {
        padding: 10px 0 40px;
    }

    .review-my-job-section .job-listing-panel,
    .review-my-job-section .profile-details {
        padding: 0 7.5px 30px;
    }
}

@media (max-width: 575px) {
    .how-works-section .icon-box .info {
        max-width: 267px;
    }

    .search-card .card-img img {
        max-height: 100%;
    }

    .accordian-section p {
        max-width: 100%;
    }

    .why-toocan-section .content-box {
        padding: 50px 30px;
        max-width: 100%;
    }

    .find-section .body p,
    .share-section .body p {
        max-width: 285px;
    }

    .job-listing-panel .profile-details .user-preview .user-details .user-info {
        max-width: 100%;
    }

    .about-banner .title br {
        display: none;
    }

    .main-footer .footer-social,
    .menu-footer2-container .nav {
        padding-left: 20px;
        justify-content: end;
    }

    .menu-footer2-container .nav a {
        color: #D5D5D5;
    }

    .find-section .content-box,
    .share-section .content-box {
        margin-left: 15px;
    }

    .share-section {
        padding: 0 0 50px 0;
    }

    .review-heading .heading {
        margin-top: 15px;
    }

    .find-section .heading h3,
    .share-section .heading h3,
    .why-toocan-section .content-box .heading h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 375px) {
    .about-content {
        padding-right: 5em;
    }

    .about-content .float-img-one {
        right: 15%;
        top: 15%;
    }

    .about-content .float-img-two {
        bottom: 38%;
    }

    /* .about-content .float-img-three {
        left: 35%;
        bottom: 10%;
    } */

    .mission-content,
    .last-content {
        padding: 50px 35px;
    }
}