@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);

.hero-caption h1 span,
.page-heading h1 span {
    font-family: Marydale-bold;
    line-height: 40px;
    letter-spacing: 1px
}

#aboutuspage,
#becomeprovider,
#contactus {
    background-size: cover;
    padding: 113px 0
}

.about-sec.become-provider,
section#earnmoney,
section#faqs,
section#getintouch,
section#latestjobs,
section#services,
section#team {
    padding: 60px 0
}

.about-sec .about-img img,
.job-head .profile img,
.team-member img {
    object-position: center;
    object-fit: cover
}

.msform,
.great-box,
.job-experience h2,
.job-experience p,
.slider-arrow a,
.team-member h4,
.team-member p,
ul.slick-dots {
    text-align: center
}

#progressbar li:after,
#progressbar li:last-of-type:after {
    content: '';
    height: 2px;
    background: #6e676d;
    left: 50%;
    top: 10px;
    z-index: 0
}

@font-face {
    font-family: Marydale;
    src: url('../fonts/MarydaleBold.eot');
    src: url('../fonts/MarydaleBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MarydaleBold.woff2') format('woff2'), url('../fonts/MarydaleBold.woff') format('woff'), url('../fonts/MarydaleBold.ttf') format('truetype'), url('../fonts/MarydaleBold.svg#MarydaleBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Marydale-bold;
    src: url('../fonts/Marydale.eot');
    src: url('../fonts/Marydale.eot?#iefix') format('embedded-opentype'), url('../fonts/Marydale.woff2') format('woff2'), url('../fonts/Marydale.woff') format('woff'), url('../fonts/Marydale.ttf') format('truetype'), url('../fonts/Marydale.svg#Marydale') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --notosans: "Noto Sans", sans-serif;
    --poppins: "Poppins", sans-serif;
    --color-1: #91278F;
    --color-2: #251C25;
    --color-3: #1F2933
}

body {
    font-family: var(--poppins)
}

img {
    max-width: 100%
}

a.navbar-brand img {
    width: 105px
}

.bg-light {
    background-color: #fff !important
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.btn-outline-primary,
.btn-primary {
    border-color: #91278f !important;
    border-radius: 8px;
    font-weight: 700 !important;
    padding: 13.5px 23.2px !important
}

.navbar-light .navbar-nav .nav-link {
    color: #251c25;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    margin: 0 0 0 10px
}

.navbar-light .navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #91278f;
    position: relative
}

.navbar-light .navbar-nav .nav-link.active:after {
    position: absolute;
    background: #91278f;
    height: 3px;
    width: 100%;
    content: '';
    bottom: -18px;
    left: 0
}

.navbar-light .navbar-nav .nav-link:after {
    position: absolute;
    background: #91278f;
    height: 3px;
    width: 0%;
    content: '';
    bottom: -18px;
    left: 0;
    transition: .3s
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #91278f
}

.navbar-light .navbar-nav .nav-link:hover:after {
    position: absolute;
    background: #91278f;
    height: 3px;
    width: 100%;
    content: '';
    bottom: -18px;
    left: 0;
    transition: .3s
}

.btn-outline-primary {
    color: #91278f !important;
    background-color: transparent
}

.btn-outline-primary:hover {
    color: #1c75bc !important;
    background-color: transparent
}

.btn-primary {
    color: #fff !important;
    background-color: #91278f !important
}

* {
    box-shadow: none !important;
    outline: 0 !important
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1c75bc !important;
    border-color: #1c75bc !important
}

.msform fieldset:not(:first-of-type),
.navbar-light .navbar-nav a.nav-link.btn:after {
    display: none
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative
}

.slide:before {
    position: absolute;
    background: rgb(28 117 188 / 60%);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1
}

.about-sec.bg-gray,
section#latestjobs {
    background-color: #f3f2f3
}

.hero-caption {
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, .8);
    border-radius: 16px;
    padding: 50px 30px
}

.hero-caption h1 {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    margin-bottom: 30px
}

.hero-caption h1 span {
    font-size: 56px;
    font-weight: 900;
    color: #91278f
}

.become-provider .about-desc a:hover,
.hero-caption h1 span span {
    color: #1c75bc
}

.hero-caption h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #251c25;
    margin-bottom: 20px
}

.hero-caption p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px
}

.hero-caption a {
    margin-right: 12px
}

