* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue-color: #309DF1;
}

.container {
    max-width: 1180px !important;
}

.default-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.default-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.04em;
}

img {
    max-width: 100% !important;
}

.home-wrapper {
    position: relative;
}

.home-header {
    background: url('/img/svg/header-and-footer-background.svg') no-repeat;
    background-size: cover;
    padding: 10px 50px 50px 50px;
    color: #ffffff;
    background-position: 100% 100%;
    min-height: 450px;
}

.mt-8rem {
    margin-top: 8rem;
}

.home-header .navigation {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0px 40px;
    background-color: #2754c7 !important;
}

.navigation .navbar-nav .nav-link {
    background: #309DF1;
    font-size: 14px !important;
    border-radius: 5px;
    padding: 8px 25px;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.home-heading {
    color: #FFFFFF;
    max-width: 900px;
    margin: 0px auto 30px auto;
}

.home-para {
    color: #FFFFFF;
}

.expert-1 .owl-nav .owl-next {
    display: none !important;
}

.expert-1 .owl-nav .owl-prev {
    display: none !important;
}

.excellent-writers {}

.excellent-writers h2 {
    text-align: center;
    max-width: 781px;
    color: #309DF1;
    margin: 30px auto 20px auto;
}

.excellent-writers p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 20px auto 50px auto;
    color: rgba(0, 0, 0, 0.7);
    max-width: 907px;
}

.new-experts-cards {
    position: relative;
}

.excellent-writers .experts-card {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 25px;
    width: 360px;
}

.excellent-writers .experts-card .experts-profile {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3071D5;
}

.excellent-writers .experts-card .experts-profile .name-and-reviews label {
    color: rgba(0, 0, 0, 0.7);
}

.excellent-writers .experts-card .experts-profile .name-and-reviews span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.03em;

    color: rgba(120, 120, 120, 0.7);
}

.excellent-writers .experts-card .name-and-reviews {}

.excellent-writers .experts-card .experts-degree {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3071D5;
}

.excellent-writers .experts-card .experts-degree label {
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.excellent-writers .experts-card .experts-degree span {
    text-align: center;
    color: #309DF1;
}

.excellent-writers .experts-card .experts-competences {
    margin-bottom: 30px;
}

.excellent-writers .experts-card .experts-competences label {

    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.excellent-writers .experts-card .experts-competences span {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #309DF1;
}

.about-button {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 122px;
    height: 43px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.hire-button {
    background: #3071D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 122px;
    height: 43px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.03em;

    color: #ffffff;
}

.blue-experts-card {
    background: #3071D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 370px;
    height: 450px;
    padding: 40px 10px;
    position: absolute;
    right: 0;
    opacity: 0.95;
    z-index: 10;
}

.blue-experts-card h2 {

    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    max-width: 357px;
    margin: 10px auto 30px auto;
}

.blue-experts-card p {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    max-width: 295px;
    margin: 0px auto 25px auto;
}

.get-started-btn {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 122px;
    height: 43px;
}

.homework-section .owl-stage {
    position: relative;
    background: #ffffff;
}

.homework-section .owl-stage-outer {
    margin-bottom: 50px;
}

.owl-item .homework-card {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 30px;
    margin-bottom: 20px;
    height: 365px;
}

.owl-item .homework-card h4 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.7);
}

.owl-item .homework-card p {
    text-align: center;
    max-width: 301px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.7);
}



.owl-nav img:nth-child(1) {
    width: 50px;
}

.owl-prev,
.owl-next {
    position: absolute;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.owl-prev {
    left: -5px;
}

.owl-next {
    right: -5px;
}

.owl-prev:hover,
.owl-next:hover {
    background: transparent !important;
    opacity: 0.9;
}


.owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}



.order-form {
    width: 70%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 auto;
}

.order-form p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 714px;
    margin: 0px auto 20px auto;
    color: rgba(0, 0, 0, 0.7);
}

.form-button {
    background-color: #309DF1;
    color: #FFFFFF;
}

.benefits-section {
    padding-bottom: 30px;
}

