@charset "utf-8";
body {
    color: #545f69;
    background: #FFF;
    font: 400 15px/24px 'Open Sans', sans-serif;
}

a {
    color: #f5623d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #2e3033;
}

.scrolled .top2-menu, .scrolled .top2-menu li a,
.scrolled #top-menu-button {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

p {
    margin: 0.9em 0;
    padding: 0;
    line-height: 24px;
}

h1, h2, h3 {
    font-weight: 500;
    font-size: 40px;
    font-family: 'Open sans', sans-serif;
    color: #2e3033;
}

h1 {
    margin: 5px 0;
}

.dash {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: url(../images/dash.jpg) no-repeat 0 100%;
    color: #2e3033;
}

.contact-phone {
    display: none;
}

#cookie-usage-warning-block {
    display: none;
}

.cv_col_3 {
    width: 31%;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-left: 0%;
}

.cv_col_3 img {
    width: 100%;
}

.clear {
    clear: both;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.ta-right {
    text-align: right !important;
}

.red {
    color: #D90000;
}

.green {
    color: #179B00;
}

.blue {
    color: #0490da;
}

.message {
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;
}

.message.red {
    border: 1px solid #D90000;
}

.message.green {
    border: 1px solid #179B00;
}

.order-page #header {
    min-height: 136px;
}

#header-bg {
    background: url(../images/header.jpg) no-repeat center 0 #DDE2E8;
}

.order-page #header-bg {
    height: 91px;
}

.wrapper {
    margin: 0 auto;
}

.template-name {
    font: bold 18px 'Times New Roman', serif;
    color: #000;
    text-align: center;
}

@media (min-width: 960px) {
    .wrapper {
        width: 960px;
    }

    #bg, #header, #wrap, #footer {
        min-width: 960px;
    }
}

#wrap {
    padding: 40px 0;
}

#content {
    width: 630px;
    float: right;
    padding-top: 1px;
    position: relative;
    font-size: 14px;
}

#content.full-width {
    float: none;
    width: auto;
}

#sidebar {
    width: 302px;
    float: left;
    padding-top: 1px;
}

#footer {
    background: #2c3e50;
}

#footer .accept {
    float: right;
    color: #bdc3c7;
    font-size: 13px;
    margin: 35px 0 0;
}

#footer .accept p {
    margin: 0 0 10px;
    overflow: hidden
}

.ssl-box-footer {
    display: inline-block;
}

.logo-large {
    height: 80px;
    width: auto;
    margin: 20px 0 0 10px;
}

#footer .col {
    float: left;
    margin: 35px 0 0;
    width: 20%;
}

#footer .col1 {
    width: 17%;
}

#footer .col2 {
    width: 21%;
}

#footer .col3 {
    width: 19%;
}

#footer .col4 {
    width: 12%;
}

#footer .col li {
    list-style: none;
    margin: 0 0 6px;
}

#footer .col ul {
    margin: 0;
    padding: 0;
}

#footer .col a {
    color: #bdc3c7;
    text-decoration: none;
    font-weight: normal;
}

#footer .col a:hover {
    color: #ff9580;
}

#footer .col a.footer-head {
    color: #ff9580;
}

#footer .col a.footer-head:hover {
    color: #bdc3c7;
}

#footer .disclaimer {
    color: #798490;
    line-height: 1.3em;
    font-size: 12px;
}

.scrolled #header .banner, .scrolled #main-menu {
    display: none;
}

.scrolled #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.scrolled #header .branding {
    padding-top: 0px;
}

.scrolled #headerhome .banner, .scrolled #main-menu {
    display: none;
}

.scrolled #headerhome {
    min-height: 72px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.scrolled #headerhome .branding {
    padding-top: 0px;
}

.scrolled #header-bg {
    height: 72px;
}

.scrolled #wrap {
    padding-top: 336px;
}

#header .branding {
    padding-top: 0px;
    overflow: hidden;
}

#header .logo {
    float: left;
    width: 300px;
    padding-top: 15px;
    overflow: hidden;
}

#header .logo img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}

#header .banner {
    color: #FFF;
    padding-bottom: 15px;
    position: relative;
    margin-top: 2em;
}

#header .banner .start_image {
    position: absolute;
    left: 212px;
    top: 130px;
}

#header .banner .h {
    font-size: 36px;
    padding-top: 0px;
}

#header .banner p {
    font-size: 26px;
    color: #afdcfa;
    margin: 0 0 12px 0;
    line-height: 1.2em;
    font-weight: 300;
}

#header .banner a.btn {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    background: url('../images/btn-bg.png') no-repeat;
    width: 200px;
    height: 63px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

#header .banner a.btn:hover {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    background: url('../images/btn-bg_hover.png') no-repeat;
    width: 200px;
    height: 63px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.main_itworks h3 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text_works1 {
    width: 50%;
    margin-left: 16%;
    padding-top: 7%;
}

.text_works2 {
    padding-top: 5%;
    padding-left: 52%;
    width: 36%;
}

.text_works3 {
    padding-top: 1%;
    padding-left: 17%;
    width: 48%;
}

.text_works4 {
    padding-top: 5%;
    padding-bottom: 8%;
    padding-left: 52%;
    width: 37%;
}

.full_pages {
    background: #f8f8f8;
    padding-bottom: 30px;
}

#headerhome .branding {
    padding-top: 0px;
    overflow: hidden;
}

#headerhome .logo {
    float: left;
    width: 300px;
    padding-top: 30px;
    overflow: hidden;
}

.partnership-with-skill-roads {
    color: #FF4B28 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    margin-top: 1em !important;
}

.partnership-with-skill-roads img {
    max-width: 30px;
}

@media (max-width: 420px) {
    .h {
        padding-top: 63px !important;
        padding-left: 0 !important;
    }

    .h, .rev-submit-button {
        margin-left: 1em !important;
    }

    .rev-submit-button {
        max-width: 45%;
        font-size: 14px !important;
        text-align: center;
        border-radius: 4px !important;
    }

}

#headerhome .logo img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}

#headerhome .banner {
    color: #FFF;
    padding-bottom: 202px;
    padding-top: 24px;
}

#headerhome .banner .start_image {
    position: absolute;
    left: 212px;
    top: 130px;
}

#headerhome .banner .h {
    font-size: 46px;
    padding-top: 0px;
    color: #28282a;
    font-weight: 600;
    max-width: 490px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 19px;
    line-height: 50px;
}

#headerhome .banner .h span {
    font-weight: 400;
}

#headerhome .banner p {
    font-size: 26px;
    color: #afdcfa;
    margin: 0 0 30px 0;
    line-height: 1.2em;
    font-weight: 300;
}

#headerhome .banner a.btn {
    color: #FFF;
    font-size: 22px;
    text-decoration: none;
    text-transform: capitalize;
    width: 200px;
    line-height: 36px;
    display: block;
    text-align: center;
    font-weight: 600;
    background-color: #f96529;
    border: 2px solid #f96529;
    border-radius: 30px;
    margin: 0 auto;
    letter-spacing: 1px;
}

#headerhome .banner a.btn:hover {
    color: #f96529;
    background-color: transparent;
}

.social_top {
    float: left;
    overflow: hidden;
}

.social_top ul {
    overflow: hidden;
    padding: 0px;
    margin: 22px 0 0 82px;
}

.social_top li {
    float: left;
    margin: 0 6px 0 0;
    list-style: none;
}

.social_top li a {
    background: url('../images/social.png') no-repeat;
    display: block;
    width: 22px;
    height: 22px;
}

.social_top li.soc2 a {
    background: url('../images/social.png') no-repeat -28px 0;
}

.social_top li.soc3 a {
    background: url('../images/social.png') no-repeat -55px 0;
}

.social_top li.soc4 a {
    background: url('../images/social.png') no-repeat -83px 0;
}

#copyright {
    text-align: center;
    color: #798490;
    margin-top: 24px;
    padding: 15px 0;
    border-top: 1px solid #334556;
}

#topmenu {
    float: right;
    padding: 25px 0 20px 0;
}

#topmenu ul, .top2-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#topmenu ul li {
    padding: 0 7px;
    display: inline;
}

