
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    overflow-x: hidden;
    margin-bottom: 320px
}

body p {
    line-height: 20px
}

body h1 {
    color: #222;
    font-weight: 200;
    font-size: 32px;
    text-align: center
}

body h2 {
    font-size: 26px
}

body h3 {
    font-size: 24px
}

body ul li {
    line-height: 20px
}

body a {
    outline: 0;
    text-decoration: none;
    border-bottom: 1px dashed #b9c6e0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

body a:hover {
    border-bottom: 1px dashed;
    text-decoration: none
}

body a:focus {
    outline: 0;
    text-decoration: none
}

body a:active {
    outline: 0
}

.remove-padding {
    padding: 0
}

.btn-primary {
    background: #75ab1b;
    color: #fff;
    border-color: #75ab1b;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.btn-primary:hover {
    background: #84c11e;
    border-color: #84c11e
}

.btn-primary:focus {
    background: #84c11e;
    border-color: #84c11e
}

.btn-secondary {
    background: #a85bb8;
    color: #fff;
    border-color: #863b98;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.btn-secondary:hover {
    color: #fff;
    background: #a44cba;
    border-color: #a44cba
}

.btn-secondary:focus {
    color: #fff;
    background: #a44cba;
    border-color: #a44cba
}

.btn-default {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #222;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.btn-default:hover {
    background: #fff;
    border: 1px solid #CCC
}

@media (min-width: 1025px) and (max-width: 1150px) {
    #header .navbar #navbar .nav.navbar-nav li a.btn-secondary-inq {
        margin-left: 0 !important;
        padding: 10px 5px !important
    }

    #header .navbar #navbar .nav.navbar-nav .order-btn {
        padding: 10px 5px !important
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #header .navbar #navbar .nav.navbar-nav li.hidden-xs a.btn-secondary-inq {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
        color: #fff;
        background: #a85bb8;
        width: 100px;
        border-radius: 3px
    }
}

@media (max-width: 767px) {
    #header .navbar #navbar .nav.navbar-nav li.visible-xs a.btn-secondary-inq {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 10px;
        display: inline-block;
        color: #fff;
        background: #a85bb8;
        width: 100px;
        border-radius: 3px
    }
}

#header .navbar #navbar .nav.navbar-nav li a.btn-secondary-inq {
    margin-right: 0;
    margin-left: 20px;
    color: #fff;
    background: #a85bb8
}

#header .navbar #navbar .nav.navbar-nav li a.btn-secondary-inq:hover, #header .navbar #navbar .nav.navbar-nav li a.btn-secondary-inq:focus {
    color: #fff;
    background: #a44cba;
    border-color: #a44cba
}

.inquiry-block {
    width: 90%;
    padding: 15px;
    background: #f4ebf6;
    border: 1px solid #ebd8f0;
    border-radius: 3px;
    margin: 20px auto;
    line-height: 20px
}

.inquiry-block .text {
    background: url(https://www.paperwritings.com/site/img/anonimus_icon.png) no-repeat;
    padding-left: 80px;
    background-position: 0 0
}

.inquiry-block .text a {
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.inquiry-block .text a:hover {
    border-bottom: 1px dashed
}

.inquiry-block .buttons a {
    display: block;
    padding: 10px;
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto
}

.inquiry-block .buttons .btn-primary {
    margin-bottom: 10px
}

.inquiry-block .buttons .btn-default i {
    color: #863b98;
    font-size: 24px;
    vertical-align: bottom;
    line-height: 20px;
    padding-left: 5px
}

.discounts-button-block {
    padding: 50px 0;
    margin: 0 auto
}

.discounts-button-block .caption a {
    display: block;
    padding: 10px;
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto
}

.discounts-button-block .caption .btn-default {
    margin-bottom: 10px
}

.table-holder {
    display: table;
    width: 100%
}

.table-holder .table-cell {
    display: table-cell;
    vertical-align: middle
}

.click-to-call-modal {
    text-align: center;
    line-height: 20px
}

.click-to-call-modal .modal-header h3 {
    margin-top: 10px
}

.click-to-call-modal .modal-body .btn {
    width: 100%;
    max-width: 120px
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: 0;
    border: 0
}

.navbar-toggle {
    border: 0
}

#nav-toggle {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    z-index: 9999999
}

#nav-toggle span {
    position: absolute;
    left: 0;
    top: 10px
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: white;
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 35px;
    border-radius: 1px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white
}

#nav-toggle.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: white
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0
}

#header {
    height: 40px
}

#header .navbar {
    background-color: #222;
    margin-bottom: 0;
    border: 0;
    min-height: 40px
}

#header .navbar .navbar-brand {
    border-bottom: 0;
    padding: 4px 20px;
    height: 40px
}

#header .navbar .navbar-brand img {
    width: 150px
}

#header .navbar .navbar-header .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px
}

#header .navbar #navbar {
    max-height: 100% !important
}

#header .navbar #navbar .nav.navbar-nav {
    margin: 0
}

#header .navbar #navbar .nav.navbar-nav li a {
    border-bottom: 0;
    padding: 10px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

@media (min-width: 1025px) and (max-width: 1059px) {
    #header .navbar #navbar .nav.navbar-nav li a {
        padding: 10px 6px;
    }
}

#header .navbar #navbar .nav.navbar-nav li a i {
    padding-right: 5px
}

#header .navbar #navbar .nav.navbar-nav li:focus {
    background: #fff
}

#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu {
    margin-top: -1px;
    padding: 0 !important;
    box-shadow: none;
    display: none;
    min-width: 110px
}

#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
    padding: 5px 12px
}

#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li a:hover {
    color: white;
    background-color: #222
}

#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu li.active a {
    background-color: #222
}

#header .navbar #navbar .nav.navbar-nav .dropdown .dropdown-menu .divider {
    margin: 0
}

#header .navbar #navbar .nav.navbar-nav .dropdown.open .dropdown-menu {
    display: block
}

#header .navbar #navbar .nav.navbar-nav .dropdown button {
    background: 0;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 10px 10px 8px;
    box-shadow: none;
    cursor: auto
}

#header .navbar #navbar .nav.navbar-nav.open a:focus {
    background: transparent
}

#header .navbar #navbar .nav.navbar-nav .sign-in-link {
    color: #ae5fc1;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#header .navbar #navbar .nav.navbar-nav .sign-in-link:hover {
    color: #ca96d6
}

#header .navbar #navbar .nav.navbar-nav .skype-icon {
    padding: 7px 5px 0 5px
}

#header .navbar #navbar .nav.navbar-nav .skype-icon i {
    font-size: 28px
}

#header .navbar #navbar .nav.navbar-nav .skype-icon:hover {
    color: #64b4ff
}

#header .navbar #navbar .nav.navbar-nav .btn-direct-call {
    padding: 8px 5px 0 5px
}

#header .navbar #navbar .nav.navbar-nav .btn-direct-call i {
    font-size: 28px
}

#header .navbar #navbar .nav.navbar-nav .btn-direct-call:hover {
    color: #1da075
}

#header .navbar #navbar .nav.navbar-nav .chat {
    padding: 7px 5px 0 5px
}

#header .navbar #navbar .nav.navbar-nav .chat i {
    font-size: 28px
}

#header .navbar #navbar .nav.navbar-nav .chat:hover {
    color: white
}

#header .navbar #navbar .nav.navbar-nav .order-btn {
    color: white;
    margin: 0 10px;
    padding: 10px 15px
}

#header .navbar #navbar .nav.navbar-nav .order-btn:hover {
    background: #84c11e;
    border-color: #84c11e
}

#header .navbar .container {
    position: fixed;
    text-align: right;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
    width: 100%
}

#header .navbar .container.hero-order-btns .inq-btn {
    border-bottom: 0;
    background: #c287d0;
    border-radius: 0 0 3px 3px;
    padding: 2px 15px;
    color: #222;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#header .navbar .container.hero-order-btns .inq-btn i {
    padding-right: 5px;
    font-size: 16px
}

#header .navbar .container.hero-order-btns .inq-btn:hover {
    background: #d5acdf
}

#header .navbar .container.hero-order-btns .order-btn {
    border-bottom: 0;
    background: #75ab1b;
    border-radius: 0 0 3px 3px;
    padding: 2px 15px;
    color: #222;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#header .navbar .container.hero-order-btns .order-btn i {
    padding-right: 5px;
    font-size: 16px
}

#header .navbar .container.hero-order-btns .order-btn:hover {
    background: #93d722
}

#hero {
    background: url(/img/city-skyline.jpg) no-repeat 50% 50%;
    margin-bottom: 30px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
@media(max-width: 767px){
    #hero {
        background: url(/img/city-skyline-mob.jpg) no-repeat 50% 50%;
        margin-bottom: 30px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}
#hero .inner-block {
    background: rgba(0, 0, 0, 0.5)
}

#hero .inner-block .padding-hero {
    padding: 40px 0
}

#hero h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 58px;
    line-height: 1;
    color: white;
    font-weight: 400;
    margin-top: 40px
}

#hero h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 200;
    color: #fff;
    margin-bottom: 30px
}

#hero .calculator {
    background-color: rgba(102, 34, 119, 0.7);
    padding: 40px 0
}

#hero .calculator h3 {
    font-size: 30px;
    color: #c287d0;
    font-weight: 200;
    margin-top: 15px;
    text-align: left;
    padding: 0 15px
}

#hero .calculator .form-inline .form-group {
    margin: 0 10px 0 0;
    position: relative
}

#hero .calculator .form-inline .form-group .control-label {
    display: block;
    margin-bottom: 8px;
    color: white;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px
}

#hero .calculator .form-inline .form-group .form-control {
    width: 170px;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

#hero .calculator .form-inline .form-group .form-control::-ms-expand {
    display: none
}

#hero .calculator .form-inline .form-group:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 10px;
    height: 10px;
    font-size: 12px;
    font-weight: 100;
    margin-top: 4px;
    color: #555
}

#hero .calculator .form-inline .form-group .input-group {
    min-width: 140px
}

#hero .calculator .form-inline .form-group .input-group .calc_input .input-group-addon {
    height: 34px;
    width: 34px
}

#hero .calculator .form-inline .form-group .input-group .calc_input .minus {
    float: left;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#hero .calculator .form-inline .form-group .input-group .calc_input .minus:hover {
    font-weight: bold
}

#hero .calculator .form-inline .form-group .input-group .calc_input .plus {
    border-left: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#hero .calculator .form-inline .form-group .input-group .calc_input .plus:hover {
    font-weight: bold
}

#hero .calculator .form-inline .form-group .input-group .calc_input .form-control {
    width: 55px;
    text-align: center;
    box-shadow: none;
    z-index: 0
}

#hero .calculator .form-inline .form-group:last-child:after {
    display: none
}

#hero .calculator .price {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin-top: 10px
}

#hero .calculator .price span {
    font-size: 22px;
    display: inline-block;
    color: #c287d0;
    margin-right: 5px
}

#hero .calculator .btn {
    font-size: 22px;
    padding: 15px;
    line-height: 1;
    box-shadow: none;
    width: 100%;
    max-width: 200px;
    margin-top: 10px
}

#hero-page {
    background: url(/img/library.jpg) no-repeat 50% 100%;
    background-size: cover
}
@media(max-width: 500px){
    #hero-page {
        background: url(/img/library-mob.jpg) no-repeat 50% 100%;
        background-size: cover
    }
}
#hero-page h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 1;
    color: white;
    font-weight: 200
}

#hero-page h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 200;
    color: #fff;
    margin-top: 10px;
    text-align: left
}

#hero-page .hero-order-btn {
    margin: 45px auto 20px
}

#hero-page .hero-order-btn a {
    padding: 10px 50px;
    font-size: 22px
}

#hero-page .hero-socials {
    top: 35px
}

#hero-page .hero-socials .socials-links {
    text-align: left
}

#hero-page .inner-block {
    background: rgba(0, 0, 0, 0.5)
}

.hero-socials {
    position: relative;
    right: 0;
    top: 75px
}

.hero-socials .socials-links {
    text-align: right;
    min-width: 110px
}

.hero-socials .socials-links .fb_btn i {
    color: white;
    display: inline-block;
    font-size: 24px
}

.hero-socials .socials-links .fb_btn i:hover {
    color: #3b5998
}

.hero-socials .socials-links .tw_btn i {
    color: white;
    display: inline-block;
    font-size: 24px
}

.hero-socials .socials-links .tw_btn i:hover {
    color: #5ea9dd
}

.hero-socials .socials-links .gp_btn i {
    color: white;
    display: inline-block;
    font-size: 24px
}

.hero-socials .socials-links .gp_btn i:hover {
    color: #d34836
}

.hero-socials .socials-links .pt_btn i {
    color: white;
    display: inline-block;
    font-size: 24px
}

.hero-socials .socials-links .pt_btn i:hover {
    color: #bd081b
}

.hero-socials .top-text span {
    font-size: 30px;
    text-align: right;
    display: block;
    color: #75ab1b
}

.hero-socials .top-text span span {
    display: inline
}

.hero-socials .top-text div {
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-bottom: 5px
}

.hero-socials a {
    border-bottom: 0
}

.hero-socials a i {
    font-size: 24px;
    padding-right: 3px;
    color: #d5acdf;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.hero-socials a i:hover {
    color: #fff
}

.hero-socials .fb_btn {
    background-position: 10px
}

.breadcrumb-holder {
    background: #f4ebf6;
    border-bottom: 1px solid #e9d4ee;
    margin-bottom: 20px
}

.breadcrumb-holder .breadcrumb {
    background: 0;
    border-radius: none;
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px
}

.breadcrumb-holder .breadcrumb a {
    border: 0;
    padding: 0
}

.breadcrumb-holder .breadcrumb a i {
    font-size: 18px
}

.breadcrumb-holder .breadcrumb li {
    display: inline-block
}

.breadcrumb-holder .breadcrumb .active {
    color: #999
}

#main .advantages {
    padding: 20px 0
}

#main .advantages div .head-text {
    font-size: 36px;
    font-weight: normal;
    display: block;
    padding-left: 70px;
    margin-bottom: 10px
}

