
.new_design_style .our_services_hide_design .landing-list{
    column-count: 3;
    padding: 0;
    margin: 0;
}
body .new_design_style .our_services_hide_design .header{
    padding: 0 30px;
}
body .new_design_style .our_services_hide_design .header h3{
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: #182B3E;
}
body .new_design_style .faq-content--item.our_services_hide_design .header + .body{
    border-top: none;
}
.new_design_style .our_services_hide_design .landing-list li{
    margin: 0;
    font-size: 14px;
    line-height: 34px !important;
    list-style: none;
    list-style-image: none!important;
}
.new_design_style .our_services_hide_design .landing-list a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #494949;
}
.new_design_style .our_services_hide_design .landing-list a:hover{
    text-decoration: underline;
    color: #38B8EF;
}

@media (min-width: 768px) and (max-width: 991px){
    .new_design_style .our_services_hide_design .landing-list{
        column-count: 2;
    }
}
@media (max-width: 767px) {
    .new_design_style .our_services_hide_design .landing-list{
        column-count: 1;
    }

    body .new_design_style .our_services_hide_design .header {
        padding: 0 20px;
    }

    body .new_design_style .our_services_hide_design .header h3{
        font-size: 22px;
        margin-bottom: 0;
    }
    .new_design_style .our_services_hide_design .landing-list li{
        line-height: 34px;
        font-size: 14px;
    }
}


.custom-css .new_design_style .related .init-slider-rel{
     width: 100%;
     margin: 60px auto 0 auto;
}
.custom-css .new_design_style .wrap-block-after .related-container.related_container_new_design{
    margin-top: 60px;
    border-top: 1px solid #D2DEEA;
    padding-top: 30px;
    margin-bottom: 0;
}

.custom-css .new_design_style .wrap-block-after .related-container.related_container_new_design h3{
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: #182B3E;
}
.custom-css  .new_design_style .wrap-block-after .related-container.related_container_new_design .related{
    margin-left: -20px;
    margin-right: -20px;
}
.custom-css .new_design_style .related .init-slider-rel .slid-item .text-slid h4{
    font-family: "Gotham Pro", sans-serif;
}
.custom-css .new_design_style .related .init-slider-rel .slid-item .text-slid a{
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 16px;
}

.custom-css .new_design_style .wrap-block-after .related-container.related_container_new_design .slick-list.draggable{
    padding-bottom: 100px;
}
.custom-css .new_design_style .related .init-slider-rel .slid-item,
.custom-css .new_design_style .related .init-slider-rel .slid-item .text-slid a{
    height: 180px;
}
.custom-css .new_design_style .related .init-slider-rel .slid-item .img-slid{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: -42px;
}
.custom-css .new_design_style .related .init-slider-rel .slid-item{
    margin: 43px 20px 0 20px;
}


.custom-css .new_design_style .related .init-slider-rel .slid-item .img-slid.bg{
    background: rgb(255, 255, 255) url("https://www.wowessays.com/assets/img/file-new-design.svg") no-repeat;
    background-size: auto;
    background-position: center;
    box-shadow: 0 5px 15px rgba(49, 49, 49, 0.08);
}

.new_design_style .related-container .slick-arrow{
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(49, 49, 49, 0.08);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_design_style .related-container .slick-arrow img{
    max-width: 8px;
}
.custom-css .new_design_style .related .init-slider-rel .sprite-prev{
    top: -98px;
    right: 18px;
    opacity: 1;
}

.custom-css .new_design_style .related .init-slider-rel .sprite-next{
    top: -98px;
    right: 82px;
    opacity: 1;
    left: auto;
}



.new_design_style .list ul.flex_wrp{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    padding: 0;
}

.new_design_style .list ul.flex_wrp li{
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 20px 0 20px 45px;
    display: flex;
    align-items: center;
    transition: all .5s;
    margin: 0;
    position: relative;
}
.new_design_style .list ul.flex_wrp li:before{
    content: "";
    width: 14px;
    height: 16px;
    position: absolute;
    top: 37%;
    left: 22px;
    background: url("/assets/img/related-essay-logo.svg");
}

.new_design_style.popular_categs_wrapper .list ul.flex_wrp li:before{
    width: 8px;
    background: url("/assets/img/new-main/caret-down.svg");
    left: 26px;
}


.new_design_style .list ul.flex_wrp li:hover{
    background: #fff;
}
.new_design_style .list ul.flex_wrp li:nth-child(4n){
    border-right: none;
}

.new_design_style .list ul.flex_wrp li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #494949;
}

