body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.form-container {
    background: white;
    border-radius: 5px;
    max-width: 92%;
    margin: auto;
}

#cuwrkphd-contpagtsect label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

#cuwrkphd-contpagtsect input[type="text"],
#cuwrkphd-contpagtsect input[type="email"],
#cuwrkphd-contpagtsect input[type="number"],
#cuwrkphd-contpagtsect textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#cuwrkphd-contpagtsect button[type="submit"] {
    background-color: #e9b758;
    color: white;
    border: none;
    padding: 15px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
    width: 100%;
    font-weight: 800;
    margin: 15px 0px 40px 0px;
    font-family: "Rubik", sans-serif;
}

#cuwrkphd-contpagtsect button[type="submit"]:hover {
    background-color: #507284;
}

#cuwrkphd-contpagtsect select {
    width: 100%;
    padding: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cuwrkphd-formpagetcont h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
    margin: 0px 0px 38px 0px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

#cuwrkphd-contpagtsect select option {
    background-color: #fff;
    color: #000;
}

.cuwrkphd-frstpagtcont h1 {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    margin: 40px auto 40px auto;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
    text-transform: capitalize;
}

.cuwrkphd-frstpagtcont p {
    font-size: 16px;
    text-align: justify;
    line-height: 38px;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-bantfrstcontpagt h4 {
    font-size: 30px;
    font-weight: 800;
    margin: 24px 0px 24px 0px;
    font-family: "Golos Text", serif;
}

#cuwrkphd-bantpagtcont {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 48px;
    font-style: italic;
    font-family: "Josefin Sans", sans-serif;
}

.cuwrkphd-ltdtcontsect {
    display: grid;
    grid-column-gap: 22px;
    grid-row-gap: 24px;
    grid-template-rows: 150px;
    grid-template-columns: repeat(5, 1fr);
    background-color: #f7f7f7;
    height: 224px;
}

.cuwrkphd-ltdtcontsect li {
    box-shadow: 2px 4px 10px 10px #ccc;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    border-radius: 8px;
    margin: auto;
    height: 215px;
    font-family: "Roboto", sans-serif;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background-color: #fef2d4;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.cuwrkphd-ltdtcontsect li:hover {
    transform: scale(1.1);
}

h2 {
    font-family: "Rubik", sans-serif;
}

.cuwrkphd-crtdmndtcont h2 {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0px 48px 0px;
    text-transform: capitalize;
    color: #3b6278;
}

