
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url(../image/page-bg.png) repeat-x #fff;
    font: 400 10px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}

h1, h2, .h2, h3, h4, .h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #002d56;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 500px;
}

.header {
    position: relative;
    height: 150px;
}

.block-2 ul {
    font-size: 1.4em;
}

.box h5 {
    font-size: 1.4em;
}
.promo-box {
    display: block;
}
.promo-hero {
    position: relative;
 }
.promo-hero-title {
    text-align: center;
    color: #ffffff;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: inherit;
}
    .promo-hero-title span {
        text-align: center;
        color: #ffffff;
        font-size: 75%;
        text-transform: uppercase;
        font-weight: normal;
        font-family: inherit;
    }

.promo-box .button:hover {
    background: #71a601;
    color: #f5f5f5;
    transition-duration: 0.5s;
}
.panel-promo {
    background: #ffffff;
    padding: 1.5em;
    border: 1px #000 solid;
}
.panel-promo-title {
    font-size: 3em;
    color: #002d56;
    text-align: center;
    font-weight: normal;
}
.panel-promo-title span {
    font-size: inherit;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.panel-promo-content {
    font-size: 1.5em;
    color: #333333;
    text-align: center;
}
.box-both {
    display: block;
    width: 100%;
    height: 275px;
    margin-top: 0;
}
    .box-lefty {
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 1em;
    font-size: 1.5em;
}
    .box-lefty h2 {
    font-size: 1.5em !important;
    margin-top: -10px;
    }
.box-righty-x-mobile {
    display: block;
    width: 100%;
    padding-left: 1em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
}
    .box-righty-x-mobile ul li {
        font-size: 1.25em;
        line-height: 2;
    }

        .box-righty-x-mobile ul li.glyphicon {
            font-size: 1.25em;
            line-height: 2;
            display: block;
            font-family: 'Open Sans';
            color: #333;
            font-weight: bold;
        }

.box-righty {
    width: 50%;
    display: block;
    padding-left: 1em;
    float: right;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
}
    .box-righty ul li {
        font-size: 1.25em;
        line-height: 2;
    }
        .box-righty ul li.glyphicon {
            font-size: 1.25em;
            line-height: 2;
            display: block;
            font-family: 'Open Sans';
            color: #333;
            font-weight: bold;
        }

.box-righty-x {
    width: 50%;
    display: block;
    padding-left: 1em;
    float: left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
}

    .box-righty-x ul li {
        font-size: 1.25em;
        line-height: 2;
    }

        .box-righty-x ul li.glyphicon {
            font-size: 1.25em;
            line-height: 2;
            display: block;
            font-family: 'Open Sans';
            color: #333;
            font-weight: bold;
        }

#logo {
    position: absolute;
    top: -20px;
    left: -20%;
    index: -1;
    width: 70%;
}

.dropdown-menu > li > a {
    font-size: 14px !important;
    line-height: 1.7em;
}

.opening-hours-overide-title {
    font-weight: bold;
    font-size: 13px;
    color: inherit;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0.5em;
}

.opening-hours-overide ul {
    list-style-type: none;
    margin-left: 0 !important;
}

    .opening-hours-overide ul li {
        font-weight: normal;
        font-size: 13px;
        line-height: 1.8;
    }

.opening-hours-overide ul li span {
    font-weight: bold;
}


.alert-widget {
    display: block;
    background: #800000;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    padding: 1em;
    text-align: center;
    margin-bottom: 0.5em;
}

.alert-widget a {
color: #ffffff;
font-size: inherit;
font-weight: 600;
}

.alert-widget a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


.contacts {
    color: #fff;
    float: right;
    margin: 40px 0 0;
    position: relative;
    text-align: right;
    width: 400px;
    display: none;
}

    .contacts strong {
        display: inline-block;
        font-size: 3.2em;
        margin-right: 10px;
        position: relative;
        top: -6px;
        font-weight: 600;
    }

        .contacts strong a {
            color: #fff;
            text-decoration: none;
        }

    .contacts ul {
        list-style-type: none;
        margin-left: 0;
        margin-right: 10px;
    }

    .contacts ul, .contacts li {
        display: inline-block;
    }

        .contacts li a {
            background-color: #fff;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            border-radius: 18px;
            display: block;
            width: 36px;
            height: 36px;
            margin-left: 5px;
            transition: background-color 300ms;
        }

            .contacts li a:hover {
                background-color: #ABCB4B;
            }

    .contacts .facebook {
        background-image: url(../image/icons-fb.png);
    }

    .contacts .twitter {
        background-image: url(../image/icons-tw.png);
    }

    .contacts .email {
        background-image: url(../image/icons-em.png);
    }

    .contacts .claims {
        position: relative;
        margin-left: -7px;
        padding: 5px 10px 5px 15px;
        margin-top: -6px;
        background-color: #7bb601;
        border-radius: 20px 5px 5px 20px;
        color: #fff;
        font-weight: 400;
        -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        min-width: 70%;
        margin-right: -10px;
    }

#travel_thumb {
    display: block;
    position: absolute;
    left: 171px;
    font-size: 30px;
    top: 5px;
    background-color: #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

    #travel_thumb .glyphicon-earphone {
        position: relative;
        font-size: 10px;
        color: #cc0066;
        top: 5px;
    }

.fa-thumbs-up {
    display: block;
    color: rgb(82, 161, 2);
    -webkit-animation-name: pulse1;
    -webkit-animation-duration: 2s;
    -moz-animation-name: pulse1;
    -moz-animation-duration: 2s;
    animation-name: pulse1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size: 0.75em;
    padding-left: 5px;
    padding-top: 3px;
}

/* Contact UK only */
.contact-uk {
    display: inline-block;
    font-size: 1.4em;
    margin-right: 0px;
    position: relative;
    top: -3px;
    font-weight: 600;
    color: #cc0066;
    line-height: 2.4;
    margin-top: 1px;
    display: none;
}

.contact-ie {
    display: inline-block;
    font-size: 1.4em;
    margin-right: 0px;
    position: relative;
    top: -3px;
    font-weight: 600;
    color: #cc0066;
    line-height: 2.4;
    margin-top: 1px;
    display: none;
}

.content-wrapper h2.mobile-uk-number {
    color: #fff;
    font-size: 2em;
    position: relative;
    top: 0px;
    line-height: 1.3;
}

    .content-wrapper h2.mobile-uk-number small {
        color: #fff;
        font-size: 0.5em;
        line-height: 0.5;
        margin-top: 191px;
        position: relative;
        top: -9px;
    }

.contacts ul, .contacts li {
    display: display:none;
}

.contact-uk a {
    color: #fff;
    text-decoration: none;
}

.contact-ie a {
    color: #fff;
    text-decoration: none;
}

.logo_deloitte {
    margin-top: 10px;
    display: none;
}

