* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    text-decoration: none;
    transition: 1s ease-out;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
.form-control:focus,
.form-control:focus-visible,
select:focus,
select:focus-visible {
    outline: none;
    box-shadow: none;
}

.login-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.login-sec .image-area {
    width: 50%;
    padding: 30px 40px;
    background: #3C1FA7;
    height: 100vh;
}

.login-sec .form-area {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: auto;
}

.login-sec .form-area .form {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
}

.login-sec .image-box {
    width: 100%;
    height: calc(100% - 90px);
}

.login-sec .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-sec .site-logo {
    margin-bottom: 25px;
}

.site-logo a {
    display: inline-block;
    max-width: 124px;
    width: 100%;
}

.login-sec .site-logo a img {
    width: 100%;
    height: 100%;
    filter: brightness(100);
}

.login-sec a.skip-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
    display: inline-flex;
    color: #000;
    align-items: center;
    gap: 8px;
}

.login-sec a.skip-btn i {
    font-size: 12px;
}

.login-sec h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 50px;
    color: #1E1E1E;
}

.label-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(30 30 30 / 70%);
    margin-bottom: 10px;
    display: block;
}

.label-text span {
    color: #DB2835;
}

.form-group {
    margin-bottom: 20px;
}

input.form-control,
textarea.form-control {
    border: 1px solid #E4E5E8;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
}

.form-control:focus,
.form-control:focus-visible {
    border-color: #1e1e1e;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: rgba(30, 30, 30, 50%);
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    color: rgba(30, 30, 30, 50%);
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: rgba(30, 30, 30, 50%);
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: rgba(30, 30, 30, 50%);
}

a.forgot-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    text-align: right;
    margin: 5px 0 30px;
    color: #DB2835;
}

a.forgot-btn:hover,
.login-sec p a.form-link:hover,
.login-sec a.skip-btn:hover,
.right-bar a.form-link:hover,
.label-text a:hover,
.step2 p a:hover {
    text-decoration: underline;
}

button.form-btn,
button.step-btn {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    border-radius: 30px;
    background: #3C1FA7;
    border: 1px solid #3C1FA7;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 0 30px;
}

button.form-btn:hover,
button.step-btn:hover {
    color: #3C1FA7;
    background: #fff;
}

.login-sec p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000CC;
    margin: 0;
}

.login-sec p a.form-link,
.right-bar a.form-link,
.step2 p a {
    color: #3C1FA7;
    font-weight: 600;
}

a.login-btns {
    width: 100%;
    display: inline-flex;
    border: 1px solid #E4E5E8;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1E1E1E;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

a.login-btns:hover {
    border-color: #363636;
}

.login-with {
    border-top: 1px solid #00000033;
    padding: 30px 0 0;
    margin-top: 60px;
}

select.select-box {
    border: 1px solid #E4E5E8;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1E80;
    width: 100%;
    border-radius: 5px;
}

/*--- profile header css start---*/
.header-layout {
    border-bottom: 1px solid #E8E6EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    flex-wrap: wrap;
    gap: 15px;
}


.site-logo a img {
    width: 100%;
    height: 100%;
}

.header-layout ul.right-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.header-layout ul.right-bar p {
    margin: 0;
}

a.help-btn {
    border: 1px solid #3C1FA7;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 30px;
    color: #3C1FA7;
}

a.help-btn:hover,
a.back-btn:hover {
    background: #3C1FA7;
    color: #fff;
}

/*--- profile header css end ---*/

/*--- step form css start ---*/
.profile-form,
.post-task,
.my-task,
.profile {
    height: calc(100% - 88px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0;
}

.step-form,
.profile-card {
    width: 100%;
    max-width: 1015px;
    min-height: 728px;
    border-radius: 10px;
    margin: 0 auto;
    background: #F8F8F8;
    padding: 40px 80px;
    position: relative;
}

a.back-btn {
    box-shadow: 0px 4px 7px 0px #0000000D;
    background: #fff;
    width: 37px;
    height: 37px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 59px;
    left: 80px;
    transform: translateY(-50%);
    z-index:9;
}

a.back-btn i {
    font-size: 18px;
    color: #000;
    transition: 1s ease-out;
}

a.back-btn:hover i {
    color: #fff;
}

.step-form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 40px;
    position: relative;
}

label.check-label {
    width: 100%;
    min-height: 151px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
}

label.check-label::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    opacity: 0;
}

label.first-card {
    background: #3C1FA7;
    color: #fff;
}

label.money-card {
    background: #E3E47C;
    color: #1E1E1E;
}

.checkbox-group {
    position: relative;
}

.checkbox-group input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.checkbox-group input[type="radio"]:checked+label.check-label::after {
    opacity: 1;
}

.agree-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(30, 30, 30, 70%);
    position: relative;
}

.agree-label a {
    color: #3C1FA7;
}

