﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Galada');



shad_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9008 !important;
    height: 14px;
    background-image: url(../img/header_shadow.png);
    background-repeat: repeat-x;
}

shad_h1 {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -101 !important;
    background-image: url(../img/header_shadow.png);
    background-repeat: repeat-x;
}

h1 {
    font-family: 'Questrial';
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 1.4em;
    font-size: calc(1.4vw + 1.4em);
    display: block;
    margin: 0px;
    padding: 28px 0 5px 0;
    font-weight: 100;
}

/*h2 {
    font-family: 'Quicksand';
    letter-spacing: 0px;
    color: #BFDAF7;
    font-size: 0.5em;
    font-size: calc(0.5vw + 0.8em);
    font-weight: 100;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}*/

.hero_bullets {
    padding-top: 0;
    padding-left: 0%;
    color: #246e15;
    list-style: none;
}

    .hero_bullets li {
        margin-bottom: 15px;
    }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        font-family: 'Questrial';
        padding: 0% 0% 1.3% 0%;
        margin: 0px;
        font-weight: 100;
        margin-bottom: 1px;
        line-height: 0.89em;
        line-height: calc(0.89vw + 0.65em);
        font-size: 0.89em;
        font-size: calc(0.89vw + 0.65em);
    }



.credit_terms {
    display: block;
    background-color: rgba(53,124,201,0.10);
    padding: 1.8% 2% 0.5% 3.0% !important;
    font-family: 'Lato';
    margin: 8px 30px 0px 0px;
    border-width: 2px;
    border-style: dotted;
    border-color: rgba(53,95,151,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.credit_terms_tit {
    color: rgba(53,124,201,0.99);
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.8em);
    letter-spacing: -0.55px;
    font-weight: 900;
    text-align: left;
}

.credit_terms p {
    color: rgba(53,124,201,0.85);
    font-size: 0.50em;
    font-size: calc(0.50vw + 0.50em);
    letter-spacing: -0.1px;
    font-weight: 100;
    text-align: left;
    font-family: 'Arial';
}

@media screen and (max-width:800px) {
    .credit_terms {
        text-align: center !important;
    }

        .credit_terms p {
            text-align: center !important;
            font-size: 0.70em;
            font-size: calc(0.70vw + 0.70em);
        }

    .credit_terms {
        margin: 8px 0px 0px 0px;
    }
}




.wrapper_full {
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
    margin-top: -18px;
    overflow: hidden;
    z-index: -101 !important;
}

    .wrapper > * {
        padding: 0px;
        flex: 1 100%;
    }


.wrapper44 {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
    margin-top: -18px;
    overflow: hidden;
    z-index: -101 !important;
}

    .wrapper44 > * {
        padding: 0px;
        flex: 1 100%;
    }

.hero44 {
    padding: 0;
    margin: 0 0 1% 0;
    background-color: rgba(152,255,31,0.0);
    top: 0;
    left: 0;
    z-index: -100;
    max-width: 75%;
}

.hide_hero44 {
    display: inline-block;
    margin: 0 0 1% 0px;
    max-width: 99.9%;
}

@media screen and (max-width:800px) {
    .hide_hero44 {
        width: 100%;
    }

    .hero44 {
        max-width: 100%;
    }
}


.enquiry_block44 {
    width: 0;
    padding: 0 0 0 0;
    display: inline-block;
    background-color: rgba(255,29,232,0.6);
}

.form_register33 {
    margin: 0 0 0 0;
    display: flex 1;
    padding: 0% 0% 0 0%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: -webkit-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: -o-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: -moz-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: linear-gradient(#F3F3F3 20%, #C8C8C8);
    -webkit-box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
    -moz-box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
    box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
    min-width: 650px !important;
}


.slide_size {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
}

.hide_hero {
    display: inline-block;
}

.hide_marquee {
    display: inline-block;
}

.hide_marquee44 {
    display: inline-block;
    width: 100%;
    margin: 350px 0 0 0 !important;
}

@media screen and (max-width:1200px) {
    .hide_text {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .hide_space {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .hide_marquee {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .slide_size {
        width: 100%;
        height: auto;
    }

    .hide_hero {
        display: none;
    }

    .hide_hero44 {
        display: none;
    }
}

@media screen and (max-width:320px) {
}

/* ######################################################   HEADER section  ###################################################################################################### */

.wrapper_header_full {
    padding: 15px 0 45px 0;
    width: 100%;
    margin: 0px;
    background-color: rgba(240,255,0,0.0);
}

.wrapper_header {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
    background-color: rgba(172,118,0,0.0);
}

    .wrapper_header > * {
        padding: 10px;
        flex: 1 100%;
    }

.header {
    height: 75px;
    color: #fff;
}

.head_right {
    float: right;
}

.tel_line {
    font-family: 'Questrial';
    clear: both;
    float: right;
    font-size: 55px;
    color: rgba(53,124,201,1.00) !important;
    text-decoration: none !important;
    letter-spacing: -3.5px;
    display: block;
    font-weight: 500;
    background-color: rgba(241,0,4,0.0);
}

.strap_line {
    font-family: 'Handlee';
    float: right;
    font-size: 31px;
    color: rgba(53,124,201,0.55);
    letter-spacing: -1px;
    clear: right;
}

.strap_lineb {
    display: block;
    width: 60%;
    text-align: center;
    font-family: 'Handlee';
    font-size: 0.99em;
    font-size: calc(0.99vw + 0.89em);
    margin: 0 auto 0 auto;
    line-height: 1.2em;
    color: rgba(255,255,255,0.99);
    letter-spacing: -1px;
}

.strap_hide {
    display: inline-block;
}

@media screen and (max-width:999px) {
    .strap_line {
        float: right;
        font-size: 0.90em;
        font-size: calc(0.90vw + 0.9em);
    }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        padding: 0% 0% 1.3% 0%;
        font-weight: 100;
        font-size: 0.9em;
        font-size: calc(0.9vw + 0.6em);
        line-height: 1.0em;
        line-height: calc(1.0vw + 0.66em);
    }
}


@media screen and (max-width:955px) {
    .hide_text {
        display: none;
    }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        font-family: 'Questrial';
        padding: 0% 0% 1.3% 0%;
        margin: 0px;
        font-weight: 100;
        margin-bottom: 1px;
        background-color: rgba(187,228,0,0.0);
        line-height: 1.0em;
        line-height: calc(1.0vw + 0.66em);
        font-size: 0.9em !important;
        font-size: calc(0.9vw + 0.8em) !important;
    }
}


@media screen and (max-width:739px) {
    .strap_line {
        font-size: 1.4em;
        font-size: calc(1.4vw + 0.8em);
    }

    .strap_hide {
        display: none;
    }

    .tel_line {
        font-size: 3.5em;
        font-size: calc(3.5vw + 1.5em);
    }
}

@media screen and (max-width:420px) {
    .strap_line {
        font-size: 1.8em;
        font-size: calc(1.8vw + 0.9em);
        margin-top: 2px;
    }

    .strap_hide {
        display: none;
    }
}

/* ######################################################   POP-UPS section  ######################################################################### */

* {
    box-sizing: border-box;
}

.popup form {
    width: 100%;
}

    .popup form input, .popup form select {
        height: 32px;
    }

    .popup form input, .popup form select, .popup form textarea {
        border: 1px solid #FFD2FF;
        display: block;
        margin: 0 auto;
        width: 83.55%;
    }

.bottomMenu {
    display: none;
    position: fixed;
    top: -2px;
    width: 100%;
    z-index: 3001 !important;
    text-align: center;
    height: 65px;
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.6em);
    border: 0px solid rgba(255,255,255, 0.0);
    background-color: rgba(53,124,201,1.0);
}

.popbox1 {
    height: 90px;
    background-color: rgba(27,194,255,0.0);
    display: inline-block;
    float: left;
    width: 17.0%;
    flex: 1 auto;
}

.popbox2 {
    height: 90px;
    background-color: rgba(255,253,40,0.0);
    display: inline-block;
    float: right;
    width: 68.0%;
    flex: 1 auto;
}

.popbox3 {
    height: 90px;
    background-color: rgba(201,4,7,0.0);
    display: inline-block;
    float: right;
    width: 15.0%;
    flex: 1 auto;
}

.poplogo {
    float: left;
    padding: 2px 0 0 0;
}

#tel_line_pop {
    display: inline-block;
    font-family: 'Questrial';
    float: right;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none !important;
    letter-spacing: -1.5px !important;
    padding-top: 10px;
    font-weight: 900;
    font-size: 35px;
}

.strap_line_pop {
    display: inline-block;
    font-family: 'Quicksand';
    float: right;
    color: rgba(255,255,255,0.65);
    letter-spacing: -1px;
    padding: 15px 17px 0 0;
    font-size: 22px;
}

@media screen and (max-width:1139px) {
    .strap_line_pop {
        padding: 18px 17px 0 0;
        font-size: 19px;
    }
}

@media screen and (max-width:1024px) {
    .strap_line_pop {
        padding: 18px 17px 0 0;
        font-size: 18px;
    }
}

@media screen and (max-width:999px) {
    .strap_line_pop {
        display: none;
    }
}

/* ######################################################   ENQUIRY POP BUTTONS  ################################################################################################### */

.enquiry_pop {
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: center;
    border: none;
    display: block;
    padding: 0px 17px 3px 17px;
    float: right;
    margin: 0 0 5px 0;
    width: 150px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    color: rgba(255,255,255,1.0);
    background-color: rgba(234,21,255,0.8);
}

    .enquiry_pop:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#FF19EF 20%, #C607B9);
        background: -o-linear-gradient(#FF19EF 20%, #C607B9);
        background: -moz-linear-gradient(#FF19EF 20%, #C607B9);
        background: linear-gradient(#FF19EF 20%, #C607B9);
    }

.dip_pop {
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    border: none;
    padding: 0px 17px 3px 17px;
    float: right;
    width: 150px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background-color: rgba(51,229,31,0.5);
}

    .dip_pop:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
        background: -o-linear-gradient(#49D92A 10%, #36B01C);
        background: -moz-linear-gradient(#49D92A 10%, #36B01C);
        background: linear-gradient(#49D92A 10%, #36B01C);
    }

.enquiry_pop_page {
    text-decoration: none;
    font-family: arial;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    float: right;
    padding: 2% 7% 3% 7%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#F41685 20%, #C30364);
    background: -o-linear-gradient(#F41685 20%, #C30364);
    background: -moz-linear-gradient(#F41685 20%, #C30364);
    background: linear-gradient(#F41685 20%, #C30364);
    margin: auto 1% auto 1%;
}

    .enquiry_pop_page:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#C30364 20%, #F41685);
        background: -o-linear-gradient(#C30364 20%, #F41685);
        background: -moz-linear-gradient(#C30364 20%, #F41685);
        background: linear-gradient(#C30364 20%, #F41685);
    }


.rates_link {
    display: block;
    text-decoration: none;
    font-family: arial;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    padding: 1.5% 7% 1.5% 7%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#F41685 20%, #C30364);
    background: -o-linear-gradient(#F41685 20%, #C30364);
    background: -moz-linear-gradient(#F41685 20%, #C30364);
    background: linear-gradient(#F41685 20%, #C30364);
    margin: 1.5% 20% 1.5% 20%;
    width: 200px !important;
}

    .rates_link:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#C30364 20%, #F41685);
        background: -o-linear-gradient(#C30364 20%, #F41685);
        background: -moz-linear-gradient(#C30364 20%, #F41685);
        background: linear-gradient(#C30364 20%, #F41685);
    }


.dip_pop_page {
    text-decoration: none;
    font-family: arial;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    float: left;
    padding: 2% 7% 3% 7%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    margin: auto 1% auto 1%;
    background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
    background: -o-linear-gradient(#49D92A 10%, #36B01C);
    background: -moz-linear-gradient(#49D92A 10%, #36B01C);
    background: linear-gradient(#49D92A 10%, #36B01C);
}

    .dip_pop_page:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 20%, #49D92A);
        background: -o-linear-gradient(#49D92A 20%, #49D92A);
        background: -moz-linear-gradient(#49D92A 20%, #49D92A);
        background: linear-gradient(#49D92A 20%, #49D92A);
    }





.dip_on_page {
    text-decoration: none;
    font-family: arial;
    font-size: 22px;
    letter-spacing: -0.65px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    padding: 1% 7% 1% 7%;
    margin: 50px auto 50px auto;
    height: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
    background: -o-linear-gradient(#49D92A 10%, #36B01C);
    background: -moz-linear-gradient(#49D92A 10%, #36B01C);
    background: linear-gradient(#49D92A 10%, #36B01C);
}

    .dip_on_page:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 20%, #49D92A);
        background: -o-linear-gradient(#49D92A 20%, #49D92A);
        background: -moz-linear-gradient(#49D92A 20%, #49D92A);
        background: linear-gradient(#49D92A 20%, #49D92A);
    }





.apply_enquiry_page {
    display: block;
    text-decoration: none;
    width: 250px;
    height: 45px;
    font-family: arial;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: #1F7FE5;
    margin-top: 19px;
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.9em);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#49D92A 20%, #49D92A);
    background: -o-linear-gradient(#49D92A 20%, #49D92A);
    background: -moz-linear-gradient(#49D92A 20%, #49D92A);
    background: linear-gradient(#49D92A 20%, #49D92A);
}

    .apply_enquiry_page:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
        background: -o-linear-gradient(#49D92A 10%, #36B01C);
        background: -moz-linear-gradient(#49D92A 10%, #36B01C);
        background: linear-gradient(#49D92A 10%, #36B01C);
    }


.dip_pop_thanks {
    text-decoration: none;
    font-family: arial;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    float: none;
    padding: 1% 7% 1% 7%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#49D92A 20%, #49D92A);
    background: -o-linear-gradient(#49D92A 20%, #49D92A);
    background: -moz-linear-gradient(#49D92A 20%, #49D92A);
    background: linear-gradient(#49D92A 20%, #49D92A);
    margin: 1% auto 1% auto;
}

    .dip_pop_thanks:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
        background: -o-linear-gradient(#49D92A 10%, #36B01C);
        background: -moz-linear-gradient(#49D92A 10%, #36B01C);
        background: linear-gradient(#49D92A 10%, #36B01C);
    }

@media screen and (max-width:359px) {
    .dip_pop_thanks {
        font-size: 13px;
        padding: 5% 7% 5% 7%;
    }
}

@media screen and (max-width:449px) {
    .enquiry_pop_page {
        display: block;
        float: none;
        min-width: 100%;
    }

    .dip_pop_page {
        display: block;
        float: none;
        min-width: 100%;
    }
}


/* ################################################### MODAL POP-UP  ###################################################################### */

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 28050;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .8s ease-out;
        -moz-transition: -moz-transform .8s ease-out;
        -o-transition: -o-transform .8s ease-out;
        transition: transform .8s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: 50%;
    margin: 2% auto 0 auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(#900348 20%, #E10372);
    background: -o-linear-gradient(#900348 20%, #E10372);
    background: -moz-linear-gradient(#900348 20%, #E10372);
    background: linear-gradient(#900348 20%, #E10372);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0 15px 0;
}

    .modal-header h2 {
        font-family: 'Lato';
        letter-spacing: 0px;
        color: #fff;
        font-size: 1.2em;
        font-size: calc(1.2vw + 1.2em);
        font-weight: 900;
        padding: 7px 0 0 0;
    }

    .modal-header .close {
        margin: -2px 0 0 0;
        display: inline-block;
        font-size: 45px;
        margin-top: -45px;
        margin-right: -5px;
        float: right;
        background: none;
        color: rgba(255,255,255,1.00);
        border: none;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.hide_x {
    display: inline-block;
    font-size: 30px;
    margin-top: -15px;
    margin-right: -5px
}

@media only screen and (max-width: 420px) {
    .modal-header {
        height: 40px;
        border: none;
        background-color: yellow !important;
    }

        .modal-header h2 {
            font-size: 6.5vw;
        }

    .popup form input, .popup form select, .popup form textarea {
        width: 98%;
    }
}

.data_reg_pop {
    font-family: 'Arial';
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}


/* ######################################################   H1 titles section  ###################################################################################################### */

.wrapper_h1_full {
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 0 20px 0;
    background-color: #00a556;
    color: #fff;
    z-index: 2001;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4) inset;
}

    .wrapper_h1_full h1 {
        margin-top: 0
    }

    .wrapper_h1_full h5 {
        font-size: 1.1em;
    }

.wrapper_h1 {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
}

    .wrapper_h1 > * {
        padding: 0px;
        flex: 1 100%;
    }

.main_h1 h2 {
    width: 85%; /*text-align:left;*/
}

.wrapper_h1 h3 {
    font-family: 'Questrial';
    color: #fff;
    text-align: left;
    display: block;
    max-width: 1280px;
    padding: 4% 0 0.75% 0;
    margin: 0 auto 0 auto;
}

/*.wrapper_h1 h1 {font-size:0.9em;font-size:calc(0.9vw + 0.8em);letter-spacing: -0.5px;}*/

.wrapper_h1 h5 {
    font-family: 'Quicksand';
    font-weight: 100;
    color: rgba(255,255,255,0.9);
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.7em);
    letter-spacing: -0.5px;
    padding: 0 3.0% 1.5% 0;
    margin: 0 0 -10px 0;
}

.wrapper_h1 h4 {
    font-family: 'Quicksand';
    font-weight: 100;
    color: rgba(255,255,255,0.6);
    font-size: 0.6em;
    font-size: calc(0.6vw + 0.6em);
    padding: 0 3.0% 0.5% 0;
    margin: 0 0 0 0;
}



@media screen and (max-width:800px) {
    .main_h1 h1 {
        text-align: center;
        margin: 0 auto 0 auto;
        font-size: 2.71em;
        font-size: calc(2.1vw + 1.7em);
    }

        .main_h1 h1 i {
            display: none;
        }

    .main_h1 h2 {
        text-align: center;
        margin: 0 auto 0 auto;
        display: inline-block;
        width: 100%;
    }

    .wrapper_h1 h3 {
        text-align: center;
        font-size: 2.1em;
        font-size: calc(2.1vw + 1.5em);
        padding: 0 auto 0 auto;
    }

    .wrapper_h1 h4 {
        text-align: center;
        font-size: 1.0em;
        font-size: calc(1.0vw + 0.8em);
        padding: 1% 0 1% 0;
    }

    .wrapper_h1 h5 {
        text-align: center;
        padding: 0 auto 0 auto !important;
        margin: 0 auto 0 auto !important;
    }

    .rates_link {
        padding: 2.5% 7% 2.5% 7%;
        margin: 4.5% 10% 4.5% 10%;
    }
}

/* ######################################################   footer section  ############################################################################################### */
.wrapper_footer_full {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #1A1E23;
    background-color: rgba(0,0,0,0.25);
    padding: 15px 0 100px 0;
}

.wrapper_footer {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    color: rgba(0,0,0,0.80);
}

    .wrapper_footer a {
        font-size: 12px;
        color: rgba(0,0,0,0.6);
        padding: 2px 10px 2px 10px;
    }

    .wrapper_footer > * {
        padding: 10px;
        flex: 1 100%;
    }

.footer_white {
    color: rgba(0,0,0,0.45);
    font-size: 0.6em;
    font-size: calc(0.6vw + 0.6em);
    letter-spacing: -0.75px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .footer_white {
        color: rgba(0,0,0,0.45);
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.7em);
        letter-spacing: -0.75px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1056px) {
    .wrapper_footer {
        font-size: 0.4em;
        font-size: calc(0.4vw + 0.6em);
    }
}

@media only screen and (max-width: 479px) {
    .wrapper_footer {
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.6em);
    }

        .wrapper_footer a {
            text-align: center;
            padding: 0px;
            margin: 0px;
            display: inline-block;
            width: 100%;
        }
}

/* ######################################################   light blue section  ############################################################# */
.wrapper_lb_full {
    padding: 2% 0 3% 0;
    width: 100%;
    margin: 0 0 0 0;
    background-color: rgba(167,209,255,0.05);
    text-align: center;
}

.wrapper_lb {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
}

    .wrapper_lb > * {
        padding: 10px;
        flex: 1 100%;
    }

    .wrapper_lb h1 {
        color: rgba(21,97,181,1.0);
        font-size: 1.35em;
        font-size: calc(1.35vw + 1.1em);
    }

    .wrapper_lb h2 {
        color: rgba(21,97,181,0.8);
        font-size: 0.5em;
        font-size: calc(0.5vw + 0.8em);
    }

.wrapper_lb_rates {
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    background-color: rgba(255,29,232,0.20);
    padding: 3% 5% 2% 5%;
}

/* ######################################################   light blue section LEFT  ############################################################# */
.hero2 {
    display: inline-block;
    padding: 0 0% 0 0%;
    margin: 0px;
    background-color: rgba(0,0,0,0.0);
}

.hero2_pad {
    display: inline-block;
    padding: 0 2% 0 2%;
}

.slide_mobile {
}

.wrapper_lb_left_full {
    width: 100%;
    background-color: rgba(53,124,201,1.0);
    display: flex;
    flex-flow: row wrap;
    padding: 1% 0% 2% 2%;
    margin: 1.5% auto 0 auto;
    flex: 1 100%;
}

.wrapper_lb_left {
    display: flex;
    flex-flow: row wrap;
    width: 1280px;
    padding: 0 3% 0 2%;
    margin: 0 auto 0 auto;
    background-color: rgba(249,0,4,0);
}

    .wrapper_lb_left > * {
        padding: 0px;
        flex: 1 100%;
    }

    .wrapper_lb_left h1 {
        margin-bottom: 1%;
        font-family: 'Questrial';
        color: rgba(255,255,255,1.00);
        font-size: 1.3em;
        font-size: calc(1.3vw + 1.2em);
    }

    .wrapper_lb_left h2 {
        margin-bottom: 0%;
        font-family: 'Quicksand';
        color: rgba(255,255,255,1.00);
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
    }

    .wrapper_lb_left h4 {
        letter-spacing: -0.5px;
        font-family: 'Quicksand';
        color: rgba(255,255,255,0.75);
        padding: 0% 0% 0.5% 0%;
        margin: 0px;
        font-weight: 100;
        font-size: 0.50em;
        font-size: calc(0.50vw + 0.6em);
        line-height: 0.87em;
        line-height: calc(0.87vw + 0.55em);
    }

.about_list_home {
    display: block;
    margin: 2.0% 0 3.0% 0;
    background-color: rgba(48,129,255,0.0);
}

    .about_list_home h4 {
        letter-spacing: 0px;
        font-family: 'Arial';
        color: rgba(255,255,255,0.60);
        padding: 0% 0% 0.5% 0%;
        margin: 0px;
        font-weight: 100;
        line-height: 1.2em;
        font-size: 0.6em;
        font-size: calc(0.6vw + 0.5em);
    }

    .about_list_home i {
        padding: 0 3.5% 0 0;
        margin: 0 0.2em 0 0;
        color: rgba(255,255,255,1.00);
    }

.about_list {
    display: block;
    margin: 2.0% 0 3.0% 0;
    background-color: rgba(48,129,255,0.0);
}

    .about_list h4 {
        letter-spacing: 0px;
        font-family: 'Arial';
        color: rgba(53,95,151,0.8);
        padding: 0% 0% 0.5% 0%;
        margin: 0px;
        font-weight: 100;
        line-height: 1.2em;
        font-size: 0.5em;
        font-size: calc(0.5vw + 0.5em);
    }

    .about_list i {
        padding: 0 3.5% 0 0;
        margin: 0 0.2em 0 0;
        color: rgba(53,95,151,0.8);
    }

.dip_block {
    width: 0;
    padding: 0 0 0 0;
    display: inline-block;
    background-color: rgba(255,29,232,0.0);
}

.boxes_2_dip {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Questrial';
    background-color: #1c5011;
    margin: 0;
    display: inline-block;
    float: left;
    padding: 20px 15px;
    width: 100%;
}

    .boxes_2_dip h2 {
        font-family: 'Questrial';
        color: rgba(255,255,255,1.00);
        letter-spacing: -0.8px;
        text-align: center;
        font-size: 0.90em;
        font-size: calc(0.90vw + 0.80em);
        padding: 0px;
        margin: 0 0 1% 0;
    }

    .boxes_2_dip h3 {
        color: rgba(73,252,71,1.00);
        letter-spacing: -1.1px;
        font-weight: 400;
        text-align: center;
        font-size: 0.70em;
        font-size: calc(0.70vw + 0.60em);
        padding: 0px;
        margin: 0 0 1% 0;
    }

    .boxes_2_dip h4 {
        color: rgb(229, 255, 224);
        text-align: center;
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
        line-height: 0.7em;
        line-height: calc(0.7vw + 0.6em);
    }

.boxes_2_calc {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(53,95,151,1.00);
    margin: 0 0.4% 0 0.4%;
    display: inline-block;
    float: left;
    padding: 5% 5% 5% 5%;
    width: 100%;
    cursor: pointer;
    background-color: rgba(53,95,151,0.35);
}

    .boxes_2_calc:hover {
        background-color: rgba(53,95,151,1.0);
        border: 1px solid rgba(255,255,255,0.0);
    }

    .boxes_2_calc h3 {
        color: rgba(255,255,255,1.00);
        font-family: 'Questrial';
        margin: 0px;
        letter-spacing: -0.8px;
        font-size: 0.9em;
        font-size: calc(0.9vw + 0.8em);
        display: flex;
        float: left;
    }

    .boxes_2_calc i {
        color: rgba(255,255,255,1.00);
    }

    .boxes_2_calc h4 {
        color: rgba(53,95,151,1.00);
        font-family: 'Questrial';
        margin: 0px;
        letter-spacing: -0.8px;
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.7em);
        font-weight: 900;
    }


/* ######################################################   white section  ###################################################################################################### */
.wrapper_lw_full {
    padding: 2% 0 2% 0;
    width: 100%;
    margin: 0 0 0 0;
    background-color: #fff;
}

.wrapper_lw {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    padding: 0 2% 0 2%;
    margin: 0 auto 0 auto;
}

    .wrapper_lw > * {
        padding: 10px;
        flex: 1 100%;
    }

    .wrapper_lw h1 {
        text-align: center;
        color: rgba(21,97,181,1.0);
        font-size: 1.3em;
        font-size: calc(1.3vw + 1.3em);
    }

    .wrapper_lw h2 {
        text-align: center;
        color: rgba(21,97,181,0.8);
        font-size: 0.5em;
        font-size: calc(0.5vw + 0.8em);
    }


/* ######################################################   LEFT ALIGN - Plain content  ######################################################################################## */
#leftalign {
    padding: 0% 7% 0 0;
    text-align: left;
}

    #leftalign h1 {
        color: #355F97;
        font-weight: 700;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
        font-family: 'Quicksand';
    }

    #leftalign h2 {
        display: block;
        color: rgba(53,95,151,0.90);
        font-size: 20px;
        font-family: 'Lato';
        font-weight: 900;
        margin: 4% 0px 0% 0px;
    }

    #leftalign h3 {
        display: block;
        color: rgba(53,95,151,0.75);
        font-family: Arial;
        font-weight: 400;
        margin: 2% 0px 0% 0px;
        font-size: 0.4em;
        font-size: calc(0.4vw + 0.7em);
    }
/*#leftalign p  {color:rgba(53,95,151,0.70);font-family:arial;font-weight:400;font-size:0.5em;font-size:calc(0.5vw + 0.5em);text-align:left;}*/

.dip_box_but {
    display: block;
    float: none;
    width: 95%;
    text-decoration: none;
    font-family: arial;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    padding: 2% 7% 3% 7%;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
    margin: 5% auto 2% auto;
    background: -webkit-linear-gradient(#49D92A 10%, #36B01C);
    background: -o-linear-gradient(#49D92A 10%, #36B01C);
    background: -moz-linear-gradient(#49D92A 10%, #36B01C);
    background: linear-gradient(#49D92A 10%, #36B01C);
    font-size: 0.60em;
    font-size: calc(0.60vw + 0.50em);
}

    .dip_box_but:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: -webkit-linear-gradient(#49D92A 20%, #49D92A);
        background: -o-linear-gradient(#49D92A 20%, #49D92A);
        background: -moz-linear-gradient(#49D92A 20%, #49D92A);
        background: linear-gradient(#49D92A 20%, #49D92A);
    }

.enquiry_block {
    width: 0;
    padding: 0 0 0 0;
    display: inline-block;
    background-color: rgba(255,29,232,0.0);
}

.enquiry_block_3b {
    color: #fff;
    padding: 5% 0% 1% 0%;
    margin: 10px 0 0 0;
}

    .enquiry_block_3b i {
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
        margin: 0 5px 0 15px;
    }

    .enquiry_block_3b h4 {
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
        font-weight: 600;
        font-family: 'Questrial';
        text-transform: uppercase;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        margin: 0 0 2.2% 0;
        padding: 2.1% 2% 2.1% 3.5%;
        color: rgba(255,255,255,0.99);
        background-color: rgba(53,124,201,0.99);
    }


@media all and (max-width: 800px) {
    #leftalign {
        padding: 0% 0% 0 0;
        text-align: left;
    }

    .hero2 {
        display: block;
        padding: 0 0% 0 0%;
        margin: 0px;
        background-color: rgba(0,0,0,0.0);
        clear: both;
    }

    .boxes_2_dip {
        display: none;
    }

    .boxes_2_calc {
        display: none;
    }

    .dip_block {
        display: none;
    }

    .about_list_home {
        margin: 2.5% 0 5% 0;
    }

        .about_list_home h4 {
            letter-spacing: 0px;
            padding: 0% 0% 0.5% 0%;
            margin: 0px;
            font-weight: 100;
            line-height: 1.2em;
            font-size: 0.7em;
            font-size: calc(0.7vw + 0.6em);
        }

    .enquiry_block_3b {
        display: flex;
        padding: 5% 0% 1% 0%;
        margin: 10px 0 0 0;
    }

        .enquiry_block_3b i {
            font-size: 0.9em;
            font-size: calc(0.9vw + 0.9em);
        }

        .enquiry_block_3b h4 {
            flex: 1 30%;
            font-size: 0.7em;
            font-size: calc(0.7vw + 0.7em);
            background-color: transparent;
        }
}

/* ########################################################## ACCORDIAN 1  ################################################################# */
#accordion_holder {
    padding: 0px;
    margin-top: -20px;
}

@media all and (max-width: 768px) {
    #accordion_holder {
        margin-top: -15px;
    }

    .wrapper_lb_rates {
        padding: 7% 5% 4% 5%;
    }
}

.accordion {
    margin-bottom: 0px;
    padding: 0px;
}

.accordion_link {
    font-family: 'Quicksand';
    font-size: 0.7em;
    font-size: calc(0.7vw + 0.6em);
}

#text_1, #text_2, #text_3, #text_4, #text_5, #text_6, #text_7, #text_8, #text_9, #text_10, #text_11, #text_12, #text_13, #text_14, #text_15, #text_16,
#text_17, #text_18, #text_19, #text_20 {
    width: 100%;
    display: block;
    padding: 0;
    cursor: pointer;
    margin: 0px;
    text-align: center;
}

.accordion a {
    color: #355F97;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 1%;
    border: 1px solid rgba(210,233,255,0.99);
    border-left: 4px solid rgba(210,233,255,0.70);
    background: rgba(170, 170, 170, 0.08);
}

.accordion li.active > a {
    background: rgba(61,102,154,1.00) url(../img/icons/close.png) no-repeat center right;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(53,95,151,1.00);
    border-left: 4px solid #FF0BFD;
    margin: 10px 0 0 0;
    box-shadow: none;
}


/*-----Accordion Answer-------------------------------------*/
.accordion li div {
    line-height: 22px;
    padding: 18px 22px 15px 22px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: left;
    background: #fff;
    border: 1px solid rgba(53,95,151,0.2);
}

.question {
    margin: 0px;
    padding: 0px;
}

    .question h4 {
        font-weight: 600;
    }

    .question h2 {
        font-family: 'Quicksand';
        color: red;
    }

    .question p {
        font-family: 'Quicksand';
        color: rgba(53,95,151,1.00);
        margin: 0 0 20px 0;
        padding: 0px;
    }

/*-----Completions home page-------------------------------------*/
.completion_container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
}

.completion {
    flex: 1;
    margin: 0.5% 0.5% 0.5% 0.5%;
    padding: 0.5% 1% 1.0% 1%;
    background-color: rgba(255,255,255,0.65);
    border: 1px solid rgba(53,95,151,0.4);
}

    .completion h1 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1.5px;
        font-size: 26px;
        padding: 0 0 0 0;
        font-weight: 900;
        margin: 0 0 0 0;
        color: rgba(53,95,151,1.00);
        animation: none;
    }

    .completion h2 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1px;
        font-size: 23px;
        padding: 0 0 0 0;
        margin: 0 0 5px 0;
        color: rgba(0,0,0,0.65);
    }

    .completion h3 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -0.5px;
        font-size: 20px;
        padding: 0 0 0 0;
        font-weight: 200;
        margin: 0 0 0 0;
        color: rgba(53,95,151,1.00);
    }

    .completion h4 {
        font-family: 'Arial';
        text-align: left;
        letter-spacing: -0.5px;
        font-weight: 100;
        font-size: 18px;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.65);
    }

    .completion p {
        font-family: 'Arial';
        text-align: left;
        color: rgba(0,0,0,0.65);
        margin: 10px 0 20px 0;
        padding: 0px;
        font-size: 13px;
    }

    .completion i {
        color: rgba(53,95,151,0.65);
    }

/*-----Completions main page-------------------------------------*/
.completionm_container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
}

.completionm {
    flex: 1 45%;
    margin: 0.5% 0.5% 0.5% 0.5%;
    padding: 1% 2.5% 1% 2.5%;
    background-color: rgba(53,95,151,0.04);
    border: 1px solid rgba(53,95,151,0.3);
}

    .completionm h1 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1.5px;
        font-size: 26px;
        padding: 0 0 0 0;
        margin: 0 0 -20px 0;
        color: rgba(53,95,151,0.75) !important;
        font-weight: 900;
        animation: none;
    }

    .completionm h2 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1px;
        font-size: 23px;
        padding: 0 0 0 0;
        margin: 0 0 5px 0;
        color: rgba(0,0,0,0.65);
    }

    .completionm h3 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -0.5px;
        font-size: 20px;
        padding: 0 0 0 0;
        font-weight: 200;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.8);
    }

    .completionm h4 {
        font-family: 'Arial';
        text-align: left;
        letter-spacing: -0.5px;
        font-weight: 100;
        font-size: 18px;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.65);
    }

    .completionm p {
        font-family: 'Arial';
        text-align: left;
        margin: 10px 0 20px 0;
        padding: 0px;
        font-size: 13px;
        color: rgba(53,95,151,0.99);
    }

    .completionm i {
        color: rgba(53,95,151,0.65);
    }

/*-----Our finance page-------------------------------------*/
.finance_container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
    z-index: 12004 !important;
}

.finance {
    flex: 1 95%;
    margin: 0.5% 0.5% 0.5% 0.5%;
    padding: 1% 2.5% 1% 2.5%;
    background-color: rgba(53,95,151,0.04);
    border: 1px solid rgba(53,95,151,0.3);
    z-index: 12004 !important;
}

    .finance h1 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1.5px;
        font-size: 26px;
        padding: 0 0 0 0;
        margin: 0 0 0px 0;
        color: rgba(53,95,151,0.75) !important;
        font-weight: 900;
        animation: none;
    }

    .finance h2 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1px;
        font-size: 23px;
        padding: 0 0 0 0;
        margin: 0 0 5px 0;
        color: rgba(0,0,0,0.65);
    }

    .finance h3 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -0.5px;
        font-size: 20px;
        padding: 0 0 0 0;
        font-weight: 200;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.8);
    }

    .finance h4 {
        font-family: 'Arial';
        text-align: left;
        letter-spacing: -0.5px;
        font-weight: 100;
        font-size: 18px;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.65);
    }

    .finance p {
        font-family: 'Arial';
        text-align: left;
        margin: 10px 0 20px 0;
        padding: 0px;
        font-size: 13px;
        color: rgba(53,95,151,0.99);
    }

    .finance i {
        color: rgba(53,95,151,0.65);
    }

.hero_finance {
    display: block;
    padding: 0;
    margin: 0 0 1% 0;
    background-color: rgba(152,255,31,0.0);
    z-index: -999;
    position: relative;
}

.financebutt {
    position: relative;
    z-index: 8008 !important;
}

.finance_more {
    clear: both;
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: rgba(140,213,255,0.65);
    padding: 8px 20px 10px 20px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
    display: inline-block;
    z-index: -998;
}

    .finance_more:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background-color: rgba(21,97,181,1.0);
        z-index: -998;
    }


/*-----Testimonials page-------------------------------------*/
.testimonial_container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
}

.testimonial {
    flex: 1 45%;
    margin: 0.5% 0.5% 0.5% 0.5%;
    padding: 1% 2.5% 1% 2.5%;
    background-color: rgba(53,95,151,0.04);
    border: 1px solid rgba(53,95,151,0.3);
}

    .testimonial h1 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1.5px;
        font-size: 26px;
        padding: 0 0 0 0;
        margin: 0 0 -20px 0;
        color: rgba(53,95,151,0.75) !important;
        font-weight: 900;
        animation: none;
    }

    .testimonial h2 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -1px;
        font-size: 23px;
        padding: 0 0 0 0;
        margin: 0 0 5px 0;
        color: rgba(0,0,0,0.65);
    }

    .testimonial h3 {
        font-family: 'Quicksand';
        text-align: left;
        letter-spacing: -0.5px;
        font-size: 20px;
        padding: 0 0 0 0;
        font-weight: 200;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.8);
    }

    .testimonial h4 {
        font-family: 'Arial';
        text-align: left;
        letter-spacing: -0.5px;
        font-weight: 100;
        font-size: 18px;
        padding: 0 0 0px 0;
        margin: 0 0 0 0;
        color: rgba(53,95,151,0.65);
    }

    .testimonial p {
        font-family: 'Arial';
        text-align: left;
        margin: 10px 0 20px 0;
        padding: 0px;
        font-size: 13px;
        color: rgba(53,95,151,0.99);
    }

    .testimonial i {
        color: rgba(53,95,151,0.65);
    }

/*----- page text styles -------------------------------------*/

.page_styles {
}

    .page_styles h1 {
        font-family: 'Lato';
        font-size: 0.95em;
        font-size: calc(0.95vw + 1.5em);
        color: rgba(53,95,151,1.00) !important;
        border-bottom: 2.0px dotted rgba(255,29,232,0.30);
        margin-bottom: 2%;
    }

    .page_styles h2 {
        font-family: 'Lato' !important;
        font-size: 0.5em;
        font-size: calc(0.5vw + 0.85em) !important;
        color: rgba(53,95,151,1.00) !important;
        padding: 0 0 0 0;
        margin: 0;
    }

    .page_styles p {
        font-family: 'Arial';
        padding: 7px 0 7px 0;
        margin: 0;
        letter-spacing: -0.2px;
        color: rgba(53,95,151,1.00);
        text-align: left;
    }


    .page_styles ul {
        list-style-position: outside;
        margin-left: -20px;
    }

    .page_styles li {
        padding-left: 10px;
        font-family: 'Arial';
        letter-spacing: -0.5px;
        color: rgba(53,95,151,1.00);
        padding-bottom: 3px;
        font-size: 0.6em;
        font-size: calc(0.6vw + 0.5em) !important;
        line-height: 0.8em;
        line-height: calc(0.8vw + 0.8em) !important;
    }


@media all and (min-width: 1280px) {
}


@media all and (max-width: 944px) {
    .completion {
        flex: 1 45%;
        text-align: center;
    }

        .completion h1 {
            text-align: center;
        }

        .completion h2 {
            text-align: center;
        }

        .completion h3 {
            text-align: center;
        }

        .completion h4 {
            text-align: center;
            padding: 0 0 13px 0;
        }

        .completion p {
            text-align: center;
        }
}

@media all and (max-width: 600px) {
    .page_styles {
        margin: 0 5% 0 3%;
    }

        .page_styles p {
            font-size: 0.69em !important;
            ;
            font-size: calc(0.69vw + 0.69em) !important;
            line-height: 0.90em;
            line-height: calc(0.90vw + 0.90em);
            font-family: 'Arial';
            padding: 7px 0 7px 0;
            margin: 0;
            letter-spacing: -0.2px;
            color: rgba(53,95,151,1.00);
            text-align: left;
        }

    .about_list h4 {
        font-size: 0.65em;
        font-size: calc(0.65vw + 0.65em);
        line-height: 0.75em;
        line-height: calc(0.75vw + 0.75em);
    }

    .completion {
        flex: 1 100%;
        text-align: center;
    }

    .completionm {
        flex: 1 100%;
        margin: 1.5% 0.5% 1.5% 0.5%;
        padding: 1% 2.5% 1% 2.5%;
        background-color: rgba(53,95,151,0.04);
        border: 1px solid rgba(53,95,151,0.3);
    }
}




.section1 {
    background-color: rgba(239,0,3,1.00);
    margin: 2% 0 2% 0;
    padding: 0px;
}

.section2 {
    background-color: rgba(0,255,108,0.0);
    margin: 0px;
    padding: 0px;
}

.section4 {
    border: 1px solid rgba(53,95,151,0.2);
}

.section_1w {
    background-color: rgba(240,255,0,0.0);
    margin: 0px;
    padding: 0px;
}

.main {
    text-align: left;
    background-color: rgba(191,218,247,0.80);
}

.main_h1 {
    text-align: left;
    background-color: rgba(191,218,247,0.00);
}

.hero {
    display: block;
    padding: 0;
    margin: 0 0 1% 0;
    background-color: rgba(152,255,31,0.0);
    z-index: 88888;
}






.boxes_2_inner_l {
    display: inline-block;
    margin-top: 2%;
    float: left;
    width: 49%;
    background-color: rgba(204,35,38,0.0);
}

.boxes_2_inner_r {
    display: inline-block;
    margin-top: 2%;
    float: right;
    width: 49%;
    background-color: rgba(204,35,38,0.0)
}

.boxes_2_prod_l {
    display: inline-block;
    margin: 0 0 2% 0;
    min-height: 55px;
    float: left;
    width: 49%;
}

.boxes_2_prod_r {
    display: inline-block;
    margin: 0 0 2% 0;
    min-height: 55px;
    float: left;
    width: 49%;
}

.boxes_2_prod_l h4 {
    font-size: 0.6em;
    font-size: calc(0.6vw + 0.45em);
    line-height: 0.65em;
    line-height: calc(0.65vw + 0.65em);
    letter-spacing: -0.25px;
}

.boxes_2_prod_r h4 {
    font-size: 0.6em;
    font-size: calc(0.6vw + 0.45em);
    line-height: 0.65em;
    line-height: calc(0.65vw + 0.65em);
    letter-spacing: -0.25px;
}

.boxes_2_prod_l p {
    margin: 0 8% 0% 0% !important;
}

.boxes_2_prod_tel {
    display: block;
    font-family: 'Questrial';
    height: 50px;
    line-height: 45px;
    color: #fff;
    background-color: rgba(242,21,131,1.00) !important;
    font-size: 0.65em;
    font-size: calc(0.65vw + 0.8em);
    text-align: center !important;
}


.boxes_2_prod_full {
    display: inline-block;
    margin-top: 0;
    min-height: 55px;
    float: left;
    width: 98%;
}

.titles_2 {
    display: block;
    font-family: 'Lato';
    color: rgba(53,95,151,0.85);
    font-weight: 900;
    font-size: 0.55em;
    font-size: calc(0.55vw + 0.8em);
}

.text_2 {
    display: block;
    font-family: 'Lato';
    color: rgba(53,95,151,0.85);
    font-weight: 500;
    font-size: 0.55em;
    font-size: calc(0.55vw + 0.6em);
    padding: 10px 0 15px 0;
}

.text_3 {
    display: inline-block;
    font-family: 'Lato';
    color: rgba(53,95,151,0.85);
    font-weight: 500;
    font-size: 0.75em;
    font-size: calc(0.75vw + 0.7em);
    padding: 10px 0 5px 0;
}

    .text_3 i {
        display: inline-block !important;
    }

.text_4 {
    display: inline-block;
    font-family: 'Lato';
    color: rgba(53,95,151,0.85);
    font-weight: 500;
    font-size: 80%;
    padding: 6px 0 6px 12px;
}

.boxes_3_outer {
    background-color: rgba(12,152,146,0.3);
    margin: 0.5%;
    display: inline-block;
    min-height: 60px;
    float: left;
    width: 32.3%;
}

.boxes_2_outer {
    background-color: rgba(53,124,201,0.15);
    margin: 0.0%;
    min-height: 60px;
    width: 49%;
    display: inline-block;
    float: left;
    padding-right: 1%;
}

.boxes_2_outer_w {
    background-color: rgba(53,124,201,0.0);
    margin-top: 33%;
    min-height: 60px;
    width: 49%;
    display: inline-block;
    float: left;
    padding-right: 0.5%;
}

.boxes_2_outer_w2 {
    background-color: rgba(53,124,201,0.0);
    margin: 1.7% 0.5% 0 0.5%;
    min-height: 60px;
    width: 49%;
    display: inline-block;
    float: left;
    padding-right: 0%;
}

.boxes_2_outer_w3 {
    background-color: rgba(53,124,201,0.0);
    margin: 1.7% 0.5% 0 0.5%;
    min-height: 60px;
    width: 98%;
    display: inline-block;
    float: left;
    padding-right: 0%;
}

.box_pad {
    display: block;
    padding: 2.5% 5% 2% 5%;
    color: rgba(53,95,151,1.0);
}

.box_pad_title {
    font-family: 'Questrial';
    letter-spacing: -1px;
    color: rgba(53,95,151,1.0);
    font-size: 0.75em;
    font-size: calc(0.75vw + 0.9em);
    display: block;
    margin: 0px;
    padding: 1% 0 0 0;
}

.box_pad_title_2 {
    font-family: 'Questrial';
    letter-spacing: -1px;
    color: rgba(53,95,151,0.75);
    font-size: 0.75em;
    font-size: calc(0.75vw + 0.9em);
    display: block;
    margin: 0px;
    padding: 1% 0 0 0;
}

.box_pad p {
    font-family: arial;
    font-size: 14px;
    font-size: 0.5em;
    font-size: calc(0.5vw + 0.5em);
    padding: 0 0 0 0;
    line-height: 19px;
}

.boxes_4_inner {
    font-family: 'Questrial';
    text-align: center;
    background-color: rgba(53,95,151,1.0);
    color: #fff;
    margin: 0.5%;
    display: inline-block;
    float: left;
    width: 24.0%;
    min-height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1% 0;
}

.boxes_4_pad {
    display: inline-block;
    background-color: rgba(104,17,19,0.0);
    margin: 1% 0% 1% 0;
    vertical-align: middle;
    font-size: 0.6em;
    font-size: calc(0.6vw + 0.6em);
    padding: 0 2% 0 2%;
}



.boxes_2_type_l {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0px;
    background-color: rgba(204,35,38,0.0);
}

.boxes_2_type_r {
    display: inline-block;
    float: right;
    width: 50%;
    margin: 0px;
    background-color: rgba(204,35,38,0.0);
}

.boxes_4_type {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(53,95,151,0.2);
    font-size: 0.7em;
    font-size: calc(0.7vw + 0.6em);
    font-family: 'Questrial';
    text-align: left;
    background-color: rgba(53,95,151,0.05);
    color: rgba(53,95,151,1.00);
    margin: 0 0.4% 0 0.4%;
    display: inline-block;
    float: left;
    padding: 1% 0.3% 1% 2.0%;
    width: 49.0%;
}

    .boxes_4_type h4 {
        font-weight: 400;
        padding: 0.5% 0 0.5% 0;
        margin: 0px;
        font-size: 85%;
    }

    .boxes_4_type i {
        font-size: 125%;
    }

/* ##########  BULLETS ############################################################# */
.bullet_small {
    font-size: 0.4em;
    font-size: calc(0.4vw + 0.4em);
    letter-spacing: -0.5px;
}

.fa-check {
    padding-right: 0.5rem;
    font-size: 0.98em;
    font-size: calc(0.98vw + 0.7em);
    padding-bottom: 4px;
}

.fa-check-circle {
    padding-right: 0.5rem;
    font-size: 115%;
}

.fa-envelope {
    padding-right: 0.5rem;
    font-size: 115%;
}

.fa-phone-square {
    padding-right: 0.5rem;
    font-size: 21px;
}

.fa-print {
    padding-right: 0.5rem;
    font-size: 21px;
}

.fa-paper-plane {
    padding-right: 0.5rem;
    font-size: 51px;
}

.fa-angle-double-right {
    padding-left: 0.5rem;
    font-size: 51px;
}

.fa-lock {
    padding-right: 0.5rem;
    font-size: 115%;
}

hr.style3 {
    border-top: 1.0px dotted rgba(255,29,232,1.0);
}

hr.style4 {
    border-top: 1.0px dotted rgba(53,95,151,1.0);
}

.aside {
    flex: 1 auto;
    display: block;
}

.aside2 {
    flex: 1 auto;
}

.aside3 {
    flex: 1 auto;
}


/* ###################################################################  BUTTONS ########################################################################################## */
#centre_butts {
    display: table;
    margin: 0 auto 0 auto;
    padding-top: 35px;
    z-index: 10003 !important;
}

.more_link {
    clear: both;
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: rgba(140,213,255,0.65);
    padding: 8px 20px 10px 20px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
    z-index: 10003 !important;
}

    .more_link:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background-color: rgba(21,97,181,1.0);
        z-index: 10003 !important;
    }

.more_link_r {
    clear: both;
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: rgba(21,97,181,1.0);
    padding: 8px 20px 10px 20px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
    z-index: 10003 !important;
}

    .more_link_r:hover {
        cursor: pointer;
        text-decoration: none;
        color: rgba(53,95,151,1.00);
        background-color: rgba(140,213,255,0.65);
        z-index: 10003 !important;
    }


/* ############################################  ENQUIRY FORM ####################################### */
.enquiry_title {
    position: relative;
    display: inline-block;
    background-color: rgba(219,7,139,1.00);
    height: 70px;
    width: 100%;
    text-align: center;
    color: #fff;
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 0.7em;
    font-size: calc(0.7vw + 1.3em);
    font-weight: 900;
    line-height: 60px;
    padding: 2% 0 5% 0;
    background-clip: content-box;
    overflow: hidden;
    background: -webkit-linear-gradient(#900348 20%, #E10372);
    background: -o-linear-gradient(#900348 20%, #E10372);
    background: -moz-linear-gradient(#900348 20%, #E10372);
    background: linear-gradient(#900348 20%, #E10372);
}

.form_register {
    margin: 0 0 0 0;
    display: flex 1;
    padding: 0% 0% 0 0%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: -webkit-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: -o-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: -moz-linear-gradient(#F0F0F0 20%, #B3B3B3);
    background: linear-gradient(#F3F3F3 20%, #C8C8C8);
    -webkit-box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
    -moz-box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
    box-shadow: 2px 4px 18px -5px rgba(0,0,0,0.66);
}

.form_register2 {
    display: flex 1;
    padding: 0% 0% 0 0%;
}




.form_top {
    display: block;
    padding: 0% 0% 0% 0%;
}

.form_pad {
    display: block;
    padding: 0% 6% 0% 6%;
}

.form_pad2 {
    display: block;
    margin: 0% 8% 0% 8%;
}
/*
.input_amount {
    letter-spacing: -1px;
    font-weight: 900;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 23px;
    height: 35px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: rgba(0,0,0,0.65);
    border: none;
    background-color: #FFF6D2;
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    font-size: 0.7em;
    font-size: calc(0.7vw + 0.55em);
}

.input_drop {
    padding-left: 9px;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    letter-spacing: -0.2px;
    width: 100%;
    vertical-align: middle;
    display: block;
    margin-top: 8px;
    margin-bottom: 13px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: rgba(0,0,0,0.70);
    border: none;
    background-color: #FFF6D2;
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    font-size: 0.55em;
    font-size: calc(0.55vw + 0.5em);
}

.input_name {
    font-size: 13px;
    background-color: rgba(255,255,255,0.70);
    margin-bottom: 9px;
    color: rgba(0,0,0,0.50);
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    height: 32px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.30);
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
}


.input_amount_op {
    letter-spacing: -0.6px;
    font-weight: 900;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 23px;
    height: 35px;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: rgba(53,95,151,0.99);
    border: none;
    background-color: #FFF6D2;
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    font-size: 0.9em;
    font-size: calc(0.9vw + 0.8em);
    max-width: 350px;
}

.input_drop_op {
    padding-left: 9px;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    letter-spacing: -0.2px;
    width: 100%;
    vertical-align: middle;
    display: block;
    margin-top: 8px;
    margin-bottom: 9px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: rgba(53,95,151,0.99);
    border: none;
    background-color: #FFF6D2;
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    font-size: 0.85em;
    font-size: calc(0.85vw + 0.7em);
    max-width: 350px;
}

.input_name_op {
    letter-spacing: -0.6px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.90);
    margin-bottom: 9px;
    color: rgba(53,95,151,0.99);
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,0.30);
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
    max-width: 350px;
}*/


.pink_button {
    width: 95%;
    height: 45px;
    font-family: arial;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: #1F7FE5;
    margin-top: 19px;
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 32px;
    padding-top: 2px;
    padding-bottom: 3px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#F41685 20%, #C30364);
    background: -o-linear-gradient(#F41685 20%, #C30364);
    background: -moz-linear-gradient(#F41685 20%, #C30364);
    background: linear-gradient(#F41685 20%, #C30364);
    max-width: 350px;
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.7em);
}

    .pink_button:hover {
        cursor: pointer;
        background: -webkit-linear-gradient(#C30364 20%, #F41685);
        background: -o-linear-gradient(#C30364 20%, #F41685);
        background: -moz-linear-gradient(#C30364 20%, #F41685);
        background: linear-gradient(#C30364 20%, #F41685);
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
    }





.yellow_button {
    display: block;
    width: 95%;
    height: 95px;
    font-family: arial;
    font-weight: 900;
    color: rgba(0,70,192,1.00);
    letter-spacing: -0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: #1F7FE5;
    margin-top: 30px 0 20px 0;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 5px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.7em);
    max-width: 350px;
    border: none !important;
    background: -webkit-linear-gradient(#F6F600 20%, #BBBB00);
    background: -o-linear-gradient(#F6F600 20%, #BBBB00);
    background: -moz-linear-gradient(#F6F600 20%, #BBBB00);
    background: linear-gradient(#F6F600 20%, #BBBB00);
}

    .yellow_button:hover {
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
        background: -webkit-linear-gradient(#BBBB00 20%, #F6F600);
        background: -o-linear-gradient(#BBBB00 20%, #F6F600);
        background: -moz-linear-gradient(#BBBB00 20%, #F6F600);
        background: linear-gradient(#BBBB00 20%, #F6F600);
    }


.data_secure {
    display: inline-block;
    font-family: arial;
    color: #505050;
    font-size: 12px;
    margin: 0 0 3px 0;
}

.data_reg {
    display: inline-block;
    font-family: arial;
    color: #636363;
    font-size: 12px;
    margin: 0
}





/* ######################################################   TRIANGLES  ############################################################# */

/* ------------- Triangle for Enquiry form --------------- */
.triangle_wide {
    width: 100%;
    margin: 0 auto 0 auto;
}

.triangle-down {
    margin-top: -8px;
    height: 0;
    padding-left: 50%;
    padding-top: 10%;
    overflow: hidden;
    display: flex;
}

    .triangle-down:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -600px;
        margin-top: -100px;
        border-left: 600px solid transparent;
        border-right: 600px solid transparent;
        border-top: 100px solid rgba(225,3,114,1.00);
    }

/* ------------- Triangle for main page --------------- */
.triangle-bottom_full {
    position: relative;
    margin-bottom: 60px;
    height: 1px;
    background-color: rgba(167,209,255,1.00);
}

    .triangle-bottom_full::after {
        border-top: 60px solid rgba(167,209,255,1.00);
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
        width: 0;
        height: 0;
        bottom: -60px;
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
    }

.triangle-bottom_full_d {
    position: relative;
    margin-bottom: 35px;
    height: 10px;
    background-color: rgba(53,124,201,1.0);
    z-index: -19000 !important;
}

    .triangle-bottom_full_d::after {
        border-top: 60px solid rgba(53,124,201,1.0);
        border-left: 49vw solid transparent;
        border-right: 49vw solid transparent;
        width: 0;
        height: 0;
        bottom: -60px;
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
    }

/*---------------------------------  ACCORDIAN 2  products --------------------------------------*/


#prod_criteria1 {
    display: block;
    font-family: arial;
    color: rgba(53,95,151,0.70);
    font-size: 0.45em;
    font-size: calc(0.45vw + 0.65em);
}

    #prod_criteria1 h2 {
        font-weight: 900;
        padding: 0 0 5px 0;
        font-size: 95%;
        margin: 3.5% 5% 1.5% 0;
        border-bottom: 1.0px dotted rgba(53,95,151,0.30);
    }

    #prod_criteria1 h4 {
        font-weight: 400;
        padding: 0.5% 0 0.5% 0;
        margin: 0px;
        font-size: 85%;
    }

    #prod_criteria1 i {
        font-size: 125%;
    }

    #prod_criteria1 p {
        color: rgba(53,95,151,0.70);
        text-align: left;
        font-size: 0.35em;
        font-size: calc(0.35vw + 0.65em);
        font-size: 95%;
    }

.fa-arrow-circle-right {
    padding-right: 0.5rem;
    font-size: 0.98em;
    font-size: calc(0.98vw + 0.7em);
    padding-bottom: 4px;
}

.fa-caret-down {
    font-size: 0.98em;
    font-size: calc(0.98vw + 0.7em);
    font-weight: 100;
    float: right;
    margin: -45px 12px 0 0;
}

.prod_bottom {
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 8px 0 8px 25px;
    background-color: rgba(53,95,151,0.45);
    color: #fff;
    font-family: 'Questrial';
    font-size: 0.60em;
    font-size: calc(0.60vw + 0.9em);
}

div.prod_container {
    padding: 5px;
}

    div.prod_container > header > h1 {
        margin-top: 0;
        border-bottom: 1.0px dotted rgba(255,29,232,1.0);
    }

.prod_section {
    font-family: 'Questrial';
    display: block;
    margin-top: 2%;
    letter-spacing: -1px;
    font-weight: 800;
    font-size: 1.2em;
    font-size: calc(1.2vw + 0.90em);
    color: rgba(53,95,151,1.00);
}

div.below > input[type='radio'],
div.below > input[type='checkbox'] {
    display: none;
}

div.below > label {
    font-family: 'Arial';
    color: rgba(53,95,151,1.00);
    font-size: 0.80em;
    font-size: calc(0.80vw + 0.8em);
    letter-spacing: -0.99px;
    cursor: pointer;
    padding: 12px 8px 18px 18px;
    display: block;
    background-color: rgba(53,95,151,0.10);
    border: 1px solid rgba(53,95,151,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 9px 0 9px 0;
}

.prod_line2 {
    font-family: 'Questrial';
    letter-spacing: -0.0px;
    font-size: 75%;
    cursor: pointer;
    padding: 1% 0 0 0;
    font-weight: 200;
    opacity: 0.75;
}


div.below > label:hover {
    background-color: rgba(255,29,232,0.15);
}

div.below > input[type='radio']:checked + label,
div.below > input[type='checkbox']:checked + label {
    background-color: rgba(53,95,151,0.90);
    color: #fff;
}

div.below > div {
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
    max-height: 0;
    overflow: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.below > input[type='radio']:checked ~ div,
div.below > input[type='checkbox']:checked ~ div {
    max-height: 100%;
    border: 1px solid rgba(53,95,151,0.2) !important;
    margin: -20px 0 30px 0 !important;
    background-color: rgba(53,95,151,0.09);
}

div.below > input[type='radio']:checked ~ div {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}


/*--------------------------------- end  ACCORDIAN 2  --------------------------------------*/







/* ######################################  Flex products line ##################################################*/


.prod_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 10px 0 0 0;
    font-family: 'Arial';
    font-size: 0.45em;
    font-size: calc(0.45vw + 0.45em);
    letter-spacing: 0px;
}

.prod_col {
    margin: 1px;
    padding: 6px 0 4px 0;
    background-color: rgba(255,255,255,0.15);
    flex: 1 100px;
    border: 1.0px dotted rgba(53,95,151,0.30);
    text-align: center;
}

.prod_col_ltv {
    margin: 1px;
    padding: 6px 0 4px 0;
    background-color: rgba(255,255,255,0.25);
    flex: 1 100px;
    border: 1.0px dotted rgba(53,95,151,0.30);
    text-align: center;
    font-weight: 600;
}

.prod_col_rate {
    margin: 1px;
    padding: 6px 0 4px 0;
    background-color: rgba(255,255,255,0.75);
    flex: 1 100px;
    border: 1.0px dotted rgba(53,95,151,0.30);
    text-align: center;
    font-weight: 600;
    color: rgba(255,29,232,1.00);
}

/*.prod_more {font-family:'Lato';font-weight:650;text-decoration:none;letter-spacing:0.3px;text-align:center;border:none; display:block; 
padding:5px 10px 6px 10px;float:right;margin:-7% 0% 0 0; font-size:0.3em;font-size:calc(0.3vw + 0.4em);text-rendering:optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;color:rgba(255,255,255,0.96);background-color: rgba(53,95,151,0.40);}*/

.prod_more {
    margin: 1px 0 0 2%;
    padding: 6px 0 4px 0;
    background-color: rgba(53,124,201,0.70);
    color: rgba(255,255,255,0.7);
    flex: 1 140px;
    border: 1.0px dotted rgba(53,95,151,0.30);
    text-align: center;
    font-weight: 600;
    font-size: 0.50em;
    font-size: calc(0.50vw + 0.5em);
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
}



@media only screen and (min-width: 1366px) {
    .prod_row {
        font-size: 0.40em;
        font-size: calc(0.40vw + 0.35em);
    }

    .pink_button {
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
    }
}

@media only screen and (max-width: 908px) {
    .prod_more {
        font-size: 0.70em;
        font-size: calc(0.70vw + 0.7em) !important;
        margin: 3% 0 0 0;
        flex: 1 100%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .pink_button {
        font-size: 1.1em;
        font-size: calc(1.1vw + 1.1em);
    }
}

@media only screen and (max-width: 600px) {
    .prod_more {
        font-size: 0.70em;
        font-size: calc(0.70vw + 0.7em) !important;
        margin: 3% 0 0 0;
        flex: 1 100%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .prod_row {
        font-size: 0.60em;
        font-size: calc(0.60vw + 0.55em);
    }
}

@media only screen and (max-width: 491px) {
}

@media only screen and (max-width: 420px) {
    .wrapper_lb_rates {
        padding: 12% 5% 9% 5%;
    }
}

/*--------------------------------- end FLEX products line  --------------------------------------*/





/* ###################################### SLIDER STYLES ##################################################*/

/* colorDissolve  */
@charset "utf-8";
/* ----------------------- SLIDES ------------------------------------------------------------------------------------------------ */
.colorDissolve {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
}

    .colorDissolve .item {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-animation: colorDissolve 24s linear infinite;
        -moz-animation: colorDissolve 24s linear infinite;
        -ms-animation: colorDissolve 24s linear infinite;
        animation: colorDissolve 24s linear infinite;
    }

        .colorDissolve .item:nth-child(2) {
            -webkit-animation-delay: 6s;
            -moz-animation-delay: 6s;
            -ms-animation-delay: 6s;
            animation-delay: 6s;
        }

        .colorDissolve .item:nth-child(3) {
            -webkit-animation-delay: 12s;
            -moz-animation-delay: 12s;
            -ms-animation-delay: 12s;
            animation-delay: 12s;
        }

        .colorDissolve .item:nth-child(4) {
            -webkit-animation-delay: 18s;
            -moz-animation-delay: 18s;
            -ms-animation-delay: 18s;
            animation-delay: 18s;
        }

@-webkit-keyframes colorDissolve {
    0%, 25%, 100% {
        opacity: 0;
    }

    4.17%, 20.84% {
        opacity: 1;
    }
}

@-moz-keyframes colorDissolve {
    0%, 25%, 100% {
        opacity: 0;
    }

    4.17%, 20.84% {
        opacity: 1;
    }
}

@-ms-keyframes colorDissolve {
    0%, 25%, 100% {
        opacity: 0;
    }

    4.17%, 20.84% {
        opacity: 1;
    }
}

@keyframes colorDissolve {
    0%, 25%, 100% {
        opacity: 0;
    }

    4.17%, 20.84% {
        opacity: 1;
    }
}

@media screen and (max-device-width: 1024px) {
    .colorDissolve {
        position: relative;
        display: block;
        width: 768px;
    }
}



/* ######################################################   STATISTIC BANNER   ############################################################# */
#statistic-banner {
    background-color: rgba(53,124,201,1.0);
    padding: 0.6% 0 0.6% 0;
}

#statistic-holder {
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 1.2% auto 0.6% auto;
}

#statistic-banner_sm {
    background-color: rgba(53,124,201,0.0);
}

.statistic-block-sm {
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    margin: 0 1% 0 1%;
    width: 31.33%;
}

.statistic-block {
    text-align: center;
    padding: 5px;
    display: inline-block;
    min-height: 60px;
    margin: 0 0 0 0;
    width: 31.33%;
    background-color: rgba(0,0,0,0.0);
}

.statistic-text {
    color: rgba(255,255,255,0.65);
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}

.statistic-text2 {
    color: rgba(255,255,255,0.65);
    padding-top: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 0.4em;
    font-size: calc(0.4vw + 0.6em);
}

.statistic-before {
    color: #fff;
    font-size: 65px;
    font-family: 'Lato', sans-serif;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -2px;
}

.statistic-number {
    color: #fff;
    font-size: 65px;
    font-family: 'Lato', sans-serif;
    line-height: 70px;
    font-weight: 900;
    letter-spacing: -2px;
}

.statistic-percent {
    color: #fff;
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
}

/*--------------------------------- 3-PRODUCT TABLE  --------------------------------------*/




.statistic_p-block {
    text-align: center;
    display: inline-block;
    min-height: 60px;
    margin: 0 0 0 0;
    padding: 5% 0 5% 0;
    width: 100%;
}

.statistic_p-text {
    color: rgba(53,95,151,0.99);
    font-family: 'Lato';
    letter-spacing: -0.8px;
    font-weight: 800;
    font-size: 0.8em;
    font-size: calc(0.8vw + 0.7em);
}

.statistic_p-text2 {
    color: rgba(53,95,151,0.79);
    padding: 8px 0 4px 0;
    font-family: 'Arial';
    font-weight: 200;
    font-size: 0.65em;
    font-size: calc(0.65vw + 0.55em);
}

.statistic_p-before {
    color: rgba(255,29,232,0.99);
    font-family: 'Lato';
    font-weight: 700;
    font-size: 1.9em;
    font-size: calc(1.9vw + 1.9em);
    letter-spacing: -2px;
}

.statistic_p-number {
    color: rgba(255,29,232,0.99);
    font-family: 'Lato';
    font-weight: 900;
    font-size: 1.9em;
    font-size: calc(1.9vw + 1.9em);
    letter-spacing: -2px;
}

.statistic_p-percent {
    color: rgba(255,29,232,0.99);
    font-family: 'Lato';
    font-weight: 800;
    font-size: 1.2em;
    font-size: calc(1.2vw + 1.2em);
    letter-spacing: -2px;
}




.statistic_pt-block {
    text-align: center;
    display: inline-block;
    min-height: 60px;
    margin: 0 0 0 0;
    padding: 5% 0 0% 0;
    width: 100%;
}

.statistic_pt-block_1 {
    text-align: center;
    display: inline-block;
    min-height: 60px;
    margin: 0 0 0 0;
    padding: 5% 0 0% 0;
    width: 100%;
}

.statistic_pt-block_2 {
    text-align: center;
    display: inline-block;
    min-height: 60px;
    margin: 0 0 0 0;
    padding: 0% 0 0% 0;
    width: 100%;
}

.statistic_pt-text {
    color: rgba(53,95,151,0.99);
    font-family: 'Arial';
    letter-spacing: -0.8px;
    font-weight: 800;
    font-size: 0.7em;
    font-size: calc(0.7vw + 0.6em);
    line-height: 0.7em;
    line-height: calc(0.7vw + 0.7em);
}

.statistic_pt-text2 {
    color: rgba(53,95,151,0.79);
    padding: 8px 0 4px 0;
    font-family: 'Arial';
    font-weight: 200;
    font-size: 0.5em;
    font-size: calc(0.5vw + 0.50em);
}

.statistic_pt-before {
    color: rgba(242,21,131,0.99);
    font-family: 'Lato';
    font-weight: 900;
    font-size: 1.9em;
    font-size: calc(1.9vw + 1.9em);
    letter-spacing: -2.0px;
}

.statistic_pt-number {
    color: rgba(242,21,131,0.99);
    font-family: 'Lato', sans-serif;
    font-weight: 999;
    font-size: 1.9em;
    font-size: calc(1.9vw + 1.9em);
    letter-spacing: -2.0px;
}

.statistic_pt-percent {
    color: rgba(242,21,131,0.99);
    font-family: 'Lato';
    font-weight: 800;
    font-size: 1.2em;
    font-size: calc(1.2vw + 1.2em);
    letter-spacing: -2.0px;
}

.boxes_4_prod_hp {
    font-family: 'Questrial';
    text-align: center;
    background-color: rgba(255,255,255,0.99);
    color: #fff;
    margin: 0.5%;
    display: inline-block;
    float: left;
    width: 24.0%;
    min-height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0% 1% 2% 1%;
}

    .boxes_4_prod_hp h4 {
        color: rgba(0,0,0,0.52);
        font-family: 'Arial';
        letter-spacing: -0.4px;
        font-weight: 100;
        margin: 7px;
        font-size: 0.5em;
        font-size: calc(0.5vw + 0.5em);
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
    }


@media only screen and (max-width: 1024px) {
    .statistic_pt-text {
        letter-spacing: -0.8px;
        font-weight: 800;
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.7em);
        line-height: 0.8em;
        line-height: calc(0.8vw + 0.7em);
    }

    .boxes_4_prod_hp {
        margin: 0.5%;
        display: inline-block;
        float: left;
        width: 48.0%;
        text-align: left !important;
        padding: 0% 1% 1% 0%
    }

    .statistic_pt-block_1 {
        text-align: right !important;
        display: inline-block;
        min-height: 60px;
        margin: 0 0 0 0;
        padding: 3% 3% 5% 2%;
        width: 48.0%;
    }

    .statistic_pt-block_2 {
        text-align: left !important;
        display: inline-block;
        min-height: 60px;
        margin: 0 0 0 0;
        padding: 3% 0 5% 0;
        width: 48.0%;
    }
}

@media only screen and (max-width: 785px) {
    .boxes_4_prod_hp {
        padding: 0% 0% 0% 0%;
    }
}


@media only screen and (min-width: 1366px) {
    .statistic_pt-text {
        letter-spacing: -0.8px;
        font-weight: 800;
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.8em);
        line-height: 0.8em;
        line-height: calc(0.8vw + 0.8em);
    }
}

@media only screen and (max-width: 1024px) {
    .statistic-number {
        font-size: 55px;
        line-height: 70px;
        font-weight: 700;
        letter-spacing: -2px;
    }

    .statistic-text2 {
        font-size: 1.6vw;
        padding: 0px 20px 0px 20px;
    }

    .statistic-before {
        font-size: 55px;
    }

    .statistic-percent {
        font-size: 35px;
    }

    .boxes_2_inner_l {
        margin-top: 35%;
    }

    .boxes_2_inner_r {
        margin-top: 35%;
    }

    .strap_lineb {
        width: 80%;
        font-size: 0.99em;
        font-size: calc(0.99vw + 0.89em);
        padding: 1.0% 0 1.5% 0;
    }
}



@media only screen and (max-width: 768px) {
    #statistic-banner {
        padding: 20px 0 20px 0;
    }

    .statistic-block {
        margin: 0 0 1% 0;
        background-color: rgba(0,0,0,0.25);
        padding: 10px 0 10px 0;
        width: 100%;
    }

    .statistic-number {
        font-size: 45px;
    }

    .statistic-text {
        font-size: 22px;
    }

    .statistic-text2 {
        padding: 0 5px 0 5px;
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.6em);
    }

    .statistic-before {
        font-size: 45px;
    }

    .statistic_pt-block_1 {
        text-align: center !important;
        padding: 3% 3% 0% 2%;
        width: 96.0%;
    }

    .statistic_pt-block_2 {
        text-align: center !important;
        padding: 0% 0 5% 0;
        width: 96.0%;
    }

    .statistic_pt-text {
        font-size: 0.99em;
        font-size: calc(0.99vw + 0.9em);
        line-height: 0.99em;
        line-height: calc(0.99vw + 0.9em);
    }

    .boxes_4_prod_hp h4 {
        color: rgba(0,0,0,0.52);
        font-family: 'Arial';
        letter-spacing: -0.4px;
        font-weight: 100;
        margin: 7px;
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
    }
}


@media only screen and (max-width: 600px) {
    .boxes_4_prod_hp {
        margin: 0.5%;
        display: inline-block;
        float: left;
        width: 96.0%;
    }

    .statistic_pt-block_1 {
        text-align: right !important;
        padding: 3% 3% 0% 2%;
        width: 48.0%;
    }

    .statistic_pt-block_2 {
        text-align: left !important;
        padding: 0% 0 5% 0;
        width: 48.0%;
    }
}

/* ######################################################   TIMELINE   ############################################################# */
.container_tl {
    width: 100%;
    padding: 0px 0;
    margin: 00px auto;
    position: relative;
    overflow: hidden;
}

    .container_tl:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 20px;
        width: 2px;
        height: 100%;
        background: #CCD1D9;
        z-index: 1
    }

.timeline-block {
    background-color: rgba(225,15,19,0.00);
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #4FC1E9;
    margin: 40px 0 0 20px;
    z-index: 7777;
}

.timeline-content {
    width: 93%;
    padding: 0 15px;
    color: #666;
    background-color: rgba(53,95,151,0.06);
    margin: 3% 0 0 0;
}

    .timeline-content h3 {
        font-family: 'Quicksand';
        font-size: 45px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 900;
        color: green;
    }

    .timeline-content span {
        font-family: 'Quicksand';
        font-size: 1.5em;
        color: rgba(53,95,151,1.00);
        font-weight: 900;
    }

    .timeline-content p {
        font-family: 'Lato';
        word-spacing: 1px;
        color: rgba(53,95,151,1.00);
        text-align: left;
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.6em);
    }

@media screen and (max-width: 768px) {
    .container_tl:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }

    .boxes_2_dip {
        display: none;
    }
}


/* ######################################################   NEWS TICKER   ############################################################# */
marquee {
    background: rgba(53,124,201,1.0);
    margin: 0px auto;
    display: block;
    color: #fff;
    margin-top: 33%;
}

.ticker-left li {
    font-family: 'Questrial';
    display: inline-block;
    font-size: 28px;
    line-height: 6px;
}


/* ######################################################   POP BUTTONS  ############################################################# */
.poptop {
    display: block;
}

.poppage {
    display: none;
    margin: 1.7% 0 2.5% 0;
}

.boxes_2_inner {
    display: inline-block;
    float: none;
    width: 49%;
}

.center_button1 {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 0 auto;
}

@media screen and (max-width:989px) {
    #nav {
        font-size: 0.45em;
        font-size: calc(0.45vw + 0.45em);
    }
}

@media screen and (max-width:800px) {
    .poppage {
        display: block;
    }
}

@media screen and (max-width:449px) {
    .poptop { /*display:none;*/
    }

    .boxes_2_inner {
        width: 85%;
        margin: 2% 0 2% 0;
    }
}


/* ######################################################   *EQUITY RELEASE CALCULATOR  ############################################################# */
.er_top {
    display: block;
    margin: 0px 0 15px 0;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
    padding: 25px 2% 2% 2%;
    width: 100%;
}

.size-er {
    font-size: 120%;
    letter-spacing: 0.2px;
}

.size-enq {
    font-size: 95%;
    letter-spacing: -0.2px;
}

.input_er_1_top {
    font-size: 1.3em !important;
    font-size: calc(1.3vw + 1.3em);
    background-color: rgba(255,255,255,79);
    height: 48px;
    border-radius: 5px;
    font-family: sans-serif;
    padding: 0 9px 0 9px;
    border: 2px solid rgba(255,255,255,0.0);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    margin: 0 5% 0 1%;
    color: rgba(44,39,66,1.00) !important;
    width: 75px;
    font-weight: 600;
    display: inline-block;
}

.input_er_2_top {
    font-size: 1.3em !important;
    font-size: calc(1.3vw + 1.3em);
    background-color: rgba(255,255,255,79);
    height: 48px;
    border-radius: 5px;
    font-family: sans-serif;
    padding: 0 9px 0 9px;
    border: 2px solid rgba(255,255,255,0.0);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    margin: 0 2% 0 1%;
    color: rgba(44,39,66,1.00) !important;
    width: 160px;
    font-weight: 600;
    display: inline-block;
}

.er-button_top {
    font-size: 1.3em !important;
    font-size: calc(1.3vw + 1.3em);
    letter-spacing: -0.5px;
    height: 48px;
    border-radius: 5px;
    width: 170px;
    outline: none;
    font-family: sans-serif;
    padding: 0 12px 0px 12px;
    border: 2px solid rgba(255,255,255,0.0);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    margin: 0% 2% 0 2%;
    cursor: pointer;
    float: none;
    display: inline-block;
}

.link_back_er {
    background-color: rgba(45,37,65,0.99);
    color: rgba(255,255,255,0.99) !important;
}

    .link_back_er:hover {
        background-color: gold;
        color: rgba(45,37,65,0.99) !important;
    }

.er_lab_pad_top {
    display: inline-block;
    margin: 2% 0 2% 0;
    font-family: sans-serif;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 1024px) {
    .er1_padding {
        padding: 4.3% 7% 1% 7% !important;
    }

        .er1_padding h2 {
            letter-spacing: -0.0px;
            font-size: calc(1.5vw + 1.5em);
            line-height: calc(1.0vw + 1.0em);
            padding: 0.0em 0.0em 0.5em 0.0em;
        }

    .er_lab_1 {
        margin-left: 0%;
    }

    .er-button {
        width: 40%;
        margin: 7% auto 8% auto;
        float: none;
        display: block;
    }

    .input_er_1 {
        width: 100%;
    }

    .input_er_2 {
        width: 100%;
    }

    .input_er_1_top {
        width: 12%;
    }

    .input_er_2_top {
        width: 40%;
    }

    .er_lab_pad {
        display: block;
        margin: 4% 0 2% 0;
    }

    .er_top {
        padding: 25px 0.8% 2% 4%;
        width: 100%;
    }

    .er-button_top {
        width: 60%;
        margin: 40px auto 25px auto !important;
        cursor: pointer;
        float: none !important;
        display: block;
    }

    .er_top h6 {
        font-size: 1.7em !important;
        font-size: calc(1.7vw + 1.7em);
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        display: block;
    }

    .er_result {
        font-size: 1.4em !important;
        font-size: calc(1.4vw + 1.4em);
        margin-left: 30px;
    }
}

@media screen and (max-width: 890px) {
    .er_top {
        padding: 10px 0.8% 3% 4%;
        width: 100%;
    }

    .input_er_1 {
        width: 100%;
    }

    .input_er_1_top {
        width: 75%;
        display: block;
        margin: 1% auto 2% auto;
    }

    .input_er_2 {
        width: 100%;
    }

    .input_er_2_top {
        width: 75%;
        display: block;
        margin: 1% auto 2% auto;
    }

    .er_lab_pad {
        display: block;
        margin: 4% 0 2% 0;
        text-align: center;
    }

    .er_lab_pad_top {
        display: block;
        margin: 4% 0 2% 0;
        text-align: center;
    }

    .er_result {
        font-size: 1.5em !important;
        font-size: calc(1.5vw + 1.5em);
        display: block;
        margin-top: 30px;
        margin-left: -10px;
    }

    .er_center {
        text-align: center !important;
        margin-top: 50px;
    }
}

@media screen and (max-width: 599px) {
    .er1_padding {
        padding: 6.3% 9% 1% 9% !important;
    }

    .er-button {
        width: 100%;
        margin: 15% auto 8% auto;
    }

    .er_lab_pad {
        margin: 8% 0 4% 0;
    }
}

@media screen and (max-width: 414px) {
    .er_top h6 {
        font-size: 1.3em !important;
        font-size: calc(1.3vw + 1.3em);
    }

    .er_lab_pad_top {
        display: block;
        margin: 20px 0 10px 0;
        text-align: center;
    }
}



/* ########################################################## MEDIA ENQUIRIES ################################################################# */

@media all and (min-width: 1280px) {
    .about_list { /*font-size: 0.08em;font-size: calc(0.08vw + 0.08em); letter-spacing:-0.20px;*/
        display: block; /*font-family:arial;font-weight:700;line-height:23px;*/
    }

        .about_list h4 {
            font-size: 0.6em;
            font-size: calc(0.6vw + 0.45em);
            line-height: 0.65em;
            line-height: calc(0.65vw + 0.65em);
            letter-spacing: -0.25px;
        }

        .about_list i {
            padding: 0 2.0% 0 0;
        }

    .hero_bullets h4 {
        font-size: 23.5px;
    }

    .page_styles h1 {
        font-size: 0.85em;
        font-size: calc(0.85vw + 1.0em) !important;
    }

    .page_styles h2 {
        font-size: 0.60em;
        font-size: calc(0.60vw + 0.5em) !important;
    }

    .page_styles p {
        font-size: 0.55em;
        font-size: calc(0.55vw + 0.50em);
        line-height: 0.69em;
        line-height: calc(0.69vw + 0.69em);
        letter-spacing: -0.55px;
        margin: 0 0 1.5% 0;
    }

    .criteria_title {
        font-family: 'Lato';
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.6em);
        font-weight: 900;
        letter-spacing: -0.55px;
        padding: 0 0 1% 0;
        margin: 0 1% 2% 0;
        border-bottom: 1.0px dotted rgba(53,95,151,0.30);
        display: block;
        width: 95%;
        background-color: rgba(0,0,0,0.0);
    }

    .timeline-content p {
        font-size: 0.6em;
        font-size: calc(0.6vw + 0.5em);
    }
}


@media all and (max-width: 1280px) {
    .about_list {
        display: block;
    }

        .about_list i {
            padding: 0 1.5% 0 0;
        }

    .hero_bullets h4 {
        font-size: 23.5px;
    }

    .about_list h4 {
        font-size: 0.65em;
        font-size: calc(0.65vw + 0.65em);
        line-height: 0.69em;
        line-height: calc(0.69vw + 0.69em);
        letter-spacing: -0.25px;
    }

    .page_styles h1 {
        font-size: 0.85em;
        font-size: calc(0.85vw + 1.0em) !important;
    }

    .page_styles h2 {
        font-size: 0.60em;
        font-size: calc(0.60vw + 0.5em) !important;
    }

    .page_styles p {
        font-size: 0.60em;
        font-size: calc(0.60vw + 0.60em);
        line-height: 0.90em;
        line-height: calc(0.90vw + 0.90em);
        letter-spacing: -0.35px;
    }

    .boxes_2_prod_l h4 {
        font-size: 0.55em !important;
        font-size: calc(0.55vw + 0.55em) !important;
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
        letter-spacing: -0.25px;
    }

    .boxes_2_prod_r h4 {
        font-size: 0.55em !important;
        font-size: calc(0.55vw + 0.55em) !important;
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
        letter-spacing: -0.25px;
    }

    .boxes_2_prod_l h2 {
        font-size: 0.70em !important;
        font-size: calc(0.70vw + 0.70em) !important;
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
        letter-spacing: -0.25px;
    }

    .boxes_2_prod_r h2 {
        font-size: 0.70em !important;
        font-size: calc(0.70vw + 0.70em) !important;
        line-height: 0.6em;
        line-height: calc(0.6vw + 0.6em);
        letter-spacing: -0.25px;
    }

    .criteria_title {
        font-family: 'Lato';
        font-size: 0.7em;
        font-size: calc(0.7vw + 0.7em);
        font-weight: 900;
        letter-spacing: -0.55px;
        padding: 0 0 1% 0;
        margin: 0 1% 2% 0;
        border-bottom: 1.0px dotted rgba(53,95,151,0.30);
        display: block;
        width: 95%;
        background-color: rgba(0,0,0,0.0);
    }
}



@media all and (max-width: 1024px) {
    .enquiry_title {
        font-size: 0.6em;
        font-size: calc(0.6vw + 1.1em);
    }
}

@media all and (max-width: 1098px) {
    .hide_block_3b {
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    .boxes_4_inner {
        width: 48.0%;
    }

    .boxes_4_pad {
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.7em);
        padding: 1% 0 0 0;
    }
}

@media all and (max-width: 803px) {
    .boxes_2_outer_w {
        width: 49%;
        display: inline-block;
        float: left;
        padding: 0px;
        margin: 33% 0 0% 0;
    }

    .clock_block {
        display: none;
    }
}


@media all and (min-width: 800px) {
    .hero {
        flex: 3 0px;
    }

    .hero2 {
        flex: 3 0px;
    }

    .main_h1 {
        flex: 3 0px;
    }
}




@media only screen and (max-width: 800px) {
    .enquiry_block {
        display: none;
    }

    .boxes_2_type_l {
        display: inline-block;
        float: left;
        width: 50%;
        margin: 0px;
        padding: 0 0 0 7%;
    }

    .boxes_2_type_r {
        display: inline-block;
        float: left;
        width: 50%;
        margin: 0px;
        padding: 0 5% 0 0;
    }

    .boxes_2_prod_l h4 {
        font-size: 0.65em !important;
        font-size: calc(0.65vw + 0.65em) !important;
        letter-spacing: -0.25px;
    }

    .boxes_2_prod_r h4 {
        font-size: 0.65em !important;
        font-size: calc(0.65vw + 0.65em) !important;
        letter-spacing: -0.25px;
    }

    .criteria_title {
        font-size: 1.0em;
        font-size: calc(1.0vw + 1.0em);
        font-weight: 900;
        letter-spacing: -0.55px;
        margin: 2% 0 2% 0;
    }


    .boxes_4_type {
        margin: 0 0% 0% 9%;
        padding: 0;
        width: 90.0%;
        border: none;
        float: none;
        background-color: rgba(53,95,151,0.0);
    }

        .boxes_4_type h4 {
            font-weight: 400;
            padding: 0.5% 0.3% 0.5% 0.3%;
            margin: 0px;
            font-size: 0.8em;
            font-size: calc(0.8vw + 0.7em);
        }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        padding: 0% 0% 1.3% 0%;
        margin: 0px;
        margin-bottom: 1px;
        background-color: rgba(24,201,223,0.0);
        line-height: 1.2em;
        line-height: calc(1.2vw + 0.85em);
        font-size: 1.2em;
        font-size: calc(1.2vw + 0.85em);
    }

    /* ----------------- DIP BOX ----------- */
    .dip_block {
        margin: 3.5% 0 0 0;
    }

    .boxes_2_dip {
        margin: 1% 0 5% 0;
        width: 100%;
    }

        .boxes_2_dip h2 {
            letter-spacing: -0.8px;
            font-size: 1.5em;
            font-size: calc(1.5vw + 1.3em);
            padding: 0px;
            margin: 0 0 1% 0;
        }

        .boxes_2_dip h3 {
            letter-spacing: -1.1px;
            font-size: 1.0em;
            font-size: calc(1.0vw + 0.9em);
            padding: 0px;
            margin: 0 0 1% 0;
        }

        .boxes_2_dip h4 {
            font-size: 1.0em;
            font-size: calc(1.0vw + 0.9em);
            line-height: 1.0em;
            line-height: calc(1.0vw + 0.9em);
        }

    .dip_box_but {
        float: none;
        width: 65%;
        height: 45px;
        padding: 2% 7% 7.5% 7%;
        font-size: 1.0em;
        font-size: calc(1.0vw + 0.9em);
    }

    /* ----------------- CALC BOX ----------- */
    .boxes_2_calc {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.3);
        color: rgba(53,95,151,1.00);
        margin: 0 0.4% 3.5% 0.4%;
        display: inline-block;
        float: left;
        padding: 2% 2% 2% 2%;
        width: 50%;
        cursor: pointer;
        background-color: rgba(53,95,151,0.35);
    }

        .boxes_2_calc:hover {
            background-color: rgba(53,95,151,1.0);
            border: 1px solid rgba(255,255,255,0.0);
        }

        .boxes_2_calc h3 {
            color: rgba(255,255,255,1.00);
            font-size: 1.4em;
            font-size: calc(1.4vw + 1.0em);
        }

        .boxes_2_calc i {
            color: rgba(255,255,255,1.00);
        }

        .boxes_2_calc h4 {
            color: rgba(53,95,151,1.00);
            font-size: 0.8em;
            font-size: calc(0.8vw + 0.7em);
        }
    /* ---------------------------------------------------------------------------------------------- */

    .wrapper_lb_left_full {
        text-align: center;
    }

    .wrapper_lb_left h1 {
        font-size: 1.5em;
        font-size: calc(1.50vw + 1.5em);
    }

    .wrapper_lb_left h2 {
        font-size: 0.75em;
        font-size: calc(0.75vw + 0.7em);
    }

    .boxes_2_dip h2 {
        font-size: 1.5em;
        font-size: calc(1.5vw + 1.3em);
        color: #fff;
    }

    .about_list {
        display: inline-block;
        padding: 0 0 0 0;
    }

        .about_list i {
            padding: 0 0 0 0;
            margin: 0 0.8em 0 0;
            color: rgba(255,255,255,1.00);
        }

        .about_list h4 {
            letter-spacing: 0px;
            padding: 0% 0% 0.5% 0%;
            font-size: 0.6em;
            font-size: calc(0.6vw + 0.5em);
        }

    .hide_thumb {
        display: none;
    }

    .about_list {
        display: block;
        margin: 2.5% auto 2.5% auto;
    }

        .about_list h4 {
            font-size: 0.60em;
            font-size: calc(0.60vw + 0.60em);
            line-height: 0.69em;
            line-height: calc(0.69vw + 0.69em);
            letter-spacing: -0.25px;
            text-align: center;
        }

    .page_styles p {
        font-size: 0.60em;
        font-size: calc(0.60vw + 0.60em);
        line-height: 0.90em;
        line-height: calc(0.90vw + 0.90em);
        letter-spacing: -0.35px;
        text-align: center;
    }

    .page_styles h2 {
        font-size: 0.80em !important;
        font-size: calc(0.80vw + 0.70em) !important;
        text-align: center !important;
        padding-bottom: 10px;
    }
}



@media only screen and (max-width: 769px) {
    .page_styles {
        margin: 0 5% 0 3%;
    }

    .boxes_2_outer_w2 {
        background-color: rgba(53,255,189,0.0);
        margin-top: 0%;
        width: 100%;
    }

    .accordion_link {
        font-size: 0.9em;
        font-size: calc(0.9vw + 0.8em);
    }

    .boxes_4_pad {
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.7em);
        padding: 3% 0 0 0;
    }

    .about_list {
    }

        .about_list i {
            padding: 0 0 0 0;
            margin: 0 0.8em 0 0;
            color: rgba(255,255,255,1.00);
        }

        .about_list h4 {
            letter-spacing: 0px;
            padding: 0% 0% 0.5% 0%;
            font-size: 0.6em;
            font-size: calc(0.6vw + 0.6em);
            font-weight: 500;
        }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        padding: 0% 0% 1.3% 0%;
        margin-bottom: 1px;
        background-color: rgba(24,201,223,0.0);
        font-size: 1.1em;
        font-size: calc(1.1vw + 0.8em) !important;
    }
}

@media only screen and (max-width: 767px) {
    #leftalign {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 601px) {
    .wrapper_header_full {
        padding: 15px 0 75px 0;
    }

    .logo_size {
        display: block;
        float: none;
        margin: 0 auto 0 auto;
    }

    .head_right {
        float: none;
    }

    .tel_line {
        background-color: rgba(44,237,253,1.00);
        display: none;
    }

    .strap_line {
        display: block;
        margin: 0 auto 0 auto;
        float: none;
        color: rgba(53,124,201,0.65);
        letter-spacing: -1px;
        text-align: center;
        font-size: 2.2em;
        font-size: calc(2.2vw + 0.6em);
    }

    .strap_hide {
        display: inline-block;
    }

    .hide_text {
        display: inline-block;
    }

    .boxes_2_inner_l {
        padding-top: 5%;
    }

    .hero_bullets h4 {
        letter-spacing: -1.1px;
        padding: 0% 0% 1.3% 0%;
        margin: 0px;
        margin-bottom: 1px;
        background-color: rgba(24,201,223,0.0);
        font-size: 1.3em;
        font-size: calc(1.3vw + 1.0em) !important;
    }

    .about_list {
        display: block;
        padding: 0 auto 0 auto;
    }

        .about_list i {
            padding: 0 0 0 0;
            margin: 0 0.8em 0 0;
            color: rgba(255,255,255,1.00);
        }

        .about_list h4 {
            text-align: center;
            letter-spacing: 0px;
            padding: 0% 0% 0.5% 0%;
            font-size: 0.6em;
            font-size: calc(0.6vw + 0.6em);
            font-weight: 700;
        }
}

@media only screen and (max-width: 600px) {
    body {
        padding-left: 0%;
        padding-right: 0%;
    }

    .boxes_2_inner_l {
        display: inline-block;
        margin-top: 2.5%;
        min-height: 55px;
        float: none;
        width: 98%;
        text-align: center;
    }

    .boxes_2_inner_r {
        display: inline-block;
        margin-top: 0%;
        min-height: 55px;
        float: none;
        width: 98%;
        text-align: center;
        margin: 0% 0 3% 0;
    }

    .boxes_2_outer_w {
        background-color: yellow;
        margin-top: 33%;
        min-height: 60px;
        width: 95%;
        display: inline-block;
        float: left;
        padding-right: 0.5%;
    }

    .hero_bullets i {
        display: none;
    }

    .text_3 i {
        display: inline-block !important;
    }
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1 auto;
    }
}

@media only screen and (max-width: 599px) {
    #prod_criteria1 {
        margin: 0 0% 0 0% !important;
        text-align: center !important;
    }

    .boxes_2_prod_l {
        width: 98%;
        background-color: rgba(228,32,240,0.0);
    }

    .boxes_2_prod_r {
        width: 98%;
        background-color: rgba(118,101,13,0.0);
    }

    .boxes_2_prod_l i {
        display: none;
    }

    .boxes_2_prod_r i {
        display: none;
    }

    .criteria_title {
        font-size: 1.4em;
        font-size: calc(1.4vw + 1.4em);
        font-weight: 900;
        letter-spacing: -0.55px;
        margin: 15px auto 18px auto !important;
        padding: 0 0 8px 0 !important;
        border-bottom: 2.0px dotted rgba(53,95,151,0.30);
        display: block !important;
    }

    .boxes_2_prod_l h4 {
        font-size: 0.8em !important;
        font-size: calc(0.8vw + 0.75em) !important;
        line-height: 1.0em;
        line-height: calc(1.0vw + 1.0em);
    }

    .boxes_2_prod_r h4 {
        font-size: 0.8em !important;
        font-size: calc(0.8vw + 0.75em) !important;
        line-height: 1.0em;
        line-height: calc(1.0vw + 1.0em);
    }

    .boxes_2_prod_l p {
        text-align: center !important;
        margin: 0 2% 0% 2% !important;
        padding: 0 auto 0 auto !important;
    }

    .boxes_2_prod_l h2 {
        font-size: 0.8em !important;
        font-size: calc(0.8vw + 0.75em) !important;
        color: black !important;
    }

    .boxes_2_prod_r h2 {
        font-size: 0.9em !important;
        font-size: calc(0.9vw + 0.85em) !important;
        color: green !important;
    }



    .image_hide {
        display: none;
    }

    #leftalign {
        margin: 0 0 0 0;
        padding: 0px 5px 0 5px;
    }

    .titles_2 {
        font-size: 120%;
        margin: 25px 0 0 0;
    }

    .text_2 {
        font-size: 110%;
    }

    .text_3 {
        font-size: 110%;
    }

    .text_4 {
        font-size: 90%;
    }
}


@media only screen and (max-width: 501px) {
    .boxes_2_type_l {
        display: inline-block;
        float: left;
        width: 100%;
        margin: 0 0 0 9%;
        padding: 0 0 0 0;
    }

    .boxes_2_type_r {
        display: inline-block;
        float: left;
        width: 100%;
        margin: 0 0 0 9%;
        padding: 0 0 0 0;
    }

    .boxes_4_type h4 {
        font-weight: 400;
        padding: 0.5% 0.3% 0.5% 0.3%;
        margin: 0px;
        font-size: 1.0em;
        font-size: calc(1.0vw + 0.9em);
    }

    .dip_box_but {
        font-size: 1.0em;
        font-size: calc(1.0vw + 0.80em);
        width: 90%;
    }
}

@media only screen and (max-width: 449px) {
    .boxes_2_inner_l {
        margin-top: 4.5%;
    }

    .boxes_2_inner_r {
        margin-top: 0%;
    }

    .accordion_link {
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.6em);
    }

    .boxes_2_prod_l h4 {
        font-size: 0.9em !important;
        font-size: calc(0.9vw + 0.9em) !important;
        line-height: 1.1em;
        line-height: calc(1.1vw + 1.1em) !important;
    }

    .boxes_2_prod_r h4 {
        font-size: 0.9em !important;
        font-size: calc(0.9vw + 0.9em) !important;
        line-height: 1.1em;
        line-height: calc(1.1vw + 1.1em) !important;
    }
}

@media all and (max-width: 420px) {
    .wrapper_header_full {
        padding: 110px 0 75px 0;
    }

    body {
        padding-left: 0%;
        padding-right: 0%;
    }

    .boxes_4_inner {
        width: 98%;
        min-height: 35px;
        margin: 3px 0 3px 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .boxes_4_pad {
        font-size: 0.9em;
        font-size: calc(0.9vw + 0.8em);
        padding: 0.9% 0 0.9% 0;
    }

    .hide_text {
        display: none;
    }

    .strap_line {
        font-size: 2.5em;
        font-size: calc(2.5vw + 0.8em);
    }

    .page_styles {
        margin: 0 5% 0 3%;
    }

        .page_styles p {
            font-size: 0.85em !important;
            font-size: calc(0.85vw + 0.85em) !important;
            line-height: 1.1em;
            line-height: calc(1.1vw + 1.1em);
            text-align: center !important;
        }

    .about_list h4 {
        font-size: 0.65em;
        font-size: calc(0.65vw + 0.65em);
        line-height: 0.75em;
        line-height: calc(0.75vw + 0.75em);
    }

    .fa-caret-down {
        display: none !important;
    }

    div.below > label {
        font-size: 1.0em;
        font-size: calc(1.0vw + 1.0em);
        text-align: center;
    }

    .prod_line2 {
        font-size: 95%;
        text-align: center;
        margin: 2.5% 0 0 0;
    }
}

@media all and (max-width: 320px) {
    .strap_line {
        font-size: 2.0em;
        font-size: calc(2.0vw + 0.8em);
    }

    .main_h1 h1 {
        font-size: 1.9em;
        font-size: calc(1.9vw + 1.8em);
        text-align: center;
        margin: 5px auto 5px auto;
        padding: 13px 0 10px 0;
        letter-spacing: -0.5px;
    }

    .main_h1 h4 {
        font-size: 0.8em;
        font-size: calc(0.8vw + 0.8em);
        letter-spacing: -0.5px;
        color: rgba(255,255,255,0.9);
    }

    .main_h1 i {
        display: inline-block;
    }

    .fa-paper-plane {
        padding-right: 0.86rem !important;
    }


    .about_list {
        display: block;
        margin: 6.5% auto 9.5% auto;
    }

        .about_list h4 {
            font-size: 0.80em;
            font-size: calc(0.80vw + 0.80em);
            line-height: 0.90em;
            line-height: calc(0.90vw + 0.90em);
            letter-spacing: -0.25px;
            text-align: center;
        }

    .page_styles p {
        font-size: 0.75em;
        font-size: calc(0.75vw + 0.75em);
        line-height: 0.99em;
        line-height: calc(0.99vw + 0.99em);
        letter-spacing: -0.25px;
        text-align: justify;
    }

    .hero_bullets h4 {
        font-family: 'Arial';
        letter-spacing: -0.5px;
        padding: 0% 0% 1.3% 0%;
        margin-bottom: 1px;
        background-color: rgba(24,201,223,0.1);
        font-size: 1.0em;
        font-size: calc(1.0vw + 0.7em) !important;
    }
}


/* ######################################################   ORDERING  ############################################################# */
@media all and (min-width: 800px) {
    .main_h1 {
        order: 1;
    }

    .clock_block {
        order: 2;
    }

    .hero {
        order: 1;
    }

    .enquiry_block {
        order: 2;
    }

    .hero2 {
        order: 1;
    }

    .enquiry_block2 {
        order: 2;
    }

    .dip_block {
        order: 2;
    }

    .boxes_4_inner {
        order: 3;
    }

    .section1 {
        order: 5;
    }

    .section2 {
        order: 6;
    }

    .boxes_4_outer {
        order: 7;
    }

    .section3 {
        order: 7;
    }

    .footer {
        order: 9;
    }
}

@media all and (max-width: 600px) {

    .boxes_4_inner {
        order: 3;
    }

    .main {
        order: 3;
    }

    .hero {
        order: 2;
    }

    .clock_block {
        order: 4;
    }

    .enquiry_block {
        order: 1;
    }

    .section1 {
        order: 5;
    }

    .section2 {
        order: 6;
    }

    .boxes_4_outer {
        order: 7;
    }

    .section3 {
        order: 7;
    }

    .footer {
        order: 9;
    }
}
