section {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
/* Start Hero */
#hero {
    background-position: center bottom;
    min-height: 455px;
    padding: 20px 0;
    position: relative;
    background-color: #f6f6f6;
    background-color: -moz-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #d9d9d9 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f1f1f1), color-stop(100%, #f6f6f6));
    background-color: -webkit-linear-gradient(left, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: -o-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: -ms-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: linear-gradient(to bottom, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-repeat: no-repeat;
    border-top: none;
}

#hero {
    background-image:url(../images/bg-header-home.png);
}


@media (max-width:767px){
    #hero{
        padding-top:0;
    }
}
#hero .container {
    position: relative;
}
#heroContent {
    height: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

#heroContent h1 {
    color: #0082f4;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 3.250rem;
    position: relative;
    background: 0;
    /* float: left; */
}

#heroContent .title-home {
    /*left: 304px;*/
    top: 48px;
    font-size: 41px;
}

#heroContent p {
    position: static;
    color: #3f3f3f;
    font-weight: 200;
    font-size: 1.55rem;
    margin: 15px 0 10px;
    line-height: 1;
    display: block;
    clear: both;
}

#heroContent h1.cf {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-top: 0;
    letter-spacing: normal;
    position: static;
    color: #41D396;
    text-align: center;
    left: auto;
    width: auto;
    padding: 0;
    background: 0;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 13px;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}

#heroContent h1.corp {
    font-size: 2.95rem;
    line-height: 1.0;
    margin-top: 30px;
    letter-spacing: normal;
    position: static;
    color: #41D396;
    text-align: center;
    left: auto;
    width: auto;
    padding: 0;
    background: 0;
    margin-bottom: 22px;
    margin-left: 0px;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}

#heroContent p.cf {
    position: static;
    color: #3f3f3f;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 1.55rem;
    margin: 15px 0 10px;
    margin-left: 0px;
    line-height: 1;
    display: block;
}

#heroContent p.corp {
    position: static;
    color: #3f3f3f;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    margin: 15px 0 10px;
    margin-left: 0px;
    line-height: 1;
    display: block;
}

#hero h1 {
    color: #4b46b4;
    font-size: 3.25rem;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 1.1;
}

#hero .title2,
#hero p {
    color: #3f3f3f;
    display: block;
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1;
    margin: 15px 0 10px;
    position: static;
}

#hero{
    background-color:#fff;
}

@media (max-width: 991px){
    #hero .title2,
    #hero p {
        margin-bottom:30px;
        text-align:center;
    }
    #hero h1 {
        margin: 25px 0;
        text-align: center;
        padding-bottom: 20px;
    }
    html #hero{
        background-image: none;
        min-height: 0;
    }
}

@media (max-width: 500px){
    #hero h1 {
        font-size: 3.25rem;
        margin: 15px 0;
        padding: 0;
    }
}

#hero{
    background-color:#f4f4f4;
}
#hero .arrow{
    margin:10px 0 0 280px ;
}
#hero .arrow-bg{
    background-color:#525157;
}
.discount-banner{
    margin-top:0px;
}
@media(min-width:992px){
    h1.title-home{
        margin-top:50px;
        max-width:370px;
    }
}



/* End Hero */


/* Start Lead Form */
#leadformContainer {
    position: absolute;
    z-index: 999;
}

@media (max-width: 991px) {
    #leadformContainer {
        position:relative;
    }
}