.agree-label::after {
    content: " ";
    position: absolute;
    top: -1px;
    left: -35px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #E4E5E8;
    background: #fff;
}

.agree-label::before {
    content: " ";
    z-index: 9;
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: -25px;
    top: 5px;
    opacity: 0;
}

input#checkAgree {
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    margin-right: 10px;
    opacity: 0;
}

input#checkAgree:checked+.agree-label::after {
    background: #3C1FA7;
}

input#checkAgree:checked+.agree-label::before {
    opacity: 1;
}

.step-form button.step-btn {
    width: 100%;
    max-width: 248px;
    margin: 30px auto 0;
    display: block;
    border-radius: 5px;
}

.step-form .inputs {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 358px;
    margin: 20px auto 30px;
}

.step-form .inputs input.form-control {
    text-align: center;
}

.step2 p,
.step2 label.label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(30 30 30 / 70%);
}

.step2 p {
    display: inline-block;
}

/*--- step form css end ---*/

/*--- header css start ---*/


.main-header .header-layout {
    border: 0;
}

.site-header .header-layout a.nav-link {
    padding: 0 15px;
    color: #1E1E1E;
    transition: 1s ease-out;
}

.header-layout a.nav-link:hover {
    color: #3C1FA7;
}

.header-layout ul {
    align-items: center;
}

.header-layout a.nav-link.nav-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: #FF5D64;
    padding: 12px 16px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #FF5D64;
}

.header-layout .nav-link.nav-btn:hover,
.btn-primary:hover,
.btn-blue:hover {
    background: #fff;
    border-color: #3C1FA7;
    color: #3C1FA7
}

/*--- header css end ---*/

.banner-sec {
    padding: 50px 0 60px;
    background: url(/assets/images/bg.png) no-repeat center;
    background-size: 100% 100%;
}

.banner-sec .img-card img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.banner-sec .img-card {
    width: 100%;
    max-width: 496px;
    width: 100%;
    position: relative;
}

.banner-sec .img-card:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    background: #E3E47C;
    right: -10px;
    width: 90%;
    height: 30px;
}

.banner-sec h1,
.cta-cont h2,
.calculator-banner h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    color: #3C1FA7;
    width: 100%;
    max-width: 330px;
    margin-bottom: 15px;
}

.banner-sec p,
.cta-cont p,
.calculator-banner p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    max-width: 340px;
    color: #3C1FA7;
    margin-bottom: 40px;
}

.btns {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 31px;
    border-radius: 5px;
    display: inline-block;
}

.btn-primary {
    background: #FF5D64;
    color: #fff;
    border: 1px solid #FF5D64;
}

.btn-secondary {
    background: #E3E47C;
    color: #1E1E1E;
    border: 1px solid #E3E47C;
}

.how-work {
    padding: 80px 0;
    text-align: center;
}

.how-work h2.title {
    margin-bottom: 50px;
}

h2.title {
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
}

.how-work span {
    width: 65px;
    height: 65px;
    display: flex;
    margin: 0 auto 19px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    background: #3C1FA7;
    color: #fff;
    border-radius: 100%;
}

.how-work span.green-bg {
    background: #E3E47C;
    color: #1E1E1E;
}

.how-work h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 8px 0;
}

.how-work p {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
}

p {
    color: rgba(30, 30, 30, 70%);
}

.cta-cont {
    padding: 40px 40px 40px 60px;
    background: url(/assets/images/bg2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 40px;
}

.cta-cont h2 {
    color: #fff;
    line-height: 81px;
}

.cta-cont p {
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
}

.cta-cont .cta-img img {
    width: 100%;
    height: 100%;
}

.btn-secondary:hover {
    background: #fff;
}

.work-sec {
    padding: 60px 0;
    text-align: center;
}

.work-sec h2.title {
    margin-bottom: 40px;
}

.task-card {
    text-align: left;
    border: 1px solid #E8E6EA;
    padding: 12px 15px;
    border-radius: 5px;
    display: block;
    background: #fff;
}

.task-card h3 {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    color: #1E1E1E;
    letter-spacing: 0;
    align-items: baseline;
    margin-bottom: 10px;
}

.task-card h3 span {
    background: #FFEBEC;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 2px 17px;
    color: #FF5D64;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 22px;
}

.task-card h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #3C1FA7;
    margin-bottom: 10px;
}

.task-card ul {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(22, 1, 44, 0.102);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.task-card ul li,
.other-det ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 8px;
}

.task-card ul li i,
.other-det ul li i {
    color: #3C1FA7;
    font-size: 17px;
}

.task-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.name-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1E;
}

.name-box img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    object-fit: cover;
}

.right-img img {
    width: 100%;
    height: 100%;
}

.task-sec {
    background: url(/assets/images/bg3.jpg) no-repeat center;
    background-size: cover;
}