.benefit-heading {
    max-width: 781px;
    color: var(--blue-color);
    margin: 0px auto 30px auto;
    text-align: center;
}

.benefits-detail {
    padding: 0px 60px;
}

.description-section h6 {
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.description-section p {
    color: rgba(0, 0, 0, 0.7);
    max-width: 301px;
    margin-bottom: 30px;
}

.pricing-section {}

.pricing-card {
    padding: 20px 35px 30px 20px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pricing-card h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;

    color: #3071D5;
    padding-left: 20px;
    margin-bottom: 35px;
}

.pricing-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #3071D5;
    margin-bottom: 15px;
}

.course-detail {
    display: flex;
    align-items: center;
}

.course-detail h6 {
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #3071D5;
}

.course-fee {
    display: flex;
    align-items: center;
}

.course-fee del {
    font-weight: 500;
    color: #3071D5;
}

.course-fee h6 {
    margin: 0 0 0 20px;
    font-weight: 500;
    color: #000000;
}

.pricing-button {
    background: #3071D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 173px;
    height: 43px;
    color: #FFFFFF;
    font-size: 12px;
}


.sevices-working-section {
    padding-bottom: 30px;
}

.services-heading {
    text-align: center;
    max-width: 570px;
    color: #309DF1;
    margin: 0 auto 35px auto;
}

.services-steps {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

.step1-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paper-details {
    margin-left: 35px;
}

.paper-details h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.paper-details p {
    max-width: 631px;
    color: #309DF1;
    margin-bottom: 25px;
}

.paper-button {
    background: #3071D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 173px;
    height: 43px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 40px;
}


.homework-section {}

.homework-heading {
    text-align: center;
    max-width: 689px;
    margin: 0px auto 30px auto;
    color: #309DF1;
}

.homework-card {}

.homework-card span {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.7);
}




.reviews-section {
    padding-bottom: 30px;
}

.reviews-section .reviews-heading {
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 50px;
}

.customer-reviews {
    width: 95% !important;
    margin-bottom: 50px;
}

.card-review {
    padding: 35px 12px 35px 37px;
    color: #FFFFFF;
    background-color: var(--blue-color);
    box-shadow: 0px 6px 47px rgba(38, 78, 118, 0.1);
    border-radius: 8px;
}

.card-review img {
    margin-bottom: 10px;
}

.review-label {
    display: block;
    margin-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 20px;
}

.review-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    min-height: 150px;
}

.customer-detail {
    display: flex;
    align-items: center;
}

.country-details {
    font-size: 20px;
    line-height: 25px;
    max-width: 862px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin: 0px auto 50px auto;
}

.our-clients {
    margin-bottom: 50px;
}

.our-clients img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

.secure-payment-section {
    padding-bottom: 30px;
}

.payment-heading {
    margin-bottom: 30px;
    text-align: center;
    color: var(--blue-color);
}

.payment-detail {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    max-width: 683px;
    text-align: center;
    margin: 0px auto 30px auto;
    color: rgba(0, 0, 0, 0.7);

    opacity: 0.7;
}

.payment-methods {
    margin-bottom: 30px;
}

.our-experts-section {
    width: 100%;
    background-color: var(--blue-color);
    padding: 27px 30px;
    margin-bottom: 50px;
}


.experts-heading {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.experts-detail {
    text-align: center;
    max-width: 650px;
    color: #FFFFFF;
    margin: 0px auto 20px auto;
}

.experts-form {
    margin-bottom: 20px;
}

.money-back-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 30px auto;
}

.guarantee-label {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}



.essay-writers-section {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 85%;
    padding: 18px 0px 0px 48px;
    margin: 0px auto 50px auto;
    position: relative;
}

.writer-heading {
    max-width: 583px;
    color: var(--blue-color);
    margin-bottom: 30px;
}

.writer-description {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
    max-width: 672px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

.writer-button {
    background: #3071D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 173px;
    height: 43px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 40px;
}

.essay-writer-vector {
    position: absolute;
    bottom: 0;
    right: 0;
}


.footer-wrapper {
    background: url('/img/svg/header-and-footer-background.svg') no-repeat;
    width: 100%;
    background-size: cover;
    padding: 40px 150px 10px 100px;
    color: #ffffff;
}

.footer-logo {
    margin-bottom: 65px;
}

.footer-left-detail p {
    max-width: 290px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 45px;
}

.subscribe-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.5%;
    margin-bottom: 35px;
}