.new_design_style .list ul.flex_wrp li h4{
    margin: 7px 0;
}


.new_design_style .list ul.flex_wrp li.hidden_el{
    display: none!important;
}

.custom-css .new_design_style h3,
.new_design_style .popular-categs__title{
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
    color: #182B3E;
}

.new_design_style .show_more_list{
    border: 1px solid #38B8EF;
    border-radius: 100px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .5s;
    margin: 40px auto;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #38B8EF;
}

.new_design_style .show_more_list:hover{
    background: #38B8EF;
    color: #ffffff;
}

.popular_categs_wrapper.new_design_style{
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px){
    .new_design_style .list ul.flex_wrp li{
        width: 33.3%;
    }
    .new_design_style .list ul.flex_wrp li:nth-child(4n) {
        border-right: 1px solid #E4EEF9;
    }
    .new_design_style .list ul.flex_wrp li:nth-child(3n) {
        border-right: none;
    }
}

@media (max-width: 767px){
    .new_design_style .list ul.flex_wrp li{
        width: 100%;
        border-right: none;
    }
    .new_design_style .list ul.flex_wrp li.hidden_el {
        display: inherit!important;
    }
    .new_design_style .show_more_list{
        display: none;
    }
    .custom_scroll{
        height: 435px;
        overflow: auto;
        padding-right: 15px;
    }
    .container.new_design_style.related_tags,
    .container.new_design_style.popular_categs_wrapper{
        padding-right: 5px;
    }
    .new_design_style.popular_categs_wrapper .list ul.flex_wrp li:before{
        left: 10px;
    }
    .new_design_style .list ul.flex_wrp li:before{
        left: 13px;
    }
    .new_design_style .list ul.flex_wrp li{
        padding: 20px 0 20px 30px;
    }
    .new_design_style.related_tags .list ul.flex_wrp li{
        padding: 20px 0 20px 45px;
    }
    .new_design_style .list ul.flex_wrp{
        margin-top: 0;
    }
    .custom-css .new_design_style h3, .new_design_style .popular-categs__title{
        margin-bottom: 15px;
    }
    .custom-css .new_design_style .wrap-block-after .related-container.related_container_new_design{
        padding-top: 20px;
    }
    .new_design_style .related-container .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .custom-css .new_design_style .related .init-slider-rel{
        margin: 37px auto 0 auto;
    }
    .custom-css .new_design_style .wrap-block-after .related-container.related_container_new_design .slick-list.draggable{
        padding-bottom: 75px;
    }
    .custom-css .new_design_style .related .init-slider-rel .sprite-next,
    .custom-css .new_design_style .related .init-slider-rel .sprite-prev{
        top: -73px;
    }
}

.new_design_style_pop_cat .list ul.flex_wrp {
    padding-left: 0;
}

.new_design_style_pop_cat .list ul.flex_wrp li {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
    transition: all .3s;
    margin: 0;
}

.new_design_style_pop_cat .list ul.flex_wrp li a {
    display: block;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}

.new_design_style_pop_cat .list ul.flex_wrp li span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
    transition: all .3s;
}

.new_design_style_pop_cat .list ul.flex_wrp li:hover {
    background: #fff;
}

.new_design_style_pop_cat .list ul.flex_wrp li:hover span {
    opacity: 1;
}

.new_design_style_pop_cat .list ul.flex_wrp li.hidden_el {
    display: none!important;
}

.new_design_style_pop_cat .list ul.flex_wrp li:before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 27px;
    background-image: url(/assets/img/new-main/caret-down.svg);
}

.new_design_style_pop_cat .show_more_list {
    border: 1px solid #38B8EF;
    border-radius: 100px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin: 40px auto;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #38B8EF;
}
.new_design_style_pop_cat .show_more_list:hover {
    background: #38B8EF;
    color: #ffffff;
}

.relink-pop-cat-container {
    margin-top: 60px;
}

.relink-pop-cat-container h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}
.relink-pop-cat-container .flex_wrp {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
}

