@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

a,
ol,
ul {
    list-style: none
}

.child-care,
.childcare-box,
.service-box,
.step-box {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.child-care,
.money-box,
.service-box,
.step-box {
    transition: .3s ease-in-out
}

.bgsecondary,
.four-step,
footer {
    background: var(--secondary)
}

:root {
    --primary: #1B3EBE;
    --white: #fff;
    --black: #000;
    --secondary: #D9D9D9
}

* {
    font-family: Inter, sans-serif
}

ol,
ul {
    padding-left: 0
}

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

.fs50 {
    font-size: 50px
}

.fs40 {
    font-size: 40px
}

.fs30 {
    font-size: 30px
}

.fs20,
.social-media i,
.trusted-box div i,
td.text-danger.fw-bold,
td.text-success {
    font-size: 20px
}

section {
    padding: 50px 0
}

.bgwhite {
    background: var(--white)
}

.bgprimary,
.home-form button,
header .order-now {
    background: var(--primary)
}

header a.nav-link {
    color: #000
}

header a.nav-link:active {
    font-weight: 700
}

header .order-now {
    color: var(--white);
    padding: 10px 30px;
    border-radius: 10px
}

.home {
    background: url(../image/Home.webp) center/cover no-repeat
}

section.home .content span {
    background: var(--white);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #000
}

section.home .content {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    padding: 110px;
    border-radius: 40px
}

.best-assignment .whatsapp,
.home .order-now {
    padding: 8px 48px;
    color: #fff;
    background: var(--primary);
    border-radius: 6px;
    border: 1px solid
}

.child-care:hover,
.service-box:hover {
    background: var(--button-gradient)
}

.home .live-chat {
    padding: 8px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px
}

.writer-box .bottom-box,
.writer-box .top-box {
    margin: 3px 3px 10px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.child-care {
    padding: 20px 15px;
    margin: 10px 7px 7px;
    border-radius: 20px;
    height: 90%;
}

.child-care:hover {
    transform: translateY(-8px)
}

.money-box:hover,
.service-box:hover,
.step-box:hover {
    transform: translateY(-7px)
}

.child-care span {
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 3px
}

.child-care div {
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 7px
}

.child-care p {
    font-size: 14px
}

.assignment-writing ul {
    list-style: none;
    padding-left: 0
}

.assignment-writing ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
    font-weight: 600
}

.assignment-assistance .right-content ul li::before,
.assignment-writing ul li::before,
.childcare-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -19px;

    font-size: 37px;
    color: var(--primary)
}

section.assignment-writing .home-form {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 25px;
    position:relative;
    z-index:1;
}

section.assignment-writing .home-form span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

section.assignment-writing .home-form input,
section.assignment-writing .home-form select {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 8px 16px;
    font-weight: 500
}

.home-form button {
    display: flex;
    font-size: 20px;
    padding: 7px 70px;
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-weight: 700
}

.home-form p {
    font-size: 28px;
    font-weight: 700
}

.universities {
    width: 100%;
    height: 109px;
    background: url(../image/universities.webp) center/cover;
    animation: 50s linear infinite animatedBackground
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -4750px 0
    }
}

.best-assignment {
    background: url(../image/BestAssignment-Banner.webp) center/cover no-repeat
}

.childcare-services .swiper-slide {
    height: auto;
}

.service-box {
    padding: 20px;
    margin: 20px 10px 30px;
    border-radius: 10px;
    height: 29%;
}

.service-box h3,
.service-box span {
    font-size: 20px;
    display: block;
    font-weight: 700
}

.service-box img {
    width: 35px
}

.service-box div {
    border: 1px solid grey;
    display: inline-block;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 5px
}

.assignment-assistance .right-content ul li,
.childcare-content ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
    font-weight: 700
}

.childcare-box {
    background: #fff;
    margin: 10px 0 20px;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 25px
}

