/*
Orange color: #e67e22

*/


/* ----------------------------------------------- */


/* BASIC SETUP */


/* ----------------------------------------------- */

:root {
    --theme-color: #0068CE;
    --white-color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: var(--white-color);
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300 !important;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

h1 {
    font-size: 1.3rem;
}

.btn-theme {
    background: var(--theme-color);
    color: var(--white-color);
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* ----------------------------------------------- */


/* REUSABLE COMPONENTS */


/* ----------------------------------------------- */

.row {
    max-width: 1200px;
    margin: 0 auto;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.box {
    padding: 1%;
}


/* ----- HEADINGS ----- */

.h1-new,
.h1-new,
.h1-new {
    font-weight: 300;
    text-transform: none;
}

.h1-new {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--white-color);
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.h2-new {
    font-size: 180%;
    word-spacing: 2px;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #0068CE;
}

.h3-new {
    font-size: 110%;
    margin-bottom: 15px;
    color: #6d6d6d;
    font-weight: 400;
}


/*h2:after {
    display: block;
    height: 2px;
    background-color: var(--white-color);
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}*/

.text-center {
    text-align: center;
}

.content-center {
    justify-content: center;
    align-items: center;
}

.bg-ash {
    background-color: #fbfbfb;
}

.bg-white {
    background-color: var(--white-color);
}


/* ----- ICONS ----- */

.icon-big {
    font-size: 250%;
    display: block;
    color: #0068CE;
    margin-bottom: 0;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #0068CE;
    font-size: 120%;
    margin-right: 10px;
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

.color-rbs {
    color: #0068CE;
}

.div-rbs {
    background-color: #0068CE !important;
}


/* ----- LINKS ----- */

a:link,
a:visited {
    text-decoration: none;
    padding-bottom: 1px;
    /*border-bottom: 1px solid #c8306d;*/
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}


/* ----- BUTTONS ----- */

.btn:link,
.btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 75%;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full,
.btn-full:link,
.btn-full:visited {
    background-color: #0068CE;
    border: 1px solid #0068CE;
    color: var(--white-color);
    margin-right: 0;
}

input[type=submit] {
    background-color: #0068CE;
    border: 1px solid #0068CE;
    color: var(--white-color);
    margin-right: 0;
}

.btn-outline:link,
.btn-outline:visited {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: #FBD201;
}

.btn-contcat-custom-padding {
    padding: 7px 22px;
    border-radius: 0;
}


/* ----------------------------------------------- */


/* HEADER */


/* ----------------------------------------------- */

.bg-rbs {
    background-color: #0068CE;
}

.custom-header-color {
    background-color: var(--white-color);
}

header {
    /*background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url(img/background.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url(img/background.jpg);*/
    background-image: linear-gradient(rgba(235, 230, 234, 1), rgba(235, 230, 234, 0.9)), url(img/background-p.jpg);
    height: auto;
    background-attachment: fixed;
}

.value-proposition {
    margin-top: 3%;
    margin-left: 0;
    padding: 0;
}

.hero-text-box {
    padding-left: 0px;
    padding-top: 0%;
    /*text-align: center;*/
}

.hero-text-box h1 {
    font-size: 200%;
    text-transform: none;
    color: #6d6d6d;
    font-weight: 400;
}

.hero-text-box p {
    color: #6d6d6d;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: 300;
}

.value-image {
    width: 100%;
    height: auto;
    margin-top: 3%;
    margin-bottom: 8%;
    margin-left: 0%;
}

.value-image img {
    width: 100%;
    height: auto;
}

.main-phone-case {
    position: relative;
}

.main-phone-case img {
    border-radius: 7%;
}

.GIF {
    position: absolute;
    top: 10%;
    left: 0;
    height: auto;
    margin-right: 3%;
    margin-left: 4%;
}

.GIF img {
    width: 95%;
    height: auto;
    border-radius: 0 !important;
}

.sign-up-form p {
    color: var(--white-color);
    padding-left: 60%;
    padding-bottom: 2%;
    font-size: 110%;
}

.logo {}

.logo img {
    height: auto;
    width: 129px !important;
}

.logo-black {
    display: none;
    height: 35px;
    width: auto;
    float: left;
    margin: 15px 0;
    padding-left: 0;
}

.logo-black img {
    height: auto;
    width: 70%;
}


/* Main navi */

.navbar-toggler-custom {
    border: 0;
    padding: 0;
    font-size: 1rem;
}

.main-nav li a {
    color: var(--white-color);
}

.navbar-toggler {
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("/img/icon_image/hamburger.png");
}

.message-wrapper {
    min-height: 70vh;
}

.message-card {
    width: 28rem;
    box-shadow: 0px 0px 2px #bdbdbd;
    padding: 48px;
    border-radius: .25rem;
}


/*.display-block{*/


/*display: inline-block;*/


/*}*/


/* Mobile navi */

.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: var(--white-color);
}


/* ----------------------------------------------- */


/* FEATURES */


/* ----------------------------------------------- */

.section-specific-features {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/img/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.section-features .long-copy {
    margin-bottom: 20px;
    margin-top: 4%;
}

.point-features {
    margin-top: 3%;
    margin-bottom: 5%;
    /*padding-bottom: 60px;*/
}

.feature-left-img {
    width: 100%;
    justify-content: flex-end;
}

.feature-left-img img {
    width: 100%;
    height: auto;
}

.feature-img {
    width: 100%;
    overflow: hidden;
}

.feature-img img {
    width: 107%;
}

.feature-img-app {
    width: 50%;
    height: auto;
}

.feature-img-app img {
    width: 70%;
    margin-left: 0;
    height: auto;
}

.feature-img-app-googlePlay {
    width: 35%;
    height: auto;
}

.feature-img-app-googlePlay img {
    width: 70%;
    margin-left: 0;
    height: auto;
}


/* ----------------------------------------------- */


/* TESTIMONIALS */


/* ----------------------------------------------- */

.section-testimonials {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/img/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.section-cities img {
    opacity: 0.7;
    /*width: 100%;*/
    height: auto;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.section-cities img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-testimonials h2 {
    text-align: center;
    color: #6d6d6d;
}

.feature-header {
    margin-top: 3% !important;
}


/* ----------------------------------------------- */


/* Plans
/* ----------------------------------------------- */

.color-pink {
    color: #f06598;
}

.color-blue {
    color: #56b4e4;
}

.color-orange {
    color: #da2127;
    ;
}

.btn-green {
    background: #0068CE;
    color: var(--white-color);
    border-radius: 0;
    font-weight: 300;
}

.pink-border {
    border: 1px solid #f06598;
}

.purple-border {
    border: 1px solid #767bbb;
}

.lead {
    margin-top: 5%;
    margin-bottom: 3%;
}

.lunchbox-table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table-fixed-width {
    width: 130px;
}

.no-border td {
    border: 0;
}

.table-with-avatar img {
    width: 50px;
}


/*.plans-header{
   align-items: center;
    justify-content: center; 
}*/

.full-width {
    width: 100%;
}

.icon-image img {
    width: 40%;
}

.top-card-info {
    width: 60%;
}

.operator img {
    width: 30px;
}

.color-green {
    color: #0068CE;
}

.btn-green-outline {
    background: var(--white-color);
    color: #0068CE;
    border-radius: 0;
    border: 1px solid #0068CE;
    font-weight: 500;
    padding: 12px 25px;
    font-size: 15px;
}

.card-header {
    background: #F9690E;
    color: var(--white-color);
}

.pricing-header {
    max-width: 700px;
}

.card-deck {
    min-width: 220px;
    align-items: center;
    justify-content: center;
}

.additional-field {
    width: 150px;
}

.table-light {
    background: #f8f9fa;
}

.graph img {
    width: 100%;
}

.card-border {
    border: 1px solid #f1f1f1;
}

.form-error {
    color: red !important;
    font-size: .8rem;
    width: 100%;
}


/*.plan-box {*/


/*background-color: var(--white-color);*/


/*border-radius: 5px;*/


/*width: 90%;*/


/*margin-left: 5%;*/


/*box-shadow: 0 2px 2px #efefef;*/


/*}*/

.plan-box div {
    padding-bottom: 3%;
    border-bottom: 1px solid var(--white-color);
}

.pricing-header div {
    margin-top: 5%;
    border-top: 1px solid #e8e8e8;
}

.plan-price {
    font-size: 90%;
    margin-bottom: 0px;
    color: #0775AE;
    font-weight: 400;
}

.plan-price span {
    color: #0775AE !important;
}

ul {
    list-style: none;
}

.plan-box ul li {
    padding: 5px 0;
}

.advertise-text {
    color: #000;
}

.discount-amount {
    font-size: 240%;
    color: #DA2127;
    font-family: "ADAM.CG PRO";
    margin-top: 5%;
}

.discount-details {
    font-size: 85%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777777;
    margin-top: 5%;
}

.discount-div-color {
    background-color: #f3f3f0;
}


/* ----------------------------------------------- */


/* FORM */


/* ----------------------------------------------- */

.section-form {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/img/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}


/*.marketing-section-decoration {*/


/*border-right: 1px solid var(--white-color);*/


/*}*/


/*.form-picture{*/


/*width: 100%;*/


/*height: auto;*/


/*}*/

.section-form h2 {
    text-align: center;
    margin-bottom: 5%;
    color: #6d6d6d;
}

.contact-form {
    padding-left: 0;
    width: 40%;
    margin: 0 auto;
    /*float: right;*/
}

.marketing-words p {
    color: #6d6d6d;
}

label {
    font-weight: 300 !important;
}


/*.contact-form-custom input[type=text],*/


/*input[type=email],*/


/*input[type=password],*/


/*select,*/


/*textarea {*/


/*border: 1px solid #e0e0e0;*/


/*background-color: transparent;*/


/*margin-bottom: 4%;*/


/*}*/

.contact-form-custom ::placeholder {
    color: #555 !important;
    font-size: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
select,
textarea {
    width: 100%;
    padding: 1.8%;
    border-radius: 0;
    margin-bottom: 15px;
    height: auto;
}

input[type=submit] {
    display: inline-block;
    /*padding: 4% 29.5%;*/
    font-weight: 300;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #555;
    background: transparent;
}

input:focus {
    outline: none;
}


/* LABEL ======================================= */

label {
    color: #555;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #555;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--white-color);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* Standard syntax (must be last) */
    border-radius: 4px;
    top: 50px;
}

textarea {
    height: 100px;
}

::placeholder {
    color: #555;
    font-size: 16px !important;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

.mapouter {
    text-align: right;
    height: 300px;
    width: 600px;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 570px;
    margin-top: 0px;
    margin-left: 0px;
}

iframe {
    width: 500px;
    height: 300px;
    margin-left: 0px;
}


/* ----------------------------------------------- */


/* FOOTER */


/* ----------------------------------------------- */

footer {
    background-color: #000;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}

.btn-sticky-footer {
    padding: 15px 30px !important;
}

.sticky-surpassed {
    position: absolute;
    bottom: 0;
}


/* ----------------------------------------------- */


/* Animations */


/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}


/* ----------------------------------------------- */


/* media quaries */


/* ----------------------------------------------- */

@media (min-width: 320px) and (max-width: 767px) {
    .contact-form {
        width: 120%;
    }
    input[type=submit] {
        padding: 4% 28.5%;
    }
    .social-links {
        list-style: none;
        float: none;
    }
    .logo {
        height: auto;
        width: 55%;
        padding: 0;
    }
    .logo img {
        width: 100% !important;
    }
    footer {
        padding: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sign-up-form {
        padding-left: 5px;
        margin-top: 25px;
    }
    input[type=text],
    input[type=email],
    input[type=password],
    select,
    textarea {
        padding: 3%;
    }
    input[type=submit] {
        display: inline-block;
        padding: 3% 31.2%;
    }
    .for-tab {
        width: 100%;
    }
    .form-graphic {
        width: 100%;
        height: auto;
    }
    .gmap_canvas {
        width: 700px;
    }
    iframe {
        width: 700px;
    }
    .logo {
        height: auto;
        width: 55%;
        padding: 0;
    }
    footer {
        padding: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .logo {
        height: 37px;
        width: auto;
        padding-left: 0px;
    }
    /*.signup {
    margin-left: 118px;
}*/
    input[type=text],
    input[type=email],
    input[type=password],
    select,
    textarea {
        width: 100%;
    }
    input[type=submit] {
        display: inline-block;
    }
}

@media (min-width: 1440px) {
    .signup {
        margin-left: 25%;
    }
}

.footer-nav li a {
    font-size: .7rem;
    font-weight: 400;
}