#main .advantages div .head-text i {
    font-size: 62px;
    float: left;
    padding: 10px 10px 0 0;
    color: #75ab1b
}

#main .advantages div:hover {
    text-decoration: none
}

#main .advantages div:focus {
    text-decoration: none
}

#main .advantages div .body-text {
    font-size: 16px;
    line-height: 20px
}

#main .advantages div.delivery {
    border-bottom: 0
}

#main .advantages div.delivery .head-text {
    position: relative
}

#main .advantages div.delivery .head-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png) no-repeat;
    width: 58px;
    height: 57px;
    background-position: -5px -257px
}

@media (max-width: 1024px) {
    #main .advantages div.delivery .head-text:before {
        margin-left: -29px;
        left: 50%;
        top: 0
    }
}

#main .advantages div.track {
    border-bottom: 0
}

#main .advantages div.track .head-text {
    position: relative
}

#main .advantages div.track .head-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png) no-repeat;
    width: 58px;
    height: 57px;
    background-position: -5px -705px
}

@media (max-width: 1024px) {
    #main .advantages div.track .head-text:before {
        margin-left: -29px;
        left: 50%;
        top: 0
    }
}

#main .advantages div.inquiry {
    border-bottom: 0
}

#main .advantages div.inquiry .head-text {
    position: relative
}

#main .advantages div.inquiry .head-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png) no-repeat;
    width: 52px;
    height: 53px;
    background-position: -5px -74px
}

@media (max-width: 1024px) {
    #main .advantages div.inquiry .head-text:before {
        margin-left: -26px;
        left: 50%;
        top: 0
    }
}

#main .advantages div.prices {
    border-bottom: 0
}

#main .advantages div.prices .head-text {
    position: relative
}

#main .advantages div.prices .head-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png) no-repeat;
    width: 54px;
    height: 59px;
    background-position: -5px -5px
}

@media (max-width: 1024px) {
    #main .advantages div.prices .head-text:before {
        margin-left: -27px;
        left: 50%;
        top: 0
    }
}

#main .our-services {
    padding: 20px 0
}

#main .our-services h3 {
    font-size: 40px;
    font-weight: normal;
    color: #555;
    margin: 0
}

#main .our-services .list-unstyled {
    padding-left: 0
}

#main .our-services .list-unstyled li {
    list-style: none;
    margin-bottom: 5px
}

#main .our-services .list-unstyled li a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#main .our-services .list-unstyled li a:hover {
    color: #777
}

#main .our-projects {
    padding: 30px 0
}

#main .our-projects .benefits, #main .our-projects .writers {
    padding: 15px 15px 25px 15px
}

#main .our-projects .benefits img, #main .our-projects .writers img {
    display: block;
    margin: 0 auto
}

#main .our-projects .benefits h3, #main .our-projects .writers h3 {
    font-size: 40px;
    color: #662d73;
    font-weight: normal;
    text-align: center;
    margin-top: -20px
}

#main .our-projects .benefits ul, #main .our-projects .writers ul {
    font-size: 20px;
    color: #1a1a1a;
    text-align: left
}

#main .our-projects .benefits ul li, #main .our-projects .writers ul li {
    line-height: 25px;
    list-style: disc
}

#main .our-projects .benefits .hover-link, #main .our-projects .writers .hover-link {
    display: none;
    text-align: center;
    position: absolute;
    left: 50%;
    font-size: 16px;
    margin-left: -38px;
    margin-bottom: 5px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#main .our-projects .benefits .hover-link:hover, #main .our-projects .writers .hover-link:hover {
    text-decoration: none !important;
    color: #777;
    border-bottom: 1px dashed
}

#main .our-projects .benefits {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#main .our-projects .benefits:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
    position: relative
}

#main .our-projects .benefits:hover .hover-link {
    display: block
}

#main .our-projects .writers h3 {
    margin-top: 20px
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new {
    background: url(https://www.paperwritings.com/site/img/imac-screen-new.png) no-repeat center top;
    background-size: 90%
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide {
    text-align: center
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide .live_stats_wrap {
    font-size: 68px;
    font-family: "Helvetica Neue";
    color: #b179be;
    text-align: center;
    -moz-transform: matrix(0.96548571428571, 0, 0, 0.96470588235294, 0, 0);
    -webkit-transform: matrix(0.96548571428571, 0, 0, 0.96470588235294, 0, 0);
    -ms-transform: matrix(0.96548571428571, 0, 0, 0.96470588235294, 0, 0);
    width: 46px;
    min-width: 46px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #f4ebf6;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3)
}

@media (max-width: 1199px) {
    #main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide .live_stats_wrap {
        font-size: 32px;
        width: 25px;
        min-width: 30px;
        height: 44px
    }
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide span {
    color: #8d8d8d;
    font-size: 65px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide .sign {
    display: block;
    line-height: 1;
    font-size: 23px;
    color: #3b3b3b;
    margin-bottom: 15px
}

@media (max-width: 1199px) and (min-width: 768px) {
    #main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide .sign {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #main .our-projects .live-stats-wrap .live-stats.live-stats-new .slide .sign {
        font-size: 18px
    }
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .carousel-inner {
    position: relative;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new .carousel-inner .item {
    margin-top: 30px
}

@media (max-width: 1199px) and (min-width: 768px) {
    #main .our-projects .live-stats-wrap .live-stats.live-stats-new .carousel-inner .item {
        margin-top: 20px
    }
}

#main .our-projects .live-stats-wrap .live-stats.live-stats-new.carousel-holder {
    margin-left: 21px;
    width: 329px
}

#main .our-projects .live-stats-wrap h2 {
    font-size: 40px;
    color: #662d73;
    font-weight: normal;
    text-align: center;
    margin-top: -15px;
    white-space: nowrap
}

#main .our-projects .live-stats {
    background: url(https://www.paperwritings.com/site/img/imac-screen.png) no-repeat center top;
    height: 294px;
    margin-top: 20px;
    background-size: 100%;
    padding: 0 12px
}

#main .our-projects .live-stats h2 {
    font-size: 40px;
    color: #662d73;
    font-weight: normal;
    text-align: center;
    padding-top: 27px
}

#main .our-projects .live-stats .slide {
    text-align: center
}

#main .our-projects .live-stats .slide span {
    color: #8d8d8d;
    font-size: 65px;
    line-height: 1
}

#main .our-projects .live-stats .slide .sign {
    display: block;
    font-size: 22px;
    line-height: 1
}

#main .our-projects .live-stats .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

#main .our-projects .live-stats.carousel-holder {
    margin-left: 21px;
    width: 329px
}

#main .security {
    background: #f4ebf6;
    padding: 30px 0
}

#main .security h2 {
    color: #b179be;
    font-size: 38px;
    font-weight: normal
}

#main .security .money-back, #main .security .plagiarism, #main .security .anonymous, #main .security .payments {
    padding: 20px;
    text-align: center
}

#main .security .money-back h3, #main .security .plagiarism h3, #main .security .anonymous h3, #main .security .payments h3 {
    font-weight: normal;
    font-size: 24px;
    color: #4f1567;
    text-align: center
}

#main .security .money-back span, #main .security .plagiarism span, #main .security .anonymous span, #main .security .payments span {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px
}

#main .security .money-back .payments-holder, #main .security .plagiarism .payments-holder, #main .security .anonymous .payments-holder, #main .security .payments .payments-holder {
    margin-bottom: 15px
}

#main .security .money-back .payments-holder img, #main .security .plagiarism .payments-holder img, #main .security .anonymous .payments-holder img, #main .security .payments .payments-holder img {
    display: block;
    margin: 0 auto
}

#main .security .money-back .hover-link, #main .security .plagiarism .hover-link, #main .security .anonymous .hover-link, #main .security .payments .hover-link {
    font-size: 16px;
    visibility: hidden;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#main .security .money-back .hover-link:hover, #main .security .plagiarism .hover-link:hover, #main .security .anonymous .hover-link:hover, #main .security .payments .hover-link:hover {
    visibility: visible;
    text-decoration: none !important;
    color:
}

#main .security .money-back:hover, #main .security .plagiarism:hover, #main .security .anonymous:hover, #main .security .payments:hover {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

#main .security .money-back:hover .hover-link, #main .security .plagiarism:hover .hover-link, #main .security .anonymous:hover .hover-link, #main .security .payments:hover .hover-link {
    left: 100px;
    visibility: visible
}

#main .security .money-back .checked-block, #main .security .plagiarism .checked-block, #main .security .anonymous .checked-block, #main .security .payments .checked-block {
    margin-bottom: 10px
}

#main .security .money-back .checked-block:before, #main .security .plagiarism .checked-block:before, #main .security .anonymous .checked-block:before, #main .security .payments .checked-block:before {
    content: '';
    position: relative;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png) no-repeat;
    width: 115px;
    height: 31px;
    background-position: -5px -893px;
    display: block;
    margin: 0 auto
}

#main .security .security-icon a {
    display: inline-block;
    max-width: 100%;
    border-bottom: 0
}

#main .security .security-icon a img {
    padding-top: 15px
}

#main .security .security-icon a .trust-guard {
    display: block;
    padding-top: 30px
}

#main .security .security-benefits {
    margin-top: 20px
}

#main .trustpilot {
    background: #222;
    padding: 10px
}

#main .how_it_works {
    background: #a44cba;
    padding: 30px 0
}

#main .how_it_works h2, #main .how_it_works_title {
    color: #cb98d8;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    border: none;
}

#main .how_it_works .slide {
    display: none
}

#main .how_it_works .slide.active {
    display: block
}

#main .how_it_works .slide .number {
    display: none
}

#main .how_it_works .slide .sign {
    text-align: left;
    font-size: 30px;
    padding-bottom: 25px;
    color: #fff
}

#main .how_it_works .slide .desc {
    font-size: 20px;
    line-height: 24px;
    color: #000
}

#main .how_it_works .slide .desc ul li {
    padding-bottom: 10px;
    line-height: 24px
}

#main .how_it_works .slide .desc ul li a {
    color: white;
    padding-bottom: 0;
    border-bottom: 0
}

#main .how_it_works .chart {
    background: url(https://www.paperwritings.com/site/img/charts.png) no-repeat;
    height: 350px;
    color: #fff;
    font-size: 20px;
    position: relative;
    background-size: 100%
}

#main .how_it_works .chart .dig1 {
    top: 177px;
    left: -9px;
    background-position: center 0
}

#main .how_it_works .chart .dig1.active {
    background-position: center -121px
}

#main .how_it_works .chart .dig2 {
    top: 255px;
    left: 159px;
    background-position: center -242px
}

#main .how_it_works .chart .dig2.active {
    background-position: center -362px
}

#main .how_it_works .chart .dig3 {
    top: 123px;
    left: 338px;
    background-position: center -484px
}

#main .how_it_works .chart .dig3.active {
    background-position: center -606px
}

#main .how_it_works .chart .dig4 {
    top: 215px;
    left: 536px;
    background-position: center -728px
}

#main .how_it_works .chart .dig4.active {
    background-position: center -849px
}

#main .how_it_works .chart .dig5 {
    top: 37px;
    left: 675px;
    background-position: center -970px
}

#main .how_it_works .chart .dig5.active {
    background-position: center -1092px
}

#main .how_it_works .chart span {
    position: absolute;
    background: url(https://www.paperwritings.com/site/img/digits.png) no-repeat;
    padding-top: 93px;
    background-position: center;
    cursor: pointer
}

#main .content-info-block {
    padding: 30px 0;
    background: #f5f5f5;
    border-top: 1px solid #eee
}

#main .hiw-block-btn .btn {
    margin: 20px 0 10px 0;
    padding: 12px 80px;
    font-size: 24px
}

#sidebar .form-sidebar {
    background: #f4ebf6;
    border: 1px solid #e9d4ee;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px
}

#sidebar .form-sidebar .sign {
    font-size: 29px;
    font-weight: bold;
    padding-bottom: 25px
}

#sidebar .form-sidebar .form-group label {
    font-size: 20px;
    font-weight: 200
}

#sidebar .form-sidebar .form-group select {
    margin-bottom: 20px;
    border: 1px solid #9e51b1;
    cursor: pointer
}

#sidebar .form-sidebar .form-group .calc_input input {
    border: 1px solid #9e51b1;
    width: 30px;
    height: 34px;
    margin: 0;
    padding: 0;
    outline: 0;
    float: left;
    z-index: 0
}

#sidebar .form-sidebar .form-group .calc_input .minus {
    float: left;
    border-radius: 3px 0 0 3px
}

#sidebar .form-sidebar .form-group .calc_input .form-control {
    width: 70px;
    height: 34px;
    border: 1px solid #9e51b1;
    border-radius: 0;
    border-left: none;
    border-right: 0;
    text-align: center;
    box-shadow: none
}

#sidebar .form-sidebar .price {
    text-align: center;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px
}

#sidebar .form-sidebar .calc-order-btn {
    text-align: center
}

.calc-order-btn {
    padding-top: 10px;
}

#sidebar .form-sidebar .calc-order-btn .btn {
    width: 100%;
    font-size: 24px
}

#sidebar .form-sidebar .price-sign {
    text-align: center;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0;
    color: #777
}

#sidebar .side-block {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 20px
}

#sidebar .benefits {
    background: url(https://www.paperwritings.com/site/img/star.png) no-repeat;
    background-position: 50% 10px;
    text-align: center
}

#sidebar .benefits .head {
    color: #621a73;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    padding-top: 100px
}

#sidebar .benefits ul {
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    padding-left: 20px
}

#sidebar .benefits ul li {
    margin-bottom: 10px
}

#sidebar .benefits a {
    font-size: 20px;
    color: #777;
    border-bottom: 1px dashed #b9c6e0;
    padding: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#sidebar .benefits a:hover {
    border-bottom: 1px dashed;
    text-decoration: none
}

#sidebar .defense {
    text-align: center
}

#sidebar .defense .norton {
    border-bottom: 0
}

#sidebar .defense .norton img {
    width: 110px;
    cursor: pointer
}

#sidebar .defense a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 0
}