button.slick-next,
button.slick-prev {
    font-size: 0;
    border: none;
    background: var(--white);
    height: 52px;
    width: 52px;
    border-radius: 50%;
    position: absolute;
    color: var(--color-1);
    transition: .3s;
    opacity: .6;
    top: 50%;
    transform: translateY(-50%);
    background-size: 24px
}

#aboutuspage,
#becomeprovider,
#contactus,
#experience,
button.slick-next,
button.slick-prev {
    background-repeat: no-repeat;
    background-position: center center
}

#aboutuspage,
#becomeprovider,
#contactus,
#experience,
.msform,
.msform fieldset,
#progressbar li,
#sign-up,
.job-experience,
.page-heading,
ul.slick-dots {
    position: relative
}

button.slick-prev {
    background-image: url(../images/left-arrow.png);
    left: 1.5%
}

button.slick-next {
    background-image: url(../images/right-arrow.png);
    right: 1.5%
}

button.slick-next:hover,
button.slick-prev:hover {
    opacity: 1
}

ul.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: -50px 0 25px;
    z-index: 9
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.msform fieldset h1,
.msform fieldset h2,
.msform fieldset p,
.footer-link ul li {
    margin-bottom: 12px
}

ul.slick-dots li.slick-active button {
    background: #fff;
    border: 2px solid #fff
}

ul.slick-dots li button {
    font-size: 0;
    border: 2px solid #b6b3b6;
    background: 0 0;
    border-radius: 50%;
    height: 15px;
    width: 15px
}

.services-box {
    border-radius: 32px;
    overflow: hidden;
    background: #f3f2f3;
    margin-bottom: 30px
}

.services-box img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    height: 300px;
}

.great-box h3,
.services-box .service-details h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: #251c25
}

.services-box .service-details p {
    height: 60px;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #1f2933;
    margin-bottom: 0;
}

.services-box .service-details a {
    border: 2px solid #91278f;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: #91278f;
    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 8px;
    padding: 12px;
    transition: .3s
}

.services-box .service-details a:hover {
    border: 2px solid #91278f;
    color: #fff;
    background-color: #91278f
}

.service-details {
    padding: 26px
}

.heading-left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px
}

.heading-left h1,
.heading-left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    color: #251c25;
    margin-bottom: 0
}

.heading-left p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #251c25
}

section#makesgreat {
    background: #f3f2f3;
    padding: 60px 0
}

.great-box {
    background: #fff;
    padding: 30px;
    border-radius: 32px;
    margin-bottom: 30px
}

.contactus h2,
.heading-center h1,
.heading-center h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    color: #251c25;
    margin-bottom: 30px
}

.great-box img {
    width: 64px;
    margin-bottom: 20px
}

.great-box p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #1f2933;
    margin-bottom: 0
}

.earn-money-box {
    display: flex;
    align-items: center;
    background: #1c75bc;
    border-radius: 24px;
    overflow: hidden
}

.earn-money-box .poster-img {
    width: 50%
}

.earn-money-box .poster-img img {
    width: 100%
}

.poster-description {
    width: 50%;
    padding: 30px
}

.poster-description h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    color: #fff;
    margin-bottom: 20px
}

.page-heading h4,
.poster-description h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    margin-bottom: 20px
}

.footer-info label,
.footer-link ul li a,
.poster-description a {
    line-height: 27px;
    font-size: 18px
}

.page-heading p,
.poster-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin-bottom: 20px
}

.poster-description a {
    background-color: #fff;
    text-decoration: none;
    font-weight: 700;
    color: #1c75bc;
    display: inline-block;
    padding: 14px 24px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid #fff
}

.poster-description a:hover {
    color: #fff;
    background: #1c75bc;
    border: 2px solid #fff
}

footer {
    background: #251c25;
    padding-top: 80px
}

.become-provider .about-desc ul,
.footer-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px
}

.footer-link ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: .3s
}

.footer-link ul li a:hover {
    padding-left: 10px;
    color: #91278f
}

.footer-info a img {
    width: 180px;
    margin-bottom: 20px;
    max-width: 100%
}

.footer-info label {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: block
}

.footer-info form {
    display: flex;
    gap: 10px;
    align-items: stretch
}