.contacts-mid {
    float: right;
    margin: 20px 0px;
    width: 360px;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 35%;
    top: 0px;
}
/* Main Promo */
.promo_banner {
    text-align: center;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 0px solid #000000;
    background-color: #cb1516;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.38);
    margin-top: -40px;
    margin-bottom: 20px;
}


/* Corporate Promo */

.block-3 .monthly-wrapper .ribbon-monthly {
    position: absolute;
    width: 100px;
    height: auto;
    margin-left: -17px;
    margin-bottom: 11px;
    z-index: 50;
    bottom: 0;
}

.corp_promo_box {
    margin-top: -40px;
    margin-bottom: 20px;
}

.promo-title-big {
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.promo-title-save {
    font-size: 2.7em;
    color: White;
    text-align: center;
    font-weight: 700;
}

.promo-title-small {
    font-size: 1.5em;
    text-align: center;
}

.grad-blue-blue {
    background: rgba(6,71,131,1);
    background: -moz-linear-gradient(top, rgba(6,71,131,1) 0%, rgba(0,45,87,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,71,131,1)), color-stop(100%, rgba(0,45,87,1)));
    background: -webkit-linear-gradient(top, rgba(6,71,131,1) 0%, rgba(0,45,87,1) 100%);
    background: -o-linear-gradient(top, rgba(6,71,131,1) 0%, rgba(0,45,87,1) 100%);
    background: -ms-linear-gradient(top, rgba(6,71,131,1) 0%, rgba(0,45,87,1) 100%);
    background: linear-gradient(to bottom, rgba(6,71,131,1) 0%, rgba(0,45,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064783', endColorstr='#002d57', GradientType=0 );
    margin-left: 0px;
    margin-right: 0px;
    color: #4bd7f6;
    vertical-align: bottom;
}

body .btn-promo {
    background-color: #f5f5f5;
    color: #002d56;
    border: 1px #ccc solid;
}

/*** Main Menu ***/

.main-nav {
    background-color: #316fcc;
    background-color: rgba(49,111,204, 0.7);
    border-top: 2px solid #BCCEE2;
    border-bottom: 2px solid #BCCEE2;
    border-color: rgba(255, 255, 255, 0.7);
    min-height: 35px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .main-nav ul {
        display: inline;
        list-style-type: none;
    }

        .main-nav ul li {
            display: inline;
            font-size: 1.4em;
            line-height: 34px;
        }

    .main-nav li a {
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        text-decoration: none;
        transition: background-color 300ms;
    }

        .main-nav li a:hover {
            background-color: #003176;
            color: #fff;
        }

    .main-nav ul.main-menu li:first-child a {
        position: relative;
        top: 3px;
        padding-right: 0;
        transition: color 300ms;
    }

        .main-nav ul.main-menu li:first-child a:hover {
            background: none;
            color: #003176;
        }


    .main-nav .flags {
        float: right;
        height: 35px;
        position: relative;
        right: 6px;
        top: 4px;
        margin-left: 0;
        list-style-type: none;
    }

        .main-nav .flags li {
            margin: 0 1px;
        }

            .main-nav .flags li a {
                padding: 0;
                background: none;
            }

            .main-nav .flags li img {
                border: 1px solid #fff;
                display: block;
                width: auto;
            }

                .main-nav .flags li img:hover {
                    border-color: #ffff33;
                }

    .main-nav .mobile-menu {
        position: relative;
        display: none;
        text-align: center;
    }

    .main-nav span.phone {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em;
        background: url(../image/Phone.png) left center no-repeat;
        padding: 0 20px;
    }

        .main-nav span.phone a {
            color: #fff;
            text-decoration: none;
        }

    .main-nav span.menu-label {
        font-size: 12px;
        color: #fff;
        line-height: 2.5em;
        right: 50px;
        position: absolute;
    }

/*** FOOTER MENU ***/

#footer-menu,
.footer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    font-size: 1.2em;
}

    #footer-menu li {
        display: inline;
        padding: 0 10px;
    }

.cookie {
    display: block;
    background: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 180px;
    padding: 10px 0 10px 10px;
    z-index: 9999;
}

    .cookie a {
        color: #fff;
        font-size: 12px;
        line-height: 1.25em;
        text-decoration: none;
    }

        .cookie a.glyphicon-remove-circle {
            font-size: 18px;
            margin-top: -5px;
            float: right;
        }

.liveChatSide {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 0;
    padding: 10px 0 10px 10px;
    z-index: 9999;
}

.liveChatBottom {
    display: none;
    background: #003254;
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 180px;
    padding: 10px 0 10px 10px;
    z-index: 9999;
}


/*** BANNER ***/

.homepage-banner {
    position: absolute;
    top: 20px;
    right: 10px;
}

    .homepage-banner h1 {
        font-size: 4.8em;
        margin-bottom: 0;
        line-height: 1.125em;
        text-align: right;
        color: #fff;
    }

        .homepage-banner h1 span {
            display: block;
            font-size: 83%;
        }

.price-wrapper {
    color: #fff;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
}

    .price-wrapper span {
        display: inline-block;
        line-height: 1em;
    }

    .price-wrapper .buy {
        font-size: 1.7em;
        text-align: right;
        margin-right: 10px;
    }

    .price-wrapper .currency {
        font-weight: 600;
        font-size: 5.8em;
    }

    .price-wrapper .price {
        font-weight: 600;
        font-size: 7.8em;
    }

    .price-wrapper .per-month {
        font-size: 1.7em;
        text-align: left;
        margin-left: 10px;
    }

    .price-wrapper small {
        font-size: 1.1em;
        display: block;
        text-align: center;
        margin-top: 1em;
        line-height: 1.3em;
        letter-spacing: 0.05em;
    }

.vodafone .homepage-banner {
    top: 34px;
}

    .vodafone .homepage-banner h1 {
        font-size: 4.2em;
        margin-bottom: 0.2em;
    }

.vodafone .price-wrapper {
    width: 357px;
    text-align: center;
}

    .vodafone .price-wrapper p {
        font-size: 1.6em;
        line-height: 1.5em;
    }

/** Steps Pages Banner **/
div.steps-banner {
    font-size: 4.7em;
    padding: 1% 0;
    line-height: 1em;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 600
}

    div.steps-banner span {
        white-space: nowrap
    }

h1.steps-banner {
    font-size: 4.7em;
    padding: 4% 0;
    line-height: 1em;
    margin: 0 10px;
    text-align: center;
    color: #fff;
}

    h1.steps-banner span {
        white-space: nowrap; 
    }


/*** BACKGROUNDS & GRADIENTS ***/

.grad-grey {
    background: linear-gradient(top, #ffffff 0%,#dadada 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
}

.grad-blue {
    background: linear-gradient(top, #daecfb 0%,#4892e6 100%);
    background: linear-gradient(to bottom, #daecfb 0%,#4892e6 100%);
}

.dotted-line {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*** CONTAINERS ***/

.content-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.box {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5%;
    min-height: 67px;
    position: relative;
    z-index: 3;
}

    .box p {
        font-size: 1.4em;
        line-height: 1.75em;
        margin-bottom: 1em;
    }

.seo-wrapper {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 20px;
}

    .seo-wrapper p {
        margin-bottom: 1.5em;
        text-align: justify;
    }

/*** FORM ELEMENTS ***/

.field:before, .field:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.field:after {
    clear: both;
}

.field {
    padding: 0.5em 0;
    position: relative;
    width: 100%;
    zoom: 1;
}

    .field select {
        display: none;
    }

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

    .bootstrap-select.btn-group .btn .filter-option {
        left: 7px;
        right: 20px;
    }

    .bootstrap-select.btn-group .btn .caret {
        right: 7px;
    }

.bootstrap-select .btn-primary {
    background: linear-gradient(top, #5cb5f1 0%,#4e91e3 100%);
    background: linear-gradient(to bottom, #5cb5f1 0%,#4e91e3 100%);
    border: 1px solid #2069a9;
}

.bootstrap-select .btn-disabled {
    background: linear-gradient(top, #f7f7f7 0%,#ddd 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#ddd 100%);
    border: 1px solid #bababa;
    color: #888;
}

.bootstrap-select .btn {
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.5em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3);
}

/*** TOOLTIPS  osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly ******/

#tooltip {
    font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background: #111;
    background: rgba(0,0,0,0.9);
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width 0;
        height 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.9);
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid rgba(0,0,0,0.9);
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

    #tooltip ul {
        margin-left: 15px;
        list-style-type: disc;
        text-align: left;
    }

        #tooltip ul li {
            margin-bottom: 1em;
        }

/*** HOMEPAGE ***/

.homepage-left {
    float: left;
    width: 580px;
    padding-top: 50px;
}

.homepage-form {
    border-radius: 10px;
    padding: 20px 0 10px 20px;
    min-height: 328px;
    position: relative;
    background-color: #f1f1f1;
    background-image: linear-gradient(top, #ffffff 0%,#dadada 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
}

    .homepage-form form {
    }

    .homepage-form h2 {
        font-size: 3em;
        line-height: 1.5em;
    }

    .homepage-form .options-wrapper {
        width: 240px;
        float: left;
    }

        .homepage-form .options-wrapper span.input {
            display: block
        }

        .homepage-form .options-wrapper .input {
            width: 220px;
        }


.robot {
    float: right;
    margin-top: 5px; 
}

    .robot.init {
        height: auto;
        width: 160px;
        margin-left: 0px;
        margin-top: 15px;
        float: left;
    }

.quote-reveal {
    display: none;
}

.quote-wrapper {
    float: left;
    margin-top: 5px;
    background-color: #898ea0;
    width: 180px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
    bottom: auto;
    left: auto;
    position: relative;
    z-index: 10;
}

.quote-inner {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.quote-wrapper h4 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
}

.quote-inner .price {
    float: none;
}

.quote-inner strong {
    display: block;
    font-size: 2.2em;
    font-weight: 400;
    margin-top: 5px;
}

.quote-inner span {
    display: block;
}

.quote-inner .btn {
    margin-top: 10px;
    width: 100%;
    position: relative;
    z-index: 100;
}

.homepage-right {
    float: right;
    margin-top: 274px;
    margin-bottom: 10px;
    width: 38%;
}

    .homepage-right h3,
    .homepage-right h4 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin-bottom: 0;
        font-weight: 700;
    }

    .homepage-right ul {
        padding-bottom: 0px;
        margin: 15px 0 5px;
        border-bottom: 1px dotted #bbb;
    }

    .homepage-right li {
        display: inline-block;
        width: 49%;
        font-size: 1.35em;
        font-weight: 600;
        margin-bottom: 0.80em;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        color: #333;
    }

.homepagetitle {
    display: inline-block;
    width: 40%;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0.80em;
    border-bottom: 1px dotted #bbb;
    letter-spacing: -0.02em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.glyphicon-question-sign:before {
    padding-right: 10px;
    font-family: 'Glyphicons Halflings';
    color: #7bb601;
    font-size: 17px;
    position: relative;
    top: 4px;
}

.glyphicon-ok:before {
    padding-right: 10px;
    font-family: 'Glyphicons Halflings';
    color: #7bb601;
}

.homepage-right h5 {
    font-weight: 400;
    font-size: 1.2em;
}

    .homepage-right h5.links span {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        text-align: left;
    }

        .homepage-right h5.links span.glyphicon:before {
            font-family: 'Glyphicons Halflings';
            color: #7bb601;
            font-size: 17px;
            position: relative;
            top: 4px;
        }

    .homepage-right h5.links a#terms {
        position: relative;
        top: 1px;
    }

.home-area-right-sml p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.homepage-right .box {
    padding: 15px 20px;
}

.homepage-right .grad-blue {
    padding-top: 12px;
}

    .homepage-right .grad-blue h4 {
        margin-bottom: 0.2em;
    }

.trustpilot {
    float: right;
    margin-left: 25px;
}

.vodafone-logo {
    float: right;
    width: 110px;
    height: auto;
    margin-top: 0px;
    padding: 5px 7px;
    background: #f4f4f4;
    border-radius: 4px;
}

.content-wrapper .quote-inner span.voda-notice {
    clear: both;
    display: block;
    text-align: center;
    float: none !important;
}

/*** STEPS PAGES ***/

nav.steps-nav {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    background-color: #BFD1E4;
    background-color: rgba(230,230,230,0.9);
    height: 56px;
    vertical-align: middle;
    text-align: right;
}

.steps-nav a.back-link {
    float: left;
    top: 5px;
    margin-left: 0;
}

.glyphicon-home {
    font-size: 18px;
    color: #898ea0;
}

.steps-nav .steps {
    text-transform: uppercase;
    color: #898ea0;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

    .steps-nav .steps a {
        color: #898ea0;
        text-decoration: none;
    }

    .steps-nav .steps .step-in {
        color: #7bb601;
    }

.steps .box {
    margin: -15px 0 0;
}

.steps .error-container {
    font-size: 1.3em;
    line-height: 2em;
    color: #cc0000;
    display: block;
    margin-bottom: 2%;
}

.step-1 .block-1 {
    position: relative;
    margin-bottom: 30px;
}

.steps h2 {
    font-size: 2.6em;
}

.steps h3 {
    font-size: 2.1em;
}

.step-1 #booking-area-right2 {
    display: none;
}

.step-1 .h2 {
    font-size: 2.6em;
    display: inline-block;
}

.step-1 .nobotton {
    margin-bottom: 0em;
}

.step-1 p.intro {
    font-size: 1.2em;
    color: #002d56;
}

.step-1 p.introIE {
    font-size: 1.6em;
    color: #002d56;
}

.step-1 span.intro {
    font-size: 1.2em;
    color: #002d56;
}

.step-1 p.introWidth {
    width: 60%;
}

.step-1 strong.tip {
    font-size: 1.6em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #002d56;
    margin: 0.5em 0;
}

.step-1 strong.tipIE {
    font-size: 2.2em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #002d56;
    margin: 0.5em 0;
}

.step-1 .quote-wrapper {
    position: relative;
    float: right;
    top: 0;
    background-color: #898ea0;
    width: 370px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 15px 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
}

.step-1 .quote-inner {
    width: 270px;
    margin: 0;
}

    .step-1 .quote-inner .h4 {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        color: #fff;
    }

    .step-1 .quote-inner .price {
        float: left;
        margin: 0 3%;
    }

    .step-1 .quote-inner strong {
        display: block;
        font-size: 2em;
        font-weight: 600;
        margin-top: 5px;
        letter-spacing: -0.05em;
    }

    .step-1 .quote-inner span {
        float: left;
        display: block;
    }

    .step-1 .quote-inner .btn {
        display: none;
    }

    .step-1 .quote-inner small {
        clear: left;
        display: block;
        text-align: center;
    }

        .step-1 .quote-inner small span {
            float: none;
            display: inline-block;
        }

.step-1 .quote-wrapper .robot {
    position: absolute;
    right: 0;
    top: 5px;
}

.add-gadgets {
    padding: 10px 0 5px;
    border-bottom: 1px solid #bbb;
}

    .add-gadgets:nth-of-type(1) {
        border-top: 1px solid #bbb;
    }

    .add-gadgets .field {
        padding: 0 50px 0 0;
    }

        .add-gadgets .field .bootstrap-select,
        .add-gadgets .field .input {
            width: 100%;
            margin: 0;
        }

    .add-gadgets .gadget-type {
        float: left;
        width: 25%;
        min-width: 200px;
        margin: 0 0.5% 1%;
    }

    .add-gadgets .gadget-make,
    .add-gadgets .gadget-model,
    .add-gadgets .gadget-value {
        float: left;
        width: 15%;
        min-width: 130px;
        margin: 0 0.5% 1%;
    }

    .add-gadgets .bootstrap-select .btn {
        font-size: 1.4em;
    }

    .add-gadgets p.gadget-value {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1.4em;
        line-height: 2.35em;
        margin-bottom: 10px;
        text-indent: 10px;
    }

    .add-gadgets .SelectAddcover {
        margin-left: 1%;
        float: left;
        width: 175px;
    }

        .add-gadgets .SelectAddcover span {
            font-size: 1.2em;
            text-indent: 10px;
            white-space: nowrap;
            margin-left: 1%;
        }

        .add-gadgets .SelectAddcover input[type="checkbox"] {
            vertical-align: text-top;
        }

    .add-gadgets .picker-checkbox {
        display: inline-block;
        position: relative;
        top: 8px;
        margin-right: 15px;
        margin-left: 2px;
    }

.picker.picker-checkbox .picker-handle {
    border-radius: 5px;
}

.picker .picker-handle {
    height: 22px;
    width: 22px;
}

.picker.picker-checkbox .picker-flag {
    border-radius: 4px;
}

.picker .picker-label {
    line-height: 22px;
}


.add-gadgets .remove,
a.plus {
    position: relative;
    text-decoration: none;
    top: -3px !important;
    margin-left: 9px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #888;
}

.add-gadgets .remove {
    position: absolute;
    right: 5px;
    top: 11px !important;
}

.promo-wrapper {
    padding-top: 10px;
    border-bottom: 1px dotted #bbb;
}

.promo-code {
    float: right;
}

a.plus {
    font-size: 12px;
}


.glyphicon-plus-sign:before {
    color: #7bb601;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    position: relative;
    left: -5px;
    top: 7px;
}

.glyphicon-remove-sign:before {
    color: red;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    position: relative;
    left: 29px;
    top: -9px;
    color: red;
}

.button-wrapper {
    float: right;
    margin-right: 0.5%;
}

    .button-wrapper .btn {
        min-width: 160px;
    }

.discount-text {
    font-weight: normal;
    float: left;
    margin: 5px;
}

h5.discount-text span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

    h5.discount-text span.glyphicon:before {
        float: left;
        color: #7bb601;
        position: relative;
        top: -5px;
        margin-right: 0px;
    }

.discount-text {
    font-weight: normal;
    float: left;
    width: 68%;
    margin: 5px;
}

/*** Step 2 ***/

table {
    background: #fff;
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-collapse: separate !important;
}

    table td {
        font-size: 1.2em;
        color: #777;
        line-height: 1.5em;
        text-align: left;
        border-right: 1px solid #ddd;
    }

    table th {
        padding: 8px 10px 9px;
        font-size: 1.5em;
        color: #58a3ea;
        font-weight: 400 !important;
        border-right: 1px solid #ddd;
        border-bottom: none !important;
    }

        table th:last-child,
        table td:last-child {
            border-right: none;
        }

td.yes {
    text-align: center;
}

.glyphicon-ok {
    color: #7bb601;
}


.sticker_bestvalue {
    background-image: url(https://www.gadgetinsurance.com/Styles/images/sticker_best_value_120_X_75.png);
    background-repeat: no-repeat;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    width: 120px;
    height: auto;
}


.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    font-size: 11px;
}

.footable-row-detail-row {
    float: left;
    margin-right: 10px;
}

.step-2 h3 {
    margin-bottom: 0.4em;
}

.policy-holder {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    padding: 2% 0 1%;
    margin-bottom: 2%;
}

.labels {
    display: block;
    font-size: 1.4em;
    color: #999;
    line-height: 1.5em;
    border-bottom: 1px dotted #bbb;
    margin: 0 0.5% 0.5em;
}

.input {
    border: 1px solid #ccc;
    color: #333;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 6px 6px 7px;
    border-radius: 4px;
    font-size: 1.4em;
    line-height: 1.45em;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 0 0.5% 10px;
    -webkit-appearance: none;
}

.wrap-half {
    width: 49%;
    float: left;
    margin: 0 0.5% 10px;
}

.wrap-full {
    width: 99%;
    float: left;
    margin: 0 0.5% 10px;
}

.wrap-half .bootstrap-select.btn-group,
.wrap-half .bootstrap-select.btn-group[class*="span"],
.wrap-half .labels,
.wrap-half .input {
    margin-left: 1%;
    margin-right: 1%;
}

.policy-holder .salutation {
    width: 16%;
}

.policy-holder .name,
.policy-holder .surname {
    width: 38%;
}

.policy-holder .date,
.policy-holder .month,
.policy-holder .year {
    width: 30.66%;
}

.policy-holder .address {
    width: 47.5%;
}

.policy-holder .email,
.policy-holder .county,
.policy-holder .phone,
.policy-holder .marketing {
    width: 98%;
}

/** UK Adress **/

.policy-holder .postcode {
    width: 13.5%;
}

.policy-holder .getcode {
    width: 13.5%;
    border: 1px solid #navy;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 6px 6px 7px;
    border-radius: 4px;
    font-size: 1.4em;
    line-height: 1.45em;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 0 0.5% 10px;
    -webkit-appearance: none;
}

.policy-holder .uk-address {
    width: 35%;
}

.policy-holder .uk-address2 {
    width: 33%;
}

/** UK end **/
.policy-holder .bootstrap-select .btn {
    font-size: 1.4em;
}

.confirm-statements ul {
    font-size: 1.3em;
    line-height: 2em;
    margin: 0 0 10px 30px;
}

.confirm-statements p {
    font-size: 1.3em;
    line-height: 2em;
    margin: 0 0 10px 0px;
}

.confirm-statements input[type="checkbox"] {
    vertical-align: text-top;
    margin-right: 1%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.step-2 .block-3 {
    background-color: rgba(137,142,160,0.4);
    border-radius: 7px;
    padding: 2%;
    position: relative;
}

.block-3 .robot {
    position: absolute;
    right: -5px;
    top: 60px;
    z-index: 100;
}

.block-3 > div {
    background-color: #898ea0;
    border-radius: 5px;
    padding: 0 10px 15px;
    width: 45%;
    min-height: 200px;
    float: left;
}

.block-3 .yearly-wrapper {
    margin-right: 2%;
}

.block-3 .monthly-wrapper {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}

.step-2 .quote-wrapper {
    width: 100%;
}

    .step-2 .quote-wrapper h4 {
        font-size: 1.3em;
    }

        .step-2 .quote-wrapper h4 span {
            font-size: 1em;
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            color: #fff;
        }

            .step-2 .quote-wrapper h4 span.glyphicon:before {
                opacity: 0.7;
                float: right;
                font-family: 'Glyphicons Halflings';
                color: #fff;
                font-size: 1em;
                position: relative;
                margin-left: 8px;
            }

.step-2 .quote-inner {
    width: 180px;
    float: right;
}

.step-2 .quote-summary {
    width: 40%;
    float: left;
}

    .step-2 .quote-summary table {
        border: 0;
        border-radius: 0;
        background: none;
    }

        .step-2 .quote-summary table td {
            border: 0;
            font-size: 0.8em;
            color: #eee;
        }

            .step-2 .quote-summary table td:nth-child(even) {
                text-align: right;
            }

            .step-2 .quote-summary table td small {
                font-size: 0.8em;
            }



/*** Step 3 ***/

.step-3 .enter-payment {
    float: left;
    width: 60%;
    max-width: 530px;
}

    .step-3 .enter-payment input {
        font-size: 1.6em;
        margin-left: 1%;
        margin-right: 1%;
    }

    .step-3 .enter-payment .bootstrap-select.btn-group,
    .step-3 .enter-payment .bootstrap-select.btn-group[class*="span"] {
        margin-left: 1%;
        margin-right: 1%;
    }

    /* Credit Card */
    .step-3 .enter-payment .full-name,
    .step-3 .enter-payment .card-number {
        width: 65%;
    }

    .step-3 .enter-payment .card-type,
    .step-3 .enter-payment .cvv-number,
    .step-3 .enter-payment .issue-number {
        width: 30%;
        float: right;
    }

    .step-3 .enter-payment .last-row {
        width: 67%;
        float: left;
    }

    .step-3 .enter-payment .month,
    .step-3 .enter-payment .year {
        float: right;
        width: 29%;
        margin-right: 1.5% !important;
    }

    .step-3 .enter-payment label.expiry-label {
        display: inline;
        line-height: 37px;
        margin: 0 0 0 3%;
        font-size: 1.4em;
        color: #888;
    }

    /* Direct Debit */
    .step-3 .enter-payment .account-name,
    .step-3 .enter-payment .account-number,
    .step-3 .enter-payment .sort-code,
    .step-3 .enter-payment .payment-date {
        width: 47%;
    }

    .step-3 .enter-payment .start-date {
        width: 96%;
        font-size: 1.6em;
        margin-left: 2%;
        margin-right: 2%;
    }

.step-3 .field {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2%;
}


.step-3 .policy-details {
    position: relative;
    float: right;
    background-color: #898ea0;
    width: 38%;
    min-width: 310px;
    margin: 5px 0 2%;
    border-radius: 5px;
    padding: 15px 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
}

    .step-3 .policy-details .robot {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .step-3 .policy-details .inner-details {
        margin-right: 100px;
    }

    .step-3 .policy-details h4 {
        text-align: left;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        color: #fff;
    }

    .step-3 .policy-details h5 {
        text-align: left;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        color: #fff;
    }

.step-3 .policy-summary table {
    border: 0;
    border-radius: 0;
    background: none;
}

    .step-3 .policy-summary table td,
    .step-3 .policy-summary table th {
        border: 0;
        padding: 0;
        font-size: 0.8em;
        color: #eee;
    }

    .step-3 .policy-summary table tr.last-row td {
        padding-bottom: 5px;
    }

    .step-3 .policy-summary table th {
        border-top: 1px solid #eee;
        font-size: 1em;
    }

        .step-3 .policy-summary table td:nth-child(even),
        .step-3 .policy-summary table th:nth-child(even) {
            text-align: right;
        }

    .step-3 .policy-summary table td small {
        font-size: 0.8em;
    }

.step-3 .final-payment {
    clear: both;
    float: right;
}


/*** STATIC PAGES ***/

/** About Page **/

.map-address {
    float: left;
    width: 35%;
    font-size: 0.95em;
}

.map-frame {
    float: right;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.map img {
    max-width: none;
}

/** Policy Login **/

.login-wrapper {
    width: 500px;
    min-height: 200px;
    margin: 0 auto;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding-right: 150px;
    background: url(../image/robot.png) no-repeat right center;
}

    .login-wrapper .login {
        padding: 5%;
    }

    .login-wrapper label {
        font-size: 1.5em;
        width: 100px;
    }

    .login-wrapper .login input {
        width: 100%;
    }

/*** Logged In Page ***/

#divWrape fieldset {
    padding: 15px 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    font-size: 1.4em;
    line-height: 1.5em;
}

    #divWrape fieldset h3 {
        font-size: 1.2em
    }

    #divWrape fieldset > div:nth-child(2) {
        float: left;
        clear: both;
    }


/** Faqs Page **/

.QuestionList .Question {
    font: 700 1.5em/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    cursor: pointer;
}

.QuestionList .glyphicon:before {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.QuestionList .Answer {
    display: none;
    margin: 0 3% 3%;
}

/** Policy Documents Page **/

.doc-links-wrapper {
    width: 90%;
    min-height: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 150px 0 0;
    background: url(../image/robot.png) no-repeat right center;
}


/*** Mobile First Elements ( Load desktop graphics only when needed ) ***/

@media screen and (min-width:1023px) {

    body {
        background-image: url(../image/page-bg-clouds.png), url(../image/page-bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: center top, left top;
        background-size: auto auto
    }

    .content-wrapper h2.mobile-uk-number {
        display: none;
    }

    .content-wrapper h2.mobile-ie-number {
        display: none;
    }

    .liveChatSide {
        display: block;
    }
}

@media screen and (min-width:748px) {

    .homepage-left {
        padding-top: 224px;
        margin-top: 50px;
        background: url(../image/hands.png) center 33px no-repeat;
    }
    /* Contact UK only */
    .contact-uk {
        display: inline-block;
        font-size: 1.6em;
        margin-right: 0px;
        position: relative;
        top: -10px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 2;
        margin-top: -10px;
        padding-right: 10px;
    }

    .contact-ie {
        display: inline-block;
        font-size: 2.2em;
        margin-right: 0px;
        position: relative;
        top: -10px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.4;
        margin-top: -10px;
    }

    .contacts ul {
        display: inline-block;
    }

    .content-wrapper h2.mobile-uk-number {
        display: none;
    }

    .content-wrapper h2.mobile-ie-number {
        display: none;
    }

    .liveChatSide {
        display: block;
    }
}

@media screen and (min-width:630px) {
    .content-wrapper h2.mobile-uk-number {
        display: none;
    }

    .content-wrapper h2.mobile-ie-number {
        display: none;
    }

    .liveChatSide {
        display: block;
    }
}

@media screen and (min-width:600px) {
    .homepage-form {
        background-image: url(../image/homepage-form-bg.png), linear-gradient(top, #ffffff 0%,#dadada 100%);
        background-image: url(../image/homepage-form-bg.png), linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
        background-repeat: no-repeat, repeat;
        background-position: right center, left top;
    }

    .liveChatSide {
        display: block;
    }
}


/*** Desktop First ***/

@media screen and (max-width:970px) {
    #logo {
        position: absolute;
        top: -20%;
        left: -20%;
        index: -1;
        width: auto;
    }

    .liveChatSide {
        display: block;
    }

    .contacts-mid {
        display: none;
    }

    .main-nav ul li {
        font-size: 1.3em;
    }

        .main-nav ul li a {
            padding: 0 9px;
        }

    .homepage-banner {
        position: relative;
        top: 20px;
    }

        .homepage-banner h1 {
            float: left;
            width: 53%;
            font-size: 3.6em;
            text-align: center;
        }

            .homepage-banner h1 span {
                font-size: 86%;
            }

        .homepage-banner .price-wrapper {
            width: 47%;
            text-align: center;
        }

    .homepage-left {
        float: none;
        margin: 0 auto 3%;
    }

    .homepage-right {
        float: none;
        width: 580px;
        margin: 0 auto;
    }

    .homepage-form {
        min-height: 345px;
    }

    /*** Steps ***/

    h1.steps-banner {
        font-size: 3.8em;
    }

    nav.steps-nav {
        margin: 0 10px;
    }

    .steps .box {
        margin: -15px 10px 0;
    }

    /** Step 2 **/


    .step-2 .quote-wrapper h4 {
        font-size: 1.25em;
    }

    /** Step 3 **/

    .step-3 .enter-payment {
        width: 60%;
    }
}

@media screen and (max-width:870px) {

    .block-3 .monthly-wrapper .ribbon-monthly {
        position: absolute;
        width: 100px;
        height: auto;
        margin-left: -17px;
        margin-bottom: 6px;
        z-index: 50;
        bottom: 0;
    }

    /** Step 1 **/

    /** Step 2 **/

    .block-3 .robot {
        display: none;
    }

    .block-3 > div {
        width: 49%;
    }

    .policy-holder .uk-address2 {
        width: 32.8%;
    }

    /** Step 3 **/

    .step-3 .policy-details {
        width: 37%;
        min-width: 0;
    }

        .step-3 .policy-details .inner-details {
            margin-right: 0;
        }

        .step-3 .policy-details .robot {
            display: none;
        }

    .liveChatSide {
        display: block;
    }
}


@media screen and (max-width:820px) .contacts {
    width:40%; margin-top:5%;
}

.contacts strong {
    display: block;
}

/** Step 1 **/

.content-wrapper h2 {
    font-size: 2.1em;
    line-height: 2em;
}

.step-1 p.intro {
    font-size: 1.2em;
}

.dropdown-menu > li > a {
    font-size: 14px !important;
    line-height: 1.7em;
}

/** Step 2 **/

.step-2 .quote-wrapper h4 {
    font-size: 1.125em;
}

.step-2 .quote-summary {
    float: none;
    width: 80%;
    max-width: 150px;
    margin: 0 auto 1%;
}

.step-2 .quote-inner {
    float: none;
    margin: 0 auto 1%;
}

.policy-holder .getcode {
    font-size: 1.2em;
    padding: 8px 6px;
}

/** Documents Page **/

.doc-links-wrapper {
    width: 80%;
    padding-top: 25px;
}

    .doc-links-wrapper .btn {
        width: 100%;
        margin-bottom: 5%;
        max-width: 320px;
        font-size: 1em;
    }

.liveChatSide {
    display: block;
}

}


@media screen and (max-width:748px) {
    #logo {
        position: absolute;
        top: -30%;
        left: -20%;
        index: -1;
        width: auto;
    }

    .homepage-banner {
        font-size: 80%;
    }

    .main-nav .glyphicon-list {
        display: block;
        background: #BCCEE2;
        font-size: 24px;
        padding-top: 6px;
        width: 42px;
        height: 42px;
        position: absolute;
        top: -7px;
        right: 0;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
        color: #1E599D;
        cursor: pointer;
    }

        .main-nav .glyphicon-list:before {
            top: 10px;
            left: 9px;
        }

    .main-nav .mobile-menu {
        display: block;
    }


    .main-nav ul.flags {
        float: none;
        margin: 10px 0;
        right: 0;
        top: auto;
    }

        .main-nav ul.flags li {
            display: inline-block;
        }

            .main-nav ul.flags li a {
                margin: 0 5px;
            }

    .main-nav ul {
        clear: both;
        display: none;
        text-align: center;
    }

    .main-nav .main-menu li {
        border-top: 1px dotted #BCCEE2;
        display: block;
        line-height: 3em;
        font-size: 1.5em;
    }

    .main-nav ul li a {
        display: block;
    }

    .main-nav ul.main-menu li:first-child a {
        padding: 10px 0 20px 15px;
    }

    /*** Steps ***/


    .step-1 .quote-wrapper {
        width: 285px;
    }

        .step-1 .quote-wrapper .robot {
            display: none;
        }

    /*** Step 2 ***/

    .content-wrapper .block-3 .quote-wrapper h4 .mobile-hide {
        display: none;
    }


    #Main_ucCustomerDetails_pnlUKLocation .postcode {
        width: 23.5%;
    }

    .policy-holder .getcode {
        font-size: 1.4em;
        padding: 6px 6px 7px;
        width: 23.5%;
        margin-right: 1.5%;
    }

    .policy-holder .uk-address {
        width: 48%;
    }

    .policy-holder .uk-address2 {
        width: 98.9%;
    }

    /*** Step 3 ***/

    .step-3 .enter-payment .last-row {
        width: 100%;
    }

    .step-3 .enter-payment .month {
        width: 30%;
        margin-right: 2% !important;
    }

    .step-3 .enter-payment .year {
        width: 30%;
        margin-right: 1% !important;
    }

    .step-3 .enter-payment label.expiry-label {
        display: inline;
        line-height: 37px;
        margin: 0 0 0 3%;
        font-size: 1.4em;
        color: #888;
    }

    .liveChatSide {
        display: block;
    }
}

@media screen and (max-width:630px) {

    .header {
        height: auto;
        overflow: hidden;
    }

    .contacts {
        display: none;
    }

    #logo {
        position: relative;
        top: 0;
        left: 50%;
        width: 100%;
        height: auto;
        margin: 0 0 -20% -50%;
        z-index: -1;
    }

    .homepage-banner {
        display: none;
    }

    .homepage-left,
    .homepage-right {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }

    .homepage-form {
        background: none;
        width: 100%;
        min-height: 0;
        padding: 10px 0;
    }

        .homepage-form form {
            float: none;
            width: 100%;
            margin-right: 0;
        }

        .homepage-form .options-wrapper,
        .homepage-form #divLabelValue .input,
        .homepage-form .bootstrap-select:not([class*="span"]),
        .homepage-form .options-wrapper .input {
            float: none;
            width: 100%;
        }

            .homepage-form .options-wrapper span.input {
                background: #ddd;
            }

        .homepage-form h2 {
            text-align: center;
            color: #fff;
            font-size: 2.5em;
        }

    .homepage-left .robot {
        display: none;
    }

    .homepage-form .field {
        margin-right: 0;
    }

        .homepage-form .field .dropdown-menu {
            text-align: left;
        }

    .homepage-right {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .content-wrapper .quote-wrapper {
        float: none;
        margin: 0;
        background: #002d56;
        padding: 10px 0;
        width: 100%;
    }

    .content-wrapper .quote-inner {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

        .content-wrapper .quote-inner h4 {
            font-size: 1.25em;
            font-weight: 400;
            line-height: 1.25em;
            color: #fff;
        }

        .content-wrapper .quote-inner .price {
            float: left;
            font-size: 72.5% !important;
            line-height: 1.5em;
            margin: 0 3%;
        }

        .content-wrapper .quote-inner strong {
            display: block;
            font-size: 2.2em;
            font-weight: 600;
            margin-top: 5px;
        }

        .content-wrapper .quote-inner span {
            float: left;
            display: block;
        }

        .content-wrapper .quote-inner h4 span,
        .content-wrapper .quote-inner .price span {
            float: none;
        }

        .content-wrapper .quote-inner .btn {
            float: right;
            margin: 5px 3% 0 0;
            width: auto;
            display: inline-block;
        }

    .bootstrap-select.btn-group,
    .bootstrap-select.btn-group[class*="span"] {
        margin-left: 0.5%;
        margin-right: 0.5%;
        font-size: 1.25em;
    }

    .input {
        margin-left: 0.5%;
        margin-right: 0.5%;
        font-size: 1.8em;
    }


    /*** Steps ***/

    .step-1 #booking-area-right {
        display: none;
    }

    .step-1 #booking-area-right2 {
        display: block;
    }

    .step-1 p.introWidth {
        width: 100%;
    }

    h1.steps-banner {
        font-size: 2.4em;
    }

    .add-gadgets .gadget-type,
    .add-gadgets .gadget-make,
    .add-gadgets .gadget-model,
    .add-gadgets .gadget-value {
        width: 48%;
        min-width: 0;
    }

    .add-gadgets p.gadget-value,
    .add-gadgets .SelectAddcover span {
        font-size: 1.6em;
        line-height: 2.5em;
    }

    .add-gadgets .SelectAddcover {
        float: left;
        clear: both;
        margin-left: 1%;
    }

        .add-gadgets .SelectAddcover input[type="checkbox"] {
            margin-top: 5px;
        }

    .add-gadgets .picker-checkbox {
        top: 5px;
    }

    .add-gadgets .remove {
        top: -12px;
    }

    .step-1 .glyphicon {
        top: -6px;
    }

    .step-1 .quote-wrapper .robot {
        display: block;
    }



    /*** Step 2 ***/

    #divbuttons #Main_btnNext {
        display: none;
    }
    /* hide "next" button */

    table td {
        font-size: 1.4em;
    }

    .policy-holder .wrap-half {
        float: none;
        width: 100%;
        margin: 0;
    }


    .block-3 .robot {
        position: absolute;
        right: 5px;
        z-index: 100;
    }

    .content-wrapper .block-3 .quote-summary table {
        margin-bottom: 3%;
    }

    .content-wrapper .block-3 .quote-wrapper {
        background: none;
        position: relative;
        bottom: auto;
        left: auto;
    }

        .content-wrapper .block-3 .quote-wrapper h4 {
            font-size: 1.3em;
        }

    .content-wrapper .block-3 .quote-inner .price {
        float: none;
        margin: 0 auto 3%;
    }

    .content-wrapper .block-3 .quote-inner .btn {
        float: none;
        margin: 0 auto;
    }

    .discount-text {
        float: none;
        width: auto;
        text-align: center;
    }

    /*** Step 3 ***/

    .step-3 .enter-payment {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .step-3 .policy-details {
        float: none;
        width: 100%;
        max-width: 100%;
    }

        .step-3 .policy-details .inner-details {
            margin-right: 120px;
        }

        .step-3 .policy-details .robot {
            display: block;
        }

    .step-3 .enter-payment input {
        font-size: 2.05em;
    }

    /*** STATIC PAGES ***/

    /** About Page **/

    .map-address {
        float: none;
        width: 100%;
        font-size: 1em;
    }

    .map-frame {
        float: none;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 5%;
    }

    /** Policy Login Page **/

    .login-wrapper {
        width: 90%;
    }

    /** Documents Page **/

    .doc-links-wrapper,
    .doc-links-wrapper .btn {
        width: 100%;
    }

    .liveChatSide {
        display: none;
    }

    .liveChatBottom {
        display: block;
    }
}

@media screen and (max-width:570px) {

    .block-3 .monthly-wrapper .ribbon-monthly {
        position: absolute;
        width: 100px;
        height: auto;
        margin-left: -17px;
        margin-bottom: 0px;
        z-index: 50;
        bottom: 0;
    }

    #Main_ucCustomerDetails_pnlUKLocation .postcode {
        width: 48.75%;
    }

    .policy-holder .getcode {
        font-size: 1.6em;
        padding: 8px 6px;
        width: 48.75%;
        margin-right: 0;
    }

    .policy-holder .uk-address {
        width: 98.9%;
    }

    .policy-holder .uk-address2 {
        width: 98.9%;
    }

    .liveChatSide {
        display: none;
    }

    .liveChatBottom {
        display: block;
    }
}

@media screen and (min-width:491px) {
    .step-1 strong.glyphicon:before {
        display: none;
    }
}



@media screen and (max-width:490px) {

    h1.steps-banner,
    nav.steps-nav {
        display: none;
    }

    .main-nav span.phone {
        float: left;
        margin-left: 5%;
        display: none;
    }

    .steps {
        top: -4px;
    }

        .steps .box {
            margin: 4px 0 0;
            border-radius: 0;
            padding: 10px;
        }

    .step-1 .block-1 {
        margin: 0;
    }

    .content-wrapper h2 {
        font-size: 2em;
    }

    .step-1 p.intro,
    .step-1 .quote-wrapper .robot {
        display: none;
    }

    .step-1 strong.glyphicon:before {
        float: right;
        font-family: 'Glyphicons Halflings';
        color: #7bb601;
        font-size: 24px;
        position: relative;
        top: -2px;
        margin-left: 8px;
    }

    .add-gadgets {
        border-top: none;
        padding-top: 20px;
    }

        .add-gadgets .gadget-type,
        .add-gadgets .gadget-make,
        .add-gadgets .gadget-model,
        .add-gadgets .gadget-value,
        .add-gadgets .SelectAddcover {
            margin-right: 0;
            margin-bottom: 3%;
            width: 99%;
        }

    .step-2 .box {
        padding: 0 0 20px;
    }

    table th {
        font-size: 1.2em;
    }

    .step-2 .block-2 {
        margin: 0 10px;
    }

    .policy-holder .salutation {
        width: 22%;
    }

    .policy-holder .name,
    .policy-holder .surname {
        width: 35%;
    }

    .policy-holder .address {
        width: 98%;
    }

    /** Policy Login Page **/

    .login-wrapper {
        width: 100%;
    }

    /** Documents Page **/

    .doc-links-wrapper {
        background: none;
        padding: 0;
        width: 90%;
        margin-top: 10%;
    }

    .trustpilot {
        float: none;
        margin: 5% auto;
        text-align: center;
    }
}

@media screen and (max-width:420px) {

    .content-wrapper h2 {
        font-size: 1.6em;
    }

    .homepage-right li {
        font-size: 1.2em;
    }

    .glyphicon-ok:before {
        padding-right: 5px;
    }

    .vodafone-logo {
        display: block;
        margin: 5% auto 0;
        width: 130px;
        float: none;
    }

    .last-links {
        text-align: center;
    }

    /** Policy Login Page **/

    .login-wrapper {
        min-height: 0;
        padding-right: 0;
        background: none;
    }

    .content-wrapper .quote-inner {
        max-width: 100%;
    }

    .promo-wrapper {
        padding-right: 50px;
    }

    .promo-code {
        float: none;
        clear: both;
        width: 99%;
    }

    .content-wrapper .quote-inner .price {
        float: none;
        display: inline-block;
    }

    .content-wrapper .quote-inner .quote-or,
    .content-wrapper .quote-inner .or {
        float: none;
        display: inline-block;
        position: relative;
        top: -17px
    }

    .content-wrapper .quote-inner .btn {
        float: none;
        width: 80%;
    }
}


@media screen and (max-width:330px) {

    #logo {
        margin: 0 0 -30% -75%;
        max-width: none;
        width: 150%;
    }

    .homepage-form {
        padding-top: 5px;
    }

        .homepage-form h2 {
            font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 1.8em;
        }

    .homepage-right li {
        font-size: 1.1em;
    }

    /*** Step 2 ***/

    .step-2 .block-3 {
        background: none;
        padding: 0;
        border-radius: 0;
    }

        .step-2 .block-3 > div {
            background: #002d56;
            padding: 0 10px;
            border-radius: 0;
            width: 100%;
            float: none;
            margin: 0 0 2% !important;
            min-height: 0;
        }

        .step-2 .block-3 .quote-summary {
            float: left;
            width: 45%;
            margin: 0;
            font-size: 90%;
        }

        .step-2 .block-3 .quote-inner {
            float: right;
            width: 120px;
            margin: 0;
        }

    .content-wrapper .block-3 .quote-inner .price {
        float: none;
        margin: 0 auto 3%;
    }

    .content-wrapper .block-3 .quote-inner .btn {
        float: none;
        margin: 0 auto;
    }

    /*** Step 3 ***/

    .step-3 .enter-payment .full-name,
    .step-3 .enter-payment .card-number {
        width: 60%;
    }

    .step-3 .enter-payment .card-type,
    .step-3 .enter-payment .cvv-number {
        width: 35%;
        float: right;
    }

    .step-3 .enter-payment .month,
    .step-3 .enter-payment .year {
        float: right;
        width: 35%;
        margin-right: 1% !important;
    }

    .step-3 .enter-payment label.expiry-label {
        display: inline;
        line-height: 37px;
        margin: 0 0 0 3%;
        font-size: 1em;
        color: #888;
    }

    .step-3 .policy-details .inner-details {
        margin-right: 0;
    }

    .step-3 .policy-details .robot {
        display: none;
    }

    .step-3 .final-payment {
        width: 100%;
    }

    /****** NEW HOMEPAGE TEMPORARY OVERRIDES ******/

    .homepage-left {
        margin: 20px auto;
        width: 90%;
    }

    .homepage-form {
        width: 100%;
        background-color: #f1f1f1;
        background-image: linear-gradient(top, #ffffff 0%,#dadada 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
    }

        .homepage-form form {
            width: 90%;
            margin: 0 auto;
        }

        .homepage-form h2 {
            color: #000080;
        }

        .homepage-form form .field .input {
            background: #4E91E3;
            border-color: #2069A9;
            color: #fff;
        }
}

.glyphicon:before {
    font-family: 'Glyphicons Halflings';
}

.display-none {
    display: none;
}

.clear {
    clear: both;
}

.notValid,
.notValid .btn-default {
    border-color: #cb6d6d !important;
}

body .btn-success {
    background-color: #7bb601;
    border: none;
}

    body .btn-success:hover {
        background-color: #71a601;
    }

.confirmed-buttons {
    float: right;
}

    .confirmed-buttons .btn-success {
        margin-bottom: 2%;
    }

.book-button-landing {
    margin-left: 30%;
    width: 200px;
    padding-top: 0%;
    padding-bottom: 5%;
}

.container-right-40 {
    width: 40%;
    float: right;
    background-color: #898ea0;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #ffffff;
}

.container-left-60 {
    width: 59%;
    float: left;
}

.white {
    color: #ffffff;
}

.robot-landing {
    height: auto;
    width: 130px;
    margin-left: 50px;
    float: right;
    margin-top: -4%;
    margin-right: 5%;
}

.landing-bullets {
    font-size: 1.3em;
    line-height: 1.4em;
    list-style-type: circle;
    margin-left: 6%;
    color: #ffffff;
}

.btn-landing {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    margin-right: 5%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.p-landing-small {
    font-size: 1em;
    color: #cc0066;
    text-align: left;
    line-height: 1em;
}

.p-landing {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 1.8em;
    text-align: left;
    color: #002d56;
}

.landing-height {
    min-height: 165px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .container-right-40 {
        display: none;
    }
}
