body {
    font-family: Arial;
}

#CTBS {
    clear: both;
}

    #CTBS .ProductName2015v2 {
        top: auto;
        text-align: center;
    }

        #CTBS .ProductName2015v2 h1 {
            margin-top: 20px;
            position: inherit;
            top: auto;
            text-align: center;
        }

#vehicle {
    position: relative;
    top: -120px;
    left: -1400px;
    transition: left 2s;
    transition-timing-function: ease;
    /*transition-delay: 1s;*/
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 2s forwards;
    animation-delay: 1s;
    float: inherit;
    margin-bottom: -120px;
}

    #vehicle.slide-off {
        left: 100%; /* Slide off to the right */
        transition: left 0.5s ease-in-out; /* Add transition for sliding off */
    }

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

#wheel1 {
    position: relative;
    top: -135px;
    left: -1500px;
    transition: left 2s;
    transition-timing-function: ease;
    /*transition-delay: 1s;*/
    -webkit-animation: slideWheel 1s forwards;
    -webkit-animation-delay: 2s;
    animation: slideWheel1 2s forwards;
    animation-delay: 1s;
    float: inherit;
    margin-bottom: -120px;
}

@-webkit-keyframes slideWheel1 {
    100% {
        left: -100px;
    }
}

@keyframes slideWheel1 {
    100% {
        left: -100px;
        transform: rotate(360deg);
    }
}

#wheel2 {
    position: relative;
    top: -135px;
    left: -1290px;
    transition: left 2s;
    transition-timing-function: ease;
    /*transition-delay: 1s;*/
    -webkit-animation: slideWheel 1s forwards;
    -webkit-animation-delay: 2s;
    animation: slideWheel2 2s forwards;
    animation-delay: 1s;
    float: inherit;
    margin-bottom: -120px;
}

@-webkit-keyframes slideWheel2 {
    100% {
        left: 110px;
    }
}

@keyframes slideWheel2 {
    100% {
        left: 110px;
        transform: rotate(360deg);
    }
}



hr {
    width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.selection {
    float: left;
    width: 28%;
    height: 200px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    border: black 2px solid;
    border-radius: 5px;
    padding: 50px 20px 50px 20px;
    margin: 0 10px 0 10px;
    top: 50%, translateY(-50%);
}

    .selection:hover {
        background-color: #d4d4d4;
    }

    .selection p {
        font-size: 36px;
        text-transform: uppercase;
    }

.selectionContainer {
    margin: 40px auto 40px auto;
    width: 90%;
    text-align: center;
    justify-content: center;
}



.Coverblurb {
    width: 70%;
    clear: left;
    margin: 400px auto 40px auto;
    padding-top:10px;
}

.insideContainer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.insideButton {
    float: left;
    width: 150px;
    margin: auto;
    border: solid black 1px;
    border-radius: 5px;
    padding: 10px 0 10px;
}

.selectionContainer a {
    color: black;
}

#externalHeaderbar a:visited, selectionContainer a:visited {
    color: black;
}

.insideButton:hover {
    background-color: #aeaeae
}



#login {
    float: right;
    /* margin-right: 0px;*/
    position: relative;
    top: -10px;
    /*padding: 10px;*/
    display: flex;
    /*background-color:red;*/
}

.rootMenuLeft {
   /* padding: 10px;*/
    float: left;
    display: flex;
    position: relative;
   /* top: -10px;*/
    margin-right: 30px;
}
 /*hamburger menu */

#externalHeaderbar {
    display: flex;
    justify-content: space-between;
    
}

.rootMenuLeft {
    margin-right: 20px;
}

#login {
    margin-left: auto;
}

#hamburgerMenu {
    display: none;
}
    /* Small screen adjustments */
    @media (max-width: 768px) {
        /* Hide menu items and show hamburger icon */


        /* Style the hamburger menu */
        #hamburgerMenu {
            display: block;
            font-size: 1.5em;
            cursor: pointer;
            margin-right: 20px;
        }

        /* Show the dropdown menu when the hamburger icon is clicked */
        .dropdownMenu {
            display: none;
            flex-direction: column;
            position: absolute;
            background-color: #f3f1f1;
            top: 50px;
            left: 0;
            /* width: 100%; */
            /*border: 1px solid #434343;*/
            z-index: 10;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        }

        /* Show the menu when the hamburger is active */
        #hamburgerMenu.active + .dropdownMenu {
            display: flex;
        }

        .rootMenuLeft {
            padding: 10px;
        }
    }
    /*end hamburger*/
    #externalHeaderbar a {
    text-decoration: none;
    color: black;
}