#sidebar .free-plagiarism {
    background: url(https://www.paperwritings.com/site/img/plagiarism-free.png) no-repeat;
    background-position: 18px
}

#sidebar .free-plagiarism .inner-block {
    margin-left: 100px
}

#sidebar .free-plagiarism .inner-block .head {
    color: #8438a3;
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    display: block;
    margin-bottom: 5px
}

#sidebar .free-plagiarism .inner-block .checked-item {
    margin-bottom: 10px
}

#sidebar .free-plagiarism .inner-block .checked-item:before {
    content: '';
    display: block;
    width: 120px;
    height: 35px;
    background: url(https://www.paperwritings.com/site/img/web-chek-icon.png) no-repeat;
    background-size: 80%
}

#sidebar .free-plagiarism .inner-block a {
    border-bottom: 1px dashed #b9c6e0;
    padding: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#sidebar .free-plagiarism .inner-block a:hover {
    border-bottom: 1px dashed;
    text-decoration: none
}

#sidebar .we-accept span {
    text-align: center;
    margin-bottom: 10px;
    color: #4f1567;
    display: block;
    font-size: 24px
}

#sidebar .we-accept ul {
    padding-left: 15px
}

#sidebar .like-box {
    margin-bottom: 20px
}

#sidebar .like-box .fb-text {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0
}

#sidebar .like-box .fb-like {
    margin: 0 0 10px 0
}

#sidebar .like-box .fb-wrap {
    width: 50%;
    margin: 0 auto
}

#sidebar .like-box .fb-comments, #sidebar .like-box .fb-comments iframe[style], #sidebar .like-box .fb-like-box, #sidebar .like-box .fb-like-box iframe[style], #sidebar .like-box .fb-comments span, #sidebar .like-box .fb-comments iframe span[style], #sidebar .like-box .fb-like-box span, #sidebar .like-box .fb-like-box iframe span[style] {
    width: 100% !important;
    max-width: 300px
}

#sidebar .like-box .tw-text {
    margin: 20px 0;
    font-size: 20px;
    line-height: 23px
}

#sidebar .like-box .tw-box {
    text-align: left;
    margin-bottom: 20px
}

#sidebar .side-block {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 20px
}

#sidebar .sb-banner {
    background: url(https://www.paperwritings.com/site/img/sb-attention.png) no-repeat;
    background-position: 10px 15px;
    border: 1px solid #c489d3;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px
}

#sidebar .sb-banner .text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 0 0 109px
}

#sidebar .sb-banner .btn {
    width: 200px;
    padding: 8px;
    font-size: 16px
}

#sidebar .sb-catigory {
    border: 1px solid #c489d3;
    border-radius: 3px;
    padding: 30px 20px;
    margin-bottom: 20px
}

#sidebar .sb-catigory ul li {
    margin-bottom: 5px;
    padding: 0 0 5px 10px
}

#sidebar .sb-catigory ul li a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#sidebar .sb-catigory ul li a:hover {
    color: #2384d5
}

#sidebar .sb-catigory ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#sidebar .making-money {
    background: #efdff3;
    cursor: pointer;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    border-radius: 3px
}

#sidebar .making-money .head {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #863b98
}

#sidebar .making-money .body {
    padding-bottom: 5px;
    text-align: center
}

#sidebar .making-money i {
    color: #6f9e2f;
    display: inline-block;
    vertical-align: -5px;
    font-size: 28px
}

#sidebar .making-money div {
    font-size: 14px;
    font-weight: bold;
    color: #863b98;
    text-transform: uppercase;
    margin-top: 7px
}

#sidebar .making-money strong {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    border-top: 1px solid #d5d5d5;
    padding-top: 6px;
    margin-top: 6px
}

#sidebar .contact-holder {
    border: 1px solid #bbb;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 30px
}

#sidebar .contact-holder .form-group {
    font-weight: bold
}

#sidebar .contact-holder .form-group input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 34px
}

#sidebar .contact-holder .block-head {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#sidebar .contact-holder .block-body small {
    font-size: 10px;
    margin-top: 22px;
    display: block;
    line-height: 14px;
    padding-left: 15px;
    border-bottom: 0
}

#sidebar .contact-holder .small {
    font-size: 14px;
    text-align: right;
    font-style: italic;
    margin-top: 22px;
    margin-bottom: 15px;
    color: #777;
    display: block;
    line-height: 14px;
    padding-left: 15px;
    border-bottom: 0
}

#sidebar .contact-holder form {
    margin-bottom: 10px
}

#sidebar .contact-holder .btn {
    background: #9e51b1;
    background: -moz-linear-gradient(top, #9e51b1 0, #621a73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e51b1), color-stop(100%, #621a73));
    background: -webkit-linear-gradient(top, #9e51b1 0, #621a73 100%);
    background: -o-linear-gradient(top, #9e51b1 0, #621a73 100%);
    background: -ms-linear-gradient(top, #9e51b1 0, #621a73 100%);
    background: linear-gradient(to bottom, #9e51b1 0, #621a73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e51b1', endColorstr='#621a73', GradientType=0);
    color: white;
    text-shadow: none;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    padding: 8px 16px
}

#sidebar h3 {
    margin-top: 0
}

#sidebar .contacts-block {
    text-align: center
}

#sidebar .contacts-block a {
    display: inline-block;
    font-size: 18px;
    color: #863b98;
    border-bottom: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#sidebar .contacts-block a i {
    display: block;
    font-size: 30px;
    vertical-align: -5px
}

#sidebar .info-block .contact-line {
    margin-bottom: 15px
}

#sidebar .info-block .contact-line .phone-sign {
    font-size: 15px;
    line-height: 20px
}

#sidebar .info-block .contact-line .phone-block {
    font-size: 18px;
    font-weight: 200
}

#sidebar .info-block .contact-line .phone-block a {
    color: #777;
    border-bottom: 1px dashed #b9c6e0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#sidebar .info-block .contact-line .phone-block a:hover {
    text-decoration: none !important;
    color:;
    border-bottom: 1px dashed
}

#content {
    line-height: 20px
}

#content h2 {
    margin-top: 0
}

#content .services-page {
    margin: 30px 0 20px
}

#content .services-page .list-unstyled {
    margin-bottom: 20px
}

#content .services-page .list-unstyled li {
    margin-bottom: 5px
}

#content .services-page .list-unstyled li a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    border-bottom: 0
}

#content .services-page .list-unstyled li a:hover {
    color: #777
}

#content .discounts-page h2 {
    font-size: 30px;
    line-height: 40px
}

#content .discounts-page .thumbnail {
    border: 1px solid #e9d4ee;
    box-shadow: none;
    padding-top: 100px
}

#content .discounts-page .thumbnail .caption {
    padding: 9px;
    color: #555;
    font-size: 24px;
    text-align: center
}

#content .discounts-page .thumbnail span {
    display: block;
    text-align: center;
    margin: 5px
}

#content .discounts-page .disc-5 {
    background: url(https://www.paperwritings.com/site/img/discount-5.png) no-repeat 56% 16px #f4ebf6
}

#content .discounts-page .disc-10 {
    background: url(https://www.paperwritings.com/site/img/discount-10.png) no-repeat 56% 16px #f4ebf6
}

#content .discounts-page .disc-15 {
    background: url(https://www.paperwritings.com/site/img/discount-15.png) no-repeat 56% 16px #f4ebf6
}

#content .about-us-page .contacts-block, #content .contacts-page .contacts-block {
    border-radius: 3px;
    margin: 40px auto;
    text-align: center
}

#content .about-us-page .contacts-block a, #content .contacts-page .contacts-block a {
    font-size: 18px;
    color: #863b98;
    border-bottom: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .about-us-page .contacts-block a i, #content .contacts-page .contacts-block a i {
    font-size: 30px;
    vertical-align: -5px
}

#content .about-us-page .contacts-block a:hover, #content .contacts-page .contacts-block a:hover {
    text-decoration: none;
    color: #ae5fc1
}

#content .how-it-works-page {
    margin: 40px 0
}

#content .how-it-works-page .step {
    margin-bottom: 40px
}

#content .how-it-works-page .step .sign {
    float: left;
    width: 40%;
    font-size: 18px;
    font-weight: bold
}

#content .how-it-works-page .step .faq-list {
    float: right;
    width: 70%
}

#content .how-it-works-page .step .faq-list .panel-heading {
    padding: 5px 0;
    border-bottom: 0;
    border-radius: none
}

#content .how-it-works-page .step .faq-list .panel-heading .panel-title {
    line-height: 20px
}

#content .how-it-works-page .step .faq-list .panel-heading .panel-title a {
    border-bottom: 0;
    color: #777;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .how-it-works-page .step .faq-list .panel-heading .panel-title a:hover {
    color:;
    text-decoration: none
}

#content .how-it-works-page .step .faq-list .panel-heading .panel-title a:focus {
    text-decoration: none
}

#content .how-it-works-page .step .faq-list .panel-heading .panel-title a i {
    font-size: 20px;
    padding-right: 5px;
    float: left;
    height: 21px
}

#content .how-it-works-page .step .faq-list .panel-collapse .panel-body {
    padding: 5px 15px;
    line-height: 20px
}

#content .how-it-works-page .step .faq-list .step-list {
    margin-top: 20px;
    padding-left: 15px
}

#content .how-it-works-page .step.step-1 {
    background: url(https://www.paperwritings.com/site/img/step-1.png) no-repeat 40px 40px
}

#content .how-it-works-page .step.step-2 {
    background: url(https://www.paperwritings.com/site/img/step-2.png) no-repeat 40px 40px
}

#content .how-it-works-page .step.step-3 {
    background: url(https://www.paperwritings.com/site/img/step-3.png) no-repeat 40px 40px
}

#content .how-it-works-page .step.step-4 {
    background: url(https://www.paperwritings.com/site/img/step-4.png) no-repeat 40px 40px
}

#content .testimonials-page .testimonials-block .testim-item {
    margin-bottom: 30px;
    border-radius: 3px;
    position: relative;
    padding: 20px
}

#content .testimonials-page .testimonials-block .testim-item .author {
    color: #006cc0;
    display: inline-block
}

#content .testimonials-page .testimonials-block .testim-item .rate {
    font-size: 14px;
    color: #7d7d7d;
    float: right
}

#content .testimonials-page .testimonials-block .testim-item .rate .fa-star {
    color: #9f5bb2;
    padding: 0 3px
}

#content .testimonials-page .testimonials-block .testim-item .rate span {
    width: 137px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px
}

#content .testimonials-page .testimonials-block .testim-item p {
    padding: 0 30px;
    margin-top: 10px;
    clear: both
}

#content .testimonials-page .testimonials-block .testim-item .subject {
    font-size: 14px;
    color: #9f5bb2;
    padding-left: 30px;
    display: inline-block
}

#content .testimonials-page .testimonials-block .testim-item .date {
    color: #959595;
    float: right
}

#content .testimonials-page .testimonials-block .testim-item.even {
    background: #f5dbfc;
    margin-right: 55px
}

#content .testimonials-page .testimonials-block .testim-item.even:after {
    content: '';
    display: block;
    widows: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(https://www.paperwritings.com/site/img/testim-angle-right.png) no-repeat;
    bottom: 0;
    right: -6px
}

#content .testimonials-page .testimonials-block .testim-item.odd {
    background: #fbebff;
    margin-left: 55px
}

#content .testimonials-page .testimonials-block .testim-item.odd:after {
    content: '';
    display: block;
    widows: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(https://www.paperwritings.com/site/img/testim-angle-left.png) no-repeat;
    bottom: 0;
    left: -6px
}

#content .contacts-page .info-block .contact-line {
    margin-bottom: 15px
}

#content .contacts-page .info-block .contact-line .phone-sign {
    margin-right: 20px;
    float: left;
    font-size: 15px;
    line-height: 20px
}

#content .contacts-page .info-block .contact-line .phone-block {
    font-size: 22px;
    font-weight: 200
}

#content .contacts-page .info-block .contact-line .phone-block a {
    color: #777;
    border-bottom: 1px dashed #b9c6e0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .contacts-page .info-block .contact-line .phone-block a:hover {
    text-decoration: none !important;
    color:;
    border-bottom: 1px dashed
}

#content .contacts-page .info-block .mail-info {
    margin-bottom: 10px;
    line-height: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px
}

#content .contacts-page .info-block .address {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px
}

#content .contacts-page .info-block .address strong {
    font-weight: normal;
    font-size: 11px
}

#content .contacts-page .info-block .address span {
    display: block;
    font-size: 15px
}

#content .faq-page {
    margin-bottom: 40px
}

#content .faq-page h2 {
    margin-bottom: 20px
}

#content .faq-page .panel {
    margin-bottom: 10px
}

#content .faq-page .panel .panel-heading {
    padding: 0;
    background-color: transparent;
    border-color: transparent
}

#content .faq-page .panel .panel-heading h4 {
    line-height: 20px
}

#content .faq-page .panel .panel-heading .panel-title {
    font-size: 18px
}

#content .faq-page .panel .panel-heading .panel-title a {
    border-bottom: 0;
    display: block;
    padding: 10px 15px
}

#content .faq-page .panel .panel-heading .panel-title a:hover {
    color: #777;
    text-decoration: none
}

#content .faq-page .panel .panel-heading .panel-title a:focus {
    text-decoration: none
}

#content .faq-page .panel .panel-collapse .panel-body {
    line-height: 20px;
    padding: 10px 10px 10px 30px
}

#content .faq-page.panel-default {
    border-color: none
}

#content .cookie-policy-page {
    line-height: 20px
}

#content .testimonials-pagination {
    text-align: center;
    margin-bottom: 20px
}

#content .testimonials-pagination a {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    display: inline-block
}

#content .testimonials-pagination a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

#content .testimonials-pagination a.jp-current {
    background: #eee
}

#content .verification-page .verification-slides .verification-tabs {
    position: relative;
    z-index: 2
}

#content .verification-page .verification-slides .verification-tabs a {
    display: block;
    float: left;
    background: #fff;
    color: #621a73;
    font-size: 24px;
    text-decoration: none;
    width: 110px;
    text-align: center;
    border: 1px solid #e1cfe3;
    font-weight: 200;
    padding: 20px 0;
    margin-right: 12px;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    margin-bottom: -1px;
    outline: medium none
}