/* START HEADER */
.lead-form {
    background: #df3e29;
    border-radius: 4px;
    float: left;
    font-family: ProximaNova-Regular, Helvetica, Arial;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    width: 270px
}
@media (max-width: 991px) {
    .lead-form {
        width: 100%
    }
}
.lead-form .input-error {
    color: #fff;
    font-size: 13px
}
@media (max-width: 991px) {
    .lead-form .input-error {
        font-size: 14px
    }
}
.lead-form .input-error a {
    color: #fff;
    cursor: pointer
}
.lead-form .error-input,
.lead-form .error-input:focus {
    border: 2px solid red
}
.lead-form .h2 {
    background: #4b46b4;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(1%, #383838), color-stop(100%, #010101));
    background: -webkit-linear-gradient(left, #383838 1%, #010101);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #383838), to(#010101));
    background: linear-gradient(90deg, #383838 1%, #010101);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #383838), color-stop(17%, #323232), color-stop(85%, #060606), to(#010101));
    background: -webkit-linear-gradient(top, #383838, #323232 17%, #060606 85%, #010101);
    background: linear-gradient(180deg, #383838 0, #323232 17%, #060606 85%, #010101);*/
    color: #fff;
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-size: 15px!important;
    font-weight: 700;
    margin: 0!important;
    margin-bottom: 5px!important;
    padding: 9px!important;
    text-transform: uppercase;
}
.lead-form .form-group {
    clear: both;
    margin: 0;
    position: relative
}
@media (max-width: 992px) {
    .lead-form .form-group {
        margin: auto;
        max-width: 750px
    }
}
.lead-form .form-group .form-control,
.lead-form .form-group .input-wrapper label {
    background-color: #fff;
    color: #828282;
    font-size: 14px;
    opacity: 1
}
.lead-form .form-group .form-control {
    padding: 6px 9px
}
@media (max-width: 740px) {
    .lead-form .form-group .form-control {
        height: 45px
    }
}
.lead-form .form-group input,
.lead-form .form-group textarea,
.lead-form .form-group select {
    margin: 5px 0
}
.lead-form .form-group .phone-input {
    float: left;
    margin-right: 5px;
    min-width: 12%
}
.lead-form .form-group .phone-input:last-child {
    margin-right: 0
}
.lead-form #USALegalText {
    display: none
}
.lead-form .required-notice {
    clear: both;
    color: #FFF;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 5px
}
.lead-form .btn {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0
}
.lead-form .btn[type=submit] {
    background: #4b46b4;
    border-radius: 6px;
    color: #fff;
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 5px;
    padding: 8px;
    text-transform: uppercase
}
.lead-form .btn[type=submit]:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 7%;
    top: 35%;
    width: 0
}
.lead-form .form-control[readonly] {
    background-color: #ccc;
    color: #777;
    box-shadow: none
}
.lead-form #phone-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.lead-form #leadform-curtain {
    background-color: #000;
    bottom: 0;
    filter: alpha(opacity=50);
    left: 0;
    opacity: .5;
    padding-top: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000
}
.lead-form .phone-mask-selector {
    border-spacing: 5px;
    display: table
}
.lead-form .phone-mask-selector .btn {
    border-radius: 6px;
    display: table-cell;
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px;
    text-transform: uppercase
}
.lead-form .phone-mask-selector .btn.active {
    background: #343434;
    color: #fff
}
.lead-form .legal-text,
.lead-form .phone-hint {
    color: #fff!important;
    font-size: 11px!important;
    line-height: 16px!important
}
div.question ul li a strong {
    background-color: #efbd08
}
.format-modal {
    padding-top: 10%
}
.format-modal .telephone-modal-box {
    background: #fff;
    border-radius: 7px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 450px
}
.format-modal .telephone-modal-box-title {
    background: url("//d2s53oce31j0i0.cloudfront.net/dotAsset/9240354f-fc46-4fb8-8e77-b9f545f79378.png") no-repeat scroll 0 0 transparent;
    color: #828282;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 7px
}
.format-modal .telephone-modal-formats {
    color: #828282;
    font-size: 16px;
    font-weight: 200;
    height: auto;
    max-height: 300px;
    overflow: auto
}
.format-modal .telephone-modal-formats * {
    margin-bottom: 0;
    padding-left: 0
}
.format-modal * {
    padding-left: 50px
}





h2.columnTitle {
    padding: 30px 0;
    color: #4b46b4;
    font-size: 3.625rem;
    font-weight: 700;
}







#owl-demo .item{
    /*background: #3fbf79;*/
    padding: 15px ;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    text-align: center;
}

#owl-demo .item img {
    width: 100%;
}
.customNavigation{
    text-align: center;
}
  .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }