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


* {
    padding: 0px;
    font-family: "Poppins", sans-serif;
    list-style: none;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

/* img {
    max-width: 100%;
    height: auto;
} */

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.top-email img {
    width: 30px;
}

.topbar p,
.topbar a,
.topbar span {
    font-weight: 500;
}

.topbar .fa-brands {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}



a.nav-link {
    color: var(--white);
    font-size: 20px;
}

header .navbar-brand {
    font-size: 60px;
    font-weight: 600;
}

header .navbar-nav .nav-link:hover {
    color: white;
}

header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.home {
    background: url(../image/HomeBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 160px 0px 60px; */
}

.home form {
    background: var(--grey);
    padding: 30px 20px;
    width: 420px;
    border-radius: 19px;
}

.home form input,
.home form select {
    width: 100%;
    padding: 11px 16px;
    font-size: 13px;
    color: #000;
    margin: 10px 0px;
    border: 1px solid #000;
    border-radius: 20px;
    background: transparent;
    appearance: auto;
}

.home form input::placeholder {
    color: black;

}

.home form span {
    font-size: 28px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px 0px 15px;
    ;
}

.home form button {
    background: var(--blue);
    padding: 6px 20px;
    width: 300px;
    font-size: 25px;
    margin: auto;
    display: block;
    color: var(--white);
    margin: 20px auto 0px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
}

.amazing-feature {
    background: url(../image/amazing-feature.webp)left/cover no-repeat;
    position: relative;
}

.amazing-feature img.shape {
    position: absolute;
    right: 30px;
    top: 12px;
}

section.amazing-feature ul {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
    gap: 11px;
}

section.amazing-feature ul li {
    background: var(--blueGradient);
    padding: 1rem 1rem;
    border-radius: 5px;
}

.about-us .right-content a {
    background: var(--blueGradient);
    color: white;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    padding: 10px 10px 10px 0px;
    position: relative;
    gap: 10px;
    margin: 10px 0px;
    width: 300px;
}

.about-us .right-content a img {
    background: white;
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    border: 4px solid var(--blue);
    left: -13px;
    width: 72px;
}

section.amazing-feature ul li span {
    font-weight: 600;
    font-size: 22px;
}

.about-us .right-content a span {
    font-size: 26px;
    display: block;
    padding-left: 70px;
}

section.amazing-feature ul li p {
    font-size: 12px;
}

.about-us {
    background: url(../image/frame.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-us h3 {
    font-size: 55px;
}

.satisfied-customer h2 {
    font-size: 40px;
    font-weight: 700;
}

section.satisfied-customer span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 35px;
}

section.satisfied-customer ul {
    padding: 30px 51px;
    background: var(--gredientblue);
    border-radius: 10px;
    margin-bottom: 26px;

}

section.satisfied-customer ul li {
    list-style: circle;
    font-size: 18px;
    padding: 6px 0;
}

.our-service {
    background: url("../image/OurServiceBg.webp")center/cover no-repeat;
    padding-top: 4.4rem;
}

.our-service .swiper-wrapper {
    padding-bottom: 3rem;
}

.our-service .swiper-slide,
.nursing-subject .swiper-slide {
    height: auto;
}

.reviews-sec .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}


.our-service .swiper {
    width: 100%;
    height: 100%;
}

.service_box {
    padding: 20px;
    background: var(--white);
    text-align: center;
    border-radius: 20px;
    /* margin-bottom: 40px; */
    height: 100%;
}

.service_box p {
    margin: 0;
}

.qualifiedDnasec .swiper-pagination-bullet,
.our-service .swiper-pagination-bullet,
.home-review .swiper-pagination-bullet,
.nursing-subject .swiper-wrapper {
    padding: 6px;
    background: var(--white);
    opacity: 1;
}

.nursing-subject .swiper-pagination-bullet,
.reviews-sec .swiper-pagination-bullet {
    background: var(--blueGradient);
}

.our-service .swiper-pagination-bullet-active,
.reviews-sec .swiper-pagination-bullet-active {
    background: var(--blue);
}

.home-review .swiper-pagination-bullet-active,
.qualifiedDnasec .swiper-pagination-bullet-active {
    background: var(--black);
}

.service_box span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 10px 0px 15px;
    margin-bottom: 5px;
}

.our-service .right-content span {
    display: block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* .our-service .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .our-service .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.cta {
    background: url("../image/ctabg.jpg")right/cover no-repeat;
    position: relative;
    /* Add this if not already */

}

.cta .order-now,
.cta .live-chat {
    font-size: 24px;
}

.whatsapp-border {
    position: relative;
    display: inline-block;
}

.cta a.whatsapp,
.essay-paper a.whatsapp {
    position: relative;
    background: #4BCA5A;
    padding: 8px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.whatsapp-border::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    z-index: 0;
}

.essay-paper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta a.whatsapp img {
    width: 40px;
}

section.home-review .boxes {
    padding: 25px;
    border: 3px solid var(--light-blue);
    border-radius: 20px;
    background: var(--white);
}

section.home-review .boxes .name {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

section.home-review .boxes span {
    display: block;
    font-weight: 500;
}

section.home-review .boxes div i {
    color: #FFD400;
}

section.home-review .boxes .writer-bio {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.home-review .boxes ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.home-review .boxes ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-review {
    background: url("../image/home-reviewBg.jpg") center/cover no-repeat;
}

section.home-review .boxes ul li span {
    font-size: 20px;
    font-weight: 700;
}

section.home-review .boxes ul li p {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

section.home-review a.hire {
    color: black;
    font-size: 20px;
    display: block;
    background: var(--light-blue);
    color: var(--white);
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: center;
    border: 3px solid var(--blue);
    border-radius: 10px;
}

.girl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 421px;
}

.aboutInfo a {
    border-radius: 10px !important;
}

.aboutInfo a:hover {
    color: #fff;
}

.home-review .swiper-wrapper {
    padding-bottom: 60px
}

/* .home-review .swiper-horizontal>.swiper-pagination-bullets {
    width: 100px;
} */

.nursing-subject .boxes {
    background: #D9F6FF;
    padding: 20px 30px;
    border-radius: 22px;
    height: 100%;

}

.nursing-subject .boxes span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}


.topWinter {
    background: #fff;
    padding: 7px;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    bottom: -2px;
}

.topWinter p {
    font-size: 13px;
}

.qualifiedDnasec {
    background: url("../../assets/image/qualifiedDnp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rightQualified {
    background: #03C1FF;
    padding: 40px 20px;
}

.boxWinterCon p {
    background: var(--blue);
    color: white;
    padding: 2px;
    height: max-content;
}

.topWinter i.fa-solid.fa-star {
    color: #FED104;
    font-size: 13px;
}

.innerRight .leftItems ul {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    gap: 10px;
    justify-content: end;
}

.innerRight .leftItems ul li {
    background: #98CCDF;
    padding: 18px 45px;
    font-weight: bold;
}

.rightItems div {

    background: var(--white);
    padding: 30px 25px;




}

.rightItems p {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    gap: 2px;
    margin: 0px;
    border-bottom: 4px solid var(--blue);
}

.rightItems p span {
    font-size: 16px;
}

.qualifiedDnasec .left-content span {
    font-size: 50px;
    color: #04F44C;
    font-weight: 700;
}

.qualifiedDnasec .left-content p {
    color: var(--white);
    font-size: 18px;
}

.qualifiedDnasec .left-content img {
    width: 300px;
    margin-bottom: 40px;
}

.rightQualified h3 {
    color: var(--white);
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}


.qualifiedDnasec .para {
    color: white;
}

.qualifiedDnasec .left-content::before {
    content: '';
    width: 26%;
    height: 0%;
    border: 3px solid #04F44C;
    position: absolute;
    left: 124px;
    z-index: 9999;
    top: 90px;
}

.qualifiedDnasec .left-content div {
    position: relative;
    top: -16px;
}

.quotes {
    width: 75px;
}

.reviews {
    background: url("../image/reviewsecBg.webp")center/cover no-repeat;
}

.reviews .nav-pills .nav-link {
    color: var(--black);
    background: white;
    flex: 1;
    padding: 25px 20px;
    border-radius: 10px;
}

.reviews .nav-pills .nav-link.active,
.reviews .nav-pills .show>.nav-link {
    background: var(--blue);
    color: var(--white);
}

.reviews .nav-pills .nav-link.active .bark {
    filter: invert(1);
}

.reviews .fa-star {
    color: #FFD400;
}

.reviews .boxes span {
    font-size: 20px;
}

.reviews .boxes p {
    font-size: 18px;
}

.review-name {
    font-size: 30px !important;
}

.reviews .right-boxes {
    background: var(--white);
    padding: 20px;
}

section.assignment-service {
    background: url("../image/home-reviewBg.jpg")center/cover no-repeat;
}

section.assignment-service ul {
    display: grid;
    grid-template-columns: auto auto;
}

section.assignment-service ul li {
    text-align: center;
    background: #AAD5E6;
    padding: 30px 20px;
    border-radius: 20px;
    border: 5px solid white;
    width: 350px;
    margin-bottom: 10px;
}

section.assignment-service ul li p {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0px 0px;
}

section.assignment-service ul li span {
    font-size: 30px;
    font-weight: 700;
}

section.assignment-service .order-now,
section.assignment-service .live-chat {
    font-size: 25px;
    font-weight: 500;
    padding: 11px 40px;
}

.process h3 {
    font-size: 58px;
    font-weight: bold;
}

.process ul li {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 2.95px 2.95px 2.6px;
    position: relative;
}

.process ul {
    margin-top: 90px;
}

.process ul li::before {
    content: '';
    width: 12px;
    height: 100%;
    background: var(--blueGradient);
    position: absolute;
    right: 0px;
    border: 3px solid #03C1FF;
}

.process ul li:nth-child(2) {
    position: relative;
    right: 90px;
}

.process ul li:nth-child(3) {
    position: relative;
    right: 160px;
}

.process ul li:nth-child(4) {
    position: relative;
    right: 220px;
}

.process ul li .no {
    font-size: 54px;
    background: var(--blue);
    padding: 40px 40px;
    color: white;
    border-radius: 160px 0px 0px 0px;
    font-weight: bold;
}



.process ul li .img-wrapper {
    background: var(--gredientblue);
    border-radius: 0px 0px 160px 0px;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
}

.process ul li img {
    width: 90px;
    height: 80px;
}

.process ul li div {
    padding: 0px 7px;
}

.process ul li div span {
    font-size: 17px;
    font-weight: 700;
}

.process ul li div p {
    font-size: 14px;
}

.essay-paper .order-now,
.essay-paper .live-chat {
    font-size: 20px;
}

.essay-paper .whatsapp {
    font-size: 20px !important;
}

.essay-paper .whatsapp img {
    width: 40px;
}

section.essay-paper .content {
    background: var(--blueGradient);
    padding: 40px 30px;
    color: var(--white);
}

.accordion-button:not(.collapsed) {
    background: var(--white);
    color: var(--black);
}

.faq {
    background: url("../image/faqBg.webp")center/cover no-repeat;
}

.faq .accordion-item {
    margin: 20px 0px 0px;
}

.faq .accordion-button {
    font-size: 19px;
    font-weight: bold;
}

footer span {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

footer ul {
    display: flex;
    align-items: center;
    row-gap: 15px;
    flex-wrap: wrap;
    column-gap: 8px;
}

footer ul li a {
    color: var(--black);
    border-right: 1px solid var(--black);
    padding-right: 20px;
}

/* footer ul li a:last-child{
    border-right: 0px solid;
} */
.copy-right {
    background: var(--blueGradient);
}

.reviews-sec .nav-pills .nav-link.active,
.reviews-sec .nav-pills .show>.nav-link {
    background: var(--light-blue);
}

section.reviews-sec .review_boxes {
    background: var(--gredientblue);
    padding: 30px 20px;
    margin-bottom: 20px;
    height: 100%;
}

section.reviews-sec .review_boxes span {
    font-size: 30px;
    font-weight: 600;
}

section.reviews-sec .review_boxes span:nth-child(3) {
    font-size: 20px;
}


section.reviews-sec .review_boxes div .fa-star {
    color: #FED104;
}

section.reviews-sec .review_boxes div .fa-star-half {
    color: #FED104;
}

section.reviews-sec .review_boxes a {
    color: var(--blue);
}

section.reviews-sec .review_boxes p {
    font-size: 14px;
}

.review_boxes .quotes {
    width: 70px;
}

section.price-plan ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid black;
    padding: 7px 20px;
    border-radius: 20px;
    margin-bottom: 16px;
}

section.price-plan ul li p {
    margin: 0px;
    font-size: 38px;
    font-weight: 700;
}

section.price-plan ul li span {
    font-size: 23px;
    font-weight: 500;
}

section.price-plan ul li .order-now {
    background: var(--light-blue);
    color: var(--white);
    padding: 9px 30px;
    border-radius: 26px;
}

.price-plan .nav-pills .nav-link {
    font-size: 48px;
    border: 2px solid black;
    border-radius: 10px;
    margin-bottom: 40px;
    color: var(--black);
    width: 520px;
    padding: 30px 0px;
}

.price-plan .nav-pills .nav-link.active,
.price-plan .nav-pills .show>.nav-link {
    color: var(--white);
    background: var(--blueGradient);
}

section.order-info form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
}

section.order-info form select {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border: 3px solid var(--black);
    appearance: auto;

}

section.order-info form div div {
    flex: 1;
    margin-bottom: 10px;
}

section.order-info form div textarea {
    width: 100%;
    padding: 30px 20px;
    border: 3px solid var(--black);
    overflow: hidden;
}

section.order-info form div textarea::placeholder {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}

/* .order-info input.form-control {
    border: none;
    font-weight: 600;
} */

.order-info a.submit {
    background: var(--light-blue);
    padding: 11px 60px;
    color: var(--white);
    font-size: 22px;
}

/* .headerNav{
    position: fixed;
} */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    background: var(--blueGradient);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* padding: 10px 40px; */
    z-index: 999999;

}

header .sticky .navbar-brand {
    line-height: 26px;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}



.reviews-sec .nav-item {
    border: 2px solid var(--black);
}

.fixedbtnwhatsapp ul li img {
    width: 60px;
}

/* .satisfied-customer p {
    word-break: break-all;
} */


section.assignment-service ul li img {
    width: 80px;
    height: 70px;
}

.about-feature {
    background: url("../image/AmazingAboutBg.webp")center/cover no-repeat;
}

section.order-info form select {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border: 3px solid var(--black);
}

section.order-info form input {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border: 3px solid var(--black);
}

section.order-info form input::placeholder {
    color: var(--black);
}

.file-upload,
.file-upload:hover {
    background-color: #fff;
}

.file-upload {
    border: 2px dashed #212529;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 7px;
}

.upload-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    justify-content: center;
    color: #000 !important;
}

[hidden] {
    display: none !important;
}

.ordersummary {
    position: sticky;
    top: 163px;
    border: 1px solid #3333;
    padding: 20px 35px;
    border-radius: 20px;
    background: #f9f9f9;
    margin: 12px 0;
}

.ordersummary h3 {
    font-size: 22px;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
}

.ordersummary hr {
    margin: 8px 0;
}

.academic_paper h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.academic_paper ul {
    margin: 0;
    list-style: none;
}

.academic_paper ul li {
    font-size: 14px;
    padding: 5px 0;
    display: block;
}

.basic_price {
    width: 100%;
    padding: 15px 0;
}

.basic_price h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.basic_price ul {
    margin: 0;
    list-style: none;
}

.basic_price ul li {
    font-size: 14px;
    padding: 5px 0;
    display: block;
}

.basic_price ul li.borderdata {
    border-top: 1px solid #dee2e6;
}

.amazing-course-work {

    background: url("../image/amazingcourse.webp")center/cover no-repeat;

}

.amazing-dissertation {
    background: url("../image/amazing-dissertation-help.webp")center/cover no-repeat;
}

.amazing-terms {
    background: url("../image/amazing-terms.webp")center/cover no-repeat;

}

.amazing-literature {
    background: url("../image/Literature-review.webp")center/cover no-repeat;

}

.amazing-evidence {
    background: url("../image/amazingevidencebg.webp")center/cover no-repeat;
}

.amazing-evidence {
    background: url("../image/amazingevidencebg.webp")center/cover no-repeat;
}

.amazing-admission {
    background: url("../image/AmazingAdmissionEssay.webp")center/cover no-repeat;
}

.amazing-childcare {
    background: url("../image/AmazingChildcare.webp")center/cover no-repeat;
}

.amazing-dissertation-proposal {
    background: url("../image/AmazingDissertationProposal.webp")center/cover no-repeat;
}

.amazing-nursing-essay {
    background: url("../image/AmazingNursingEssay.webp")center/cover no-repeat;
}

.amazing-reflective-girl {
    background: url("../image/AmazingReflectiveGirl.webp")center/cover no-repeat;
}

.amazing-thesis-help {
    background: url("../image/AmazingThesis.webp")center/cover no-repeat;

}

section.reviews div.left-content>span:first-of-type {
    color: white;
}

section.about-us .right-content {
    position: relative;
    z-index: 1;
}

/* p{
  line-break: ;
} */

.social-media a img {
    width: 45px;
}

.headerInfo h1 {
    margin-bottom: 0px;
}

.breadcrumb.amazing-disability {
    background: url("../image/AmazingDisabilityAssignment.webp")center/cover no-repeat;


}