.email-button {
    background-color: var(--blue-color);
    color: #ffffff;
}

.footer-right-details {
    margin-right: 80px;
}

.footer-right-details p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5%;
    max-width: 458px;
}

.footer-links ul {
    list-style-type: none;
    padding-left: 10px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer-links ul li a:hover {
    text-decoration: underline;

}

.horizontal-line {
    border: 2px solid #ffffff;
    width: 100%;
    margin: 30px 0px;
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0;
}

.social-icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
}

.social-icon {
    width: 26px;
    height: 23px;
    border-radius: 24px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.social-icon a img {
    display: flex;
    align-self: center;
}


/* Reviews CSS  */
.reviews-wrapper {}

.reviews-header {
    background: url('//img/svg/header-and-footer-background.svg') no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    padding: 10px 50px 50px 50px;
    color: #ffffff;
    height: 514px;
    margin-bottom: 30px;

}

.reviews-header .navigation {
    margin-bottom: 50px;
    padding: 0px 40px;
    background-color: #2754c7 !important;
}

.reviews-header h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.reviews-header p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.03em;
    margin: 0px auto 30px auto;
    color: #FFFFFF;
    max-width: 525px;
}

.happy-students {
    margin-bottom: 50px;
}

.trusted-students {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;

    color: #000000;
}

.five-rating {
    display: flex;
    align-items: center;
}

.five-rating span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    margin-right: 10px;
    color: #000000;
}

.reviews-wrapper .reviews-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
}

.reviews-desc {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}

.rating-details {
    margin-bottom: 60px;
}

.overall-rating {
    display: flex;
    align-items: center;
}

.reseller-rating {
    display: flex;
    align-items: center;
}

.rating-details span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-right: 10px;
    color: #000000;
}

.review-button-wrapper {
    margin-bottom: 50px;
}

.review-button {
    background: #309DF1;
    border-radius: 10px;
    width: 198px;
    height: 50px;
    color: white;
}

.review-cards {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-detail {
    padding: 15px 40px 50px 28px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.card-detail h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.card-detail img {
    display: block;
    margin-bottom: 10px;
}

.card-detail .horizontal-line {
    border: 1px solid #3071D5;
    margin-bottom: 20px;
}

.card-detail h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    color: #309DF1;
}

.card-detail p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.7);
}

.card-detail span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.03em;
    margin: 50px 0px 10px 0px;
    color: #309DF1;
    display: block;
}

.card-detail label {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.03em;

    color: #309DF1;
}

.see-button-wrapper {}

.see-button-wrapper .see-button {
    background: #309DF1;
    border-radius: 10px;
    width: 198px;
    height: 50px;
    color: white;
    margin-top: 50px;
    margin: 50px auto 70px auto;
}

/* writer page css  */

.writer-header {
    background: url('/img/svg/header-and-footer-background.svg') no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    padding: 10px 50px 50px 50px;
    color: #ffffff;
    height: 514px;
    margin-bottom: 30px;
}

.writer-header h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.writer-header p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.03em;
    margin: 0px auto 30px auto;
    color: #FFFFFF;
    max-width: 525px;
}

.writer-header .navigation {
    margin-bottom: 50px;
    padding: 0px 40px;
    background-color: #2754c7 !important;

}

.writers-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.writers-desc h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000000;
}

.writers-desc p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000000;
}

.writers-desc .dropdown-btn {
    background: #309DF1;
    border-radius: 10px;
    width: 199px;
    height: 50px;
    color: #FFFFFF;
}


.writer-cards {
    padding: 90px 65px 70px 65px;
    background: #EEEEEE;
    border-radius: 10px;
    width: 90%;
    margin: 0px auto 30px auto;
}

.detailed-card {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 34px 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.writer-info {
    display: flex;
    align-items: center;
}

.writer-info h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.writer-info span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.7);
}