.new_design_style_pop_cat .list ul.flex_wrp li:nth-child(4n) {
    border-right: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .new_design_style_pop_cat .list ul.flex_wrp li {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .new_design_style_pop_cat .list ul.flex_wrp li {
        width: 100%;
        border-right: none;
    }
    .new_design_style_pop_cat.related_tags .list ul.flex_wrp li {
        padding: 20px 0 20px 45px;
    }

}





.sidebar__categories div{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #183A9F;
    margin: 0;
    padding: 0;
}

.wrap__block_s .faq-content--item .header,
.related_writing_services .header{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #182B3E;
}
body .faq-content--item .header + .body{
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #E4EEF9;
}

body .faq-content--item.related_writing_services .header + .body{
    padding: 20px 30px 0px 30px;
}
body .faq-content--item .header{
    padding: 0 30px;
}

.category-tpl .custom__list li a{
    background: #EBF3FC;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #38B8EF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    margin-bottom: 4px;
    min-height: 30px;
}
.category-tpl .custom__list{
    justify-content: flex-start;
    column-gap: 4px;
    margin: 0;
}
.sidebar-services__wrapper{
    margin: 0;
}
.sidebar-services__item{
    background: transparent;
    border-top: 1px solid #E4EEF9;
    border-radius: 0;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
    padding: 20px 50px;
}
.sidebar-services__item:first-child{
    border-top: none;
}

.sidebar-services__item:last-child{
    border-bottom: none;
}
.sidebar-services__item::before{
    content: "";
    width: 8px;
    height: 16px;
    top: 27px;
    left: 30px;
    background: url("/assets/img/new-main/caret-down.svg");
}
.sidebar-services__item a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #494949;
}
.related_writing_services .body{
    padding-top: 0!important;
}
.banner-order-{
    margin: 0 auto 60px auto;
}
.price-calculator-col{
    margin: 60px 0 0 0;
}


.writingServices .sidebar-services__item{
    display: block;
}