#login:hover, .rootMenuLeft:hover {
    background-color: #d4d4d4;
}

footer p {
    text-align: center;
}

.container {
    width: 100%
}

.abovefold {
    margin-bottom: 40px;
}


.FeaturesSection {
    padding: 50px 0 50px;
    font-family: Arial;
    align-self: space-between;
    height: 800px;
    display: flex;
}

.centrefloatingdivs {
    /*width:1000px;*/
    margin: auto;
}

.FeaturesSection p:first-child {
    font: bold;
    font-size: xx-large;
    left: -10px;
}

.FeaturesSection:nth-child(even) {
    background-color: #f2f2f2;
}

.FeaturesSection .pic, .FeaturesSectionText {
    margin: 10px 20px;
    width: 450px;
    padding: 0 30px 0 30px;
    float: left;
    display: block;
    /*    position:relative;
    top:50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}

.FeaturesSectionText {
    position: relative;
    top: -2em;
}

.FeaturesSection .pic {
}

.FeaturesSection img {
    /*    height: 420px;
    width: 448px;*/
    border-radius: 10px;
}

.FeaturesSection p span {
    font-weight: bold;
}

.clear {
    clear: left;
}

.subdomain-back {
    height: 420px;
    width: 448px;
    border-radius: 10px;
    background-color: #cfe5ff;
    justify-content: space-evenly;
    display: inline-block;
}

.subdomain {
    background-color: white;
    justify-content: space-evenly;
    border-radius: 20px;
    height: 25px;
    margin-left: 25px;
    margin-top: 180px;
    padding: 10px 20px 10px;
    display: inline-block;
    font-size: larger;
    vertical-align: middle;
}

    .subdomain span {
        color: red;
    }

footer p {
    text-align: center;
}

.blurb {
    width: 70%;
    clear: left;
    margin: 40px auto -80px auto;
    font-size: larger;
    text-align: center;
}

.callout1 {
    height: 220px;
    width: 220px;
    background-color: antiquewhite;
    position: absolute;
    top: 60px;
    left: 75%;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    box-shadow: 13px 10px 5px gray;
    line-height: 2rem;
    transform: rotate(-8deg);
}

    .callout1:hover {
        background-color: #10cf14;
        cursor: pointer;
    }

#lock {
    font-size: 8px;
    position: relative;
    width: 16px;
    height: 13px;
    border-radius: 2px;
    top: 8px;
    /*left:-100px;*/
    box-sizing: border-box;
    border: 3.5px solid gray;
    border-right-width: 7.5px;
    border-left-width: 7.5px;
    margin: 0 0 6px 0;
    display: inline-block;
}

    #lock:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        border: 2.5px solid gray;
        width: 14px;
        height: 12px;
        left: 50%;
        margin-left: -7px;
        top: -12px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

#1lock:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 1px solid gray;
    width: 5px;
    height: 8px;
    border-radius: 2.5px;
    left: 50%;
    top: -1px;
    margin-left: -2.5px;
}

.general {
    width: 60%;
    margin: auto;
}

.centre {
    /*margin: auto;*/
    clear: both;
    /*width: 950px;*/
    display: flex;
    justify-content: center; /* Center the items horizontally */
    flex-wrap: wrap;
}

.freeTrial, .guarantee, .noExpiry {
    border: solid 1px gray;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    width: 925px;
}

.noExpiryHead {
    background-color: #29b4d6;
    height: 50px;
    color: white;
    margin-bottom: 15px;
}
.guaranteeHead {
    background-color: #f8b806;
    height: 50px;
    margin-bottom: 15px;
}

.pricing {
    float: left;
    width: 294px;
    display: block;
    /*background-color: #d4d4d4;*/
    margin: 10px 10px 0 10px;
    flex: 0 0 auto; /* Disable flex shrinking and growth */
    justify-content: space-evenly;
    border: solid 1px gray;
    border-radius: 5px;
    text-align: center;
}

    .pricing::first-line, .freeTrial::first-line, .guarantee::first-line, .noExpiry::first-line {
        font-size: xx-large;
        height: 100px;
    }

.priceName {
    padding: 40px 0 40px 0;
    color: black;
}

.freeTrialsizing .priceName  {
    height: 40px;
    padding-block: 5px;
}

.freeTrial .priceName, .Trial {
    background-color: #e63939;
    color: black;
}

.free .priceName, .Free {
    background-color: #ffeb3b;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.economy .priceName, .Economy{
    background-color: #4a90e2;
}

.plus .priceName, .Plus{
    background-color: #28a745;
}
.Demo {
    background-color: Black;
}
.Free .navbar-brand, .Free .planName a, .Free button, .Free a {
    color: #3c3c3c;
    text-decoration: double;
}

