.page-template-page-package-seo #page_banner{
    background:#FFF;
}

:root {
    --main: #0D5FA7;
    --secondary: #F15A2A;
    --starter: #50A7F4;
    --standard: #1682E1;
    --advanced: #0D5FA7;
    --premium: #0C497E;
    --platinum: #042F53;
    --enterprise: #000000;
    --text-white: #FFFFFF;
    --text-grey: #757575;
    --bg-light: #F3F3F3;
    --bg-dark: #EAEAEA;
    --bg-white: #FFFFFF;
    --bg-blue: #ECF2F8;
}

.choose-plan h3 {
    margin: 0;
    line-height: 44px;
    font-weight: 400;
}

.orange {
    color: var(--secondary);
}

p.promo-text {
    font-weight: bold;
    font-size: 23px;
    text-align: right;
    padding: 20px 0;
}

.choose-plan .nav-pills li a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: var(--bg-light);
    color: var(--text-grey);
    border-radius: 10px;
}

.choose-plan .nav-pills li.active a {
    background-color: var(--secondary);
    color: var(--text-white);
}

.choose-plan .nav-pills>li+li {
    margin-left: 18px;
}

.package-inclusions .package_points {
    background-color: var(--bg-light);
}

.package-inclusions .package_points ul li:nth-child(odd) {
    background: var(--bg-dark);
}

.package-inclusions .package_points ul li:nth-child(even) {
    background: var(--bg-light);
}

.choose-plan .nav>li>a {
    padding: 10px 30px;
}

.package-inclusions {
    margin-top: 0px;
}

.package-inclusions .package_points {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.package-inclusions .package_points ul {
    margin: 0;
    padding: 0;
    border: none;
}

.plan1 .package_points {
    min-height: 607px;
}

.plan2 .package_points {
    min-height: 700px;
}

.package-inclusions .header {
    border-radius: 15px 15px 0px 0px;
    padding: 20px 20px;

    position: relative;
}

.package-inclusions .starter .header {
    background-color: var(--starter);
}

.package-inclusions .standard .header {
    background-color: var(--standard);
}

.package-inclusions .advanced .header {
    background-color: var(--advanced);
}

.package-inclusions .premium .header {
    background-color: var(--premium);
}

.package-inclusions .platinum .header {
    background-color: var(--platinum);
}

.package-inclusions .header .popular {
    padding: 0 20px 0 20px;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}

.package-inclusions .header .popular span {
    padding: 10px;
    text-align: center;
    z-index: 1;
    height: 40px;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--secondary);
    border-bottom: none;
    background-color: var(--bg-light);
    display: block;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    color: var(--secondary);
}

.package-inclusions .col-md-4 {
    padding: 0;
    margin: 0;
    border-radius: 15px;
}

.package-inclusions .middle {
    margin-top: -20px;
    box-shadow: 0px 0px 10px #0a0a0a52;
    z-index: 2;
}

.package-inclusions .header h3,
.package-inclusions .header h4 {
    margin: 0;
    padding: 0;
}

.package-inclusions .header h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: var(--text-white);
}

.package-inclusions .header h3 span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.package-inclusions .header h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    color: var(--text-white);
}

.package-inclusions .header h4 span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.package-inclusions .header h4 span em {
    font-size: 16px;
    line-height: 16px;
}

.package-inclusions .package_points ul li {
    padding: 7px 5px 7px 30px;
    font-size: 18px;
    font-weight: 400;
    list-style-position: inside;
    list-style-type: disc;
}

.package-inclusions .pricing {
    border-left: 1px solid var(--bg-light);
    border-right: 1px solid var(--bg-light);
    background-color: var(--bg-white);
    font-size: 18px;
    line-height: 18px;
    padding: 20px 10px 20px 30px;
}

.package-inclusions .pricing p {
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.package-inclusions .package_points ul li.li_drop:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: '\f078';
    font-family: 'FontAwesome';
    color: #717171;
}