.btn-blue {
    background: #3C1FA7;
    color: #fff;
    border: 1px solid #3C1FA7;
}

.task-sec h2.title {
    margin-bottom: 24px;
}

.task-sec p {
    width: 100%;
    max-width: 400px;
    color: #1E1E1E;
    margin: 0 0 50px 0;
}

.cont-app {
    background: #3C1FA7;
    border-radius: 40px;
    padding: 60px 0;
}

.app-sec {
    padding: 210px 0 100px;
}

.cont-app h2.title {
    color: #fff;
}

.cont-app p {
    width: 100%;
    max-width: 540px;
    color: #fff;
    margin: 0 0 30px 0;
}

.cont-app ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cont-app ul li a {
    display: inline-block;
}

.cont-app ul li a img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.app-img {
    width: 100%;
    height: 100%;
    margin-top: -220px;
    position: relative;
}

.app-img::after {
    content: " ";
    position: absolute;
    top: 54px;
    left: -90px;
    background: url(/assets/images/left-bg.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: 0;
}

.app-img img {
    width: 100%;
    height: 100%;
    max-width: 423px;
    position: relative;
    z-index: 9;
}

.inner-banner {
    background: url(/assets/images/bg3.jpg) no-repeat center;
    padding: 50px 0 40px;
    background-size: 100% 100%;
}

.inner-banner h1 {
    width: 100%;
    max-width: 460px;
}

.inner-banner p {
    width: 100%;
    max-width: 500px;
}

.inner-banner .img-card {
    width: 100%;
    max-width: 100%;
}

.inner-banner .img-card::after {
    display: none;
}

.inner-work {
    background: #F8F8F8;
    padding: 50px 0;
}

.why-join,
.browse-task {
    padding: 70px 0;
}

.why-join h4 {
    color: #3C1FA7;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.why-join .card {
    box-shadow: 0px 20px 25px -5px #0000001A;
    border: 0;
    padding: 30px;
    border-radius: 16px;
}

.why-join .cont-box {
    width: 100%;
    max-width: 485px;
    margin-left: auto;
}

.why-join .col-md-6:first-child .card {
    margin-bottom: 24px;
}

.why-join .cont-box p {
    margin-bottom: 40px;
}

.why-join .card p {
    margin: 0;
}

.browse-task p {
    width: 100%;
    margin-bottom: 40px;
    max-width: 547px;
}

.browse-task .img-box img {
    max-width: 493px;
    margin-left: auto;
}

.browse-task .img-box {
    text-align: right;
}

.task-card .task-card {
    margin-bottom: 20px;
}

.filters {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.search-form {
    width: 100%;
    padding-right: 40px;
    border-right: 1px solid #E8E6EA;
    margin-right: 40px;
    max-width: 427px;
}

.search-form input.form-control {
    padding-left: 70px;
}

.search-form .form-group {
    position: relative;
    margin: 0;
}

.search-form .form-group button {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    border: 0;
}

.dropdown-btn {
    border: 1px solid #E4E5E8;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

.dropdown-btn::after {
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    margin: 0 0 0 8px
}

.dropdown-menu {
    border: 1px solid #E4E5E8;
    border-radius: 10px;
    padding: 20px 15px;
}

.dropdown-menu li .form-group {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.dropdown-menu li .form-group input {
    opacity: 0;
    position: relative;
    z-index: 99;
}

.dropdown-menu li label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.dropdown-menu li label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #3C1FA7;
    border-radius: 100%;
}

.dropdown-menu li label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #3C1FA7;
    border-radius: 100%;
    opacity: 0;
}

.dropdown-menu li {
    margin-bottom: 15px;
}

.dropdown-menu li:last-child {
    margin: 0;
}

.dropdown-menu li input[type="radio"]:checked+label::before {
    opacity: 1;
}

.category-dropdown .dropdown-menu {
    width: 840px;
    height: auto;
    padding: 40px 20px 30px;
    border: 1px solid #E4E5E8;
    border-radius: 10px;
}

button.sort-btn {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    border: 0;
    background: transparent;
}

.category-dropdown .btn-group {
    width: 100%;
    border-bottom: 1px solid #E8E6EA;
    margin-bottom: 30px;
    padding-bottom: 20px;
    gap: 40px;
}

.category-dropdown .dropdown-menu ul {
    column-count: 3;
}

.category-dropdown .dropdown-menu ul li {
    margin-bottom: 20px;
}

.dropdown-menu li {
    color: rgba(30, 30, 30, 0.698);
    font-size: 14px;
}

.dropdown-menu li:hover {
    color: #3C1FA7;
}

.range-slider {
    width: 100%;
    margin: 10px auto 15px;
    position: relative;
}

#range {
    -webkit-appearance: none;
    width: 100%;
}

#range:focus {
    outline: none;
}

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #3C1FA7 var(--range-progress), #F2F2F2 var(--range-progress));
    border-radius: 30px;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #3C1FA7;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 22px;
    width: 22px;
    transform: translateY(calc(-50% + 5px));
}

