﻿@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src: url(../css/Open_Sans/OpenSans-Light.ttf) format('truetype');
}
@media screen and (max-device-width: 736px) {
    html, body {
        overflow-x: hidden !important;
    }
}
@media screen and (max-device-width: 640px) {
    html, body {
        overflow-x: hidden !important;
    }
}
body {
    /*margin:0px;*/
    margin: -16px 0px 0px 0px !important;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-family: 'Open Sans Light';
    /*font-weight:300;*/
    font-size: 15px;
    /*overflow-x: hidden;*/
}

.ribbon {
    float: right !important;
    margin: 0 !important;
    width: auto !important;
    border-radius: 0px 9px 0px 0px !important;
}
.bannerTitle {
    font-family: 'Open Sans Light';
    position: absolute;
    color: #FFF;
    /*font-weight:bold;*/
    text-shadow: 1px 2px #000;
    /*font-weight:300;*/
    left: 17%;
    top: 5%;
}

.bannerText {
    font-family: 'Open Sans Light';
    position: absolute;
    color: #FFF;
    font-size: 24px;
    width: 650px;
    /*font-weight:bold;*/
    /*font-weight:100;*/
    text-shadow: 1px 2px #000;
    left: 17%;
    top: 18%;
    /*width:500px;*/
}


.contentContainer {
    margin: -15px;
    margin-top:-90px !important;
    padding-top:100px;
    background-color:#fff;
    /*height: 1129px;*/
    /*background-image:url("../images/Laptop.jpg");*/
    /*background: #8cd2f2;
            background: -webkit-linear-gradient(#bde5f7,#e4f2f8); /* For Safari 5.1 to 6.0 
            background: -o-linear-gradient(#bde5f7,#e4f2f8); /* For Opera 11.1 to 12.0 
            background: -moz-linear-gradient(#bde5f7,#e4f2f8); /* For Firefox 3.6 to 15 
            background: linear-gradient(#bde5f7,#e4f2f8); /* Standard syntax */
}
/*Carousel Content*/
.mySlides {
    display: none
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
    font-size: 50px !important
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.contentContainer p {
    font-family: 'Open Sans Light';
    padding-left: 15%;
    padding-right: 15%;
    font-size: 1em;
    text-align: justify;
    font-weight: bold;
}

.contentContainer h3 {
    font-family: 'Roboto';
    color: #27487c;
    font-weight: bold;
    text-align: center;
    /*padding-top:10px;*/
    /*padding-left:25%;
            padding-right:25%;*/
    font-size: 24px
}

.Apps {
    background-image: url(../images/BlueRadial.jpg);
    width: 100%;
    /*height: 900px;*/
    padding-bottom:50px;
    background-size:100% 100%;
    /*background-repeat:repeat;*/
}
.Apps h3 {
    font-size: 36px;
    padding-top: 50px;
}
.appBlock{
    float:left;
    width: 33.1%;
    text-align:center;
    display:block;
}

.appBlockTwo {
    float: left;
    width: 33.1%;
    text-align: center;
    display: block;
    margin-top: 40px;
}
.appHeader {
    padding-top: 0px !important;
}
@media only screen and (max-width:800px) {

    .appBlock {
        width: 100%;
        margin-top: 20px;
    }

    .appBlockTwo {
        width: 100%;
        margin-top: 20px;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
    .Apps h3 {
        font-size: 30px;
    }
    /*.appBlock img {
       width: 256px !important;
    }*/
    .appBlock {
        width: 100%;
        margin-top: 20px;
    }

        .appBlock p {
            font-size: 18px;
        }

    .appBlockTwo {
        width: 100%;
        margin-top: 20px;
    }

    .appBlockTwo p {
        font-size: 18px;
    }
    /*.appBlockTwo img {
        width: 256px !important;
    }*/
    .appHeader {
        font-size: 30px !important;
        padding-top:0px !important;
    }
}

/* #### iPhones Portrait or Landscape #### */
@media screen and (max-device-width: 736px) {
    .Apps h3 {
        font-size: 30px;
    }
    /*.appBlock img {
        width: 256px !important;
    }*/
    .appBlock {
        width: 100%;
        margin-top: 20px;
    }
    .appBlock p {
        font-size: 18px;
    }
    .appBlockTwo {
        width: 100%;
        margin-top: 20px;
    }
    .appBlockTwo p {
        font-size: 18px;
    }
    /*.appBlockTwo img {
        width: 256px !important;
    }*/
    .appHeader {
        font-size: 30px !important;
        padding-top: 0px !important;
    }
}


.mainInfo {
    padding: 50px;
    height: 200%;
    /*background-image:url(../images/hooks.png);*/
}

.searchButton {
    border: none;
    width: auto;
    height: 34px;
    vertical-align: middle;
    background-color: #0171bc;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto';
    float: right;
}

    .searchButton:active {
        border: none;
    }

.security {
    margin-top: -10px;
    background-image: url(../images/securityBackground.jpg);
    background-size:100%;
}

.securityBlock h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    /*color: #178fe0;*/
    color: #27487c;
    font-size:1.35em;
}

.securitySection {
    text-align: center;
    width: 25%;
    float: left;
    display: block;
}

    .securitySection p {
        width: 85%;
        text-align: center !important;
        padding: 10px;
        margin: 0 auto;
        font-size: 0.95em;
    }

.carouselSection {
    background-image: url(../images/carouselBackground.png);
    padding-top:90px;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.carousel {
    opacity: 1;
    transition: all .2s ease-out;
}

    .carousel .hidden {
        opacity: 0;
        transition: all .2s ease-out;
    }

    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 100px;
        font-size: 20px;
        margin-left: 135px;
        margin-top: -300px;
        vertical-align: middle;
        font-size: 26px;
    }

    .carousel p {
        text-align:left;
        /*width: 400px;*/
        font-size: 18px;
        margin-left: 250px;
        margin-top: -60px;
        vertical-align: middle;
        /*background-image:url(../images/Testimony.png);*/
    }

    .carousel img {
        float: none;
        /*padding-left:40%;*/
        /*text-align:center; display:block" width="144px" height="auto*/
    }

.tryIt {
    height: 135px;
    vertical-align: middle;
}

    .tryIt h3 {
        color: #FFF;
        padding-top: 20px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 32px;
    }

.tryIt-inline {
    display: inline;
    width: 100%;
}

.tryIt p {
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 15px;
    vertical-align: middle;
    transition: ease all;
}

@media only screen and (max-width:800px) {
    .tryIt p {
        font-size: 16px;
        transition: ease all;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
    .tryIt p {
        font-size: 26px;
        transition: ease all;
    }
    .carouselSection {
        background-image: url(../images/carouselBackground.png);
        padding-top: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 400px;
    }
    .carousel img {
        float: none;
        width: 90%;
    }
    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 50px;
        margin-left: 79px;
        margin-top: -139px;
        vertical-align: middle;
        font-size: 12px;
    }

    .carousel p {
        text-align: left;
        /*width: 400px;*/
        font-size: 9px;
        margin-left: 119px;
        margin-top: -33px;
        vertical-align: middle;
        /*background-image:url(../images/Testimony.png);*/
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 736px) {
    .tryIt p {
        font-size: 30px;
        transition: ease all;
    }
    .carouselSection {
        background-image: url(../images/carouselBackground.png);
        padding-top: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 400px;
    }
    .carousel img {
        float: none;
        width: 90%;
    }
    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 50px;
        margin-left: 79px;
        margin-top: -139px;
        vertical-align: middle;
        font-size: 12px;
    }

    .carousel p {
        text-align: left;
        /*width: 400px;*/
        font-size: 9px;
        margin-left: 119px;
        margin-top: -33px;
        vertical-align: middle;
        /*background-image:url(../images/Testimony.png);*/
    }
}


.tryIt-button {
    cursor: pointer;
    font-family: "Roboto";
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    background-color: #ffcb08;
    box-shadow: #815627 5px 5px;
    width: 150px;
    height: 50px;
    bottom: 10%;
    right: 75%;
    font-size: 24px;
    color: #000; /*
            color:#27487c;*/
    border: none;
    border-radius: 6px;
}

    .tryIt-button:hover {
        background-color: #ffdc59;
        box-shadow: #815627 5px 5px;
        border: none;
        border-radius: 6px;
    }

    .tryIt-button:active {
        color: #000;
        background-color: #ffdc59;
        box-shadow: #815627 0px 0px;
        border-radius: 6px;
    }

.footer-container {
    width: 100%;
    font-family: 'Open Sans Light';
}

    .footer-container p {
        text-align: center;
        color: #FFF;
        font-size: 12px;
    }

.footer-ul {
    list-style-type: none;
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding-left: 25%;
}

    .footer-ul li {
        padding-left: 35px;
        color: #FFA400;
        margin: 8px;
    }


/*****************************************************************************************************
*
*
*
*
*****************************************************************************************************/
.threeBoxContainer {
    /*z-index: 999;*/
    margin-top: -66%;
}

.boxWrap {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    height: 980px;
    margin-top: 5em;
}

.box {
    /*background-color: #197780;*/
    width: 33.1%;
    height: 340px;
    float: left;
}


.boxTwo {
    /*background-color: #197780;*/
    width: 33.1%;
    height: 340px;
    float: left;
    margin-top: 80px;
}

.boxFeatures {
}

.boxFeaturesTwo {
}

.innerBox {
    vertical-align: middle;
    background-color: #f6f6f6;
    /*box-shadow:#808080 3px 4px;*/
    border-style: solid;
    border-width: 1px;
    border-color: #757575;
    border-radius: 10px;
    margin-top: 35px;
    margin-left: 10%;
    height: 340px;
}

    .innerBox img {
        margin-top: 25px;
        width: 80px;
        height: auto;
    }

    .innerBox p {
        height: 100px;
        vertical-align: middle;
        text-align: justify;
        font-family: 'Open Sans';
        font-size: 14px;
    }

    .innerBox button {
        cursor: pointer;
        font-family: "Roboto";
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
        background-color: #f68c1e;
        /*background-color: #0171bc;*/
        box-shadow: #815627 2px 3px;
        /*box-shadow:#27487c 2px 3px;*/
        width: 150px;
        height: 50px;
        bottom: 10%;
        right: 75%;
        font-size: 30px;
        font-weight: bold;
        color: #FFF;
        border: none;
        border-style: none;
        border-radius: 6px;
        outline: 0;
        transition: all 0.25s;
    }

        .innerBox button:hover {
            background-color: #ffcb08;
            box-shadow: #815627 2px 3px;
            /*background-color: #178fe0;
            box-shadow:#27487c 2px 3px;*/
            border-radius: 6px;
            border-style: none;
            border: none;
            color: #815627;
        }

        .innerBox button:active {
            background-color: ##178fe0;
            border-radius: 6px;
            border: none;
            border-style: none;
            /*box-shadow:#cfcfcf 0px 0px; */
        }

.replyResponse {
    font-weight: bold;
    margin-top: 24px;
    border-radius: 6px;
    bottom: 50px;
    /*height: 15%;*/
    margin-top: 0px;
    height: 360px;
    /*background-color:#e9e9e9;*/
}

.replyResponseNoText {
    font-weight: bold;
    margin-top: -7px;
    border-radius: 6px;
    bottom: 50px;
    height: 15%;
    background-color: #e9e9e9;
}

.replyResponse p {
    margin-left: 10%;
    padding-top: 0px;
    font-size: 1.125em;
    font-family: "Open Sans";
    color: #27487c;
    text-align: left;
    height: 15px;
    margin-left: 0px;
    line-height: 32px;
}

.replyResponse b {
    font-family: 'Roboto';
    font-size: 1em !important;
    color: #f68c1e;
}

.replyResponseNoText p {
    padding-top: 10px;
    font-size: 16px;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.innerBoxFeatures {
    vertical-align: middle;
    background-color: dodgerblue;
    /*box-shadow:#808080 3px 4px;*/
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 10px;
    margin-top: 35px;
    margin-left: 10%;
    height: 340px;
}

    .innerBoxFeatures img {
        margin-top: 10px;
        width: 60px;
    }

    .innerBoxFeatures h3 {
        color: white;
    }

    .innerBoxFeatures p {
        color: white;
        font-size: 14px;
        text-align: justify;
    }

.innerBoxTitle {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 40px;
    margin:0px;
    height: 60px;
    border-radius:9px 9px 0px 0px;
    /*padding-top: 30px;*/
    color: #FFF;
    background-color: #178fe0;
}

.innerBoxTitleWithSpecial {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 60px;
    padding-top: 30px;
    color: #FFF;
    background-color: #178fe0;
    /*font-size: 36px;*/
    /*margin-top: -4px;*/
}

.innerBoxSubTitle {
    text-align: center;
    margin-top: 0px;
    height: 50px;
    font-size: 40px;
    background-color: #27487c;
    color: #FFF;
    font-family: 'Roboto';
    font-weight: bold;
}

.innerBoxPrice {
    margin-left: 0px !important;
    margin-top: /*5.25em;*/0px;
    margin-bottom: 0px;
    font-size: 18px !important;
    font-family: 'Open Sans';
    text-align: center !important;
}
.theCrown {
    width: 230px;
    margin-top: -90px;
    margin-bottom: -105px;
    margin-left: 10%;
}
.hasCrown{
    /*margin-top: 5.1em;*/
}
    .innerBoxPrice b {
        color: #f68c1e;
        font-size: 36px !important;
        font-family: 'Roboto';
    }

button::-moz-focus-inner {
    border: 0;
}
.featureContent {
    margin-left: 0px;
    height: 505px; /*245px*/
}
.allFeaturesContainer {
    width: 100%;
    margin-top: 900px;
}

.allFeatures {
    background-color: #0171bc;
    margin-left: 15px;
    width: 100%;
    border: none;
    color: white;
    font-family: 'Roboto';
    text-align: center;
    height: 36px;
    font-size: 26px;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
}

    .allFeatures:hover {
        background-color: #178fe0;
    }

.featureLeftContainer {
    display: inline-block;
    margin-left: 22%;
    margin-bottom: 5%;
    width: 1000px;
}
.featureLeftContainer img {
    float: left;
}
.featureLeftContainer h3 {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 36px;
    text-align: left;
    margin-left: 375px;
    padding: 0;
    padding-top: 20px;
}
.featureLeftContainer p {
    text-align: left;
    margin-left: 375px;
    padding: 0;
}
.featureRightContainer {
    margin-left: 28%;
    margin-bottom: 5%;
    display: inline-block;
}
.featureRightSubContainer {
    float: left;
    padding-top: 20px;
    width: 575px;
}
.featureRightContainerTopImage {
    text-align:center;
    margin:0 auto;
    display: none;
}
.featureRightContainer h3 {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 36px;
    text-align: left;
}
.featureRightContainer p {
    text-align: left;
    padding: 0;
}
.SiteBuilderLink {
    letter-spacing: -1px;
    text-decoration: none;
    color: #0171bc;/*#f68c1e;*/
}

.SiteBuilderLink:hover {
    text-decoration: underline;
    cursor: pointer;
}
.bigPrice {
    color: #f68c1e;
    font-size: 36px;
    font-family: 'Roboto';
}

@media (max-width:1260px) and (min-width:916px) {
   
    .box {
        width: 33.1%;
        height: auto;
        float: left;
    }
    .box > img {
        margin-left:67px !important;
    }
    .boxWrap {
        width: 900px;
        margin: 0 auto;
        text-align: center;
        height: 980px;
        margin-top: 5em;
    }
    .replyResponse p{
        font-size:14px;
    }
    .innerBoxTitle {
        font-size: 30px !important;
        height: auto;
    }
    .security {
        background-size: 100% 100%;
    }
    .securitySection h3 {
        font-size: 1.1em;
    }
    .securitySection p{
        font-size: 0.85em;
    }
    .securitySection img {
        width: 200px !important;
    }

    .featureLeftContainer {
        display: inline-block;
        margin-left: 10%;
        margin-bottom: 5%;
        width: 80%;
    }
    .featureLeftContainer h3{
        font-size:26px;
    }
    .featureRightContainer {
        margin-left: 12%;
        margin-bottom: 5%;
        display: inline-block;
    }

    .featureRightSubContainer {
        float: left;
        padding-top: 20px;
        width: 50%;
    }
    .featureRightContainer h3{
        font-size:26px;
    }
    .tryit p{
        font-size:18px;
    }
    .tryIt-button{
        font-size:18px;
    }
}
@media only screen and (max-width:915px) {
    .box {
        width: 100%;
        height: auto;
        float: left;
    }
    .box>img{
        right:9.5%;
        /*margin-left:62px !important;*/
    }
    .boxWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 980px;
        margin-top: 5em;
    }

    .innerBox {
        margin-top: 35px;
        margin-left: 10%;
        margin-right: 10%;
        height: auto;
    }

    .theCrown {
        width: 230px;
        margin-top: 0px;
        margin-bottom: -105px;
        margin-left: auto;
    }

    .allFeaturesContainer {
        width:88%;
        margin-left:0;
        margin-right:0;
        margin-top: 2300px;
    }
    .contentContainer {
        margin-top: 1820px !important;
    }
    .security {
        background-position-x: center;
        background-size: cover;
    }

    .securitySection{
        width:100%;
    }

    .featureLeftContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    .featureLeftContainer img {
        float:none;
    }

    .featureLeftContainer h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 30px;
        text-align: left;
        margin: 0 auto;
    }

    .featureLeftContainer p {
        text-align: left;
        margin-left: auto;
        padding: 0;
        font-size: 20px;
    }
    .featureRightContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    .featureRightSubContainer {
        float: none;
        padding-top: 20px;
        width: 100%;
    }
    .featureRightContainer h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 30px;
        text-align: left;
        margin: 0 auto;
    }
    .featureRightContainer p {
        text-align: left;
        margin-left: auto;
        padding: 0;
        font-size: 20px;
    }
    .featureRightContainerTopImage{
        display:block;
    }
    .featureRightContainerBottomImage {
        display: none;
    }
    .tryit p {
        font-size: 18px;
    }

    .tryIt-button {
        font-size: 18px;
    }
    .carouselSection {
        background-image: url(../images/carouselBackground.png);
        padding-top: 90px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 600px;
    }
    .carouselSection h3{
        font-size:32px !important;
    }
    .carousel img {
        float: none;
        width: 90%;
    }
    .carousel p {
        text-align: left;
        font-size: 13px;
        margin-left: 250px;
        margin-top: -26px;
        vertical-align: middle;
    }
    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 100px;
        font-size: 20px;
        margin-left: 159px;
        margin-top: -258px;
        vertical-align: middle;
        font-size: 20px;
    }

}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
    .backgroundSpecial {
        width: 280% !important;
        margin-left: -90% !important;
    }
    .clockAndOrder {
        text-align: center;
        position: absolute;
        font-family: sans-serif;
        font-weight: 100;
        left: -1.5% !important;
        right: 0;
        top: 50%;
    }
    .threeBoxContainer {
        margin-top: -200%; /*-741px;*/
    }
    .box {
        width: 100%;
        height: auto;
        float: left;
    }

    .boxWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 980px;
        margin-top: 5em;
    }

    .innerBox {
        margin-top: 35px;
        margin-left: 10%;
        margin-right: 10%;
        height: 850px !important;
    }

    .theCrown {
        width: 230px;
        margin-top: 50px;
        margin-bottom: -105px;
        margin-left: auto;
    }

    .innerBoxTitle {
        font-size: 30px !important;
        height: auto;
    }

    .innerBoxTitleWithSpecial {
        font-size: 60px;
        height: auto;
    }

    .innerBoxSubTitle {
        font-size: 60px;
    }

    .replyResponse p {
        margin-top: 5px;
        font-size: 0.75em;
    }

    .innerBoxPrice {
        margin-top: 1em !important;
        font-size: 36px !important;
    }

    .hasCrown {
        margin-top: -0.2em !important;
    }

    .allFeaturesContainer {
        width: 90%;
        margin-left: 25px;
        margin-right: 0;
        margin-top: 2650px;
    }

    .contentContainer {
        margin-top: 150px;
    }

    .featureContent {
        margin-left: 0px;
        height: 380px;
    }

    .innerBoxPrice b {
        font-family: "Open Sans";
        font-size: 46px !important;
    }

    .innerBox button {
        font-size: 20px;
        height: auto;
        margin-top:200px;
    }
    .security{
        margin-top:-200px !important;
    }
    .security h3 {
        font-size: 30px !important;
    }
    .securitySection {
        width: 100%;
    }

    .securitySection h3 {
        font-size: 30px;
    }

    .securitySection p {
        font-size: 18px;
    }
    .securitySection img {
        width: 256px !important;
    }

    .featureLeftContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

        .featureLeftContainer img {
            float: none;
        }

        .featureLeftContainer h3 {
            font-weight: bold;
            font-family: 'Roboto';
            font-size: 30px;
            text-align: left;
            margin: 0 auto;
        }

        .featureLeftContainer p {
            text-align: left;
            margin-left: auto;
            padding: 0;
            font-size: 18px;
        }

    .featureRightContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

    .featureRightSubContainer {
        float: none;
        padding-top: 20px;
        width: 100%;
    }

    .featureRightContainer h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 30px;
        text-align: left;
        margin: 0 auto;
    }

    .featureRightContainer p {
        text-align: left;
        margin-left: auto;
        padding: 0;
        font-size: 18px;
    }

    .featureRightContainerTopImage {
        display: block;
    }

    .featureRightContainerBottomImage {
        display: none;
    }
    .allFeatures{
        height:60px;
        font-size: 25px;
        width:100%;
        margin:0 auto;
    }
    .tryit p {
        font-size: 16px;
        display:inline-block;
        margin-top:15px;
        padding:0px;
    }

    .tryIt-button {
        font-size: 16px;
        margin-left:25%;
        margin-right:25%;
        margin-top:0px;
    }
    .carouselSection h3 {
        font-size: 30px !important;
    }
    .carousel p {
        text-align: left;
        font-size: 9px;
        margin-left: 119px;
        margin-top: -33px;
        vertical-align: middle;
    }

    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 50px;
        font-size: 12px;
        margin-left: 79px;
        margin-top: -139px;
        vertical-align: middle;
    }
    .arrowDown {
        margin-top: 70px !important;
    }
    .planToolTip p {
        margin-bottom: 0px !important;
    }
    .planToolTip li {
        text-align: left;
        width: 100% !important;
    }
    .planToolTip {
        width: 80% !important;
    }
    #id02 {
        transform: scale(0.35);
        transform-origin: top left;
        width: 286vw;
        height: 286vh;
    }
}


