@charset "utf-8";
/* CSS Document */

* {
    padding: 5 5 5 5;
    margin: 0;
}
.custom-select {
    position: relative;
    display: inline-block;
    width:165px;
    margin-top: 6px;
}

.select-selected, .select-items div {
    padding: 10px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.select-items {
    position: absolute;
    background-color: #f1f1f1;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div:hover {
    background-color: #ddd;
}

.select-hide {
    display: none;
}

.select-items img {
    height: 20px; /* Adjust based on your image size */
    margin-right: 8px;
}


  .invoice-container {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
  }
  .invoice-table {
    width: 100%;
    border-collapse: collapse;
  }
  .invoice-table th, .invoice-table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ccc;
  }
  .invoice-table th {
    background-color: #515352;
    color: #fff;
  }
  .invoice-table td {
    background-color: #fff;
    color: #000;
  }
  .text-right {
    text-align: right!important;
  }
  .text-center {
    text-align: center;
  }
  .highlight {
    color: green;
    font-weight: normal;
  }
  .highlight-bg {
    background-color: #D9EAD3; /* light green background */
  }
  .footer-total {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    
  }
  @media (max-width: 600px) {
    .invoice-table th, .invoice-table td {
      padding: 4px;
    }
  }


#prodImg{
    float:left;
}


#poo {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

label {
  display: flex; /* make the label a flex container */
  flex-direction: column; /* stack the input and text vertically */
  align-items: center; /* center the items horizontally */
  margin: 0 10px; /* add some horizontal space between the items */
}

input[type="radio"] {
  margin-bottom: 5px; /* add some vertical space between the input and text */
}
    
html,
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D1D1D1;
}

body {
    font-size: 16px;
    text-decoration-line: none;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

#logoBox {
    display: inline-block;
    width: 350px;
}

#wrap {
    min-height: 20px;
    margin: 0 auto -20px;
}

#top-bar {
    background-color: #2f466b;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    min-height: auto;
/*    padding: 7px 7px 5px 7px;*/
}

#shortcutRow {
    width: auto;
    padding-left: 15px;
    line-height: 18px;
    margin: auto;
}

#shortcutRow hr {
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shortcutColumn {
    width: 16%;
    float: left;
}

.shortcutColumn a {
    display: block;
    line-height: 5px;
    text-align: left;
    text-decoration: none;
    color: #C6C6C6;
}

.shortcutColumn a:link {
    color: #F0F0F0;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 18px;
}

.shortcutTitle {
    font-weight: 600;
    padding-left: 0px;
}

@media screen and (max-width: 888px) {
    .shortcutColumn {
        width: 140px;
        margin-bottom: 15px;
    }

    #shortcutRow {}
}

.flag,
.social-logos-facebook-icon,
.social-logos-twitter-icon,
.social-logos-linkedin-icon,
.social-logos-you-tube-icon {
    float: right;
/*    background: url(https://www.gbmaps.com/sprites.png) no-repeat;*/
}

.flag {
    float: left;
    background-position: 0 0;
    width: 83px;
    height: 42px;
}

.social-logos-facebook-icon {
    background-position: -92px -4px;
    width: 35px;
    height: 35px;
}

.social-logos-twitter-icon {
    background-position: -138px -4px;
    width: 35px;
    height: 35px;
}

.social-logos-linkedin-icon {
    background-position: -182px -4px;
    width: 35px;
    height: 35px;
}

.social-logos-you-tube-icon {
    background-position: -224px -4px;
    width: 35px;
    height: 35px;
}

.nav-bar-background {
    background: #282D3B;
    height: 44px;
}

ul.topnav li a {
    text-align: center
}

ul.topnav {
    overflow: hidden
}