#topmenu li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

#topmenu li a:hover {
    text-decoration: underline;
}

#topmenu .current a {
    text-decoration: underline;
    cursor: default;
}

.top2-menu {
    float: right;
    margin-left: 27px;
    padding-top: 30px;
    text-transform: uppercase;
}

.top2-menu li {
    display: inline;
    line-height: 32px;
    margin: 0 5px;
}

.top2-menu li a {
    display: inline-block;
    font-weight: 600;
    color: #f96529;
    border: 2px solid #f96529;
    border-radius: 30px;
    padding: 1px 22px;
    text-decoration: none;
    font-size: 12px;
    background: transparent;
    letter-spacing: 1px;
}

.top2-menu li.primary-item.cabinet a {
    background: transparent;
    border-color: #7c8f97;
    color: #7c8f97;
}

.top2-menu li a:hover {
    background-color: #f96529;
    border-color: #f96529;
    color: #fff;
}

.top2-menu li.primary-item.cabinet a:hover {
    background-color: #7c8f97;
    color: #fff;
}

#main-menu {
    height: 45px;
    overflow: hidden;
}

#main-menu ul {
    list-style: none;
    margin: 0 -16px;
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#main-menu ul li {
    border-right: 1px solid #99afc0;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 12px;
}

#main-menu ul li:last-child {
    border-right: none;
}

#main-menu li a {
    color: #0664bd;
    text-decoration: none;
}

#main-menu li a:hover {
    text-decoration: underline;
}

#main-menu li a span {
    color: #f5623d;
}

.f-menu {
    text-align: center;
    margin: 10px;
}

.f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-menu ul li {
    display: inline;
    margin: 0 20px;
}

.f-menu ul li a {
    color: #0490da;
    text-decoration: none
}

.f-menu ul li a:hover, .f-menu ul li a.current {
    text-decoration: underline;
}

.f-menu.sub-menu ul li {
    margin: 0 10px;
}

#sidebar .widget {
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
}

.btn_order {
    background: url('../images/btn-order.png') no-repeat 0 center;
    display: block;
    width: 173px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    float: right;
    font-weight: normal;
    margin: 0 6px 0 0;
}

.cup {
    background: url('../images/cup.png') no-repeat 0 center;
    display: block;
    width: 156px;
    height: 111px;
    padding: 30px 0 0 143px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 29px;
    margin: 0 6px 0 0;
    text-align: left;
}

.cup span {
    text-shadow: 0px 0px 9px rgba(150, 150, 150, 1);
}

.cup em {
    font-weight: 300;
    color: #99caed;
    line-height: 20px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.fb_iframe_widget {
    margin: 0 0 25px;
}

#sidebar .widget-menu {
    padding: 1px 0;
}

#sidebar .widget-menu h3 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #0c0c0c;
    margin: 0 0 7px 0;
}

#sidebar .widget-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #0490da;
}

#sidebar .widget-menu ul li {
    background: url('../images/li-arrow.png') no-repeat 0 center;
    padding: 0 0 0 24px;
    margin: 7px 0;
}

#sidebar .widget-menu a {
    text-decoration: none;
}

#sidebar .widget-menu a:hover {
    text-decoration: underline;
}

#sidebar .widget-testimonials h3 {
    margin: 10px 0;
}

#sidebar .widget-testimonials .item {
    position: relative;
    margin: 10px 0 5px 0;
    color: #667481;
    text-align: right;
}

#sidebar .widget-testimonials .item.test_1 {
    background: url('../images/rev1.png') no-repeat;
    width: 167px;
    height: 120px;
    padding: 15px 20px 0 115px;
}

#sidebar .widget-testimonials .item.test_2 {
    background: url('../images/rev2.png') no-repeat;
    width: 182px;
    height: 134px;
    padding: 35px 20px 0 100px;
}

#sidebar .widget-testimonials .item.test_3 {
    background: url('../images/rev3.png') no-repeat;
    width: 182px;
    height: 192px;
    padding: 12px 20px 0 100px;
}

#sidebar .widget-testimonials .author {
    color: #0490da;
    margin-left: 14px;
}

#sidebar .widget-statistic {
    background: #fbfaf8;
    padding: 10px 15px 10px 20px;
    border: 1px solid #e1e3e4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#sidebar .widget-statistic h3 {
    font-weight: normal;
    margin: 10px 0;
}

.widget-statistic .item {
    overflow: hidden;
    padding-bottom: 5px;
}

.widget-statistic .item .label {
    color: #70808e;
}

.widget-statistic .item .progress-text {
    float: right;
    color: #0490da;
}

.widget-statistic .item .progress {
    margin-right: 32px;
    height: 8px;
    background: #e7f0f7;
    border-radius: 4px;
    margin-top: 5px;
}

.widget-statistic .item .progress .scale {
    background: #0490da;
    border-radius: 4px;
    height: 8px;
}

.widget-statistic .item .progress.satisfaction .scale {
    background: #0664bd;
}

.widget-social {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px !important;
}

.widget-social ul {
    list-style: none;
    overflow: hidden;
    padding: 0px;
    margin: 0;
}

.widget-social li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
}

.widget-social li a {
    background: url("../images/social-icons-44.png") no-repeat;
    display: block;
    width: 44px;
    height: 44px;
}

.widget-social li.soc1 a {
    background-position: 0 center;
}

.widget-social li.soc2 a {
    background-position: -44px center;
}

.widget-social li.soc3 a {
    background-position: -88px center;
}

.widget-social li.soc4 a {
    background-position: -132px center;
}

.homelist {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.homelist li {
    margin: 0 0 1em 0;
    padding: 0 0 0 26px;
    background: url('../images/list-flag.png') no-repeat 0 2px;
}

#content .page-ads {
    margin: 25px 0 10px 0;
}

.head-ads {
    margin: 0 0 14px;
    text-align: center;
}

table.choose {
    width: 100%;
}

table.choose td {
    vertical-align: middle;
    text-align: center;
    color: #667481;
    font-weight: bold;
    padding: 13px 0 0;
    width: 20%;
}

table.compare {
    width: 100%;
    border-collapse: collapse;
    background: #f3f8fc;
}

.compare th {
    border: 1px solid #cfe6f6;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.compare td {
    border: 1px solid #cfe6f6;
    padding: 10px 20px 15px 40px;
    text-align: justify;
    vertical-align: top;
    width: 50%;
}

.compare td.ok {
    background: url('../images/li-star.png') no-repeat 15px 15px;
}

.compare td.nok {
    background: url('../images/li-nok.png') no-repeat 15px 15px;
}

#steps {
    padding: 15px 0;
    text-align: center;
}

.pdf-2column {
    overflow: hidden;
}

.pdf-2column .pdf-link {
    float: left;
    background: url('../images/pdf.png') no-repeat 0 center;
    height: 125px;
    padding: 0 0 0 120px;
    width: 200px;
    line-height: 120px;
    margin: 20px 0 30px 20px;
    color: #34495e;
    font-size: 14px;
    text-decoration: none;
}

.pdf-2column .pdf-link:hover {
    text-decoration: underline;
}

table.pricetable {
    width: 100%;
    background: #f9fcfd;
    border-collapse: collapse;
    margin: 0 0 1.2em;
    color: #667481;
    border: 1px solid #a9d0e2;
}

.pricetable tr.even {
    background: #e3f0f6;
}

.pricetable tr.divider {
    background: #FFF;
}

.pricetable tr.divider td {
    border: 1px solid #a9d0e2;
}

.pricetable th {
    text-align: center;
    padding: 10px 12px;
    vertical-align: middle;
    border: 1px solid #a9d0e2;
    font-weight: bold;
    white-space: nowrap;
}

.pricetable td {
    text-align: center;
    padding: 7px 12px;
    border-left: 1px solid #a9d0e2;
    border-right: 1px solid #a9d0e2;
}

.pricetable td .discount {
    color: #f5623d;
}

.pricetable td.title {
    text-align: left;
}

.pricetable.other td.title {
    border-right: none;
}

.pricetable.other td.price {
    text-align: right;
    border-left: none;
}