.footer-info form input.form-control {
    border-color: #868186;
    background: 0 0;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.footer-info form button {
    background: #91278f;
    border: none;
    padding: 10px 26px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    height: 56px;
    font-size: 18px;
    transition: .3s;
    text-decoration: none;
    line-height: 34px;
}

.footer-info form button:hover {
    background: #fff;
    color: #91278f
}

.footer-copy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.about-sec .row,
.get-touch {
    align-items: center;
    display: flex
}

.footer-copy ul li a img {
    width: 36px;
    transition: .3s
}

.footer-copy ul li a img:hover {
    opacity: .8
}

.footer-copy p {
    font-family: var(--notosans);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #b6b3b6;
    margin-bottom: 0
}

.job-experience h2,
.job-experience p,
.page-heading h1 {
    margin-bottom: 30px;
    color: #fff
}

.footer-copy {
    margin: 30px 0
}

#aboutuspage {
    background-image: url(../images/about-bg.jpg)
}

#aboutuspage:before,
#becomeprovider:before,
#contactus:before {
    position: absolute;
    background: rgb(0 0 0 / 50%);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1
}

.page-heading {
    z-index: 9;
    color: #fff
}

.page-heading h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px
}

.about-sec .about-desc h2,
.job-experience h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px
}

.page-heading h1 span {
    font-size: 56px;
    font-weight: 900
}

.about-sec {
    padding: 40px 0
}

.about-sec .about-img img {
    height: 340px;
    width: 100%;
    border-radius: 32px
}

.about-sec .about-desc h2 {
    color: #251c25;
    margin-bottom: 20px
}

.about-sec .about-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #251c25;
    margin-bottom: 0
}

#experience {
    background-image: url(../images/experience.jpg);
    background-size: cover;
    padding: 100px 0
}

#experience:before {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.job-experience {
    z-index: 2
}

.job-experience p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

a.btn.btn-white {
    color: #91278f !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 8px;
    font-weight: 700 !important;
    padding: 13.5px 23.2px !important;
    transition: .3s
}

a.btn.btn-white:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}

.team-member img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 16px
}

.team-member h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: #251c25;
    margin-bottom: 8px
}

.become-provider .about-desc ul li,
.team-member p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px
}

.team-member p {
    color: #1f2933
}

.accordion-header button.accordion-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #251c25;
    background-color: #cde9ff
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23251C25'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #b6b3b6
}

section#faqs {
    background-color: #cde9ff
}

.accordion-body {
    padding: 0 1.25rem 1rem;
    background: #cde9ff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #251c25;
}

.get-touch {
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px
}

.get-touch p {
    margin: 0;
    font-size: 18px;
    color: #554e55;
    line-height: 27px;
    font-weight: 400
}

#becomeprovider {
    background-image: url(../images/become-provider.jpg)
}

.about-sec.become-provider .about-img img {
    height: 400px
}

.msform fieldset .btn-primary,
.become-provider .about-desc p {
    margin-bottom: 20px
}

.become-provider .about-desc ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.become-provider .about-desc ul li img,
.job-head .rating img,
.sign-up-info img,
.slider-arrow a img {
    width: 24px
}

.become-provider .about-desc a {
    color: #91278f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    transition: .3s
}

#contactus {
    background-image: url(../images/contact-benner.jpg)
}

.contactus h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #251c25;
    margin-bottom: 30px
}

.contactus p,
.job-desc p,
.login-links p,
section#getintouch form input.form-control,
section#getintouch form textarea.form-control {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400
}

.contactus p,
.login-links p {
    color: #251c25
}

section#getintouch form input.form-control {
    border: 1px solid #868186;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 56px;
    color: #251c25
}

section#getintouch form textarea.form-control {
    border: 1px solid #868186;
    margin-bottom: 20px;
    resize: none;
    color: #251c25;
    padding: 12px;
}

.donejob-box {
    background: #fff;
    border-radius: 24px;
    margin: 0 10px;
    padding: 20px
}

.job-det,
.job-head {
    display: flex;
    margin-bottom: 10px
}

.job-head {
    align-items: center;
    justify-content: space-between
}

.job-det .servicename,
.job-head .profile,
.job-head .rating {
    display: flex;
    align-items: center;
    gap: 10px
}

.job-head .profile img {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.job-head .profile p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: #251c25
}

.job-det .servicename p,
.job-head .rating p {
    font-size: 22px;
    line-height: 33px;
    margin: 0;
    font-weight: 500
}