.topnav {
    margin: auto
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.topnav li {
    float: left
}

ul.topnav li a {
    display: inline-block;
    min-width: 50px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .3px;
    padding: 8px 15px;
    text-decoration: none;
    transition: color .3s ease;
    BACKGROUND-COLOR: #282D3B;
}

.alignmentTwo {
    margin: auto;
    MAX-width: 978px;
    height: 44px;
}

ul.topnav li a:hover {
    color: #fff;
    background-color: #6A6D70;
}

ul.topnav li.icon {
    display: none;
}

@media screen and (max-width:925px) {
    ul.topnav li:not(first-child) {
        display: none
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block
    }

    .alignmentTwo {
        background-color: #111;
        width: 100%
    }

    ul.topnav.responsive {
        position: relative
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0
    }

    ul.topnav.responsive li {
        float: none;
        display: inline
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left

    }

    ul.topnav li a {
        background-color: #111;
        color: #fff
    }

    .thirds-section {
        width: 30% !important;
    }
}

@media screen and (max-width:925px) {
    ul.topnav li:not(first-child) {
        display: none
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block
    }

    .alignmentTwo {
        background-color: #111;
        width: 100%
    }

    ul.topnav li a {
        background-color: #111;
        color: #fff
    }

    ul.topnav.responsive {
        position: relative
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0
    }

    ul.topnav.responsive li {
        float: none;
        display: inline
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left
    }
}

#footerContainer {
    background-color: #2f466b;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
    border-top: 4px solid #09f;
}

#myfooter {
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 15px;
    padding-bottom: 15px;
    width: 96%;
    font-size: 14px;
    line-height: 22px;
}

#footer-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 350px;
    padding-top: 7px;
}

#footer-text a {
    color: white;
}

#header-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 300px;
    padding-top: 7px;
}

.inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
}

.header-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 0px;
    height: 44px;
}

#header {
/*    background-color: #282D3B;*/
    height: 44px;
}

#header-logo,
#footer-logo {
    display: inline-block;
    width: 295px;
    float: left;
    padding-left: 10px;
}

a {
    text-decoration: none;
}

@media (max-width:955px) {
    .home-section {
        width: 44.5%;
        margin-left: 3px;
    }

    .home-section:nth-child(odd) {
        margin-left: 1%;
    }

    .home-section:nth-child(even) {
        margin-left: 1%;
    }
}

@media (max-width:920px) {

    #footer li {
        padding: 0 10px;
        white-space: nowrap;
    }

    #blog-link img {
        display: none;
    }
     .active-menu{
        max-width: 300px;
    }
}

@media (max-width:860px) {}

@media (max-width:700px) {
    #footer {
        height: 80px;
        clear: both
    }
}

@media (max-width:680px) {
    #footer-text {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 290px;
    }

    #header-text {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 290px;
    }

    #header-logo {
        float: none;
        margin: 0 auto;
        padding: 0;
    }
}


@media (max-width:630px) {
    .home-section {
        width: 94%;
        min-height: 0;
        padding-bottom: 10px;
        margin: 0 2% 10px 2%;
    }

    .home-section img {
        width: 94%;
        margin: 0 2% 10px 2%;
    }

    .mapcolourtoolwide {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        box-shadow: 3px 3px 3px #888888;
        margin-bottom: 20px;
    }

    .moreAboutTextWide {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    #clientLogosFooter img {
        width: 95%;
    }

    #headerImages img {
        width: 95%;
    }

    .home-section:nth-child(even) {
        margin-left: 3px;
    }
}

@media (max-width:450px) {
    #header img {
        margin: 10px 20px 0 0;
    }

    #header h1 {
        margin-left: 110px;
        padding-top: 6px;
    }

    #header h2 {
        margin 0 0 15px 110px;
    }
}

#header-logo h2,
#footer-logo h2 {
    float: left;
    font-size: 24px;
    padding-left: 10px;

}

#header-logo h3,
#footer-logo h3 {
    float: left;
    font-size: 16px;
    width: 200px;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
}















.middle-content {
    max-width: 1200px;
    margin: 0px auto;
    min-width: 320px;
    padding-top: 0px;
    background-color: #FFFFFF;
    padding: 15px;
}

.companies-title {
    font-size: 32px;
    font-weight: 700;
    color: rgb(0, 47, 135);
    margin: 5px 0;
    display: block;
}

.thirds {
    width: 100%;
}

.thirds-section {
    float: left; 
    width: 23%;
    padding: 5px;
}

.ssl-logo {
    float: right;
}

.file-formats-table {
    width: 100%;
    padding: 5px;
    border: 5px solid #dce9fb;
    box-sizing: border-box;
    margin-top: 15px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
}