.pricetable td.label-popular {
    background: #0490da url('../images/text-most-popular.png') no-repeat center center;
    width: 12px;
}

.pricetable td.label-other {
    background: #a9d0e2 url('../images/text-other.png') no-repeat center center;
    width: 12px;
}

p.pricetable * {
    vertical-align: middle;
}

p.pricetable label {
    color: #667481;
    font-weight: 600;
    margin-right: 8px;
}

.addServBlock .pricetable td:first-child {
    padding-left: 30px;
    text-align: left;
}

.addServBlock .pricetable td:last-child {
    text-align: right;
}

table.table {
    width: 100%;
    border-collapse: collapse;
}

table.table td {
    background: #f6f8f7;
    border: 2px solid #FFFFFF;
    padding: 6px 8px;
}

.feedback_form {
    margin: 1em 0;
}

.feedback_form table {
}

.feedback_form table td {
    padding: 8px;
}

.feedback_form table input[type="text"], .feedback_form table textarea {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 5px;
}

table.gallery {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

table.gallery td {
    border: 1px dashed #ccc;
    vertical-align: middle;
}

.first_prices {
    overflow: hidden;
    margin: 0 0 30px;
}

.first_prices .tab {
    float: left;
    border: 2px solid #e1e3e4;
    border-bottom: 3px solid #e1e3e4;
    border-radius: 5px;
    width: 262px;
    padding: 25px 25px 10px 25px;
}

.first_prices .tab2 {
    float: right;
    width: 240px;
    padding: 25px 25px 0px 25px;
}

.first_prices .tab table {
    width: 100%;
}

.first_prices .tab table td {
    color: #70808e;
    font-size: 18px;
    text-align: left;
    padding: 0 0 15px;
}

.first_prices .tab table td + td {
    text-align: right;
    color: #0664bd;
    font-size: 22px;
    font-weight: bold;
}

.first_prices .tab2 table tr:last-child td {
    padding: 0 0 5px;
    font-size: 14px;
    text-align: center;
}

.special_offer .h5 {
    text-align: center;
    color: #f5623d;
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: bold;
}

.first_prices .boxer {
    float: left;
    margin: 0 0 0 40px;
    border: 2px solid #0490da;
    border-radius: 4px;
    width: 162px;
    background: #e7f0f7;
    padding: 20px 25px 25px 25px;
    font-size: 18px;
    color: #70808e;
}

.first_prices .boxer2 {
    float: right;
}

.first_prices .boxer p {
    font-size: 18px;
    color: #70808e;
    text-align: center;
    margin: 0 0 25px;
    white-space: nowrap;
}

.first_prices .boxer p span {
    color: #0664bd;
    font-size: 30px;
    font-weight: bold;
}

.first_prices .boxer td {
    text-align: right;
    color: #70808e;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 8px 5px 0;
}

.first_prices .boxer table {
    width: 100%;
}

.first_prices .boxer td + td {
    color: #0c0c0c;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 0 0 5px 8px;
}

.first_prices .boxer2 {
    float: right;
    margin: 0 33px 0 0;
}

#fader {
    background: url('../images/fader-bg.png');
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

#dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 100%;
    max-width: 600px;
    z-index: 90;
    display: none;
    text-align: center;
}

#dialog h2.text-center {
    padding: 0;
}

#dialog .loading {
    line-height: 5em;
}

.b__discounts {
    margin-left: -20px;
}

.b__discounts::before, .b__discounts::after {
    display: table;
    content: ' ';
    box-sizing: border-box;
}

.b__discounts::after {
    clear: both;
}

.b__discount {
    float: left;
    width: 50%;
}

.e__discount {
    background: #e7f0f7;
    border: 1px solid #0490da;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px 20px 30px 20px;
    text-align: center;
}

.e__discount .e__title, .e__discount .e__description {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1em;
    color: #0c0c0c;
    margin: 1em 0 1.2em 0;
}

.e__discount .e__description {
    font-weight: 700;
}

.e__discount .e__percent {
    width: 103px;
    height: 83px;
    display: inline-block;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    background: url('../images/discount-bg.png') no-repeat center;
    line-height: 1.1em;
    padding-top: 20px;
}

.e__discount .e__button {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    background: #e35b41;
    border-radius: 16px;
    padding: 7px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.feedback_success {
    color: #179B00;
    border: 2px solid #179B00;
    padding: 10px;
    margin: 15px 0;
    font-size: 16px;
}

table.services {
    text-align: center;
    border: 1px solid #e1e3e4;
    width: 100%;
}

table.services td, table.services th {
    vertical-align: top;
    padding: 15px 20px;
    border-bottom: 1px solid #e1e3e4;
}

table.services th {
    text-align: left;
    font-weight: bold;
}

table.services td {
    white-space: nowrap;
}

table.services thead tr {
    border: 2px solid transparent;
    border-bottom: 1px solid #e1e3e4;
}

table.services thead th {
    font-weight: bold;
    text-align: center;
    color: #0664bd;
    padding: 10px 20px;
    font-size: 14px;
}

table.services a {
    font-size: 16px;
    font-weight: bold;
    color: #0664bd;
    text-decoration: underline;
}

table.services a:hover {
    text-decoration: none;
}

#my_order {
    line-height: 31px;
}

.light_blue {
    background: #e8f1f7;
}

.samples-links-box, .clearboth {
    clear: both;
}

.sample-short-link-wrapp {
    width: 209px;
    background-image: url(../images/samples_link_back.png);
}

.sample-long-link-wrapp {
    width: 221px;
    background-image: url(../images/samples_long_link_back.png);
}

.sample-short-link-wrapp a,
.sample-long-link-wrapp a {
    display: block;
    padding: 15px 15px 45px 82px;
}

.link-linked {
    max-width: 316px;
    background-image: url(../images/linked_link_back.png);
}

.sample-link-wrapp {
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sample-link, .sample-link:hover,
.sample-link:focus, .sample-link:visited {
    color: #fff;
    font: 700 18px/38px 'Open Sans', sans-serif;
}

.linkedin-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fa-arrow-circle-o-right {
    font-size: 25px;
    vertical-align: text-bottom;
}

.contact-phone {
    float: left;
    width: 218px;
    padding-top: 23px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.feedback_form .inputbox {
    width: 100%;
    max-width: 265px;
}

img.start_image {
    display: none;
}

.widget.widget-testimonials p {
    font-style: italic;
}

#sidebar .widget-testimonials .author {
    padding-bottom: 25px;
}

#sidebar .widget-testimonials {
    padding-top: 38px;
}

.fa-quote-right, .fa-quote-left {
    font-size: 9px;
}

.fa-quote-left {
    vertical-align: top;
}

.fa-quote-right {
    vertical-align: bottom;
}

.clearfix {
    clear: both;
}

.holist-box .homelist {
}

.homelist-img-box {
    max-width: 600px;
    margin: 25px auto;
    padding: 15px 0;
    overflow: hidden;
}