.money-back-guarantee {
    background: url(../image/money-back-bg.webp)
}

.money-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 7px
}

.step-box,
.trusted-box {
    border-radius: 20px;
    text-align: center
}

.money-box span {
    display: block;
    font-weight: 700;
    padding: 5px
}

.trusted-box {
    padding: 40px 20px;
    background: #fbfbfb
}

.trusted-box div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    color: #ffd203
}

.cta,
.order-forms label {
    color: #fff
}

.trusted-box span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-bottom: 8px
}

.trusted-box object {
    position: relative;
    left: 40%
}

.trusted-box p {
    margin-bottom: 32px;
    font-weight: 500
}

.four-step .swiper-slide {
    height: auto;
}


.step-box span {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.step-box {
    padding: 15px 20px;
    margin: 7px 5px 15px;
    background: var(--white);
    height: 47%;
}

.step-box div {
    border: 1px solid grey;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 10px;
    margin-bottom: 10px
}

.four-step ul li {
    padding-left: 25px;
    padding-bottom: 12px;
    font-weight: 700;
    position: relative
}

.four-step ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 37px;
    color: var(--primary)
}

.writer-box .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    border-radius: 20px
}

.writer-box .top-box span {
    display: block
}

.writer-box .top-box div .name {
    font-weight: 600;
    font-size: 17px
}

.writer-box .top-box div i {
    color: #f3ae07
}

.complete-order span:first-child {
    font-weight: 800
}

.writer-box .bottom-box ul li {
    background: #eef6fb;
    margin: 6px 0;
    width: max-content;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 27px;
}

.writer-box .bottom-box ul {
    display: grid;
    flex-wrap: wrap;
    column-gap: 0px;
    grid-template-columns: auto auto;

}

.writer-box .bottom-box {
    font-size: 18px;
    border-radius: 30px
}

.cta {
    background: url(../image/ctabg.webp)
}

.brand-head,
.feature-head,
.other-head {
    color: #fff !important
}

.cta .order-now {
    background: var(--white);
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px
}

.cta .whatsapp {
    border: 2px solid #fff;
    padding: 7px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 7px
}

p.accordion-header button {
    font-size: 18px;
    padding-bottom: 8px;
    padding-left: 0
}

.accordion-item {
    margin-bottom: 20px
}

.faq p.accordion-header button {
    box-shadow: none
}

.faq .accordion-body {
    font-size: 14px;
    padding-left: 0
}

.faq .accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #000;
    box-shadow: none
}

.faq .accordion-button,
.faq .accordion-item {
    background: 0 0
}

.faq .accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0px;
    border-bottom: 1px solid #000
}

.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cline x1='8' y1='2' x2='8' y2='14' stroke='%23000000' stroke-width='2'/%3E%3Cline x1='2' y1='8' x2='14' y2='8' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
    transform: none
}

.faq .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'%3E%3Cline x1='2' y1='8' x2='14' y2='8' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E")
}

.row.lightbg {
    padding: 40px 20px;
    border-radius: 45px;
    background: #f5f5f5
}

.footer-contact a {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding-bottom: 8px;
    font-size: 14px
}

.social-media {
    display: flex;
    align-items: center;
    gap: 6px
}

footer .border-bottoms {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.list span,
footer ul li a {
    margin-bottom: 8px;
    display: block
}

footer {
    padding: 70px 0 20px
}

footer ul {
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px
}

.list span {
    font-size: 20px;
    font-weight: 600
}

.swiper-pagination-bullet {
    padding: 7px
}

.swiper-pagination-bullet-active {
    background: var(--black) !important
}

.money-back-guarantee .swiper-pagination-bullet-active {
    background: var(--white) !important
}

.service-sec-box {
    display: flex;
    gap: 5px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .16) 0 4px 6px, rgba(0, 0, 0, .23) 0 4px 6px;
    padding: 20px;
    margin: 10px 10px 15px
}

