﻿
/* General
================================================ */

.ui-datepicker {
    font-size: 60%;
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

/* Primary Nav
================================================ */

#primary-nav {
    margin-bottom: 0;
}

/* Messages
================================================ */

.messages {
}

    .messages .message {
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1.2em;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .messages .message:last-child {
            margin-bottom: 50px;
        }

        .messages .message i {
            margin-right: 15px;
            font-size: 18px;
            color: #fff
        }

        .messages .message span {
        }

        .messages .message.success {
            background-color: #08a23b;
        }

        .messages .message.info {
            background-color: #0ab7cc;
        }

        .messages .message.error {
            background-color: #e60263;
        }

/* Textstrip
================================================ */

#textstrip {
    width: 100%;
    height: 150px;
    background-image: url(../img/textstrip.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 300;
    position: relative;
}

    #textstrip div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

        #textstrip div .button {
            margin-top: 25px;
        }

/* Progress bar
================================================ */

#progress {
    margin-bottom: 35px;
    background-color: #e6e6e6;
}

    #progress .progress_item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #progress .progress_item a {
            vertical-align: middle;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            height: 70px;
            line-height: 50px;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius: 35px;
            padding: 10px 30px 10px 10px;
        }

        #progress .progress_item.active a {
            background-color: #0a4689;
        }

            #progress .progress_item.active a .icon {
                border-color: #fff;
                color: #fff;
            }

            #progress .progress_item.active a .number {
                background-color: #e60263;
                color: #fff;
            }

            #progress .progress_item.active a .tag {
                color: #fff;
            }

        #progress .progress_item a .icon {
            vertical-align: middle;
            width: 50px;
            height: 50px;
            border: 2px solid #b3b3b3;
            display: inline-block;
            line-height: 50px;
            text-align: center;
            font-size: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
            color: #b3b3b3;
        }

        #progress .progress_item:last-child a .icon {
            font-size: 20px;
        }

        #progress .progress_item a .number {
            vertical-align: middle;
            background-color: #b3b3b3;
            color: #fff;
            text-align: center;
            height: 30px;
            width: 30px;
            line-height: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            font-weight: 700;
            font-size: 18px;
            margin-right: 5px;
        }

        #progress .progress_item a .tag {
            vertical-align: middle;
            font-size: 24px;
            color: #333333;
        }

@media(max-width:991px) {
    #progress .progress_item a {
        height: 50px;
        line-height: 30px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 10px;
        display: block;
    }

        #progress .progress_item a .icon {
            display: none;
        }
}

@media(max-width:767px) {
    #progress .progress_item a .number {
        margin-right: 3px;
    }

    #progress .progress_item a .tag {
        font-size: 18px;
    }
}

@media(max-width:550px) {
    #progress .progress_item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #progress .progress_item a {
            padding: 5px;
            height: 30px;
            line-height: 20px;
        }

            #progress .progress_item a .number {
                display: none;
            }

            #progress .progress_item a .tag {
                text-align: center;
                display: block;
            }
}

@media(max-width:425px) {
    #progress .progress_item a .tag {
        font-size: 14px;
    }
}

/* Title
================================================ */

h1 {
    margin-bottom: 35px;
    font-size: 42px;
}

.block_comparison .comparison_title h4 {
    font-size: 35px;
}

@media(max-width:550px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }
}

/* Button Bar
================================================ */

#add_additional_device {
    margin-bottom: 25px;
}

/* Quotebar
================================================ */

#add_device {
    margin-bottom: 25px;
}

@media(min-width:768px) {
    #add_device {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 25px;
    }
}

#add_device select {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 55px 0 10px !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../img/select.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #cccccc;
    text-overflow: ellipsis;
}

    #add_device select::-ms-expand {
        display: none;
    }

.popup_prompt-wrap {
    text-align: center;
    display: none;
}

    .popup_prompt-wrap .popup_prompt {
        margin-top: 15px;
        background-color: #0a4689;
        text-align: center;
        color: #fff;
        padding: 6px 10px 5px 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .popup_prompt-wrap .popup_prompt .pop_arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #0a4689;
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
        }

    .popup_prompt-wrap#man_prompt {
        display: block;
    }