.homelist-img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-prev, .owl-next {
    display: inline-block;
    font-weight: bold;
    background-color: e2e2e2;
    border-radius: 30%;
    padding: 1px 5px;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-nav {
    width: 140px;
    margin: 0 auto;
    clear: both;
}

.owl-dots {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    background: #f5623d;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.owl-controls {
    padding-top: 27px;
}

.faq::after {
    content: "";
    display: table;
    clear: both;
}

.faq ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq a {
/ / color: inherit;
    font-size: 16px;
    font-weight: 600;
}

.faq-menu {
    float: left;
    width: 40%;
}

.faq-menu h3 {
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #0a549f;
}

.faq-menu ul li a {
    display: block;
    position: relative;
    line-height: 1;
    padding: 25px 25px 25px 60px;
    border-top: 1px solid #dce2ea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

.faq-menu ul li:last-child a {
    border-bottom: 1px solid #dce2ea;
}

.faq-menu ul li a:hover, .faq-menu ul li.active a {
    color: #ec5539;
    background-color: #f5f9fc;
}

.faq-menu ul li a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-content {
    float: left;
    width: 60%;
    padding-left: 60px;
    box-sizing: border-box;
}

.faq-content h1 {
    padding-bottom: 11px;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #2e3033;
}

.faq-content h1 {
    background: url(../images/faq-h.png) no-repeat, url(../images/faq-h2.png) no-repeat 40px 100%;
}

.faq-content ul {
/ / display: none;
}

.faq-content li {
    position: relative;
    min-height: 21px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.faq-content li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/faq/icon.png);
}

.faq-content a {
    font-weight: 600;
    color: #545f69;
}

.faq-content a:hover {
    color: #f5623d;
}

.non-active .faq-content a {
    color: #f5623d;
}

.non-active .faq-content a:hover {
    color: #545f69;
}

.faq-content .back {
    padding-left: 40px;
    font-style: italic;
    color: #aaa;
    background: url(../images/faq-a.png) no-repeat 0 50%;
}

.faq-btn-box {
    margin-top: 22px;
}

.faq-btn-box .faq-btn-link {
    padding-right: 16px;
    padding-left: 16px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #f86528;
    border-radius: 20px;
    color: #fff;
}

.faq-btn-box .faq-btn-link-left,
.faq-btn-box .faq-btn-link-right:hover, {
    color: #fff !important;
    background-color: #f86528;
}

.faq-btn-block {
    display: block;
    margin: 22px auto;
    padding: 0;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
    text-align: center;
    background: #f86528;
    border: 2px solid #f86528;
    border-radius: 20px;
}

.faq-btn-block:hover {
    color: #f86528 !important;
    background: #fff;
}

.faq-btn-box .faq-btn-link-left {
    margin-right: 21px;
}

.faq-btn-box .faq-btn-link-right:hover,
.faq-btn-box .faq-btn-link-left:hover {
    color: #f86528 !important;
    background-color: #fff;
}

#header #header-bg {
    background: url(../images/header.jpg) no-repeat bottom center;
    background-size: cover;
}

.scrolled #header #header-bg {
    height: 65px;
}

.top-menu {
    position: absolute;
}

.top-menu {
    display: none;
    position: absolute;
    -max-width: 470px;
    background: rgba(242, 247, 250, 0.93);
    padding: 45px 30px 30px;
    right: 208px;
    margin-top: 35px;
    z-index: 1;
}

.top-menu ul {
    float: left;
    padding: 0;
    margin: 0;
}

.top-menu ul li {
    list-style: none;
}

.top-menu ul li a {
    display: inline-block;
    margin-bottom: 23px;
    font-weight: 600;
    color: #2e2823;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 33px;
}

#top-menu-button {
    float: right;
    width: 31px;
    height: 24px;
    padding-top: 38px;
}

#top-menu-button-box,
#top-menu-button-close {
    cursor: pointer;
}

.top-menu-line {
    margin-bottom: 6px;
    border: 2px solid #7c8f97;
    border-radius: 3px;
}

.top-menu ul.top-menu-left {
    padding-right: 35px;
    border-right: 1px solid #b2bfc5;
}

.top-menu-left li a.ic-1 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -71px no-repeat;
}

.top-menu-left li a.ic-2 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -33px no-repeat;
}

.top-menu-left li a.ic-3 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -109px no-repeat;
}

.top-menu-left li a.ic-4 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -147px no-repeat;
}

.top-menu-left li a.ic-5 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -185px no-repeat;
}

.top-menu-left li a.ic-6 {
    background: url(../images/sprite/top-menu-sprite.png) -5px -223px no-repeat;
}

.top-menu-left li a {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#wp-menu-top-menu-left.top-menu-left li a{
	padding-left: 0;
}

.top-menu-right li a {
    padding-left: 43px;
    padding-right: 93px;
}

#top-menu-button-close {
    position: absolute;
    right: 20px;
    top: -5px;
    font-size: 40px;
    font-weight: 300;
}

.scrolled #headerhome .logo, .scrolled #header .logo {
    padding-top: 23px;
    width: 161px;
}

.scrolled .top2-menu {
    padding-top: 15px;
}

.scrolled #top-menu-button {
    padding-top: 22px;
}

.scrolled #header #header-bg {
    height: 65px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.wrap-top {
    padding-top: 20px;
}

h2.text-center {
    padding: 35px 0 25px;
}

.hometable {
    text-align: center;
    width: 299px;
    padding: 25px 20px 40px;
    margin-bottom: 18px;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.hometable:hover {
    -webkit-box-shadow: 0 0px 17px 5px #D9D9D9, 0px 0px 17px 5px #D9D9D9;
    box-shadow: 0 0px 17px 5px #D9D9D9, 0px 0px 17px 5px #D9D9D9;
}

.hometable p {
    padding-left: 15px;
    padding-right: 15px;
}

.headertable {
    padding-top: 20px;
    display: block;
    font-weight: 700;
    font-size: 21px;
    color: #383838;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.resume-img {
    background-image: url(../images/sprite.png);
    width: 55px;
    height: 74px;
    margin: auto;
    background-position: 0 0;
}

.resumee-img {
    background-image: url(../images/sprite.png);
    width: 70px;
    height: 74px;
    margin: auto;
    background-position: 0 -76px;
}

.cv-img {
    background-image: url(../images/sprite.png);
    width: 62px;
    height: 74px;
    margin: auto;
    background-position: -69px 0;
}

.cve-img {
    background-image: url(../images/sprite.png);
    width: 65px;
    height: 74px;
    margin: auto;
    background-position: 0 -76px;
}

.ln-img {
    background-image: url(../images/sprite.png);
    width: 41px;
    height: 74px;
    margin: auto;
    background-position: -141px 5px;
}

.lt-img {
    background-image: url(../images/sprite.png);
    width: 65px;
    height: 74px;
    margin: auto;
    background-position: -70px -76px;
}

.hometable-btn {
    display: inline-block;
    width: 148px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #f96529;
    background-color: #fff;
    border: 1px solid #f96529;
    border-radius: 25px;
    line-height: 48px;
}

.hometable-btn:hover {
    color: #fff;
    background-color: #f96529;
    border: 1px solid #fff;
}

.main_itworks {
    margin: 0 auto;
}

.main_itworks .hometable {
    padding: 0;
    width: 313px;
}

.main_itworks ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100, 100, 100);
}

.main_itworks li p {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.main_itworks li:nth-child(2) p {
    font-size: 14px;
}

.main_itworks li {
    position: relative;
    padding-left: 3em;
    margin: 0;
    list-style: none;
    line-height: 2.3em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main_itworks li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.2em;
    padding: 0px;
    color: #2C3E50;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 1.5em;
    border: 2px solid #fb856b;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_itworks li li:before {
    background-color: #fff;
    border: 2px solid #2C3E50;
}

.main_itworks li:after {
    position: absolute;
    top: 2.1em;
    left: 1.1em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(251, 133, 107);
    z-index: 0;
}

.main_itworks li:last-child:after {
    background-color: transparent;
}

.main_itworks li li {
    font-size: 0.8em;
}

.main_itworks a.h3link {
    color: #383838;
    font-weight: 700;
}

.main_itworks .h3link:hover, .main_itworks .h3link:active, .main_itworks .h3link:focus {
    color: #f96529 !important;
}

.page-ads {
    padding-top: 30px;
    padding-bottom: 95px;
    margin-bottom: 0;
    margin-top: 0;
    background: url(../images/order-bottom.jpg) no-repeat center 0 #DDE2E8;
    background-size: cover;
}

.page-ads h3 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 18px;
}

.page-ads a {
    display: inline-block;
    width: 148px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f5866d;
    border-radius: 25px;
    line-height: 48px;
}

.page-ads a:hover {
    background-color: #f96529;
}

.benefits-box {
    padding-top: 50px;
    margin-bottom: 40px;
    background-color: #f8f8f8;
}

.wrapper-benefits {
    max-width: 960px;
    margin: 0 auto;
}

.benefits-box h3 {
    padding-bottom: 40px;
}

.benefits-item {
    background-repeat: no-repeat;
    background-position: 0 0;
    /*padding-left:89px;*/
    padding-bottom: 60px;
}