.content-container {
    text-align: center;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* This allows the icons to wrap in smaller screens */
}

.file-formats-table img{
    width:45px;
    height:auto;
}

.file-formats-table-bottom {
    width: 100%;
    padding: 5px;
    border: 5px solid #dce9fb;
    box-sizing: border-box;
    margin-top: 15px;
}

.file-formats-table-bottom img{
/*
    width: auto;
    height: 84px;
*/
}

    #refundWarning, .refundWarning{
    width: 100%;
    padding: 5px;
    border: 5px solid #A4E78C;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 15px;  
    max-width: 800px;
    }
    
#selectCountyContainer{
    width: 100%;
    padding: 5px;
    border: 5px solid red;
    box-sizing: border-box;
    margin-top: 15px;  
    text-align: center;
}

.file-formats-table h2 {
    color: #002F87;
    text-align: center;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.file-formats-table h1 {
    color: #002F87;
    text-align: center;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.eighths {
    width: 100%;
}

.eighths-section {
    float: left;
    text-align: center;
    margin: 2px 6px;
}

.eighths-section img {
    margin: auto;
}

.halves {
    width: 100%;
    margin-top: 15px;
}

.left {
    float: left;
    width: 45%;    
}

.right {
    float: right;
    width: 45%;
}

.payment-form-outer {
    padding: 20px;
    background: #ccc;
    border: 2px solid darkgray;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 500px;
}

.wp-pp {
    margin: auto;
    display: block;
}

.payment-form {
    width: 100%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.payment-form img {
    vertical-align: middle;
    width:40px;
}

.form-title {
    font-size: 18px;
    color: #002f87;
    padding-left: 10px;
    font-weight: bold;
    display: inline;
    /* float: right; */
    /* width: 80%; */

}

#incVATWP
{
    text-align: left;
    color: green;
/*    padding: 0px 0 10px 0;*/
    font-weight: 600;    
}

#exVATWP {
    text-align: center;
    color: black;
    padding: 0px 0 10px 0;
    font-weight: 600;
    font-size: 14px;    
}
.wp-form-outer {
/*
    width: 400px;
    margin: auto;
*/
    display: flex; /* Using flexbox for alignment */
    justify-content: center; /* Center the buttons horizontally */
    flex-wrap: wrap; /* Allow the items to wrap onto the next line */
}

.wp-form-outer .left p {
    text-align: right;
    margin-bottom: 5px;
    line-height: 22px;
}

.wp-form-outer .right input {
    margin-bottom: 5px;
}

.wp-form-outer .left,
.wp-form-outer .right {
    width: 48%;
}

.wp-submit {
    margin: auto;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 35px;
    color: white;
    background: #0070BA;
    border: 1px solid #0070BA;
    margin-top: 10px;
}

.wp-submit:hover {
    cursor: pointer;
    transition: .3s;
    background: #005EA6;
}

.bottom-text {
    margin-bottom: 18px;
    font-size: 1rem;
    margin-left: auto;
    color: #777777;
    line-height: 1.8rem;
    text-align: center;
}

.call-txt-outer {
    width: 170px;
    float: left;
}

.call-img {
    vertical-align: middle;
}

.call-title {
color: #002F87;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    float: right;
    width: 344px;
}

.call-p {
    margin: 0 0 10px 0;
    margin-left: 15px;
    font-size: 15px;
}

.file-formats-table .halves .left {
    width: 62%;
}

.file-formats-table .halves .right {
    width: 38%;
}

.file-formats-table .halves {
    margin-top: 0;
}

.cc-logos {
    float: right;
}

input {
    width: 100%;
}
    .zip-container {
text-align: center;
    }
.form-title-sub-text{
    font-weight: normal;
    font-size: 15px;
    /* text-align: center; */
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 5px;
}
@media screen and (max-width: 1050px) {
    .payment-form-outer {
        width: 100%;
        max-width: 500px;
        /* float: left; */
        box-sizing: border-box;
        margin-bottom: 10px;
        margin: 0 auto;
    }


    .file-formats-table .halves .left,
    .file-formats-table .halves .right {
        width: 100%;
        text-align: center;
    }

    .call-img {
        display: none;
    }

    .cc-logos {
        float: none;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 625px) {
    .thirds-section {
        width: 8% !important;
    }
}

@media screen and (max-width: 650px) {
    .left,
    .right {
        width: 100%;       
        box-sizing: border-box;
        margin-bottom: 10px;
        float: left;
    }

    .wp-form-outer .left {
        margin-right: 10px;
    }
    .call-title {
    float:revert;
    margin:0 auto;
    width: 312px;
}
    .creditCardIconsBottom {
        display: block;
        margin:0 auto;
        float:revert!important;
    }
    
}

@media screen and (max-width: 550px) {
    .wp-pp,
    .cc-logos {
        width: 100%;
    }
}

/*
@media screen and (max-width: 475px) {
    .wp-form-outer .left {
        display: none;
    }
    .wp-form-outer .right {
        width: 100%;
    }
}
*/

/* This media query applies when the container's width is 400px or less */
@media (max-width: 510px) {
    .wp-form-outer {
/*        flex-direction: column;*/
        /* Stack the buttons vertically */
    }

    #creditCardButton {
        margin-bottom: 10px; /* Add some space between stacked buttons */
    }
    #paypalButton{
        margin-left:0px!important;
    }
}

.image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

.image-section {
    flex: 1 0 150px;
    max-width: 200px;
    text-align: center;
    margin: 0 10px;
}

.image-section img {
    width: 100%;
    height: auto;
}
/*
@media (max-width: 600px) {
    .image-container {
        justify-content: center;
    }

    .image-section {
        margin: 10px auto;
    }
}
*/
.good-company {
    font-size: 21px;
    font-weight: 500;
    background-color: darkseagreen;
    color: #fef374;
    padding: 5px;
    text-align: center;  
    margin-top: 10px;
}

#creditCardButton {
    background-image: url(images/credit-card-symbol.svg), linear-gradient(to bottom, #4dc4ff 0%, #17a1e6 100%);
    background-repeat: no-repeat, repeat;
    background-position: 21px 15px, 0 0;
    background-size: 30px, auto;
    padding-left: 41px;
    font-size: 16px;
    height: 50px;
    border: #1380b8 solid 2px;
    color: #fff;
    text-align: center;
    /* line-height: 32px; */
    display: inline-block;
    width: 191px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.1s ease;
}

#creditCardButton:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,0.3); /* Shadow effect on hover */
}

