.single-service-page {
    background-color: #fff3e3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.single-service-page-text {
    padding-top: 10px;
    /*text-align: center;*/
    color: #2f327d;
    font-family: Poppins;
    font-style: normal;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
}
.single-service-page-text-weight {
    color: #f48c06;
}
.single-service-page-paragraph {
    text-align: center;
    width: 50%;
    padding-top: 20px;
}
.single-service-page-paragraph p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 180%;
    /* or 43px */

    text-align: center;
    letter-spacing: 0.02em;

    color: #696984;
}
.single-service-page-heading {
    text-decoration: none;
    font-size: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    /*font-size: 22px;*/
    line-height: 160%;
    /* or 35px */

    letter-spacing: 0.02em;

    color: #000000;
}
.custom-essay-writing h4 {
    padding-top: 40px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    font-style: normal;
    font-family: Poppins;
    color: #f48c06;
}
.custom-essay-writing p {
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 600;
    font-family: Poppins;
    line-height: 180%;
    /* or 47px */
    padding-left: 100px;
    padding-right: 100px;
    letter-spacing: 0.02em;

    color: #696984;
}
.custom-essay-paragraph {
    width: 70%;
}
.custom-essay-paragraph p {
    padding-top: 10px;
    /*text-align: center;*/
    font-style: normal;
    font-size: 1em;
    font-weight: 500;
    font-family: Poppins;
    line-height: 180%;
    /* or 47px */

    letter-spacing: 0.02em;

    color: #696984;
}
.sample-button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
}
.sample-button a {
    background: #f48c06;
    border-radius: 80px;
    width: 150px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    /*font-size: 24px;*/
    /*line-height: 36px;*/
    /* identical to box height */
}
.sample-view {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 180%;
    /* identical to box height, or 65px */
    /*padding-bottom: 20px;*/
    letter-spacing: 0.02em;
    /*text-decoration-line: underline;*/

    color: #3851db;
}
#dropdown-services {
    background: #ffffff;
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.11);
    border-radius: 4px;
    width: 250px;
    height: 45px;
    padding-left: 5px;
}
#dropdown-services option {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 180%;
    /* identical to box height, or 65px */

    text-align: left;

    color: #2f327d;
}
.dropdown-service-lists a {
    background: #5b72ee;
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.11);
    border-radius: 4px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    width: 100px;
    /*line-height: 25px;*/
    /* identical to box height, or 81% */
    /*margin-left: -4px;*/
    height: 45px;
    color: #ffffff;
}
.dropdown-service-lists {
    /*text-align: center;*/
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*media queires*/
@media only screen and (max-width: 600px) {
    .single-service-page-paragraph {
        text-align: center;
        width: 100%;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 400px) {
    .dropdown-service-lists {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .custom-essay-paragraph {
        width: 90%;
        /*padding-left: 20px;
		padding-right: 20px;*/
    }
}