#content .verification-page .verification-slides .verification-tabs a.active, #content .verification-page .verification-slides .verification-tabs a .active:hover {
    background: #f8f0f9;
    border-color: #eae0ec;
    z-index: 10;
    padding: 20px 0
}

#content .verification-page .verification-slides .verification-container {
    background: #f8f0f9;
    border: 1px solid #eae0ec;
    -webkit-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    padding: 20px;
    position: relative
}

#content .verification-page .verification-slides .verification-container .verification-slide img {
    display: block;
    margin: auto;
    width: 50%
}

#content .verification-page .verification-slides .verification-container .verification-slide h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 15px 0
}

#content .verification-page .verification-slides .verification-container .verification-slide p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin: 15px 0
}

#content .verification-page .verification-slides .verification-container .verification-slide .hand {
    margin: 0 0 -70px -20px;
    width: 100%
}

#content .verification-page .verification-slides .verification-container .verification-prev, #content .verification-page .verification-slides .verification-container .verification-next {
    display: block;
    margin-top: 20px;
    padding: 10px;
    width: 190px;
    float: left
}

#content .verification-page .verification-slides .verification-container .verification-next {
    float: right
}

#content .verification-page .verification-slides .verification-container.disabled {
    background: #84c11e;
    border-color: #84c11e
}

#content .verification-page .info {
    margin: 20px 0
}

#content .verification-page .info .item .panel-heading .panel-title a {
    text-decoration: none;
    outline: 0;
    border-bottom: 1px dashed #b9c6e0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .verification-page .info .item .panel-heading .panel-title a:hover {
    border-bottom: 1px dashed #5170b1
}

#content .verification-page .info .item .panel-heading .panel-title:before {
    content: '';
    background: url(https://www.paperwritings.com/site/img/faq-list.png) no-repeat;
    padding-left: 20px;
    vertical-align: -3px
}

#content .verification-page .info .item .panel-collapse .panel-body {
    line-height: 20px;
    padding: 0 38px
}

#content .referral-page .ref-img-block {
    text-align: center;
    margin-bottom: 40px
}

#content .referral-page .ref-img-block img {
    padding: 40px 0 20px;
    margin: 0 auto
}

#content .referral-page .ref-img-block span {
    display: block;
    color: #808080;
    font-size: 18px
}

#content .referral-page h3 a:hover {
    text-decoration: none
}

#content .referral-page .info {
    margin: 20px 0
}

#content .referral-page .info .item .panel-heading .panel-title a {
    text-decoration: none;
    outline: 0;
    border-bottom: 1px dashed #b9c6e0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .referral-page .info .item .panel-heading .panel-title a:hover {
    border-bottom: 1px dashed #5170b1
}

#content .referral-page .info .item .panel-heading .panel-title:before {
    content: '';
    background: url(https://www.paperwritings.com/site/img/faq-list.png) no-repeat;
    padding-left: 20px;
    vertical-align: -3px
}

#content .referral-page .info .item .panel-collapse .panel-body {
    line-height: 20px;
    padding: 0 38px
}

#content .referral-page .earning-btn {
    text-align: center;
    margin: 40px 0
}

#content .referral-page .earning-btn a {
    padding: 7px 40px;
    font-size: 16px
}

#content .ext-page-item h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center
}

#content .ext-page-item.align-h3 h2 {
    text-align: left;
    margin-left: 34%
}

#content .ext-page-wrap {
    line-height: 20px
}

#content .ext-page-wrap .ext-page-item {
    margin-bottom: 50px
}

#content .ext-page-wrap .ext-page-item .item {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px
}

#content .ext-page-wrap .ext-page-item .item .icon {
    text-align: center
}

#content .ext-page-wrap .ext-page-item .item .icon i {
    color: #a5a5a5;
    font-size: 80px;
    margin-bottom: 30px
}

#content .ext-page-wrap .ext-page-item .item .testim {
    position: relative
}

#content .ext-page-wrap .ext-page-item .item .testim .body {
    background: #e4eaf9;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 20px
}

#content .ext-page-wrap .ext-page-item .item .testim .body:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 10px solid #e4eaf9;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -10px
}

#content .ext-page-wrap .ext-page-item .item .testim .img .author {
    color: #006cc0
}

#content .ext-page-wrap .ext-page-item .item .img {
    text-align: right;
    margin-top: 10px
}

#content .ext-page-wrap .ext-page-item .item .img img {
    border-radius: 50%
}

#content .ext-page-wrap .ext-page-item .item .more-testim {
    text-align: right;
    margin-bottom: 15px;
    margin-right: 20px;
    position: relative
}

#content .ext-page-wrap .ext-page-item .item .more-testim:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #b3b3b3;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 46px
}

#content .ext-page-wrap .ext-page-item .item .more-testim:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 45px
}

#content .ext-page-wrap .ext-page-item .item:last-child {
    border: 0
}

#content .ext-page-wrap .ext-page-item .ord-button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

#content .ext-page-wrap .ext-page-item .ord-button a {
    padding: 10px 25px 11px 25px;
    border-bottom: 0
}

#content .ext-page-wrap .text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

#content .ext-page-wrap .inquiry-block.extras-banner {
    margin: 0 auto 40px
}

#content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
    font-size: 18px;
    padding: 12px 0 10px 0;
    text-align: center
}

#content .ext-page-wrap .inquiry-block.extras-banner .buttons a {
    margin-bottom: 0
}

#content .ext-page-wrap .save-block {
    padding-top: 40px
}

#content .ext-page-wrap .save-block .save-block-item {
    background: #f8f0f9;
    border: 1px solid #eae0ec;
    padding: 15px;
    border-radius: 3px;
    color: #555;
    margin-bottom: 20px;
    max-width: 49.3%;
    width: 100%;
    min-height: 428px
}

#content .ext-page-wrap .save-block .save-block-item h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0
}

#content .ext-page-wrap .save-block .save-block-item h4 {
    text-decoration: underline;
    padding: 10px 0
}

#content .ext-page-wrap .save-block .save-block-item .list li:last-child {
    border-bottom: 0
}

#content .ext-page-wrap .save-block .save-block-item:first-child {
    margin-right: 9px
}

#content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
    color: red
}

#content .ext-page-wrap .save-block .list {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    list-style-type: none
}

#content .ext-page-wrap .save-block .list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    font-size: 15px
}

#content .ext-page-wrap .save-block .list li span {
    text-align: right;
    color: red;
    font-weight: bold
}

#content .benefits-page {
    text-align: center;
    margin-bottom: 25px
}

#content .benefits-page .ben {
    margin-bottom: 20px
}

#content .benefits-page .ben div:first-child {
    font-size: 22px;
    margin-bottom: 10px;
    color: #777
}

#content .benefits-page .ben div:first-child span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-image: url(https://www.paperwritings.com/site/img/benefits.png)
}

#content .benefits-page .ben a {
    padding-bottom: 0
}

#content .benefits-page .ben1 span {
    background-position: 0 0
}

#content .benefits-page .ben2 span {
    background-position: 0 -50px
}

#content .benefits-page .ben3 span {
    background-position: 0 -100px
}

#content .benefits-page .ben4 span {
    background-position: 0 -150px
}

#content .benefits-page .ben5 span {
    background-position: 0 -200px
}

#content .benefits-page .ben6 span {
    background-position: 0 -250px
}

#content .benefits-page .ben7 span {
    background-position: 0 -300px
}

#content .benefits-page .ben8 span {
    background-position: 0 -350px
}

#content .benefits-page .ben9 span {
    background-position: 0 -400px
}

#content .benefits-page .ben10 span {
    background-position: 0 -450px
}

#content .benefits-page .ben11 span {
    background-position: 0 -500px
}

#content .benefits-page .ben12 span {
    background-position: 0 -550px
}

#content .benefits-page .ben13 span {
    background-position: 0 -600px
}

#content .benefits-page .ben14 span {
    background-position: 0 -1050px
}

#content .benefits-page .ben15 span {
    background-position: 0 -700px
}

#content .benefits-page .ben16 span {
    background-position: 0 -750px
}

#content .benefits-page .ben17 span {
    background-position: 0 -800px
}

#content .benefits-page .ben18 span {
    background-position: 0 -850px
}

#content .benefits-page .ben19 span {
    background-position: 0 -900px
}

#content .benefits-page .ben20 span {
    background-position: 0 -950px
}

#content .benefits-page .ben21 span {
    background-position: 0 -1000px
}

#content .samples .thumbnails {
    list-style: none
}

#content .samples .thumbnails .thumbnail .caption {
    padding-bottom: 0
}

#content .samples .thumbnails .thumbnail .caption h3 {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
    color: #333;
    margin-top: 0
}

#content .samples .thumbnails .thumbnail .caption .table {
    margin-bottom: 10px
}

#content .samples .thumbnails .thumbnail .caption .table td {
    font-size: 11px;
    line-height: 13px;
    padding: 4px
}

#content .samples .thumbnails .thumbnail .caption .btn {
    display: block
}

#content .samples .thumbnails .thumbnail .caption .btn i {
    margin-right: 5px
}

#content .samples .thumbnails .thumbnail .caption .btn:hover {
    border-bottom: 1px solid #999
}

#content .not-found-page img {
    margin: 50px auto
}

#content .blog-list .post {
    border: 1px solid #e0e0e0;
    padding: 5px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    line-height: 20px
}

.h_h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 1;
    color: white;
    font-weight: 200;
    margin-top: 20px
}

.h_h3 {
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.1
}

@media (max-width: 767px) {
    .h_h1, .h_h3 {
        text-align: center
    }
}

#content .blog-list .post h1 {
    text-align: left
}

#content .blog-list .post h1.post-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0
}

#content .blog-list .post h2 {
    font-size: 30px
}

#content .blog-list .post h2 a {
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .blog-list .post h2 a:hover {
    text-decoration: none !important;
    color:;
    border-bottom: 1px dashed
}

#content .blog-list .post .storycontent img {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 330px
}

#content .blog-list .post .post-body .more-link {
    margin-top: 10px
}

#content .blog-list .post .post-body .more-link a {
    color: #777;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .blog-list .post .post-body .more-link a:hover {
    border-bottom: 1px dashed #b9c6e0
}

#content .blog-list .page_navigation {
    margin-left: 0 !important;
    text-align: center
}

#content .blog-list .page_navigation .wp-pagenavi span, #content .blog-list .page_navigation .wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block
}

#content .blog-list .page_navigation .wp-pagenavi span:hover, #content .blog-list .page_navigation .wp-pagenavi a:hover {
    border-color: #000
}

#content .blog-list .page_navigation .wp-pagenavi span.current, #content .blog-list .page_navigation .wp-pagenavi a.current {
    border-color: #000
}

#content .sign-block {
    background: url(https://www.paperwritings.com/site/img/bg-pagin-block.jpg) no-repeat;
    padding: 10px;
    margin: 15px auto 15px;
    text-align: center;
    min-height: 250px;
    max-width: 640px;
    background-position: 50%;
    border-radius: 3px
}

#content .sign-block .holder {
    max-width: 460px;
    float: right
}

#content .sign-block .holder .block-head {
    font-size: 15px;
    text-align: left;
    padding: 8px 0
}

#content .sign-block .holder .block-head span {
    color: #c54ae3
}

#content .sign-block .holder .block-body form {
    margin: 0 0 15px
}

#content .sign-block .holder .block-body form .form-group {
    margin-bottom: 10px
}

#content .sign-block .holder .block-body form .form-group input {
    display: block;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    height: 34px
}

#content .sign-block .holder .block-body form .btn-access {
    background: #d076e6;
    padding: 10px 45px;
    border: 0;
    font-size: 16px;
    color: #3d1c45;
    float: left
}

#content .sign-block .holder .block-body .btn.direct-call-btn._submit-sign-up-form {
    background: #d076e6;
    padding: 12px 28px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #3d1c45;
    float: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
    line-height: 16px
}

#content .sign-block .holder .block-body .btn.direct-call-btn._submit-sign-up-form:hover {
    background: #d484e8
}

#content .sign-block .holder .popap-tip {
    margin-top: 24px;
    font-size: 16px;
    display: block
}

#content .sign-block .holder .popap-tip a {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#content .sign-block .holder .popap-tip a:hover {
    text-decoration: none !important;
    color:;
    border-bottom: 1px dashed
}

#content .sign-block .licence-text {
    font-size: 10px;
    clear: both;
    text-align: left;
    line-height: 1;
    display: block;
    max-width: 250px;
    float: right
}

#content .we-can-banner {
    max-width: 585px;
    margin: 0 auto 15px
}

#content .we-can-banner .block-body {
    background: url(/img/banner-stydents.jpg) no-repeat;
    background-position: right bottom;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
    min-height: 180px;
    text-align: center
}

#content .we-can-banner .block-body a {
    font-size: 16px;
    color: #444;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #ededed 0, #d9d9d9 100%);
    background: -o-linear-gradient(top, #ededed 0, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #ededed 0, #d9d9d9 100%);
    background: linear-gradient(to bottom, #ededed 0, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d9d9d9', GradientType=0);
    border-radius: 4px;
    border-bottom: 0;
    padding: 14px 45px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    margin: 35px 9px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 253, 0.9);
    line-height: 12px
}

#content .we-can-banner .block-body a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0)
}