.job-head .rating p {
    color: #251c25
}

.job-det {
    align-items: flex-start;
    justify-content: space-between
}

.sign-up-info,
.slider-arrow {
    align-items: center;
    display: flex
}

.job-det .servicename img {
    width: 64px
}

.msform fieldset h1,
.msform fieldset h2,
.job-det .price-time h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39.6px
}

.job-det .price-time h3 {
    margin: 0
}

.job-desc p {
    margin: 0;
    color: #1f2933
}

.donejob-slider button.slick-next,
.donejob-slider button.slick-prev {
    opacity: 0 !important;
    display: none !important
}

.slider-arrow {
    gap: 14px
}

.slider-arrow a {
    height: 32px;
    width: 32px;
    background: #fff;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #868186;
    transition: .3s;
    line-height: 28px;
}

.slider-arrow a:hover {
    background: #f3f2f3
}

.msform {
    margin-top: 20px
}

.msform fieldset {
    background: #fff;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 0px
}

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

#progressbar {
    overflow: hidden;
    color: #d3d3d3;
    width: 50%;
    margin: 0px auto 30px auto
}

#progressbar .active {
    color: #673ab7
}

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

#progressbar #account:before,
#progressbar #confirm:before,
#progressbar #payment:before,
#progressbar #personal:before {
    content: "";
    background-image: url(../images/white-check-icon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center
}

#progressbar li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #d3d3d3;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 2px;
    position: relative;
    z-index: 1;
}

#progressbar li:after {
    width: 100%;
    position: absolute
}

#progressbar li:last-of-type:after {
    width: 0%;
    position: absolute
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #198038
}

.signup-logo img {
    width: 160px
}

.msform fieldset p,
.form-card .form-check label {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px
}

.form-card .form-control {
    border-radius: 4px;
    margin-bottom: 12px;
    height: 56px;
    color: #251c25
}

.form-card {
    margin-bottom: 24px
}

.sign-up-info {
    justify-content: center;
    gap: 10px
}

.sign-up-info p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-style: italic;
}

.msform fieldset hr {
    margin: 20px 0
}
.form-control:focus {
    border-color: #86b7fe !important;
}
.login-links p a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #cc57ca;
    text-decoration: none
}

.msform fieldset img.regdone {
    background: #219653;
    border-radius: 50%;
    padding: 20px;
    height: 114px;
    width: 114px;
    margin-bottom: 30px
}

#sign-up {
    min-height: 100vh
}

.close-signup {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 40px;
    height: 50px
}

.form-card .form-check {
    display: flex;
    padding: 10px 0 20px 20%;
    width: 50%;
    float: left;
    gap: 10px;
    align-items: center;
    justify-content: flex-start
}

.msform fieldset p.other-service {
    color: #868186;
    margin-bottom: 16px;
    display: block;
    clear: both
}

.form-card .form-check label {
    color: #251c25
}

.form-check-input {
    height: 24px;
    width: 24px
}

.form-check-input:checked {
    background-color: #91278f;
    border-color: #91278f
}

.success_message,
.success_message1{
    display: none;
}
.error_message,
.error_message1{
    display: none;
}

