@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: local('?'), url('fonts/HelveticaNeue-Light.woff') format('woff'), url('fonts/HelveticaNeue-Light.ttf') format('truetype'), url('fonts/HelveticaNeue-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-UltraLight';
    src: url('fonts/HelveticaNeue-UltraLight.eot');
    src: local('?'), url('fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('fonts/HelveticaNeue-UltraLight.ttf') format('truetype'), url('fonts/HelveticaNeue-UltraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.terms {
    margin-top: 40px;
    font-size: 20px;
}

.if-p {
    width: inherit;
    height: 500px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.langitem {
    text-transform: uppercase;
    color: rgb(141, 132, 195);
    padding: 7px 18px;
}

.active > .langitem {
    background-color: rgb(159, 152, 206);
    color: #ffffff;
}
html,
body {
    width: 100%;
    height: 100%;
    background-color: rgb(45, 45, 45);
}

body {
    font-weight: 200;
    font-family: 'HelveticaNeue-Light', Verdana;

}

.tc {
    width: 20px;
    height: 20px;
}

.tcl {
    margin-left: 10px;
}

.navbar-default {
    /* background-color: transparent; */
    background-color: transparent;
    border-color: rgba(124, 122, 150, 0.34);
    border: none;
    height: 66px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

}

.nav > li > a {

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

#lang-selector {
    text-align: center;
    border: 1px solid;
    line-height: 1;
    border-radius: 4px;
    margin-top: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 75px;
    font-family:'HelveticaNeue-Light',Verdana;
    padding: 9px 15px;

}

.signin_nav {
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    margin-top: 16px;
    line-height: 15px!important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family:'HelveticaNeue-Light',Verdana;

    margin-right: 15px;
    padding: 8px 15px!important;
    height: 34px;
    text-transform: uppercase;
}
.gg-custom-nav {
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    margin-top: 16px;
    line-height: 15px!important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family:'HelveticaNeue-Light',Verdana;

    margin-right: 15px;
    padding: 8px 15px!important;
    height: 34px;
}

.lang-box {
    padding: 5px 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 75px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 70px;
    padding: 9px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    box-shadow:none;
    font-family:'HelveticaNeue-Light',Verdana;
    font-weight: bold;

}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: rgb(141, 132, 195);
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 2px 19px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active
{
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.13);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
}



.navbar-brand {
    height: 55px;
    line-height: 3;
    margin-right: 60px;
    opacity: 0.8;

}
.navbar-brand > img
{
    opacity: 0.8;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

}

.overlay {
    background: rgba(0, 0, 0, 0.23) url('img/overlay-pat.png');
    height: 800px;
    background-attachment: fixed;
}


.header-text {
    position: absolute;
    top: 50%;
    margin-top: -190px;
}

.header-text > p {
    font-size: 53px;
    color: rgb(238, 236, 234);
    margin-bottom: 0px;
    font-family: 'HelveticaNeue-UltraLight', Verdana;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);

}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* gg Button Styles */

.btn-dark {
    border-radius: 3px;
    color: #fff;
    background-color: rgba(28, 25, 50, 0.38);;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 28px;

}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(28, 25, 50, 0.56);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* ggPartner Button Styles */

.btn-partner {
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.69);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family:'HelveticaNeue-Light',Verdana;

}

.btn-partner:hover,
.btn-partner:focus,
.btn-partner:active {
    color: #78768c;
    background-color: transparent;
    border-color: #78768c;
}

/* ggFollow Button Styles */

.btn-follow {
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 25px;
    color: #8d84c3;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(141, 132, 195, 0.61);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family:'HelveticaNeue-Light',Verdana;

}

.btn-follow:hover,
.btn-follow:focus,
.btn-follow:active {
    color: #fff;
    background-color: #8d84c3;
    border-color: #8d84c3;
}

/* ggDownload Button Styles */

.btn-dwn {
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 25px;
    color: #585858;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(88, 88, 88, 0.58);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family:'HelveticaNeue-Light',Verdana;

}