.b-item1,
.b-item2,
.b-item3,
.b-item4,
.b-item11,
.b-item12,
.b-item13,
.b-item14,
.b-item15,
.b-item16,
.benefits-item {
    display: flex;
    flex-direction: row;
}

.b-item1 .bn-text {
    /*flex-direction:column;*/
}

.bn-text h4 {
    margin-top: 0;
}

.bg-bn_item1 {
    width: 80px;
    height: 87px;
    background: url(../images/sprite/bn-sprite.png) -10px -292px;
}

.bg-bn_item2 {
    width: 85px;
    height: 87px;
    background: url(../images/sprite/bn-sprite.png) -10px -99px;
}

.bg-bn_item3 {
    width: 85px;
    height: 87px;
    background: url(../images/sprite/bn-sprite.png) -10px -194px;
}

.bg-bn_item4 {
    width: 85px;
    height: 87px;
    background: url(../images/sprite/bn-sprite.png) -10px -10px;
}

.bg-b_item14 {
    width: 80px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -104px -10px;
}

.bg-b_item15 {
    width: 80px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -201px -10px;
}

.bg-b_item16 {
    width: 80px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -298px -10px;
}

.bg-b_item11 {
    width: 80px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -395px -10px;
}

.bg-b_item12 {
    width: 80px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -492px -10px;
}

.bg-b_item13 {
    width: 74px;
    height: 84px;
    background: url('../images/sprite/b-item-sprite.png') -10px -10px;
}

.benefits-item h4 {
    font-weight: 700;
    font-size: 24px;
    color: #2b3e4f;
}

.benefits-item p {
    color: #2e424f;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 365px;
}

.dash {
    margin-bottom: 40px;
    margin-top: 0;
}

.footer-head {
    font-size: 16px;
    color: #ff9580;
    text-transform: uppercase;
}

.tml-box {
    padding: 30px 0 0 0;
    background: #f8f8f8;
}

.tml-heading {
    padding-bottom: 25px;
}

.tml-p, .tml-rew {
    color: #7f8c8d;
}

.tml-rew {
    color: #383838;
}

.tml-p {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e6ea;
}

.tml-name {
    font-weight: 600;
    line-height: 24px;
    color: #383838;
}

.tml-city {
    color: #a8acb9;
}

.tml-rew {
    max-width: 710px;
    margin: 25px auto 40px;
}

.tml-img-box {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

#owl-tml .owl-item img {
    border-bottom: none;
    display: block;
    width: 100%;
    height: auto;
}

.no-img-row {
    padding-bottom: 30px;
}

.no-heading {
    padding-top: 40px;
}

.t-and-c {
    padding-bottom: 40px;
}

.owl-controls.clickable {
    position: relative;
    width: 302px;
    top: -212px;
    margin: -65px auto 0;
}

.prev-tml, .next-tml,
.prev-tpl, .next-tpl {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.prev-tml {
    background: url(../images/prew.png) no-repeat 50% 50%;
}

.next-tml {
    background: url(../images/next.png) no-repeat 50% 50%;
}

.prev-tpl {
    background: url(../images/prew2.png) no-repeat 50% 50%;
}

.next-tpl {
    background: url(../images/next2.png) no-repeat 50% 50%;
}

.feedback_form table {
    width: 100%;
}

.button-fdb {
    width: 126px;
    height: 36px;
    background-color: #f96529;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.feedback_form-box {
    padding-bottom: 110px;
    padding-left: 24px;
}

.sample-short-link-wrapp {
    width: 300px;
}

.sample-long-link-wrapp {
    width: 320px;
}

.samples-links-box {
    max-width: 620px;
    margin: 30px auto;
}

.text-center.reg {
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 40px;
}

.tpl-wrapp {
    max-width: 446px;
    height: 578px;
    padding-top: 60px;
    padding-left: 74px;
    padding-right: 24px;
    margin: 0 auto;
    background: url(../images/ipad.png) no-repeat 0 50%;
}

.tpl-img-box {
    max-width: 347px;
    max-height: 470px;
    overflow: hidden;
    background: #fff;
}

#owl-tpl .owl-controls {
    position: absolute;
    width: 150%;
    left: -27%;
    top: 50%;
}

.pen-box {
    position: relative;
    height: 138px;
    margin-top: -27%;
    background: url(../images/pen.png) no-repeat 87% 0;
}

.dash + img {
    margin-bottom: -4px;
}

.dash + img, img.clock-img {
    position: relative;
    z-index: -1;
}

.p-page .benefits-box {
    margin-top: 50px;
    margin-bottom: -10px;
}

.p-link {
    display: block;
    font-weight: 800;
    font-size: 56px;
    color: #777;
    line-height: 85px;
}

.p-link sup {
    font-weight: 800;
    font-size: 24px;
    color: #ababb2;
}

#header .logo, #headerhome .logo {
    float: left;
    width: 240px;
    padding-top: 29px;
    overflow: visible;
    height: 75px;
}

#header .logo, #headerhome .logo,
.top-menu-line, #top-menu-button, .top2-menu {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.scrolled-fix #header .logo, .scrolled-fix #headerhome .logo {
    width: 161px;
}

.scrolled-fix #header .logo img, .scrolled-fix #headerhome .logo img {
    width: 100%;
}

.cross .line1 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cross .line2 {
    margin-top: -9px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cross .line3 {
    display: none;
}

.linkedin-profile-writing-page #header #header-bg,
.linkedin-profile-sample-page #header #header-bg,
.linkedin-link-on-resume-page #header #header-bg,
.linkedin-background-photo-page #header #header-bg,
.use-linkedin-effectively-page #header #header-bg,
.update-linkedin-profile-page #header #header-bg,
.make-good-linkedin-profile-page #header #header-bg,
.improve-linkedin-profile-page #header #header-bg,
.take-linkedin-profile-picture-page #header #header-bg,
.linkedin-profile-private-page #header #header-bg,
.questions-linkedin-profile-page #header #header-bg,
.linkedin-profile-stats-page #header #header-bg,
.linkedin-profile-id-page #header #header-bg,
.deal-with-linkedin-profile-editing-page #header #header-bg,
.how-create-linkedin-profile-page #header #header-bg,
.share-linkedin-profile-page #header #header-bg,
.linkedin-profile-views-page #header #header-bg {
    background: url(../images/Lnback.jpg) no-repeat center 0 #DDE2E8;
}

.office-manager-resume-page #header #header-bg,
.skills-based-resume-page #header #header-bg,
.monster-resume-service-page #header #header-bg,
.put-in-resume-summary-page #header #header-bg,
.job-resume-summary-page #header #header-bg,
.good-skills-on-resume-page #header #header-bg,
.administrative-assistant-resume-page #header #header-bg,
.resume-writing-lab-review-page #header #header-bg,
.resume-in-microsoft-word-page #header #header-bg,
.resume-for-college-page #header #header-bg,
.resume-for-job-page #header #header-bg,
.resume-writing-page #header #header-bg,
.affiliate-programs-page #header #header-bg,
.military-resume-writing-page #header #header-bg,
.federal-resume-writing-page #header #header-bg,
.project-manager-resume-writing-page #header #header-bg,
.it-resume-writing-page #header #header-bg,
.resume-editing-page #header #header-bg,
.resume-samples-page #header #header-bg,
.resume-templates-page #header #header-bg,
.admission-resume-writing-page #header #header-bg,
.bilingual-resume-page #header #header-bg,
.questions-resume-writing-page #header #header-bg,
.resume-and-cv-page #header #header-bg,
.resume-cover-letter-important-page #header #header-bg,
.resume-services-worth-page #header #header-bg,
.resume-pages-numbered-page #header #header-bg,
.resume-objective-necessary-page #header #header-bg,
.are-resume-templates-good-page #header #header-bg,
.administrative-assistant-resume-page #header #header-bg,
.where-put-training-in-CV-page #header #header-bg {
    background: url(../images/reume_b.jpg) no-repeat center 0 #DDE2E8;
}