.msform fieldset img.regnotcomplete {
    background: #d10000;
    border-radius: 50%;
    padding: 20px;
    height: 114px;
    width: 114px;
    margin-bottom: 30px;
}
.login-links p,
.sign-up-info p {
    color: #868186;
}
.all-servicebtn a:nth-of-type(1), #aboutuspage .page-heading a.btn-white, .job-experience a.btn-white {
    margin-right: 12px;
}
div#newsletter p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
div#newsletter img.regnotcomplete {
    background: #219653;
    border-radius: 50%;
    padding: 20px;
    height: 114px;
    width: 114px;
    margin-bottom: 30px;
}
p#subscribeemailError {
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #e74c3c;
}
#newsletter .modal-header {
    border-bottom: 0px solid #dee2e6;
}
div#newsletter .modal-content{
    border-radius: 24px;
}
#newsletter h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39.6px;
}
#aboutuspage .page-heading a.btn {
    margin-bottom: 12px;
}
@media only screen and (max-width:1200px) {
    .btn-outline-primary, .btn-primary {
        padding: 13.5px 13px !important
    }
    .great-box p{
        height: 108px;
    }
}
@media only screen and (max-width:1024px) {
    .services-box .service-details p {
        height: 120px;
    }
    .great-box p{
        height: 108px;
    }
}
@media only screen and (max-width:992px) {

    /*.navbar-light .navbar-nav li.nav-item {
        margin-bottom: 10px
    }*/


    .team-member {
        margin-bottom: 30px
    }

    .form-card .form-check {
        padding: 10px 0 20px 10%;
        width: 100%;
        padding-left: 30%;
        justify-content: flex-start;
    }
    .form-card .form-label{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 2px 0 4px;
        padding: 8px 5px;
    }
    header .container {
        max-width: 100%;
    }
    .navbar-light .navbar-nav li.nav-item a.nav-link.btn.btn-primary,
    .navbar-light .navbar-nav li.nav-item a.nav-link.btn.btn-outline-primary {
        padding: 10px 6px !important;
    }
    .navbar-light .navbar-nav li.nav-item {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .great-box p {
        height: auto;
    }
    .about-sec.bg-gray .row {
        flex-direction: column-reverse
    }

    .about-sec .row {
        gap: 20px
    }
    .services-box .service-details p {
        height: 80px;
    }
    .navbar-light .navbar-nav .nav-link.active:after,
    .navbar-light .navbar-nav .nav-link:hover:after {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .services-box .service-details p {
        height: auto!important;
    }
}
@media only screen and (max-width:600px) {
    .hero-caption {
        padding: 30px 30px;
    }
    .sign-up-info {
        text-align: left;
    }
    .hero-caption a {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .all-servicebtn a {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .all-servicebtn a:nth-of-type(1), #aboutuspage .page-heading a.btn-white, .job-experience a.btn-white {
        margin-right: 0px;
    }
    section#aboutuspage .page-heading a, .job-experience a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .get-touch {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
    }
    .accordion-header button.accordion-button {
        padding: 16px 0;
    }
    #progressbar {
        width: 90%;
    }


    .slide {
        padding: 100px 0
    }

    .heading-left {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px
    }

    .earn-money-box {
        flex-direction: column
    }

    .earn-money-box .poster-img,
    .poster-description {
        width: 100%
    }

    .msform fieldset h1,
    .msform fieldset h2,
    .about-sec .about-desc h2,
    .heading-center h1,
    .heading-center h2,
    .heading-left h1,
    .heading-left h2,
    .job-experience h2,
    .poster-description h2,
    #newsletter h2 {
        font-size: 22px
    }


    .great-box h3,
    .services-box .service-details h3 {
        font-size: 18px
    }

    .hero-caption h1,
    .page-heading h1 {
        font-size: 32px;
        margin-bottom: 14px
    }

    .hero-caption h1 span,
    .page-heading h1 span {
        font-size: 40px
    }
    .services-box img {
      max-height: 250px;
      height: 250px;
    }
}

@media only screen and (min-width:600px) {

    .msform fieldset h1,
    #newsletter h2,
    .msform fieldset h2,
    .about-sec .about-desc h2,
    .heading-center h1,
    .heading-center h2,
    .heading-left h1,
    .heading-left h2,
    .job-experience h2,
    .poster-description h2 {
        font-size: 24px
    }

    .slide {
        padding: 100px 0
    }

    .heading-left {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px
    }

    .earn-money-box {
        flex-direction: column
    }

    .earn-money-box .poster-img,
    .poster-description {
        width: 100%
    }

    .great-box h3,
    .services-box .service-details h3 {
        font-size: 18px
    }

    .hero-caption h1,
    .page-heading h1 {
        font-size: 32px;
        margin-bottom: 18px
    }

    .hero-caption h1 span,
    .page-heading h1 span {
        font-size: 44px
    }
    .services-box img {
      max-height: 250px;
      height: 250px;
    }
}

@media only screen and (min-width:768px) {
    .heading-left {
        flex-direction: row
    }

    .msform fieldset h1,
    #newsletter h2,
    .msform fieldset h2,
    .about-sec .about-desc h2,
    .heading-center h1,
    .heading-center h2,
    .heading-left h1,
    .heading-left h2,
    .job-experience h2,
    .poster-description h2 {
        font-size: 30px
    }

    .great-box h3,
    .services-box .service-details h3 {
        font-size: 20px
    }

    .hero-caption h1,
    .page-heading h1 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .hero-caption h1 span,
    .page-heading h1 span {
        font-size: 48px
    }
    .services-box img {
      max-height: 250px;
      height: 250px;
    }
}

