/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /* header start  */

    .logo {
        width: 180px !important;
    }

    /* header end  */

    /* hero start  */

    .hero {
        padding-bottom: 80px;
    }

    .hero h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .hero p {
        font-size: 18px;
    }

    .hero-btn-wrapper {
        margin-top: 30px;
    }

    .icon-name p {
        text-align: left;
        margin-left: 8px;
        font-size: 15px;
        line-height: 18px;
    }

    /* hero end  */

    /* career start  */
    .career {
        padding: 80px 0;
        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
    }

    .career h1 {
        font-size: 26px;
    }

    .career p {
        font-size: 20px;
    }

    /* career end  */
    /* how-it-work start  */
    .how-it-work {
        padding: 100px 0px 80px 0;
    }

    .title-wrapper {
        margin-bottom: 50px;
    }

    .title-wrapper h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .title-wrapper p {
        font-size: 18px;
    }

    /* how-it-work end  */
    /* unique start  */
    .unique {
        padding-top:  150px;
    }

    .unique-list {
        max-width: 100%;
    }

    .unique-list-desc p {
        font-size: 16px;
    }

    /* unique end  */


    /* guide start  */

    .guide {
        padding: 100px 0 80px 0;
    }

    .single-guide {
        padding: 30px 20px;
    }

    .single-guide h2 {
        margin-bottom: 20px;
        min-height: 0;
        font-size: 22px;
    }

    .single-guide p {
        min-height: 0;
        font-size: 18px;
    }

    /* guide end  */
    /* about start  */

    .about {
        padding-top: 80px;
        padding-bottom: 80px;
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    }

    /* about end  */

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /* hero start  */

    .hero {
        padding-bottom: 80px;
    }

    .hero h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero-btn-wrapper {
        margin-top: 30px;
    }

    .icon-name p {
        text-align: left;
        margin-left: 8px;
        font-size: 15px;
        line-height: 18px;
    }

    /* hero end  */


    /* career start  */

    .career h1 {
        font-size: 36px;
    }

    .career p {
        font-size: 23px;
    }

    /* career end  */

    /* how-it-work start  */

    .title-wrapper {
        margin-bottom: 50px;
    }

    .title-wrapper h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .title-wrapper p {
        font-size: 18px;
    }

    /* how-it-work end  */

    /* unique start  */

    .unique-list {
        max-width: 100%;
    }

    .unique-list-desc p {
        font-size: 18px;
    }

    /* unique end  */

    /* guide start  */

    .single-guide {
        padding: 30px 20px;
    }

    .single-guide h2 {
        margin-bottom: 20px;
        min-height: 0;
        font-size: 22px;
    }

    .single-guide p {
        min-height: 0;
        font-size: 18px;
    }

    /* guide end  */
    /* about start  */

    .about {
        padding-top: 100px;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }

    /* about end  */



}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /* hero start  */

    .hero {
        padding-bottom: 80px;
    }

    .hero h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero-btn-wrapper {
        margin-top: 30px;
    }


    .icon-name p {
        text-align: left;
        margin-left: 8px;
        font-size: 15px;
        line-height: 18px;
    }

    /* hero end  */

    /* how-it-work start  */

    .title-wrapper {
        margin-bottom: 50px;
    }

    .title-wrapper h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .title-wrapper p {
        font-size: 18px;
    }

    /* how-it-work end  */
    /* unique start  */

    .unique-list {
        max-width: 100%;
    }

    .unique-list-desc p {
        font-size: 16px;
    }

    /* unique end  */

    /* guide start  */

    .single-guide {
        padding: 30px 20px;
    }

    .single-guide h2 {
        margin-bottom: 20px;
        min-height: 0;
        font-size: 22px;
    }

    .single-guide p {
        min-height: 0;
        font-size: 18px;
    }

    /* guide end  */


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    /* hero start  */
    .hero h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero-btn-wrapper {
        margin-top: 30px;
    }

    .icon-name p {
        margin-left: 8px;
        font-size: 15px;
        line-height: 18px;
    }

    /* hero end  */

    /* career start  */

    .career h1 {
        font-size: 36px;
    }

    .career p {
        font-size: 23px;
    }


    /* career end  */


    /* unique start  */

    .unique-list {
        max-width: 100%;
    }

    /* unique end  */


    /* guide start  */

    .single-guide {
        padding: 30px 20px;
    }

    .single-guide h2 {
        margin-bottom: 20px;
        min-height: 45px;
        font-size: 20px;
    }

    .single-guide p {
        min-height: 170px;
        font-size: 17px;
    }

    /* guide end  */



}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}