.cv-writing-page #header #header-bg,
.write-academic-cv-page #header #header-bg,
.medical-school-cv-page #header #header-bg,
.entry-level-science-cv-page #header #header-bg,
.what-cv-stands-for-page #header #header-bg,
.good-cv-format-page #header #header-bg,
.cv-editing-page #header #header-bg,
.how-to-write-cv-page #header #header-bg,
.best-cv-font-page #header #header-bg,
.cv-for-graduate-school-page #header #header-bg,
.cv-samples-page #header #header-bg,
.questions-cv-writing-page #header #header-bg,
.cv-written-in-third-person-page #header #header-bg,
.references-in-cv-page #header #header-bg,
.are-cover-letters-outdated-page #header #header-bg,
.cover-letter-for-online-application-page #header #header-bg,
.cover-letter-application-letter-page #header #header-bg,
.cover-letter-in-email-page #header #header-bg,
.how-cv-is-written-page #header #header-bg,
.why-cv-needed-page #header #header-bg,
.cv-gets-rejected-page #header #header-bg,
.cv-gets-rejected-page #header #header-bg {
    background: url(../images/cv_b.jpg) no-repeat center 0 #DDE2E8;
}

.cover-letter-writing-page #header #header-bg,
.what-is-cover-letter-page #header #header-bg,
.cover-letter-for-job-page #header #header-bg,
.cover-letter-samples-page #header #header-bg,
.microsoft-cover-letter-template-page #header #header-bg,
.cover-letter-for-internship-page #header #header-bg,
.cover-letter-lenghth-page #header #header-bg,
.cover-letter-double-spaced-page #header #header-bg,
.how-cover-letter-written-page #header #header-bg,
.questions-cover-letter-writing-page #header #header-bg {
    background: url(../images/letter_b.jpg) no-repeat center 0 #DDE2E8;
}

.privacy-policy-page #header #header-bg,
.terms-and-conditions-page #header #header-bg,
.samples-page #header #header-bg,
.prices-page #header #header-bg {
    background: url(../images/doc.jpg) no-repeat center 0 #DDE2E8;
}

.contact-us-page #header #header-bg,
.work-for-us-page #header #header-bg,
.faq-page #header #header-bg,
.our-process-page #header #header-bg,
.about-us-page #header #header-bg,
.support-page #header #header-bg,
.error-page #header #header-bg,
.start-job-search-page #header #header-bg,
.questions-page #header #header-bg,
.bring-to-job-interview-page #header #header-bg,
.job-interview-questions-page #header #header-bg,
.linkedin-for-job-search-page #header #header-bg,
.how-to-aplly-for-a-job-page #header #header-bg,
.what-is-letter-of-intent-page #header #header-bg,
.why-you-apply-for-position-page #header #header-bg,
.job-search-online-page #header #header-bg,
.job-search-agent-page #header #header-bg,
.job-search-engines-work-page #header #header-bg,
.how-job-search-changed-page #header #header-bg,
.fired-from-job-page #header #header-bg,
.get-unemployment-page #header #header-bg,
.search-for-job-in-dubai-page #header #header-bg,
.questions-job-search-page #header #header-bg {
    background: url(../images/contact.jpg) no-repeat center 0 #DDE2E8;
}

.product-img img {
    float: right;
}

.tpl-img-box img {
    width: 100%;
}

.prod-btn {
    display: block;
    width: 148px;
    margin: -25px auto 20px;
    border: 2px solid #f96529;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background-color: #f96529;
}

.prod-btn:hover {
    background-color: transparent;
    color: #f96529;
}

.callus-p {
    margin: 15px 0;
    font-weight: 700;
    font-size: 40px;
    color: #707e8b;
}

.callus-schedule {
    font-weight: 600;
    font-weight: 13px;
    color: #2e424f;
}

.callus-slogan {
    max-width: 360px;
    text-align: justify;
    margin: auto;
}

.ssl-box {
    width: 88px;
    margin: 10px auto;
}

.scrolled-fix .top2-menu li a {
    padding: 0 18px;
}

.scrolled #header #header-bg {
    background: #DDE2E8 !important;
}

.scrolled #header + div, .scrolled #headerhome + div {
    padding-top: 30%;
}

#footer .disclaimer {
    color: #798490;
    text-align: left;
}

#footer .disclaimer p {
    margin: 0;
    line-height: 1.3em;
    font-size: 12px;
}

.prod-btn {
    word-spacing: 7px;
}

.sample-link-wrapp:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.feedback_form label {
    padding-bottom: 10px;
}

.col-xs-6.about-us-left {
    padding-right: 15px;
}

.col-xs-6.about-us-right {
    padding-left: 15px;
}

a#comodoTL {
    display: none;
}

div#shr_canvas3 {
    margin-top: 0;
}

.support-page .dash {
    margin-bottom: 0;
}

.support-page .feedback_form {
    margin-top: -20px;
}

.prices-page .full_pages {
    padding-top: 30px;
}

.affiliate-box {
    background-color: #f8f8f8;
}

.affiliate-box h2 {
    padding: 24px 0 32px;
    margin: 0;
    font-weight: 400;
    font-size: 28px;
}

.affiliate-item {
    float: left;
    font-weight: 400;
    font-size: 24px;
}

.affiliate-1,
.affiliate-2 {
    background-image: url(../images/curve-affiliate.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.affiliate-1 {
    padding-left: 42px;
    padding-right: 121px;
}

.affiliate-2 {
    padding-left: 20px;
    padding-right: 127px;
}

.affiliate-3 {
    padding-left: 17px;
    padding-right: 23px;
}

.affiliate-p {
    padding-top: 144px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.affiliate-p1 {
    background-image: url(../images/affiliate-1.png);
}

.affiliate-p2 {
    padding-right: 15px;
    background-image: url(../images/affiliate-2.png);
}

.affiliate-p3 {
    background-image: url(../images/affiliate-3.png);
}

.affiliate-number {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-top: 2px;
    margin-right: 9px;
    border: 2px solid #f9672b;
    border-radius: 50%;
}

.affiliate-btn {
    padding-top: 26px;
    padding-bottom: 23px;
}

.affiliate-btn a {
    display: block;
    width: 152px;
    margin: 0 auto;
    font-weight: 600;
    color: #FFF;
    border: 1px solid #f96529;
    border-radius: 16px;
    padding: 1px 22px;
    text-decoration: none;
    font-size: 14px;
    background: #f96529;
    letter-spacing: 1px;
    line-height: 34px;
}

.affiliate-programs-page .affiliate-box {
    margin-top: -30px;
    padding-bottom: 30px;
}

.tml-rew {
    font-size: 18px;
}

.block_with_picture_p1 {
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
    color: black;
}

.block_with_picture_line {
    background-color: #fe6437;
    height: 5px;
    width: 130px;
}

.block_with_picture_p2 {
    margin-top: 25px;
    color: #545f69;
    font-size: 15px;
    font-family: "Open Sans";
}

.block_with_picture_p3 {
    font-size: 24px;
    color: black;
    line-height: 24px;
    margin-bottom: 40px;
}

.block_with_picture_btn {
    background-color: #fe6437;
    padding: 8px 43px;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    font-size: 22px;
    border: 2px solid #fe6437;
    font-family: 'Open sans', sans-serif !important;
    font-weight: 600 !important;
}

.block_with_picture_btn:hover {
    background: none;
    color: #fe6437;
}

.block_with_picture_bg {
    margin-top: -1px;
    background-color: #dde2e7;
}

.block_with_picture_div_img {
    float: right;
    margin-top: 70px;
}

.calculoid-fields > .ng-scope {
    height: auto !important;
}

.calculoid-field-item {
    display: flex !important;
    width: 300px !important;
    height: 140px !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    border-radius: 5px !important;
}

.gridster-loaded .gridster-item {
    position: static !important;
    display: flex !important;
}

#calculoid-field-14736, #calculoid-field-14737 {
    width: 450px !important;
}

#calculoid-field-14736 {
    margin-right: 20px !important;
}

#calculoid-field-14737 {
    margin-right: 0px !important;
}

.slider-input-wrapper span.ng-binding {
    display: none;
}

.calculoid-slider-field .slider-wrapper {
    padding: 10px 0px !important;
}

#field_14733 {
    margin-top: 24px !important;
}