.inner-cattag .widget_tag_cloud .tagcloud{
    justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px){
    .wrap__block_s .faq-content--item .header, .related_writing_services .header{
        padding-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-cattag .wrap__block_s{
        flex-direction: column;
        margin-top: 70px;
    }
    .wrap__block_s .faq-content--item .header, .related_writing_services .header{
        font-size: 14px;
    }
    .sidebar-services__wrapper{
        column-count: 1;
    }

    .wrap__block_s_new_design .sidebar__categories{
        display: flex;
        flex-wrap: wrap;
    }
    .wrap__block_s_new_design .sidebar__categories > div {
        width: 49%;
    }

    .related_writing_services .sidebar-services__wrapper.writingServices{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -30px 0 -30px;
    }
    .related_writing_services .sidebar-services__item{
        margin: 0;
        width: 50%;
        border-right: 1px solid #E4EEF9;
    }
    .related_writing_services .sidebar-services__item:nth-child(2){
        border-top: none;
    }
    .related_writing_services .sidebar-services__item:nth-child(2n){
        border-right: none;
    }
    .related_writing_services .sidebar-services__item:nth-last-child(-n+2){
        border-bottom: 1px solid #E4EEF9;
    }
    .related_writing_services .sidebar-services__item:last-child{
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .wrap__block_s_new_design{
        margin-top: 47px;
    }
    .wrap__block_s .faq-content--item .header, .related_writing_services .header{
        font-size: 14px;
    }
    body .faq-content--item .header {
        padding: 0 20px;
    }
    body .popular-essay-topics-in-2021{
        margin-top: 55px;
    }
}

/* sample cta banner */

.sample-cta-banner {
    background: #02064F;
    border-radius: 20px;
    padding: 50px 80px;
    margin: 20px 0;
    position: relative;
}
.sample-cta-banner .sample-cta-banner-text {
    position: relative;
    z-index: 2;
    width: 367px;
    height: 70px;
    background: url("/assets/img/sample-cta/sample-cta-banner.svg") no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 13px;
}
.sample-cta-banner p>span {
    color: #38B8EF;
}
.writers-online {
    position: relative;
    display: block;
    width: 266px;
    height: 27px;
    background: url("/assets/img/sample-cta/online-text.svg") no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
}
.writers-online:before {
    content: "";
    width: 69px;
    height: 27px;
    background: url("/assets/img/sample-cta/writers-img.png");
    display: inline-block;
    margin-bottom: -9px;
    margin-right: 9px;
}
.cta-banner-btn {
    padding: 10px 65px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2EC84A;
    border-radius: 100px;
    display: block;
    width: fit-content;
    transition: all .3s ease;
    margin-top: 19px;
    position: relative;
    z-index: 2;
}
.cta-banner-btn:hover {
    background: #2EDC4D;
    text-decoration: none;
    color: #FFFFFF;
}
.sample-cta-banner:before, .sample-cta-banner:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}
.sample-cta-banner:before {
    background: url("/assets/img/sample-cta/cta-img2.svg") no-repeat;
    background-position: center;
    width: 257px;
}
.sample-cta-banner:after {
    background: url("/assets/img/sample-cta/cta-img1.svg") no-repeat;
    background-position: center;
    width: 277px;
    right: 14px;
}
@media screen and (max-width: 767px){
    .sample-cta-banner .sample-cta-banner-text {
        background: url("/assets/img/sample-cta/sample-cta-banner-tab.svg") no-repeat;
    }
    .sample-cta-banner {
        padding: 50px 60px;
    }
}

@media screen and (max-width: 690px){
    .sample-cta-banner .sample-cta-banner-text {
        background: url("/assets/img/sample-cta/sample-cta-banner-mob.svg") no-repeat;
    }
    .sample-cta-banner {
        padding: 40px 32px 310px;
    }
    .sample-cta-banner {
        max-width: 335px;
        margin: 0 auto 20px;
    }
    .cta-banner-btn {
        padding: 10px 58px;
    }
    .sample-cta-banner:before{
        height: 250px;
        top: auto;
        bottom: 30px;
        background: url(/assets/img/sample-cta/cta-img2-m.svg) no-repeat;
        width: 292px;
    }
    .sample-cta-banner:after {
        height: 159px;
        top: auto;
        bottom: 75px;
        right: auto;
        left: 9px;
    }
}

/* get your papers banner */
.get-your-papers .bannerGetHelp{
    flex-direction: column;
}
.get-your-papers {
    background: #02064F;
    border-radius: 20px;
    padding: 30px 80px;
    position: relative;
    margin-top: 90px;
}
.get-your-papers:after {
    position: absolute;
    content: "";
    width: 365px;
    height: 286px;
    background: url("/assets/img/sample-cta/get-your-papers.svg") no-repeat;
    right: 66px;
    background-size: contain;
    bottom: 0;
}
.get-your-papers .sub-head, .get-your-papers p, .papers-advantages span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.get-your-papers .sub-head {
    max-width: 600px;
    margin-bottom: 11px;
    position: relative;
}
.get-your-papers .sub-head:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5C60A5;
    bottom: -11px;
    left: 0;
}
.get-your-papers p {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 0;
}
.papers-advantages span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.46875px;
    color: #B9CEEB;
    position: relative;
    margin-right: 39px;
}
.papers-advantages span:before {
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/assets/img/sample-cta/circle_check_outline.svg") no-repeat;
    background-position: center;
    background-position: center;
    margin-bottom: -5px;
    margin-right: 5px;
}
.papers-advantages {
    margin-top: 13px;
}
.get-wowessays-help.get-your-papers .btn-of-help {
    position: relative;
    left: 0;
    margin-top: 28px;
}

@media screen and (max-width: 1024px){
    .get-your-papers .bannerGetHelp {
        max-width: 410px;
    }
    .papers-advantages {
        flex-direction: column;
        display: flex;
        grid-gap: 20px;
    }
    .get-your-papers:after {
        right: 0;
    }
}
@media screen and (max-width: 767px){
    .get-your-papers {
        padding: 20px 20px 200px;
    }
    .get-your-papers:after {
        width: 231px;
        height: 179px;
        right: calc(50% - 115px);
    }
    .get-your-papers .bannerGetHelp {
        max-width: 100%;
    }
}

/* check plagiarism */

.check-plagiarism {
    background: #EDF6FF;
    border: 1px dashed #D2DEEA;
    border-radius: 10px;
    padding: 41px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 20px;
}
.check-plagiarism:after {
    content: " ";
    position: absolute;
    width: 263px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("/assets/img/sample-cta/plagiat-d.svg") no-repeat;
    background-size: cover;
}

.check-plagiarism .text-plagiat {
    display: block;
    width: 387px;
    height: 76px;
    background: url("/assets/img/sample-cta/banner-plagiat-text.svg") no-repeat;
    background-position: left;
    margin-bottom: 25px;
}