.btn-dwn:hover,
.btn-dwn:focus,
.btn-dwn:active {
    color: #fff;
    background-color: #585858;
    border-color: #585858;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 800px;
    background: url(../img/ggHeader.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 53px 0;
    background-color: #fff;
}

.about-title {
    font-size: 50px;
    color: rgb(82, 78, 78);
    line-height: 1;
    cursor: default;
    text-transform: uppercase;

}

.about-text {
    font-size: 17px;
    color: rgb(82, 78, 78);
    line-height: 1.333;
    text-align: center;
    padding: 40px 0;
    font-family:'HelveticaNeue-Light',Verdana;
    cursor: default;


}

/* Services */

.feature-icon {
    width: 87px;
    height: 87px;
    margin: 0 auto;

}

.f {
    background-image: url("../img/ggIcons/f.png");

}

.b {
    background-image: url("../img/ggIcons/b.png");

}

.kd {
    background-image: url("../img/ggIcons/kd.png");

}

.mm {
    background-image: url("../img/ggIcons/mm.png");

}

.s {
    background-image: url("../img/ggIcons/s.png");

}
.ns {
    background-image: url("../img/ggIcons/ns.png");

}

.services {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.service-item {
    margin-bottom: 30px;
    min-height: 230px;
}

.service-title {
    font-size: 53px;
    color: rgb(88, 88, 88);
    text-transform: uppercase;
    line-height: 1.428;
    cursor: default;
    margin-bottom: 60px;

}

.service-name {
    font-size: 21px;
    color: rgb(82, 78, 78);
    line-height: 1.227;
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
    font-family:'HelveticaNeue-Light',Verdana;
    cursor: default;


}

.service-text {
    font-size: 14px;
    color: rgb(82, 78, 78);
    text-align: center;
    font-family:'HelveticaNeue-Light',Verdana;
    cursor: default;


}

.btnSpace {
    margin: 30px auto 0;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 80px;
    color: #fff;
    background-color: #1c1932;
}

/* Portfolio */

.useDevice {
    padding: 50px 0;
    background: #d7dbef;
    background: -moz-linear-gradient(top, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #e8eaf5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7dbef), color-stop(0%, #d7dbef), color-stop(0%, #d7dbef), color-stop(0%, #d7dbef), color-stop(0%, #d7dbef), color-stop(100%, #e8eaf5));
    background: -webkit-linear-gradient(top, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #e8eaf5 100%);
    background: -o-linear-gradient(top, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #e8eaf5 100%);
    background: -ms-linear-gradient(top, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #e8eaf5 100%);
    background: linear-gradient(to bottom, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #d7dbef 0%, #e8eaf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7dbef', endColorstr='#e8eaf5', GradientType=0);
}

.devices {
    background-position: center;
    background-image: url("../img/deviceList.png");
    width: 352px;
    height: 89px;
    background-repeat: no-repeat;
    margin: 0 auto 40px;

}

.devices-text {
    font-size: 14px;
    color: rgb(28, 25, 50);

    cursor: default;
}

.deviceTitle {
    font-size: 48px;
    color: rgb(88, 88, 88);
    text-transform: uppercase;
    line-height: 2.79;
    margin-bottom: 30px;
    cursor: default;
}

.store {
    margin: 40px 0 10px;
}

.store > a > img {
    margin: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    opacity: 0.8;
}


.store > a > img:hover {
    opacity: 1;
}

.ggStatistics {
    background-color: #8d84c3;
    font-family: 'HelveticaNeue-UltraLight', Verdana;

}

.ggStatistics > .s > .t > .b > .p {
    background-color: #8d84c3;
    padding: 50px;
    border-left: 1px solid #aaa3d2;
    margin-bottom: 0;
    height: 230px;
    cursor: default;
}

.ggStatistics > .s > .t > .b {
    margin: 0;
    padding: 0;
}

.br {
    border-right: 1px solid #aaa3d2;
}

.digits {
    font-size: 60px;
    color: rgb(255, 255, 255);

}

.digits-desc {
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media (max-width: 768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 60px 0;
    background-color: #fff;
    font-family:'HelveticaNeue-Light',Verdana;

}

.i-color {
    color: #dbddde;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

.i-c-color {
    color: #ffffff;
    border: 1px solid #dbddde;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

.i-c-color:hover {
    color: #ffffff;
    border: 1px solid #c0c2c3;
    border-radius: 50%;
    cursor: pointer;
}

.i-c-color:hover > .i-color {
    color: #c0c2c3;

}

.copyText {
    font-size: 14px;
    color: rgb(145, 143, 143);
    cursor: default;
    margin: 0;
}

.list-inline {
    margin-bottom: 40px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/ggLogo.png') 50% 50% no-repeat rgb(45, 45, 45);
}











.gg-driver-logo {
    background: url('img/ggLogoLg.png') center no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background-size: 50px;
}

.ggDriverHeader {
    display: block;
    position: relative;
    width: 100%;
    min-height: 800px;
    background: url('img/driver.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -o-background-size: cover;
    padding-top: 30px;
    padding-bottom: 70px;
}

.ggHeaderHR {
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(212, 212, 215, 0.43);
    width: 20%;
    margin-top: 30px;
}



.btn-gg {
    color: #ffffff !important;
    background-color: #8d84c3;
    border-color: #8279b5;
    padding: 15px 30px;
    font-size: 16px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    border-radius: 0;

}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: pointer;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-gg:hover,
.btn-gg:focus,
.btn-gg:active,
.btn-gg.active,
.open .dropdown-toggle.btn-gg {
    color: #ffffff !important;
    background-color: #635b8d;
    border-color: #585079;
}

.btn-gg:active,
.btn-gg.active,
.open .dropdown-toggle.btn-gg {
    background-image: none;
}

.btn-gg.disabled,
.btn-gg[disabled],
fieldset[disabled] .btn-gg,
.btn-gg.disabled:hover,
.btn-gg[disabled]:hover,
fieldset[disabled] .btn-gg:hover,
.btn-gg.disabled:focus,
.btn-gg[disabled]:focus,
fieldset[disabled] .btn-gg:focus,
.btn-gg.disabled:active,
.btn-gg[disabled]:active,
fieldset[disabled] .btn-gg:active,
.btn-gg.disabled.active,
.btn-gg[disabled].active,
fieldset[disabled] .btn-gg.active {
    background-color: #7266ba;
    border-color: #7266ba;
}











.ggNavbar {
    background-color: #000;
    background-image: url('img/ggLogo.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
}

.ggUnderNav {
    height: 70px;
}

.ggDriversBanner {
    min-height: 600px;
    background-image: url('img/ggDriversBannerBackground.png');
    /*background-position: center;*/
    background-size: cover;
    padding: 70px 0;
}

.ggDriversTitle {
    color: #fff;
    text-align: center;
    font-size: 36px;
    display: block;
    cursor: default;
    margin: 20px 0 50px 0;
    font-family: Verdana;


}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 10px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #8d84c3;
}

.DriversFormTitle {
    color: #64607e;
    text-align: center;
    font-size: 20px;
    display: block;
    cursor: default;
}

.btn-ggDrivers {
    color: #fff;
    margin-top: 10px;
    border-radius: 0;
    background-color: #1C1932;
    height: 50px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ggDriversIcon {
    display: block;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center top;
}

.percent {
    background-image: url('img/Reasons/case.png');
}

.clock {
    background-image: url('img/Reasons/time.png');
}

.rate {
    background-image: url('img/Reasons/star.png');
}

.money {
    background-image: url('img/Reasons/price.png');
}

.DriversReasonsTitle {
    font-size: 40px;
    color: #585858;
    text-align: left;
    cursor: default;
    font-family: Verdana;
}

.DriversReasonsText {
    color: #585858;
    font-size: 19px;
    cursor: default;
    font-family: Verdana;

}

* {
    outline: none;
}

.DriversReasons {
    padding: 60px 0;
}

.dotLine {
    background-image: url('img/ggDot.png');
    background-repeat: repeat-x;
    /* margin: 0 auto; */
    height: 20px;
    margin: 0 auto 50px;
    width: 70%;
}

.btn-ggDrivers:hover,
.btn-ggDrivers:active,
.btn-ggDrivers:focus {
    background-color: #2f214c;
    color: white;
}

.alert-ggDrivers {
    color: #FFFFFF;
    background-color: #1C1932;
    border-color: #1C1932;
    border-radius: 0;
}

.footer-btn-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0;
}

.ggDriverReasonsSection {
    background-color: #f2f2f4;


}

.ggDriverFormBlock {
    padding: 30px 30px 40px 30px;
    background-color: #f2f2f4;
    border-radius: 2px;
    width: 600px;
    margin: 0 auto;
}

.g-recaptcha {
    width: 302px;
    display: block;
    margin: 0 auto;
}

















@media (max-width: 768px) {

    .ggDriversTitle {
        font-size: 20px;
    }

    .DriversFormTitle {
        text-align: center;
        font-size: 17px;
    }

    .ggDriversIcon {
        background-position: center;
    }

    .DriversReasonsTitle {
        font-size: 24px;
        text-align: center;
    }

    .dotLine {
        margin: 50px auto 50px;
    }

    .ggDriverFormBlock {
        padding: 30px 10px 40px 10px;
        width: 352px;
    }
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #FF5656;
}

.fv-form-bootstrap .fv-icon-no-label {
    top: 9px;
}

.has-error .form-control-feedback {
    color: #FF0202;
}


.has-error .form-control {
    border-color: #FF4D1F;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #FF5654;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0),0 0 6px #C43000;
}

.has-success .form-control {
    border-color: #00F504;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #00F504;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; */
    box-shadow: none;
}

.has-success .form-control-feedback {
    color: #02AE05;
}

.ggDriversHeader {
    width: 100%;
    height: 70px;
    position: fixed;
    background: #000;
    top: 0;
    z-index: 999999;
}


@media (max-width: 768px) {

    .header-text > p {
        font-size: 29px;
        text-align: center;
    }


    .about-title {
        font-size: 24px;
    }


    .service-title {
        font-size: 25px;
    }

    .devices {
        width: 300px;
        background-size: 260px;
    }


    .deviceTitle {
        font-size: 28px;
    }

    .ggStatistics > .s > .t > .b > .p {
        border-bottom: 1px solid #E6E8F4;
    }
}