.service-sec-box span {
    font-weight: 700;
    font-size: 17px
}

.comparison-wrapper {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.comparison-table th {
    padding: 10px;
    font-weight: 600;
    font-size: 16px
}

.feature-head {
    background: #1e3bb9 !important
}

.brand-head {
    background: #000 !important
}

.other-head {
    background: #333 !important
}

.comparison-table td {
    padding: 8px;
    font-size: 15px
}

.comparison-table tbody tr:hover {
    background: #f8f9fa
}

.comparison-table td,
.comparison-table th {
    border-right: 1px solid #ddd
}

.comparison-table td:last-child,
.comparison-table th:last-child {
    border-right: none
}

section.unique-feature .left-content {
    background: #fff;
    padding: 49px 20px 0;
    text-align: center
}

section.unique-feature .left-content span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

section.unique-feature .left-content p {
    font-size: 18px
}

section.assignment-assistance {
    background: #d9d9d9
}

.reivew-info .trusted-box {
    margin-bottom: 12px
}

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

.price-plan .nav-pills .nav-link {
    padding: 16px 8px;
    font-size: 20px;
    background: var(--white);
    color: #000;
    margin-bottom: 20px
}

.price-plan {
    background: #f8f8f8
}

.pricingItems {
    border-radius: 16px
}

.pricingItems a {
    font-size: 14px;
    border-radius: 8px
}

.order-forms {
    background: var(--primary);
    padding: 20px
}

.order-info .form-group {
    margin-bottom: 10px
}

.order-info .form-control {
    padding: 10px;
    appearance: auto
}

.order-info button {
    padding: 7px 42px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    font-size: 18px
}

.ordersummary {
    background: #ebebeb;
    padding: 1.5rem;
    border-radius: 20px;
    color: #000;
    margin-bottom: 30px
}

.heading1,
.heading2 {
    padding: 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 1rem
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--secondary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    z-index: 999999
}

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

section.not-found a {
    background: #fff;
    padding: 10px 70px;
    font-size: 20px;
    border-radius: 30px
}

section.not-found img {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.heading1 {
    background: var(--primary)
}

.heading2 {
    background: var(--secondary)
}

.sitemapdata ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center
}

.sitemapdata ul li a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none
}

.sitemapdata ul li {
    width: 32%;
    padding: 8px 10px;
    background: #e2e0e033;
    border-radius: 4px;
    display: flex;
    align-items: center
}

.legal-content h2,
.legal-content h3,
.legal-content span {
    font-size: 26px;
    font-weight: 700
}

.list {
    flex: 1
}

.cover-spin {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(217, 217, 217, .6);
    top: 0;
    left: 0;
    z-index: 9999
}

.cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-width: 4px;
    border-style: solid;
    border-color: #1b3ebe #fff #000;
    border-radius: 50%;
    animation: .8s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.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;
    font-size: 15px;
    justify-content: center;
    color: #000 !important
}

[hidden] {
    display: none !important
}

.flagaustralia {
    position: absolute;
    top: 0;
    bottom: 0;
    height: stretch;
    left: 0;
}
.formrightflag{
    position: absolute;
    top: 0;
    bottom: 0;
    height: stretch;
    right: 0;
}
.servAusleft{
    position: absolute;
    bottom: 0;
    height: auto;
    left: -1rem;
}
.austrliapullleft{
     position: absolute;
    top: 0;
    bottom: 0;
    height: stretch;
    left: 0;
}
.kanguroRight{
      position: absolute;
    bottom: 0;
    height: auto;
    right: 0;
}
.trustedUK{
       position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
}
.servAusrighttop{
       position: absolute;
    top: 0;
    height: auto;
    right: 0;
}
.canadalineframe{
      position: absolute;
    top: 0;
    bottom: 0;
    height: stretch;
    left: 0;
}
.canadaFaq{
        position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}
.rightCtaireland{
         position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}