#tooltip {
    position: absolute;
    bottom: -16px;
}

#tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    color: #3C1FA7;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.range-distance span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1E1E1EB2;
}

.range-type span {
    font-weight: 600;
    color: #1E1E1E;
}

.range-distance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-dropdown .dropdown-menu {
    width: 380px;
}

.task-cards {
    height: 1200px;
    overflow: auto;
}

.task-cards::-webkit-scrollbar,
#offerModal .modal-body .step-1::-webkit-scrollbar {
    width: 0;
}

.task-cards .task-card {
    margin-bottom: 20px;
}

.map-layout {
    width: 100%;
    height: 100%;
}

.task-browse {
    padding: 0 0 70px 0;
}

.detail-card {
    border: 1px solid #E8E6EA;
    padding: 20px;
    border-radius: 5px;
    display: block;
    height: 100%;
}

.detail-card h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.detail-card h2 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    background: #EFEBFF;
    color: #3C1FA7;
    padding: 4px 30px;
    border-radius: 50px;
}

.detail-card h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: rgb(30 30 30 / 70%);
}

.detail-card h5.price {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    color: #3C1FA7;
}

.detail-card h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.detail-card p {
    font-size: 14px;
    line-height: 21px;
    color: #1E1E1E;
    margin-bottom: 24px;
}

button.btn-secondary {
    margin-right: 20px;
}

.border-t {
    border-top: 1px solid #E4E5E8;
    padding: 25px 0 0 0;
    margin-top: 38px;
}

.other-det ul li {
    margin-top: 10px;
}

.other-det ul li i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.post-by .name-box {
    font-size: 16px;
}

.post-by .name-box img {
    width: 32px;
    height: 32px;
}

.task-req {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pro-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 60px;
}

.pro-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pro-img h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.task-req {
    margin-bottom: 20px;
}

.task-req .cont {
    width: 100%;
}

.task-req .cont p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #1E1E1E;
}

.task-req h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.task-req h3 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.task-req .cont ul {
    display: flex;
    align-items: center;
}

.task-req .cont li {
    line-height: 18px;
}

.task-req .cont ul li i {
    color: #FFC107;
    font-size: 14px;
}

.upload-img input {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.upload-img {
    border: 1px solid #E4E5E8;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 166px;
    gap: 15px;
    position: relative;
    background: #fff;
}

.upload-img p {
    margin: 0;
}

#offerModal .modal-dialog {
    max-width: 662px;
}

#offerModal .modal-header {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
}

#offerModal .modal-header h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    color: rgb(30 30 30 / 70%);
    margin-bottom: 8px;
}

#offerModal p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#offerModal .modal-content {
    border-radius: 0;
    padding: 30px;
}

#offerModal .modal-body {
    padding: 0;
}

#offerModal .modal-body .step-1 {
    height: 650px;
    overflow: auto;
}


#offerModal button.btn-close {
    position: absolute;
    top: 14px;
    right: 22px;
    padding: 0;
    border: 0;
    background: none;
    opacity: 1;
}

#offerModal button.btns {
    width: 100%;
}

.post-task .step-form {
    min-height: auto;
}

.post-task .step-form .row {
    max-width: 450px;
    margin: 0 auto;
}

.tag-box {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.tag-box .tag {
    padding: 6px 23px;
    background: #fff;
    min-width: 135px;
    display: inline-table;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0E0E0E;
}

.tag-box .instant-tag {
    background: #FF5D64;
    color: #fff;
}

.post-task .step-form .step-2 .row {
    max-width: 560px;
    margin: 0 auto;
}

.select-loca {
    display: flex;
    align-items: center;
    gap: 30px;
}

.loca-box {
    position: relative;
}

.loca-box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.loca-box input[type="radio"]:checked+label {
    background: #3C1FA7;
    color: #fff;
    border-color: #3C1FA7;
}

.loca-box input[type="radio"]:checked+label span {
    color: #fff;
}

.loca-box input[type="radio"]:checked+label img {
    filter: brightness(100);
}

.loca-box label {
    border: 1px solid #E4E5E8;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 151px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 17px;
    max-width: 261px;
}

.loca-box label img {
    display: block;
    margin-bottom: 8px;
}

.loca-box label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(30 30 30 / 70%);
    margin-top: 5px;
}

.post-task .step-form .upload-img .icon-img {
    width: 20px;
    height: 20px;
}

.post-task .step-form .upload-img .icon-img img {
    width: 100%;
    height: 100%;
}


.post-task .step-form .form-group h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: rgba(30, 30, 30, 0.698);
}

.post-task .step-form .form-group h3 span {
    color: #DB2835;
}