#content .we-can-banner .block-body a:last-child {
    font-size: 16px;
    color: #fff;
    background: #96c854;
    background: -moz-linear-gradient(top, #96c854 0, #689c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c854), color-stop(100%, #689c25));
    background: -webkit-linear-gradient(top, #96c854 0, #689c25 100%);
    background: -o-linear-gradient(top, #96c854 0, #689c25 100%);
    background: -ms-linear-gradient(top, #96c854 0, #689c25 100%);
    background: linear-gradient(to bottom, #96c854 0, #689c25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96c854', endColorstr='#689c25', GradientType=0);
    border-radius: 4px;
    border-bottom: 0;
    padding: 14px 40px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    margin: 3px 9px 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    line-height: 12px
}

#content .we-can-banner .block-body a:last-child:hover {
    background: #a0cd65;
    background: -moz-linear-gradient(top, #a0cd65 0, #7ab72b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0cd65), color-stop(100%, #7ab72b));
    background: -webkit-linear-gradient(top, #a0cd65 0, #7ab72b 100%);
    background: -o-linear-gradient(top, #a0cd65 0, #7ab72b 100%);
    background: -ms-linear-gradient(top, #a0cd65 0, #7ab72b 100%);
    background: linear-gradient(to bottom, #a0cd65 0, #7ab72b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0cd65', endColorstr='#7ab72b', GradientType=0)
}

#content .we-can-banner .block-head {
    font-size: 18px;
    padding-left: 15px;
    padding-top: 50px;
    padding-left: 42px;
    text-align: left
}

#content .bottom-banner {
    min-height: 127px;
    max-width: 595px
}

#content .bottom-banner .block-head {
    font-size: 22px;
    border-left: 4px solid #c752e4;
    margin-bottom: 13px;
    padding-top: 0;
    padding-left: 15px
}

#content .bottom-banner .block-body {
    background: url(/img/bg-students.jpg) no-repeat;
    text-align: right;
    min-height: 127px
}

#content .bottom-banner .block-body a:first-child {
    margin: 45px 46px 0;
    padding: 14px 44px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 318px
}

#footer .footer-top {
    background: #222;
    padding-top: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000
}

#footer .footer-top .footer-nav {
    margin: 15px 0
}

#footer .footer-top .footer-nav li {
    display: inline-block;
    margin: 5px 10px 0 0
}

#footer .footer-top .footer-nav li a {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #687385;
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#footer .footer-top .footer-nav li a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #fff
}

#footer .footer-top .secured {
    text-align: center
}

#footer .footer-top .secured a {
    border-bottom: 0;
    display: inline-block;
    padding: 3px
}

#footer .footer-bottom {
    background-color: #343434
}

#footer .footer-bottom .essays-list {
    padding-top: 20px
}

#footer .footer-bottom .essays-list ul li {
    padding-bottom: 10px
}

#footer .footer-bottom .essays-list ul li a {
    color: #777;
    border-bottom: 1px dashed #464e5f;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#footer .footer-bottom .essays-list ul li a:hover {
    border-bottom: 1px dashed;
    text-decoration: none
}

#footer .copyright {
    align-items: center;
    display: flex;
    text-align: center;
    margin: 10px 0
}

#footer .copyright small {
    color: #fff;
    padding-top: 30px
}

#footer .copyright small.trust-footer-text {
    color: #777;
    line-height: 1.3;
    padding: 0 0 0 33px
}
.pw-app-title{
    color: #777;
}
.pw-mobile-app{
    padding: 0;
    margin: 10px 0;
}
@media (max-width: 1024px) {
    #footer .copyright small.trust-footer-text {
        display: block;
        text-align: left;
        margin: 0 0 10px 0
    }
    #footer .footer-text-date{
        padding: 0 0 0 33px
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .secured-wrap{
        white-space: nowrap;
        padding: 0;
    }
    .secured .trustguard img,
    .secured .dmca-badge img{
        max-width: 100px;
    }
}

#footer .block-arr-up {
    z-index: 999 !important;
    display: block;
    position: fixed !important;
    bottom: 10px !important;
    right: 10px;
    color: #c780d8;
    border: 0;
    background: 0;
    padding: 10px 0 10px 30px;
    margin-top: 25px;
    outline: 0
}

#footer .block-arr-up:hover {
    opacity: .7
}

#footer .block-arr-up:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(https://www.paperwritings.com/site/img/sprite-icon.png);
    background-position: -5px -670px
}

.client-lead-informer {
    display: none
}

.client-lead-informer.mobile-view {
    display: none
}

.client-lead-modal .alert-danger {
    text-align: center;
    margin-top: 10px
}

.client-lead-modal h4 {
    text-align: center;
    margin-top: 10px
}

.client-lead-modal .form-control {
    height: 35px
}

.client-lead-modal [data-dismiss="modal"] {
    border: 0
}

.client-lead-modal form {
    margin-bottom: 0
}

.client-lead-modal .modal-dialog {
    margin: 20px auto
}

.client-lead-modal .modal-dialog button.btn {
    margin-right: auto;
    display: block;
    margin-left: auto;
    padding: 6px 17px 7px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 100px;
    background-color: #85b844;
    background-image: -moz-linear-gradient(top, #9bcd5a, #659922);
    background-image: -ms-linear-gradient(top, #9bcd5a, #659922);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bcd5a), to(#659922));
    background-image: -webkit-linear-gradient(top, #9bcd5a, #659922);
    background-image: -o-linear-gradient(top, #9bcd5a, #659922);
    background-image: linear-gradient(top, #9bcd5a, #659922);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcd5a', endColorstr='#659922', GradientType=0);
    color: white;
    text-shadow: none;
    border: 0
}

.client-lead-informer.desktop-view {
    top: 450px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    opacity: .94;
    color: #fff;
    z-index: 4
}

.client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    padding: 9px 11px 3px 14px;
    cursor: pointer
}

.client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px
}

.client-lead-informer.desktop-view div span {
    padding-right: 10px;
    display: inline-block
}

.client-lead-informer.desktop-view div strong {
    background-color: #85b844;
    background-image: -moz-linear-gradient(top, #9bcd5a, #659922);
    background-image: -ms-linear-gradient(top, #9bcd5a, #659922);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bcd5a), to(#659922));
    background-image: -webkit-linear-gradient(top, #9bcd5a, #659922);
    background-image: -o-linear-gradient(top, #9bcd5a, #659922);
    background-image: linear-gradient(top, #9bcd5a, #659922);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcd5a', endColorstr='#659922', GradientType=0);
    color: white;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    border-radius: 70px;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px
}

.client-lead-informer.desktop-view:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0, 0, 0, 0.95);
    border-width: 0 12px 24px 0;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15)
}

.client-lead-informer.desktop-view.closed {
    width: auto
}

.client-lead-informer.desktop-view .fa-minus, .client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: .8;
    cursor: pointer
}

.client-lead-informer.desktop-view .fa-minus:hover, .client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px
}

.go-back-modal * {
    box-sizing: border-box
}

.go-back-modal .modal-dialog {
    display: table;
    height: 100%;
    margin: 0;
    padding: 0 10%;
    position: relative;
    width: 100%
}

.go-back-modal .modal-dialog .modal-content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    position: relative
}

.go-back-modal .modal-dialog .modal-inside {
    display: table-cell;
    vertical-align: middle
}

.go-back-modal .modal-header {
    border-bottom: 1px solid #dae2e0;
    padding: 30px 50px;
    text-align: center
}

.go-back-modal .modal-header .close {
    background: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    margin-top: 11px;
    opacity: 1;
    padding: 0
}

.go-back-modal .modal-header i {
    color: #9a9a9a;
    font-size: 28px;
    line-height: 18px
}

.go-back-modal .modal-header i:hover {
    color: #7a7a7a
}

.go-back-modal .modal-header a {
    border: 0;
    display: inline-block
}

.go-back-modal .modal-body {
    font-family: Arial;
    max-height: inherit;
    overflow-y: inherit;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding: 15px;
    position: relative;
    text-align: center
}

.go-back-modal .modal-body h4 {
    font-size: 17.5px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0
}

.go-back-modal .modal-body form {
    margin: 20px auto;
    max-width: 600px
}

.go-back-modal .modal-body form .form-group {
    margin-bottom: 15px;
    text-align: center
}

.go-back-modal .modal-body form .form-group .input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.go-back-modal .modal-body form .form-group .btn {
    background: -moz-linear-gradient(top, #9bcd5a 0, #659922 100%);
    background: -ms-linear-gradient(top, #9bcd5a 0, #659922 100%);
    background: -o-linear-gradient(top, #9bcd5a 0, #659922 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bcd5a), color-stop(100%, #659922));
    background: -webkit-linear-gradient(top, #9bcd5a 0, #659922 100%);
    background: #9bcd5a;
    background: linear-gradient(to bottom, #9bcd5a 0, #659922 100%);
    border-radius: 4px;
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    outline: 0;
    padding: 20px 80px;
    text-shadow: none;
    text-transform: none;
    position: relative;
    margin-top: 20px
}

.go-back-modal .modal-body form .form-group .btn:hover {
    background: -moz-linear-gradient(top, #85b844 0, #85b844 100%);
    background: -ms-linear-gradient(top, #85b844 0, #85b844 100%);
    background: -o-linear-gradient(top, #85b844 0, #85b844 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85b844), color-stop(100%, #85b844));
    background: -webkit-linear-gradient(top, #85b844 0, #85b844 100%);
    background: #85b844;
    background: linear-gradient(to bottom, #85b844 0, #85b844 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color0', endColorstr='@color0', GradientType=0)
}

.go-back-modal .modal-body form .form-group .btn img {
    position: absolute;
    max-width: 70px;
    top: -23px;
    right: -22px;
    z-index: 11
}

.go-back-modal .modal-body form .input-group .input-group-addon {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    border-right: none !important;
    border: 3px solid #777;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    display: table-cell;
    padding: 6px 12px 6px 20px;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.go-back-modal .modal-body form .input-group .input-group-addon i {
    color: #777;
    font-size: 28px;
    height: 28px
}

.go-back-modal .modal-body form .input-group .form-control {
    border-radius: 0 8px 8px 0
}

.go-back-modal .modal-body form .form-control {
    border-left: none !important;
    border: 3px solid #777;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    color: #3d3d3d;
    display: table-cell;
    font-size: 24px;
    height: 56px;
    line-height: 26px;
    margin: 0;
    padding-left: 5px;
    transition: none;
    width: 100%
}

.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .input-group.focused .input-group-addon {
    border-color: #60847d
}

.go-back-modal .modal-body form .input-group.focused .form-control {
    border-color: #60847d
}

.go-back-modal .lead-text {
    color: #85ba10;
    font-size: 38px;
    font-weight: bold;
    line-height: 62px;
    text-transform: uppercase
}

.go-back-modal .secondary-text {
    color: #363636;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 20px
}

.go-back-modal .secondary-text span {
    color: #85ba10
}

.go-back-modal .modal-counter-holder {
    margin: 10px auto
}

.go-back-modal .modal-counter-holder span {
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    vertical-align: 28px
}

.go-back-modal .modal-counter {
    display: inline-block;
    width: 381px
}

.go-back-modal .modal-counter span {
    background-color: #d3d3d3;
    border-left: 3px solid #fff;
    color: #262626;
    float: left;
    font-size: 62px;
    height: 68px;
    line-height: 40px;
    padding: 15px 3px 13px;
    position: relative;
    text-align: center;
    width: 109px
}

.go-back-modal .modal-counter span:first-child {
    border-radius: 4px 0 0 4px;
    border: 0
}

.go-back-modal .modal-counter span:last-child {
    border-radius: 0 4px 4px 0
}

.go-back-modal .modal-counter span:last-child after {
    content: none
}

.go-back-modal .modal-counter span:last-child before {
    content: none
}

.go-back-modal .modal-counter span:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 13px;
    position: absolute;
    right: -8px;
    top: 18px;
    width: 13px;
    z-index: 2
}

.go-back-modal .modal-counter span:before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 13px;
    position: absolute;
    right: -8px;
    top: 18px;
    top: 41px;
    width: 13px;
    z-index: 2
}

.go-back-modal .form-group .input-group .input-group-addon strong {
    color: #777;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin: 0 -10px 0 14px;
    vertical-align: 1px
}

.go-back-modal ._validation-error {
    color: #e03100;
    display: none;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 0 20px 0
}

.go-back-modal .btn:active {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
    margin-top: 1px
}

.go-back-modal .btn:focus {
    outline: none !important
}

.go-back-modal .form-error .input-group-addon {
    border-color: #e03100 !important
}

.go-back-modal .form-error .form-control {
    border-color: #e03100 !important
}

.go-back-modal.modal {
    background: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1050
}

.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.modal-open .go-back-modal.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242424
}

.modal-backdrop .in {
    opacity: .74
}

.go-back-modal.go-back-modal-book .secondary-text {
    font-size: 32px
}

.go-back-modal.go-back-modal-book .modal-body {
    padding-top: 50px
}

#goBackModalWithTimer.go-back-modal .lead-text {
    font-size: 33px;
    line-height: 45px
}

#goBackModalWithTimer.go-back-modal .secondary-text {
    font-size: 24px;
    padding-bottom: 2px
}

#goBackModalWithTimer.go-back-modal .modal-body form {
    margin: 0 auto
}

#goBackModalWithTimer.go-back-modal ._validation-error {
    padding: 0 0 10px 0
}

.modal.last-step-order-form-modal {
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: 0;
    overflow-x: auto;
    overflow-y: scroll;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7)
}

.modal.last-step-order-form-modal .modal-dialog {
    margin: 30px auto;
    width: 600px;
    position: relative
}

.modal.last-step-order-form-modal .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative
}

.last-step-order-form-modal .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: 0;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #659922;
    font-family: arial
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px
}

.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(https://www.paperwritings.com/site/img/girl-modal.jpg) no-repeat right bottom
}

.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px !important;
    padding: 0 0 0 10px !important;
    background: 0;
    border: 0
}

.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border: 0;
    color: #863b98
}

.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px
}

.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px
}

.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px
}

.last-step-order-form-modal .text-block ul {
    width: 290px;
    margin: 0;
    list-style: none
}

.last-step-order-form-modal .text-block ul li {
    margin-top: 10px
}

.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px
}

.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    border: 0
}

.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none
}

.callback-request-modal {
    top: 50%;
    margin-top: -250px !important
}

.banner-app-is_visible {
    padding-bottom: 120px;
}
.banner-app {
    display: block;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    top: 0;
    z-index: 999999;
    background: #fff;
    height: 77px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4)
}

.banner-app .close-btn {
    float: left;
    text-decoration: none;
    position: absolute;
    z-index: 5;
    top: 30px;
    border: none;
}

.banner-app .close-btn i {
    width: 15px;
    height: 15px;
    color: #bababa
}