@media(max-width:767px) {
    #add_device select {
        margin-bottom: 15px;
    }

    .popup_prompt-wrap#man_prompt {
        margin-bottom: 20px;
    }

    .popup_prompt-wrap {
        margin-top: -15px;
    }
}

/* Devices
================================================ */

.device {
    position: relative;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.device_wrap.open .device:before {
    content: '';
    width: 23px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('/wp-content/uploads/quotearrow-3.svg');
    margin-bottom: -21px;
}

.device_wrap.open .device .device_bottom {
    display: none;
}

.device-promo {
    background-color: #e60263;
    color: #fff;
    border: none;
    line-height: 1.4em;
    font-weight: 500;
    padding: 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.device .number {
    background-color: #e60263;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.device .title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding-top: 5px;
}

.device .remove {
    float: right;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #0a4689;
    text-align: center;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

    .device .remove:hover {
        color: #e60263;
    }

.device_wrap .device .device_bottom {
    padding: 20px 0 5px 0;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

    .device_wrap .device .device_bottom .package-manage {
        float: right;
        color: #e60263;
    }

.offer-excess {
    background-color: #be1919;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    margin-top: -10px;
}

#devices-banner-uswitch {
    margin: 10px 0 20px 0;
}

@media(max-width:767px) {
    .device .number {
        font-size: 18px;
    }

    .device .title {
        font-size: 16px;
    }

    .offer-excess {
        padding: 10px;
        font-size: 16px;
    }
}

/* Packages
================================================ */

.packages-all-wrap {
    display: none;
}

#add_additional_device .add_another {
    color: #333;
    line-height: 25px;
    vertical-align: middle;
}

    #add_additional_device .add_another i {
        margin-right: 10px;
        color: #0a4689;
        font-size: 25px;
        line-height: 25px;
        vertical-align: middle;
    }

#devicelist .device_wrap:first-child .packages-all-wrap {
    display: block;
}

.packages-wrap {
    margin-bottom: 50px;
}

    .packages-wrap .package {
    }

        .packages-wrap .package .title {
            font-weight: 400;
            font-size: 24px;
            text-align: center;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            color: #000033;
            padding: 15px 0;
            background-color: #e6e6e6;
        }

            .packages-wrap .package .title .price {
                display: none;
            }

            .packages-wrap .package .title .btn {
                display: none;
            }

        .packages-wrap .package .content {
            text-align: center;
            border-left: 2px solid #f2f2f2;
            border-right: 2px solid #f2f2f2;
            border-bottom: 2px solid #f2f2f2;
            padding-bottom: 20px;
            border-radius: 0px 0px 5px 5px;
        }

            .packages-wrap .package .content .price {
                padding: 35px 0 5px 0;
                font-weight: 700;
                font-size: 40px;
                color: #333;
            }
@media only screen and (max-width: 600px) {
    .packages-wrap .package .content .price {
        font-size: 25px;
    }
}

            .packages-wrap .package .content .btn {
                border: 2px solid #0a4689;
                border-radius: 5px;
                color: #333;
                padding: 0;
                width: 97px;
                height: 38px;
                line-height: 36px;
                margin: 20px 0;
            }

        .packages-wrap .package.selected .content {
            border-left: 2px solid #0a4689;
            border-right: 2px solid #0a4689;
            border-bottom: 2px solid #0a4689;
            border-radius: 0px 0px 5px 5px;
        }

        .packages-wrap .package.selected .title {
            background-color: #0a4689;
            color: #fff;
        }

        .packages-wrap .package.selected .content .btn {
            background-color: #e60263;
            color: #fff;
            border: 2px solid #e60263;
            vertical-align: middle;
        }

            .packages-wrap .package.selected .content .btn:before {
                content: '\f058';
                font-family: FontAwesome;
                font-size: 25px;
                margin-right: 5px;
                vertical-align: middle;
            }



    .packages-wrap.packages-wrap-mobile .package-tab {
        width: 49%;
        float: left;
        cursor: pointer;
    }

        .packages-wrap.packages-wrap-mobile .package-tab:first-child {
            margin-right: 2%;
        }

    .packages-wrap.packages-wrap-mobile .package .title {
    }

        .packages-wrap.packages-wrap-mobile .package .title .packagename {
            text-align: center;
            font-size: 20px;
        }