h2.sub-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    margin-bottom: 44px;
}

.task-tab ul.nav-pills {
    justify-content: space-between;
    border-bottom: 1px solid #E4E5E8;
    max-width: 447px;
    margin: 0 auto 50px;
}

.task-tab ul.nav-pills .nav-link {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: rgb(30 30 30 / 70%);
}

.task-tab ul.nav-pills .nav-link.active,
.task-tab ul.nav-pills .nav-link:hover {
    color: #3C1FA7;
    border-color: #3C1FA7;
}

.tab-content {
    background: #F8F8F8;
    max-width: 886px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 40px 30px 50px;
}

h3.heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h3.heading span {
    background: #FFEBEC;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 2px 17px;
    color: #FF5D64;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 22px;
}

ul.detail-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

ul.detail-list li p {
    margin: 0;
}

ul.detail-list li p span {
    color: #000;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.btn-group {
    gap: 30px;
}

.btn-group .btns {
    margin: 0;
}

.offer-list {
    padding: 20px 0 0;
    border-top: 1px solid #E4E5E8;
    margin-top: 20px;
}

.btns.filter-btn {
    border: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.offer-layout .task-req {
    margin: 0;
}

.offer-layout {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #E4E5E8;
    padding-bottom: 20px;
}

.offer-layout:last-child {
    padding: 0;
    border: 0;
}

.offer-layout .btns {
    padding: 8px 16px;
}

.offer-layout .btn-group {
    gap: 10px;
}

.reject-btn {
    border: 1px solid #DB2835;
    color: #DB2835;
    background: transparent;
}

.reject-btn:hover {
    color: #fff;
    background: #DB2835;
}

.offering {
    text-align: center;
}

.offering span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(30 30 30 / 70%);
    margin-bottom: 10px;
}

.offering p.price {
    margin: 3px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #3C1FA7;
}

.offering p.price span {
    font-weight: 600;
    color: #3C1FA7;
}

.add-review h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.add-review textarea.form-control {
    background: transparent;
    margin: 20px 0;
}

.add-review .btns {
    padding: 8px 16px;
}

.tab-content .btns.btn-blue:hover,
.tab-content .btns.btn-secondary:hover {
    background: transparent;
}

.add-review .btns.btn-outline {
    border: 1px solid #3C1FA7;
    color: #3C1FA7;
}

.add-review .btns.btn-outline:hover {
    background: #3C1FA7;
    color: #fff;
}

.add-review .btn-group {
    gap: 15px;
}

.tab-content .task-card ul,
.tab-content .task-card h5.price,
.tab-content .task-card h3 {
    border: 0;
    max-width: 330px;
    padding: 0;
}

.tab-content .by-post {
    border-top: 1px solid #16012C1A;
    padding-top: 12px;
}

.tab-content .card-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
}

.tab-content .card-head p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3C1FA7;
}

#applied .task-card {
    margin-bottom: 30px;
}

.profile-card {
    min-height: auto;
    text-align: center;
}

.profile-card a.back-btn {
    top: 30px;
    left: 38px;
    transform: translate(0);
}

.profile-pic {
    width: 154px;
    height: 154px;
    margin: 0 auto 40px;
    border-radius: 100%;
    position: relative;
}

.profile-pic .pic img.avatar {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.profile-pic input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 100%;
}

.profile-card .row {
    width: 100%;
    max-width: 463px;
    margin: 0 auto 20px;
}

.profile-card .data p {
    margin: 0;
    text-align: left;
}

.profile-card .data {
    margin-bottom: 20px;
}

.profile-card .data p:nth-child(2) {
    color: #000;
    font-weight: 500;
}

.profile-card .btns {
    width: 100%;
    max-width: 216px;
}

.form-profile .row {
    max-width: 100%;
}

.form-profile .label-text {
    text-align: left;
}

a.change-pass {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 15px;
    display: inline-block;
    color: #3C1FA7;
}

ul.skill-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 11px;
}

ul.skill-list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #1E1E1E;
    padding: 6px 15px;
    background: #fff;
    border-radius: 50px;
}

.about-banner h1 {
    max-width: 430px;
    line-height: 69px;
    margin-bottom: 20px;
}

.about-banner p {
    margin: 0;
    max-width: 460px;
}

.about-banner .img-card {
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}

.about-banner .img-card::after {
    display: none;
}

.our-vision {
    padding: 80px 0;
}

.our-vision .img-box img {
    width: 100%;
    height: 100%;
    max-width: 467px;
    border-radius: 20px;
    overflow: hidden;
}

.contact-us h2.title,
.contact-us p,
.faq-sec h2.title,
.faq-sec p {
    text-align: center;
}

.contact-us {
    padding: 40px 0 100px;
}

.contact-form {
    background: #F8F8F8;
    border: 1px solid #E4E5E8;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
}