#calculoid-field-14735 .calculoid-slider-field .slider-wrapper {
    padding-top: 20px !important;
}

#field_14734 .slider-wrapper {
    padding-top: 20px !important
}

#field_14733 .prefix {
    width: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 5px 0px 0px 5px;
    color: #545f69;
    border: 1px solid #cfd3d7;
}

#field_14733 .ng-pristine {
    border-radius: 0px 5px 5px 0px;
    border: none;
    background-color: #f8f8f8;
    border: 1px solid #cfd3d7;
}

.calculoid-info > h1 {
    padding-left: 0px !important;
    margin-top: 40px !important;
    font-family: "Open Sans";
    color: #2e3033 !important;
    font-weight: 500;
}

.calculoid-description {
    margin-bottom: 20px !important;
    margin-top: 50px;
    color: black !important;
    font-family: "Open Sans" !important;
}

#calculoid-field-14736 h4, #calculoid-field-14737 h4 {
    color: black !important;
}

.calculoid-info > h1:after {
    content: url(../images/Orange_line.jpg);
    position: absolute;
    left: 0;
    top: 70px;
}

.Salary_calc_head {
    font-size: 37px;
    color: black;
    background: url(../images/dash.jpg) no-repeat 0 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    color: #2e3033;
}

.next_step_div, .next_step_div2 {
    padding-left: 15px;
    padding-right: 15px;
}

.calculoid-field-item h4 {
    font-family: "Open Sans Bold";
}

.calculoid-formula-field {
    font-family: "Open Sans Bold";
}

.gridster-preview-holder {
    visibility: hidden !important;
}

h4.calculoid-field-title {
    color: black !important;
    font-size: 15px !important;
}

.jslider div.jslider-value {
    top: -25px !important;
    margin-left: -10px !important;
    font-size: 15px !important;
}

.jslider div.jslider-label {
    font-size: 15px !important;
}


.free-resume-review-page #header #header-bg {
    background-image: url(../images/res-rev-header.jpg);
}

@media (max-width: 980px) {
    .hometable, .hometable.pull-right {
        float: none !important;
        margin: 0 auto 18px;
    }

    .product-img img {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
    .col-xs-7, .col-xs-8, .col-xs-9 {
        width: 100%;
    }

    #header .logo, #headerhome .logo {
        width: 200px;
    }

    .text_works h3 span {
        float: left;
    }
}

@media (max-width: 720px) {
    li.primary-item.cabinet {
        display: none;
    }

    .top-menu ul li {
        width: 160px;
    }

    ul.top-menu-right {
        display: none;
    }

    .top-menu ul.top-menu-left {
        padding-right: 0;
        border-right: 0;
    }

    .main_itworks {
        background: none;
    }

    .text_works {
        float: none;
        padding-left: 25px;
        margin: 0 auto;
    }

    .works-img-box {
        display: none;
    }

    #headerhome .banner .h {
        font-size: 3rem;
    }

    img.clock-img {
        position: relative;
        top: 39px;
        position: static;
    }

    .page-ads {
        background: url(../images/order-bottom.jpg) no-repeat center 0px;
        background-size: cover;
    }

    .top2-menu {
        padding-top: 15px;
    }

    .top-menu {
        right: 0;
    }

    .top2-menu {
        margin: 0;
        padding-top: 80px;
        float: none;
    }

    #top-menu-button {
        float: none;
        padding-top: 0;
        margin: 0 auto;
    }

    .top-menu ul {
        float: none;
    }

    #top-menu-button {
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .scrolled-fix #top-menu-button {
        top: 0;
    }

    #header #header-bg {
        height: auto;
    }

    #headerhome .banner {
        padding-bottom: 40px;
        padding-top: 35px;
    }

    .top2-menu ul {
        width: 140px;
        margin: 0 auto;
    }

    .scrolled-fix .top2-menu ul {
        width: 170px;
        margin: 0 auto;
        position: relative;
        top: -35px;
    }

    .scrolled-fix .top2-menu li {
        margin: 0 20px;
    }

    #header .top2-menu {
        padding-bottom: 40px;
    }

    .itworks-box {
        padding-top: 20px;
    }

    .itworks-box h3.text-center {
        padding-bottom: 10px;
    }
}

#img-fix {
    position: relative;
    top: -90px;
}

#header .banner.banner-res-rev .h {
    padding-top: 63px;
    font-weight: 400;
    font-size: 42px;
    color: #212121;
}

input.mail-inpt {
    width: 350px;
    padding: 8px 10px;
    color: #7c8f97;
    border: 1px solid #7c8f97;
    border-radius: 5px;
    box-shadow: none;
    margin-top: 1em;
    font-size: 1em;
    display: block;
    letter-spacing: 0.5px;
}

#header .banner.banner-res-rev .h span {
    font-weight: 600;
}

.pse-btn {
    max-width: 345px;
    height: 51px;
    margin-top: 90px;
    padding-right: 43px;
    padding-left: 26px;
    font-weight: 700;
    font-size: 20px;
    line-height: 47px;
    border: 2px solid #f96529;
    border-radius: 30px;
    background: url(../images/pse-btn-icon.png) no-repeat 298px 14px #f96629;
    cursor: pointer;
    overflow: hidden;
}

.pse-btn:hover {
    color: #f96529;
    background-color: transparent;
    background-position-y: -22px;
}

input#file-id {
    /*position: relative;
    top: -103px;*/
    width: 345px;
    height: 51px;
    opacity: 0;
    cursor: pointer;
    display: none;
}

#file-submit {
    display: none;
    color: #f96529;
    border-radius: 30px;
    background: transparent;
    position: relative;
    top: -85px;
    left: 130px;
    padding: 5px 28px;
    font-weight: 700;
}

#file-submit:hover {
    color: #fff;
    background-color: #f96529;
}

.dash.res-rev-h2 {
    font-weight: 600;
    font-size: 24px;
}

.free-resume-review-page.scrolled #header #header-bg {
    height: 65px;
}

.free-resume-review-page #header #header-bg {
    background-color: #f8f8f8;
}

.res-rev-feature-box {
    margin-top: 18px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.res-rev-feature {
    min-height: 67px;
    padding-left: 73px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.res-rev-f1 {
    background-image: url(../images/rr-f1.png);
}

.res-rev-f2 {
    background-image: url(../images/rr-f2.png);
}

.res-rev-f3 {
    background-image: url(../images/rr-f3.png);
}

.res-rev-f4 {
    background-image: url(../images/rr-f4.png);
}

.res-rev-f5 {
    background-image: url(../images/rr-f5.png);
}

.res-rev-f6 {
    background-image: url(../images/rr-f6.png);
}

.res-rev-feature h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.res-rev-feature p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

#header-fx {
    position: fixed;
    z-index: 2;
    width: 100%;
}

.scrolled-fix #header-fx {
    background-color: #DDE2E8;
}

.wrapper.header-banner-box {
    padding-top: 75px;
    min-height: 300px;
}

@media (min-width: 1600px) {
    .page-ads {
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .owl-controls.clickable {
        top: -315px;
    }

    .free-resume-review-page #header #header-bg {
        height: 421px;
        background-size: initial;
    }
}

@media (max-width: 768px) {
    #header-bg {
        padding-left: 0;
    }

    #header-fx {
        padding-left: 5px;
        background-color: #DDE2E8;

    }

    .scrolled-fix .top2-menu li {
        margin-top: 38px;
    }

    .order-box {
        padding-top: 75px;
    }

    .scrolled-fix #header .top2-menu {
        padding-bottom: 0;
    }

    #header .banner.banner-res-rev .h {
        padding-top: 120px;
        padding-left: 5px;
        font-size: 26px;
        max-width: 165px;
    }

    p {
        padding: 0 10px;
    }

    .feedback_form table input[type="text"], .feedback_form table textarea {
        width: 320px !important;
    }

    .order-box .text-center.reg {
        padding-top: 30px;

    }

    .benefits-box .benefits-item {
        margin-left: 10px;
    }

    .benefits-box {
        margin-bottom: 0;
    }

    .dash {
        margin-left: 10px;
    }
}

