@keyframes faqHeaderColor {
    from { color: #212638; }
    to { color: #e13c41; }
}

* {
    padding: 0;
    margin: 0;
}

#ajax_orderfiles div#new_file form table {
    width: 100%;
}

div.jswindow table table.table1 tr td:first-child {
    font-weight: bold;
}

.essays-user-admin-panel table.t_orders tr td.l {
    font-weight: bold;
}
@media all and (max-width: 550px) {
    .row .col-xxs-12 {
        width: 100%;
    }
}
.container {
    position: relative;
}

.wrap-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.wrap-banner i{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    z-index: 99999999;
}
.special-offer {
    z-index: 999;
    border-radius: 50%;
    display: none;
    background: url("../images/70x70_circle.svg") no-repeat;
    height: 70px;
    width: 70px;
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.special-offer:hover {
    cursor: pointer;
}
.wrap-banner i:hover {
    cursor: pointer;
    transition: .8s;
    opacity: 1;
}
.wrap-banner .close {
    font-size: 22px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    z-index: 99999999;
    font-weight: 400;
    text-shadow: none;
    font-style: normal;
    opacity: 1;
}

.banner-christmas {
    background: url("../images/1920x100-сhristmas.svg") center no-repeat;
    background-size: cover;
    height: 5vw;
}
@media all and (max-width: 992px){
    .page-id-44{
        padding-top: 120px;
    }
    .banner-christmas {
        background: url("../images/600x100-сhristmas.svg") center no-repeat;
        background-size: cover;
        height: 16vw;
    }
}
@media all and (max-width: 480px){
    .banner-christmas {
        background: url("../images/300x100-сhristmas.svg") center no-repeat;
        background-size: cover;
        height: 32vw;
    }
}
.banner-christmas a {
    display: block;
    width: 100%;
    height: 100%;
}

.container.left-blue:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(0, 65, 145, 0.9);
}

.container.left-gray:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #eee;
}

.black-header, .white-header {
    display: block;
    font: 400 30px / 35px Raleway;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dark-blue-header {
    display: block;
    font: 700 30px / 35px Raleway;
    margin-top: 0;
    margin-bottom: 15px;
    color: rgb(23, 64, 144);
}
.red_line_header .dark-blue-header {
    margin-bottom: 0;
}
.black-header-page {
  font-size: 30px;
  font-family: "Raleway";
  color: rgb(33, 38, 56);
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 20px;
}


.black-header {
    color: #444;
}
.red_line_header{
    font-size: 28px;
    font-family: "Raleway";
    color: rgb(23, 64, 144);
    font-weight: bold;
    line-height: 1.333;
    position: relative;
    padding-bottom: 40px;
    margin-top: 30px;
}
.red_line_header:after {
    content:'';
    border-width: 2px;
    border-color: rgb(225, 60, 65);
    border-style: solid;
    display: inline-block;
    position: absolute;
    width: 96px;
    height: 0;
    bottom: 0;
    left:0;
    background: rgb(225, 60, 65);
}

.white-header {
    color: #fff;
}

/* HEADER */
/* MAIN MENU */
.main-menu-wrap {
    background-color: #335381;
    position:relative;
    z-index:100;
}
.main-menu-wrap p{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    padding-top: 18px;
    position: absolute;
}
nav.my-navbar {
    margin-bottom: 0;
    max-height: 100vh;
}
.menu_buttons_block{
    display: none;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 17px 0 0 0;
}
/*
.menu_buttons_block.show_block{
     display: inline-block;
}
*/
.menu_buttons_block:after {
    content: '';
    display: block;
    clear: both;
}

.main-menu ul {
    float: right;
}

.main-menu ul > li > a {
    color: #fff;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
}

.main-menu ul > li > a:hover, .main-menu ul > li.current_page_item > a {
    color: #fff;
    background-color: #080a19;
}
.main-menu ul > li#menu-item-1010 a,.main-menu ul > li#menu-item-1336 a{
    display:none;
}
/* LOGO AND CONTACTS */
.header-logo-and-contacts-wrap {
    background-color: #fff;
}

.header-logo {
    float: left;
    padding: 10px 0 0;
}

.header-logo > a.logo {
    color: #e13c41;
    font: 600 24px Open Sans;
}

.header-logo > a.logo > img {
    display: inline-block;
    margin-top: 0;
    max-width: 30px;
}

.header-logo > a.logo:hover, .header-logo > a.logo:focus {
    text-decoration: none;
}

.header-logo > a.logo > span {
    color: #0074c4;
    font: 600 24px Open Sans;
}
.header-logo > a.logo > span>span{
    color: #b4b8c2;
    font-size: 17px;
}
.header-contacts {
    float: right;
    padding: 10px 0 5px 0;
    padding-right: 15px;
}
body .mini-wrapper.top-login-wrapper.essay-component.essay-login-form .top-dd-wrapper .top-label{
    padding:0;
}
body .mini-wrapper.top-login-wrapper.essay-component.essay-login-form .top-dd-wrapper{
    top: 6px;
    position: relative;
}
.header-contacts > p {
    margin-bottom: 0;
}

.header-contacts > .pre-phone-text {
    font: 500 14px / 14px "Open Sans";
    float: left;
    text-align: left;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #e1e1e2;
    padding-left: 15px;
    margin-left: 15px;
    color: rgba(54, 58, 76, 0.6);
    top: 9px;
    position: relative;
}

.header-contacts > .phone-number, .navbar-header > .phone-number, .navbar-collapse > .menu_buttons_block > .phone-number {
    color: #0d2355;
    font: 600 20px Raleway;
    float: left;
    margin-left: 15px;
}
.header-contacts > .phone-number{
    top: 7px;
    position: relative;
}
.phone-number a {
    color: #132255;
    text-decoration: none;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
}

.phone-number > a:hover, .phone-number > a:focus {
    color: #0d2355;
    text-decoration: none;
}

.navbar-header > .phone-number {
    font: 600 28px Raleway;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    padding: 24px 0;
    display: none;
}

.navbar-header > .phone-number > i {
    color: #0066b4;
}
.header-contacts > .phone-number > i {
    color: #0066b4;
    width: 30px;
    height: 30px;
    border: 1px solid #087ad2;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin: 0px 10px 5px 3px;
}
.header-contacts > .phone-number select{
    border:none;
}
.header-contacts > .live-chat, .navbar-collapse > .menu_buttons_block > .live-chat {
    color: #363a4c;
    font: 600 12px / 18px Raleway;
    float: left;
    margin-left: 30px;
    top: 11px;
    position: relative;
}

.header-contacts > .live-chat + .orderform, .navbar-collapse > .menu_buttons_block > .live-chat + .orderform,
.header-contacts > .live-chat + a + .orderform, .navbar-collapse > .menu_buttons_block > .live-chat + a + .orderform {
    float: left;
}

.header-contacts > .live-chat > a,
.header-contacts > .live-chat > span.green-chat,
.navbar-collapse > .menu_buttons_block  > .live-chat a{
    color: #fff;
    font: 700 11px / 18px Raleway;
    background-color: #73bc00;
    padding: 3px 10px;
    border-radius: 10px;
    transition: 0.2s;
}
.header-contacts > .live-chat > span.green-chat{
    display: inline-block;
    margin-left: 10px;
}
.header-contacts > .live-chat > span.green-chat
.header-contacts > .live-chat > a{
    display: block;
}
.navbar-collapse > .menu_buttons_block  > .live-chat span.green-chat
.navbar-collapse > .menu_buttons_block  > .live-chat a{
    display: inline-block;
}
.header-contacts > .live-chat > a:hover, .header-contacts > .live-chat > span.green-chat:focus,
.header-contacts > .live-chat > a:hover, .header-contacts > .live-chat > a:focus,
 .navbar-collapse > .menu_buttons_block > .live-chat span.green-chat:hover,
 .navbar-collapse > .menu_buttons_block > .live-chat a:hover,
 .navbar-collapse > .menu_buttons_block > .live-chat span.green-chat:focus,
 .navbar-collapse > .menu_buttons_block > .live-chat a:focus {
    background-color: #519a00;
    text-decoration: none;
}

.header-contacts .sign-in {
    display: block;
    margin-left: 30px;
    color: #094289;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
    float: left;
}
body .ae-top-login .mini-wrapper .top-dd-wrapper .top-label {
    margin-left:20px;
}
.header-contacts > .order-now, .navbar-collapse > .menu_buttons_block > .order-now {
    display: block;
    margin-left: 20px;
    color: white;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
    float: right;
    padding: 7px 17px;
    margin-top: 2px;
    border-radius: 4px;
    background: #e13c41;
}
body .header-contacts > .order-now strong{
    font-weight:600;
}
.header-contacts .phone-number select{
    color: #132255;
    text-decoration: none;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(images/contacts_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
    width: 125px;
}
.header-contacts > .order-now:hover,
.navbar-collapse > .menu_buttons_block > .order-now:hover {
    background: #c73035;
    text-decoration: none;
}

/* HEADER CONTENT */
.header-content-wrap {
    background: url(images/header-main-bg.jpg) no-repeat center bottom;
    height: 680px;
    background-size: cover;
}

.header-content-wrap .blue-alpha {
    background-color:#fbfeff;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
}

.header2-content-wrap {
    background: url('images/header-page-bg.jpg');
    min-height: 87px;
    background-position: center;
}
.header2-content-wrap .blue-header {
    font-size: 28px;
    font-family: "Raleway";
    color: rgb(33, 38, 56);
    line-height: 1.333;
    text-align: center;
    max-width: 100%;
    margin-top: 15px;
    display: block;
    margin-bottom: px;
}

.header2-content-wrap .blue-alpha {
    background-color: rgba(0, 65, 145, 0.9);
    height: 300px;
    position: relative;
}

.header3-content-wrap {
    min-height: 87px;
    background: url(images/header-page-bg.jpg);
    background-position: center;
    background-size: cover;
}

.header-content-wrap .header-text {
    max-width: 435px;
    margin-top: 80px;
}
.header-content .miniordervip-component .currency{
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #d8dadb;
    border-radius: 3px;
}
.header-content .checkbox-input>input:nth-child(2){
    display:none;
}
.header-content .miniordervip-component .tr .td.control{
    width:60%;
}
.header-content .miniordervip-component .currency input[type=button]{
    width: 25%;
    height:45px;
    border-radius: 0;
    border:none;
    border-left: 1px solid #d8dadb;
    background:#fff;
    color: #9b9ca3;
}
body .header-content .miniordervip-component div.currency input:first-child{
    border-left:none;
    border-radius:3px;
}
body .header-content .miniordervip-component div.currency input:nth-child(4){
    border-radius:0px 5px 5px 0px;
}
.header-content .miniordervip-component .currency input[type=button].active{
    font-weight: 600;
    background: #0773bb;
    color: #fff;
    border:none;
    border-radius: 3px;
}
body .header-content-wrap .header-text h1 {
  font-size: 48px;
  font-family: "Raleway";
  color: rgb(33, 38, 56);
  font-weight: bold;
  line-height: 1.208;
  text-align: left;
}
.header-content-wrap .header-text h1:before {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid red;
    margin-bottom: 20px;
}
.header-content .miniordervip-component .tr .td.label{
    width:max-content;
    padding-left:0;
    font-size:14px;
    color:#212638;
}
.header-content .miniordervip-component .tr .td.td-hint .hint > i{
    background-color: #51a9e4;
}
.header-content .miniordervip-component .tr .td.td-hint{
    position:absolute;
    left:150px;
}
.header-content .miniordervip-component .tr .td .checkbox-input label{
    padding-top: 0;
}
.header-content .miniordervip-component .tr.background-bottom.first .td .checkbox-input .discount b{
    color: #1c2236;
    font-weight: 800;
}
.header-content .miniordervip-component .tr.background-bottom.first .td .checkbox-input .discount{
    margin-top:0;
    padding-top: 4px;
}
.header-content .miniordervip-component .tr.background-bottom.first .td.td-hint{
    right: 55px;
    left: auto;
    padding-top: 15px;
}
.header-content .miniordervip-component .tr.background-bottom.last .td.label{
    font-weight:700;
    padding-top:15px;
} 
body .header-content .essay-component *{
    font-family: 'Open Sans';
}
.header-content .miniordervip-component .tr .td.td-hint .hint > i{
    width: 16px;
    height: 16px;
}
.header-content .miniordervip-component .tr .td.td-hint .hint > i::before{
    font-size: 12px;
    vertical-align: top;
}
.header-content .miniordervip-component .tr.type-of-assignment-tr .td.label,.header-content .miniordervip-component .tr.number-of-pages-tr .td.label, .header-content .miniordervip-component .tr.academic-level-tr .td.label, .header-content .miniordervip-component .tr.urgency-tr .td.label, .header-content .miniordervip-component .tr.currency-tr .td.label{
    padding-top:21px;
    padding-right:45px;
}
.header-content .miniordervip-component .tr.currency-tr .td.control{
    height:50px;
}
body .header-content .essay-component .orange-b{
    text-transform: uppercase;
    font-weight: 600;
}
.header-content .miniordervip-component .tr .td.label .mini-order-vip-price{
    display:block;
    font-size: 23px;
    font-weight:800;
    font-family: 'Open Sans';
}
.header-content .miniordervip-component .tr{
    justify-content: flex-end;
}
.header-content .miniordervip-component .tr .td .notice-wrapper .pm-input input{
    width: calc(100% - 80px);
}
.header-content .miniordervip-component .tr.background-bottom {
    background-color: transparent;
}
.header-content .miniordervip-component .tr.vip-services-package-tr .td.label{
    font-weight: 800;
    line-height: 22px;
}
.header-content .miniordervip-component .tr .td .price-wrap .price{
    color: #212638;
}
.header-content .miniordervip-component .tr .td .old-price{
    font-size: 14px;
    color: #212638;
    font-weight: 100;
}
.header-content .miniordervip-component .tr .td s {
    vertical-align: baseline;
    font-size: 14px;
    color: #212638;
}
.header-content .essay-component .checkbox-input > i{
    filter: grayscale(1);
}
.header-content-wrap .header-text p {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(33, 38, 56);
  line-height: 1.643;
  margin: 20px 0 30px;
  max-width: 345px;
}
.mp-our-feedback-wrap a,
.header-content-wrap .header-text a{
  border-width: 2px;
  border-color: rgb(169, 215, 245);
  border-style: solid;
  border-radius: 5px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Raleway";
  color: rgb(38, 148, 221);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
}
.mp-our-feedback-wrap a{
    margin: 10px auto 20px;
    display: block;
    width: 166px;
    text-align: center;
}
.header-blocks{
    margin-top: 50px;
}
.left-blue2 .header-blocks>div:last-child{
    margin-top:15px;
    margin-left:20px;
}
.left-blue2 .header-blocks i.fa{
    font-size:13px;
    color:#ffaa33;
    position: relative;
    top: -5px;
}
.left-blue2 .header-blocks .stars{
    display:inline-block;
    vertical-align: text-bottom;
}
.left-blue2 .header-blocks img{
    vertical-align:baseline;
}
.left-blue2 .header-blocks .number p{
    font-size: 30px;
    font-family: "Raleway";
    color: rgb(7, 116, 188);
    font-weight: bold;
    line-height: 0.8;
    display:inline-block;
    margin:0;
    vertical-align: super;
}
.header-block {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  width: 220px;
  height: 101px;
  display: inline-block;
  padding: 20px 19px;
}
.header-block:first-child{
    margin-right: 20px;
}
.header-block .number{
  font-size: 30px;
  font-family: "Raleway";
  color: rgb(7, 116, 188);
  font-weight: bold;
  line-height: 0.8;
}
.header-block .text-c {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(155, 156, 163);
  line-height: 1.714;
  margin-top: 9px;
}

.header3-content-wrap .header3-content {
    font-size: 28px;
    font-family: "Raleway";
    color: rgb(33, 38, 56);
    line-height: 1.333;
    text-align: center;
    max-width: 100%;
}

.mp-our-services-content {
    overflow: hidden;
    margin: 0 0 30px;
}
/*.header-content .ae-miniorder-custom .hint{*/
/*    display:inline-block;*/
/*    padding: 0 10px 0 5px;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint i.fa{*/
/*    color: #2694dd;*/
/*    font-size: 18px;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint div{*/
/*    background: white;*/
/*    border-radius: 4px;*/
/*    border: solid #cfe2f3 1px;*/
/*    box-shadow: 0 0 7px 1px rgb(0 0 0 / 20%);*/
/*    display: none;*/
/*    font-size: 13px;*/
/*    margin: 4px 0 0 -50px;*/
/*    padding: 20px 20px 10px 20px;*/
/*    position: absolute;*/
/*    width: 300px;*/
/*    color: #272f48;*/
/*    font-family: 'Open Sans', Arial;*/
/*    z-index: 2;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint:hover div{*/
/*    display:block;*/
/*    text-align:left;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint table tr th, .header-content .ae-miniorder-custom .hint table tr td{*/
/*    padding: 5px;*/
/*    background: none;*/
/*    text-align: left;*/
/*    border: solid 1px #dce0e3;*/
/*}*/
/*.header-content .ae-miniorder-custom .w-level-hint td i {*/
/*    display: inline-block;*/
/*    width: 13px;*/
/*    height: 12px;*/
/*    background: url(/ws/images/check.gif);*/
/*}*/
/*.header-content .ae-miniorder-custom .w-level-hint div {*/
/*    width: 600px;*/
/*    right: 10px;*/
/*}*/

/*.header-content .ae-miniorder-custom .hint div > span{*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 8px;*/
/*    background: url(/ws/images/hint-arrow.png);*/
/*    left: 0;*/
/*    top: 0;*/
/*    margin: -8px 0 0 50px;*/
/*    padding: 0;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint.w-level-hint div > span{*/
/*    left: 243px;*/
/*}*/
/*.header-content .ae-miniorder-custom .hint table {*/
/*    margin-bottom: 10px;*/
/*}*/
.header-content {
    margin-top: 25px;
}

.header-content > h1 {
    color: #fff;
    font: 700 55px / 51px Raleway;
}

.header-content > h1 > span {
    color: #fff;
    font: 400 55px / 51px Raleway;
}

.header-content > span {
    color: #fff;
    font: 400 55px / 51px Raleway;
}
.header-content .miniordervip-component .tr .td .checkbox-input .chek{
    margin-right: 2px;
}
.header2-content {
    margin-top: 40px;
}

.header2-content > h2 + a.header-order-btn {
    margin-top: 50px;
}

.header2-content > h2 {
    color: #fff;
    font: 700 62px / 58px Raleway;
}

.header3-content > span {
    display: inline-block;
    color: rgb(33, 38, 56);
    font: 700 40px / 45px Raleway;
    margin: 15px 0 0px;
}

.header2-content > h1 > span {
    color: #fff;
    font: 400 62px / 58px Raleway;
}

.header2-content > h1 + a.header-order-btn {
    margin-top: 50px;
}

/*.header2-content > h1 {*/
    /*color: #fff;*/
    /*font: 700 62px / 58px Raleway;*/
/*}*/

.header2-content > span {
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    font: 700 46px / 42px Raleway;
}

/*.header2-content > h1 > span {*/
    /*color: #fff;*/
    /*font: 400 62px / 58px Raleway;*/
/*}*/

.header2-content > span > span {
    display: inline-block;
    color: #fff;
    font: 400 46px / 42px Raleway;
}

.header-content > ul {
    margin: 20px 0 20px;
}

.header-content > ul > li {
    color: #fff;
    font: 400 15px / 21px Raleway;
}

.header-content > ul > li:first-child {
    list-style-type: none;
    margin-bottom: 10px;
}

.header-order-btn {
    color: #fff;
    font: 500 16px / 25px Raleway;
    background-color: #e13c41;
    display: block;
    padding: 17px 0;
    width: 220px;
    text-align: center;
    border-radius: 4px;
    transition: 0.2s;
}

.header-order-btn:hover, .header-order-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #8f003c;
}

.header-order-btn2 {
    color: #fff;
    font: 500 16px / 25px Raleway;
    background-color: #e13c41;
    display: block;
    padding: 17px 0;
    width: 220px;
    text-align: center;
    border-radius: 4px;
    transition: 0.2s;

    position: absolute;
    left: 15px;
    bottom: 50px;
}

.header-order-btn2:hover, .header-order-btn2:focus {
    color: #fff;
    text-decoration: none;
    background-color: #8f003c;
}

/* MAIN PAGE CONTENT */
/* OUR SERVICES */
.mp-our-services-item {
    position: relative;
    padding-left: 50px;
    width: 80%;
    margin-bottom: 50px;
}

.mp-our-services-item:last-child {
    margin-bottom: 0;
}

.mp-our-services-item:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 20px;
    color: #0074c4;
    position: absolute;
    left: 0;
    top: -3px;
}

.mp-our-services-item > h3 {
    color: #444;
    font: 700 20px / 36px Raleway;
    text-transform: uppercase;
}

.mp-our-services-item > h3 > a {
    color: #444;
}

.mp-our-services-item > h3 > a:hover, .mp-our-services-item > h3 > a:focus {
    color: #444;
}

.mp-our-services-item > p {
    color: #444;
    font: 400 16px Raleway;
    min-height: 95px;
    max-height: 95px;
    overflow: hidden;
}

.mp-our-services-item > a,
.mp-type-of-papers-content > a {
    font: 600 12px / 20px Raleway;
}