.contact-info {
    background: url(/assets/images/bg5.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    padding: 40px;
    border-radius: 10px;
}

.contact-info h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}

.contact-info p {
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.form-area {
    padding: 50px;
}

.contact-info ul {
    margin-top: 100px;
}

.contact-info ul li {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.contact-info ul li p {
    max-width: 300px;
}

.accordion .accordion-item {
    border: 1px solid #E4E5E8 !important;
    border-radius: 16px !important;
    padding: 40px 32px;
}

.accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 50px;
}

.accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    color: #1E1E1E;
    justify-content: space-between;
}

.accordion .accordion-button.collapsed .icon {
    background: #F8F8F8;
    width: 41px;
    height: 41px;
    border-radius: 8px;
    position: relative;
}

.accordion .accordion-button .icon::before {
    content: " ";
    width: 18px;
    height: 2px;
    border: 0.3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion .accordion-button.collapsed .icon::before {
    content: " ";
    width: 18px;
    height: 2px;
    border: 0.3px;
    background: #3C1FA7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion .accordion-button.collapsed .icon::after {
    content: " ";
    width: 2px;
    height: 18px;
    border: 0.3px;
    background: #3C1FA7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion .accordion-button .icon {
    width: 41px;
    height: 41px;
    border-radius: 8px;
    background: #3C1FA7;
    position: relative;
    transition: 1s ease-out
}

.accordion .accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 26px 0 0 0;
}

.accordion-body p {
    margin: 0;
    text-align: left;
}

.accordion .accordion-button:focus,
.accordion-button:not(.collapsed) {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background: transparent;
}

section.faq-sec {
    padding-bottom: 80px;
}

.calculator-banner h2 {
    max-width: 500px;
}

.calculator-banner p {
    max-width: 500px;
    margin: 0;
}

.calculator-banner h2 {
    max-width: 500px;
}

.calculator-banner p {
    max-width: 500px;
}

.calculator-form {
    background: #3C1FA7;
    padding: 50px 30px 40px;
    border-radius: 20px;
    min-height: 448px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-form h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    color: #fff;
    margin-bottom: 30px;
}

.calculator-form label {
    color: rgba(255, 255, 255, 70%);
}

.calculator-form .btn-secondary {
    margin-top: 20px;
}

.browse-task.inner-task {
    background: #F8F8F8;
    padding: 40px 0;
}

.calculator-form h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: rgb(255 255 255 / 80%);
    text-align: center;
}

.calculator-form h4 span {
    display: block;
}

.calculator-form .step-2 button.btn-secondary {
    margin: 30px 0 0;
    max-width: 349px;
}

.calculator-form .step-2 .price {
    font-size: 56px;
    font-weight: 700;
    line-height: 84px;
    color: #fff;
    margin: 20px 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.task-profile .profile-pic {
    margin: 0 0 14px 0;
    width: 137px;
    height: 137px;
    border-radius: 20px;
    overflow: hidden;
}

.task-profile .profile-pic img {
    width: 100%;
    height: 100%;
}

.task-profile h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.task-profile p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.task-profile h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-cont,
.skills {
    border-bottom: 1px solid #E4E5E8;
    border-top: 1px solid #E4E5E8;
    margin: 30px 0;
    padding: 30px 0;
}

.about-cont p {
    margin: 0;
}

.review-box {
    margin-top: 30px;
}

.review-box h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #1E1E1E;
}

.review-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.review-box {
    margin-top: 30px;
}

.skills ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.skills ul li {
    background: #F5F7FD;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0E0E0E;
    padding: 6px 24px;
    border-radius: 50px;
}

.review-box h4 img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #00000033;
}

.review-cont ul li i {
    color: #FFC107;
}

.review-cont ul li {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(30 30 30 / 70%);
}

.review-cont ul li span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1E1E1E;
    display: block;
    margin-top: 3px;
}

.review-cont h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(30 30 30 / 70%);
}

.review-cont .poster-review li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.review-cont .poster-review li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.review-cont .col-md-2 {
    border-right: 1px solid #E4E5E8;
}

/*--- footer css start ---*/
.site-footer {
    background: #3C1FA7;
    padding: 58px 0 20px;
}

.footer-logo {
    max-width: 124px;
    margin-bottom: 20px;
    width: 100%;
}

.footer-logo img {
    filter: brightness(100);
    width: 100%;
    height: 100%;
}

.site-footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    max-width: 220px;
    width: 100%;
}

.site-footer h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.site-footer a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.site-footer a:hover {
    opacity: 0.6;
}

.site-footer .app-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer .app-link img {
    width: 100%;
    height: 30px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom ul li,
.footer-bottom ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    color: #fff;
    margin: 0;
}

.footer-bottom ul.social-link {
    justify-content: end;
}

.site-footer .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    flex-wrap: wrap;
}