@media only screen and (max-width: 600px) {
    .packages-wrap .packagename {
        font-size: 14px;
    }
}
        .packages-wrap.packages-wrap-mobile .package .title .price {
            text-align: center;
            display: block;
            padding: 5px 0;
        }

        .packages-wrap.packages-wrap-mobile .package .title .btn-wrap {
            text-align: center;
        }

        .packages-wrap.packages-wrap-mobile .package .title .btn {
            text-align: center;
            display: inline-block;
            padding: 5px 0;
            line-height: 20px;
            background-color: #0a4689;
            color: #fff;
            width: 100px;
        }




    .packages-wrap.packages-wrap-mobile .package .content {
        display: none;
    }

    .packages-wrap.packages-wrap-mobile .package.selected .title .btn {
    }

        .packages-wrap.packages-wrap-mobile .package.selected .title .btn:before {
            content: '\f00c';
            font-family: FontAwesome;
            color: #e60263;
            background-color: #fff;
            width: 18px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
            text-align: center;
            font-size: 15px;
            vertical-align: middle;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-right: 5px;
        }

    .packages-wrap.packages-wrap-mobile .package.selected .content {
        border: 2px solid #0a4689;
        display: block;
        padding: 10px 0;
    }



.package .infopoints {
}

    .package .infopoints .point {
        margin: 0 10px;
    }

        .package .infopoints .point:last-child {
            border-bottom: none;
        }

        .package .infopoints .point .point-title {
            padding: 10px 0;
        }

            .package .infopoints .point .point-title.exp {
                cursor: pointer;
            }

            .package .infopoints .point .point-title .title-icon {
                float: left;
                margin-right: 5px;
            }

                .package .infopoints .point .point-title .title-icon i {
                    font-size: 25px;
                }

                    .package .infopoints .point .point-title .title-icon i.fa-check-circle {
                        color: #0a4689;
                    }

                    .package .infopoints .point .point-title .title-icon i.fa-times-circle {
                        color: #b9b9b9;
                    }

            .package .infopoints .point .point-title .title-tag {
                float: left;
                font-size: 14px;
                line-height: 25px;
            }

            .package .infopoints .point .point-title .title-exp {
                float: right;
            }

                .package .infopoints .point .point-title .title-exp i {
                    color: #9f9f9f;
                    font-size: 18px;
                }

                .package .infopoints .point .point-title .title-exp.text {
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 25px;
                }

        .package .infopoints .point .point-content {
            display: none;
            text-align: left;
            padding: 0px 5px;
        }

            .package .infopoints .point .point-content p {
                font-size: 13px;
                line-height: 18px;
                margin-bottom: 10px;
            }

/*@media(min-width:576px) and (max-width:767px) {
    .package .infopoints .point .point-title .title-tag { font-size: 12px; }
    .package .infopoints .point .point-title .title-exp.text { font-size: 12px; }
}*/

@media(max-width:767px) {
    #add_additional_device {
        display: none;
    }

    .package .infopoints .point .point-title {
        padding: 6px 0;
    }
}

#primary_add_device_toggle {
    white-space: normal;
    margin-bottom: 20px;
}

#quote-content-next {
    padding-top: 60px;
    padding-bottom: 40px;
}

    #quote-content-next .btn {
        padding-right: 100px;
    }

@media(max-width:991px) {
    .packages-wrap {
        margin-bottom: 25px;
    }

    #quote-content-next {
        display: none;
    }
}

/* Testimonial
================================================ */

.block_testimonial {
    text-align: center;
    margin-bottom: 25px;
    background-color: #f2f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

    .block_testimonial h4 {
        color: #c0150d;
        font-size: 35px;
        margin-bottom: 15px;
    }

    .block_testimonial .testimonial-q {
        color: #be1919;
        font-size: 75px;
        text-align: center;
    }

    .block_testimonial .testimonial {
        font-size: 18px;
        line-height: 30px;
        font-style: italic;
    }

/* Why choose
================================================ */

#why_choose {
    margin-top: 15px;
}

    #why_choose > p {
        margin-bottom: 20px;
    }

    #why_choose li {
        padding: 7px 0;
    }

        #why_choose li p {
            font-size: 16px;
            font-weight: bold;
        }

        #why_choose li i {
            color: #FD8125;
        }

    #why_choose .menu {
        margin-top: -10px;
    }

        #why_choose .menu li {
            padding: 0;
        }

            #why_choose .menu li i {
                margin-right: 10px;
            }

            #why_choose .menu li a {
                text-decoration: none;
                color: #717171;
                font-size: 15px;
            }