/* HOW IT WORKS */
.mp-how-it-works-wrap {
    background-color: #eaf7ff;
    padding-top: 40px;
}
.mp-how-it-works-wrap .red_line_header {
    margin-bottom: 30px;
}
.mp-our-discounts-wrap .red_line_header {
    margin-bottom: 50px;
}
.mp-how-it-works-content {
    overflow: hidden;
    margin: 30px 0;
}
.mp-how-it-works-wrap .img-block {
    margin-left: -40px;
    max-width: calc(100% + 30px);
}
.mp-how-it-works-content .img-block-steps{
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}
.mp-how-it-works-wrap .img-block img,
.mp-how-it-works-content .img-block-steps img {
    max-width: 100%;
}
.mp-how-it-works-content .img-block-steps .hidden-desc{
    display: none;
}
@media(max-width:500px){
    .mp-how-it-works-content .img-block-steps .hidden-desc{
        display: block;
    }
    .mp-how-it-works-content .img-block-steps .hidden-small{
        display: none;
    }
}
/*
.mp-how-it-works-item {
    width: 330px;
    height: 115px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 1px;
    text-align: center;
    position: relative;
}

.mp-how-it-works-item.l {
    float: left;
    margin-bottom: 115px;
}

.mp-how-it-works-item.r {
    float: right;
    margin-top: 115px;
}

.mp-how-it-works-item:last-child {
    margin-bottom: 0;
}

.mp-how-it-works-item > img {
    margin-bottom: 10px;
}

.mp-how-it-works-item > span {
    color: #1f1f1f;
    font: 700 16px / 18px Open Sans;
    text-transform: uppercase;
}

.mp-how-it-works-item.l:last-child:after {
    border: none;
}

.mp-how-it-works-item.l:after {
    content: "";
    width: 330px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    right: -330px;
    top: 49%;
    border-top: 1px dotted #fff;
}

.mp-how-it-works-item.l:before {
    content: url('images/hiw-vertical-line.png');
    position: absolute;
    top: -64px;
    left: 77px;
}

.mp-how-it-works-item.r:before {
    content: "";
    width: 330px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    left: -330px;
    top: 49%;
    border-top: 1px dotted #fff;
}

.mp-how-it-works-item.r:after {
    content: url('images/hiw-vertical-line.png');
    position: absolute;
    top: -64px;
    right: 77px;
}
*/

/* OUR WRITERS */
.mp-our-writers-content > table {
    margin: 30px 0;
}

.mp-our-writers-content table img {
    margin-right: 30px;
    padding: 30px 0;
}

.mp-our-writers-item-text > span {
    color: #0074c4;
    font: 600 17px / 24px Raleway;
}

.mp-our-writers-item-text > p {
    color: #1f1f1f;
    font: 300 14px / 18px Open Sans;
}

/* OUR DISCOUNTS */
.mp-our-discounts-wrap {
    background-color: #eaf7ff;
    padding-top: 40px;
}

.mp-our-discounts-content {
    margin: 30px 0;
}

.mp-our-discounts-item {
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    height: 240px;
    box-sizing: border-box;
}
.sidebar-discounts .mp-our-discounts-item {
    height: auto;
}
.mp-our-discounts-item .discount-block-border {
    padding: 15px;
    border: 1px dashed #b3e2ff;
    top: -10px;
    left: 10px;
    bottom: -10px;
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% - 20px);
}
span.h4 {
    display: block;
    font-size: 15px;
    font-family: Open Sans;
    color: rgb(15, 120, 190);
    line-height: 1.6;
    margin-bottom: 20px;
}

.mp-our-discounts-item:last-child {
    margin-bottom: 0;
}

.mp-our-discounts-item .h4 {
    color: #0074c4;
    font: 500 16px / 35px Open Sans;
    display:block;
}

.mp-our-discounts-item .discount-percent-block span {
    color: #0074c4;
    font: 600 35px / 35px Open Sans;
    margin-bottom: 15px;
    display: block;
}

.mp-our-discounts-item .discount-percent-block span.ft {
    color: #e13c41;
    margin-bottom: 15px;
}

.mp-our-discounts-item p {
    font-size: 16px;
    font-family: Open Sans;
    color: rgb(31, 31, 31);
    line-height: 1.5;
}

.mp-our-discounts-content-slider .mp-our-discounts-item {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.mp-our-discounts-item a, .mp-our-discounts-item .dicount-badge {
    color: #ffffff;
    font: 600 14px / 25px Raleway;
    display: block;
    width: 150px;
    height: 45px;
    background-color: #3165a4;
    padding: 10px;
    margin: 30px auto 20px;
    border-radius: 4px;
}
.mp-our-discounts-item .dicount-badge  {
    white-space: nowrap;
     width: 180px;
}
.mp-our-discounts-item a:hover {
    color: #ffffff;
    background-color: #e13c41;
    text-decoration: none;
    transition: 0.5s;
}

.mp-our-discounts-content-slider {
    display: none;
    margin: 50px 0;
}

.mp-our-discounts-content-slider .mp-our-discounts-item {
    margin: 0 50px;
}

/* FOOTER */
/* FOOTER MENUS */
.footer-wrap {
    background-color: #252b41;
    padding: 40px 0;
}

.foot-menu-wrap > .h3 {
    color: #fff;
    font: 700 16px Raleway;
    text-transform: uppercase;
    display: block;
}

.foot-menu-wrap > ul {
    list-style: none;
}

.foot-menu-wrap > ul > li > a {
    color: #949bae;
    font: 400 13px / 25px Open Sans;
}

/* FOOTER CONTACTS */
.foot-contacts-wrap > .h3 {
    color: #fff;
    font: 700 16px Raleway;
    text-transform: uppercase;
    display: block;
}

.foot-contacts-wrap > .h4 {
    color: #fff;
    font: 600 16px / 23px Raleway;
    display: block;
}

.foot-contacts-wrap > .h4 > span.e-mail {
    color: #949bae;
    font: 400 13px / 23px Open Sans;
    unicode-bidi: bidi-override;
    direction: ltr;
}

.foot-contacts-wrap > .h4 > span > a {
    color: #949bae;
    font: 400 20px / 30px Open Sans;
}

.foot-contacts-wrap > .h4 > span > a:hover,
.foot-contacts-wrap > .h4 > span > a:focus {
    color: #949bae;
    font: 400 20px / 30px Open Sans;
    text-decoration: none;
}

.facebook, .pinterest, .twitter, .google_plus, .instagram {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #c4c8d2;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.facebook:hover, .pinterest:hover, .twitter:hover, .google_plus:hover, .instagram:hover {
    background-color: transparent;
    transition: 0.5s;
}

.facebook > a, .pinterest > a, .twitter > a, .google_plus > a, .instagram > a {
    color: #252b41;
    display: inline-block;
    padding: 10px 15px;
}

.facebook > a:hover, .pinterest > a:hover, .twitter > a:hover, .google_plus > a:hover, .instagram > a:hover {
    color: #c4c8d2;
    transition: 0.5s;
}

/* COPYRIGHT */
.copyright-wrap {
    background-color: #1e2334;
}

.footer-logo {
    padding: 45px 0;
}

.footer-logo > .logo > img {
    margin-top: -10px;
}

.footer-logo > a.logo {
    color: #0074c4;
    font: 600 39px / 24px Open Sans;
    display: block;
}

.footer-logo > a.logo:hover {
    text-decoration: none;
}

.footer-logo > a.logo > span {
    color: #e13c41;
}

p.copy {
    color: #fff;
    font: 400 13px / 20px Open Sans;
    margin-bottom: 0;
    padding: 53px 0;
    text-align: center;
}

.pp-and-terms {
    padding: 55px 0;
    text-align: right;
}

.pp-and-terms > ul {
    list-style: none;
    margin-bottom: 0;
}

.pp-and-terms > ul > li {
    display: inline-block;
}

.pp-and-terms > ul > li > a {
    color: #fff;
    font: 400 13px Open Sans;
    padding: 0 5px;
}

.pp-and-terms > ul > li:last-child > a,
.pp-and-terms > ul > li:nth-child(2) > a {
    border-left: 1px solid #fff;
}

.full-site-wrap {
    background-color: #1e2334;
}

#full-site {
    color: #fff;
    font: 600 30px Open Sans;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    display: none;
}

#full-site:hover {
    text-decoration: none;
}

/* BLUE-WRAP AND OTHER */
.blue-wrap {
    background-color: #004191;
}

.row.gray {
    background-color: #eee;
}

.col-md-8.white {
    background-color: #fff;
}

.gray > h2 {
    color: #444;
    font: 400 50px / 50px Raleway;
    text-transform: uppercase;
}

.app-header > h2 {
    margin: 45px 0 20px;
}

.app-body {
    background-color: #fff;
    padding: 30px;
    margin: 110px 0;
    text-align: right;
}

.app-body > p {
    color: #0e2355;
    font: 600 18px / 24px Raleway;
    text-align: left;
    text-indent: 50px;
}

.app-body > a.header-order-btn {
    display: inline-block;
    margin-top: 20px;
}

/* OUR SERVICES CONTENT */
.our-writers-content {
    margin: 30px 0;
}

.our-writers-content > p.blue-text {
    color: #0074c4;
    font: 600 14px / 20px Raleway;
    text-align: justify;
    margin: 20px 0;
}

.our-writers-content > h4 {
    color: #444;
    font: 600 30px Open Sans;
    margin: 30px 0;
}

.our-writers-content > p {
    color: #444;
    font: 600 14px / 20px Raleway;
    text-align: justify;
}

.our-writers-content > p:last-child {
    margin-bottom: 0;
}

.our-services-slider {
    display: none !important;
}

/* ABOUT US */
main ul {
    list-style: none;
}

main ol {
    padding-left: 15px;
}

main ul > li,
main ol > li {
    color: #444;
    font: 600 14px / 20px Raleway;
    text-align: justify;
    margin-bottom: 10px;
}

main ul.mp-list > li {
    color: #444;
    font: 600 14px / 20px Raleway;
    text-align: justify;
    display: inline-block;
    width: 49%;
}

main ul > li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    display: block;
    float: left;
    padding-right: 5px;
}

main h6 {
    color: #444;
    font: 600 18px / 22px Open Sans;
    margin: 30px 0;
}
.our-writers-content > h4 {
    font: 600 24px Open Sans;
}

/* LIFETIME DISCOUNTS */
.lifetime-discounts-content {
    overflow: hidden;
    margin-bottom: 50px;
}

.lifetime-block-left {
    width: 35%;
    height: 300px;
    border: 1px dashed #0074c4;
    float: left;
    border-top-left-radius: 30px;
    margin-left: 15%;
    margin-top: 30px;
    border-bottom: none;
    position: relative;
}

.lifetime-block-left:before {
    content: url(images/lifetime_arrow_down.png);
    display: block;
    position: absolute;
    bottom: -4px;
    left: -8px;
}

.lifetime-block-left:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    right: -7px;
    background-color: #fff;
    border: 1px solid #0074c4;
    border-radius: 50%;
    z-index: 1;

}

.lifetime-block-right {
    width: 35%;
    height: 300px;
    border: 1px dashed #0074c4;
    float: right;
    border-top-right-radius: 30px;
    margin-right: 15%;
    border-left: none;
    border-bottom: none;
    margin-top: 30px;
    position: relative;
}

.lifetime-block-right:before {
    content: url('images/lifetime_arrow_down.png');
    display: block;
    position: absolute;
    bottom: -5px;
    left: -8px;
}

.lifetime-block-right:after {
    content: url('images/lifetime_arrow_down.png');
    display: block;
    position: absolute;
    bottom: -5px;
    right: -8px;
}

.lt-persents5, .lt-persents10, .lt-persents15 {
    position: absolute;
    top: calc(50% - 52px);
    width: 105px;
    height: 105px;
    border: 1px dashed #0074c4;
    border-radius: 50%;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
}

.lt-persents5 > p, .lt-persents10 > p, .lt-persents15 > p {
    color: #e13c41;
    font: 700 34px Raleway;
}

.lt-persents5 > span, .lt-persents10 > span, .lt-persents15 > span {
    color: #444;
    font: 700 26px Raleway;
}

.lt-persents5 {
    left: -52px;
}

.lt-persents10 {
    left: -52px;
}

.lt-persents15 {
    right: -52px;
}

.lifetime-bot-item1, .lifetime-bot-item2, .lifetime-bot-item3 {
    float: left;
    text-align: center;
    width: 33.33%;
}

.lifetime-bot-item1 > p, .lifetime-bot-item2 > p, .lifetime-bot-item3 > p {
    color: #444;
    font: 400 16px / 24px Raleway;
    margin-bottom: 0;
}

.lifetime-bot-item1 > p.lt-price, .lifetime-bot-item2 > p.lt-price, .lifetime-bot-item3 > p.lt-price {
    color: #0074c4;
    font: 700 20px / 24px Raleway;
}

.lifetime-bot-item1 > span, .lifetime-bot-item2 > span, .lifetime-bot-item3 > span {
    color: #0074c4;
    font: 500 20px / 24px Raleway;
}

.lifetime-bot-item1 {
    padding-right: 20px;
}

.lifetime-bot-item3 {
    padding-left: 30px;
}

/* HOW IT WORKS INVERSE */
span.blue-text {
    display: inline-block;
    margin: 15px 0 25px;
}

.mp-how-it-works-content-inv {
    overflow: hidden;
    margin: 30px 0;
}

.mp-how-it-works-content-inv .mp-how-it-works-item {
    width: 330px;
    height: 115px;
    background-color: #0074c4;
    padding: 15px;
    margin-bottom: 1px;
    text-align: center;
    position: relative;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.l {
    float: left;
    margin-bottom: 115px;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.r {
    float: right;
    margin-top: 115px;
}

.mp-how-it-works-content-inv .mp-how-it-works-item:last-child {
    margin-bottom: 0;
}

.mp-how-it-works-content-inv .mp-how-it-works-item > img {
    margin-bottom: 10px;
}

.mp-how-it-works-content-inv .mp-how-it-works-item > span {
    color: #fff;
    font: 700 16px / 18px Open Sans;
    text-transform: uppercase;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.l:last-child:after {
    border: none;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.l:after {
    content: "";
    width: 330px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    right: -330px;
    top: 49%;
    border-top: 1px dotted #0074c4;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.l:before {
    content: url('images/hiw-vertical-line-inv.png');
    position: absolute;
    top: -64px;
    left: 77px;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.r:before {
    content: "";
    width: 330px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    left: -330px;
    top: 49%;
    border-top: 1px dotted #0074c4;
}

.mp-how-it-works-content-inv .mp-how-it-works-item.r:after {
    content: url('images/hiw-vertical-line-inv.png');
    position: absolute;
    top: -64px;
    right: 77px;
}

/* BLOG POST */
.blog-post-content {
    margin: 30px 0;
}
.blog-post-content a.red-button {
    display: block;
    color: white;
    font: 600 12px / 9px Raleway;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
    padding: 3px 17px;
    border-radius: 4px;
    background: #e13c41;
    height: 30px;
}
.blog-post-content a.red-button:hover {
    background: #c73035;
    text-decoration: none;
}
.blog-post-comments {
    margin-bottom: 30px;
}

.blog-post-content-img {
    margin-bottom: 15px;
}

.blog-post-content-img > img {
    width: 100%;
    height: auto;
}

.blog-post-content-text > p {
    color: #444;
    font: 600 14px / 20px Raleway;
    text-align: justify;
}

.blog-post-content-text ul {
    padding-left: 15px;
}

.blog-post-content-text ol{
   padding-left: 20px;
}

.blog-post-content-text ul > li, .blog-post-content-text ol > li {
    color: #444;
    font: 600 14px / 20px Raleway;
    text-align: justify;
    margin-bottom: 10px;
}

.fb, .tw, .pt {
    margin: 0 5px;
}

.ssba, .ssba a {
    color: #444;
    font: 400 16px / 16px Roboto;
}

.status-post > p {
    color: #444;
    font: 400 16px / 16px Roboto;
}

.status-post > p i {
    color: #0074c4;
}

p.share:before,
.ssba.ssba-wrap > div:before {
    content: "\f1e0";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #0074c4;
}

.status-post {
    margin: 30px 0;
    text-align: right;
}

.ess-button-inner, .ess-social-count {
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
}

/* COMMENTS */
form#commentform label {
    font-family: Raleway;
}

ul.commentlist {
    list-style: none;
    margin-bottom: 0;
}

ul.commentlist > li.comment {
    border-bottom: 1px solid #bbd1e0;
    padding: 10px 0;
}

ul.children {
    list-style: none;
    margin-left: 70px;
    margin-top: 10px;
}

.comment-author {
    color: #0074c4;
    font: 700 14px / 21px Raleway;
    text-transform: uppercase;
}

.comment-meta.commentmetadata > a {
    color: #a0a9b6;
    font: 400 14px / 21px Raleway;
}

.comment p {
    color: #444;
    font: 400 13px / 20px Open Sans;
    text-align: justify;
}

.reply > a {
    color: #0074c4;
    font: 500 13px / 20px Raleway;
}

textarea#comment {
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    resize: vertical;
    border: 1px solid #bbd1e0;
    color: #444;
    font: 400 14px / 25px Raleway;
    padding: 5px 10px;
}

p.comment-form-author {
    float: left;
    margin-right: 15px;
}

p.form-submit {
    float: left;
    margin-top: 26px;
}

input#author {
    border-radius: 5px;
    border: 1px solid #bbd1e0;
    color: #444;
    font: 400 14px / 25px Raleway;
    padding: 5px;
}

input#submit {
    color: #fff;
    font: 500 16px / 25px Raleway;
    background-color: #73bc00;
    border: none;
    height: 37px;
    width: 150px;
    border-radius: 5px;
}

/* BLOG ALL POSTS */
.blog-item, .pic {
    margin: 20px 0;
}

.pic {
    text-align: right;
    max-height: 188px;
}

.pic > img {
    height: 100%;
}

.blog-item-content > h4 {
    color: #444;
    font: 600 30px Open Sans;
    margin-top: 0;
}

.blog-item-content > h4 > a {
    color: #444;
}

.blog-item-content > h4 > a:hover, .blog-item-content > h4 > a:focus {
    color: #444;
}

ul.post-top-bar {
    list-style: none;
}

ul.post-top-bar > li {
    color: #444;
    font: 400 16px / 24px Roboto;
    display: inline-block;
    margin-right: 10px;
}

ul.post-top-bar > li > i {
    color: #0074c4;
}

.blog-item-content > p.excerpt {
    color: #444;
    font: 400 14px / 24px Raleway;
    text-align: justify;
}

.blog-item-footer > a {
    color: #0074c4;
    font: 700 13px / 20px Roboto;
}

.prev-next-post {
    margin-top: 25px;
}

.prev-next-post > .prev-post {
    float: left;
}

.prev-next-post > .next-post {
    float: right;
}

/* PAGINATION */
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    border-radius: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent;
    background-color: #e13c41;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/* ORDER FORM */
div#personal_information {
    margin-top: 30px;
}

div#paper_information {
    margin-top: 50px;
}

/* MEMBERSHIP AREA */
ul#menu-membership-area {
    list-style: none;
    margin-top: 30px;
}

ul#menu-membership-area > li {
    text-align: right;
}

ul#menu-membership-area > li.current_page_item > a {
    color: #0074c4;
}

ul#menu-membership-area > li:before {
    content: '';
}

ul#menu-membership-area > li > a {
    color: #444;
    font: 600 12px / 24px Raleway;
    text-transform: uppercase;
}

ul#menu-membership-area > li > a:hover {
    color: #0074c4;
    text-decoration: none;
}

.membership-area {
    margin-bottom: 30px;
}

.membership-area span.update-hint {
    color: #0074c4;
    font: 600 16px / 18px Raleway;
}

.page-id-54 .membership-area {
    margin-top: 0;
}

.membership-area span {
    color: #474747;
    font: 300 14px / 18px Raleway;
}

.membership-area span > b {
    color: #0074c4;
    font: 600 16px / 18px Raleway;
}

.welcome-area {
    margin-left: 30px;
}

a.dropdown-toggle {
    color: #094289;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    color: #094289 !important;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
}

form[name="form_logout"] > a {
    color: #094289;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
    padding: 3px 20px;
}

/* LOGIN FORM */
table.my-login-form, table.my-form-reset-pass {
    color: #094289;
    font: 600 14px / 26px Raleway;
}

table.my-login-form input[type="text"],table.my-form-reset-pass input[type="text"], table.my-login-form input[type="password"] {
    background-color: #fff;
    border: 1px solid #bbd1e0;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: normal;
    margin-bottom: 10px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    color: #444;
    font: 400 14px Open Sans;
    height: 40px;
}

table.my-login-form input[type="submit"], table.my-form-reset-pass input[type="submit"] {
    color: #fff;
    font: 700 14px Raleway;
    background-color: #73bc00;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
}

a.white_button {
    margin-right: 30px;
}

/* PRICE CALCULATOR */
div#ajax_content_price {
    margin-top: 30px;
}

table#table_essay_calculator tr:first-child > td {
    color: #0074c4;
    font: 500 15px Raleway;
    border-bottom: 2px solid #0074c4;
}

table#table_essay_calculator tr:first-child > td:first-child {
    font: 500 15px Raleway !important;
    padding: 0;
    background-color: #fff !important;
}

table#table_essay_calculator tr > td:first-child {
    color: #0074c4;
    font: 600 14px Raleway;
}

table#table_essay_calculator tr > td {
    color: #444;
    font: 500 15px Raleway;
    height: 50px;
}

table#table_essay_calculator tr:nth-child(even) > td {
    background-color: #edf7fe;
}

table#table_essay_calculator tr:nth-child(odd) > td {
    background-color: #fff;
}

table#table_essay_calculator tr:nth-child(even) > td:first-child {
    background-color: #e3f1fc;
}

table#table_essay_calculator tr:nth-child(odd) > td:first-child {
    background-color: #f4f9fd;
}

/* CONTACTS FORM */
table#cf {
    width: 100%;
}