.banner-app .inner-block {
    padding-left: 23px;
    width: 365px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-app .inner-block .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.banner-app .inner-block .body img {
    float: left;
    padding-right: 5px
}

.banner-app .inner-block .body span {
    display: inline-block;
    font-size: 11px;
    padding-top: 5px;
    color: #2e3235;
    width: 56%;
}

.banner-app .inner-block .body .app-download-btn {
    float: right;
    border: none;
    margin-top: 5px;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    padding: 8px;
    width: 60px;
    text-align: center;
    border-radius: 3px;
    background: linear-gradient(135deg, #843996 0, #843996 100%)
}

.banner-app .inner-block .body .app-download-btn:hover {
    opacity: .9
}

.banner-app + .header-section .top_menu_l, .banner-app + .header-section .top_menu_c, .banner-app + .header-section .top_menu_r {
    top: 77px
}

.banner-app + .header-section .collage {
    margin-top: 77px
}

.app-display {
    display: none
}

.thnks-banner {
    width: 100%;
    background: white;
    border-top: 4px solid #55166c;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.thnks-banner .inner-banner {
    position: relative;
    background: url(/img/banner-bg-left.jpg) no-repeat, url(/img/banner-bg-right.jpg) no-repeat 100% 0;
    padding: 30px 0 30px 290px
}

.thnks-banner .inner-banner .close-btn {
    position: absolute;
    border-radius: 50%;
    background: #55166c;
    font-size: 14px;
    text-transform: uppercase;
    top: -15px;
    right: 0;
    width: 30px;
    height: 30px
}

.thnks-banner .inner-banner .close-btn a {
    border-bottom: 0;
    display: block;
    text-align: center;
    padding: 4px;
    height: 100%
}

.thnks-banner .inner-banner .close-btn a i {
    color: white;
    font-size: 20px
}

.thnks-banner .inner-banner .slogan {
    color: #501166;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.thnks-banner .inner-banner .discount-info {
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400
}

.thnks-banner .inner-banner .discount-info span {
    background-color: #58890f;
    padding: 3px 5px;
    color: white;
    font-weight: 700
}

.steps-holder {
    margin: 30px 0
}

.steps-holder .item {
    margin-bottom: 20px
}

.steps-holder .item .num {
    border-radius: 50%;
    border: 1px solid #9865b6;
    width: 81px;
    height: 81px;
    font-size: 14px;
    text-align: center;
    color: #9865b6;
    position: relative
}

.steps-holder .item .num span {
    padding-top: 10px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    display: block
}

.steps-holder .item .num:after {
    content: '';
    position: absolute;
    border-right: 1px solid #9865b6;
    width: 1px;
    height: 22px;
    bottom: -22px;
    left: 50%
}

.steps-holder .item span {
    padding-top: 20px;
    display: block
}

.steps-holder .item:last-child .num:after {
    display: none
}

.go-back-modal-new .modal-header .close {
    position: relative;
    right: -20px;
    top: -10px;
    color: #FFF;
    opacity: 1;
    z-index: 10
}

.go-back-modal-new {
    font-family: Helvetica, sans-serif;
    top: 5%
}

.go-back-modal-new * {
    box-sizing: border-box
}

.go-back-modal-new .timer-holder {
    width: 100%;
    margin: 40px 0 20px
}

.go-back-modal-new .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: 30px auto
}

.go-back-modal-new .modal-header {
    padding: 0;
    border-bottom: 0;
    min-height: 0;
    position: relative
}

.go-back-modal-new .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #7e7e7e
}

.go-back-modal-new .modal-body {
    padding: 30px 0 20px
}

.go-back-modal-new .modal-body .lead-text {
    color: #739410;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.go-back-modal-new .modal-body .secondary-text {
    font-style: italic;
    color: #464646;
    text-align: center;
    font-size: 17px
}

.go-back-modal-new .modal-body .secondary-text span {
    color: #739410
}

.go-back-modal-new .form-group {
    margin-bottom: 10px
}

.go-back-modal-new .form-group .btn {
    background-color: #739410;
    border-radius: 4px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.go-back-modal-new .form-group .btn:hover {
    background: #97bd24
}

.go-back-modal-new .form-group .form-group:last-child {
    margin-bottom: 0
}

.go-back-modal-new .form-control {
    border: .45px solid #b6b6b6;
    border-radius: 4px;
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    box-shadow: none;
    line-height: 1;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.go-back-modal-new .modal-counter-holder {
    text-align: center
}

.go-back-modal-new .modal-counter-holder .pre {
    color: #b6b6b6;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block
}

.go-back-modal-new .modal-counter-holder .modal-counter .cell {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.go-back-modal-new .modal-counter-holder .modal-counter .cell span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #936ba8;
    border-radius: 10px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.6);
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 0
}

.go-back-modal-new .modal-counter-holder .modal-counter .cell:last-child {
    margin-right: 0
}

.go-back-modal-new .modal-counter-holder .modal-counter .cell:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 1px solid #715282;
    width: 100%;
    height: 1px
}

.go-back-modal-new small {
    font-size: 10px;
    font-weight: 300;
    color: #9a9999;
    display: block;
    text-align: center
}

.icon-policy {
    float: left;
    margin: 10px 10px 10px 0
}

@media (max-width: 767px) {
    .icon-policy {
        float: none;
        margin: 10px auto;
        display: block
    }
}

@media (min-width: 1025px) {
    .container-fluid {
        width: 100%;
        max-width: 1200px
    }

    #main .how_it_works .chart .dig1 {
        top: 150px;
        left: -17px
    }

    #main .how_it_works .chart .dig2 {
        top: 216px;
        left: 128px
    }

    #main .how_it_works .chart .dig3 {
        top: 103px;
        left: 281px
    }

    #main .how_it_works .chart .dig4 {
        top: 181px;
        left: 456px
    }

    #main .how_it_works .chart .dig5 {
        top: 28px;
        left: 572px
    }

    #main .how_it_works .chart span {
        position: absolute;
        background: url(https://www.paperwritings.com/site/img/digits.png) no-repeat;
        padding-top: 93px;
        background-position: center;
        cursor: pointer
    }
}