#creditCardButton:active {
    background-image: url(images/credit-card-symbol.svg), linear-gradient(to bottom, #17a1e6 0%, #4dc4ff 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2); /* Less pronounced shadow to mimic pressing */
    transform: translateY(2px); /* Slightly shift the button down to mimic pressing */
}
.creditCardIcons{
    margin: 0 auto;
    max-width: 488px;
    width: 97%;
    display: flex;
    margin-bottom: 11px;
}
.creditCardIconsBottom{
max-height: 96px;
    float: right;
    width: 347px;
}
#paypalButton {
    background-image: url(images/svg-paypal-logo-icon.svg), linear-gradient(to bottom, #ffe7b7 0%, #ffab07 100%);
    background-repeat: no-repeat, repeat;
    background-position: 97px 15px, 0 0;
    background-size: 70px, auto;
    padding-left: 26px;
    font-size: 16px;
    height: 50px;
    border: #dda02d solid 2px;
    color: #243d80;
    text-align: left;
    /* line-height: 32px; */
    display: inline-block;
    width: 191px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    margin-left: 10px;
}

#paypalButton:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,0.3); /* Shadow effect on hover */
}
#paypalButton:active {
    background-image: url(images/svg-paypal-logo-icon.svg), linear-gradient(to bottom, #ffe7b7 0%, #ffab07 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2); /* Less pronounced shadow to mimic pressing */
    transform: translateY(2px); /* Slightly shift the button down to mimic pressing */
}


#selectCountryContainer1 {
    text-align: center;
    padding: 10px;
    border: 1px solid black;
    max-width: 256px;
    width:auto;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#countrySelect1 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.contactIcons{
    float:left;
    width:auto!important;
    height:auto!important;
    max-width:40px;
    max-height:100px;
    margin-left: 10px;    
}
/*
.active-menu{
    max-width: 300px;
}*/

#paymentType {
    width: 300px;
    margin-bottom: 10px;
}