table#cf tr td:first-child {
    width: 45%;
    padding-right: 15px;
    padding-top: 5px;
}

table#cf tr td {
    width: 65%;
}

table#cf tr td input[type="text"] {
    border: 1px solid #d8dadb;
    color: #444;
    font: 500 14px Raleway;
    height: 44px;
    border-radius: 5px;
    background: #fcfcfc;
}

table#cf tr td textarea {
    border: 1px solid #d8dadb;
    color: #444;
    font: 500 14px Raleway;
    height: 200px;
    border-radius: 5px;
    resize: none;
    background: #fcfcfc;
}

table#cf tr td input#cf-send {
    color: #fff;
    font: 500 16px / 16px Raleway;
    background-color: #73bc00;
    padding: 0 25px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin-top: 10px;
    text-transform: uppercase;
}

main ul.our_cf_contacts  i.fa {
    margin-right: 7px;
}
ul.our_cf_contacts > li,
ul.our_cf_contacts > li a {
    color: #0e2355;
}
main ul.our_cf_contacts > li:before{
    display: none;
}

/* 404 */
.err404 {
    width: 479px;
    height: 479px;
    margin: 30px auto;
    position: relative;
}

.err404 > img {
    height: 100%;
    width: 100%;
}

.go-home {
    position: absolute;
    right: 110px;
    bottom: 40px;
}

.go-home > a {
    color: #fff;
    background-color: #0074c4;
    font: 900 22px / 22px Raleway;
    padding: 8px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

.go-home > a:hover, .go-home > a:focus {
    color: #fff;
    text-decoration: none;
}

/* ANIMATIONS */
.header-logo.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@media(min-width:992px){
    .main-menu-wrap.shrink {
        position: fixed !important;
        width: 100%;
        z-index: 100;
        top: 0;
        border-bottom: 1px solid #fff;

        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

.breadcrumbs {
    margin-bottom: 15px;
}
header .breadcrumbs{
    text-align: center;
}
.spec-breadcrumbs {
    margin-top: 30px;
}

.spec-breadcrumbs > .breadcrumbs {
    margin-bottom: 0;
}

/* POPUP */
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0;
    display: none;
    z-index: 6;
}
.b-popup .b-popup-content{
    position: absolute;
    top: 30%;
    left: calc(50% - 150px);
    width:300px;
    height: auto;
    padding:10px;
    background-color: #eee;
    border-radius:5px;
    box-shadow: 0 0 10px #000;
}

.b-popup-content > p {
    margin-bottom: 0;
    text-align: justify;
}

.btn_x {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.btn_x > a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: red;
}

.btn_x > a:hover {
    color: red;
}

.btn_ok {
    background-color: #f9f9f9;
    width: 30%;
    margin: 10px auto 0;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #bbb;
    cursor: pointer;
}

/* PICTURES */
.first_order_disc_pic {
    margin-top: 104px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.affiliate-program-banner {
    width: 100%;
}

.wp-image-271,
.wp-image-273,
.wp-image-276,
.wp-image-277,
.wp-image-279,
.wp-image-281,
.wp-image-282,
.wp-image-284,
.wp-image-286,
.wp-image-287,
.wp-image-291,
.wp-image-294 {
    width: 100%;
    height: auto;
}

img.bpl_pic {
    width: 320px !important;
}

img.sym_pic.shrink_sym_pic,
img.hiw_pic.shrink_hiw_pic,
img.bpl_pic.shrink_bpl_pic {
    position: fixed;
    top: 90px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 5;
}
div.sym_pic.shrink_sym_pic {
    position: fixed;
    top: 90px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 5;
}

div.chrome.sym_pic.shrink_sym_pic {
    position: static;
}

.canvas.sym_pic {
    background: url(/wp-content/themes/papers-land/css/images/canvas.png);
    width: 360px;
    height: 517px;
    background-size: cover;
    position: relative;
}

.canvas.sym_pic canvas {
    position: absolute;
    top: 57px;
    left: 23px;
    border-radius: 10px;
    cursor: crosshair;
}

#wrapper { position: relative; }
#colorPalette {
    float: right;
}
#colorPalette > div {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid transparent;
}
#colorPalette > div#red {
    background: red;
}
#colorPalette > div#blue {
    background: blue;
}
#colorPalette > div#green {
    background: green;
}

.our-writers-content .mp-how-it-works-item img {
    width: auto;
}

td.lpart .lhead {
    font-weight: bold;
}

.container.sm {
    padding: 30px 0;
}

a.zem_rp_title {
    text-align: left;
}

.order-popup{
    width: 270px;
    background: #00a6d0;
    position: fixed;
    left: 50%;
    top: 90px;
    margin-left: -135px;
    display: none;
    z-index: 9999;
    font: 600 14px Raleway;
    overflow-y: auto;
    max-height: calc(100% - 100px);
}

.order-popup .top{
	padding: 10px;
	text-align: center;
	color: white;
	background: #004a96;
}

.order-popup .contacts-list{ padding: 10px }
.order-popup .contacts-list .item{
	background: white;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}

.order-popup .contacts-list .item:last-child{
	margin-bottom: 0;
}

.order-popup .contacts-list .item .title{
	font: 600 13px Raleway;
	color: #363a4c;
	text-align: center;
	margin-bottom: 5px;
}