.package-inclusions .footer {
    background-color: var(--secondary);
    border-radius: 0 0 15px 15px;
}

.package-inclusions .footer a {
    padding: 20px;
    color: var(--text-white);
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}

/* PRICING TABLE */

.package-inclusions #comparisons table th {
    margin: 0;
    padding: 0;
    border-bottom: none !important;
}

.package-inclusions #comparisons table tr.pricing {
    background-color: var(--bg-blue);
    border-left: none;
    border-right: none;
    border-top: none;
}

.package-inclusions #comparisons table tr.pricing p {
    color: var(--main);
    font-size: 18px !important;
}

.package-inclusions #comparisons table tr.pricing p del {
    font-weight: normal;
}

.package-inclusions #comparisons table tr.pricing td {
    border-top: none;
}

.package-inclusions #comparisons table .tab {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: var(--text-white);
    padding: 20px 20px;
    text-align: center;
}

.package-inclusions #comparisons table .tab1 {
    background-color: var(--starter);
    border-radius: 10px 0 0 0;
}

.package-inclusions #comparisons table .tab2 {
    background-color: var(--standard);
}

.package-inclusions #comparisons table .tab3 {
    background-color: var(--advanced);
}

.package-inclusions #comparisons table .tab4 {
    background-color: var(--premium);
}

.package-inclusions #comparisons table .tab5 {
    background-color: var(--platinum);
    border-radius: 0 10px 0 0;
}

.package-inclusions #comparisons table td {
    text-align: center;
    padding: 10px 10px 10px 20px;
    vertical-align: middle;
    display: table-cell;
    border-top: none;
}

.package-inclusions #comparisons table td.description {
    text-align: left;
}

.package-inclusions #comparisons table td p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.package-inclusions #comparisons table td.plan1,
.package-inclusions #comparisons table td.plan1 p,
.package-inclusions #comparisons .table td.plan1 i.fa-check {
    color: var(--starter);
    font-size: 18px;
    font-weight: bold;
}

.package-inclusions #comparisons table td.plan2,
.package-inclusions #comparisons table td.plan2 p,
.package-inclusions #comparisons .table td.plan2 i.fa-check {
    color: var(--standard);
    font-size: 18px;
    font-weight: bold;
}

.package-inclusions #comparisons table td.plan3,
.package-inclusions #comparisons table td.plan3 p,
.package-inclusions #comparisons .table td.plan3 i.fa-check {
    color: var(--advanced);
    font-size: 18px;
    font-weight: bold;
}

.package-inclusions #comparisons table td.plan4,
.package-inclusions #comparisons table td.plan4 p,
.package-inclusions #comparisons .table td.plan4 i.fa-check {
    color: var(--premium);
    font-size: 18px;
    font-weight: bold;
}

.package-inclusions #comparisons table td.plan5,
.package-inclusions #comparisons table td.plan5 p,
.package-inclusions #comparisons .table td.plan5 i.fa-check {
    color: var(--platinum);
    font-size: 18px;
    font-weight: bold;
}

.package-inclusions #comparisons table td.plan1 p span,
.package-inclusions #comparisons table td.plan2 p span,
.package-inclusions #comparisons table td.plan3 p span,
.package-inclusions #comparisons table td.plan4 p span,
.package-inclusions #comparisons table td.plan5 p span {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.package-inclusions #comparisons table tfoot tr td {
    margin: 0;
    padding: 0;
    border-bottom: none !important;
}

.package-inclusions #comparisons table tfoot .panel ul {
    margin: 0;
    padding: 0;
}

.package-inclusions #comparisons table tfoot .panel ul li {
    list-style-type: none;
}

.package-inclusions #comparisons table tfoot .panel ul li::before {
    /* font-family: "Font Awesome 5 Free"; content: " "; */
}

.package-inclusions #comparisons table tfoot .panel ul li.active::before {
    /*font-family: "Font Awesome 5 Free"; content: "\f058";*/
    font-family: "FontAwesome";
    content: "\f058";
}