.sample-double-banner {
    width: 100%;
    position: relative;
}
.sample-double-banner_img {
    position: relative;
}
.double_banner_check-btn,
.double_banner_ai-btn {
    width: 140px;
    height: 36px;
    max-width: 100%;
    background: #2EC84A;
    border-radius: 25px;
    outline: 0;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-size: 11px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    position: absolute;
}
.double_banner_check-btn:hover,
.double_banner_ai-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #2EDC4D;
}
.double_banner_check-btn {
    bottom: -25px;
    right: 15px;
}
.double_banner_ai-btn {
    bottom: -35px;
    left: 15px;
}

.check-plagiarism-btns{
    display: flex;
    grid-gap: 13px;
}
.check-plagiarism-btn, .other-tools-btn {
    padding: 10px 27px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
    transition: 0.3s ease;
}
.check-plagiarism-btn {
    background: #38B8EF;
    border: 1px solid #38B8EF;
    color: #fff;
}
.check-plagiarism-btn:hover {
    background: #46c7ff;
    text-decoration: none;
    color: #fff;
}
.other-tools-btn {
    border: 1px solid #38B8EF;
    color: #38B8EF;
}
.other-tools-btn:hover {
    color: #fff;
    background: #38B8EF;
    text-decoration: none;
}

@media screen and (max-width: 670px){
    .check-plagiarism:after {
        width: 335px;
        height: 181px;
        background: url("/assets/img/sample-cta/plagiat-m.svg") no-repeat;
        background-size: cover;
        bottom: 0;
        top: auto;
    }
    .check-plagiarism {
        padding: 40px 24px 203px;
        max-width: 335px;
        margin: 0 auto;
    }
    .check-plagiarism .text-plagiat {
        width: 287px;
        height: 76px;
        background: url("/assets/img/sample-cta/banner-plagiat-text-m.svg") no-repeat;
    }
    .check-plagiarism-btns {
        flex-direction: column;
        align-items: center;
    }
    .check-plagiarism-btns a {
        width: 210px;
    }
}
.custom-css .banner-inside-page.banner-download .banner-order-notebook .wrap_ban {
    padding: 0 0 0 30px;
}
@media (max-width: 768px) {
    .custom-css .banner-inside-page.banner-download .banner-order-notebook .wrap_ban {
        padding: 0;
    }
}
.custom-css .banner-inside-page.banner-download .banner-order-notebook .btn_banner {
    bottom: 19px;
}


/*Modal Login sample */
@media (min-width: 768px) {
    .modalLogSample.modal-new-flow .modal-dialog {
        max-width: 640px;
    }
}

.modalLogSample.modal-new-flow .modal-content {
    border-radius: 10px;
}

.modalLogSample.modal-new-flow .modal-content {
    overflow: hidden;
}
.modalLogSample.modal-new-flow .modal-body {
    padding-top: 195px;
}
.modalLogSample.modal-new-flow .modal-body:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 165px;
    background: url("/assets/img/sample-cta/login-sample-header.svg") no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
}
.modalLogSample .hint-grey {
    padding-top: 0;
}
.modalLogSample .modal-caption {
    padding-bottom: 15px;
}

.modalLogSample #login-form-sampl,
#registerSamples-form{
    max-width: 342px;
    margin: 28px auto 38px;
}
.modalLogSample .new-flow-form label {
    font-size: 14px;
    line-height: 160%;
    color: #8E8E8E;
}
.modalLogSample .new-flow-form .form-control {
    border-radius: 100px;
    background-color: transparent;
    font-size: 14px;
    padding-left: 20px;
}
.modalLogSample .new-flow-form .form-group {
    margin-bottom: 11px;
}

.modalLogSample .password_forgot .password_forgot-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6C6C6C;
    margin-top: 16px;
    display: flex;
    text-decoration: underline;
    cursor: pointer;
}
.modalLogSample .btn-login-green {
    margin-top: 10px;
}
.btn-login-green {
    background: #2EC84A;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 12px 0;
    transition: 0.3s ease;
}
.btn-login-green:hover {
    background: #2EDC4D;
    color: #fff;
}
.modalLogSample .hint {
    padding-top: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #8E8E8E;
    padding-bottom: 18px;
}
.modalLogSample .login-options button{
    width: 52px;
    height: 52px;
    margin: 0px 13px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: none;
    border-radius: 100%;
}