@media (max-width: 620px) {
    #headerhome .banner .h, #headerhome .banner a.btn {
        display: none;
    }

    .tpl-wrapp {
        padding-left: 25px;
        padding-right: 25px;
        background: url(../images/ipad.png) no-repeat -54px 50%;
        background-size: cover;
    }

    #owl-tpl .owl-controls {
        width: 100%;
        left: 1px;
        top: 100%;
    }
}

@media (max-width: 480px) {
    .content .faq .faq-content {
        width: 100%;
        padding-left: 20px;
    }
}

@media (max-width: 420px) {
    .top2-menu ul {
        width: 320px !important;
    }

    .top2-menu li {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .affiliate-1, .affiliate-2 {
        width: 320px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #top-menu-button {
        right: 30px;
        top: 30px;
    }

    .scrolled #headerhome #header-bg {
        height: 105px;
    }

    .scrolled #header #header-bg {
        height: 115px;
        background: #DDE2E8 !important;
    }

    .scrolled-fix .top2-menu {
        padding-top: 60px;
    }

    #header .top2-menu {
        padding-bottom: 20px;
    }

    .scrolled #top-menu-button {
        right: 30px;
    }

    .scrolled #headerhome #top-menu-button {
        right: 50px;
    }

    .scrolled #header .logo, .scrolled #headerhome .logo {
        width: 161px;
        margin-left: 20px;
    }

    .scrolled #header {
    }

    .scrolled #header + div, .scrolled #headerhome + div {
        padding-top: 0;
    }

    .prev-tml, .next-tml, .prev-tpl, .next-tpl {
        position: relative;
        top: -309px;
    }

    .main_itworks .row, .no-img-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .content .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .content .row .faq-content {
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 20px;
    }

    .affiliate-p {
        padding-top: 174px !important;
    }
}

.wrapper.itworks-box h3.text-center {
    margin-bottom: 30px;
}

.faq-content ol li::before,
.faq-content ul.non-active-list-dot li::before,
.faq-content ul.non-active-list-num li::before {
    background-image: none;
}

.faq-content ul.non-active-list-dot li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: 10px;
    background-color: #2e3033;
    border-radius: 50%;
}

.faq-content ul.non-active-list-num li {
    list-style: decimal;
    margin-left: 15px;
    padding-left: 15px;
}

.scrolled-fix #top-menu-button {
    padding-top: 25px;
}

.scrolled-fix .top2-menu {
    padding-top: 18px;
}

.scrolled-fix #header .logo, .scrolled-fix #headerhome .logo {
    padding-top: 23px;
}

@media (max-width: 992px) {
    .block_with_picture_div_img {
        float: none;
    }

    .block_with_picture_div {
        text-align: center;
    }

    .calculoid-info > h1:after {
        top: 30px;
    }
}

@media (max-width: 959px) {
    .calculoid-field-item {
        width: 100% !important;
    }

    #calculoid-field-14736, #calculoid-field-14737 {
        width: 100% !important;
    }
}

@media (max-width: 959px) {
    .Salary_calc_head {
        padding-bottom: 20px;
        padding-top: 15px;
    }
}

@media (max-width: 630px) {
    .calculoid-field-item {
        margin-left: 0px !important;
    }
}

@media (max-width: 440px) {
    .calculoid-info > h1:after {
        top: 75px;
    }
}

@media (max-width: 768px) {
    .block_with_picture_div_img {
        width: 100%;
    }
}

@font-face {
    font-family: "Open Sans Bold";
    src: url(../fonts/2204.ttf);
}

button.btn-out-of-number {
    border-color: #f96529;
    color: #f96529;
    font-weight: bold;
    border-radius: 30px;
    padding: 0.5em 1.2em 0.5em 1.2em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    display: block;
    width: 340px;
    margin: 25px auto 20px;
}

button.btn-out-of-number:hover {
    background: #f96529;
    color: #fff;
    padding: 0.5em 1.2em 0.5em 1.2em;
}

div.out-of-number-modal {
    background: #fff;
    z-index: 20;
    font-size: 1em;
    padding: 1em;
    text-align: justify;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    display: none;
    width: 90%;
    margin-left: 5%;
}

.out-of-number-modal-close {
    z-index: 30;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div.out-of-number-modal-header {
    font-weight: bold;
    text-align: center;
}

input.rev-submit-button, a.rev-submit-button {
    border-color: #f96529;
    color: #fff;
    border-radius: 30px;
    padding: 0.5em 1.2em 0.5em 1.2em;
    font-size: 1.4em;
    background: #f96529;
    border: none;
    width: 350px;
    margin-top: 1.5em;
    display: block;
}

#res-rev-form input {
    margin-top: 1em;
}

#res-rev-form label {
    margin-top: 1em;
}

#res-rev-form div {
    margin-top: 0.5em;
}

#res-rev-form {
    padding-top: 1em;
    margin-left: 5px;
}

input.file-upload-status {
    max-width: 345px;
    padding: 8px 10px;
    color: #7c8f97;
    border: 1px solid #7c8f97;
    box-shadow: none;
    font-size: 1em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    width: 225px;
    background: #fff;
    letter-spacing: 0.5px;
    left: 129px;
}

label.file-upload-label {
    display: inline-block;
    font-weight: normal;
    color: #f96529;
    font-size: 1em;
    padding: 8px 10px;
    border: 1px solid #7c8f97;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 0;
    width: 130px;
    text-align: center;
    background: #f6f6f7;
    letter-spacing: 0.5px;
}

label.file-upload-label:hover {
    background: #f96529;
    color: #fff;
}

label.file-upload-label i {
    margin-right: 5px;
}

#res-rev-form .invalid-input-field {
    box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19);
    border-color: #ff0000;
}

#on-submit-text {
    width: 350px;
    color: #f96529;
    text-align: justify;
    display: none;
    margin-top: 10px;
    position: absolute;
}

.faq-item-wrapper {
    margin: 10px;
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 1em 1.2em;
}

.faq-item-wrapper:last-child {
    margin-bottom: 30px;
}

.faq-item-wrapper:hover {
    cursor: pointer;
}

.faq-item-wrapper ul li {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    text-align: justify;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;

}

.faq-item-wrapper ul.homelist {
    padding: 0;
}

.faq-item-wrapper ul li::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
}

.faq-item-wrapper.minus-sign ul li::after {
    content: "\f056";
}

.faq-hide-content {
    display: none;
    text-align: justify;
    font-size: 16px;
}


@media (max-width: 760px) {
    .benefits-item h4 {
        padding: 0 10px;
    }
}

/*infographic-resume page*/
.resume-two-column {
    display: flex;
    flex-direction: column;
}

.resume-two-column__line {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.resume-two-column__line > p {
    width: 45%;
    text-align: justify;
    /*margin: 0;*/
}

@media (max-width: 450px) {
    .resume-two-column__line {
        flex-direction: column;
    }

    .resume-two-column__line > p {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .branding {
        display: flex;
        min-height: 75px;
        align-items: center;
        justify-content: space-between;
    }

    #header .logo, #headerhome .logo {
        margin: 0;
        padding: 0;
        width: 100px;
        height: auto;
    }

    .scrolled-fix .top2-menu li a {
        padding: 1px 22px;
    }

    .top2-menu {
        padding: 0;
    }

    #top-menu-button {
        position: static;
        margin: 0 10px 0 0;
    }

    .top2-menu ul {
        width: auto !important;
    }

    .top2-menu li {
        margin: 0;
    }

    .scrolled-fix #header .logo, .scrolled-fix #headerhome .logo {
        width: 100px;
        padding-top: 0;
    }

    .scrolled-fix .top2-menu {
        padding-top: 0;
    }

    .scrolled-fix .top2-menu ul {
        top: 0;
    }

    .scrolled-fix #top-menu-button {
        padding-top: 0;
    }

    .scrolled-fix .top2-menu li {
        margin-top: 0;
    }

    #header .top2-menu {
        padding-bottom: 0;
    }
}

@media (max-width: 620px) {
    .wrapper.header-banner-box {
        padding: 0;
        min-height: auto;
    }
}