.cuwrkphd-hetpcrwdwrtd h2 {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin: 60px 0px 35px 0px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

.cuwrkphd-hetpcrwdwrtd p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-gdtntgtdcont h2 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0px 38px 0px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

.cuwrkphd-gdtntgtdcont ul li {
    font-size: 16px;
    text-align: left;
    line-height: 38px;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-gdtntgtdcont ol li {
    font-size: 16px;
    text-align: justify;
    line-height: 38px;
    font-family: "Roboto", sans-serif;
    flex-wrap: nowrap;
}

.cuwrkphd-gdtntgtdcont ol li::marker {
    background-image: linear-gradient(45deg, black, transparent);
    font-size: 24px;
    box-shadow: 4px 4px 8px 8px #cdcdcd;
    color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

.cuwrkphd-mktlistd {
    list-style: none;
    padding-left: 0;
}

.cuwrkphd-mktlistd li {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
}

.cuwrkphd-mktlistd {
    position: relative;
    background: #fbc02d;
    color: #553333;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    font-size: 1.2em;
    /* flex-direction: row; */
    justify-content: space-around;
    padding: 10px 18px;
    margin-right: 15px;
    align-items: center;
}

.cuwrkphd-crwrktcont h2 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0px 38px 0px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

.cuwrkphd-crwrktcont p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-crwrktcont h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 30px 0px 30px 0px;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
}

.cuwrkphd-crwrktcont h4 {
    font-size: 21px;
    font-weight: 800;
    margin: 30px 0px 30px 0px;
}

.cuwrkphd-ourtdctdtcont h2 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin: -48px 0px 38px 0px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

.cuwrkphd-ourtdctdtcont p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-formsectimag {
    width: 100%;
    margin: 8px 0px 0px 0px;
}

.cuwrkphd-frstimag {
    width: 100%;
    height: 248px;
    margin-top: 44px;
}

.cuwrkphd-wrtdcrdtcont:hover .cuwrkphd-wrtdcrdtcontsect {
    opacity: 1;
    transform: translateY(40px);
    pointer-events: auto;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    height: auto;
}

.cuwrkphd-wrtdcrdtcontsect {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    height: 0px;
    margin-top: -24px;
    margin-bottom: 80px;
    padding: 0px 30px;
}

.cuwrkphd-wrtdcrdtcont h4 {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    margin: 24px 0px 0px 0px;
    background-color: #fef2d4;
    padding: 24px;
    font-family: "Rubik", sans-serif;
    font-style: italic;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
}

.cuwrkphd-faqtpagtcont {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    margin: 10px auto;
}

.cuwrkphd-faqtpagtquestion {
    width: 100%;
    padding: 10px;
    background: #e0e6e7;
    border: none;
    transition: 0.3s;
    font-size: 16px;
    line-height: 42px;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-faqtpagtquestion:hover {
    background: #e0e6e782;
}

.cuwrkphd-faqtpagtanswer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.3s ease;
}

.cuwrkphd-faqtpagtanswer p {
    margin: 10px 0;
    font-size: 16px;
    text-align: justify;
    line-height: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.cuwrkphd-faqtsectpagt h2 {
    font-size: 33px;
    font-weight: bold;
    text-align: left;
    margin: 44px 0px 35px 0px;
    font-family: "Rubik", sans-serif;
    color: #0b4f8b;
}

.cuwrkphd-tpgtsdtcrtcnt h2 {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #3b6278;
}

.cuwrkphd-tpgtsdtcrtcnt ul li {
    list-style: none;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-tpgtsdtcrtcnt h4 {
    font-size: 33px;
    font-weight: 800;
    text-align: left;
    margin: 30px auto 30px auto;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
}

.cuwrkphd-tpgtsdtcrtcnt p {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}

.cuwrkphd-paptsectanswer {
    max-height: 0;
    overflow: hidden;
}

.cuwrkphd-paptsectquestion {
    padding: 15px;
    box-shadow: 4px 4px 4px 4px #ccc;
    width: 100%;
    text-align: left;
    margin: 8px auto;
    font-family: "Roboto", sans-serif;
    background-image: linear-gradient(45deg, #fef2d4, transparent);
}

.cuwrkphd-paptsectpagt h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 40px auto;
    color: #3b6278;
}

.cuwrkphd-paptsectitem {
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 85%;
}

#cuwrkphd-getdtcont {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 38px 38px 0px 38px;
    border-radius: 24px;
    background-color: #f7f7f7;
    width: 88%;
    margin: auto;
    background-image: url(../images/civil-engineering-coursework.png);
    background-repeat: repeat;
    background-size: 4px;
}

.cuwrkphd-contpagtsect {
    padding: 24px;
}

#cuwrkphd-contpagtsect {
    background-image: url(../images/civil-engineering-coursework.png);
    background-repeat: repeat;
    background-size: 2px;
    padding: 18px;
}

.cuwrkphd-contatsectcont h4 {
    font-size: 24px;
    font-weight: 800;
    text-align: justify;
    line-height: 42px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    padding: 12px;
}

.cuwrkphd-ltdtcontsect li i {
    font-size: 30px;
    background-color: #fff;
    padding: 16px;
    width: 35%;
    color: #3b6278;
}

.cuwrkphd-wrtdcrdtcont {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cuwrkphd-sectimag {
    width: 44px;
}

.cuwrkphd-pricingpagesec {
    background: #f7f7f7;
    border: 1px solid #0000001c;
    margin-bottom: 25px;
    margin-top: 48px;
}

.cuwrkphd-checkpricbtn {
    border: solid 3px #be141f;
    border-style: outset;
    background: #cd272d;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 18px;
}

#cuwrkphd-checkpriceimg {
    width: 325px;
    height: 368px;
}

.cuwrkphd-pricingpagesec h5 {
    line-height: 31px;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: justify;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}

.cuwrkphd-pricingpagesec p {
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.cuwrkphd-rightpricingpagesec {
    padding: 10px 20px;
}

.phdasban-choshgtpagscont span {
    font-size: 42px;
    text-align: center;
    display: flex;
    margin: 0px auto 15px auto;
    justify-content: space-around;
    background-color: #94e7cbb8;
    width: max-content;
    padding: 10px;
    border-radius: 40px;
}

.phdasban-tab-panevatscot li span {
    font-size: 24px;
    margin-right: 8px;
    color: #6db98f;
}

.cuwrkphd-masuc {
    color: #cd272d;
}

.cuwrkphd-tpgtsdtcrtcnt ul li span {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 0;
    padding: 12px;
}

.coursework-icon {
    margin-right: 0px;
    vertical-align: middle;
    color: #fbc02d;
    font-size: 1.2em;
}

.coursework-batdicon {
    opacity: 0.2;
    width: 112px !important;
    height: 148px !important;
    position: absolute;
    left: 54px;
    top: 55%;
    transform: translateY(-91%);
    transform: rotate(45deg);
    margin-right: 12px;
    fill: #fbc02d;
}

.cuwrkphd-bantsectfrtd {
    background-color: #c3cdd082;
    padding: 22px;
    border-radius: 8px;
}

.cuwrkphd-contatsectcont h4 a {
    text-transform: lowercase;
}

#cuwrkphd-bantpagtcont a {
    text-transform: lowercase;
}

.cuwrkphd-tdptdcont {
    width: 80%;
    margin: auto;
    display: flex;
}

.coursework-batdicongtdt {
    opacity: 0.2;
    width: 112px !important;
    height: 148px !important;
    position: absolute;
    right: 130px;
    top: 46%;
    transform: translateY(-91%);
    transform: rotate(45deg);
    margin-right: 12px;
    fill: #fbc02d;
}

.coursework-batdicontpdt {
    opacity: 0.2;
    width: 112px !important;
    height: 148px !important;
    position: absolute;
    right: 148px;
    top: 69%;
    transform: translateY(-91%);
    transform: rotate(45deg);
    margin-right: 12px;
    fill: #fbc02d;
}

.cuwrkphd-butncontdtpagt button {
    background-color: #e9b758;
    color: white;
    border: none;
    padding: 15px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
    width: 100%;
    font-weight: 800;
    margin: 12px 0px 24px 0px;
    font-family: "Rubik", sans-serif;
}

.cuwrkphd-butncontdtpagt {
    width: fit-content;
    margin: auto;
}

#discussion {
    scroll-margin-top: 224px;
}

.cuwrkphd-paptsectanswer p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 35px;
}