.modalLogSample .fb-login-btn:before {
    background: url(/assets/img/sample-cta/fb-login.svg) no-repeat;
    width: 12px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 6px);
}
.modalLogSample .login-options .fb-login-btn, .modalLogSample .google-login-btn {
    background: transparent;
    border: 1px solid #8E8E8E;
}

.modalLogSample .google-login-btn:before {
    background: url(/assets/img/sample-cta/google-login.svg) no-repeat;
    width: 20px;
    height: 21px;
    top: calc(50% - 10.5px);
    left: calc(50% - 10px);
}
.log_link {
    font-weight: 800;
    font-size: 14px;
    color: #182B3E;
    text-decoration: underline;
}
.log_link:hover{
    color: #182B3E;
}
.register_notice {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    color: #8E8E8E;
}
.register_notice:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/assets/img/sample-cta/reg-notice.svg") no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -8px;
}
#registerSamples-form .btn-login-green {
    margin-top: 19px;
}
#registerSamples-form .aleart-error {
    bottom: -19px;
}
.register-terms p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8E8E8E;
    margin-top: 17px;
    margin-bottom: 0;
}
.register-terms a {
    color: #38B8EF;
}


.sample_login_success .pinkBtn{
    font-size: 14px;
    line-height: 100%;
    padding: 18px 90px;
    height: auto;
    margin-top: 16px;
}
.modal-single-popup p>span {
    color: #38B8EF;
}

.smodal_forget_sample.modal-single-popup .modal-body{
    padding-top: 195px;
    position: relative;
}
.smodal_forget_sample.modal-single-popup .modal-body:before {
    content: "";
    background: url("/assets/img/sample-cta/forgot-panic.svg") no-repeat;
    width: 100%;
    height: 165px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.smodal_forget_sample.modal-new-flow .modal-content {
    overflow: hidden;
}

@media (min-width: 768px) {
    .smodal_forget_sample.modal-single-popup .modal-dialog,
    .modal_sample_warning.modal-single-popup .modal-dialog{
        max-width: 640px;
    }
}

.smodal_forget_sample .modal-caption,
.smodal_forget_sample #forget-form-sampl{
    max-width: 342px;
    margin: 0 auto;
}
.smodal_forget_sample .modal-caption-sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #182B3E;
}
.smodal_forget_sample .new-flow-form label {
    font-size: 14px;
    line-height: 160%;
    color: #8E8E8E;
}
.smodal_forget_sample .new-flow-form .form-control {
    border-radius: 100px;
    background: transparent;
    padding-left: 20px;
}
.smodal_forget_sample .footer-flex-btn .btn {
    max-width: 100%;
}
.smodal_forget_sample .new-flow-form .form-group {
    margin-bottom: 21px;
}

.modal_sample_warning.modal-single-popup .modal-body {
    position: relative;
    padding-top: 195px;
}
.modal_sample_warning.modal-single-popup .modal-body:before {
    content: "";
    width: 100%;
    height: 165px;
    background: url("/assets/img/sample-cta/careful-sample.svg") no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.modal_sample_warning.modal-new-flow .modal-content {
    overflow: hidden;
}

.modal_sample_warning .modal-caption {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.modal_sample_warning .modal-caption>span {
    color: #38B8EF;
}
.modal_sample_warning .modal-caption-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #494949;
    max-width: 451px;
    margin: 0 auto;
    padding-top: 10px;
}
.modal_sample_warning .footer-flex-btn .btn:first-child {
    margin-right: 0;
}
.modal_sample_warning .footer-flex-btn {
    justify-content: space-between;
    grid-gap: 20px;
}
.modal_sample_warning .footer-flex-btn .btn {
    flex-basis: 50%;
    max-width: 100%;
    height: auto;
}
.btn-login-green-download {
    color: #2EC84A;
    border: 1px solid #2EC84A;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-login-green-download:hover {
    color: #fff;
    background: #2EC84A;
}


/* Plagiarism checker popup */

#samplePlagiarism.modal-single-popup .modal-dialog {
    max-width: 672px;
}
#sampleLoginSuccess .modal-dialog {
    max-width: 426px;
}

