﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic,greek);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);

/*========================================================
Main layout styles
=========================================================*/
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

a:link {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:visited {
    color: #0066cc;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:hover {
    color: #df883f;
    text-decoration: underline;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:active {
    color: #0066cc;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a img {
    border: 0
}

img {
    border: 0;
}

.responsiveImage {
    max-width: 100%;
    height: auto;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

    *:focus {
        outline: none;
    }

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #21a5bc;
}

::selection {
    color: #ffffff;
    background: #21a5bc;
}

::-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

.spacer {
    CLEAR: both;
    HEIGHT: 0px
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 10px 0 10px 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 10px 0 10px 0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 10px 0 10px 0;
}



/*========================================================
Menu styles
=========================================================*/
.Menu_Container {
    width: 100%;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    font-size: 0; /* removes white space so % work  */
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 135px;
    margin: 0;
    padding: 0;
}

    .Menu_Container .Menu_Navik {
        display: inline-block;
        width: 80%;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        color: #1B72D8;
        vertical-align: top;
    }

    .Menu_Container .Menu_GetStarted {
        display: inline-block;
        width: 20%;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        vertical-align: top;
        z-index: 99999;
        background: #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin: 0;
        padding: 10px 0 0 0;
        height: 90px;
    }

    .Menu_Container .Menu_Navik ol, ul {
        list-style: none;
    }

    .Menu_Container .Menu_Navik a:link {
        color: #1B72D8 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .Menu_Container .Menu_Navik a:visited {
        color: #1B72D8 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .Menu_Container .Menu_Navik a:hover {
        color: #df883f !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        text-decoration: underline;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .Menu_Container .Menu_Navik a:active {
        color: #1B72D8 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .Menu_Container .Telephone {
        display: inline-block;
        width: 100%;
        background-color: #030CA1;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 8px 0 0 0;
        margin: 0;
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: center;
        font-style: italic;
    }

        .Menu_Container .Telephone a:link {
            color: #FFFFFF !important;
            text-decoration: none;
            cursor: pointer;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .Menu_Container .Telephone a:visited {
            color: #FFFFFF !important;
            text-decoration: none;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .Menu_Container .Telephone a:hover {
            color: #df883f !important;
            text-decoration: underline;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .Menu_Container .Telephone a:active {
            color: #FFFFFF !important;
            text-decoration: none;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

@media only screen and (max-width: 1450px) {
    .Menu_Container .Menu_Navik {
        width: 85%;
    }

    .Menu_Container .Menu_GetStarted {
        width: 15%;
    }
}

@media only screen and (max-width: 1350px) {
    .Menu_Container .Menu_Navik {
        display: block;
        width: 100%;
    }

    .Menu_Container .Menu_GetStarted {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .Menu_Container {
        height: 150px;
    }
}

@media only screen and (max-width: 600px) {
    .Menu_Container {
        position: unset;
    }
}


@media only screen and (max-width: 400px) {
    .Menu_Container .Telephone {
        padding-top: 10px;
        font-size: 14px;
        height: 50px;
    }

    .Menu_Container {
        height: 145px;
        position: unset;
    }
}

/*========================================================
Main Wrapper 
=========================================================*/
.Main_Wrapper {
    width: 100%;
    font-size: 0; /* removes font white space so % work  */
}

    .Main_Wrapper .Content {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }

        .Main_Wrapper .Content .Fifty {
            display: inline-block;
            width: 48%;
            text-align: left;
            vertical-align: top;
        }



@media only screen and (max-width: 700px) {
    .Main_Wrapper .Content .Fifty {
        display: block;
        width: 100%;
    }
}

/*========================================================
Banners 
=========================================================*/
.Banner {
    position: relative;
    display: table;
    width: 100%;
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .Banner:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
    }

.Banner-Inside {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.Banner-Title h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    color: #FFFFFF;
}

.Banner-Subtitle h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFFFFF;
}

.Banner-Button {
    display: inline-block;
    margin: 10px;
}

@media (min-width: 768px) {
    .Banner {
        min-height: 700px;
    }

    .Banner-Title h1 {
        font-size: 52px;
        margin-bottom: 40px;
    }

    .Banner-Subtitle h2 {
        font-size: 33px;
        letter-spacing: 5.5px;
        margin-bottom: 20px;
    }

    .Banner-Button {
        margin: 30px 20px;
    }
}

/*========================================================
Top Page Banner
=========================================================*/
.TopBanner {
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

    .TopBanner h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding: 20px 0 10px 0;
    }

    .TopBanner h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding: 20px 0 10px 0;
    }

@media (max-width: 500px) {
    .TopBanner h1 {
        font-size: 30px;
    }

    .TopBanner h2 {
        font-size: 16px;
    }
}

/*========================================================
Background Images 
=========================================================*/
.FirstPage_Banner {
    background-image: url('/images/banner01.jpg');
}

.CallForwarding {
    background-image: url('/images/call_forwarding.jpg');
}

.CallRecording {
    background-image: url('/images/call_recording.jpg');
}

.CallSchedules {
    background-image: url('/images/call_schedules.jpg');
}

.PersonalisedAudios {
    background-image: url('/images/personalised_audios.jpg');
}

.Contact {
    background-image: url('/images/Contact.jpg');
}

.Error {
    background-image: url('/images/Error.jpg');
}

.About_Us {
    background-image: url('/images/About_Us.jpg');
}

.Call_Queuing {
    background-image: url('/images/Call_Queuing.jpg');
}

.Call_Recording {
    background-image: url('/images/Call_RecordingLogo.jpg');
}

.Call_Whispers {
    background-image: url('/images/Call_Whispers.jpg');
}

.Conference_Calls {
    background-image: url('/images/Conference_Calls.jpg');
}

.FAQ {
    background-image: url('/images/FAQ.jpg');
}

.HowitworksBanner {
    background-image: url('/images/HowItWorksLogo.jpg');
}

.LiveCallAnswering {
    background-image: url('/images/LiveCallAnswering.jpg');
}

.Packages {
    background-image: url('/images/Packages.jpg');
}

.Phonenumbers {
    background-image: url('/images/Phonenumbers.jpg');
}

.PricingBanner {
    background-image: url('/images/Pricing.jpg');
}

.VOIP {
    background-image: url('/images/VOIP.jpg');
}


/*========================================================
HomePage Promotion Boxes 
=========================================================*/
.PromotionBox_Wapper {
    width: 100%;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #e0e0e0;
}

    .PromotionBox_Wapper .PromotionBox {
        width: 22%;
        display: inline-block;
        margin: 20px;
    }

        .PromotionBox_Wapper .PromotionBox .TopImage {
            width: 100%;
            min-height: 100px;
            height: 200px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            font-size: 14px;
        }

        .PromotionBox_Wapper .PromotionBox .PromotionText {
            margin: 5px 0 0 0;
            border-top: 1px solid #1B72D8;
            width: 100%;
            height: 150px;
            font-size: 14px;
            padding: 10px;
            border-bottom: 1px solid #1B72D8;
        }

            .PromotionBox_Wapper .PromotionBox .PromotionText h2 {
                font-size: 22px;
                height: 70px;
            }

        .PromotionBox_Wapper .PromotionBox .PromotionButton {
            width: 100%;
            height: 40px;
            font-size: 18px;
            text-align: center;
            color: #df883f;
            font-weight: bold;
            padding-top: 5px;
        }

            .PromotionBox_Wapper .PromotionBox .PromotionButton:hover {
                background: linear-gradient(to right,#df883f,#e16329);
                cursor: pointer;
                color: #FFFFFF;
            }


@media only screen and (max-width: 1250px) {
    .PromotionBox_Wapper .PromotionBox .PromotionText {
        height: 160px;
    }
}

@media only screen and (max-width: 1100px) {
    .PromotionBox_Wapper .PromotionBox {
        width: 45%;
        display: inline-block;
        margin: 20px;
    }

        .PromotionBox_Wapper .PromotionBox .PromotionText {
            height: 150px;
        }
}

@media only screen and (max-width: 675px) {
    .PromotionBox_Wapper .PromotionBox .PromotionText {
        height: 160px;
    }
}

@media only screen and (max-width: 550px) {
    .PromotionBox_Wapper .PromotionBox {
        width: 90%;
        display: block;
        margin: 10px;
    }

        .PromotionBox_Wapper .PromotionBox .PromotionText {
            height: 150px;
        }

            .PromotionBox_Wapper .PromotionBox .PromotionText h2 {
                height: auto;
            }
}

/*========================================================
Number Choice Divs
=========================================================*/
.NumberChoice_Wapper {
    width: 100%;
    font-size: 0;
    padding: 0;
    margin: 20px auto;
    text-align: center;
}

    .NumberChoice_Wapper .Choice {
        width: 30%;
        display: inline-block;
        margin: 10px 20px 20px 20px;
        vertical-align: top;
    }

    .NumberChoice_Wapper .ChoiceImage {
        position: relative;
        display: block;
        width: 100px;
        height: 100px;
        padding: 0;
        text-align: center;
        background: #ffffff;
        border: 3px solid #df883f;
        font-size: 60px;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 50%;
    }

    .NumberChoice_Wapper .ChoiceHeader {
        width: 100%;
        display: block;
    }

        .NumberChoice_Wapper .ChoiceHeader h3 {
            width: 100%;
            font-family: 'Open Sans', sans-serif;
            font-size: 22px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #000000;
            text-align: center;
            padding: 10px 0 10px 0;
        }

        .NumberChoice_Wapper .ChoiceHeader .Line {
            width: 90%;
            height: 1px;
            background-color: #000000;
            margin: 0 auto;
        }

    .NumberChoice_Wapper .ChoiceText {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #000000;
        text-align: center;
        padding: 10px 0 10px 0;
        height: 80px;
    }

    .NumberChoice_Wapper .ChoiceStrap {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #df883f;
        text-align: center;
        padding: 10px 0 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .NumberChoice_Wapper .ChoiceButton {
        width: 100%;
    }

@media only screen and (max-width: 1400px) {
    .NumberChoice_Wapper .ChoiceHeader h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1250px) {
    .NumberChoice_Wapper .Choice {
        width: 40%;
    }

    .NumberChoice_Wapper .ChoiceHeader h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1050px) {
    .NumberChoice_Wapper .ChoiceHeader h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 910px) {
    .NumberChoice_Wapper .Choice {
        width: 100%;
        display: block;
        margin: 20px 0 20px 0;
    }

    .NumberChoice_Wapper .ChoiceText {
        height: auto;
    }
}

/*========================================================
How It Works styles
=========================================================*/
.HowItWorks {
    width: 80%;
    margin: 0 auto;
}

    .HowItWorks .HowImage {
        width: 100%;
        min-width: 100%;
        min-height: 800px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url('/images/howitworks.jpg');
    }

@media only screen and (max-width: 1000px) {
    .HowItWorks .HowImage {
        min-height: 500px;
    }
}

@media only screen and (max-width: 800px) {
    .HowItWorks .HowImage {
        min-height: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .HowItWorks .HowImage {
        background-image: url('/images/howitworks2.jpg');
        min-height: 1200px;
    }
}

@media only screen and (max-width: 400px) {
    .HowItWorks .HowImage {
        background-image: url('/images/howitworks2.jpg');
        min-height: 900px;
        border: 1px solid pink;
    }
}

/*========================================================
Pricing Boxes 
=========================================================*/
.Pricing_Wrapper {
    width: 100%;
    font-size: 0px;
    margin: 0 auto;
}

    .Pricing_Wrapper .Pricing {
        width: 30%;
        margin: 10px;
        display: inline-block;
        border-radius: 4px !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 14px;
        vertical-align: top;
    }

        .Pricing_Wrapper .Pricing .Head {
            width: 100%;
            border-radius: 4px 4px 0 0;
            padding-bottom: 10px;
        }

            .Pricing_Wrapper .Pricing .Head .Head_Pricing {
                width: 100%;
                text-align: center;
                font-size: 60px;
                font-weight: 900;
            }


            .Pricing_Wrapper .Pricing .Head .Head_Strap {
                width: 100%;
                text-align: center;
                font-size: 12px;
            }

        .Pricing_Wrapper .Pricing .Main {
            border-top: 0 !important;
            border-left: 1px;
            border-right: 1px;
            border-bottom: 1px;
            border-color: grey;
            border-style: solid;
        }

            .Pricing_Wrapper .Pricing .Main .FeatureWrapper {
                width: 100%;
                height: 70px;
            }

                .Pricing_Wrapper .Pricing .Main .FeatureWrapper .Icon {
                    width: 30%;
                    height: 70px;
                    display: inline-block;
                    font-size: 40px;
                    text-align: center;
                    vertical-align: middle;
                    padding: 0;
                    margin: 0;
                    color: black;
                }

                .Pricing_Wrapper .Pricing .Main .FeatureWrapper .FeatureText {
                    margin: 5px 0 0 0;
                    width: 60%;
                    height: 70px;
                    display: inline-block;
                    vertical-align: middle;
                    color: black;
                }

                    .Pricing_Wrapper .Pricing .Main .FeatureWrapper .FeatureText h4 {
                        font-family: 'Open Sans', sans-serif;
                        font-size: 14px;
                        font-weight: 900;
                        text-transform: uppercase;
                        letter-spacing: 5px;
                        padding:  10px 0 0 0;
                    }

.FeatureList ul {
    list-style: none;
}

.FeatureList li {
    padding-left: 15px;
    text-indent: -0.9rem;
    text-align: left !important;
    font-size: 14px;
    padding-bottom: 10px;
}

    .FeatureList li::before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        content: '\f058';
        padding-right: 0.5rem;
        font-family: 'Font Awesome 5 Pro';
        color: green;
        font-weight: 900;
    }

.FeatureList span {
    font-size: 10px;
    position: relative;
    left: -10px;
    color: #666;
}


.PlusList ul {
    list-style: none;
}

.PlusList li {
    padding-left: 15px;
    text-indent: -0.9rem;
    text-align: left !important;
    font-size: 14px;
    padding-bottom: 10px;
}

    .PlusList li::before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        content: '\f0a9';
        padding-right: 0.5rem;
        font-family: 'Font Awesome 5 Pro';
        color: black;
        font-weight: 900;
    }

.PlusList span {
    font-size: 10px;
    position: relative;
    left: -10px;
    color: #666;
}


@media only screen and (max-width: 1250px) {
    .Pricing_Wrapper .Pricing .Head h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1050px) {
    .Pricing_Wrapper .Pricing {
        width: 45%;
    }
}

@media only screen and (max-width: 700px) {
    .Pricing_Wrapper .Pricing .Main .FeatureWrapper {
        height: 90px;
    }
    .Pricing_Wrapper .Pricing {
        display: block;
        width: 95%;
        padding-bottom: 20px;
    }
}


/*========================================================
Table
=========================================================*/

.OrangeTable {
    padding: 0px;
    width: 80%;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
}

    .OrangeTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 10px;
    }


    .OrangeTable td {
        vertical-align: middle;
        border: 1px solid #DDDDDD;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 15px;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        opacity: unset;
    }

        .OrangeTable td.centered {
            text-align: center;
            color: green;
        }

        .OrangeTable td.text_centered {
            font-size: 16px;
            text-align: center;
        }

        .OrangeTable td.text {
            font-size: 16px;
        }

    .OrangeTable tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .OrangeTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .OrangeTable tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .OrangeTable tr:first-child td {
        background: linear-gradient(to right,#e16329,#df883f);
        border: 0px solid #DDDDDD;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #ffffff;
    }

    .OrangeTable tr:first-child:hover td {
        background: linear-gradient(to right,#e16329,#df883f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");
        background: -o-linear-gradient(top,#ff7f00,bf5f00);
        background-color: #ff7f00;
    }

    .OrangeTable tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .OrangeTable tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

@media only screen and (max-width: 600px) {
    .OrangeTable {
        width: 100%;
        overflow: auto;
    }
}


/*========================================================
Lists 
=========================================================*/

.list ul {
    list-style: none;
    text-align: left;
}

.list li {
    padding-left: 15px;
    text-indent: -0.9rem;
    text-align: left !important;
    font-size: 16px;
    padding-bottom: 10px;
}

    .list li::before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        content: '\f111';
        padding-right: 0.5rem;
        font-family: 'Font Awesome 5 Pro';
        color: #e16329;
        font-weight: 900;
    }


/*========================================================
Highlights 
=========================================================*/
.Highlight_Wrapper {
    width: 100%;
    background-color: #ccc;
}

    .Highlight_Wrapper .Icon {
        width: 15%;
        font-size: 50px;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        color: #e16329;
    }

    .Highlight_Wrapper .TextLarge {
        width: 75%;
        vertical-align: middle;
        display: inline-block;
        font-size: 24px;
    }

@media only screen and (max-width: 600px) {
    .Highlight_Wrapper .Icon {
        width: 30%;
    }

    .Highlight_Wrapper .TextLarge {
        width: 60%;
        font-size: 20px;
    }
}

/*========================================================
Additional Boxes 
=========================================================*/
.Additional {
    width: 100%;
}

    .Additional .Icon {
        width: 15%;
        font-size: 50px;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        color: #e16329;
    }

    .Additional .TextLarge {
        width: 75%;
        vertical-align: middle;
        display: inline-block;
        font-size: 18px;
        text-align: center;
    }

@media only screen and (max-width: 600px) {
    .Additional .Icon {
        width: 100%;
        display: block;
    }

    .Additional .TextLarge {
        width: 100%;
        display: block;
    }
}

/*========================================================
Contact Page Boxes 
=========================================================*/
.GoogleMaps {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .GoogleMaps {
        width: 100%;
    }
}


/*========================================================
Form Elements
=========================================================*/

label {
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

.SpecialForm input, textarea {
    font-size: 16px !important;
    width: 100% !important;
    padding: 5px !important;
    border-radius: 2px !important;
    color: gray !important;
}



/*========================================================
Button styles
=========================================================*/
.Style1 {
    font-family: 'Font Awesome 5 Pro', 'Open Sans', sans-serif;
    color: #FFFFFF;
    background: #1B72D8;
    text-decoration: none;
    width: 60%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
}

.Style2 {
    font-family: 'Font Awesome 5 Pro', 'Open Sans', sans-serif;
    color: #FFFFFF;
    background: #1B72D8;
    text-decoration: none;
    width: 200px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: no-repeat;
}

.Style3 {
    font-family: 'Font Awesome 5 Pro', 'Open Sans', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    width: 300px;
    height: 80px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    border: none;
    background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: no-repeat;
}

@media only screen and (max-width: 700px) {
    .Style3 {
        height: 60px;
        font-size: 20px;
    }
}

/*========================================================
Colour Fades
=========================================================*/
.Green1 {
    background-color: #79ba37;
}

.Green2 {
    background-color: #58af3c;
}

.Green3 {
    background-color: #39986c;
}

.Blue1 {
    background-color: #75c2ca;
}

.Blue2 {
    background-color: #3e95b1;
}

.Blue3 {
    background-color: #47a4dc;
}

    .Blue1:hover, .Blue2:hover, .Blue3:hover, .Green1:hover, .Green2:hover, .Green3:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

.LightBlue {
    border-radius: inherit;
    background: #75c2ca !important;
    border: none;
}

.PaleBlue {
    border-radius: inherit;
    background: #b7ccce !important;
    border: none;
}

.RevBlueFadeNoHover {
    border-radius: inherit;
    background: linear-gradient(to right,#47adb9,#45848e);
    border: none;
}

.BlueFadeNoHover {
    border-radius: inherit;
    background: linear-gradient(to right,#45848e,#47adb9);
    border: none;
}

.BlueFade:hover {
    border-radius: inherit;
    background: linear-gradient(to right,#1B72D8,#030CA1);
    opacity: 0.6;
    cursor: pointer;
}

.BlueFade {
    border-radius: inherit;
    background: linear-gradient(to right,#030CA1,#1B72D8);
    border: none;
}

.OrangeFade:hover {
    border-radius: inherit;
    background: linear-gradient(to right,#df883f,#e16329);
    opacity: 0.8;
    cursor: pointer;
}

.OrangeFade {
    border-radius: inherit;
    background: linear-gradient(to right,#e16329,#df883f);
    border: none;
}

.OrangeFadeNoHover {
    border-radius: inherit;
    background: linear-gradient(to right,#e16329,#df883f);
    border: none;
}

/*========================================================
Testimonals from index
=========================================================*/
.testimonials_wrapper {
    width: 100%;
    font-size: 0;
    padding: 50px 0 50px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #e0e0e0;
}

.testimonials_sides {
    width: 15%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #CCCCCC;
    font-size: 50px;
    margin-top: 0px;
}

.testimonials_sides a:link,
.testimonials_sides a:visited,
.testimonials_sides a:active {
    text-decoration: none;
    color: #CCCCCC;
}

.testimonials_sides a:hover {
    color: #df883f;
    text-decoration: none;
}

.testimonials_main {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.testimonials_main .testimonials_image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.testimonials_main .testimonials_image img {
    border-radius: 50%;
    behavior: url(js/pie.htc);
    width: 100% !important;
    height: auto;
    border: 1px solid #CCCCCC;
}

.testimonials_main .testimonals_text {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    padding-bottom: 20px;
    text-align: left;
}

.testimonials_main .testimonals_text .testimonials_details {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.testimonials_main .testimonals_text .feefo {
    float: left;
    width: 20%;
}

.testimonials_main .testimonals_text .feefo img {
    width: 100%;
}

.testimonials_main .testimonals_text .livechat {
    float: right;
    width: 20%;
}

.testimonials_main .testimonals_text .livechat img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .testimonials_main .testimonals_text .feefo img {
        width: 150%;
    }

    .testimonials_main .testimonals_text .livechat img {
        width: 150%;
    }

    .testimonials_main .testimonals_text .testimonials_details {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 14px;
        font-style: italic;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonials_sides {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #CCCCCC;
        font-size: 30px;
        margin-top: 60px;
    }
}

/*========================================================
Checkout
=========================================================*/
.CheckoutChoice {
    margin: 0 auto;
    float: none !important;
    display: table;
    width: 60%;
}

.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}  

/*========================================================
Footer
=========================================================*/
.footer {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.footer .line {
    width: 100%;
    height: 40px;
    background-color: #1B72D8;
    margin: 0 0 10px 0;
}

.footer .logo {
    display: table;
    width: 100%;
    min-height: 25px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('/images/logo.png');
}

.footer .Company {
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000000;
    text-align: center;
    padding: 10px 0 10px 0;
}

.footer .strap {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000000;
    text-align: center;
    padding: 10px 0 10px 0;
}

.footer .LinkWrapper {
    width: 100%;
    font-size: 0;
    padding: 10px 0 0 0;
}

.footer .LinkWrapper {
    width: 100%;
    font-size: 0;
    padding: 10px 0 0 0;
}

.footer .LinkWrapper .LocalLinks {
    display: inline-block;
    width: 5%;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #0066cc !important;
}

.footer .LinkWrapper .SocialLinks {
    display: inline-block;
    width: 80%;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #0066cc !important;
}

.footer .LinkWrapper .TelNo {
    display: inline-block;
    width: 10%;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #0066cc !important;
}

@media only screen and (max-width: 1250px) {

    .footer .LinkWrapper {
        width: 100%;
        font-size: 0;
        padding: 10px 0 0 0;
    }

    .footer .LinkWrapper .LocalLinks {
        display: inline-block;
        width: 5%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        color: #0066cc !important;
    }

    .footer .LinkWrapper .SocialLinks {
        display: inline-block;
        width: 80%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        color: #0066cc !important;
    }

    .footer .LinkWrapper .TelNo {
        display: inline-block;
        width: 10%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        color: #0066cc !important;
    }
}

@media only screen and (max-width: 1250px) {
    .footer .LinkWrapper .LocalLinks {
        display: inline-block;
        width: 5%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }

    .footer .LinkWrapper .SocialLinks {
        display: inline-block;
        width: 80%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }

    .footer .LinkWrapper .TelNo {
        display: inline-block;
        width: 10%;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 1250px) {
    .footer .LinkWrapper .LocalLinks {
        width: 10%;
    }

    .footer .LinkWrapper .SocialLinks {
        width: 60%;
    }

    .footer .LinkWrapper .TelNo {
        width: 20%;
    }
}

@media only screen and (max-width: 750px) {
    .footer .LinkWrapper .LocalLinks {
        width: 15%;
    }

    .footer .LinkWrapper .SocialLinks {
        padding-top: 10px;
        width: 40%;
    }

    .footer .LinkWrapper .TelNo {
        width: 30%;
    }
}

@media only screen and (max-width: 400px) {
    .footer .LinkWrapper .LocalLinks {
        width: 50%;
    }

    .footer .LinkWrapper .SocialLinks {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    .footer .LinkWrapper .TelNo {
        width: 100%;
        display: block;
    }
}

/*========================================================
Bottom Footer Links
=========================================================*/
.footer-links-wrapper {
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    background: #000;
    width: 100%;
    overflow: hidden;
}

.footer-links {
    text-transform: uppercase;
    color: #666 !important;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px !important;
    width: 95%;
}


.footer-links ul {
    list-style: none outside none;
    padding: 0 0 0 0;
    float: left;
    display: inline;
}

.footer-links ul li {
    float: left;
    display: inline;
    height: 20px;
    border-right: 1px solid #1a1a1a;
    padding-right: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.footer-links ul li.last {
    border: 0;
}

.footer-links ul li a {
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
}

.footer-links .right {
    float: right;
    font-size: 10px;
    white-space: nowrap;
    height: 20px;
    padding-top: 10px;
    line-height: 20px;
}

.footer-links a:link {
    color: #FFFFFF;
}

.footer-links a:visited {
    color: #FFFFFF;
}

.footer-links a:hover {
    color: #df883f;
}

.footer-links a:active {
    color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
    .footer-links-wrapper {
        height: 100px;
    }

    .footer-links {
        height: 100px;
    }

    .footer-links .right {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 400px) {
    .footer-links-wrapper {
        height: 140px;
    }

    .footer-links {
        height: 140px;
    }

    .footer-links .right {
        float: none;
        display: inline-block;
        font-size: 10px;
    }
}
  



