@font-face{
    font-family: OpenSansLight;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face{
    font-family: OpenSansRegular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
    font-family: OpenSansSemibold;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face{
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face{
    font-family: RobotoSlab-Light;
    src: url(../fonts/RobotoSlab-Light.ttf);
}

@font-face{
    font-family: RobotoSlab-Regular;
    src: url(../fonts/RobotoSlab-Regular.ttf);
}

@font-face{
    font-family: RobotoSlab-Bold;
    src: url(../fonts/RobotoSlab-Bold.ttf);
}


body {
    font-family: OpenSansRegular;
    padding-right: 0 !important;
}

.section-heading {
    /*color: #ea3e57;*/
    color: deepskyblue;
    font-size: 36;
    font-family: RobotoSlab-Bold;
}

.header {
    color: white;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: bottom;
    height: 50%;
}

.header .navbar-nav>li>a {
    font-family: RobotoSlab-Bold;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.header .navbar {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom:none;
    background-color: transparent;
    min-width: 300px;
    border: none;
}

.header .navbar-default .navbar-nav>.open>a,
.header .navbar-default .navbar-nav>.open>a:focus,
.header .navbar-default .navbar-nav>.open>a:hover {
    color: #ccc;
    background-color: transparent;
}

.header .nav>li>a:focus,
.header .nav>li>a:hover {
    /*color: #ea3e57;*/
    color: deepskyblue;
    background-color: transparent;
}

.header .navbar-nav>li {
    margin-right: 20px;
    float: none;
    display: inline-block;
}

.header .navbar-nav {
   margin-top: 12px;
}

.header .navbar-toggle {
    background-color: transparent !important;
    margin-top: 20px;
    border: 1px solid #fff;
}

.header .navbar-toggle .icon-bar {
    background-color: white;
}

.header .navbar-brand {
    background-image: url(/img/logo.png) no-repeat 10px 2px;
    font-family: RobotoCondensed-Light;
    color: white;
    margin-left: 0 !important;
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.header .hero {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.header .hero h1 {
    font-family: OpenSansBold;
    color: white;
    font-size: 66px;
    margin-bottom: 70px;
}

.header .hero p {
    font-family: RobotoSlab-Regular;
    color: white;
    font-size: 22px;
    max-width: 850px;
    margin: 0 auto 30px;
    font-weight: normal;
    line-height: 22pt;
}

.header col-md-offset-3 .form-inline {
    font-size: 22pt;
    font-family: OpenSansRegular;
    background-color: transparent;
}

.header .form-group {
        background-color: transparent;
}


.service-heading {
  font-family: RobotoSlab-Bold;
  font-size: 16pt;
  margin: 15px 0;
  text-transform: none;
  margin-bottom: 0;
 }

.sepvice_p {
  font-family: OpenSansRegular;
  font-size: 12pt;
  margin-top: 10px;
  margin-bottom: 40px;
}

.customform {
    background: white;
    border-radius: 28px;
    border: 0;
    height: 56px;
    margin: 0 20px;
    position: relative;
    margin-bottom: -28px;
    box-shadow: 0px 10px 10px #e4e4e4;
}

.customform2 {
    background: #eee;
    border-radius: 28px;
    border: 0;
    height: 56px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.popupform {
    border: none;
}

.customfield {
    font-family: OpenSansRegular;
    font-size: 11pt;
    display: inline-block;
    height: 45px;
    width: 20%;
    background-color: transparent;
    padding-left: 0;
}

.formtablet {
    display: inline-block;
    width: 42%;
    background-color: transparent;
    border: 0;
}

.formmobile {
    display: inline;
    width: 80%;
    background-color: transparent;
    border: 0;
}


input:focus, textarea:focus, select:focus {
    background-color: transparent;
    outline: none;
    border-color: #eee !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
    text-shadow: none;
    outline-color: transparent;
    outline-style: none;
    outline-offset: none;
}


input[type="text"]:focus { outline: none; }
textarea[type="text"]:focus { outline: none; }

.btn-success {
    background-color: black;
    border-radius: 15px;
    border: 1px solid black;
    height: 35px;
}

.anchorbuttom {
    font-family: OpenSansBold;
    font-size: 10pt;
    /*background: #ea3e57;*/
    background: deepskyblue;
    height: 46px;
    color: white;
    /*border: 1px solid #ea3e57;*/
    border: 1px solid deepskyblue;

    border-radius: 24px;
    width: 54%;
    margin-left: 40px;
}

.anchorbuttom:hover {
    background: dodgerblue;
}


.custombuttom {
    font-family: OpenSansBold;
    /*background: #ea3e57;*/
    background: deepskyblue;
    height: 46px;
    color: white;
    /*border: 1px solid #ea3e57;*/
    border: 1px solid deepskyblue;
    border-radius: 24px;
    width: 24%;
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.custombuttom:hover {
    background: dodgerblue;
}

.callbuttom {
    font-family: OpenSansRegular;
    /*background: #ea3e57;*/
    background: deepskyblue;
    color: white;
    border: 0;
    border-radius: 18px;
    font-size: 11pt;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.callbuttom:hover {
    background: dodgerblue;
}

.custombuttom_tablet {
    font-family: OpenSansBold;
    /*background: #ea3e57;*/
    background: deepskyblue;
    height: 46px;
    color: white;
    /*border: 1px solid #ea3e57;*/
    border: 1px solid deepskyblue;
    border-radius: 24px;
    width: 50%;
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.custombuttom_mobile {
    font-family: OpenSansBold;
    /*background: #ea3e57;*/
    background: deepskyblue;
    height: 56px;
    color: white;
    /*border: 1px solid #ea3e57;*/
    border: 1px solid deepskyblue;
    border-radius: 28px;
    width: 100%;
    position: absolute;
}

.option {
    color: green !important;
}

.bonus {
    background-image: url(../img/city.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.earning_l {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

.demands {
    height: auto;
    background-color: #eff1f5;
    background-size: cover;
}

.customlist {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #343046;
    list-style-type: none;
    font-size: 14pt;
    font-family: OpenSansRegular;
    line-height: 26pt;
}

.pointok {
    margin-right: 15px;
}

.subtext {
    margin-left: 40px;
    color: #343046;
    font-size: 16pt;
    font-family: OpenSansLight;
}

.contacts {
    color: #343046;
    font-size: 16pt;
    font-family: OpenSansRegular;
}

.footer {
    margin-top: 20px;
    color: #b9b7c2;
    font-size: 18pt;
    font-family: OpenSansLight;
}

.img_advantages {
    width: 50%;
}

.img_demands {
    width: 60%;
}

.div_demands {
}

.img_drivers {
    width: 100%;
}
.discounts {
    background-image: url(../img/discounts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.accordion-group {
    border-bottom: 1px solid #cdcdcd;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    
    content: "\f107";    
    float: right;
}

.accordion-toggle {
    color: #2c3444;
    font-family: RobotoSlab-Light;
    font-size: 18pt;
    text-align: left;
    text-decoration: none;
}

.accordion-heading {
    text-decoration: none;
    margin: 15px auto 15px auto;
}

.accordion-toggle:active
.accordion-toggle:checked,
.accordion-toggle:enabled,
.accordion-toggle:after {
    color: #2c3444;
    text-decoration: none;
    
}

.accordion-toggle:hover {
    /*color: #ea3e57;*/
    color: deepskyblue;
}

.accordion-opened .accordion-toggle:after {    
    content: "\f106";
}

.accordion-inner {
    font-size: 12pt;
    font-family: OpenSansRegular;
    margin-bottom: 20px;
} 

.quotes {
    padding: 25px;
    box-shadow: 5px 5px 15px #e4e4e4;
    margin: 40px -30px;
    background-color: white;
    font-size: 12pt;
    font-family: OpenSansRegular;
}

.quotes2 {
    z-index: 1;
    padding: 25px;
    box-shadow: 5px 5px 15px #e4e4e4;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: -30px;
    margin-left: 30px;
    background-color: white;
    font-size: 12pt;
    font-family: OpenSansRegular;
}

.dropdown-toggle {
    font-size: 16pt;
    font-family: OpenSansLight;
}

.liphone {
    color: white;
    margin-right: 30px;
}

.liphone:hover {
    /*color: #ea3e57;*/
    color: deepskyblue;
}

.modal-footer {
    text-align: center;
    border-top: none;
}

.form-popup {
    padding-top: 10px;
    padding-bottom: 6px;
    font-family: OpenSansRegular;
    font-size: 12pt;
    color: #757575;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #eee;
    border-bottom-width: 1px;
    box-shadow: none;
}

.form-popup:checked,
.form-popup:enabled,
.form-popup:active,
.form-popup:after {
    background-color: none;
}

.modalbuttom {
    font-family: OpenSansBold;
    /*background: #ea3e57;*/
    background: deepskyblue;
    height: 46px;
    color: white;
    /*border: 1px solid #ea3e57;*/
    border: 1px solid deepskyblue;
    border-radius: 24px;
    width: 100%;
    margin-top: 5px;
    margin-right: 5px;
}

.modalbuttom:hover {
    background: dodgerblue;
}

.quotes-lg-md{
    display: none;
}

.heading-earnings-sm{
    display: none;
}

.h4_earning_r {
    font-family: OpenSansSemibold;
    margin-left: 40px;
}

.p_earning_r {
    margin: 0 0 30px 40px;
}

.tablet {
    display: none;
}

.mobile {
    display: none
}


@media screen and (max-width: 1200px) {

    .header .hero h1 {
        margin-bottom: 40px;
    }


    .navbar-brand {
        margin-right: 0;
        padding-right: 0;
    }

    .header .navbar-nav>li>a {
        font-family: RobotoSlab-Regular;
        font-size: 15px;
    }

    }


@media screen and (max-width: 992px) {
    .quotes-lg-md{
        display: block;
    }

    .quotes-xs {
        display: none;
    }

    .contacts-lg-md {
        display: none;
    }

    .tablet {
        display: none;
    }

    .img_demands {
    width: 25%;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .customlist {
        font-size: 14pt;
        
    }

    .subtext {
        font-size: 10pt;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
        font-size: 16px;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #ccc;
    }

    .header .navbar-collapse {
        margin-left: 20px;
        border-top: none;
        box-shadow: none;
    }

    .header .hero{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .header .hero h1{
        font-size: 52px;
    }
    
    .quotes {
    padding: 25px;
    background-color: white;
    font-size: 12pt;
    font-family: OpenSansRegular;
    box-shadow: none;
    margin: 0;
    }

    .quotes2 {
        padding: 25px;
        background-color: white;
        font-size: 12pt;
        font-family: OpenSansRegular;
        box-shadow: none;
        margin: 0;
    }
    
    .img_drivers {
    width: 70%;
    }


}



@media screen and (max-width: 768px) {

    .formmobile {
        width: 70%;
    }

    .anchorbuttom {
        margin-left: 20px;
    }

    .h4_earning_r {
        font-family: OpenSansSemibold;
        margin-left: 20px;
    }

    .p_earning_r {
        margin-left: 20px;
    }

    .heading-earnings-sm{
        display: block;
    }

    .heading-earnings-lg {
        display: none;
    }

    .logoimg {
        width: 90%;
    }

    .header .hero h1 {
        margin-bottom: 20px;
    }

    .mobile {
        display: block;
    }

    .bonus {
    background-image: url(../img/city_s.jpg);
    }
    
    .img_advantages {
    width: 30%;
    }
    
    .img_demands {
    width: 30%;
    }

    .quotes {
    padding: 25px;
    background-color: white;
    font-size: 12pt;
    font-family: OpenSansRegular;
    box-shadow: none;
    margin: 0;
    }

    .quotes2 {
        padding: 25px;
        background-color: white;
        font-size: 12pt;
        font-family: OpenSansRegular;
        box-shadow: none;
        margin: 0;
    }

    .desktop {
        display: none;

    }

    .tablet {
        display: none;
    }
    
    .img_drivers {
    width: 70%;
    }
    
    .header .hero h1{
        font-size: 38px;
    }
    
}

.app-button {
    margin-top: 5px;
}