.blue-section {
    background: #2A60CD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 45px;
    width: 479px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-section span {
    display: block;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
}

.detail-button {
    background: #309DF1;
    border-radius: 10px;
    width: 199px;
    height: 50px;
    color: #FFFFFF;
}

.writer-cards .see-button-wrapper .see-button {
    background: #309DF1;
    border-radius: 10px;
    width: 198px;
    height: 50px;
    color: white;
    margin: 60px auto 0 auto;
}



/* Subjects page CSS  */
.subjects-header {
    background: url('/img/svg/header-and-footer-background.svg') no-repeat;
    width: 100%;
    background-size: cover;
    padding: 10px 50px 50px 50px;
    color: #ffffff;
    background-position: 100% 100%;
    height: 450px;
    margin-bottom: 50px;
}

.subjects-header .navigation {
    margin-bottom: 50px;
    padding: 0px 40px;
    background-color: #2754c7 !important;
}

.subjects-cards {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 50px;
}

.subjects-cards .writer-details {
    padding: 10px 70px 60px 70px;
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 50px;
}

.subjects-cards .benefits {
    background: #FFFFFF;
    border: 1px solid #939393;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 45px 35px 45px;
    margin-bottom: 50px;
}

.writer-details .subjects-detail {
    background: #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 20px 40px 20px;
}

.subjects-detail label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    display: block;
    color: #000000;
    margin-bottom: 10px;
}

.subjects-detail span {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;

    color: #309DF1;
}

.subjects-detail .cources {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subjects-detail .cources span {
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    height: 47px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.03em;
    padding: 12px 32px;
    color: #000000;
}


.benefits h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.03em;
    max-width: 272px;
    color: #309DF1;
    margin: 0px auto 50px auto;
}

.benefits .pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

.benefits .pricing label {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.benefits .pricing del {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;

    color: #000000;
}

.benefits .hire-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.benefits .hire-button-wrapper .hire-button {
    background: #48C481;
    border-radius: 10px;
    width: 199px;
    height: 50px;
    color: #FFFFFF;

}

.benefits-see-btn {
    background: #FFFFFF !important;
    border: 1px solid #C9C9C9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 199px;
    height: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;

    color: #000000;
}

.benefits-see-btn:hover {
    color: #309DF1;
}

.total-subjects {
    margin-bottom: 45px;
}

.total-subjects .subject-desc {
    background: #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 25px 60px;
    margin-bottom: 20px;
}

.subject-desc h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
}

.subject-desc label,
.subject-desc span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    display: block;

    color: #000000;
}

.reviews-briefs {
    margin-bottom: 50px;
}

.reviews-briefs h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 70px;
    color: #000000;
}


/* Orders CSS  */

.orders-header,
.question-header {
    background: url('/img/svg/header-and-footer-background.svg') no-repeat;
    width: 100%;
    background-size: cover;
    padding: 10px 50px 50px 50px;
    color: #ffffff;
    background-position: 100% 100%;
    height: 450px;
    margin-bottom: 50px;
}

.orders-header .navigation,
.question-header .navigation {
    margin-bottom: 60px;
    padding: 0px 40px;
    background-color: #2754c7 !important;
}

.orders-header h3,
.question-header h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.order-wrapper {}

.order-wrapper h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.order-card-section {
    margin-bottom: 30px;
}

.order-card-section .orders-card {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.order-card-section .orders-card h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.mate-color {
    color: rgba(0, 0, 0, 0.7);
}

.order-card-section .orders-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.7);
    height: 68px;
}

.order-card-section .orders-card h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.03em;
    max-width: 402px;
    color: rgba(0, 0, 0, 0.7);
}

.green-text {
    color: #00C475 !important;
}

.form-section {}

.form-section .girl-image {}

.girl-image img {
    max-width: 100%;
}

.form-section .form-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    max-width: 726px;
    color: #000000;
    text-align: left;
    margin-bottom: 50px;
}

.form-content select,
.form-content input,
.form-content textarea {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
    min-height: 47px;
}