/* Promocode
================================================ */

#promocode_wrap {
    position: relative;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}

    #promocode_wrap #promocode_title {
        font-weight: 600;
        font-size: 18px;
        padding: 5px 0 10px 0;
    }

    #promocode_wrap input[type=text] {
        border: none;
        width: 60%;
        padding: 0 12px;
        height: 40px;
        line-height: 40px;
        float: left;
        margin-right: 2%;
        font-size: 14px;
        color: #999999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #promocode_wrap button {
        width: 38%;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0;
        font-size: 14px;
    }

        #promocode_wrap button:hover {
        }

    #promocode_wrap p {
        font-weight: 400;
        color: #333;
        font-size: 13px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    #promocode_wrap .button#remove_promocode_link {
        position: absolute;
        top: 20px;
        right: 20px;
    }

        #promocode_wrap .button#remove_promocode_link i {
            color: #e60263;
        }

#promocode-tag {
    background-color: #0a4689;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
}

    #promocode-tag:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #0a4689;
        margin-top: -20px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

/* Basket
================================================ */

#basket {
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    #basket h2 {
        background-color: #0a4689;
        color: #fff;
        height: 55px;
        line-height: 55px;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 24px;
        font-weight: normal;
    }

#basket_content {
    padding: 15px 15px 15px 15px;
    font-size: 16px;
}

#basket .basket_item {
    padding: 15px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
}

#basket .basket_saving {
    padding: 15px 0 15px 0;
    font-size: 14px;
    color: #e60263;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
}

#basket #noitems {
    padding: 40px 0 55px 0;
    text-align: center;
    font-size: 22px;
}

#basket .bolder {
    font-size: 17px;
    font-weight: 600;
}

#basket .basket_totals {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
}

    #basket .basket_totals:last-child {
        border-bottom: none;
    }

#basket-uswitch-code-applied {
    background-color: #e2e2e2;
    color: #222;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    font-weight: bold;
}

#paybutton {
    margin-bottom: 25px;
    width: 80%;
}

#quote-cta {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
}

    #quote-cta .quote-cta-primary {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        #quote-cta .quote-cta-primary.quote-cta-primary-long {
            font-size: 16px;
        }

    #quote-cta .quote-cta-secondary {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        color: #999;
        border: 1px solid #ccc;
        padding: 5px 15px 5px 40px;
        margin-top: 20px;
    }

        #quote-cta .quote-cta-secondary:hover {
            background-color: #eee;
        }

@media(min-width:600px) {
    #quote-cta {
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        text-align: center;
    }

        #quote-cta .quote-cta-primary {
            width: auto;
            display: block;
            float: right;
        }

        #quote-cta .quote-cta-secondary {
            display: block;
            float: left;
            margin-top: 5px;
        }
}

#noitems-hint {
    position: relative;
    background-color: #e6e6e6;
    color: #222;
    height: 95px;
    line-height: 95px;
    padding: 0 20px;
    font-size: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0px;
}

    #noitems-hint:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #e6e6e6;
        margin-left: -10px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media(max-width:991px) {
    #noitems-hint {
        font-size: 20px;
        height: 65px;
        line-height: 65px;
        margin-top: -10px;
    }
}

@media(max-width:767px) {
    #noitems-hint {
        display: none;
    }
}

@media(max-width:500px) {
    #basket .basket_item {
        font-size: 12px;
    }

    #basket .bolder {
        font-size: 15px;
    }

    #basket .basket_totals {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    section.block.block-iconpoints {
        background-color: #fff !important;
    }
}


/* Whycoose
================================================ */

.whychoose {
}

    .whychoose h4 {
        margin-bottom: 20px;
    }

    .whychoose .row {
        margin-bottom: 15px;
    }

    .whychoose p {
        font-size: 14px;
        margin: 0;
        padding-top: 5px;
    }

    .whychoose .icon {
        text-align: center;
    }

    .whychoose i {
        color: #e60263;
        font-size: 30px;
    }

#whychoose-devices {
    padding: 20px 0;
}

    #whychoose-devices h4 {
        font-size: 25px;
    }