@media (min-width: 1200px) {
    #main .how_it_works .chart .dig1 {
        top: 177px;
        left: -9px
    }

    #main .how_it_works .chart .dig2 {
        top: 255px;
        left: 159px
    }

    #main .how_it_works .chart .dig3 {
        top: 123px;
        left: 338px
    }

    #main .how_it_works .chart .dig4 {
        top: 215px;
        left: 536px
    }

    #main .how_it_works .chart .dig5 {
        top: 37px;
        left: 675px
    }

    #main .how_it_works .chart span {
        position: absolute;
        background: url(https://www.paperwritings.com/site/img/digits.png) no-repeat;
        padding-top: 93px;
        background-position: center;
        cursor: pointer
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #header .navbar #navbar .nav.navbar-nav .dropdown button {
        display: none
    }

    #header .navbar #navbar .nav.navbar-nav li .order-btn {
        margin: 10px 0;
        max-width: 100px;
        border-radius: 3px
    }

    #header .navbar #navbar .nav.navbar-nav .chat, #header .navbar #navbar .nav.navbar-nav .skype-icon, #header .navbar #navbar .nav.navbar-nav .btn-direct-call {
        padding: 10px 0 0 10px !important
    }

    #header .navbar #navbar .nav.navbar-nav .order-btn {
        margin: 10px 15px
    }

    #header .navbar .navbar-brand {
        padding: 7px 20px
    }

    #hero h1 {
        font-size: 50px
    }

    #hero h3 {
        font-size: 18px
    }

    #hero .calculator {
        padding: 20px 0
    }

    #hero .calculator .form-inline .form-group {
        margin: 0 5px 20px 0
    }

    #hero .calculator .form-inline .form-group .control-label {
        font-weight: 300
    }

    #hero .calculator .price {
        padding-top: 0;
        margin-top: 0
    }

    #main .advantages div .head-text {
        font-size: 32px;
        text-align: center;
        display: block;
        padding-left: 0;
        padding-top: 70px
    }

    #main .advantages div .head-text i {
        font-size: 70px;
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    #main .advantages div.delivery .head-text, #main .advantages div.track .head-text, #main .advantages div.inquiry .head-text, #main .advantages div.prices .head-text {
        background-position: top center;
        min-height: 70px
    }

    #main .how_it_works {
        min-height: 630px
    }

    #main .how_it_works .chart {
        font-size: 15px
    }

    #main .how_it_works .chart .dig1 {
        top: 106px;
        left: -11px
    }

    #main .how_it_works .chart .dig2 {
        top: 154px;
        left: 97px
    }

    #main .how_it_works .chart .dig3 {
        top: 71px;
        left: 212px
    }

    #main .how_it_works .chart .dig4 {
        top: 127px;
        left: 340px
    }

    #main .how_it_works .chart .dig5 {
        top: 15px;
        left: 430px
    }

    #main .how_it_works .chart span {
        position: absolute;
        background: url(https://www.paperwritings.com/site/img/digits.png) no-repeat;
        padding-top: 93px;
        background-position: center;
        cursor: pointer
    }

    #main .how_it_works .slide .sign {
        font-size: 22px;
        padding-bottom: 20px
    }

    #main .how_it_works .slide .desc {
        font-size: 16px;
        line-height: 20px
    }

    #main .our-projects .live-stats {
        margin-top: 110px
    }

    #main .our-projects .live-stats h2 {
        font-size: 27px;
        padding-top: 18px
    }

    #main .our-projects .live-stats .slide .item .sign {
        font-size: 12px;
        line-height: 1
    }

    #main .our-projects .live-stats .slide .item span {
        font-size: 42px;
        line-height: 1
    }

    #content .verification-page .verification-slides .verification-tabs a {
        width: 85px;
        font-size: 22px;
        margin-right: 9px
    }

    #content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
        font-size: 16px;
        padding: 10px 0 10px
    }

    #content .ext-page-wrap .inquiry-block.extras-banner .buttons {
        padding: 10px 0 10px
    }

    #content .ext-page-wrap .inquiry-block.extras-banner .buttons a {
        font-size: 13px;
        padding: 10px 5px
    }

    #content .ext-page-wrap .save-block {
        padding: 40px 40px 0
    }

    #content .ext-page-wrap .save-block .save-block-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        min-height: 0
    }

    #content .ext-page-wrap .save-block .save-block-item h4 {
        padding: 0
    }

    #content .ext-page-wrap .save-block .save-block-item:first-child {
        margin-right: 0
    }

    #content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
        color: red
    }

    #content .ext-page-wrap .save-block .list {
        padding: 0
    }

    #content .ext-page-wrap .save-block .list li {
        padding: 10px;
        font-size: 14px
    }

    #content .prices {
        font-size: 12px
    }

    #content .prices .nav-tabs li a {
        padding: 5px 2px
    }

    #content .how-it-works-page .step .faq-list {
        width: 65%
    }

    #content .sign-block {
        background: #f1f1f1
    }

    #content .sign-block .holder .block-head {
        text-align: center
    }

    #content .sign-block .holder .block-body form .form-group input {
        max-width: 100%
    }

    #sidebar .sb-banner {
        background-position: center 10px
    }

    #sidebar .sb-banner .text {
        padding: 90px 0 0 0
    }

    #sidebar .sb-banner .btn {
        width: 170px
    }

    #sidebar .sb-catigory ul {
        padding-left: 0
    }

    #sidebar .sb-catigory ul li {
        list-style-type: none
    }

    #sidebar .like-box {
        overflow: hidden
    }

    #footer .footer-top .secured {
        text-align: center
    }

    #footer .footer-top .secured a {
        display: block;
        padding: 5px;
        border-bottom: 0
    }

    .inquiry-block .text {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (max-width: 767px) {
    #header #navbar .nav.navbar-nav li .order-btn {
        margin: 10px 0;
        max-width: 100px;
        border-radius: 3px
    }

    #header #navbar .nav.navbar-nav .chat, #header #navbar .nav.navbar-nav .skype-icon, #header #navbar .nav.navbar-nav .btn-direct-call {
        padding: 10px 0 10px 10px !important;
        display: inline-block
    }

    #header #navbar .nav.navbar-nav .order-btn {
        margin: 10px 15px
    }

    #header .navbar-brand {
        padding: 8px 20px !important
    }

    #header .navbar .navbar-header .navbar-toggle {
        padding: 12px 10px 7px
    }

    .inquiry-block .text {
        background-position: center top;
        padding-top: 80px;
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: 0
    }

    #hero {
        background-position: 0 0
    }

    #hero .inner-block .padding-hero {
        padding: 20px 0
    }

    #hero h1 {
        font-size: 38px;
        margin-top: 0 l
    }

    #hero h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    #hero .hero-socials {
        display: none
    }

    #hero .calculator {
        padding: 20px 0
    }

    #hero .calculator h3 {
        text-align: center
    }

    #hero .calculator .form-inline .form-group {
        margin-bottom: 10px;
        margin-right: 0
    }

    #hero .calculator .form-inline .form-group .control-label {
        text-align: center;
        font-weight: 300
    }

    #hero .calculator .form-inline .form-group .form-control {
        width: 100%;
        height: 40px
    }

    #hero .calculator .form-inline .form-group .input-group {
        min-width: 100%
    }

    #hero .calculator .form-inline .form-group .input-group .calc_input .input-group-addon {
        height: 40px;
        width: 15%
    }

    #hero .calculator .form-inline .form-group .input-group .calc_input .form-control {
        width: 70%
    }

    #hero .calculator .form-inline .form-group:last-child {
        margin-bottom: 0
    }

    #hero .calculator .price {
        padding-top: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%
    }

    #hero .calculator .btn {
        padding: 15px 30px;
        margin-top: 0;
        max-width: 100%
    }

    #hero-page h1 {
        text-align: center
    }

    #hero-page h3 {
        text-align: center
    }

    #hero-page .hero-socials {
        top: 20px
    }

    #hero-page .hero-socials .socials-links {
        text-align: center
    }

    #hero-page .hero-order-btn {
        margin: 30px auto 20px;
        text-align: center
    }

    #main .advantages div .head-text {
        text-align: center;
        font-size: 32px
    }

    #main .advantages div .head-text i {
        font-size: 50px;
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    #main .advantages div .body-text {
        text-align: center
    }

    #main .advantages div.delivery, #main .advantages div.track, #main .advantages div.inquiry, #main .advantages div.prices {
        margin-bottom: 20px
    }

    #main .advantages div.delivery .head-text, #main .advantages div.track .head-text, #main .advantages div.inquiry .head-text, #main .advantages div.prices .head-text {
        padding-left: 0;
        padding-top: 80px;
        background-position: center top
    }

    #main .security .security-icon {
        text-align: center
    }

    #main .how_it_works .slide {
        display: block;
        margin-bottom: 20px
    }

    #main .how_it_works .slide .number {
        display: block;
        margin: 10px auto 20px;
        text-align: center;
        border-radius: 50%;
        border: 10px solid #c287d0;
        padding: 14px;
        height: 100px;
        width: 100px
    }

    #main .how_it_works .slide .sign {
        text-align: center;
        font-size: 22px;
        padding-bottom: 15px
    }

    #main .how_it_works .slide .desc {
        font-size: 16px;
        line-height: 1
    }

    #main .how_it_works .slide .desc h4 {
        margin-top: 0
    }

    #main .how_it_works .slide .desc ul li {
        list-style-type: disc;
        line-height: 1
    }

    #main .how_it_works .chart {
        display: none
    }

    #main .how_it_works .hiw-block-btn {
        text-align: center
    }

    #main .our-projects .live-stats {
        background-size: 100%;
        width: 273px;
        height: 230px;
        margin: 0 auto
    }

    #main .our-projects .live-stats h2 {
        font-size: 36px;
        padding-top: 20px
    }

    #main .our-projects .live-stats .slide .item .sign {
        font-size: 18px
    }

    #main .our-projects .live-stats .slide .item span {
        font-size: 60px
    }

    #main #sidebar .form-sidebar .calc-order-btn {
        text-align: center
    }

    #main #sidebar .form-sidebar .calc-order-btn .btn {
        max-width: 300px
    }

    #content .discounts-page h2 {
        text-align: center
    }

    #content .discounts-page .disc-5 {
        background-position: center
    }

    #content .discounts-page .disc-10 {
        background-position: center
    }

    #content .discounts-page .disc-15 {
        background-position: center
    }

    #content .discounts-page .onetime {
        padding-top: 150px
    }

    #content .about-us-page .contacts-block a {
        display: block;
        text-align: center;
        margin: 20px auto
    }

    #content .contacts-page .contacts-block a {
        margin-bottom: 20px;
        display: block
    }

    #content .how-it-works-page .step .sign {
        text-align: center;
        float: none;
        width: 100%
    }

    #content .how-it-works-page .step .faq-list {
        float: none;
        padding-top: 170px;
        width: 100%
    }

    #content .how-it-works-page .step.step-1 {
        background-position: center 40px
    }

    #content .how-it-works-page .step.step-2 {
        background-position: center 40px
    }

    #content .how-it-works-page .step.step-3 {
        background-position: center 40px
    }

    #content .how-it-works-page .step.step-4 {
        background-position: center 40px
    }

    #content .verification-page .verification-slides .verification-tabs a {
        font-size: 16px;
        width: 50px;
        margin-right: 8px
    }

    #content .verification-page .verification-slides .verification-container .verification-prev, #content .verification-page .verification-slides .verification-container .verification-next {
        margin-top: 10px;
        padding: 6px;
        width: 90px
    }

    #content .ext-page-wrap .ext-page-item .item .img {
        text-align: center;
        margin-bottom: 10px
    }

    #content .ext-page-wrap .ext-page-item .item .testim .body {
        padding: 10px
    }

    #content .ext-page-wrap .ext-page-item .item .testim .body:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        top: -25px;
        border-left: -35px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e4eaf9;
        margin-left: -10px
    }

    #content .ext-page-wrap .ext-page-item.align-h3 h2 {
        text-align: center;
        margin-left: 0
    }

    #content .ext-page-wrap .inquiry-block.extras-banner {
        width: 98%
    }

    #content .ext-page-wrap .inquiry-block.extras-banner .banner-text {
        padding: 0 0 10px 0
    }

    #content .ext-page-wrap .save-block {
        padding: 20px 20px 0
    }

    #content .ext-page-wrap .save-block .save-block-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        min-height: 0;
        padding: 10px
    }

    #content .ext-page-wrap .save-block .save-block-item h4 {
        padding: 0
    }

    #content .ext-page-wrap .save-block .save-block-item:first-child {
        margin-right: 0
    }

    #content .ext-page-wrap .save-block .save-block-item:first-child .list li:last-child {
        color: red
    }

    #content .ext-page-wrap .save-block .list {
        padding: 0
    }

    #content .ext-page-wrap .save-block .list li {
        padding: 10px
    }

    #content .ext-page-wrap .save-block .list li span {
        font-size: 14px
    }

    #content .prices {
        font-size: 12px
    }

    #content .prices .nav-tabs li {
        width: 100%;
        text-align: center
    }

    #content .prices .nav-tabs li a {
        padding: 5px 2px
    }

    #content .prices .tab-content {
        font-size: 10px
    }

    #content .prices .tab-content table thead tr th {
        padding: 2px
    }

    #content .blog-list .storycontent img {
        width: 100%
    }

    #content .blog-list .page_navigation .wp-pagenavi span, #content .blog-list .page_navigation .wp-pagenavi a {
        padding: 3px;
        font-size: 13px
    }

    #content .sign-block {
        background: #f1f1f1;
        height: 100%;
        min-height: 100%
    }

    #content .sign-block .holder {
        float: none
    }

    #content .sign-block .holder .block-head {
        text-align: center
    }

    #content .sign-block .holder .block-body form .form-group input {
        max-width: 100%
    }

    #content .sign-block .holder .popap-tip a {
        display: inline-block;
        clear: both;
        margin-top: 10px
    }

    #content .sign-block .licence-text {
        float: none;
        margin: 10px
    }

    #footer .footer-top .secured {
        text-align: center
    }

    #footer .footer-top .secured .pw-app-title {
        color: #fff;
        display: block;
        text-transform: uppercase;
        margin: 10px auto
    }

    .client-lead-modal h4 {
        margin: 0
    }

    .client-lead-modal .modal-body {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .client-lead-informer.desktop-view {
        display: none !important
    }

    .client-lead-informer.mobile-view {
        bottom: 0;
        font-size: 18px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 1000
    }

    .client-lead-informer.mobile-view .client-lead-inside {
        background: rgba(0, 0, 0, 0.95);
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        margin: 20px;
        opacity: .94;
        padding: 20px
    }

    .client-lead-informer.mobile-view .client-lead-holder {
        display: table;
        width: 100%
    }

    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
        display: table-cell;
        vertical-align: top
    }

    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child {
        width: 60px
    }

    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        text-align: right;
        width: 60px
    }

    .client-lead-informer.mobile-view i {
        font-size: 48px
    }

    .go-back-modal .modal-counter {
        width: 100%
    }

    .go-back-modal .modal-counter span {
        width: 33%;
        font-size: 53px
    }

    .go-back-modal .modal-header a img {
        width: 100%
    }

    .go-back-modal .modal-header .close {
        margin-right: -28px
    }

    .go-back-modal .modal-body form .form-group .btn {
        padding: 10px 50px;
        font-size: 20px;
        line-height: 30px
    }

    bootstrap .callback-request-modal {
        top: 53% !important
    }

    bootstrap #callback-request-modal .modal-header a > i {
        font-size: 30px !important
    }

    .client-lead-modal .modal-dialog {
        margin: 20px auto
    }

    .thnks-banner .inner-banner {
        padding: 20px 0;
        background: none, url(/img/banner-bg-right.jpg) no-repeat 100% 0
    }

    .thnks-banner .inner-banner .slogan {
        font-size: 20px
    }

    .thnks-banner .inner-banner .discount-info {
        line-height: 20px;
        font-size: 16px
    }

    .steps-holder .item .num {
        margin: auto
    }

    .steps-holder .item .num:after {
        display: none
    }

    .app-display {
        display: block;
        background: white;
        text-align: center
    }

    .app-display a {
        margin: 20px auto;
        display: block
    }
    .pw-mobile-app {
        margin: 10px 0;
    }
    #footer .copyright small.trust-footer-text,
    #footer .footer-text-date{
        padding: 0 0 0 22px;
    }
    .pw-app-title {
        display: block;
        margin-bottom: 10px;       
    }
    .pw-mobile-app {
        text-align: center;
    }
}

#header .navbar #navbar .nav.navbar-nav .register-header-button {
    border-radius: 0;
    background: 0;
    border: 2px solid #9d9d9d;
    padding: 8px 11px
}

#header .navbar #navbar .nav.navbar-nav .btn-primary.ab-register {
    margin: 0 2px;
    padding: 10px 10px
}

#header .navbar #navbar .nav.navbar-nav .register-header-button:hover {
    border: 2px solid #fff;
    color: white
}

@media (max-width: 1024px) {
    #header .navbar #navbar .nav.navbar-nav .register-header-button {
        display: inline-block;
        margin-left: 9px;
        margin-top: 14px
    }

    #header .navbar #navbar .nav.navbar-nav .btn-primary.ab-register {
        margin-left: 9px;
        margin-top: 14px
    }
}

.pay-block {
    background-image: url(https://www.paperwritings.com/site/img/sprite-icon.png);
    background-repeat: no-repeat;
    display: block
}

.pay-block-github {
    width: 30px;
    height: 30px;
    background-position: -5px -137px
}

.pay-block-gmail {
    width: 30px;
    height: 30px;
    background-position: -5px -177px
}

.pay-block-linkedin {
    width: 30px;
    height: 30px;
    background-position: -5px -217px
}

.pay-block-quick-delivery-icon {
    width: 58px;
    height: 57px;
    background-position: -5px -257px
}

.pay-block-stackoverflow {
    width: 30px;
    height: 30px;
    background-position: -5px -324px
}

.pay-block-step-five {
    width: 41px;
    height: 51px;
    background-position: -5px -364px;
    margin: 0 auto
}

.pay-block-step-four {
    width: 45px;
    height: 51px;
    background-position: -5px -425px;
    margin: 0 auto
}

.pay-block-step-one {
    width: 25px;
    height: 51px;
    background-position: -5px -486px;
    margin: 0 auto
}

.pay-block-step-three {
    width: 40px;
    height: 52px;
    background-position: -5px -547px;
    margin: 0 auto
}

.pay-block-step-twoo {
    width: 39px;
    height: 51px;
    background-position: -5px -609px;
    margin: 0 auto
}

.pay-block-track-your-order-icon {
    width: 58px;
    height: 57px;
    background-position: -5px -705px
}

.pay-block-trust-guard {
    width: 215px;
    height: 31px;
    background-position: -5px -772px
}

.pay-block-tumblr {
    width: 30px;
    height: 30px;
    background-position: -5px -813px
}

.pay-block-twitter {
    width: 30px;
    height: 30px;
    background-position: -5px -853px
}

.pay-block-web-chek-icon {
    width: 115px;
    height: 31px;
    background-position: -5px -893px
}

@media (max-width: 600px) {
    .blog-list .storycontent p {
        word-wrap: break-word
    }
}

@media (max-width: 400px) {
    .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend {
        display: none
    }

    .page_navigation {
        margin-bottom: 15px
    }
}

@media (max-width: 320px) {
    .blog-list .page_navigation .wp-pagenavi a {
        padding: 2px !important
    }
}

.post-323 .storycontent h2, .post-323 .hide-preview {
    display: none
}

.cookie-banner {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: #693271;
    opacity: .95
}

.cookie-banner .banner-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 10px
}

.cookie-banner .banner-wrapper .wrapper__text p {
    color: #fff;
    opacity: 1
}

.cookie-banner .banner-wrapper .wrapper__text p a {
    font-weight: bold;
    color: #fff
}

.cookie-banner .banner-wrapper .wrapper__buttons {
    min-width: 80px;
    margin-left: 15px
}

.cookie-banner .banner-wrapper .wrapper__buttons button {
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    border: 0;
    height: 25px;
    padding: 0 10px;
    background-color: #75ab1b;
    text-transform: uppercase;
    cursor: pointer
}

.cookie-banner .banner-wrapper .wrapper__buttons button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 0 60px rgba(255, 255, 255, 0.3) inset;
    transition: box-shadow .15s ease-in-out
}
.cookie-banner-custom{
    position: relative;
    top: 0;
    bottom: auto;
}
.header-fixed-custom .navbar-fixed-top{
    position: relative;
}
.header-fixed-custom{
    position: sticky;
    top: 0;
    z-index: 99;
    height: auto !important;
}
.banner-medium, .banner-mobile{
    display: none;
}
.pay_later-banner{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.pay_later-banner .inner-wrap{
    width: 970px;
    margin: auto;
    position: relative;
}
.pay_later-banner .inner-wrap .close {
    position: absolute;
    right: 11px;
    top: 11px;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    z-index: 9;
    width: 20px;
}

@media screen and (max-width: 1024px) {
    .cookie-banner .banner-wrapper .wrapper__buttons button {
        font-size: 13px
    }
    .pay_later-banner .inner-wrap {
        width: 768px;
    }
    .banner-desktop{
        display: none;
    }
    .banner-medium{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .pay_later-banner .inner-wrap {
        width: 320px;
    }
    .banner-medium{
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .pay_later-banner .inner-wrap .close {
        right: 7px;
    }
}
@media screen and (max-width: 600px) {
    .cookie-banner .banner-wrapper .wrapper__text p {
        font-size: 12px
    }
}

@media screen and (max-width: 480px) {
    .cookie-banner .banner-wrapper {
        flex-direction: column;
        margin-bottom: 10px
    }

    .cookie-banner .banner-wrapper .wrapper__buttons, .cookie-banner .banner-wrapper .wrapper__text {
        text-align: center
    }
}

.checkbox-gdbr {
    font-size: 14px
}

.alert-danger-gdbr {
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.container-checkbox-gdpr {
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box
}

.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #fff
}

.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block
}

.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box
}

.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark {
    border-color: red
}

.go-back-modal .alert-danger-gdbr {
    display: block;
    color: #e03100;
    font-family: Arial;
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: transparent !important
}

.price-bages-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 15px 0
}