.site-footer .form-group input.form-control {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
    font-size: 14px;
    width: 250px;
    border-radius: 50px;
    padding: 10px 16px;
}

button.subscribe-btn {
    background: #E3E47C;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    padding: 14px 19px;
    color: #1E1E1E;
    border-radius: 50px;
    border: 1px solid #E3E47C;
}

.site-footer input.form-control::-webkit-input-placeholder {
    color: #fff;
}

.site-footer input.form-control::-moz-placeholder {
    color: #fff;
}

.site-footer input.form-control:-ms-input-placeholder {
    color: #fff;
}

.site-footer input.form-control:-moz-placeholder {
    color: #fff;
}

.sub-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.sub-checkbox input[type="checkbox"] {
    position: relative;
    z-index: 99;
    opacity: 0;
}

.sub-checkbox label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.sub-checkbox label:after {
    position: absolute;
    border: 1px solid #fff;
    content: " ";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    top: 1px;
    left: 0;
}

.sub-checkbox label::before {
    content: " ";
    z-index: 9;
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 6px;
    top: 4px;
    opacity: 0;
}

.sub-checkbox input[type="checkbox"]:checked+label::before {
    opacity: 1;
}

/*--- footer css end ---*/
@media only screen and (max-width: 1366px) {
    .site-logo a {
        max-width: 84px;
    }

    .login-sec a.skip-btn,
    .login-sec h2 {
        margin-bottom: 30px;
    }

    header .navbar-toggler {
        padding: 0;
        border: 0;
    }

    header .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .banner-sec h1,
    .cta-cont h2,
    .calculator-banner h2 {
        font-size: 42px;
        line-height: 48px;
    }

    h2.title {
        font-size: 40px;
        line-height: 56px;
    }

    .cont-app {
        padding: 30px 20px 30px 0;
    }
}