.form-content .get-done-btn {
    background: #00C475;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 175px;
    height: 85px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.form-content .get-done-btn:hover {
    color: #ffffff;
    background: #00985b;
}



.questions-content-wrapper {}

.questions-content-wrapper .left-section-details {}

.questions-content-wrapper .left-section-details h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    text-align: left;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 25px;
}

.questions-content-wrapper .left-section-details label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    margin: 0px 20px 60px 0px;
}

.questions-content-wrapper .left-section-details label span {
    color: #00C475;
    margin-left: 5px;
}

.questions-content-wrapper .left-section-details pre {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    max-width: 800px;
}

.questions-content-wrapper .left-section-details h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.questions-content-wrapper .right-section-details h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    text-align: left;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 25px;
}

.questions-content-wrapper .right-section-details .space {
    margin-bottom: 90px;
}

.questions-content-wrapper .right-section-details h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.03em;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    max-width: 319px;
}

.desnity-profile {
    display: flex;
}

.desnity-profile .desnity-image {
    margin-right: 10px;
}

.desnity-profile .desnity-image img {
    margin-bottom: 15px;
}

.desnity-profile .desnity-image label {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    background: #CFCFCF;
    border-radius: 10px;
    padding: 3px;
}

.desnity-profile {
    margin-bottom: 15px;
}

.desnity-profile .desnity-info h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
}

.desnity-profile .desnity-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.03em;
    max-width: 181px;
    margin: 0 auto;

    color: rgba(0, 0, 0, 0.7);
}

.desnity-profile .desnity-info .verified-identity {
    margin-bottom: 10px;
}

.desnity-info .verified-identity span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.achievements {}

.achievements label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.achievements span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.achievements .quote-review {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
    max-width: 210px;
    margin-bottom: 15px;
}

.avatar-details {
    width: 100%;
    height: 60px;
    position: relative;
}

.avatar-details .three-avatars {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.avatar-details .three-avatars img {
    position: absolute;
}

.avatar-details .three-avatars .img-1 {
    left: 0;
}

.avatar-details .three-avatars .img-2 {
    left: 50px;
}

.avatar-details .three-avatars .img-3 {
    left: 100px;
}

.avatar-details .three-avatars span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    max-width: 111px;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 160px;
    top: 15px;
    width: 100px;
    text-align: center;
}

.achievements .request-button-wrapper {

    position: relative;
    margin: 30px 0px 40px 0px;
}

.request-btn {
    background: #309DF1;
    border-radius: 10px;
    width: 213px;
    height: 50px;
    color: #ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    /* identical to box height, or 200% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.in-detail-projects {
    width: 75%;
}

.in-detail-projects h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.in-detail-projects span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}

.in-detail-projects label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.03em;

    color: rgba(0, 0, 0, 0.7);
}