@media (max-width: 768px) {
    .price-bages-block {
        justify-content: space-around
    }
}

.price-bages-block .price-bages {
    text-align: center;
    margin: 0 10px 15px 10px
}

.price-bages-block .price-bages img {
    margin-bottom: 10px
}

.price-bages-block .price-bages .price-bages-cost {
    font-size: 11px
}

.price-bages-block .price-bages .price-bages-cost span {
    cursor: default !important;
    font-size: 22px;
    font-weight: 400;
    color: #86a931;
    line-height: 1
}
.h_h3 a{
    font-weight: 200;
    color: #fff;
    text-align: left;
    border: none;
}

/*covid-banner*/
.covid-banner-holder {
    width: 100%;
    text-align: left;
    float: none;
    clear: both;
    position: relative;
}
.covid-banner-holder-home .covid-banner-holder {
    display: flex;
}
.covid-banner {
    background: #6A4175;  
    z-index: 9;
}
.covid-banner-inner {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 10px;
    width: 100%;
    color: #FFFFFF;
}
.covid-hide_banner {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
}
.covid-hide_banner svg path{
    fill: #fff;
}
.covid-banner-inner strong{
    color: #55BBA8;
}
.covid-banner-inner span {
    position: relative;
    padding-left: 25px;
    display: block;
}
.covid-banner-inner span:before {
    content: '';
    background: url(https://www.paperwritings.com/site/img/clock-cov.svg) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background-size: contain;
    height: 18px;
    width: 18px;
}
.covid-banner-holder-home .covid-banner-inner{
    max-height: 25px;
    justify-content: unset;
    text-align: left;
}
.covid-banner-holder-home .covid-banner{
    display: inline-block;
    min-width: 420px;
    border-radius: 4px;
    position: absolute; 
    top: -20px;
    z-index: 9;
}
@media(min-width: 1025px){
    .covid-banner-inner, .covid-banner{
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: center;
    }
    .covid-banner{
        justify-content: center;
    }
    .covid-banner-holder-home{
        max-width: 1140px;
        margin: 0 auto;
    }
}
@media(max-width: 1024px){
    .covid-banner-holder-home .covid-banner-holder{
        justify-content: center;      
    }

}
@media (max-width: 1024px) and (min-width: 768px){
    .covid-banner-holder-home .covid-banner{
        max-width: 260px;
        min-width: unset;     
    }
    .covid-banner-holder-home .covid-banner-inner {
        max-height: unset;
        line-height: 14px;
        padding-right: 25px;
    }
    .covid-banner-holder.covid-banner-holder-home {
        justify-content: unset;
    }

}
@media(max-width: 767px){
    .covid-banner-inner {
        padding: 8px 35px 8px 12px;
        font-size: 10px;
        text-align: left;
    }
    .covid-banner-inner span:before {
        width: 22px;
    }
    .covid-banner-inner span {
        display: block;
    }
    .covid-banner{
        width: 100%;
    }
    .covid-hide_banner {
        top: calc(50% - 7px);
    }
    .covid-banner-holder.covid-banner-holder-home {
        padding: 20px;
    }
    .covid-banner-holder-home .covid-banner {
        min-width: auto;
        top: 25px;
        left: 0;
    }
    .covid-banner-holder-home .covid-banner-inner {
        max-height: unset;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
    }
}

/*END covid-banner*/

/* datetimepicker */
.calc-col-form .datepricker-new-addon .input-group-addon{
    display: none;
}
.datepricker-new-addon .input-group-addon{
    width: 45px !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.datepricker-new-addon .input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.datepricker-new-addon #datetimepicker{
    cursor: pointer !important;
    background: url(site/img/new-datepricker.png) no-repeat center right 10px #fff !important;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 3px !important;
    overflow: hidden;
    position: relative;
    z-index: 1 !important;
}
.bootstrap-datetimepicker-widget{
    position: absolute !important;
    background: #fff;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 10px 45px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 14px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 14px !important;
    width: 320px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333333;
    font-weight: 700 !important;
    z-index: 98 !important;
}
.bootstrap-datetimepicker-widget table th {
    width: 35px !important;
    padding: 5px 0 !important;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #737373 !important;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #E1E1E1 !important;
}
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #206C51;
    color: #fff;
    margin: 0 !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover{
    background: #206C51 !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.today{
    background: #DBDBDB !important;
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.today:hover{
    color: #333333;
}
.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu::before, 
.bootstrap-datetimepicker-widget.dropdown-menu::after{
    display: none !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: #fff !important;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #206C51 !important;
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day:hover, 
.bootstrap-datetimepicker-widget table td.hour:hover, 
.bootstrap-datetimepicker-widget table td.minute:hover, 
.bootstrap-datetimepicker-widget table td.second:hover {
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day{
    height: 34px !important;
    padding: 0;
}
.deadline-button {
    font-size: 11px !important;
    line-height: 11px;
    background: #FFFFFF !important;
    border: 1px solid #E6E6EF !important;
    border-radius: 5px !important;
    padding: 0px 5px !important;
    height: 30px !important;
    color: #4C4C4C !important;
    font-weight: 700 !important;
    margin: 0 1px;
}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed{
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 3px;
}
.bootstrap-datetimepicker-widget .datepicker-days {
    padding: 10px 20px 0;
}
.btn-deadline-picker{
    margin: 16px -10px 32px;
    display: flex;
    justify-content: center;
}
.deadline-button.deadline-btn-active{
    background: #F1F1F1 !important;
    border: 1px solid #DBDBDB !important;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline{
    background: #F1F1F1 !important;
    border-radius: 0 !important;
    position: relative;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:before, .bootstrap-datetimepicker-widget .backgroud_period_deadline:after{
    content: '';
    background: #F1F1F1;
    height: 34px;
    width: 20px;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:after{
    left: auto;
    right: -20px;
}
.bootstrap-datetimepicker-widget .timepicker-picker a {
    color: #333;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary{
    border: none;
    background: #206C51;
    border-radius: 50%;
    font-size: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:last-child.backgroud_period_deadline{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:first-child.backgroud_period_deadline{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .glyphicon-time:after, .bootstrap-datetimepicker-widget .glyphicon-calendar:after {
    content: "Choose Time";
    font-size: 14px;
    margin-left: 8px;
    font-family: "Arial";
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:after {
    content: "Choose Date";
    font-family: "Arial";
}
.bootstrap-datetimepicker-widget .glyphicon-time:before,
.bootstrap-datetimepicker-widget .glyphicon-calendar:before{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.bootstrap-datetimepicker-widget .glyphicon-time:before{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADqSURBVHgBlVMLFcIwDOymoBIqYRLqACSABBSAA+pgOBkOioPiYHNQEt4F8kr34d7L1nzumnaZMQVyzp7sSpbyF5GsJ3NmDpS0IApGEAesBVxja+SodvMznSVVY3VSdr6ZFXCNdCIBh0CqFF/47JW4dOtb8s+IHysbOliJE957FujIpqZp7mYjUDuR7UTgYf7Hk7tr4diFoo7O2lVy0/uJTzPOCMitj6WIzAkvgtzoBhEL34PTayeaBVD+oNYJHCeB8FFcAf4JRtBBPcppYZRjdZSViHSSceYBxfpnCj/kQsjh0qIiJRB9Wf8CYD+FZE7gHqYAAAAASUVORK5CYII=) no-repeat center;
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD7SURBVHgBnVPREYIwDI0e/3YD6yTCBOIEMgIjuJHnBOIE6gR0A9mg9ukrxoLe4bvL5dE0r0kbRBS89y3NSAKsMXbR61lYsORIityG9U6GsFGM+/tTgTrYnbz0Q9SKV/RtptQ3wQoq70ZOXwbbkvfxGVRU6Z1qZwxp3EWBf2CegryDXCYCOcid/wry4kpy+ENacfblABesoe/I4c/yvodPAb5tySTHzU4lgptUoL8DDBTf9sRvYK/evGLM6zZ1C1Au6B25Ywz8SjOjLRAYkBt7Bj9SMA7OWl4z08QE/QpQzrlJyK1ah1+RDyqwqmxRZaccLQh/wAV4OspT4R7inPSMjBlItgAAAABJRU5ErkJggg==) no-repeat center;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before{
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC/SURBVHgB7dPBDcMgDABA7Ig90hG6ATwYoCN0pG7QzsGjjJANygj586AmyoOixkDUX4NkyVj2PSwZROUppUYp5TPlIQTtnPNcPzRi41ryNRQ6MNGCQidWRWEHxqKwE9tEsYLNMcaZAZeZNPsBbmEUGgBy0FNcORQ5zFo7FcOCancOxR6sQM/FOhYUV6AZy9CJ1qFzlP4Ch2G4UOJ7sG9oMhBRQ23IGPMS2ekRcuL6Ufz4HeAB/idId3rL8ket/w2tnILvWF5B5wAAAABJRU5ErkJggg==) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before{
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADpSURBVHgB7dTBDYIwFAbg9kXujtARHAEOEK5OIBsYJ9AR3MQrhENH0BE6AncS8D0CpkHaRz0aXtLkFf5+gUOfFExlWXbt+/5GPQBcqqq6+/IgmEKsmPqu685cngVDawM38C/BXRzHKooijf0eV1LX9SsESNP0gNdTSymbtm0TGDE1gpoCP2B0lj7sAbixM6vRGTYU9TiRIMHGzNAnjq1TIGYGizZ5niscTRpDyj6IoWKchdNzg+vowsqyNJ//daGzavC9cGHD3k6vRIUL+wJD0CVsEVyDujAn6EN9mBdcQjmMBW2Ueg6jegNC854c/FQYsgAAAABJRU5ErkJggg==) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before,
.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before{
    content: "" !important;
    width: 10px;
    height: 12px;
    display: block;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACASURBVHgBdY+9CkZwGMWf52F+l5dFKQOFySJuwyW4IqPRJbgEGZWyGg2SIrkA/j4W+TzLqd/p1DkINym6q/C4RPgGpwX9C1QNJ9n9gJppW+/QdIoL3MQzoBjZ7FdlXp0DImAeEBfcG9zQNe1flDICDH+CnI59PT72nwd8/sCv5ysYWCwKG3K4zQAAAABJRU5ErkJggg==) no-repeat center;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-right{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACASURBVHgBdY89DkBAEIV3rFrip5JIFCSoNMJ19mRKpSOIIyj1IgoRB5BdRrU/TDGTeV/e5A1J8nqIsyYmWlmXAGaDaHVIz305nSAaEeLE/QXYZOi74XQc6wayHc89sIeLMyoDdHpBNAsKnemweA9EMEXE6GlRlYaoRP4Usf4+vwFu4DT5i73mHQAAAABJRU5ErkJggg==) no-repeat center;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: unset !important;
}
.bootstrap-datetimepicker-widget .separator {
    font-size: 32px !important;
    vertical-align: unset !important;
    position: relative;
    top: -2px;
    width: 10px;
}
.bootstrap-datetimepicker-widget .period-animate{
    display: none;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td{
    vertical-align: top;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary[data-action="togglePeriod"].disabled {
    background: #DBDBDB;
    border-color: #DBDBDB;
    color: #737373;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .datepicker-days{
    padding: 10px 33px 0;
}
.time-left {
    border-radius: 0 !important;
    background: #FAFAFA !important;
    font-size: 14px !important;
    color: #737373;
}
.datepricker-new-addon .btn-deadline-picker {
    flex-wrap: wrap;
    margin: 6px -20px 20px;
}
.datepricker-new-addon .deadline-button {
    margin-top: 8px;
    width: unset;
    max-width: 70px;
    flex: 0 0 70px;
}
.datepricker-new-addon .datetimepicker-confirm {
    background: #75AB1B;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #206C51;
    color: #fff;
    border-radius: 0;
    height: 40px !important;
    padding-top: 2px;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span:hover, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i:hover {
    background: #175841 !important;
}
.timepicker .time-left{
    height: 30px;
    line-height: unset;
    padding: 5px !important;
}
.bootstrap-datetimepicker-widget .picker-switch{
    margin: 0;
}
.bootstrap-datetimepicker-widget a:hover, .bootstrap-datetimepicker-widget a{
    border: none;
}
.form-group-deadline .wrap-lable {
    font-weight: normal;
}
@media (max-width: 1024px) and (min-width: 768px){
    #calc-sidebar .datepricker-new-addon input {
        padding: 6px 30px 6px 5px;
    }
}
@media(max-width: 374px){ 
    .datepricker-new-addon .bootstrap-datetimepicker-widget .datepicker-days {
        padding: 10px 10px 0;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 290px !important;
    }
    .datepricker-new-addon .btn-deadline-picker {
        margin: 6px -10px 20px;
    }
    .datepricker-new-addon .deadline-button {
        max-width: 60px;
        flex: 0 0 60px;
    }
    .deadline-button {
        margin: 0 2px;
    }
}
/* end datetimepicker */

.footer-hero-socials .hero-socials {
    top: 0px;
    padding-left: 40px;
}
.footer-hero-socials .hero-socials .socials-links{
    text-align: left;  
    white-space: nowrap;
}
.footer-hero-socials .hero-socials a i {
    font-size: 32px !important;
}
.footer-hero-socials .hero-socials a:hover{
    border-bottom: none;
}
.footer-hero-socials .hero-socials a i:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
.footer-hero-socials .hero-socials a {
    margin-right: 12px;
}
.footer-flex{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.call-chat-header{
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff !important;
}
.call-chat-header:hover,
.call-chat-header:focus{
    border-bottom: none !important;
    color: #fff;
}
@media(max-width: 767px){ 
    .secured-wrap {
        text-align: left;
        padding-left: 40px;
        margin-bottom: 10px;
    }
    .pw-mobile-app {
        text-align: left;
    }
    .footer-flex,
    #footer .copyright{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}