@media only screen and (min-width:992px) {
    .slide {
        padding: 150px 0
    }

    .earn-money-box {
        flex-direction: row
    }

    .earn-money-box .poster-img,
    .poster-description {
        width: 50%
    }

    .msform fieldset h1,
    #newsletter h2,
    .msform fieldset h2,
    .about-sec .about-desc h2,
    .heading-center h1,
    .heading-center h2,
    .heading-left h1,
    .heading-left h2,
    .job-experience h2,
    .poster-description h2 {
        font-size: 30px
    }

    .great-box h3,
    .services-box .service-details h3 {
        font-size: 22px
    }

    .hero-caption h1,
    .page-heading h1 {
        font-size: 40px;
        margin-bottom: 24px
    }

    .hero-caption h1 span,
    .page-heading h1 span {
        font-size: 52px
    }
    .services-box .service-details p {
        height: 120px;
    }
    .services-box img {
      max-height: 250px;
      height: 250px;
    }
}

@media only screen and (min-width:1200px) {
    .services-box img {
      max-height: 300px;
      height: 300px;
    }
    .slide {
        padding: 200px 0
    }
    .services-box .service-details p {
        height: 100px;
    }

    .msform fieldset h1,
    #newsletter h2,
    .msform fieldset h2,
    .about-sec .about-desc h2,
    .heading-center h1,
    .heading-center h2,
    .heading-left h1,
    .heading-left h2,
    .job-experience h2,
    .poster-description h2 {
        font-size: 36px
    }

    .great-box h3,
    .services-box .service-details h3 {
        font-size: 24px
    }

    .hero-caption h1,
    .page-heading h1 {
        font-size: 48px;
        margin-bottom: 30px
    }

    .hero-caption h1 span,
    .page-heading h1 span {
        font-size: 56px
    }
}
@media only screen and (min-width:1400px) {
    .services-box .service-details p {
        height: 60px;
    }
}

.error {
    text-align: left;
    margin-top: -10px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #e74c3c
}

.get-touch .btn-primary img {
    width: 24px;
    margin-right: 10px;
    display: none;
}
.get-touch .btn-primary {
    margin-bottom: 10px;
}
/*.error_message, .error_message1 {
    display: none;
}
.success_message,
.success_message1 {
    display: block;
}*/
.success_messagec, .error_messagec{
    display: none;
}

div#customersignup .modal-header {
    border-bottom: 0px solid #dee2e6;
}
div#providersignup .modal-header {
    border-bottom: 0px solid #dee2e6;
}
div#customersignup .modal-content,
div#providersignup .modal-content {
    border-radius: 24px;
}
div#customersignup .modal-header,
div#providersignup .modal-header{
    padding: 2rem 2rem 0rem 2rem;
}

.form-card .form-group{
    position: relative;
    clear: both;
}
.form-card .form-label {
    padding: 0px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 15px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    margin-bottom: 0;
    text-align: left;
}
#contactUsForm .form-label {
    padding: 0px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 15px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    margin-bottom: 0;
}
form#contactUsForm .form-group {
    position: relative;
}
input:focus + label, input:not(:placeholder-shown) + label {
    opacity: 1;
    transform: scale(1) translateY(-112%) translateX(0px);
    background: #fff;
    padding: 0 4px !important;
}
/* For IE Browsers*/
input:focus + label, input:not(:-ms-input-placeholder) + label {
    opacity:1;
    transform: scale(1) translateY(-100%) translateX(00px);
}
.form-check-input[type=checkbox]:not(:placeholder-shown) + label {
    transform: unset;
    background: unset;
    padding: 0!important;
}

textarea:focus + label, textarea:not(:placeholder-shown) + label {
    opacity: 1;
    transform: scale(1) translateY(-112%) translateX(0px);
    background: #fff;
    padding: 0 4px !important;
}
/* For IE Browsers*/
textarea:focus + label, textarea:not(:-ms-textarea-placeholder) + label {
    opacity:1;
    transform: scale(1) translateY(-100%) translateX(00px);
}
.accordion-body a {
    color: #91278f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    transition: .3s;
    display: inline-block;
    margin-top: 20px;
}
.accordion-body a:hover {
    color: #1c75bc;
}
.about-sec .about-img img {
    object-position: top;
}