/* Additional Products
================================================ */

#additional_products {
    margin-bottom: 25px;
}

    #additional_products ul {
    }

        #additional_products ul li {
            font-size: 16px;
            margin-bottom: 5px;
            line-height: 24px;
            padding-left: 25px;
            position: relative;
        }

            #additional_products ul li:before {
                content: '\f111';
                font-family: 'FontAwesome';
                color: #0a4689;
                font-size: 10px;
                top: 0;
                left: 8px;
                position: absolute;
            }

/* Quote FAQs
================================================ */

section.block.block-faqs.quote_faqs .container {
    padding: 0;
    width: auto;
}

section.block.block-faqs.quote_faqs {
    padding: 15px 0 50px 0;
    border-top: 1px solid #ccc;
}

    section.block.block-faqs.quote_faqs .faqs-title {
        text-align: left;
        padding: 15px 0;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px;
        position: relative;
        cursor: pointer;
    }

        section.block.block-faqs.quote_faqs .faqs-title:after {
            content: attr(data-icon);
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            top: 15px;
            color: #e60263;
        }

    section.block.block-faqs.quote_faqs .faqs-wrap {
        display: none;
    }

    section.block.block-faqs.quote_faqs .faq {
        display: block;
        padding: 0;
        border-bottom: 2px dotted #bababa;
    }

        section.block.block-faqs.quote_faqs .faq:last-child {
            border-bottom: none;
        }

        section.block.block-faqs.quote_faqs .faq .q {
            font-size: 16px;
        }

    section.block.block-faqs.quote_faqs .faq-more-wrap {
        display: none;
    }

#faq_devices {
}

#faq_basket {
    display: none;
}

@media(max-width:991px) {
    #faq_devices {
        display: none;
    }

    #faq_basket {
        display: block;
        margin-top: 40px;
    }
}

@media(max-width:775px) {
    section.block.block-faqs.quote_faqs {
        padding: 15px 0 15px 0;
    }

        section.block.block-faqs.quote_faqs .faqs-title {
            font-size: 18px;
            margin-bottom: 15px;
        }

        section.block.block-faqs.quote_faqs .faq .q {
            font-size: 14px;
        }

        section.block.block-faqs.quote_faqs .faq .a p {
            font-size: 13px;
            line-height: 18px;
        }
}

/* Form
================================================ */

#quote-details-form {
    margin-bottom: 60px;
}

    #quote-details-form .row {
        margin-bottom: 15px;
    }

        #quote-details-form .row.dob_row {
            margin-bottom: 0px;
        }

    #quote-details-form label {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        cursor: pointer;
        color: #333;
        text-align: left;
    }

    #quote-details-form select,
    #quote-details-form input[type=email],
    #quote-details-form input[type=tel],
    #quote-details-form input[type=number],
    #quote-details-form input[type=text] {
        border-radius: 4px;
        border: 1px solid #ccc;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: 100%;
        font-size: 16px;
    }

        #quote-details-form input[type=number]::-webkit-inner-spin-button,
        #quote-details-form input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    #quote-details-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-image: url(../img/select.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }

        #quote-details-form select::-ms-expand {
            display: none;
        }

.payment-disabled-label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.payment-disabled {
    background-color: #fff;
    border: none !important;
    padding: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
}

.address-manual {
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid;
    margin-top: 10px;
    font-weight: 600;
}

    .address-manual a:focus {
        text-decoration: none !important;
    }

    .address-manual a:hover {
        text-decoration: none !important;
    }

.addressfield-row {
    display: none;
}

.form-rednote {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #777778;
    padding: 5px 0 10px 0px;
    line-height: 18px;
}

h3.form-separator {
    padding: 60px 0 40px 0;
}

#quote-details-form .checkbox_row {
    background-color: #f9f9f9;
    border: 4px solid #f9f9f9;
    border-radius: 5px;
    padding: 20px 15px;
    margin: 0;
}

    #quote-details-form .checkbox_row .row {
        margin: 0;
    }

    #quote-details-form .checkbox_row input[type=checkbox] {
        height: 32px;
        margin-top: 5px;
    }

    #quote-details-form .checkbox_row label {
        padding: 0;
        font-weight: 300;
        line-height: 30px;
        font-size: 14px;
    }

        #quote-details-form .checkbox_row label a {
            color: #0a4689;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 2px solid;
        }

            #quote-details-form .checkbox_row label a:hover {
                color: #e60263;
            }

    #quote-details-form .checkbox_row.has_error {
        border: 4px solid #e60263;
        position: relative;
    }

        #quote-details-form .checkbox_row.has_error:before {
            content: '';
            position: absolute;
            bottom: -14px;
            left: 30px;
            width: 10px;
            height: 10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #e60263;
        }