/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .blue-experts-card {
        display: none;
    }

    .description-section p {
        max-width: 100%;
    }

    .order-form {
        width: 100%;
    }

    /* Question page  */
    .question-header {
        padding: 10px 20px 50px 20px;
        margin-bottom: 30px;
    }

    .questions-content-wrapper .left-section-details label {
        margin: 0px 10px 30px 0px;
    }

    .navigation .navbar-brand {
        width: 75%;
    }

    .questions-content-wrapper .right-section-details .space {
        margin-bottom: 30px;
    }


    /* Reviews Page  */

    .reviews-header {
        padding: 10px 20px 50px 20px;
        margin-bottom: 30px;
        height: 400px;
        background: url('/img/svg/blue-background.svg');
    }

    .five-rating {
        justify-content: center;
        margin-top: 10px;
    }

    .happy-students {
        margin-bottom: 30px;
    }

    .reviews-desc {
        margin-bottom: 30px;
    }

    .rating-details span {
        font-size: 20px;
    }

    .rating-details {
        margin-bottom: 30px;
    }

    .see-button-wrapper .see-button {
        margin: 20px auto 30px auto;
    }


    .subjects-cards .writer-details {
        padding: 10px 20px 60px 20px;
    }



    /* Writers Page  */
    .writer-header {
        background: url('/img/svg/blue-background.svg') no-repeat;
        width: 100%;
        background-size: cover;
        background-position: 100% 100%;
        margin-bottom: 30px;
    }

    .writer-cards {
        padding: 40px 25px 50px 25px;
    }

    .blue-section {
        padding: 15px 22px;
        width: 100%;
    }

    .blue-section span {
        font-size: 16px;
    }

    .detailed-card {
        padding: 15px 20px;
    }

    .writer-cards .see-button-wrapper .see-button {
        margin: 10px auto 0 auto;
    }


    /* Form Section  */

    .form-section .form-heading {
        font-size: 30px;
        margin-bottom: 30px;

    }


    /* Footer section  */
    .footer-wrapper {
        padding: 20px;
    }

    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-left-detail p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .subscribe-heading {
        margin-bottom: 10px;
    }

    .footer-right-details {
        margin-right: 0px;
    }

    .footer-links ul li {
        margin-bottom: 5px;
    }

    .horizontal-line {
        border: 1px solid #ffffff;
        margin: 20px 0px;
    }

    .social-icons-wrapper {
        padding-right: 0px;
    }

    .essay-writers-section {
        padding: 10px;
        width: 100%;
    }

    .benefits-detail {
        padding: 0px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .benefits-detail {
        padding: 0px !important;
    }

    .description-section p {
        max-width: 100%;
    }

    .questions-content-wrapper .right-section-details .space {
        margin-bottom: 30px;
    }

    .reviews-header {
        padding: 10px 20px 50px 20px;
        margin-bottom: 30px;
        height: 400px;
        background: url('/img/svg/blue-background.svg');
    }

    .five-rating {
        justify-content: center;
        margin-top: 10px;
    }

    .happy-students {
        margin-bottom: 30px;
    }

    .reviews-desc {
        margin-bottom: 30px;
    }

    .rating-details span {
        font-size: 20px;
    }

    .rating-details {
        margin-bottom: 30px;
    }

    .see-button-wrapper .see-button {
        margin: 20px auto 30px auto;
    }



    .form-section .form-heading {
        font-size: 30px;
        margin-bottom: 30px;

    }


    .footer-wrapper {
        padding: 20px;
    }

    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-left-detail p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .subscribe-heading {
        margin-bottom: 10px;
    }

    .footer-right-details {
        margin-right: 0px;
    }

    .footer-right-details p {
        max-width: 100%;
    }

    .footer-links ul li {
        margin-bottom: 5px;
    }

    .horizontal-line {
        border: 1px solid #ffffff;
        margin: 20px 0px;
    }

    .social-icons-wrapper {
        padding-right: 0px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .blue-experts-card {
        width: 420px;
    }

    .reviews-header {
        background: url('/img/svg/header-and-footer-background.svg') no-repeat;
        width: 100%;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-wrapper {
        padding: 20px 50px;
    }

    .footer-logo {
        margin-bottom: 35px;
    }

    .footer-left-detail p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .subscribe-heading {
        margin-bottom: 25px;
    }

    .footer-right-details {
        margin-right: 15px;
    }

    .footer-right-details p {
        max-width: 100%;
    }


    .footer-links ul li {
        margin-bottom: 10px;
    }


    .horizontal-line {
        border: 1px solid #ffffff;
        margin: 35px 0px;
    }

    .social-icons-wrapper {
        padding-right: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .blue-experts-card {
        width: 370px;
    }

    .footer-wrapper {
        padding: 40px 150px 10px 100px;
    }

    .footer-logo {
        margin-bottom: 65px;
    }

    .footer-left-detail p {
        max-width: 290px;
        margin-bottom: 45px;
    }

    .subscribe-heading {
        margin-bottom: 35px;
    }

    .footer-right-details {
        margin-right: 80px;
    }

    .footer-right-details p {
        max-width: 458px;
    }

    .horizontal-line {
        border: 2px solid #ffffff;
        width: 100%;
        margin: 30px 0px;
    }

    .social-icons-wrapper {
        padding-right: 50px;
    }

}

.owl-carousel .owl-item img.carousel-avatar {
    width: 84px;
    height: 84px;
}