.navbar button:hover, .navbar a:hover {
    filter: brightness(85%);
    background-color: unset !important;
    color: unset !important;
}

.Free button:hover, .Free a:hover, .Free planName:hover, .Free .navbar-brand:hover {
    background-color: unset !important;
    color: #6597d0 !important;
    text-decoration: underline;
}

.Demo button:hover, .Demo a:hover, .Demo planName:hover, .Demo .navbar-brand:hover, .navbar-dark a:hover, .navbar-dark button:hover {
    background-color: #84c2c2c2 !important;
    color: black !important;
    border-radius: 5px;
}

.navbar-brand {
    padding-inline: 10px;
}


.pricing ul {
    list-style: none;
}

.pricing p span {
    font-weight: bold;
}


.navbar{
    padding-block:0px;
}
.nav-link{
    margin-right:30px;
}




@media (max-width: 1199px) {
    .blurb {
        margin-bottom: 0px;
    }

    .FeaturesSection {
        height: initial;
    }

        .FeaturesSection .pic, .FeaturesSectionText {
            padding: 0;
        }

    .selectionContainer {
        width: 100%;
    }

    .selection {
        margin: 0 2px 0 2px;
    }

    .abovefold {
        margin-bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .centre {
        width: auto;
    }

    .callout1 {
        display: none;
    }

    #login {
        margin-right: 0;
    }

    .FeaturesSection .pic, .FeaturesSectionText {
        clear: both;
        width: auto;
    }

    .features {
        width: 100%;
    }

        .features img {
            width: 100%
        }

    .selection {
        clear: both;
        width: 50%;
        margin: 5px;
        height: 140px;
        font-size: 14px;
        padding: 25px;
        float: initial;
        background-color: #d4d4d4;
    }

        .selection p {
            font-size: 18px;
            height: auto;
            margin: 10px;
        }

    .insideButton {
        background-color: #aeaeae;
        margin-top: 5px;
    }

    .floatLeft {
        float: left;
    }

    .Coverblurb {
        clear: both;
        margin-top: 120px;
        display: flow-root;
        width: 90%;
    }

    .ProductName2015v2 img {
        width: 90%;
    }

    .general {
        width: 90% !important;
    }

    #SelectLocale {
        width: 90% !important;
        margin: auto;
    }

    .subdomain-back {
        width: auto;
    }

    .subdomain {
        margin-left: 0;
        padding: 0;
        font-size: inherit;
    }

    #vehicle {
        width: 80%;
    }

    #wheel1 {
        width: 12%;
        top: -140px;
    }

    @-webkit-keyframes slideWheel1 {
        100% {
            left: -145px;
            transform: rotate(360deg);
        }
    }

    @keyframes slideWheel1 {
        100% {
            left: -18%;
            transform: rotate(360deg);
        }
    }

    #wheel2 {
        left: -1340px;
        width: 12%;
        top: -140px;
    }

    @-webkit-keyframes slideWheel2 {
        100% {
            left: 160px;
        }
    }

    @keyframes slideWheel2 {
        100% {
            left: 20%;
            transform: rotate(360deg);
        }
    }

    .navbar-toggler {
        order: 2; /* Make the toggler appear second in the visual order */
        position: absolute;
        left: calc(100% - 62px);
        top: 5px;
    }
    .navbar-collapse {
        align-items: flex-end;
    }
    @media (max-width: 1023px) {
        .navbar-expand-sm .navbar-collapse {
                display: none !important;  Hide the navbar by default on small screens 
            }
            .navbar-brand {
                align-self: flex-start; /* Align to the top */
            }
        .planName {
            padding-right: 22px;
        }

            .navbar-expand-sm .navbar-collapse:not(.collapse) {
                padding-top:40px;
                display: flex !important;
                flex-direction: column;
                flex-basis: 100%;
                flex-grow: 1;
                text-align: left;
            }
            .nav-item {
                align-self: flex-end;
            }
            .navbar-expand-sm .navbar-toggler {
                display: block; /* Show the hamburger button */
                float: right;
            }

            .navbar-expand-sm .navbar-toggler {
                display: block;
                float: right; /* Ensure it aligns to the right */
                margin-left: auto; /* Push it to the right of the navbar */
            }
        }

        @media (min-width: 1024px) {
            .navbar-expand-sm .navbar-collapse .collapse {
                display: flex; /* Show the navbar as a flex container */
            }

            .navbar-expand-sm .navbar-toggler {
                display: none; /* Hide the hamburger button */
            }
        }
    }



/* templated styles site.css*/

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/