.order-popup .contacts-list .item .chat{
	display: inline-block;
	width: 125px;
	height: 24px;
	color: white;
	font-size: 12px;
	border-radius: 25px;
	line-height: 24px;
	background-color: #73bc00;
	background-image: url(/wp-content/themes/papers-land/images/bell.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	text-indent: 10px;
	font-family: Open Sans;
	font-weight: 400;
}

.order-popup .contacts-list .item .phone{
	color: #e13c41;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 600;
}

.order-popup .contacts-list .item .form form{ padding: 0 12px; }

.order-popup .contacts-list .item .form input{
	height: 22px;
	border: 1px solid #d7d7d7;
	width: 148px;
	float: left;
	font-size: 11px;
	font-family: Open Sans;
	font-weight: 400;
	padding: 0 5px;
	margin-bottom: 0;
}
.order-popup .contacts-list .item .form{ overflow: hidden; }
.order-popup .contacts-list .item .form button{
	float: right;
	height: 22px;
	width: 60px;
	border: 1px solid #fadcdd;
	background: #004a96;
	font-family: Open Sans;
	font-weight: 400;
	color: white;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
}

.order-popup .contacts-list .item a:hover, .order-popup .contacts-list .item a:active{ text-decoration:none; }

.order-popup .contacts-list .item .chat span{
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
}
.order-popup .ajax-data{
    padding: 3px 10px 3px 10px;
    text-align: center;
    font-family: Open Sans;
    font-weight: 400;
    color: white;
    font-size: 12px;
    background: white;
    margin-bottom: 10px;
    display: none;
}

.order-popup .top p{ margin-bottom:0; margin-top: 10px; }

.order-popup .popup-close{position: absolute; top: 10px; right: 10px; cursor: pointer;}

.popup-show-btn{
	position: fixed;
	bottom:0;
	right:0;
	padding: 5px 10px;
	background: #004a96;
	color: white;
	font-family: 'Open Sans';
	font-size: 13px;
	cursor: pointer;
	display:none;
}
.discount-banner{
    background: #e13c41;
    padding: 5px 0;
    color: white;
    position: static;
    bottom:0;
    left:0;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 100;
}
.discount-banner.hell_banner{
    background: none;
    text-align: left;
}
.discount-banner.xmas-banner {
    background: url("../images/banner_xmas.jpg") no-repeat center;
    text-align: left;
    height: 100px;
}

.christmas-banner {
    background: url("../images/1920x100-сhristmas.svg") no-repeat center;
    background-size: cover;
    height: 100px;
    padding: 5px 0;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.christmas-banner span {
    display: block;
    margin-left: 20px;
    margin-top: 5px;
    text-align: left;
}

.discount-banner.spring-banner {
    background: url("../images/1920x100.svg") no-repeat center;
    text-align: left;
    height: 100px;
    background-size: cover;
}
.discount-banner.fd-banner {
    background: url("../images/fd_1920x100.svg") no-repeat center;
    text-align: left;
    height: 100px;
    background-size: cover;
}
.discount-banner.id-banner {
    background: url("../images/id_1920x100.svg") no-repeat center;
    text-align: left;
    height: 100px;
    background-size: cover;
}
.discount-banner.spring-banner ._close,
.discount-banner.fd-banner ._close {
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.discount-banner.id-banner ._close {
    color: red;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    float: right;
}
img.side-left-margin {
    margin-left: -100px;
    margin-top: 40px;
}

@media only screen and (max-width: 1400px) {
    img.side-left-margin {
        margin-left: -10px;
        margin-top: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .christmas-banner {
        background: url(../images/600x100-сhristmas.svg) no-repeat center;
        background-size: cover;
        height: 158px;
    }
    .discount-banner.spring-banner {
        background: url(../images/600x100_mobile_wide.svg) no-repeat left;
        background-size: cover;
        height: 158px;
    }
    .discount-banner.fd-banner {
        background: url(../images/fd_600x100_mobile_wide.svg) no-repeat left;
        background-size: cover;
        height: 158px;
    }
    .discount-banner.id-banner {
        background: url(../images/id_600x100_mobile_wide.svg) no-repeat left;
        background-size: cover;
        height: 158px;
    }
}
@media only screen and (max-width: 767px) {
    .christmas-banner {
        background: url("../images/300x100-сhristmas.svg") no-repeat center bottom;
        text-align: left;
        height: 33vw;
        background-size: cover;
    }
    .discount-banner.xmas-banner {
        background: url("../images/banner_xmas_mob.jpg") no-repeat center;
        text-align: left;
        height: 150px;
        background-size: cover;
    }

    .discount-banner.spring-banner {
        background: url(../images/300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 140px;
    }
    .discount-banner.fd-banner {
        background: url(../images/fd_300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 140px;
    }
    .discount-banner.id-banner {
        background: url(../images/id_300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 140px;
    }
}
@media only screen and (max-width: 420px) {
    .discount-banner.spring-banner {
        background: url(../images/300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 100px;
    }
    .discount-banner.fd-banner {
        background: url(../images/fd_300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 100px;
    }
    .discount-banner.id-banner {
        background: url(../images/id_300x100_mobile.svg) no-repeat top left;
        background-size: cover;
        height: 100px;
    }
}



.discount-banner.hell_banner .inner{
       text-align: left;
}

.discount-banner ._close.hell_close {
    color: white;
    font-size: 11px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    margin: 0 0 0 10px;
    position: absolute;
    left: 182px;
    top: -2px;
    cursor: pointer;
    font-family: tahoma;
}

.discount-banner:hover, .discount-banner:active, .discount-banner:focus{ color: white; text-decoration: none; }

.discount-banner .inner{ position: relative; vertical-align: middle;}

.discount-banner .b-order-now{
    font-size: 15px;
    font-weight: 600;
    color: #ffff00;
    border-bottom: 2px solid #ffff00;
    vertical-align:middle;
}

.discount-banner .disc{ color: #e13c41; font-weight: 700;  background: url(images/banner-dis-bg.png) no-repeat; width: 126px;  display: inline-block; padding: 13px 0; text-align: left; text-indent: 24px; font-size: 15px; height: 42px; vertical-align: middle;}

.discount-banner .disc{
    vertical-align: middle;
    padding-top: 21px;
}
.discount-banner ._close{
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 10px;
    cursor: pointer;
    font-family: tahoma;
}

.discount-banner ._close:hover{ color: #252b41; }

#total_order_strike{
color: white;
text-decoration: line-through;
font-size: 17px;
}

.mini-order-top {
    max-width: 435px;
    float: none;
    margin-right: 0;
    margin: 0 auto 10px;
}
.header-content .mini-order-top {
    max-width:600px;
    padding: 0 10px;
}
.header-content .miniordervip-component .tr.background-bottom.last .td {
    padding-bottom: 5px;
}
.mini-order-top .f-title{
	color: #212638;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
    text-align: center;
}
.header-content .mini-order-top .f-title{
    margin-bottom:15px;
}
.mini-order-top .f-title span{
	font-weight: bold;
}
.header-content form .form_line_block{
    text-align:right;
}
body .header-content .ae-miniorder-custom .number-field > input[type="text"]{
    width: 99%;
}
body .header-content .ae-miniorder-custom .number-field > span.m{
    left:auto;
}
body .header-content .ae-miniorder-custom .number-field{
    display:inline-block;
    margin-bottom: 10px;
}
.mini-order-top .e-td.l{
	color: #212638;
	margin-bottom: 10px;
	font-size: 15px;
	display: inline-block;
}
.header-content .mini-order-top .input-field.form_line_block .e-td.l{
    padding-right:35px;
} 
.mini-order-top select{
	margin-bottom: 10px;
	font-size: 14px;
	color: #4d4d4d;
	height: 34px;
    width: 60%;
}
.header-content .mini-order-top select,.home .header-content .ae-miniorder-custom .number-field > input.select-pages,body .header-content .ae-miniorder-custom .number-field > span{
    height:45px;
    border-radius: 3px;
    border: 1px solid #d7d9db;
    color: #9b9ca3;
}
.header-content .mini-order-top select{
    padding-left:10px;
}
body .header-content .ae-miniorder-custom .number-field > span{
    line-height: 45px;
}
.mini-order-top .form-bottom .total, .mini-order-top .form-bottom .input{
	width: 50% !important;
	float: left !important;
}

.mini-order-top .form-bottom .total .mini-order-total-price.offline{
	text-decoration: line-through;
	background: transparent !important;
	border: 0 !important;
	width: 100% !important;

    width: auto !important;
    text-align: left;

	font-size: 17px !important;
}

.mini-order-top .form-bottom{
	margin-top: 15px;
}
.header-content-wrap .mini-order-top .form-bottom{
    margin-top:0;
    margin-bottom:15px;
}
.mini-order-top .form-bottom:after{
	content: '';
	display:block;
	clear: both;
}

.mini-order-top .form-bottom .input{
	text-align: right;
	margin-top: 7px;
}

.mini-order-top .form-bottom .input input{
	width: 145px;
	height: 45px;
	background: #e13c41;
	color: white;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border: 0;
	margin-top: 0;
	border-radius: 4px;
	font-size: 18px;
	font-family: 'Open Sans' !important;
	font-weight: bold;
}
.mini-order-top .form-bottom .input input {
    font-size: 16px;
}
.header-content .mini-order-top .form-bottom .input input{
    font-size: 14px;
    height:50px;
}
.mini-order-top .form-bottom .essay_total_price_discount{
	color: #f90d12;
    font-size: 15px;
    line-height: normal;
}
.header-content .mini-order-top .form-bottom .essay_total_price_discount{
    display:none;
}
.header-content  .mini-order-top .form-bottom .total{
    width: max-content!important;
    float: none!important;
    display: inline-block;
    padding-right: 15px;
    color: #1c2236;
    font-weight: 600;
}
.header-content .mini-order-top .form-bottom .input{
    width: 60%!important;
    float: none!important;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    top: -4px;
    position: relative;
}
 .header-content .mini-order-top .form-bottom .input input{
    width: 100%;
}
.header-content .miniordervip-component.essay-miniordervip-form .header{
    display:none;
}
.header-content .miniordervip-component.essay-miniordervip-form{
    padding:0;
}
.header-content .featherlight .featherlight-content,.header-content .essay-component{
    border:none;
    box-shadow:none;
}
.mini-order-top .form-bottom .mini-order-first-price{
	font-size: 23px !important;
	font-weight: bold !important;
	color: #e13c41 !important;
	width: 100% !important;
	text-transform: uppercase !important;
	background: transparent !important;
	border: 0 !important;
	text-align: left !important;
    padding: 0 !important;
	font-family: 'Open Sans' !important;
}
.header-content .mini-order-top .form-bottom .mini-order-first-price{
    font-weight:800!important;
    line-height: 22px;
}
.testim-block {
    margin-left: 10px;
}
.mini-order3{
	position: relative;
	top: -20px;
}

.mini-order3 .select-row{
	overflow: hidden;
}

.mini-order3 .select-row .form_line_block{
	width: 48%;
	float: left;
}
.mini-order3 .select-row .form_line_block:last-child{
	float: right;
}

.mini-order3 .form-bottom{
	margin-top: 5px;
}

.mini-order3 .e-td.l{
	margin-bottom: 5px;
}

.mini-order3 select{
	margin-bottom: 5px;
}

#ajax_content_mini_order_form3{
	min-height: 280px;
}
.button-order{
    display: block;
    margin: 10px auto;
    color: white;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
    padding: 0px;
    border-radius: 6px;
    background: #e13c41;
    text-align:center;
    width:197px;
    line-height:42px;
    height:42px;
}
.button-order:hover,
.button-order:visited{
    color: #fff;
}
.button-chat{
    display: inline-block;
    color: #fff;
    font: 500 14px / 42px Raleway;
    border-radius: 18px;
    transition: 0.2s;
    text-align:center;
    width:197px;
    line-height:42px;
    height:42px;
}
.button-chat-blue{
    background-color:#004A96;
}
.button-chat-blue:hover{
    background-color:#0073C4;
    text-decoration: none;
    color: #fff;
}
.button-chat-green{
    background-color:#73bc00;
}
.button-chat-green:hover{
    background-color: #519a00;
    text-decoration: none;
    color: #fff;
}
.order-small.mini-form-page {
    font-family: Raleway;
    border-top: 2px solid #0073c4;
    border-bottom: 2px solid #0073c4;
    padding: 18px 10px 25px;
    margin: 25px 0 25px;
}

.mini-form-page input[type="text"],
.mini-form-page input[type="password"],
.mini-form-page input[type="file"],
.mini-form-page textarea,
.mini-form-page select {
    height: 35px;
    letter-spacing: 1px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fcfcfc;
    border: 1px solid #d8dadb;
    box-sizing: border-box;
    line-height: 35px;
    padding: 0 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 17px;
    color: #4d4d4d;
}
.mini-form-page .l.e-td {
    color: #444444;
    font-size: 15px;
    margin: 18px 0 10px;
    font-weight: 500;
}
.mini-form-page .orderform .price_currency{
    height: 35px;
    border-radius: 0;
    padding: 0;
    width: 25%;
    color: #4d4d4d;
    font: 500 15px / 15px Raleway;
    border: 1px solid #d8dadb;
    margin-right: -1px;
    margin-left: 0;
    background: #fcfcfc;
}
.mini-form-page .orderform .price_currency.price_currency_active,
.mini-form-page .orderform .price_currency:hover{
    background-color: #0074c4;
    color: #fff;
    outline: none;
}
.mini-form-page .orderform .price_currency.price_currency_active{
    border-color:#0074c4;
}
.mini-form-page .essay_total_price_discount {
    font-size: 19px;
    font-weight: 500;
    margin-top: 0px;
    color: #0073c4;
}
.mini-form-page .price-discount {
    display: inline-block;
    font-size: 23px;
    color: #e13c41;
    font-weight: 700;
    font-family: Arial;
    margin-top: 24px;
}
.mini-form-page .full-price {
    color: #0073c4;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    font-family: Arial;
    display: inline-block;
}
.mini-form-page .total {
    text-align: center;
}
.mini-form-page input.submit {
    border:none;
    width:160px;
    height:45px;
    line-height:45px;
    font-size: 16px;
    font-weight: 700;
}
.mini-form-page .note-calc-hidden{
    display:none;
}
.div-button {
    text-align: center;
    margin: 10px;
}
@media(max-width:767px){
    .mini-form-page .note-calc-hidden{
        display:block;
        margin-left: 10px;
    }
    .mini-form-page .note-calc {
        margin: 15px 0 0;
    }
    .mini-form-page input.submit {
        margin-bottom: 0;
        margin-top: 25px;
    }
}
.modal-header .close {
    margin-top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: red;
    opacity: 1;
}
button.close_w {
    background-color: #f9f9f9;
    width: 90px;
    margin: 10px auto 0;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #bbb;
    cursor: pointer;
}
.modal-title {
    margin: 5px 0 0;
    line-height: 1.2;
    color: #e13c41;
    text-align: center;
    font-size: 22px;
}
.b-popup-content .btn_ok:hover,
.modal-body .btn_ok:hover {
    color:#fff;
    background-color: #e13c41;
}
span.marks {
    display: inline-block;
}
.pdf-sample{
    text-align: center;
    margin-bottom: 15px;
}
.pdf-sample img{
    margin-bottom: 10px;
    max-width: 99px;
}

/*-----------------NEW MAIN PAGE------------------*/
.mp-text-block-content {
    margin: 70px 0;
}
.mp-text-block-content .dark-blue-header {
    margin-top: 30px;
}
.mp-text-block-content .three-columns > ul > li {
    font: 300 14px / 22px "Open Sans";
    margin-bottom: 4px;
}
.three-columns {
    column-count: 3;
    column-gap: 30px;
}
@media(max-width:991px){
    .three-columns {
        column-count: 2;
        column-gap: 30px;
    }
}
.three-columns .h2-nm {
    font-size: 22px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    font-weight: bold;
    line-height: 1.273;
}

.two-columns {
    column-count: 2;
    column-gap: 30px;
}
.three-columns h3{
    font-size: 18px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    font-weight: bold;
    line-height: 1.556;
}

.one-column-subtitle {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(63, 64, 72);
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 600;
}

.mp-text-block-content > h2 {
    font: 500 35px Raleway;
    color: #444;
    text-align: left;
}

.two-columns > p,
.three-columns > p  {
    font: 300 14px / 24px "Open Sans";
    color: #1f1f1f;
    text-align: justify;
}

.two-columns > h2,
.three-columns > h2 {
    font: 700 24px Raleway;
    color: #444;
    text-align: left;
}

.h2-nm {
    margin-top: 0;
}

.three-columns > h3,
.two-columns > h3 {
    font: 700 20px/1.5 Raleway;
    color: #444;
    text-align: left;
}

.two-columns > ul,
.three-columns > ul {
    list-style: none;
    margin: 15px 0;
}

.two-columns > ul > li,
.three-columns > ul > li {
    font: 300 14px / 24px "Open Sans";
    color: #1f1f1f;
    text-align: justify;
    padding-left: 20px;
    position: relative;
}

.two-columns > ol > li,
.three-columns > ol > li {
    font: 300 14px / 24px "Open Sans";
    color: #1f1f1f;
    text-align: justify;
}

.three-columns > ul > li:before,
.two-columns > ul > li:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #e13c41;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    padding-right: 0;
}
/*
.mp-text-block-content .three-columns > ul > li:before {
    display: inline;
    position: static;
    margin-right: 10px;
    vertical-align: top;
}
.mp-text-block-content .three-columns > ul > li {
    font: 300 14px / 24px "Open Sans";
    text-align: left;
    padding-left: 0;
    position: static;
}
*/
.mp-our-video-wrap {
    background-color: #3165a4;
}

.mp-video-block {
    position: relative;
    padding-bottom: 56.25%;
    /*пропорции видео 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 -15px;
}

.mp-video-block > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mp-our-video-wrap .white-header + img {
    width: 100%;
}

.mp-our-feedback-wrap {
    background-color: #004191;
}
.mp-our-feedback-wrap.feedback-main {
    background-color: #eaf7ff;
    padding: 40px 0 0;
}
img.feedback-main-img {
    margin-left: -65px;
    margin-top: 30px;
}
.feedback-item {
    border: 1px solid #e7e8e8;
    background-color: #fff;
    width: 100%;
    height: 270px;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 0 15px;
    position: relative;
}

/*
.feedback-item:before {
   content: '';
    display: block;
    background: none;
    position: absolute;
    bottom: -15px;
    left: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
*/
.mp-our-feedback-content .slick-list {
    padding: 0 0 15px;
}

.feedback-item > .feedback-quotes {
    width: 24px;
    height: 18px;
    background: url(images/feedback-quotes.png) no-repeat center;
}

.feedback-item > .feedback-author {
    font: 700 15px Raleway;
    color: #1e2021;
    text-align: left;
    margin: 10px 0 15px;
    display: block;
}

.feedback-item > p {
    font: 300 14px / 20px "Open Sans";
    color: #1f1f1f;
    text-align: center;
}

.mp-our-feedback-content {
    padding: 60px 0 120px;
}
.feedback-main .mp-our-feedback-content {
    padding: 40px 0 40px;
}
.feedback-main .feedback-item {
    margin-top: 25px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    height: 285px;
    border-radius: 5px;
}

.feedback-main .feedback-item > .feedback-author {
    font: 700 15px Raleway;
    color: #1e2021;
    text-align: center;
    margin: 40px 0 15px;
    display: block;
}
.feedback-main span.stars.right {
    color: #fdac19;
    float: none;
    margin-top: 10px;
    text-align: center;
    display: block;
    margin: 15px auto 24px;
    width: auto;
}
main .feedback-main ul > li:before {
    display: none;
}
.feedback-main .slick-dots li button:before {
    font-size: 0;
    line-height: 10px;
    width: 14px;
    height: 14px;
    content: '•';
    display: inline-block;
    text-align: center;
    opacity: 1;
    color: transparent;
    border-radius: 50%;
    background: #cfe1f1;
    vertical-align: middle;
}
.feedback-main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    width: 16px;
    height: 16px;
    border: 3px solid #3765a2;
    background: transparent;
    vertical-align: middle;
}
.feedback-main .slick-dots li.slick-active button {
    margin-top: 2px !important;
}
.feedback-main .slick-dots {
    bottom: -50px;
}
.feedback-icon {
    width: 57px;
    height: 50px;
    position: absolute;
    top: -22px;
    left: calc(50% - 28px);
}

.mp-our-feedback-content .slick-prev,
.mp-our-feedback-content .slick-next {
    top: auto;
    bottom: -90px;
}

.mp-our-feedback-content .slick-prev {
    left: auto;
    right: 60px;
}

.mp-our-feedback-wrap .white-header + img {
    width: 100%;
    padding-bottom: 30px;
}

.mp-text-block3-wrap .black-header + img {
    width: 100%;
}

.pseudo-td:before {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 18px;
    color: #0074c4;
    position: absolute;
    left: 0;
}

.pseudo-td {
    padding-left: 40px;
    position: relative;
}

.pseudo-td > span{
    font: 700 18px Raleway;
    color: #444;
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.img-icon-li > img{
    vertical-align: top;
    margin-right: 10px;
}
.img-icon-li > span {
    font: 700 18px/26px Raleway;
    color: #444;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    width: calc(100% - 50px);
    vertical-align: top;
    padding-top: 5px;
}

.pseudo-td > p,
.img-icon-li > p {
    font: 400 14px/24px Raleway;
    color: #444;
    text-align: left;
}

.mp-type-of-papers-content > span {
    font: 700 25px Raleway;
    color: #fff;
    text-align: left;
    display: block;
    text-transform: uppercase;
}

.mp-type-of-papers-content > p {
    font: 300 16px / 20px "Open Sans";
    color: #fff;
    text-align: justify;
}

.mp-type-of-papers-wrap {
    background-color: #eaf7ff;
    padding: 60px 0 60px;
}
.mp-type-of-papers-content {
    text-align: center;
}
.mp-type-of-papers-wrap .red_line_header {
    margin-top: 0;
    padding-bottom: 25px;
    text-align: left;
    margin-bottom: 70px;
}
.type-paper-header-block {
    display: inline-block;
    margin: 6px 8px;
    width: 100%;
    float: left;
    height: 240px;
}
.mp-type-of-papers-wrap .red_line_header .subtitle {
    font-size: 22px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    line-height: 1.273;
    text-align: left;
    font-weight: 300;
    margin: 10px 0px;
}

.mp-type-of-papers-wrap .red_line_header p{
    font-size: 17px;
    font-family: "Open Sans";
    color: rgb(63, 64, 72);
    line-height: 1.778;
    font-weight: bold;
}

.mp-type-of-papers-content .type-of-papers-list {
    list-style: none;
    font-size: 0;
}

.mp-type-of-papers-content .type-of-papers-list > .li {
    display: inline-block;
    margin: 6px 8px;
    border: 1px dashed #b3e2ff;
    padding: 4px;
    border-radius: 5px;
    width: 100%;
    height: 240px;
}
.mp-type-of-papers-content .li i.fa.fa-arrow-right {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    background: #0774bc;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    margin-left: 5px;
}
.mp-type-of-papers-content .li .service-content {
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px 20px;
    text-align: left;
    height: 229px;
}


.service-image {
    width: auto;
    height: 37px;
    margin: 10px 0 10px;
}
.mp-type-of-papers-content .type-of-papers-list > .li img {
    display: inline-block;
    height: 37px;
    width: auto;
}
.mp-type-of-papers-content .type-of-papers-list > .li a  {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(7, 116, 188);
    line-height: 1.571;
    text-align: left;
    font-weight: 700;
 }
.mp-type-of-papers-content .type-of-papers-list > .li h3 a {
    display: inline-block;
    min-width: 80%;
    font: 700 15px / 30px "Open Sans";
    color: rgb(63, 64, 72);
    position: relative;
    text-transform: uppercase;
}
.mp-type-of-papers-content .type-of-papers-list > .li p {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(31, 31, 31);
    line-height: 1.50;
    display: block;
    max-height: 63px;
    overflow: hidden;
}
.three-columns h3 {
    font-size: 18px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    font-weight: bold;
    line-height: 1.556;
    margin-top: 0;
}

.mp-type-of-papers-content .type-of-papers-list > .li:hover {
    color: #3165a4;
    text-decoration: none;
    border: 1px dashed #3165a4;
    box-shadow: 0 0 5px 0 #70b2dc73 inset;
}
.mp-type-of-papers-content .type-of-papers-list > .li:hover a {
    color:#337ab7;
    font-weight: bold;
    text-decoration: none;
}

@media(max-width:1200px) and (min-width:992px){
    .mp-type-of-papers-wrap .red_line_header {
        margin-bottom: 20px;
    }
    .mp-type-of-papers-wrap .red_line_header .subtitle {
        font-size: 19px;
    }
}
@media(max-width:991px) and (min-width:601px){
    .mp-type-of-papers-wrap .img-block {
        display: block;
        width: 35%;
        text-align: right;
        margin-top: -40px;
        float: right;
        margin-bottom: 10px;
    }
    .mp-type-of-papers-wrap .img-block img{
        max-width: 220px;
        display: inline-block;
    }
}
@media (max-width: 767px) and (min-width: 601px){
    .mp-type-of-papers-wrap .red_line_header {
        width: 65%;
    }
    .mp-type-of-papers-wrap .img-block img {
        max-width: 170px;
    }
    .mp-type-of-papers-wrap .img-block {
        margin-top: 0px;
    }
}
/*
@media(max-width:768px) and (min-width:601px){
    .mp-type-of-papers-content .type-of-papers-list > .li {
        width: calc(33.3% - 16px);
    }
}
*/
@media(max-width:600px){
    .img-block {
        display: none;
    }
    .mp-type-of-papers-content .type-of-papers-list > .li,
    .mp-type-of-papers-content .li .service-content {
        height: auto;
    }
}

.vip_services table td {
    color: #1f1f1f;
    font: 500 14px/1.5 Raleway;
    padding: 10px 0;
}

.vip_services table td.bc {
    vertical-align: middle;
}

.vip_services table td.uc > .vip_new {
    background: #e13c41;
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
}

.vip_services table td.pc {
    text-align: right;
}

.vip_services table td.pc > .wrong-price {
    text-decoration: line-through;
    /*margin-left: -70px;*/
    margin-right: 5px;
}

#vip_service_old_price, #vip_service_package_price {
    white-space: nowrap;
}

.vip_services table td.pc > .ph {
    position: relative;
    cursor: pointer;
}

form .e-table .table1.order_info {
    left: auto;
    right: 0;
}

form .e-table .table1.order_info p {
    padding: 0;
}

tbody.vip_order {
    border: 2px solid #e13c41;
    box-sizing: border-box;
}

tbody.vip_order tr:first-child td:last-child {
    position: relative;
}

tbody.vip_order tr:first-child td:last-child:after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(images/pl_vip_order.png);
}

.cl-review {
    border: 1px solid #DEDEDE;
    padding: 35px 30px 45px;
    border-radius: 5px;
    margin: 20px auto
}

.cl-review h3 {
    font-size: 28px;
    color: #e13c41;
    line-height: 38px;
    text-align: center;
    margin-left: 13px;
    margin-top: 0
}

.cl-review p.reviewItemStars {
    color: #ffb848;
    font-size: 20px;
    text-align: center;
    line-height: 30px
}

.cl-review p.innerReviewText {
    width: 80%;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 17px
}

.cl-review .reviewTooltip {
    position: absolute;
    width: 160px;
    left: -50px;
    top: -47px;
    display: none;
    text-align: left;
    border: none;
    padding: 10px;
    font-size: 13px;
    color: #4c4c4c;
    box-shadow: 0 2px 18px -2px rgba(0,0,0,.5);
    border-radius: 5px;
    line-height: 15px
}

.cl-review .whatsThis {
    position: relative;
    background: #fff;
    color: #e13c41;
    padding: 2px 5px;
    border: 1px solid #e13c41;
    border-radius: 2px;
    margin-left: 0
}

.cl-review span.reviewExternalLink:hover>.reviewTooltip {
    display: block;
    top: -60px;
    z-index: 100;
    background: #fff;
    opacity: 1
}

.cl-review p.reviewText {
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center
}

.cl-review .reviewText b span {
    text-align: center;
    font-size: 17px;
    font-weight: 700
}

.cl-review a.reviewItemLink.sjLink {
    background: #e13c41;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px 0 0 2px
}

.cl-review span.reviewExternalLink {
    cursor: pointer;
    position: relative;
    margin-right: 0;
    display: inline-block;
    margin-left: 0
}

input[type="range"]{
    -webkit-appearance: none;
    border-radius:2px;
    width:200px;
    height:3px;
    background-image:-webkit-linear-gradient(left ,#f22 0%,#f22 50%,#fff 50%, #fff 100%);
    box-shadow:inset #ebb 0 0 5px;
    outline : none;
    transition:.1s;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    width:10px;
    height:10px;
    background:#f22;
    border-radius:50%;
    transition:.1s;
}

input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-webkit-slider-thumb:active{
    width:16px;
    height:16px;
    cursor: pointer;
}

body table.table {
    width: 100%;
}

body table.table tr td {
    padding: 10px;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

div#ex1Slider {
    width: 50%;
}

#word_count {
    width: 100%;
    color: #00a5d0;
    font-size: 16px;
}

.wpm-table {
    border: 1px solid #004b97;
}

body table.wpm-table tr td {
    border: none;
    font-family: Raleway;
    color: #0a2535;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

#readTime1,
#readTime2 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#readTime1 {
    line-height: 34px;
}

#readTime1 span.label,
#readTime2 span.label,
#display_count {
    background-color: transparent;
    color: #00a5d0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 0;
}

b.wpm-hdr1,
b.wpm-hdr2,
b.wpm-hdr3 {
    font: 600 17px / 24px Raleway;
    color: #0074c4;
}

b.wpm-hdr1:before,
b.wpm-hdr2:before,
b.wpm-hdr3:before {
    font: 600 17px / 24px Raleway;
    color: #fff;
    border-radius: 2px;
    background-color:  #004b97;
    width: 69px;
    height: 24px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 10px;
}

b.wpm-hdr1:before {
    content: 'Step 1.';
}

b.wpm-hdr2:before {
    content: 'Step 2.';
}

b.wpm-hdr3:before {
    content: 'Step 3.';
}

.slider-handle.min-slider-handle.round {
    background: #00a5d1;
    border: 3px solid #b2e4f1;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    margin-top: -2px;
}

.pb0 {
    padding-bottom: 0;
}

input#wordsCount {
    color: #00a5d0;
    font-size: 16px;
}

span.label.label-default {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    background-color: red;
}
.fixed-banner a._close {
    right: 5px;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.phone-number-scroll{
    display: none;

}
@media(min-width:992px){
    .main-menu-wrap.shrink .phone-number-scroll{
        display: inline-block;
        padding: 15px 0;
        font: 600 20px Raleway;
    }

    .main-menu-wrap.shrink .phone-number-scroll a{
        color: #0d2355;
    }

    .main-menu-wrap.shrink .phone-number-scroll a:hover{
        text-decoration:none;
    }

    .main-menu-wrap.shrink #menu-primary-menu{
        float: left;
    }
}

.menu_buttons_block.show_block{
    float: left;
    margin-right: 15px;
}

/* Lifetime discounts */
.discount-progress {
   width: 90%;
   margin: 20px 15px 30px;
   position: relative;
}

.lifetime-header{
    text-align: center;
    font-size: 27px;
    color: #0074c4;
    font-weight: bold;
    margin: 10px auto 32px;
}

.discount-progress .discount-progress-bar {
   border: 1px solid #ccc;
   background-color: #fff;
   border-radius: 5px;
}

.discount-progress .discount-progress-bar div {
   height: 15px;
   background-color: #00aeef;
   border-radius: 6px;
}

.discount-progress .discount-progress-points {
   height: 30px;
}

.discount-progress .discount-progress-point {
   position: absolute;
   margin-left: -20px;
   width: 40px;
   text-align: center;
}

.discount-progress .discount-progress-point::after {
   content: "";
   display: block;
   position: absolute;
   margin-left: 20px;
   width: 0px;
   height: 8px;
   border: 1px solid #aaa;
}

.discount-progress .discount-progress-units {
   height: 30px;
}

.discount-progress .discount-progress-unit {
   position: absolute;
   margin-top: 12px;
   margin-left: -30px;
   width: 60px;
   text-align: center;
}

.discount-progress .discount-progress-unit::before {
   content: "";
   display: block;
   position: absolute;
   margin-top: -10px;
   margin-left: 30px;
   width: 0px;
   height: 8px;
   border: 1px solid #aaa;
}

.discount-progress-details {
   text-align: center;
   font-size: 15px;
   margin-bottom: 35px;
}

.discount-progress-details .update-hint{
    text-decoration: none;
    padding: 0;
    position: relative;
}
.discount-progress-details .update-hint .discountclass{
    width: 280px;
    right: -51px;
}
.discount-progress-details .update-hint a{
    color: #00aeef;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.open>.dropdown-menu.dropdown-menu-header{
    padding: 10px;
}
.dropdown-menu-header .info{
    font-size: 12px;
}
.dropdown-menu-header .info-last{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom:5px;
}
@media(min-width:992px){
    .main-menu-wrap.shrink .main-menu{
        float: right;
    }
    .main-menu-wrap.shrink #menu-primary-menu {
        float: right;
    }
    .main-menu-wrap.shrink .menu_buttons_block.show_block {
        float: right;
        display: none !important;
    }
}
.header-contacts > .phone-number a.sc-phone{
    display: block;
    padding-left: 21px;
}
/* ==== cookies banner ==== */
.cookie-policy-wrapper {
    max-width: 410px;
}
body .global-cookie .cookie-policy-block,
body .cookie-policy-wrapper .cookie-policy-block{
    border: 1px solid #eee;
    margin-bottom: 2px;
    left: 5px;
    max-width: 410px;
    padding: 30px;
    background-color: #3165a4;
    color: #fff;
    z-index: 100;
    margin-top: -150px;
}
body .global-cookie .cookie-policy-block p,
body .cookie-policy-wrapper .cookie-policy-block p{
    color: #fff;
    font:inherit;
}
body .cookie-policy-block .text-col {
    padding: 0 20px 0 0px;
    background: none;
    display: inline-block;
    font-size: 16px;
}
body .cookie-policy-block .read-more {
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.show-holiday-banner .global-cookie .cookie-policy-block,
.show-holiday-banner .cookie-policy-wrapper .cookie-policy-block {
    bottom: 105px;
}
.show-bottom-banner .global-cookie .cookie-policy-block,
.show-bottom-banner .cookie-policy-wrapper .cookie-policy-block {
    bottom: 80px;
}

.cookie-href {
    color: #fff;
}
.cookie-href:hover, .cookie-href:focus, .cookie-href:active, .cookie-href:visited {
    color: #fff;
}
body .cookie-policy-block .button {
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #e13c41;
    border: 1px solid #e13c41;
    border-radius: 5px;
    text-align: center;
    font-family: 'Roboto-medium', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    float: right;
    cursor: pointer;
    width: auto;
}
body .cookie-policy-block .button:hover,
body .cookie-policy-block .button:active,
body .cookie-policy-block .button:focus {
    color: #fff;
    background-color: #c73035;
    border: 1px solid #c73035;
}
.miniloginform .sign-in img {
    width: 30px;
    vertical-align: middle;
    padding-right: 3px;
}
.logo-sm{
    display: none;
}
.menu-bottom-block {
    display: none;
}
.navbar-toggle-close{
    display: none;
}
.login-header{
    text-align: center;
}
.login-header span{
    display: inline-block;
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    margin: 20px 15px;
    border-bottom: 1.5px solid rgb(225, 60, 65);
}
.customer-login-form{
    max-width: 300px;
}
.customer-login-form label {
    display: lock;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.customer-login-form .email input::placeholder,
.customer-login-form .password input::placeholder{
    color: #4d4d4d;
}
.customer-login-form .email input,
.customer-login-form .password input{
    border: 1px solid rgb(216, 218, 219);
    border-radius: 3px;
    background-color: rgb(252, 252, 252);
    line-height: 40px;
    font-size: 12px;
}
.customer-login-form .submit input{
    background:#e13c41;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    border: none;
    border-radius: 3px;
}

.customer-login-form .links a {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #2694dd;
    font-size: 14px;
    margin: 3px 0 3px;
    font-weight: 500;
}
.customer-login-form .submit {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dropdown.login-area img.login-form-img {
    width: 59px;
    margin: 8px auto -8px;
    display: block;
}
.dropdown.login-dropdown{
    width: 300px;
    background: #fff;
    z-index: 20;
    position: absolute;
    right: 0;
    top:70px;
    padding: 30px 30px 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.dropdown.login-area{
    display: none;
}
.dropdown.login-area.show{
    display: block;
}
.login-dropdown .navbar-toggle-close {
    display: block;
    background: transparent;
    border: none;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.navbar-toggle-close img{
    max-width: 20px;
}
.dropdown.welcome-area {
    display: none;
    text-align: center;
}
.dropdown.welcome-area.open{
    display: block;
}
.dropdown.welcome-area.open .dropdown-menu-header{
    display: block;
    z-index: 100;
}
ul.logged-user-menu li a {
    max-width: 80%;
    border-bottom: 1px solid #e5f1f9;
    font: 600 14px / 20px Raleway;
    color: #323340;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 8px 5px;
    text-transform: uppercase;
}

ul.logged-user-menu li a:hover {
    text-decoration: none;
    font-weight: 700;
}
ul.logged-user-menu{
    list-style-type: none;
    text-align: center;
}
.welcome-area .info{
    width: auto;
    margin: 5px auto;
    font-size: 15px;
    font-family: "Raleway";
    color: rgb(68, 68, 68);
    text-align: center;
}
.welcome-area .header-welcome{
    width: 100%;
    float: none;
}
.welcome-area .header-welcome span{
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(50, 51, 64);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 10px auto 10px;
    border-bottom:2px solid #e13c41;
    display: inline-block;
}
.welcome-area .header-welcome a{
    color: rgb(50, 51, 64);
}
.welcome-area .header-welcome a:hover{
    text-decoration: none;
}
.welcome-area .info a{
    color: #2694dd;
    font-size: 16px;
    font-family: "Raleway";
    font-weight: 500;
}
.welcome-area .info b{
    color: #2694dd;
    font-weight: 500;
}
.welcome-area .update-hint {
    cursor: pointer;
    color: #2694dd;
    padding: 0 0 10px 10px;
    display: inline-block;
    font-weight: 500;
}
.welcome-area .discount-info b{
    color:#e13c41;
}
.user-button img {
    max-width: 30px;
    margin-top: -4px;
    margin-right: 3px;
}
.user-button{
    margin-left:15px;
}
.miniloginform {
    display: inline-block;
}
.update-hint .discountclass {
    right: 0;
}
.welcome-area .update-hint .discountclass {
    padding: 10px 5px;
    background-color: #fcfcfc;
    border: 1px solid #e4e9ef;
    width: 260px;
    right: 20px;
}
.welcome-area  .logged-user-menu i.fa {
    color: #d0d0d2;
    font-size: 20px;
    margin-right: 10px;
}
.welcome-area .logged-user-menu img{
    max-width: 20px;
    margin-right: 8px;
}

.welcome-area .order-button {
    width: 100%;
    display: block;
    line-height: 40px;
    background: #e13c41;
    color: #fff;
    font-size: 16px;
    font-family: "Raleway";
    font-weight: 500;
    margin: 20px auto 10px;
}
.welcome-area .order-button:hover{
    color: #fff;
}
span.stars.right {
    color: #fdac19;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    margin: 15px auto 10px;
    width: auto;
}
main .mp-our-discounts-content-slider ul > li:before {
    content: none;
}
.mp-our-discounts-content-slider .slick-dots li button:before {
    opacity: 1;
    color: #4d7ab2;
    background: #cfe1f1;
    border: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 0px;
    padding: 0;
}
.mp-our-discounts-content-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: transparent;
    border: 3px solid #3765a2;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0;
}
.mp-our-discounts-content-slider .slick-dots {
    bottom: -45px;
}
.discount_banner_for_page {
    margin: 0 -15px -30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.discount_banner_for_page .header{
    margin: 10px auto;
    text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    color: #132758;
    opacity: 0.4;
    font-size: 40px;
    display: inline-block;
    margin: 0 10px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div:hover{
    opacity: 1;
}
.owl-buttons {
    text-align: center;
}
.owl-carousel .owl-controls.clickable {
    height: 25px;
    color: red;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}
body .testimonial-theme4-theme1 span.rating {
    display: none;
}
body .testimonial-theme4-theme1 .fa-fw {
    color: #fdac19;
}
.discount_banner_for_page{
    background-color: #eaf7ff;
    padding: 20px 30px;
}
.discount_banner_for_page .mp-our-discounts-item > span.h4 {
    color: #444444;
    margin-bottom: -5px;
}
.discount_banner_for_page .mp-our-discounts-item > span {
    color: #034996;
}
.discount_banner_for_page .mp-our-discounts-item > span.ft {
    color: #e13c41;
}

.discount_banner_for_page .mp-our-discounts-item > span.h4.h4-blue {
    color: #034996;
}
.discount_banner_for_page .mp-our-discounts-item a,
.discount_banner_for_page .mp-our-discounts-item .dicount-badge{
    color: #fff;
    background: #034996;
    padding: 10px 25px;
    font-size: 18px;
}
.discount_banner_for_page .mp-our-discounts-item .dicount-badge {
    padding: 10px 15px;
}
h6.contact-form-text-t {
    text-align: left;
}
.mini-form-header {
    font-size: 24px;
    font-family: "Raleway";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    width: 65px;
    display: inline-block;
    background: #14509d;
    margin: 0;
    border-radius: 10px 0px 0px 10px;
    position: relative;
}
.mini-form-header img{
    top: 30px;
    left: 20px;
    position: absolute;
}
.mini-form-header p{
    transform: rotate( 180deg);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    margin: 0 auto;
    height: 295px;
    text-transform: none;
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    text-align: left;
    padding-top: 25px;
}
body .minicalc-page .ae-miniorder-custom .number-field > span i, body .header-content .ae-miniorder-custom .number-field > span i{
    color: #65696f;
}
body .minicalc-page .sidebar-total{
    margin-top: 25px;
}
.minicalc-page .ae-miniorder-custom{
    display:inline-block;
    vertical-align: top;
    padding: 10px 35px;
    width: calc(100% - 70px);
}
.minicalc-page .ae-miniorder-custom .row>div{
    padding: 0 5px;
}
body .minicalc-page .ae-miniorder-custom label{
    font-size:13px;
    color:#212638;
    font-family: 'Open Sans';
}
body .minicalc-page .ae-miniorder-custom select,body .minicalc-page .ae-miniorder-custom input[type="text"]{
   font-size: 13px; 
   color:#9b9ca3;
   font-family: 'Open Sans';
   border-radius: 3px;
   height: 45px;
}
body .minicalc-page .ae-miniorder-custom .number-field > span,body .header-content .ae-miniorder-custom .number-field > span{
    width: 45px;
    height: 45px;
    line-height: 45px;
}
body .minicalc-page .ae-miniorder-custom .currency > input[type="button"]{
    height: 45px;
}
body .minicalc-page .ae-miniorder-custom .currency > input[type="button"]:first-child{
    border-radius: 5px 0 0 5px;
}
body .minicalc-page .ae-miniorder-custom .currency > input[type="button"]{
    font-size:14px;
    color: #9b9ca3;
}
body .minicalc-page .ae-miniorder-custom .currency > input[type="button"].active,body .minicalc-page .ae-miniorder-custom .currency > input[type="button"]:hover{
    font-weight: bold;
}

body .minicalc-page.sample-calc .ae-miniorder-custom .currency > input[type="button"]{
    display:block;
    width: 100%;
}
body .minicalc-page.sample-calc .ae-miniorder-custom .currency > input[type="button"], body .minicalc-page.sample-calc .ae-miniorder-custom .currency > input[type="button"]{
    display:none;
    font-size:14px;
    border:none;
    background:#fff;
    text-align:left;
}
body .minicalc-page.sample-calc .ae-miniorder-custom .currency > input[type="button"].active, body .minicalc-page.sample-calc .ae-miniorder-custom .currency > input[type="button"]:hover{
    display:block;
    font-size:14px;
    color:#2694dd;
    font-weight:500;
    border:none;
    box-shadow: none!important;
    background: url('https://papers-land.com/wp-content/themes/papers-land/images/currency_check.png') right center no-repeat,#fff;
    
}
body .minicalc-page.sample-calc .sidebar-total{
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}
body .minicalc-page.sample-calc .ae-miniorder-custom .currency{
    width:38px;
    display: inline-block;
    margin-top: 21px;
}
body .minicalc-page.sample-calc .row.total_pr>div:first-child{
    text-align:right;
}

body .minicalc-page.sample-calc  .ae-miniorder-custom .currency:hover > input[type="button"]{
    -webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    display:block;
    border-radius: 0;
}
body .minicalc-page .label-total{
    font-size:14px;
    color:#1c2236;
    font-family: 'Open Sans';
    font-weight: 600;
}
body .minicalc-page span.mini-order-total-price{
    margin-left:5px;
    margin-top:0;
}
body .minicalc-page .ae-miniorder-custom input[type="submit"]{
    text-transform:none;
    font-size:14px;
    width:100%;
    margin-top: 20px;
}
body .minicalc-page .sidebar-total{
    margin-top:25px;
}
body .minicalc-page {
    border:none;
    padding:0;
    -webkit-box-shadow: 0px 4px 23px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 23px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 23px 0px rgb(34 60 80 / 20%);
    border-radius: 10px;
    height: 295px;
}
body .shortcode_banner_cta{
    background:url(/wp-content/themes/papers-land/images/cta-banner-men.png) left 63% bottom no-repeat,url(/wp-content/themes/papers-land/images/cta-banner-bg.png) center center no-repeat;
    height:180px;
    border-radius: 25px;
}
body .shortcode_banner_cta .header-contacts-block{
    width: 195px;
    padding-top: 0;
    float: right;
    padding-right: 20px;
}
body .shortcode_banner_cta .button-order{
    margin-top: 5px;
}
body .shortcode_banner_cta .header-contacts .phone-number{
    margin-left: 0;
    width: 155px;
    float: right;
}
body .shortcode_banner_cta .header-contacts .phone-number i{
    margin-top: 5px;
    margin-left: 0;
}
body .shortcode_banner_cta .button-chat-blue{
    background-color: #73bc00;
    margin-top: 10px;
}
body .shortcode_banner_cta .button-chat-blue,body .shortcode_banner_cta .button-order{
    height: 45px;
    width: 150px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway';
    text-transform: uppercase;
}

body .shortcode_banner_cta h1{
    font-size: 25px;
    font-family: 'Open Sans';
    font-weight: 800;
    color: #e13c41;
    padding-left: 40px;
    margin-top: 55px;
}
body .shortcode_banner_cta h2{
    font-size: 19px;
    font-weight: 800;
    padding-left: 40px;
    font-family: 'Open Sans';
    color: #132255;
    margin-top: 10px;
}
.order-info p {
    line-height: 1.3em;
    margin-bottom: 20px;
}

.order-info .highlight {
    color: #da0b32;
}
.order-info .upper {
    text-transform: uppercase;
    color: #2694dd;
    font-weight: 600;
}
.bookmark-row strong {
    color: #00a5d1;
}
.class-cdma-desc a,
.class-cdma-desc img {
    max-width: 100%;
}
.class-cdma-desc{
    margin-top: 20px;
}
.scroll-tel {
    z-index: 50;
    display: inline-block;
    left: 15px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 100%;
}
@media(min-width:768px){
    .with-cookie-block .scroll-tel {
        margin-bottom: 155px;
    }
    .bottom-first-discount.with-cookie-block .scroll-tel {
        bottom: 260px;
    }
    .show-holiday-banner.with-cookie-block .scroll-tel {
        bottom: 280px;
    }
}
.bottom-added-banner-line {
    position: relative;
}
.bottom-chat {
    z-index: 50;
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    top: -80px;
}
.scrollTop-btn {
    z-index: 50;
    display: none;
    position: absolute;
    right: 15px;
    width: 70px;
    height: 70px;
    bottom: auto;
    top: -160px;
}
.scroll-tel img,
.bottom-chat img,
.scrollTop-btn img{
    max-width: 100%;
}

@media(max-width:767px){
    .with-cookie-block .scroll-tel {
        margin-bottom: 155px;
    }
    .bottom-chat {
        top: -60px;
    }
    .scrollTop-btn {
        bottom: auto;
        top: -120px;
    }
}
.bottom-chat-line {
    cursor: pointer;
    z-index: 9000;
    position: absolute;
    display: inline-block;
    right: 10px;
    bottom: auto;
    top: -29px;
    width: 180px;
    height: 30px;
    text-align: center;
    background: #1eba59;
    box-shadow: -1px -1px 5px 0 rgba(0,0,0,0.49);
}

.bottom-chat-line .liveChat {
    width: 100%;
    height: 100%;
    text-align: left;
}
.bottom-chat-line .liveChat  .chat-icon{
    background: #1f959a url(/wp-content/themes/papers-land/css/images/chatwhite.svg) center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 30px;
    display: inline-block;
    border: 1px solid #1f959a;
}
.bottom-chat-line:hover {
  box-shadow: -1px -1px 8px 0 rgba(0,0,0,0.65), 0 0 8px rgba(0, 0, 0, 0.1) inset;
}
.bottom-chat-line .liveChat .chat-text{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 45px);
    line-height: 1.5;
    vertical-align: bottom;
    height: 30px;
    margin: 0;
    text-align: left;
    padding-left: 5px;
}
/*================== Resume banner ==================*/
.resume-service {
    margin: 20px 0;
}
div.resume-service.sym_pic.shrink_sym_pic {
    top: 600px;
}
/*================== end Resume banner ==================*/
.sidebar-block{
    padding: 35px 23px;
    width: 100%;
}
.sidebar-advantages{
    background: #eaf7ff;
}
.title-sidebar {
  font-size: 20px;
  font-family: "Raleway";
  color: rgb(0, 116, 196);
  font-weight: 600;
  line-height: 1.5;
}
.ul-sb-advantages{
    margin: 20px 0 25px;
}
main ul.ul-sb-advantages li:before {
    font-size: 6px;
    color: #9ac2de;
    margin-right: 12px;
}
.sb-button {
  background: #0074c4;
  width: 145px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Raleway";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.sb-button:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar-right{
    margin: 30px 0;
}
.sidebar-discounts {
  border: 2px solid #daebf8;
  margin: 15px 0;
}
.sidebar-discounts .dis-text {
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    padding-bottom: 18px;
    border-bottom: 2px solid #d1e6f4;
}
.sidebar-discounts .mp-our-discounts-item > span.ft {
    color: #e13c41;
    display: inline-block;
    width: 80px;
    font: 700 30px / 30px Raleway;
}
.sidebar-discounts .mp-our-discounts-item > span.ft .d-blue{
    color:#0074c4;
    display: block;
}
.sidebar-discounts .sb-button{
    margin: 10px auto 0;
}
.dis-text p {
    margin-bottom: 0;
}
ul.ul-sb-advantages li {
    color: #3d4b60;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.sidebar-discounts .mp-our-discounts-item {
        padding: 10px 0;
}
.sidebar-discounts p.pages {
    font-size: 15px;
    color: #094289;
    font-weight: 500;
}
.sidebar-contacts img {
    width: 100%;
}
.sidebar-contacts{
    background: #eaf7ff;
    margin-bottom: 20px;
}
.sidebar-contacts .tel-num{
  font-size: 20px;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  text-align: left;
  font-weight: 600;
}
.sidebar-contacts p {
    margin: 15px 0 10px;
    font-size: 13px;
    color: #3d4b60;
}
.sb-button.sb-button-green{
    background:#73bc00;
}
.sidebar-contacts .address {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(9, 66, 137);
    line-height: 1.643;
    text-align: left;
    font-weight: 600;
}
.sidebar-testim {
    margin: 0 -10px;
}
.sidebar-testim .title-sidebar {
    margin-left: 15px;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-pic-theme3 {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0px 0px;
    float:right;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-pic-theme3.testim-rate {
    text-align: right;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-description-theme3{
    border-radius: 5px;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-pic-theme3 img {
    width: auto;
    height: auto;
}
.sidebar-testim .testimonial-theme3-theme3 .fa-fw {
    text-align: center;
    width: 12px;
    color: #fdac19;
    font-size: 11px;
}
.sidebar-testim .owl-theme .owl-controls {
    position: absolute;
    bottom: 10%;
    left: 40px;
    text-align: left;
    width: auto;
    right: auto;
}
.sidebar-testim .owl-controls .owl-page,
.sidebar-testim .owl-controls .owl-buttons div {
    margin: 10px 3px 0;
}
.sidebar-testim .testimonial_text {
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb(31, 31, 31);
  line-height: 1.583;
  text-align: left;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-theme3-title span {
    color: #1e2021;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-theme3-title {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 5px;
}
.sidebar-testim .testimonial-theme3-theme3 {
    margin: 0;
}
.super-testimonial-theme3.testim-rate {
    text-align: right;
}
.sidebar-testim .owl-carousel .owl-page.active {
    border: 1px solid #132758;
    background: #132758;
    border-radius: 50%;
}
.testimonial-theme3-description-theme3 {
  box-sizing: border-box;
 /* width: 100px;
  height: 100px; */
 box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.testimonial-theme3-description-theme3:after {
  content: '';
  background: white;
  border: 20px solid transparent;
  transform: rotate(45deg) translateX(15px) translateY(15px);
  box-shadow: 0 0 5px 0 #909090;
}
.testimonial-theme3-description-theme3 .test-container{
  position: relative;
  z-index: 1;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.sidebar-testim .owl-item {
    margin: 10px;
    box-sizing: border-box;
    max-width: 90%;
}
.test-container{
    z-index: 5;
}
.sidebar-testim .testimonial-theme3-theme3 .testimonial-theme3-description-theme3 {
    border-radius: 5px;
    padding: 0;
}
.sidebar-testim .owl-item {
    margin: 0 12px 20px;
    box-sizing: border-box;
    width: 260px !important;
}
/*
.sidebar-testim .owl-pagination{
    display:none;
}
*/
@media(max-width:1200px){
    .sidebar-testim .owl-item {
        width: 290px !important;
    }
}
.testim-block .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #0f74bb;
    opacity: 1;
}

/* Order steps */
ul.order-steps {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.order-steps li {
    width: 32%;
    display: inline-block;
}

main ul.order-steps > li:before {
    content: '';
}

ul.order-steps li img {
    width: 100%;
}

/* Bookmark */

body .order-form-wrapper .bookmark-row .wrapper{
    border-radius: 10px;
    border: solid #e1e1e4 1px;
    background-color: #f8f8fb;
    margin-top: 25px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.48);
}

body .order-form-wrapper .bookmark-row .wrapper p b {
    color: #00a5d1;
    text-transform: uppercase;
    position: relative;
    margin-right: 38px;
    white-space: nowrap;
}
body .order-form-wrapper .bookmark-row b:after {
    content: '';
    display: block;
    position: absolute;
    right: -35px;
    top: -6px;
    background-image: url('images/bookmark-checkbox.png');
    width: 28px;
    height: 25px;
}
body body .essay-component.order-form-wrapper .for-large {
    text-align: left;
    font-size: 13px;
}
body .order-form-wrapper .bookmark-row .wrapper p span {
    border: none;
    border-radius: 3px;
    color: black;
    background-image: none;
    padding: 5px 5px;
}

body .essay-component.order-form-wrapper .hint > i {
    background-image: url(images/qmark.png);
    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.lifetime-banner {
    margin-bottom: 30px;
}
body .featherlight .featherlight-content.featherlight-content-custom {
    padding: 0;
    border-bottom: none;
    background: transparent
}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form{
    width: 380px;
    height: 483px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/first-discount-pop.png) no-repeat top center;
    padding: 0 45px;
}
body .essay-discount-popup-form form {
    padding: 25px 0;
    position: absolute;
    bottom: 98px;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
}
body .featherlight-content.featherlight-content-custom .essay-discount-popup-form .email input{
    text-transform: none;
}
body .featherlight .essay-discount-popup-form .submit input {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    background-color: #eb3f33;
    line-height: 46px;
    border-radius: 4px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
}
body .featherlight.featherlight-content-custom .featherlight-close-icon {
    top: 70px;
    right: 20px;
    line-height: 23px;
    width: 23px;
    background: rgb(41, 166, 207);
    color: #fff;
    border-radius: 50%;
}
main .essay-component ul > li:before {
    display: none;
}
.why-us-banner {
    background-color: #ebf7ff;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.why-us-title {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Raleway;
    font-weight: 700;
    color: #0774bc;
    text-align: center;
}

main h6.card-title {
    margin-bottom: 5px;
    margin-left: -10px;
    text-transform: uppercase;
    font-family: Raleway;
}

.card-icon {
    padding-top: 16px;
}

body .why-us-cards {
    margin-left: 0px;
    margin-right: 0px;
}

body .why-us-card {
    padding-left: 70px;
}

body p.card-text {
    font-family: Open Sans;
    color: #696969;
}
@media(max-width: 1024px) {
    main h6.card-title {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 700;
    }
}
@media(max-width: 768px) {
    main h6.card-title {
        font-size: 22px;
        margin-left: -50px;
    }
    body p.card-text {
        font-size: 16px;
    }
}
@media(max-width: 415px) {
    .our-writers-content .card-icon img {
        width: 35px;
        margin-top: -25px;
    }
    .card-icon,
    .card-title-block {
        display: inline-block;
    }
    main h6.card-title {
        font-size: 22px;
        margin-left: -20px;
    }
    body .why-us-card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 375px) {
    main h6.card-title {
        font-size: 18px;
    }
    body p.card-text {
        font-size: 14px;
    }
}

@media(max-width: 320px) {
    main h6.card-title {
        font-size: 16px;
    }
    body p.card-text {
        font-size: 12px;
    }
}

.how-it-works-banner-l {
    background:url(https://papers-land.com/wp-content/themes/papers-land/images/how_it_work_baner.png) no-repeat;
    background-size: contain;
    height: 525px;
    display:block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.how-it-works-banner-m {
    display: none;
}

@media(max-width: 1024px) {
    .how-it-works-banner-l {
        height: 385px;
        display:block;
    }
    .how-it-works-banner-m {
        display: none;
    }
}

@media(max-width: 768px) {
    .how-it-works-banner-l {
        height: 450px;
        display:block;
    }
    .how-it-works-banner-m {
        display: none;
    }
}

@media(max-width: 415px) {
    .how-it-works-banner-l {
        display:none;
    }
    .how-it-works-banner-m {
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
        background:url(https://papers-land.com/wp-content/themes/papers-land/images/bg-how-it-works-s.png) no-repeat;
        background-size: cover;
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    body .how-it-works-number-img img{
        height: 55px;
        width: auto;
        margin-top: -30px;
    }
    .how-it-works-number-img,
    .how-it-works-textbox {
        display: inline-block;
    }
    .how-it-works-textbox {
        font-family: Raleway;
    }
    .how-it-works-title h5 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .how-it-works-title-1 {
        color: #d73a49;
    }
    .how-it-works-title-2 {
        color: #df584c;
    }
    .how-it-works-title-3 {
        color: #62952c;
    }
    .how-it-works-title-4 {
        color: #62d6f9;
    }
    .how-it-works-title-5 {
        color: #2d75be;
    }
    .how-it-works-title-6 {
        color: #1e3f8e;
    }
    .how-it-works-card {
        margin-top: 15px;
    }
}

@media(max-width: 375px) {
    body .how-it-works-number-img img {
        margin-top: -45px;
    }
    .how-it-works-textbox {
        max-width: 220px;
    }
}

@media(max-width: 320px) {
    .how-it-works-textbox {
        max-width: 195px;
    }
}
.pdf-carousel,
.pdf-no-carousel{
    border-bottom: 3px solid #e13c41;
    border-top: 3px solid #e13c41;
    margin-bottom: 20px;
}
.pdf-no-carousel{
    text-align: center;
}
a.resume-download-button {
    width: 110px;
    display: inline-block;
}
a.resume-download-button img{
    max-width: 100%;
}
.resume-slider-pdf .header {
    font-size: 21px;
    color: #0f74bb;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.resume-slider-buttons .button-order {
    display: inline-block;
}
.resume-slider-buttons {
    text-align: center;
}
.resume-slider-pdf .slick-prev:before {
    content: "\f104";
}
.resume-slider-pdf .slick-prev:before {
    content: "\f104";
}
.resume-slider-pdf .slick-prev:before,
.resume-slider-pdf .slick-next:before {
    color: #0f74bb;
}
.resume-slider-pdf .slick-prev {
    left: 0;
}
.resume-slider-pdf .slick-next {
    right: 0;
}
.resume-slider-buttons .button-order {
    display: inline-block;
    width: 130px;
}
.mp-text-block-content .three-columns .dark-blue-header {
    margin-top: 0px;
}
.mp-text-block3-wrap .mp-text-block-content .three-columns > ul > li {
    font: 500 16px / 26px "Open Sans";
    margin-bottom: 4px;
}
@media(min-width:992px){
    .mp-text-block1-wrap .red_line_header {
        margin-top: 70px;
    }
}

.banner-300-words {
    margin: 20px auto;
    padding: 30px 10px 30px 235px;
    background: url(../images/banner-300words.png) no-repeat center left;
    height: 190px;
    max-width: 750px;
    position: relative;
}
.banner-300-words .banner-300words-man{
    position:absolute;
    right: -40px;
    bottom:0;
    width: 150px;
    height: 149px;
    z-index: 2;
}
.banner-300-words .top-text {
    display: block;
    text-align: left;
    max-width: 390px;
}
.banner-300-words .line-10persent {
  font-size: 15px;
  font-family: "Raleway";
  color: rgb(7, 66, 130);
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.banner-300-words .line-first-discount {
    font-size: 19px;
    font-family: "Raleway";
    color: rgb(7, 66, 130);
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin-top: 15px;
    display: block;
}
.banner-300-words .block-15off {
    color:#d9393c;
    text-transform: uppercase;
}
.banner-300-words .left-text{
    width: 160px;
    font-size: 16px;
    font-family: "Raleway";
    color: rgb(7, 66, 130);
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    position: absolute;
    z-index:1;
    left:25px;
    bottom:25px;
    display:block;
}

@media(max-width:1200px) and (min-width:651px){
    .banner-300-words .banner-300words-man{
        display: none;
    }
}
@media(max-width:650px){
    .banner-300-words {
        margin: 20px auto;
        padding: 65px 10px 10px 10px;
        background: url(../images/banner-300words-sm.png) no-repeat center top;
        height: auto;
        overflow: hidden;
    }
    .banner-300-words .top-text {
        max-width: 280px;
        margin:0 auto;
        text-align:center;
    }
    .banner-300-words .left-text{
        position:static;
        width:100%;
        height: auto;
        max-width: 280px;
        margin:0 auto;
        text-align:center;
        margin-bottom: 5px;
    }
    .banner-300-words .banner-300words-man{
        top:auto;
        bottom:0;
    }
    .banner-300-words .line-10persent {
        font-size: 14px;
        font-family: "Raleway";
        color: rgb(7, 66, 130);
        font-weight: 500;
    }
    .banner-300-words .line-first-discount {
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}
@media(max-width:550px){
    .banner-300-words .banner-300words-man {
        display:none;
    }
    .banner-300-words {
        overflow: hidden;
    }
}
@media (max-width: 400px){
    .banner-300-words .line-10persent {
        font-size: 13px;
    }
}
@media (max-width: 400px){
    .black-header-page {
        font-size: 22px;
    }
}

.bottom-banner-universal{
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
    padding: 0;
}
.bottom-banner-universal picture .picture{
    width: 100%;
}
div#footer-row{
    position: relative;
    line-height: 0;
}
.bottom-banner-universal span.banner_button.banner_button_hidden {
    font-family: cursive;
    cursor: pointer;
    top:-20px;
}
.bottom-banner-universal .banner_button_hidden {
    width: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 22px;
    height: 30px;
    box-shadow: 0 0 2px 2px #fff;
}
span.icon.icon-close {
    position: absolute;
    right: 10px;
    z-index: 20;
    font-size: 23px;
    top: -11px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
}
.first-banner-papers-land-com span.icon.icon-close {
    color: #fff;
    background: black;
    border: 1px solid #fff;
}
@media(max-width:600px){
    .discount-banner .disc {
        width: 113px;
        height: 38px;
        padding-left: 0;
        text-align: left;
        margin-bottom: 10px;
        background-size: contain;
    }
    .discount-banner .inner {
        position: relative;
        vertical-align: middle;
        max-width: 350px;
        margin: 0 auto 10px;
    }
}
/* Corona banner */

.corona-line{
    height: 191px;
    background:url("images/corona-line-bg.jpg") no-repeat center;
}
.corona-line .container {
    vertical-align:middle;
}
.corona-line .text {
  font-size: 17px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.882;
  display:inline-block;
  width:calc(100% - 220px);
  vertical-align: middle;
}
.corona-line .text strong{
    display:block;
}
.div-button-order{
    display:inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.red-button-order{
  border-radius: 5px;
  background-color: rgb(225, 60, 65);
  width: 196px;
  line-height: 64px;
  font-size: 17px;
  font-family: "Raleway";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.red-button-order:hover,
.red-button-order:visited{
    color: rgb(255, 255, 255);
}
.corona-line .text-small{
    display:none;
}
.div-banner-corono {
    height: 190px;
    vertical-align: middle;
    display: table-cell;
}
@media(max-width:991px) and (min-width:601px){
    .red-button-order {
        width: 130px;
        line-height: 45px;
        font-size: 15px;
    }
    .corona-line .text {
        font-size: 15px;
        line-height:1.5;
    }
    .corona-line .text {
        width:calc(100% - 140px);
    }
    .div-button-order{
        display:inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
    .corona-line .text strong{
        font-size: 16px;
        margin-top: 15px;
    }
}
@media(max-width:600px){
    .corona-line{
        height: 220px;
        background:url("images/corona-line-bg-sm.jpg") no-repeat center;
    }
    .corona-line .text,
    .div-button-order{
        display:block;
        max-width: 300px;
        width:100%;
        text-align:center;
        margin: 0 auto;
    }
    .corona-line .text{
        display:none;
    }
    .div-banner-corono {
        height: 170px;
        max-width: 300px;
        margin: 25px auto 15px;
        display: block;
    }
    .corona-line .text-small{
        display:block;
        font-size: 13px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        line-height: 1.308;
        text-align: center;
    }
    .corona-line .text-small strong{
        font-size: 15px;
        display:block;
        margin-top: 5px;
        font-weight: 600;
    }
    .div-banner-corono {
        height: 220px;
    }
    .red-button-order {
        border-radius: 5px;
        background-color: rgb(225, 60, 65);
        width: 156px;
        line-height: 45px;
        font-size: 15px;
        font-family: "Raleway";
        color: rgb(255, 255, 255);
        margin:15px auto 0;
    }
}

/* affiliate banner */

.affiliate-line-banner{
    height: 191px;
    background:url("../images/affiliate-line-bg.png") no-repeat center;
}
.affiliate-line-banner .container {
    position: relative;
    vertical-align:middle;
}
.div-banner-affiliate {
    height: 190px;
    vertical-align: middle;
    margin: 0;
    padding: 30px 0 0;
    max-width: 870px;
}
.affiliate-line-banner .text-content{
    display:inline-block;
    width:calc(100% - 220px);
    vertical-align: middle;
}
.affiliate-line-banner .header {
    font-size: 25px;
    font-family: "Raleway";
    color: rgb(115, 188, 0);
    font-weight: bold;
    text-transform: uppercase;
  }
.affiliate-line-banner .text {
    margin-top: 9px;
    font-size: 19px;
    font-family: "Raleway";
    color: rgb(7, 66, 130);
    font-weight: 600;
    line-height: 1.644;
    text-align: left;
}
.affiliate-line-banner .div-button-af{
    display:inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 35px;
}
.div-button-af .red-button-order{
  text-transform: none;
  line-height: 60px;
  font-size: 15px;
}
.affiliate-line-banner .red {
    color:#d2373a;
    font-weight: 700;
}

@media(max-width:1200px){
    .div-banner-affiliate {
        max-width: 680px;
    }
}
@media(max-width:991px){
    .div-banner-affiliate {
        max-width: 600px;
    }
    .supper-pot {
        display: none;
    }
    .div-banner-affiliate {
        max-width: 100%;
    }
    .div-button-af .red-button-order {
        width: 160px;
    }
}
@media(max-width:600px){
    .affiliate-line-banner {
        height: 250px;
        background: url(../images/afiliate_amin/affiliate-line-bg-sm.png) no-repeat center;
        background-size: cover;
    }
    .affiliate-line-banner .text-content {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
    }
    .div-banner-affiliate {
        max-width: 100%;
        padding: 30px 15px;
    }
    .affiliate-line-banner .text {
        text-align: center;
    }
    .affiliate-line-banner .div-button-af {
        display: inline-block;
        margin-left: 0px;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }
}
@media(max-width:400px){
    .affiliate-line-banner .text {
        margin-top: 5px;
        font-size: 16px;
    }
    .div-button-af .red-button-order {
        line-height: 45px;
        font-size: 15px;
    }
}
.supper-pot {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/afiliate_amin/affiliate-line-dollars.png) no-repeat center top, url(../images/afiliate_amin/affiliate-line-pot.png) no-repeat center bottom;
    height: 190px;
    width: 350px;
    z-index: 6;
}
.supper-pot .div-content{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.coin{
    position: absolute;
}
.coin1, .coin3 {
    left: 150px;
    top: 86px;
}
.coin2, .coin4 {
    left: 180px;
    top: 83px;
}
.coin6  {
    left: 170px;
    top: 75px;
    opacity: 0;
}

.coin1 {
    animation: move_corn1 4s infinite linear;
    animation-direction:normal;
    animation-delay:5s;
}
.coin3 {
    animation: move_corn3 3s infinite linear;
    animation-direction:normal;
    animation-delay:2s;
}
.coin2 {
    animation: move_corn2 4s infinite linear;
    animation-direction:normal;
    animation-delay:3s;
}
.coin4 {
    animation: move_corn4 3s infinite linear;
    animation-direction:normal;
    animation-delay:3s;
}
.coin6 {
    animation: move_corn6 3s infinite linear;
    animation-direction:normal;
    animation-delay:4s;
    animation-duration: 2s, 6s;
}

@keyframes move_corn1 {
    20% {
        left: 120px;
        top: 50px;
    }
    40% {
        left:80px;
        top: 35px;
    }
    65% {
        left:30px;
        top: 15px;
    }
    100%{
        left:0;
        top:25px;
    }
}

@keyframes move_corn2 {
    15% {
        left: 210px;
        top: 45px;
    }
    50% {
        left:250px;
        top: 20px;
    }
    80%{
        left:280px;
        top:15px;
    }
    100%{
        left:320px;
        top:24px;
    }
}

@keyframes move_corn3 {
    50% {
        left: 142px;
        top: 30px;
    }
    100%{
        left:130px;
        top:0px;
    }
}
@keyframes move_corn4 {
    50% {
        left: 190px;
        top: 30px;
    }
    100%{
        left:205px;
        top:0px;
    }
}
@keyframes move_corn6 {
    5% {
        left: 170px;
        top: 75px;
        opacity: 1;
    }
    50% {
        left: 165px;
        top: 30px;
    }
    95%{
        opacity: 1;
    }
    100%{
        left:165px;
        top:0px;
        opacity: 0;
    }
}

/* new */

.affiliate-services-wrap {
    padding: 30px 25px 30px;
    background: #eaf7ff url(/wp-content/themes/papers-land/css/images/affiliate-special-bg.png) no-repeat bottom right;
}
.mp-type-of-papers-content {
    text-align: center;
}
.affiliate-services-wrap .header {
    font-size: 25px;
    font-family:Raleway;
    color: rgb(23, 64, 144);
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 10px auto 10px;
}

.af-services-list{
    grid-template-columns: 1fr 1fr 1fr;
}

.affiliate-services-content .three-columns.af-services-list {
    column-gap: 15px;
}

.affiliate-services-wrap .red_line_header .subtitle {
    font-size: 22px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    line-height: 1.273;
    text-align: left;
    font-weight: 300;
    margin: 10px 0px;
}

.affiliate-services-content .af-services-list {
    list-style: none;
    font-size: 0;
}

.affiliate-services-content .af-services-list > .li {
    display: inline-block;
    width: 31%;
    margin: 0 8px 10px;
    border: 1px dashed #b3e2ff;
    padding: 4px;
    border-radius: 5px;
    height: 200px;
    vertical-align: top;
}
.affiliate-services-content .li i.fa.fa-arrow-right {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    background: #0774bc;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    margin-left: 5px;
}
.affiliate-services-content .li .service-content {
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 3px;
    min-height: 100%;
    text-align: center;
}
.affiliate-services-content .li.last,
.affiliate-services-content .li.last .service-content{
    background: none;
    border:none;
}


.affiliate-services-content .service-image {
    width: auto;
    height: 37px;
    margin: 20px 0 15px;
}
.affiliate-services-content .af-services-list > .li img {
    display: inline-block;
    height: 37px;
    width: auto;
}
.affiliate-services-content .af-services-list > .li a  {
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(7, 116, 188);
    line-height: 1.571;
    text-align: left;
    font-weight: 700;
 }
.affiliate-services-content .af-services-list > .li h3 a {
    display: inline-block;
    min-width: 80%;
    font: 700 15px / 30px "Open Sans";
    color: rgb(63, 64, 72);
    position: relative;
    text-transform: uppercase;
}
.affiliate-services-content .af-services-list > .li p {
    font-size: 12.5px;
    font-family: "Open Sans";
    color: rgb(31, 31, 31);
    line-height: 1.6;
    display: block;
    overflow: hidden;
}
.three-columns h3 {
    font-size: 18px;
    font-family: Raleway;
    color: rgb(33, 38, 56);
    font-weight: bold;
    line-height: 1.556;
    margin-top: 0;
}

.affiliate-services-content .af-services-list > .li:hover {
    color: #3165a4;
    text-decoration: none;
    border: 1px dashed #3165a4;
    box-shadow: 0 0 5px 0 #70b2dc73 inset;
}
.affiliate-services-content .af-services-list > .li:hover a {
    color:#337ab7;
    font-weight: bold;
    text-decoration: none;
}

@media(max-width:1200px) and (min-width:992px){
    .affiliate-services-content .af-services-list > .li {
        width: 47%;
    }
    .affiliate-services-wrap .red_line_header {
        margin-bottom: 20px;
    }
    .affiliate-services-wrap .red_line_header .subtitle {
        font-size: 19px;
    }
    .affiliate-services-wrap {
        background-image: none;
    }
}
@media(max-width:991px) and (min-width:768px){
    .affiliate-services-content .af-services-list > .li {
        width: 30%;
    }
}
@media(max-width:767px) and (min-width:601px){
    .affiliate-services-content .af-services-list > .li {
        width: 46%;
    }
    .affiliate-services-wrap {
        background-image: none;
    }
}
@media (max-width: 600px){
    .affiliate-services-content .af-services-list > .li {
        width: 100%;
        display: block;
        height: auto;
    }
    .affiliate-services-wrap {
        background-image: none;
    }
    .affiliate-services-content .af-services-list > .li p {
        display: inline-block;
        width: calc(100% - 90px);
        vertical-align: top;
    }
    .affiliate-services-content .af-services-list > .li p br {
        display:none;
    }
    .affiliate-services-content .af-services-list > .li img {
        display: inline-block;
        height: 37px;
        width: auto;
        vertical-align: top;
    }
    .affiliate-services-content .service-image {
        height: auto;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        width: 70px;
        vertical-align: middle;
    }
}
.vip-support-shortcode {
    height: 150px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url("../images/vip-support-shortcode/support-team.png"), url("../images/vip-support-shortcode/vip-support-cloud.png"), url("../images/vip-support-shortcode/bg.png");
    background-repeat: no-repeat;
    background-position: 30% bottom, 10px center, right top;
    margin: 40px auto;
}
.vip-support-shortcode__text {
    max-width: 430px;
    font-size: 14px;
    color: #113c6c;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
}
.vip-support-shortcode__text__highlighted {
    font-size: 16px;
    text-transform: uppercase;
    color: #d9393c;
    position: relative;
}
.vip-support-shortcode__text__highlighted:before {
    content: url("../images/vip-support-shortcode/crown.png");
    position: absolute;
    top: -20px;
    left: 1px;
    transform-origin: left bottom;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .vip-support-shortcode {
        background-size: 160px auto, 160px, auto, auto;
        background-position: 24% bottom, 10px center, right top;
    }
    .vip-support-shortcode__text {
        padding-top: 15px;
        max-width: 330px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .vip-support-shortcode {
        background-size: 180px auto, 180px, auto, auto;
        background-position: 27% bottom, 10px center, right top;
    }
    .vip-support-shortcode__text {
        padding-top: 15px;
        max-width: 370px;
    }
}
@media all and (min-width: 576px) and (max-width: 767px) {
    .vip-support-shortcode {
        background-size: 150px auto, 150px, auto, auto;
        background-position: 25% bottom, 10px center, right top;
    }
    .vip-support-shortcode__text {
        padding-top: 15px;
        max-width: 55%;
    }
}
@media all and (max-width: 575px) {
    .vip-support-shortcode {
        background-image: url("../images/vip-support-shortcode/support-team.png"), url("../images/vip-support-shortcode/vip-support-cloud.png"), url("../images/vip-support-shortcode/bg-mob.png");
        height: auto;
        padding-bottom: 115px;
        background-size: 150px auto, 150px, auto, auto;
        background-position: 80% bottom, 10px 80%, right top;
        justify-content: center;
        margin: 20px auto;
    }
    .vip-support-shortcode__text__highlighted {
        display: block;
        text-align: center;
    }
    .vip-support-shortcode__text__highlighted:before {
        right: 50%;
        left: auto;
        transform: translateX(-50%);
    }
    .vip-support-shortcode__text {
        padding-top: 15px;
        width: 100%;
        text-align: center;
        max-width: 363px;
        margin: auto;
    }
}
.vip-services-prices-shortcode {
    background: url('../images/vip-services-prices/bg.png') top right no-repeat #d4efff;
    padding: 20px 10px 25px;
    position: relative;
    margin: 40px auto;
}
.vip-services-prices-shortcode:after {
    display: inline-block;
    content: url("../images/vip-services-prices/dollar-hand.png");
    position: absolute;
    left: 0;
    top: 0;
}
.vip-services-prices-shortcode__title {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #174090;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #174090;
}
.vip-services-prices-shortcode__list {
    margin-top: 14px;
}

.vip-services-prices-shortcode__list__items {
    display: flex;
}
.vip-services-prices-shortcode__list__items__col {
    padding: 0 5px;
    width: 50%;
    flex: 0 0 50%;
}
.vip-services-prices-shortcode__list__item {
    background: #ffffff;
    border-radius: 4px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 50px;
}

.vip-services-prices-shortcode__list__text {
    font-size: 14px;
    line-height: 17px;
    color: #212638;
    font-weight: 600;
    margin-right: 7px;
}
.vip-services-prices-shortcode__list__text:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: #1d4492;
    margin-right: 7px;
}
.vip-services-prices-shortcode__list__price {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700;
    color: #70ae00;
    line-height: 1;
}
.vip-services-prices-shortcode__list__action {
    border-radius: 4px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 60px;
}
.vip-services-prices-shortcode__list__action.action-text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #1f97e3;
    justify-content: center;
}
.vip-services-prices-shortcode__list__action.action-text b {
    font-size: 17px;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
}
.vip-services-prices-shortcode__list__action.action-list-item {
    padding: 3px;
    background: #d9393c;
    color: #ffffff;
}
.vip-services-prices-shortcode__list__action.action-list-item .action-list-item__wrapper {
    border: 1px dashed rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    transition: border-color .2s;
}
.vip-services-prices-shortcode__action__text {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 600;
}
.vip-services-prices-shortcode__action__text:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: #ffffff;
    margin-right: 7px;
}
.vip-services-prices-shortcode__action__old-price {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 10px;
}
.vip-services-prices-shortcode__action__regular-price {
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
}
.vip-services-prices-shortcode__list__action.action-list-item:hover,
.vip-services-prices-shortcode__list__action.action-list-item:active,
.vip-services-prices-shortcode__list__action.action-list-item:focus{
    text-decoration: none;
}
.vip-services-prices-shortcode__list__action.action-list-item:hover .action-list-item__wrapper,
.vip-services-prices-shortcode__list__action.action-list-item:active .action-list-item__wrapper,
.vip-services-prices-shortcode__list__action.action-list-item:focus .action-list-item__wrapper {
   border-color: #ffffff;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .vip-services-prices-shortcode {
        background-position: top left;
    }
    .vip-services-prices-shortcode__list__items {
        flex-wrap: wrap;
    }

    .vip-services-prices-shortcode__list__items__col {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .vip-services-prices-shortcode {
        background-position: 70px 0;
    }
    .vip-services-prices-shortcode__list__price {
        font-size: 14px;
    }
    .vip-services-prices-shortcode__list__action.action-text,
    .vip-services-prices-shortcode__action__text,
    .vip-services-prices-shortcode__list__text {
        font-size: 13px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__list__text:before {
        margin-right: 3px;
    }
    .vip-services-prices-shortcode__list__item {
        padding: 15px 12px;
    }
    .vip-services-prices-shortcode__list__action.action-list-item .action-list-item__wrapper {
        padding: 0 9px;
    }
    .vip-services-prices-shortcode__action__old-price {
        font-size: 12px;
        margin-right: 5px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__action__regular-price {
        font-size: 15px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__list__action {
        height: 55px;
    }
}
@media all and (max-width: 767px) {
    .vip-services-prices-shortcode {
        background-position: 20% 0;
        margin: 20px auto;
    }
    .vip-services-prices-shortcode:after {
        display: none;
    }
    .vip-services-prices-shortcode__list {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .vip-services-prices-shortcode__list__items {
        flex-wrap: wrap;
    }

    .vip-services-prices-shortcode__list__items__col {
        flex: 0 0 100%;
        width: 100%;
    }

}
@media all and (max-width: 450px) {
    .vip-services-prices-shortcode {
        padding-top: 15px;
        background: url('../images/vip-services-prices/bg-mob.png') top center no-repeat #d4efff;
    }
    .vip-services-prices-shortcode__title {
        font-size: 21px;
        border-bottom: none;
    }
    .vip-services-prices-shortcode__list {
        margin-top: 0;
    }
    .vip-services-prices-shortcode__list__price {
        font-size: 14px;
    }
    .vip-services-prices-shortcode__list__action.action-text,
    .vip-services-prices-shortcode__action__text,
    .vip-services-prices-shortcode__list__text {
        font-size: 13px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__list__text:before {
        margin-right: 3px;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .vip-services-prices-shortcode__list__item {
        padding: 15px 12px 15px 32px;
        position: relative;
    }
    .vip-services-prices-shortcode__list__action.action-list-item .action-list-item__wrapper {
        padding: 0 3px 0 9px;
    }
    .vip-services-prices-shortcode__action__old-price {
        font-size: 12px;
        margin-right: 5px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__action__regular-price {
        font-size: 15px;
        word-spacing: -1px;
    }
    .vip-services-prices-shortcode__list__action {
        height: 55px;
    }
    .vip-services-prices-shortcode__list__action.action-text {
        padding: 0 5px;
    }
    .vip-services-prices-shortcode__action__price {
        text-align: right;
        line-height: 1;
        margin-bottom: auto;
        margin-top: 5px
    }
    .vip-services-prices-shortcode__action__old-price {
        display: block;
        font-weight: normal;
    }
}
.try-vip-services-shortcode {
    height: 150px;
    background-color: #eaf7ff;
    background-image: url("../images/vip-services-try/humans.png"), url("../images/vip-services-try/clouds.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 130px 0 280px;
    margin: 40px auto;
}
.try-vip-services-shortcode__title {
    font-size: 20px;
    color: #1682da;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}
.try-vip-services-shortcode__title a {
    color: #1682da;
    border-bottom: 1px dashed rgba(22, 130, 218, 0.41);
    text-decoration: none;
    transition: border-color .2s;
}
.try-vip-services-shortcode__title a:hover,
.try-vip-services-shortcode__title a:active,
.try-vip-services-shortcode__title a:focus {
    color: #1682da;
    border-color: #1682da;
    text-decoration: none;
}
.try-vip-services-shortcode__subtitle {
    font-size: 14px;
    color: #113c6c;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    margin-top: 4px;
}
.try-vip-services-shortcode__offer__text {
    font-size: 16px;
    color: #113c6c;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    line-height: 25px;
}
.try-vip-services-shortcode__offer__text__highlighted {
    font-size: 19px;
    color: #e13c41;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    line-height: 25px;
}
.try-vip-services-shortcode__offer__package__button {
    display: inline-block;
    width: 145px;
    height: 40px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 41px;
    color: #ffffff;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    background: #e13c41;
    transition: all .2s;
}
.try-vip-services-shortcode__offer__package__button:hover,
.try-vip-services-shortcode__offer__package__button:active,
.try-vip-services-shortcode__offer__package__button:focus {
    text-decoration: none;
    color: #ffffff;
    margin: 1px 0 0 1px;
    box-shadow: 0px 0px 3px rgba(22, 130, 218, 0.8), 1px 1px 0 #4099e1 inset;
    height: 39px;
    line-height: 40px;
    width: 144px;

}
.try-vip-services-shortcode__offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin-top: 10px;
}
.try-vip-services-shortcode__offer__package {
    margin-bottom: -20px;
}
.our-writers-content .try-vip-services-shortcode {
    padding: 0 60px 0 120px;
    background-size: 192px auto, 120px auto;
    background-position: -34px bottom, right bottom;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .try-vip-services-shortcode {
        padding: 0 60px 0 120px;
        background-size: 192px auto, 120px auto;
        background-position: -34px bottom, right bottom;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .try-vip-services-shortcode {
        padding: 0 60px 0 160px;
        background-size: 250px auto, auto auto;
        background-position: -25px bottom, right bottom;
    }
}
@media all and (min-width: 576px) and (max-width: 767px) {
    .try-vip-services-shortcode {
        padding: 0px 40px 0 18%;
        background-size: 30% auto, 120px auto;
        background-position: -25px bottom, right bottom;
    }
    .try-vip-services-shortcode__title {
        font-size: 18px;
    }
    .try-vip-services-shortcode__subtitle {
        font-size: 14px;
    }
    .try-vip-services-shortcode__offer__text {
        font-size: 15px;
    }
}
@media all and (min-width: 576px) and (max-width: 650px) {
    .try-vip-services-shortcode {
        padding: 0px 40px 0 15%;
        background-size: 24% auto, 120px auto;
        background-position: -25px bottom, right bottom;
    }
}
@media all and (min-width: 576px) {
    .try-vip-services-shortcode__mob-line-separator {
        display: inline;
    }
}
@media all and (max-width: 575px) {
    .try-vip-services-shortcode {
        background-image: url("../images/vip-services-try/cloud-mob-left.png"), url("../images/vip-services-try/cloud-mob-right.png");
        background-position: left top, right top;
        background-size: auto;
        height: auto;
        padding: 25px 30px 20px;
        text-align: center;
        max-width: 430px;
        margin: 20px auto;
    }
    .try-vip-services-shortcode__content {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .try-vip-services-shortcode__offer {
        display: block;
        margin-top: 5px;
    }
    .try-vip-services-shortcode__offer__package {
        margin: 5px 0 7px;
    }
    .try-vip-services-shortcode__offer__text,
    .try-vip-services-shortcode__title {
        font-size: 14px;
    }
    .try-vip-services-shortcode__subtitle {
        font-size: 13px;
    }
    .try-vip-services-shortcode__offer__text__highlighted {
        font-size: 16px;
    }
}
.vip-services-package-shortcode {
    background: url("../images/vip-services-package/bg.png") top center no-repeat #d4efff;
    padding: 0 25px;
    margin: 40px auto 60px;
    border-bottom: 20px solid #ded4db;
    overflow: hidden;
}
.vip-services-package-shortcode__content {
    position: relative;
    padding: 25px 0;
}
.vip-services-package-shortcode__content:before,
.vip-services-package-shortcode__content:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    line-height: 0;
}
.vip-services-package-shortcode__content:before {
    content: url("../images/vip-services-package/bucks-girl.png");
    left: -140px;
}
.vip-services-package-shortcode__content:after {
    content: url("../images/vip-services-package/bucks-dude.png");
    right: -140px;
}
.vip-services-package-shortcode__title {
    font-size: 25px;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    color: #174090;
    text-align: center;
    font-weight: 700;
}
.vip-services-package-shortcode__list {
    margin-top: 15px;
}
.vip-services-package-shortcode__list__item {
    height: 54px;
    border: 1px dashed #b3e2ff;
    padding: 2px 4px;
    border-radius: 4px;
    margin-top: 3px;
}
.vip-services-package-shortcode__list__item:hover {
    border-color: #3165a4;
}
.vip-services-package-shortcode__list__item__content {
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 35px;
    height: 100%;
    width: 100%;
}
.vip-services-package-shortcode__list__item__name {
    font-size: 14px;
    line-height: 17px;
    color: #212638;
    font-weight: 600;
    margin-right: 7px;
}
.vip-services-package-shortcode__list__item__price {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700;
    color: #70ae00;
    line-height: 1;
}
.vip-services-package-shortcode__content {
    max-width: 550px;
    margin: 0 auto;
}
.vip-services-package-shortcode__list__package {
    display: block;
    border: 1px dashed #d9393c;
    padding: 2px 4px;
    border-radius: 4px;
    margin-top: 5px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 20;
}

.vip-services-package-shortcode__list__package__content {
    background: #d9393c;
    border-radius: 4px;
    padding: 8px 25px ;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vip-services-package-shortcode__list__package__item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 2px;
}
.vip-services-package-shortcode__list__package__header {
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255,255,255,.4);
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.vip-services-package-shortcode__list__package__header b{
    font-size: 17px;
}

.vip-services-package-shortcode__list__package:hover,
.vip-services-package-shortcode__list__package:active,
.vip-services-package-shortcode__list__package:focus {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
}


.vip-services-package-shortcode__list__package:hover .vip-services-package-shortcode__list__package__header,
.vip-services-package-shortcode__list__package:active .vip-services-package-shortcode__list__package__header,
.vip-services-package-shortcode__list__package:focus .vip-services-package-shortcode__list__package__header {
    border-color: #ffffff;
}

.vip-services-prices-shortcode__action__text.vip-services-package-shortcode__list__package__item__text:before {
    display: none;
}
@media all and (min-width: 768px) and (max-width: 1199px) {

    .vip-services-package-shortcode__content {
        max-width: 350px;
    }
    .vip-services-package-shortcode__list__package__item {
        display: block;
    }
    .vip-services-package-shortcode__list__package__item .vip-services-prices-shortcode__action__price {
        text-align: center;
    }
    .vip-services-package-shortcode__list__package__item .vip-services-prices-shortcode__action__old-price {
        display: inline;
    }


        .vip-services-package-shortcode {
            padding: 0 13px;
        }

        .vip-services-package-shortcode__title {
            font-size: 21px;
        }
        .vip-services-package-shortcode__list__package__header b {
            font-size: 15px;
        }
        .vip-services-package-shortcode__list__package__content {
            padding: 8px 8px;
        }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .vip-services-package-shortcode__content:before,
    .vip-services-package-shortcode__content:after {
        transform: scale(.8);
        transform-origin: center bottom;

    }
    .vip-services-package-shortcode__content:before {
        left: -120px;
    }
    .vip-services-package-shortcode__content:after {
        right: -120px;
    }
}

@media all and (max-width: 767px) {
    .vip-services-package-shortcode__content {
        max-width: 320px;
    }
    .vip-services-package-shortcode__list__package__item {
        display: block;
    }
    .vip-services-package-shortcode__list__package__item .vip-services-prices-shortcode__action__price {
        text-align: center;
    }
    .vip-services-package-shortcode__list__package__item .vip-services-prices-shortcode__action__old-price {
        display: inline;
    }
}
@media all and (max-width: 575px) {
    .vip-services-package-shortcode {
        border: none;
        background-image: url("../images/vip-services-package/bg-mob.png");
    }
    .vip-services-package-shortcode__content {
        padding-top: 35px;
    }
    .vip-services-package-shortcode__content:before,
    .vip-services-package-shortcode__content:after {
        content: url("../images/vip-services-package/bucks.png");
    }
    .vip-services-package-shortcode__content:before {
        top: 62px;
        bottom: auto;
        left: -8px;
    }
    .vip-services-package-shortcode__content:after {
        right: 18px;
        left: auto;
        bottom: 5px;
        z-index: 20;
    }
}
@media all and (max-width: 400px) {
    .vip-services-package-shortcode {
        padding: 0 13px;
    }
    .vip-services-package-shortcode__list__item__content {
        padding: 0 10px;
    }
    .vip-services-package-shortcode__title {
        font-size: 21px;
    }
    .vip-services-package-shortcode__list__package__header b {
        font-size: 15px;
    }
    .vip-services-package-shortcode__list__package__content {
        padding: 8px 8px;
    }
}
.top-10-writer-shortcode {
    background-color: #c9efff;
    background-image: url("../images/vip-top-10/top-guys.png"), url("../images/vip-top-10/cup.png"), url("../images/vip-top-10/cloud-bottom.png"), url("../images/vip-top-10/bg.png");
    background-repeat: no-repeat;
    background-position: 10px bottom, 93% bottom, right bottom, left top;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 85px;
}
.top-10-writer-shortcode__text {
    max-width: 405px;
}
.top-10-writer-shortcode__title {
    font-size: 20px;
    color: #0a4698;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
}
.top-10-writer-shortcode__title__highlighted {
    color: #d9393c;
    font-weight: 700;
    margin-left: 10px;
}
.top-10-writer-shortcode__description {
    font-size: 15px;
    font-family: "Raleway", Helvetica, Verdana, Arial, sans-serif;
    color: #0a4698;
    font-weight: 600;
    margin-top: 5px;
}
@media all and (max-width: 1199px) {
    .top-10-writer-shortcode {
        background-position: 10px bottom, 93% bottom, right bottom, center top;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .top-10-writer-shortcode {
        background-size: 150px auto, 60px auto, auto, auto;
    }
}
@media all and (min-width: 767px) and (max-width: 991px) {
    .top-10-writer-shortcode {
        background-size: 200px auto, 90px auto, auto, auto;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .top-10-writer-shortcode {
        background-size: 170px auto, 50px auto, auto, auto;
    }
}

@media all and (min-width: 576px) and (max-width: 680px) {
    .top-10-writer-shortcode {
        background-size: 150px auto, 50px auto, auto, auto;
        background-position: -30px bottom, 93% bottom, right bottom, center top;
    }
}
@media all and (max-width: 575px) {
    .top-10-writer-shortcode {
        height: auto;
        background-image:  url("../images/vip-top-10/cup.png"), url("../images/vip-top-10/cloud-bottom-mob.png"), url("../images/vip-top-10/bg-mob.png");
        background-position: 93% bottom, right bottom, center top;
        padding: 10px 23px 20px;
        align-items: stretch;
    }
    .top-10-writer-shortcode__title {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }
    .top-10-writer-shortcode__title__highlighted {
        display: block;
        margin: 0;
    }
    .top-10-writer-shortcode__text {
        height: 100%;
        justify-content: center;
        align-items: stretch;
    }
    .top-10-writer-shortcode__description {
        margin-top: 25px;
        padding-right: 110px;
    }
}
@media all and (max-width: 390px) {
    .top-10-writer-shortcode{
        background-position: 98% bottom, right bottom, center top;
        background-size: 70px auto, auto, auto;
    }
    .top-10-writer-shortcode__description {
        margin-top: 25px;
        padding-right: 30px;
    }

}

.bottom-banner-universal span.icon-close,
.bottom-banner-universal span.icon.icon-close {
    font-size: 30px;
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 15px;
    transition: 2.2s;
    color: #fff;
    text-shadow: 0 1px 0 #53576b;
    z-index: 51;
    font-family: cursive;
    cursor: pointer;
    font-size: 0;
}
.bottom-banner-universal span.icon-close:before,
.bottom-banner-universal span.icon.icon-close:before {
    font-size: 24px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
.papers-land-laborday span.icon.icon-close,
.papers-land-laborday span.icon-close {
    top: 10px;
    right: 7px;
}
.bottom-banner-universal .first-banner-papers-land-com span.icon-close:before,
.bottom-banner-universal .first-banner-papers-land-com span.icon.icon-close:before {
    font-size: 21px;
}
#footer-row.papers-land-laborday {
        background-color: #1e4171;
    }
@media all and (max-width: 991px) {
   #footer-row.papers-land-laborday a {
       display: block;
       text-align: center;

   }
   #footer-row.papers-land-laborday img {
       max-width: 530px
   }
}
@media all and (max-width: 580px) {
    #footer-row.papers-land-laborday img {
       max-width: 290px;
   }
   .papers-land-laborday span.icon.icon-close,
   .papers-land-laborday span.icon-close {
       top: 30px;
       right: 3px;
   }
   .bottom-banner-universal span.icon-close:before,
   .bottom-banner-universal span.icon.icon-close:before {
       font-size: 22px;
   }
}
.sc-same-paper {
    background-color: #e0f3ff;
    background-image: url("../images/same_paper_bg_bottom.png"), url("../images/same_paper_bg_top.png");
    background-repeat: no-repeat;
    background-position: center bottom, right top;
    min-height: 185px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 150px 20px 50px;
}
.sc-same-paper__text__title {
    font-size: 25px;
    line-height: 35px;
    color: #e13c41;
    font-weight: 800;
    font-family: Open Sans;
}
.sc-same-paper__text__subtitle {
    font-size: 19px;
    line-height: 30px;
    font-family: Open Sans;
    color: #456492;
    font-weight: 600;
    margin-top: 3px;
}
.sc-same-paper__text__subtitle b {
    font-weight: 800;
    white-space: nowrap;
}
.sc-same-paper .button-order {
    width: 150px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sc-same-paper {
        padding: 20px 110px 20px 50px;
    }
}
@media all and (max-width: 991px) {
    .sc-same-paper {
        padding: 20px 160px 20px 50px;
    }
}
@media all and (max-width: 670px) {
    .sc-same-paper {
        padding: 20px 50px 20px 30px;
        background-position: center bottom, right -20px;
    }
}
@media all and (max-width: 540px) {
    .sc-same-paper {
        display: block;
        text-align: center;
        padding: 45px 30px;
        background-image: url("../images/same-paper_bg_mob_left.png"), url("../images/same-paper_bg_mob_right.png");
        background-position: left bottom, right bottom;
    }
    .sc-same-paper__text {
        max-width: 300px;
        margin: 0 auto;
    }
    .sc-same-paper__text__title {
        font-size: 22px;
    }
    .sc-same-paper__text__subtitle {
        font-size: 18px;
    }
}

/* Reviews Page Styling */
.why-us-shortcode {
    margin-top: 30px;
}
.why-us-info {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    height: auto;
}
.reviews-shortcode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 50px;
    cursor: default;
}
.reviews-shortcode-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews-shortcode-site .reviews-site-logo {
    height: 31px;
    width: auto;
    margin-right: 5px;
}
.reviews-site-txt {
    margin-right: 10px;
}
.reviews-site-name {
    color: #333333;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
.reviews-site-stars {
    color: #0074c4;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
}
.reviews-site-score {
    position: relative;
}
.reviews-site-score::before {
    position: absolute;
    content: '';
    width: 37px;
    height: 29px;
    background-color: #eaf7ff;
    top: 0;
    right: -10px;
    z-index: 0;
}
.reviews-score-num {
    display: block;
    position: relative;
    color: #0b76bd;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
}
/* Reviews Slider styling */
.reviews-slider {
    margin: 30px 0;
}
.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
    position: absolute;
    color: #1f97e3;
    font-size: 42px;
    font-weight: 400;
}
.reviews-slider .slick-prev:before {
    left: -20px;
}
.reviews-slider .slick-next:before {
    right: -20px;
}
.reviews-slider .reviews-item {
    position: relative;
    width: 335px;
    height: 250px;
    margin: 25px;
    padding: 34px 40px 34px 28px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    border: 1px solid #d1e6f4;
    background-color: #ffffff;
}
.reviews-slider .reviews-item::before{
    content: '\f007';
    font-family: FontAwesome;
    color: #0b76bd;
    font-size: 20px;
    position: absolute;
    width: 43px;
    height: 43px;
    top: -21px;
    left: 27px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    border: 1px solid #d8dadb;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px 13px;
}
.reviews-item .reviews-item-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.reviews-item .reviews-item-header {
    display: flex;
    justify-content: space-between;
}
.reviews-item .reviews-item-author {
    max-width: 48%;
    color: #212638;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 700;
}
.reviews-item .reviews-item-rating {
    max-width: 48%;
    color: #ffaa33;
}
.reviews-item .reviews-item-rating i {
    margin-left: 5px;
}
.reviews-item .reviews-item-date {
    opacity: 0.5;
    color: #1f1f1f;
    font-family: "Open Sans";
    font-size: 13px;
}
/* Reviews banner styling */
.limited-offer-shortcode {
    margin-bottom: 40px;
}
.limited-offer-body {
    display: flex;
    justify-content: space-between;
    min-height: 185px;
    max-width: 755px;
    margin: 0 auto;
    background: url('../images/limited-offer-bg-desktop.png') center no-repeat;
    background-size: contain;
}
.limited-offer-text {
    width: 29%;
}
.limited-offer-discount {
    display: block;
    color: #fff;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 700;
    margin: 73px 0 0 84px;
}
.limited-offer-code {
    display: block;
    color: #fff;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 0 0;
}
.limited-offer-timer {
    width: 71%;
    padding: 0 183px 29px 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.limited-offer-timer-num span {
    color: #fff;
    font-family: "Open Sans";
    font-size: 27px;
    font-weight: 700;
}
/* Reviews form styling */
.tst-form {
    box-shadow: 0 3px 0 #cfd2d7;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d8dadb;
    border-top: 2px solid #2872c3;
    padding: 50px 36px 50px 45px;
    font-family: Raleway;
}
.tst-form div.acf-fields.acf-form-fields {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.tst-form div.field_type-star_rating_field ul.star-rating li {
    color: #ffaa33;
}
.tst-form div.field_type-star_rating_field ul.star-rating li::before {
    display: none;
}
.tst-form a.clear-button {
    display: none;
}
.tst-form div.tst-form-item {
    border: none;
    width: 49%;
    padding: 0;
}
.tst-form div.tst-form-item .acf-label label {
    font-size: 13px;
    font-weight: 400;
}
.tst-form .acf-required {
    font-size: 20px;
    line-height: 14px;
}
.tst-form .acf-field input[type="text"],
.tst-form  .acf-field textarea {
    border-radius: 2px;
    border: 1px solid #d8dadb;
    background-color: #fcfcfc;
    line-height: 30px;
}
.tst-form div.tst-header {
    order: 0;
    color: #174090;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}
.tst-form div.tst-rate {
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.tst-form div.tst-rate div.acf-label {
    margin: 0 20px 0 0;
}
.tst-form div.tst-rate div.acf-label label {
    margin: 0;
}
.tst-form div.tst-your-name {
    order: 2;
    margin-bottom: 30px;
}
.tst-form div.tst-email {
    order: 3;
    margin-bottom: 30px;
}
.tst-form div.tst-message {
    width: 100%;
    order: 4;
    margin-bottom: 20px;
}
.tst-form div.tst-required {
    order: 5;
}
.tst-form .acf-form-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tst-form input.tst-submit {
    width: 150px;
    height: 42px;
    margin-right: 32px;
    border: 2px solid #0074c4;
    border-radius: 5px;
    background: #0074c4;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .reviews-shortcode-site {
        max-width: 195px;
    }
    .reviews-slider .reviews-item {
        height: 275px;
        margin: 25px 20px;
        padding: 25px;
    }
    .limited-offer-discount {
        margin: 73px 0 0 67px;
    }
    .limited-offer-code {
        margin: 0;
    }
    .limited-offer-timer {
        padding: 0 147px 29px 62px;
    }
}
@media all and (max-width: 991px) {
    .reviews-shortcode {
        margin: 30px 0;
    }
    .limited-offer-timer {
        padding: 0 174px 29px 76px;
    }
}
@media all and (max-width: 767px) {
    .reviews-shortcode {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 30px 0 0;
    }
    .reviews-shortcode-site {
        width: 34%;
        margin-bottom: 40px;
    }
    .reviews-slider .reviews-item {
        height: 200px;
    }
    .limited-offer-body {
        display: block;
        background: url('../images/limited-offer-bg-mobile.png') center no-repeat;
        max-width: 300px;
        min-height: 236px;
    }
    .limited-offer-text {
        width: 100%;
        padding: 40px 71px 0;
    }
    .limited-offer-discount {
        margin: 0 0 0 51px;
    }
    .limited-offer-code {
        margin: 0;
        line-height: 1;
    }
    .limited-offer-timer {
        width: 100%;
        padding: 35px 27px;
    }
}
@media all and (max-width: 600px) {
    .reviews-slider {
        margin: 0 0 30px 0;
    }
    .reviews-shortcode-site {
        width: 43%;
    }
    .tst-form div.tst-your-name {
        width: 100%;
    }
    .tst-form div.tst-email {
        width: 100%;
    }
}
@media all and (max-width: 525px) {
    .reviews-shortcode-site {
        width: 47%;
    }
    .reviews-slider .reviews-item {
        height: 280px;
    }
}
@media all and (max-width: 425px) {
    .reviews-shortcode-site {
        width: 240px;
        margin-bottom: 40px;
    }
    .reviews-slider .reviews-item {
        padding: 25px;
    }
    .tst-form {
        padding: 35px;
    }
    .tst-form div.tst-form-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .tst-form div.tst-header {
        margin-bottom: 10px;
    }
    .tst-form div.tst-rate {
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .tst-form .acf-form-submit {
        flex-wrap: wrap;
    }
    .tst-form input.tst-submit {
        width: 100%;
        margin: 0 0  20px 0;
    }
    .tst-form div.tst-required {
        font-size: 13px;
    }
    .tst-form .acf-required {
        font-size: 16px;
        line-height: 14px;
        font-weight: 700;
    }
}
.nocopy{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-300-words .bottom-blue-line{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 27px;
  z-index: 1;
  width:535px;
  max-width: 100%;
  font-size: 15px;
  font-family: "Myriad Pro";
  color: rgb(255, 255, 255);
  line-height: 27px;
  padding-left: 22px;
}
.banner-300-words .nocopy{
    font-weight: 700;
}

@media(max-width:1200px){
    .banner-300-words .bottom-blue-line {
        right: auto;
        left: 220px;
        width: auto;
    }
}
@media(max-width:640px){
    .banner-300-words{
        height: 261px;
        overflow: hidden;
    }
    .banner-300-words .bottom-blue-line{
        padding-left: 22px;
        text-align: center;
        padding-left: 48px;
        left: auto;
        width: 100%;
    }
}
@media(max-width:420px){
    .banner-300-words .bottom-blue-line {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        left: 0;
        width: 100%;
        background-color: #0074c4;
    }
}
.faq-questions-wrapper {
    margin: 62px 0;
    padding: 38px 30px;
    background: #eaf7ff;
}
.faq-questions-header {
    margin: 0 0 23px;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    color: #0074c4;
}
.faq-questions-list {
    list-style: none;
    padding-left: 17px;
}
.faq-questions-item {
    position: relative;
    margin-bottom: 15px;
}
.faq-questions-item::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: -17px;
    top: calc(50% - 3px);
    background: #9ac2de;
    border-radius: 50%;
}
.faq-questions-link {
    color: #3d4b60;
    transition: .3s;
}
.faq-questions-link:hover,
.faq-questions-link.current {
    text-decoration: none;
    color: #0074c4;
}
.faq-question-all {
    margin-top: 30px;
}
.faq-question-button,
.faq-question-button:active,
.faq-question-button:focus {
    display: inline-block;
    font-family: Raleway, sans-serif;
    line-height: 1;
    color: #fff;
    background: #0074c4;
    padding: 14px 40px;
    border-radius: 3px;
    transition: .3s;
    text-decoration: none;
}
.faq-question-button:hover {
    text-decoration: none;
    background: #004191;
    color: #fff;
}
.faq-items-wrapper {
    margin: 62px 0;
}
.faq-item {
    overflow: hidden;
    padding-left: 60px;
    border-bottom: 1px solid #f0f0f1;
    height: 55px;
    transition: .3s;
}
.faq-item-header {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #212638;
    line-height: 1;
    padding: 20px 0;
    margin: 0;
    transition: .3s;
    cursor: pointer;
    user-select: none;
}
.faq-item-header::before,
.faq-item-header::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background: #e13c41;
    left: -28px;
    top: calc(50% - 6px);
    transition: .3s;
}
.faq-item-header::after {
    transform: rotate(90deg);
}
.faq-item.expanded .faq-item-header {
    color: #e13c41;
    animation: faqHeaderColor .3s linear;
}
.faq-item.expanded .faq-item-header::before {
    transform: rotate(-90deg);
}
.faq-item-text {
    font-size: 14px;
    padding-bottom: 20px;
}
.page-id-1360 .header3-content-wrap.hidden-xs{
    display:none;
}
.plagiarism-checker-header-wrap .plagiarism-checker-header-text h1,.plagiarism-checker-header-wrap .plagiarism-checker-header-text span{
    font-size: 45px;
    font-weight: 800;
    color: #212638;
    font-family: 'Raleway';
    margin:0;
}
.plagiarism-checker-header-wrap .plagiarism-checker-header-text span{
    color:#2694dd;
    display: block;
}
.plagiarism-checker-header-wrap .plagiarism-checker-header-text h1:before{
    content: '';
    display: block;
    width: 65px;
    border-top: 3px solid red;
    margin-bottom: 20px;
}
.plagiarism-checker-header-block ul li{
    color: #212638;
    font: 500 19px / 22px Raleway;
    text-align: left;
    margin-bottom: 15px;
    max-width: 335px;
}
.plagiarism-checker-header-block ul li:before{
    content: "\f058";
    font-family: FontAwesome;
    color: #0074c4;
    font-size: 18px;
    display: block;
    position: absolute;
    left: 0;
    padding-right: 0;
}
.plagiarism-checker-header-block ul{
    padding-left: 30px;
    position: relative;
}
.plagiarism-checker-header-block{
    padding-top: 30px;
}
.plagiarism-checker-header-block .header-blue-block{
    display: block;
    background-color: #335381;
    max-width: 395px;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px 10px 30px;
    font-weight: 100;
    font-family: 'Raleway';
    border-radius: 10px;
    margin-top: 60px;
}
.plagiarism-checker-header-text{
    margin-top: 75px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame{
    border: none;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame::before,body .plagiarism-wrapper.essay-component .plagiarism-frame::after{
    display:none;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame{
    padding:0;
}
body .plagiarism-checker-header-wrap .ae-plagiarism{
    margin-top: 45px;
}
body .plagiarism-wrapper.essay-component{
    border-radius: 10px;
    background: rgb(255 255 255 / 85%);
    border: none;
    box-shadow: none;
    margin-bottom: 65px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame input[type="text"]{
    height:50px;
    padding-left: 30px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame input,body .plagiarism-wrapper.essay-component .plagiarism-frame textarea{
    border-color: #d7d9db;
    font-size: 14px;
    color: #9b9ca3;
    font-family: 'Open Sans';
}
body .plagiarism-wrapper.essay-component .plagiarism-frame textarea {
    height: 300px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop{
    top:auto;
    bottom:25px;
    height: 105px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop .drag-n-drop-description{
    margin: 30px auto 0;
    background: url(/wp-content/themes/papers-land/images/file.png) left center no-repeat;
    padding-left: 50px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop .drag-n-drop-description .extension {
    font-weight: 500;
    font-family: 'Open Sans';
    color: #132255;
}
body .plagiarism-wrapper.essay-component label{
    margin-top:0;
    margin-bottom: 25px;
    color: #212638;
}
body .plagiarism-checker-main-wrap h2{
    color: #174090;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 700;
}
body .plagiarism-checker-main-wrap h3{
    font-size: 22px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #212638;
}
body .plagiarism-checker-main-wrap p{
    color: #1f1f1f;
    font-family: 'Open Sans';
    font-weight: 100;
}
.plagiarism-checker-main-wrap .how-to-avoid p,.plagiarism-checker-main-wrap .how-to-avoid a{
    display:inline-block;
}
.plagiarism-checker-main-wrap .how-to-avoid {
    text-align:right;
    margin-bottom: 45px;
}
.plagiarism-checker-main-wrap .how-to-avoid a{
    background: #0074c4;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 500;
    padding: 13px 43px;
    border-radius: 5px;
    vertical-align:text-bottom;
    margin-left: 35px;
}
body .essay-component .checkbox-input > i{
    filter: grayscale(100%);
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .check-plagiarism{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 600;
    padding: 0;
    background: transparent;
    margin: auto;
    padding-top: 15px;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .button-shadow{
    width: 100%;
    height: 100%;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .hidden-wrapper{
    width: 50%;
    background: #e13c41;
    border-radius: 10px;
    height: 50px;
}
body .plagiarism-checker-header-wrap{
    background: url(/wp-content/themes/papers-land/images/plagiarism_man.png) bottom 55px left 45% no-repeat,url(/wp-content/themes/papers-land/images/plagiarism-header-bg.png) bottom center no-repeat;
    background-size: 230px,cover;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .check-plagiarism:disabled{
    opacity:1;
    width: 100%;
    height: 100%;
    padding: 0;
}
body .plagiarism-checker-main-wrap .how-to-check h2{
    text-align: center;
    padding-top: 25px;
}
body .plagiarism-checker-main-wrap .how-to-check{
    background: #eaf7ff;
    padding-bottom: 55px;
}
body .plagiarism-checker-main-wrap .how-to-check .mySlides p,body .plagiarism-checker-main-wrap .how-to-check .mySlides h3{
    padding-left: 9%;
    max-width: 490px;
}
body .plagiarism-checker-main-wrap .how-to-check .mySlides img{
    height:329px;
}
body .plagiarism-checker-main-wrap .how-to-check .buttons{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 45px;
}
body .plagiarism-checker-main-wrap .how-to-check .buttons button{
    color: #2694dd;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    padding: 13px 29px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #2694dd;
}
body .plagiarism-checker-main-wrap .how-to-check .buttons button.active{
    background: #2694dd;
    color: #fff;
}
body .plagiarism-checker-main-wrap .how-to-check h3{
    font-size: 25px;
    font-family: 'Open Sans';
    color: #3f4048;
    margin-bottom: 15px;
    padding-top: 40px;
}
body .plagiarism-checker-main-wrap .how-to-check .buttons img{
    height: 22px;
    margin: auto 0;
}
body .plagiarism-checker-main-wrap .how-to-check p{
    font-size: 15px;
    line-height: 24px;
}
body .plagiarism-checker-main-wrap .how-to-check .number-1{
    background: url(/wp-content/themes/papers-land/images/number-1.png) no-repeat top 50px left;
    min-height: 230px;
}
body .plagiarism-checker-main-wrap .how-to-check .number-2{
    background: url(/wp-content/themes/papers-land/images/number-2.png) no-repeat  top 50px left ;
}
body .plagiarism-checker-main-wrap .how-to-check .number-3{
    background: url(/wp-content/themes/papers-land/images/number-3.png) no-repeat  top 50px left;
    min-height: 240px;
}
body .plagiarism-checker-main-wrap .how-to-check .number-4{
    background: url(/wp-content/themes/papers-land/images/number-4.png) no-repeat  top 50px left ;
}
body .plagiarism-checker-main-wrap .how-to-check .dots{
    display:none;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main{
    background: url(/wp-content/themes/papers-land/images/plagiarism-test-bg.png) no-repeat  center center;
    background-size: cover;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main a{
    color: #fff;
    font-weight: 500;
    background-color: #0074c4;
    border: none;
    margin: 28px 0 18px 0;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main h2~p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    opacity: 0.7;
    margin-top: 35px;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main h2{
    color: #fff;
    line-height: 42px;
    margin-top: 33px;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main .slick-dots li button:before{
    background: #516d94;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main .slick-dots li.slick-active button:before{
    border: 4px solid #2593dd;
}
body .plagisrism-feedback .mp-our-feedback-wrap.feedback-main .mp-our-feedback-content{
    padding-bottom: 65px;
} 
body .plagiarism-checker-main-wrap .plagisrism-publish p{
    font-size: 18px;
    font-weight: 600;
    color: #3f4048;
}
body .plagiarism-checker-main-wrap .plagisrism-publish h2{
    margin-top: 45px;
}
body .plagiarism-checker-main-wrap .plagisrism-publish p{
    color: #1f1f1f;
    font-family: 'Open Sans';
    font-weight: 100;
}
body .plagiarism-checker-main-wrap ul.what-is-pl>li:before{
    display:none;
}
body .plagiarism-checker-main-wrap ul.what-is-pl{
    margin-bottom:40px;
}
body .plagiarism-checker-main-wrap>div>.container:first-child>.row:last-child{
    padding: 25px 20px 0 20px;
}
body .what-to-do{
    padding: 25px 20px 0 20px;
}

body .plagiarism-checker-main-wrap .plagisrism-publish img~p{
    color: #212638;
    font-family: 'Raleway';
    text-align: center;
    padding-top: 15px;
    margin-bottom: 30px;
}
body .plagiarism-checker-main-wrap .plagisrism-publish img{
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}
body .plagiarism-checker-main-wrap .plagisrism-publish .container .row .col-md-4>div{
    background: #e9f7ff;
    padding: 6px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
body .plagiarism-checker-main-wrap .plagisrism-publish .container .row .col-md-4>div>div{
    border: 1px dashed #b3e2ff;
}
body .plagiarism-checker-main-wrap .plagisrism-publish .container>.row{
    padding-top: 20px;
    padding-bottom: 20px;
}
body .plagiarism-checker-main-wrap .plagisrism-publish a{
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
    background: #0074c4;
    padding: 14px 51px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 50px;
}
body .best-plagiarism-checker-shortcode a {
    color: #fff;
    background: #e13c41;
    display: inline-block;
    vertical-align: super;
    margin: 10px auto;
    font: 600 12px / 26px Raleway;
    text-transform: uppercase;
    padding: 0px;
    border-radius: 6px;
    text-align: center;
    width: 125px;
    line-height: 42px;
    height: 42px;
    margin-right: 5%;
    margin-left: 15px;
}
body .best-plagiarism-checker-shortcode h2{
    font-family: 'Raleway';
    font-weight: 700;
    color: #174090;
    display: inline-block;
    font-size:26px;
}
body .best-plagiarism-checker-shortcode .best-plagiarism-checker-shortcode__text{
    text-align:right;
}
body .best-plagiarism-checker-shortcode>div{
    background: url(/wp-content/themes/papers-land/images/best-plagiarism-banner.png) no-repeat top left;
    background-size: cover;
    padding: 45px 0 35px;
    margin-bottom: 75px;
}
body .navbar.my-navbar .sub-menu{
    display:none;
    position:fixed;
    list-style: none;
    margin-top: -15px;
    margin-left: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}
body .navbar.my-navbar .menu-item-has-children>a{
    pointer-events: none;
}
body .navbar.my-navbar .menu-item-has-children:hover>ul, body .navbar.my-navbar .menu-item-has-children>ul:hover{
    display:block;
    z-index: 999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
body .navbar.my-navbar .sub-menu li a{
    color: #212638;
}
body .navbar.my-navbar .sub-menu li:first-child{
    border-bottom: 1px solid #e1e1e2;
}
body .navbar.my-navbar .sub-menu li a:hover, body .navbar.my-navbar .sub-menu li a.active {
    color: #2694dd;
    background: transparent;
    text-decoration: none;
}
body .navbar.my-navbar .menu-item-has-children{
    background: url(/wp-content/themes/papers-land/images/caret-down.png) no-repeat center right 3px;
}
body .navbar.my-navbar .menu-item-has-children:hover{
    background: url(/wp-content/themes/papers-land/images/caret.png) no-repeat center right 3px;
}
body .plagiarism-checker-main-wrap .best-plagiarism-checker-shortcode .row>div{
    margin-bottom: 30px;
    margin-top: 30px;
}
body label.checkbox-input  input[type=checkbox]{
    display:none;
}
body .mini-wrapper .top-dd-wrapper .drop-down-content{
    z-index:999!important;
}
body .best-plagiarism-checker-shortcode .best-plagiarism-checker-shortcode__text img{
    width:65px;
}
/*----sidebar banner------*/
body .sidebar-right>.best-plagiarism-checker.sidebar-block .best-plagiarism-checker-shortcode h2{
    font-size: 29px;
    padding-top: 65px;
    line-height: 40px;
}
body .sidebar-right>.best-plagiarism-checker.sidebar-block {
    background: url(/wp-content/themes/papers-land/images/best-plagiarism-baner-people.png) no-repeat bottom center,url(/wp-content/themes/papers-land/images/best-plagiarism-baner-mobile.png) no-repeat top center;
    background-size: auto, cover;
    padding-bottom: 195px;
    margin-bottom: 20px;
}
body .sidebar-right>.best-plagiarism-checker.sidebar-block img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    left: 35%;
    width:auto;
}
body .sidebar-right .best-plagiarism-checker-shortcode>div{
    background: none;
    padding: 0;
    margin: 0;
}
body .sidebar-right .best-plagiarism-checker-shortcode .best-plagiarism-checker-shortcode__text{
    text-align:center;
}
body .sidebar-right .best-plagiarism-checker-shortcode a{
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 700;
    color: #fff;
    background: #e13c41;
    padding: 15px 45px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: super;
    margin-left: 15px;
    width: auto;
    line-height: 16px;
}   
/*---------------plagiarism form----------------*/
.plagiarism-report-wrapper .title{
    font-size: 30px;
    font-weight: 700;
    color: #174090;
    padding-top: 15px;
}
body .plagiarism-checker-header-wrap .ae-plagiarism .plagiarism-frame div.text-block-area textarea{
    max-height:600px;
}
/*-----------------calc for resume------------------------*/
body .ae-miniorder-resume-custom  .essay-component.essay-miniorder-form.miniorder-component{
    border: none;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 23px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 23px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 23px 0px rgb(34 60 80 / 20%);
    border-radius: 10px;
    height: 270px;
}
body .ae-miniorder-resume-custom{
    position:relative;
}
body .ae-miniorder-resume-custom  .essay-component.essay-miniorder-form.miniorder-component div.mini-form-header{
    font-family: "Raleway";
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    transform: rotate( 180deg);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    height: 230px;
    text-transform: none;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    font-weight: 500;
    text-align: left;
    top: 0;
    left: 0;
    padding: 20px;
    background: url(/wp-content/themes/papers-land/images/minicalc_icon.png) no-repeat bottom 25px center,#14509d;
}
body .ae-miniorder-resume-custom .essay-component.essay-miniorder-form.miniorder-component{
    padding: 10px 30px 10px 90px;
}
body .ae-miniorder-resume-custom .essay-component form label{
    font-size: 13px;
    color: #212638;
    font-family: 'Open Sans';
}
body .essay-component form input[type="text"], body .essay-component form input[type="password"], body .essay-component form input[type="file"], body .essay-component form textarea, body .essay-component form select, body .essay-component form .pm-input input, body .essay-component form .multiinput{
    font-size: 13px;
    color: #9b9ca3;
    font-family: 'Open Sans';
    border-radius: 3px;
    height: 45px;
}
body .resume-order-b {
    margin-top: 14px;
}