.package-inclusions #comparisons table tfoot .panel ul li a {
    text-decoration: none;
    display: inline;
    padding: 5px;
    text-align: left;
    color: var(--main);
}

.package-inclusions #comparisons table tfoot .panel ul li:before {
    color: var(--main);
}

.package-inclusions #comparisons table tfoot .panel ul li.active a {
    font-weight: bold;
}

.package-inclusions #comparisons table tfoot .panel ul li a:focus,
.package-inclusions #comparisons table tfoot .panel ul li a:hover {
    background-color: inherit;
}

.package-inclusions #comparisons table tfoot .panel {
    float: right;
    background-color: var(--bg-blue);
    border-radius: 0 0 0 10px;
    padding: 20px 50px 20px 20px;
}

.package-inclusions #comparisons table tfoot td {
    vertical-align: top;
}

.package-inclusions #comparisons table tfoot .tab {
    padding: 20px 10px;
}

.package-inclusions #comparisons table tfoot .tab1 {
    border-radius: 0 0 0 10px;
}

.package-inclusions #comparisons table tfoot .tab5 {
    border-radius: 0 0 10px 0;
}

.package-inclusions #comparisons table tfoot .tab p {
    font-size: 18px;
    line-height: 24px;
}

.package-inclusions #comparisons table tfoot .tab p em {
    font-size: 16px;
}

.package-inclusions #comparisons table tfoot .btn_orange {
    font-size: 18px;
    padding: 5px 20px;
    background-color: var(--secondary);
    border-radius: 10px;
    border: 1px solid var(--secondary); 
}

.btn_orange_package {
    font-size: 18px;
    padding: 10px  15px;
    background-color: var(--secondary);
    border-radius: 10px;
    color: var(--text-white);
}

a {
    text-decoration: none;
}

.plan {
    text-align: center;
    min-width: 182px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.plan p {
    margin: 0;
}

.plan .heading {
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
    background-color: var(--colour);
    color: var(--text-white);
}

.plan .heading p {
    font-weight: bold;
}

.plan .price {
    padding: 10px;
    background-color: var(--bg-white);
    color: var(--colour);
    border: 1px solid var(--colour);
    min-height: 75.5px;
}

.plan .price span b {
    font-size: 200%;
}

.plan .keywords {
    padding: 10px;
    background-color: var(--bg-dark);
    color: var(--text-grey);
    min-height: 92px;
}

.plan .keywords p b {
    font-size: 20px;
}

.plan .target-area {
    padding: 10px;
    background-color: var(--bg-light);
    color: var(--text-grey);
    min-height: 95px;
}

.plan .target-area p b {
    font-size: 20px;
}

.plan .setup-fee {
    padding: 10px;
    background-color: var(--bg-white);
    color: var(--text-grey);
    border: 1px solid var(--secondary);
    min-height: 73px;
}

.plan .setup-fee span b {
    font-size: 150%;
}

.plan .button {
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    background-color: var(--secondary);
}

.plan .button a {
    color: var(--text-white);
    font-weight: bold;
    font-size: 20px;
}

.the-content h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 150%;
}

.page-header {
    display: flex;
    margin-top: 10px;
}

.page-header img {
    max-width: 50%;
    padding: 40px;
}

@media (max-width: 974px) {
    .package-inclusions .middle {
        margin-top: 60px;
        margin: 60px 0 60px 0;
    }

    .page-header {
        flex-wrap: wrap;
    }

    .page-header img {
        max-width: 100%;
    }
}

/* CSS for the form */
.form {
    background-color: var(--bg-dark);
}

.form .container {
    padding: 120px 0px 60px;
    display: flex;
}

.form h3 {
    color: var(--main);
    font-weight: bold;
    font-size: 30px;
}

.form p {
    font-weight: 500;
    color: #333333;
}

.form img {
    max-width: 50%;
    padding: 40px;
}

@media (max-width: 974px) {
    .form .container {
        flex-wrap: wrap;
    }

    .form img {
        max-width: 100%;
    }
}