.cuwrkphd-stptsectcont h2
{
    font-size: 34px;
    font-weight: 800;
    margin: 38px auto;
    color: #3b6278;
}

.cuwrkphd-stptsectcont p
{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 35px;
}

.cuwrkphd-stptsectcont h4 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    margin: 18px 0px 26px 0px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    color: #3b6278;
    font-style: italic;
}

.cuwrkphd-stptpagtcont {
    display: grid;
    grid-template-columns: repeat(2, 5fr);
    grid-column-gap: 82px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
}

.cuwrkphd-stptcontpagt {
    box-shadow: 0px 4px 5px 2px #cdcdcd;
    padding: 15px;
    margin: 12px 0px 12px 0px;
    background-color: #e0e6e7;
    border-radius: 10px;
}

.cuwrkphd-stptcontpagt h4 i
{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 0;
    padding: 12px 14px;
    background-color: #e9b758;
    border-radius: 42px;
    color: #fff;
}



@media (min-width: 320px) and (max-width: 375px) {

    .cuwrkphd-bantfrstcontpagt h4 {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
        line-height: 48px;
    }

    #cuwrkphd-bantpagtcont {
        font-size: 22px;
        font-weight: 600;
        line-height: 48px;
    }

    .cuwrkphd-frstimag {
        width: 100%;
        height: 248px;
        margin-top: 0px;
    }

    .cuwrkphd-crtdmndtcont h2 {
        font-size: 28px;
        text-align: center;
        margin: 30px 0px 44px 0px;
        line-height: 2;
    }

    .cuwrkphd-ltdtcontsect {
        display: inline-flex;
        grid-column-gap: 22px;
        grid-row-gap: 24px;
        grid-template-rows: 150px;
        grid-template-columns: repeat(5, 1fr);
        height: 224px;
        flex-direction: column;
    }

    .cuwrkphd-ltdtcontsect li {
        padding: 15px;
        border-radius: 8px;
        margin: auto;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 33px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-formpagetcont h2 {
        font-size: 26px;
        line-height: 48px;
        margin: 0px 0px 38px 0px;
    }

    .form-container {
        border-radius: 5px;
        max-width: 100%;
    }

    .cuwrkphd-ltdtcontsect li i {
        font-size: 30px;
        padding: 16px;
        width: 22%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 28px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-hetpcrwdwrtd h2 {
        font-size: 26px;
        margin: 60px 0px 35px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont ol li {
        font-size: 16px;
        line-height: 38px;
        flex-wrap: nowrap;
    }

    .cuwrkphd-crwrktcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-ourtdctdtcont h2 {
        font-size: 26px;
        margin: -48px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h2 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h4 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-paptsectpagt h2 {
        font-size: 26px;
        margin: 40px auto;
        line-height: 42px;
    }

    .cuwrkphd-contatsectcont h4 {
        font-size: 22px;
        line-height: 42px;
    }

    #cuwrkphd-contpagtsect button[type="submit"] {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 15px 0px 40px 0px;
        white-space: normal;
    }

    .cuwrkphd-butncontdtpagt button {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 12px 0px 24px 0px;
        white-space: normal;
    }

    .cuwrkphd-frstpagtcont h1 {
        font-size: 33px;
        margin: -112px auto 40px auto;
    }

    #cuwrkphd-checkpriceimg {
        width: 100%;
        height: 368px;
    }
    
    .cuwrkphd-stptcontpagt h4 i {
    font-size: 24px;
    line-height: 0;
    padding: 12px 14px;
    border-radius: 42px;
}

.cuwrkphd-stptsectcont h4 {
    font-size: 22px;
    margin: 18px 0px 26px 0px;
    line-height: 44px;
}

.cuwrkphd-stptpagtcont {
    display: flex;
    grid-row-gap: 24px;
    flex-direction: column;
}

}

@media (min-width: 376px) and (max-width: 425px) {

    .cuwrkphd-bantfrstcontpagt h4 {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
        line-height: 48px;
    }

    #cuwrkphd-bantpagtcont {
        font-size: 22px;
        font-weight: 600;
        line-height: 48px;
    }

    .cuwrkphd-frstimag {
        width: 100%;
        height: 248px;
        margin-top: 0px;
    }

    .cuwrkphd-crtdmndtcont h2 {
        font-size: 28px;
        text-align: center;
        margin: 30px 0px 44px 0px;
        line-height: 2;
    }

    .cuwrkphd-ltdtcontsect {
        display: inline-flex;
        grid-column-gap: 22px;
        grid-row-gap: 24px;
        grid-template-rows: 150px;
        grid-template-columns: repeat(5, 1fr);
        height: 224px;
        flex-direction: column;
    }

    .cuwrkphd-ltdtcontsect li {
        padding: 15px;
        border-radius: 8px;
        margin: auto;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 33px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-formpagetcont h2 {
        font-size: 26px;
        line-height: 48px;
        margin: 0px 0px 38px 0px;
    }

    .form-container {
        border-radius: 5px;
        max-width: 100%;
    }

    .cuwrkphd-ltdtcontsect li i {
        font-size: 30px;
        padding: 16px;
        width: 22%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 28px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-hetpcrwdwrtd h2 {
        font-size: 26px;
        margin: 60px 0px 35px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont ol li {
        font-size: 16px;
        line-height: 38px;
        flex-wrap: nowrap;
    }

    .cuwrkphd-crwrktcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-ourtdctdtcont h2 {
        font-size: 26px;
        margin: -48px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h2 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h4 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-paptsectpagt h2 {
        font-size: 26px;
        margin: 40px auto;
        line-height: 42px;
    }

    .cuwrkphd-contatsectcont h4 {
        font-size: 22px;
        line-height: 42px;
    }

    #cuwrkphd-contpagtsect button[type="submit"] {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 15px 0px 40px 0px;
        white-space: normal;
    }

    .cuwrkphd-butncontdtpagt button {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 12px 0px 24px 0px;
        white-space: normal;
    }

    .cuwrkphd-frstpagtcont h1 {
        font-size: 33px;
        margin: -112px auto 40px auto;
    }

    #cuwrkphd-checkpriceimg {
        width: 100%;
        height: 368px;
    }
    
    .cuwrkphd-stptcontpagt h4 i {
    font-size: 24px;
    line-height: 0;
    padding: 12px 14px;
    border-radius: 42px;
}

.cuwrkphd-stptsectcont h4 {
    font-size: 22px;
    margin: 18px 0px 26px 0px;
    line-height: 44px;
}

.cuwrkphd-stptpagtcont {
    display: flex;
    grid-row-gap: 24px;
    flex-direction: column;
}

}

@media (min-width: 426px) and (max-width: 575px) {
    .cuwrkphd-bantfrstcontpagt h4 {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
        line-height: 48px;
    }

    #cuwrkphd-bantpagtcont {
        font-size: 22px;
        font-weight: 600;
        line-height: 48px;
    }

    .cuwrkphd-frstimag {
        width: 100%;
        height: 248px;
        margin-top: 0px;
    }

    .cuwrkphd-crtdmndtcont h2 {
        font-size: 28px;
        text-align: center;
        margin: 30px 0px 44px 0px;
        line-height: 2;
    }

    .cuwrkphd-ltdtcontsect {
        display: inline-flex;
        grid-column-gap: 22px;
        grid-row-gap: 24px;
        grid-template-rows: 150px;
        grid-template-columns: repeat(5, 1fr);
        height: 224px;
        flex-direction: column;
        margin-left: 60px;
    }

    .cuwrkphd-ltdtcontsect li {
        padding: 15px;
        border-radius: 8px;
        margin: auto;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 33px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-formpagetcont h2 {
        font-size: 26px;
        line-height: 48px;
        margin: 0px 0px 38px 0px;
    }

    .form-container {
        border-radius: 5px;
        max-width: 100%;
    }

    .cuwrkphd-ltdtcontsect li i {
        font-size: 30px;
        padding: 16px;
        width: 22%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 28px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-hetpcrwdwrtd h2 {
        font-size: 26px;
        margin: 60px 0px 35px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont ol li {
        font-size: 16px;
        line-height: 38px;
        flex-wrap: nowrap;
    }

    .cuwrkphd-crwrktcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-ourtdctdtcont h2 {
        font-size: 26px;
        margin: -48px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h2 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h4 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-paptsectpagt h2 {
        font-size: 26px;
        margin: 40px auto;
        line-height: 42px;
    }

    .cuwrkphd-contatsectcont h4 {
        font-size: 22px;
        line-height: 42px;
    }

    #cuwrkphd-contpagtsect button[type="submit"] {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 15px 0px 40px 0px;
        white-space: normal;
    }

    .cuwrkphd-butncontdtpagt button {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 12px 0px 24px 0px;
        white-space: normal;
    }

    .cuwrkphd-frstpagtcont h1 {
        font-size: 33px;
        margin: -80px auto 40px auto;
    }

    .cuwrkphd-pricingpagesec {
        margin-bottom: 25px;
        margin-top: 48px;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cuwrkphd-stptcontpagt h4 i {
    font-size: 24px;
    line-height: 0;
    padding: 12px 14px;
    border-radius: 42px;
}

.cuwrkphd-stptsectcont h4 {
    font-size: 22px;
    margin: 18px 0px 26px 0px;
    line-height: 44px;
}

.cuwrkphd-stptpagtcont {
    display: flex;
    grid-row-gap: 24px;
    flex-direction: column;
}
}

@media (min-width: 576px) and (max-width: 767px) {
    .cuwrkphd-bantfrstcontpagt h4 {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
        line-height: 48px;
    }

    #cuwrkphd-bantpagtcont {
        font-size: 22px;
        font-weight: 600;
        line-height: 48px;
    }

    .cuwrkphd-frstimag {
        width: 100%;
        height: 248px;
        margin-top: 0px;
    }

    .cuwrkphd-crtdmndtcont h2 {
        font-size: 28px;
        text-align: center;
        margin: 30px 0px 44px 0px;
        line-height: 2;
    }

    .cuwrkphd-ltdtcontsect {
        display: inline-flex;
        grid-column-gap: 22px;
        grid-row-gap: 24px;
        grid-template-rows: 150px;
        grid-template-columns: repeat(5, 1fr);
        height: 224px;
        flex-direction: column;
        margin-left: 60px;
    }

    .cuwrkphd-ltdtcontsect li {
        padding: 15px;
        border-radius: 8px;
        margin: auto;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 33px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-formpagetcont h2 {
        font-size: 26px;
        line-height: 48px;
        margin: 0px 0px 38px 0px;
    }

    .form-container {
        border-radius: 5px;
        max-width: 100%;
    }

    .cuwrkphd-ltdtcontsect li i {
        font-size: 30px;
        padding: 16px;
        width: 22%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 28px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-hetpcrwdwrtd h2 {
        font-size: 26px;
        margin: 60px 0px 35px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont ol li {
        font-size: 16px;
        line-height: 38px;
        flex-wrap: nowrap;
    }

    .cuwrkphd-crwrktcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-ourtdctdtcont h2 {
        font-size: 26px;
        margin: -48px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h2 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h4 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-paptsectpagt h2 {
        font-size: 26px;
        margin: 40px auto;
        line-height: 42px;
    }

    .cuwrkphd-contatsectcont h4 {
        font-size: 22px;
        line-height: 42px;
    }

    #cuwrkphd-contpagtsect button[type="submit"] {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 15px 0px 40px 0px;
        white-space: normal;
    }

    .cuwrkphd-butncontdtpagt button {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 12px 0px 24px 0px;
        white-space: normal;
    }

    .cuwrkphd-frstpagtcont h1 {
        font-size: 33px;
        margin: -80px auto 40px auto;
    }

    .cuwrkphd-pricingpagesec {
        margin-bottom: 25px;
        margin-top: 48px;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cuwrkphd-stptcontpagt h4 i {
    font-size: 24px;
    line-height: 0;
    padding: 12px 14px;
    border-radius: 42px;
}

.cuwrkphd-stptsectcont h4 {
    font-size: 22px;
    margin: 18px 0px 26px 0px;
    line-height: 44px;
}

.cuwrkphd-stptpagtcont {
    display: flex;
    grid-row-gap: 24px;
    flex-direction: column;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .cuwrkphd-bantfrstcontpagt h4 {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
        line-height: 48px;
    }

    #cuwrkphd-bantpagtcont {
        font-size: 22px;
        font-weight: 600;
        line-height: 48px;
    }

    .cuwrkphd-frstimag {
        width: 100%;
        height: 248px;
        margin-top: 0px;
    }

    .cuwrkphd-crtdmndtcont h2 {
        font-size: 28px;
        text-align: center;
        margin: 30px 0px 44px 0px;
        line-height: 2;
    }

    .cuwrkphd-ltdtcontsect {
        display: inline-flex;
        grid-column-gap: 22px;
        grid-row-gap: 24px;
        grid-template-rows: 150px;
        grid-template-columns: repeat(5, 1fr);
        height: 224px;
        flex-direction: column;
        margin-left: 60px;
    }

    .cuwrkphd-ltdtcontsect li {
        padding: 15px;
        border-radius: 8px;
        margin: auto;
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 33px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-formpagetcont h2 {
        font-size: 26px;
        line-height: 48px;
        margin: 0px 0px 38px 0px;
    }

    .form-container {
        border-radius: 5px;
        max-width: 100%;
    }

    .cuwrkphd-ltdtcontsect li i {
        font-size: 30px;
        padding: 16px;
        width: 22%;
    }

    .cuwrkphd-faqtsectpagt h2 {
        font-size: 28px;
        margin: 42rem 0px 35px 0px;
    }

    .cuwrkphd-hetpcrwdwrtd h2 {
        font-size: 26px;
        margin: 60px 0px 35px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-gdtntgtdcont ol li {
        font-size: 16px;
        line-height: 38px;
        flex-wrap: nowrap;
    }

    .cuwrkphd-crwrktcont h2 {
        font-size: 26px;
        margin: 30px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-ourtdctdtcont h2 {
        font-size: 26px;
        margin: -48px 0px 38px 0px;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h2 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-tpgtsdtcrtcnt h4 {
        font-size: 26px;
        margin: 30px auto 30px auto;
        line-height: 42px;
    }

    .cuwrkphd-paptsectpagt h2 {
        font-size: 26px;
        margin: 40px auto;
        line-height: 42px;
    }

    .cuwrkphd-contatsectcont h4 {
        font-size: 22px;
        line-height: 42px;
    }

    #cuwrkphd-contpagtsect button[type="submit"] {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 15px 0px 40px 0px;
        white-space: normal;
    }

    .cuwrkphd-butncontdtpagt button {
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width: 100%;
        margin: 12px 0px 24px 0px;
        white-space: normal;
    }

    .cuwrkphd-frstpagtcont h1 {
        font-size: 33px;
        margin: 68px auto 40px auto;
    }

    .cuwrkphd-pricingpagesec {
        margin-bottom: 25px;
        margin-top: 48px;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1920px) {
    .cuwrkphd-formsectimag {
        width: 100%;
        margin: -38px 0px 0px 0px;
    }

    .coursework-batdicongtdt {
        opacity: 0.2;
        width: 112px !important;
        height: 148px !important;
        right: 382px;
        top: 44%;
        transform: translateY(-91%);
        transform: rotate(45deg);
    }

    .coursework-batdicon {
        opacity: 0.2;
        width: 112px !important;
        height: 148px !important;
        left: 348px;
        top: 56%;
        transform: translateY(-91%);
        transform: rotate(45deg);
    }

    .coursework-batdicontpdt {
        opacity: 0.2;
        width: 112px !important;
        height: 148px !important;
        right: 348px;
        top: 69%;
        transform: translateY(-91%);
        transform: rotate(45deg);
    }

    .cuwrkphd-paptsectitem {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 48%;
    }
    
    #cuwrkphd-getdtcont {
        padding: 38px 38px 0px 38px;
        width: 88%;
        background-repeat: repeat;
        background-size: 4px;
    }
    
    #cuwrkphd-contpagtsect {
    background-size: 1px;
    padding: 18px;
}

}