@media only screen and (max-width: 991px) {
    header {
        position: relative;
    }

    header .navbar-toggler {
        padding: 0;
        border: 0;
    }

    header .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    nav.navbar.navbar-expand-lg {
        position: static;
    }

    #navbarNav {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 30px 20px;
        z-index: 999;
    }

    .header-layout ul {
        align-items: flex-start;
        gap: 18px;
    }

    .site-header .header-layout a.nav-link {
        padding: 0;
        color: #1E1E1E;
        transition: 1s ease-out;
    }

    .header-layout a.nav-link.nav-btn {
        font-size: 14px;
        padding: 8px 16px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    li.nav-item {
        width: 100%;
    }

    h2.title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    p {
        font-size: 14px;
    }

    header .navbar-toggler {
        padding: 0;
        border: 0;
    }

    header .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .login-sec .image-area {
        display: none;
    }

    .login-sec .form-area {
        width: 100%;
    }

    .login-sec a.skip-btn,
    .login-sec h2 {
        margin-bottom: 20px;
    }

    .login-sec h2 {
        font-size: 26px;
    }

    .banner-sec {
        padding: 30px 0 40px;
    }

    .banner-sec h1,
    .cta-cont h2,
    .calculator-banner h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .banner-sec p,
    .cta-cont p,
    .calculator-banner p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .btns {
        font-size: 14px;
        padding: 8px 15px;
    }

    .banner-sec .img-card,
    .cta-cont .cta-img img,
    .browse-task .img-box {
        margin-top: 20px;
    }

    .how-work {
        padding: 30px 0;
    }

    .how-work h2.title {
        margin-bottom: 20px;
    }

    h2.title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    p {
        font-size: 14px;
    }

    .work-sec h2.title,
    .task-sec h2.title,
    .task-sec p,
    .browse-task p {
        margin-bottom: 20px;
    }

    .cont-app {
        padding: 40px 20px 40px 0;
    }

    .why-join h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .why-join .card {
        padding: 15px;
    }

    .browse-task .img-box img {
        max-width: 100%;
    }

    .filters {
        padding: 20px 0;
        flex-wrap: wrap;
        gap: 10px 5px;
        justify-content: normal;
    }

    form.search-form {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .dropdown-btn {
        display: block;
    }

    .calculator-form h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .calculator-form {
        padding: 20px;
        min-height: auto;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .label-text {
        margin-bottom: 8px;
    }

    .app-sec {
        padding: 190px 0 60px;
    }

    .step-form,
    .profile-card {
        padding: 30px 50px;
    }

    .task-tab ul.nav-pills {
        flex-wrap: nowrap;
    }

    .profile-form,
    .post-task,
    .my-task,
    .profile {
        padding: 40px 0;
    }

    ul.detail-list li {
        margin-bottom: 15px;
    }

    .step-form,
    .profile-card {
        min-height: auto;
        padding: 40px;
    }

    a.back-btn {
        left: 40px;
    }

    .contact-info {
        padding: 20px;
    }

    .form-area {
        padding: 10px 0;
    }

    .contact-info ul {
        margin-top: 80px;
    }

    .contact-info h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-us {
        padding: 40px 0 50px;
    }

    .accordion {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-top: 30px;
    }

    .accordion .accordion-item {
        padding: 30px 22px;
    }

    section.faq-sec {
        padding-bottom: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .how-work .col-md-3 {
        margin-bottom: 30px;
    }

    .how-work .col-md-3:last-child {
        margin: 0;
    }

    .cta-cont {
        padding: 20px;
    }

    .banner-sec p,
    .cta-cont p,
    .calculator-banner p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .work-sec,
    .task-sec,
    .why-join,
    .browse-task {
        padding: 40px 0;
    }

    .task-card h3,
    .task-profile h3 {
        font-size: 16px;
        line-height: 27px;
    }

    .task-sec p {
        margin: 0 0 20px 0;
    }

    .work-sec h2.title,
    .task-sec h2.title {
        margin-bottom: 20px;
    }

    .right-img {
        margin: 20px 0 0 0 !important;
    }

    .app-sec {
        padding: 180px 0 40px;
    }

    .app-img::after {
        background-size: 100% 70%;
    }

    .cont-app {
        padding: 60px 20px 30px;
    }

    .app-img img {
        left: -20px;
    }

    .footer-logo {
        max-width: 94px;
    }

    .site-footer {
        padding: 38px 0 20px;
    }

    .site-footer .col-md-3,
    .site-footer .col-md-2 {
        margin-bottom: 20px;
    }

    .site-footer .form-group input.form-control {
        width: 100%;
    }

    button.subscribe-btn {
        width: 100%;
    }

    .footer-bottom ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom ul.social-link {
        justify-content: center;
        margin-top: 20px;
    }

    .why-join .cont-box p,
    .browse-task p {
        margin-bottom: 20px;
    }

    .browse-task .img-box img {
        max-width: 100%;
    }

    .why-join h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .why-join .card {
        padding: 20px;
    }

    .detail-card h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    button.btn-secondary {
        margin-right: 2px;
    }

    .border-t {
        padding: 15px 0 0 0;
        margin-top: 25px;
    }

    .filters {
        padding: 20px 0;
        flex-wrap: wrap;
        gap: 10px 5px;
        justify-content: normal;
    }

    form.search-form {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .dropdown-btn {
        display: block;
    }

    .task-browse {
        padding: 0 0 40px 0;
    }

    #offerModal .modal-content {
        border-radius: 0;
        padding: 15px;
    }

    input.form-control,
    textarea.form-control,
    select.select-box {
        padding: 8px 12px;
        font-size: 12px;
    }

    .label-text {
        font-size: 12px;
    }

    .step-form,
    .profile-card {
        min-height: 728px;
        padding: 40px 10px;
    }

    a.back-btn {
        position: relative;
        top: 0;
        left: 0;
    }

    .step-form h2 {
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .profile-form,
    .post-task,
    .my-task,
    .profile {
        padding: 40px 0;
    }

    .profile-card a.back-btn {
        top: 0;
        left: 0;
        transform: translateY(-50%);
    }

    a.change-pass {
        font-size: 14px;
        margin: 20px 0 15px;
    }

    .profile-card .row {
        margin: 0 auto 0;
    }

    h2.sub-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .our-vision {
        padding: 40px 0;
    }

    .our-vision .img-box {
        margin-bottom: 20px;
    }

    .task-cards {
        height: 420px;
    }

    .contact-us {
        padding: 40px 0 50px;
    }

    .contact-form {
        padding: 10px;
        margin-top: 20px;
    }

    .accordion .accordion-button {
        font-size: 16px;
        line-height: 28px;
    }

    .accordion .accordion-item {
        padding: 20px 15px;
    }

    .task-tab ul.nav-pills .nav-link {
        width: 100%;
    }

    .task-tab ul.nav-pills {
        margin: 0 auto 20px;
    }

    .tab-content {
        padding: 20px 15px 30px;
    }

    h3.heading {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .top-bar h4 {
        font-size: 16px;
        margin: 0;
    }

    .offer-layout {
        flex-wrap: wrap;
    }

    .offering {
        text-align: left;
    }

    .tab-content .card-head {
        gap: 5px;
        flex-wrap: wrap;
    }

    .select-loca {
        gap: 10px;
    }

    button.form-btn,
    button.step-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .loca-box label {
        font-size: 16px;
        padding: 10px;
    }

    .loca-box label span {
        font-size: 12px;
        line-height: 18px;
    }

    .header-layout ul.right-bar li:first-child {
        display: none;
    }

    .about-cont,
    .skills {
        margin: 15px 0;
        padding: 15px 0;
    }

    .skills ul li {
        font-size: 12px;
    }

    .task-card {
        margin-bottom: 20px;
    }
}