#samplePlagiarism.modal-single-popup .modal-body{
    background: #02064F;
    border-radius: 10px;
    position: relative;
    padding: 60px 60px 65px;
}
#samplePlagiarism.modal-single-popup .modal-body:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 156px;
    height: 192px;
    background: url("/assets/img/sample-cta/plagiarism-bg.svg") no-repeat;
    background-position: center;
    background-size: contain;
}
#samplePlagiarism.modal-single-popup .modal-body .plagiarismHead {
    position: absolute;
    top: -23px;
    left: 24px;
    background: #38B8EF;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.plagiarismBody {
    display: flex;
}
.plagiarismDiagram {
    background: rgba(100, 99, 143, 0.35);
    border-radius: 10px;
    padding: 10px 38px 27px;
}
.plagiarismDiagram span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    display: block;
    padding-left: 22px;
}
.diagram-item {
    margin-bottom: 17px;
}
.plagiarismDiagram span:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 11px;
    background: #5F66E2;
    border-radius: 100px;
    position: absolute;
    left: -15px;
    top: calc(50% - 5.5px);
}
.plagiarismDiagram span.sub-plagiarism:before {
    background: #BFBAFF;
}
.plagiarismResult {
    padding-left: 40px;
}
.plagiarismResult .plagiarism-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-align: left;
}
.plagiarismResult .plagiarism-title>span {
    color: #38B8EF;
}
.plagiarismResult .plagiarism-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    text-align: left;
    display: block;
}
.plagiarism-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 27px;
    background: #38B8EF;
    border: 1px solid #38B8EF;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 2;
}
.plagiarism-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.qr-download {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-download p {
    max-width: 445px;
}

#modalLogSample .link-blue.reg-link {
    color: #182B3E;
    font-weight: bold;
    text-decoration: underline;
}

#sampleLoginSuccess .downloadSample {
    max-width: 230px;
    padding: 18px 0;
    width: 100%;
}

@media screen and (max-width: 767px){
    #modalLogSample .modal-dialog.modal-dialog-centered {
        margin: 0 auto;
    }
    .modalLogSample #login-form-sampl, #registerSamples-form {
        max-width: 100%;
        margin: 28px 0 38px;
    }
    .modalLogSample.modal-new-flow .modal-content,
    .modal_sample_warning.modal-new-flow .modal-content{
        overflow: auto;
    }
    .smodal_forget_sample #forget-form-sampl {
        max-width: 100%;
        margin: 0;
    }
    .modal_sample_warning .footer-flex-btn {
        flex-direction: column;
    }
    #forget-form-sampl .footer-flex-btn .btn:first-child {
        margin-right: 0;
    }

    .sample-double-banner {
        text-align: center;
    }
    .double_banner_check-btn {
        bottom: -162px;
        right: auto;
        left: 15px;
    }
    .double_banner_ai-btn {
        bottom: 80px;
    }
    .sample-double-banner_img {
        width: auto;
    }
    .plagiarismBody {
        flex-direction: column;
        align-items: center;
    }
    .diagram-item img {
        aspect-ratio: 1/1;
        width: 109px;
    }
    #samplePlagiarism.modal-single-popup .modal-body {
        padding: 60px 34px 40px;
        min-height: auto;
        margin: 30px 5px;
    }
    .plagiarismDiagram {
        max-width: 223px;
        padding: 17px 34px 24px;
    }
    .plagiarismResult {
        padding-left: 0;
    }
    .plagiarism-btn {
        width: 100%;
        padding: 10px;
    }
    .plagiarismResult .plagiarism-title {
        font-size: 24px;
        line-height: 160%;
    }
    #samplePlagiarism.modal-single-popup .modal-body .plagiarismHead {
        font-size: 16px;
        line-height: 25px;
        left: calc(50% - 92.5px);
    }
    #samplePlagiarism.modal-new-flow .modal-content {
        height: auto;
        min-height: auto;
    }
    #samplePlagiarism.modal-new-flow{
        background: #ffffffbd;
    }
    #samplePlagiarism.modal-new-flow .modal-content {
        background: transparent;
    }
    .plagiarismDiagram span {
        font-size: 14px;
        line-height: 160%;
    }
    .plagiarismResult .plagiarism-title {
        max-width: 275px;
        text-align: center;
    }
    .plagiarismResult .plagiarism-text {
        text-align: center;
    }

    .plagiarismResult {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .plagiarismResult .plagiarism-text {
        font-size: 16px;
        line-height: 150%;
        max-width: 275px;
    }
    #samplePlagiarism.modal-single-popup .modal-body:after {
        height: 163px;
        background-position: top;
        background-size: auto;
    }
}