/* #### iPhones Portrait or Landscape #### */
@media screen and (max-device-width: 736px) {
    .backgroundSpecial {
        width: 280% !important;
        margin-left: -90% !important;
    }
    .clockAndOrder {
        text-align: center;
        position: absolute;
        font-family: sans-serif;
        font-weight: 100;
        left: -1.5% !important;
        right: 0;
        top: 50%;
    }
    .threeBoxContainer {
        margin-top: -200%;/*-741px;*/
    }
    .box {
        width: 100%;
        height: auto;
        float: left;
    }

    .boxWrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 980px;
        margin-top: 5em;
    }

    .innerBox {
        margin-top: 35px;
        margin-left: 10%;
        margin-right: 10%;
        height: /*720px*/850px !important;
    }
    .theCrown {
        width: 230px;
        margin-top: 50px;
        margin-bottom: -105px;
        margin-left: auto;
    }
    
    .innerBoxTitle {
        font-size: 30px !important;
        height: auto;
    }

    .innerBoxTitleWithSpecial {
        font-size: 60px;
        height: auto;
    }

    .innerBoxSubTitle {
        font-size: 60px;
    }

    .replyResponse p {
        margin-top: 5px;
        font-size: 0.75em;
    }

    .innerBoxPrice {
        margin-top: 1em !important;
        font-size: 36px !important;
    }
    .hasCrown {
        margin-top: -0.2em !important;
    }
    .allFeaturesContainer {
        width: 90%;
        margin-left: 25px;
        margin-right: 0;
        margin-top: 2650px;
    }
    .contentContainer{
        margin-top:150px;
    }
    .featureContent {
        margin-left: 0px;
        height: 380px;
    }
    .innerBoxPrice b {
        font-family:"Open Sans";
        font-size: 46px !important;
    }
    .innerBox button {
        font-size: 20px;
        height: auto;
        margin-top:200px;
    }
    .security h3{
        font-size:30px !important;
    }
    .securitySection {
        width: 100%;
    }
    .securitySection h3{
        font-size:30px;
    }
    .securitySection p{
        font-size: 18px;
    }
    .securitySection img{
        width:256px !important;
    }

    .featureLeftContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

        .featureLeftContainer img {
            float: none;
        }

        .featureLeftContainer h3 {
            font-weight: bold;
            font-family: 'Roboto';
            font-size: 30px;
            text-align: left;
            margin: 0 auto;
        }

        .featureLeftContainer p {
            text-align: left;
            margin-left: auto;
            padding: 0;
            font-size: 18px;
        }

    .featureRightContainer {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

    .featureRightSubContainer {
        float: none;
        padding-top: 20px;
        width: 100%;
    }

    .featureRightContainer h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 30px;
        text-align: left;
        margin: 0 auto;
    }

    .featureRightContainer p {
        text-align: left;
        margin-left: auto;
        padding: 0;
        font-size: 18px;
    }

    .featureRightContainerTopImage {
        display: block;
    }

    .featureRightContainerBottomImage {
        display: none;
    }
    .allFeatures {
        height: 80px;
        font-size: 25px;
        width: 100%;
        margin: 0 auto;
    }
    .tryit p {
        font-size: 14px;
        display:inline-block;
        margin-top:15px;
        padding:0px;
    }

    .tryIt-button {
        font-size: 14px;
        margin-left:25%;
        margin-right:25%;
        margin-top:0px;
    }
    .carouselSection h3{
        font-size:30px !important;
    }
    .carousel p {
        text-align: left;
        font-size: 9px;
        margin-left: 119px;
        margin-top: -33px;
        vertical-align: middle;
    }

    .carousel h6 {
        font-family: "Roboto";
        font-weight: bold;
        color: white;
        width: 50px;
        font-size: 12px;
        margin-left: 79px;
        margin-top: -139px;
        vertical-align: middle;
    }
    .arrowDown{
        margin-top:70px !important;
    }
    .planToolTip p {
        margin-bottom: 0px !important;
    }
    .planToolTip{
        width:80% !important;
    } 
    .planToolTip li {
        text-align: left;
        width: 100% !important;
    }
    #id02 {
        transform: scale(0.35);
        transform-origin: top left;
        width: 286vw;
        height: 286vh;
    }
}
.planToolTipTitle {
    /*text-align: left !important;
    display: inline;*/
    height: auto !important;
    margin-right: 40%;
    border-bottom: 2px dotted #f68c1e;
}

.planToolTip {
    display: none;
    width: 480px;
    position: absolute;
    border: 1px solid #212121;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    padding: 14px;
    background: #FFF;
    border-radius: 6px;
}

.planToolTipTitle:hover {
    cursor: help;
}

    .planToolTipTitle:hover + .planToolTip {
        display: block;
        z-index: 1;
    }

.planToolTip ul {
    display: inline;
    list-style-type: none;
    font-size:12px;
    font-family:'Open Sans';
}
.planToolTip img {
    width: 20px;
}
.planToolTip li {
    text-align:left;
    width: 45%;
}

.orangeSpecialBanner {
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    font-size: 24px !important;
    background-color: #f68c1e !important;
    color: #FFF !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 9px 9px 0px 0px !important;
    padding: 0px 16px !important;
    text-align:center !important;
}

.arrowDown {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #f68c1e;
    margin-top: 72px;
    position: absolute;
}