#checkbox_row-terms-error {
    display: none;
    font-weight: bold;
    padding-top: 20px;
    font-size: 15px;
    line-height: 22px;
}

.device_form_row {
    padding: 25px 0;
    border-bottom: 2px solid #ccc;
}

.details-handset-title {
    vertical-align: middle;
    margin-bottom: 20px;
}

    .details-handset-title .number {
        vertical-align: middle;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #e60263;
        color: #fff;
        text-align: center;
        line-height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-weight: 600;
    }

    .details-handset-title .icon {
        vertical-align: middle;
        color: #0a4689;
        font-size: 35px;
    }

    .details-handset-title .title {
        vertical-align: middle;
        font-size: 20px;
        font-weight: 600;
    }

.details-handset {
    margin-bottom: 10px;
}

    .details-handset h4 {
        margin-bottom: 0;
    }

    .details-handset label {
        font-size: 15px;
    }

    .details-handset input[type=radio] {
        margin-right: 5px;
    }

    .details-handset .btn {
        padding: .7rem 0;
    }

/*.purchase_date { background-image: url(../../../wp-content/themes/mpid/img/calendar.png); background-size: 18px 19px; background-repeat: no-repeat; background-position: top 10px right 10px; cursor: pointer; }*/

.buttonbar {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 50px;
}

@media(max-width:767px) {
    .button.same_as {
        margin-top: 10px;
    }

    .buttonbar {
        padding-top: 20px;
        border-top: 0;
        margin-top: 0px;
    }

        .buttonbar .btn {
            display: block;
            width: 100%;
            padding-right: 0 !important;
            padding-left: 0 !important;
            float: none !important;
            margin-bottom: 10px;
        }
}

/* Payments
================================================ */

.payment-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

#payment_options {
    margin-bottom: 40px;
}

.payment_option {
    background-color: #f9f9f9;
    padding: 20px 20px 15px 25px;
    cursor: pointer;
    line-height: 28px;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #eee;
}

    .payment_option label {
        font-size: 20px;
    }

    .payment_option:hover {
        background-color: #eee;
    }

    .payment_option.selected {
        cursor: default;
        border: 2px solid #e60263;
    }

        .payment_option.selected:hover {
            background-color: #f9f9f9;
        }

#pay_terms_box {
    border: 1px solid #ccc;
    padding: 25px;
}

    #pay_terms_box ul {
        margin-bottom: 25px;
    }

        #pay_terms_box ul li {
            display: flex;
            margin-bottom: 10px;
            line-height: 24px;
        }

            #pay_terms_box ul li:before {
                content: '\f054';
                font-family: FontAwesome;
                color: #e60263;
                margin-right: 10px;
            }

@media(max-width:500px) {
    .payment_option label {
        font-size: 16px;
    }
}

/* Trust Signals
================================================ */

.basket-trustsignals {
    text-align: center;
    margin: 25px 0;
}

    .basket-trustsignals img {
        max-width: 100%;
    }

/* AJAX
================================================ */

.remove_device {
    cursor: pointer;
}

.ajax_wrapper {
    position: relative;
}

.cover {
    position: absolute;
    background-color: #fff;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.cover-icon {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    color: #e60263;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
}

.unlisted_toggle {
    color: #333333 !important;
    font-weight: 400 !important;
}

.unlisted_cancel {
    color: #333333 !important;
    font-weight: 400 !important;
}

/* Blurb
================================================ */

.blurb_wrap {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blurb_wrap-details {
    margin-bottom: 60px;
}

.blurb_wrap_2 {
    background-image: url(/wp-content/uploads/quote2.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px;
}

.blurb_wrap_3 {
    text-align: left;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 55px;
    padding-right: 15px;
    font-weight: 600;
    background-image: url(/wp-content/uploads/quote1.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40px;
}
