@import url('font/style.css');

body {
     color: #000000;
	 font-family: 'Helvetica Neue', Arial, sans-serif;
     font-size: 100%;
     font-weight: 400;
     line-height: 1.42857;
     -webkit-overflow-scrolling: touch;
}
 @media screen and (max-width:768px) {
     body {
         font-size:0.9rem;
    }
}
 p, li {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight:400;
	 font-family: 'Helvetica Neue', Arial, sans-serif;
}
 h1 {
     font-size:2.5rem;
}
 h2 {
     font-size:2.3rem;
}
 h3 {
     font-size:2.1rem;
}
 h4 {
     font-size:1.9rem;
}
 h5 {
     font-size:1.7rem;
}
 h6 {
     font-size:1.5rem;
}
 table {
     page-break-inside: auto;
}
 tr {
     page-break-inside:avoid;
     page-break-after:auto;
}

.heading {
    font-size: 50px;
    margin-bottom: 30px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
	line-height:1.3;
}

.front-page-slider-text {
    font-size: 28px;
    margin: 20px 0;
    letter-spacing: -0.5px;
    font-weight: 300;
    background: #b9f4fd63;
    padding: 20px;
}

.fp-slides-right {
    padding-left:20px !important;
    padding-right:0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.fp-slides-left {
    padding-right:20px !important;
    padding-left:0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.fp-contact {
    color:black;
    font-size:28px;
    font-weight: normal !important;
}

.fp-contact:hover {
    color: rgba(0,0,0,0.5) !important;
}

.fp-bottom-left {
    max-width: 420px;
    width: 100%;
}

.fp-car-list-link {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.img-responsive {
     width: auto;
     display: block;
     max-width: 100%;
     height:auto;
}
 .column {
     float: left;
     width: 100%;
     position: relative;
}
 .text-center {
     display: inline-block;
     text-align: center;
     width: 100%;
}
 .wrapper {
     margin: 0 auto;
     max-width: 1170px;
     width:100%;
}
 #page-wrapper {
     width: 100%;
     position: relative;
}
 :hover {
     transition: all 0.26s ease-out 0s;
     -moz-transition: all 0.26s ease-out 0s;
     -webkit-transition: all 0.26s ease-out 0s;
}
 .clear {
     clear: both;
     width: 100%;
     float: left;
}
 .spaced-paragraph-block p, .spaced-paragraph-block li {
     margin-bottom:1.666666rem;
}
 .vert-top {
     vertical-align:top;
}
 .vert-mid {
     vertical-align:middle;
}

@media only screen and (min-width:1200px) {
    .top-title  {
        display: block !important;
    }
}

@media only screen and (min-width:900px) {
    .top-tel {
        display: block !important;
    }

    .top-right-row {
        display: block !important;
    }
}

 .four-square-row {
}
 .four-square-left, .four-square-right {
     display:inline-block;
     height:100%;
     width:calc(50% - 1.5rem);
     padding:1.666666rem 2rem;
     vertical-align: top;
     text-align:center;
     position:relative;
     margin:0.75rem;
}
 .four-square-row h4 {
     word-break:break-word;
     font-size:2.5rem;
     font-weight:300;
}
 .gray-bg {
     background-color:#f4f5f7;
}
 .blue-bg {
     background-color:#d5f2fd;
}
 .bluer-bg {
     background-color:#b9f4fd;
}
 .four-square-link {
    display: table;
    margin: 1.5em auto 0;
    padding: 14px;
    width: 90%;
    text-transform: uppercase;
    font-weight: bold;
    color: #020208;
    border-radius: 3px;
}
 .gray-bg .four-square-link {
     background-color:#d5f2fd;
}
 .blue-bg .four-square-link {
     background-color:#f4f5f7;
}
 .four-square-wrapper {
     margin-top:2rem;
}
 .four-square-wrapper a {
     text-decoration:none;
     color:#020208;
}
 .four-square-logo {
     max-width:100%;
     margin:0.3em 0 0.5em;
}
 @media only screen and (max-width:768px) {
     .four-square-left, .four-square-right {
         display:block;
         height:auto;
         width:100%;
         margin:2rem auto;
    }
}
/*********** Generic Classes ***************/
 .bold {
     font-weight:bold;
}
 .italic {
     font-style:italic;
}
 .small {
     font-size:0.8em;
}
 img {
     width:100%;
     display: block;
     margin:0 auto;
}
 .wb-container {
     max-width:1200px;
     margin:0 auto;
}
 .wb-container.no-padding {
     padding:0;
}
 section {
     margin:3rem auto;
}
 @media only screen and (max-width:1200px) {
     .wb-container {
         width:calc(100% - 5rem);
         margin:auto 2.5rem;
    }
     .wb-container.no-padding {
         padding:0;
    }
}
.wb-padding {
    padding: 40px 0 50px;
}
 @media only screen and (max-width:768px) {
     .wb-padding {
         padding:1rem 0;
    }
}
 .text-divider {
     text-align: center;
     padding:0.5em;
}
 .slider-controls-wrapper {
     text-align: center;
}
 .slider-controls {
     position:relative;
     display:inline-block;
}
 .slider-left, .slider-right {
     max-width:25px;
     position:absolute;
     top:50%;
     -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     -o-transform:translateY(-50%);
     transform:translateY(-50%);
     cursor:pointer;
}
 .slider-left {
     left:-24px;
}
 .slider-right {
     right:-24px;
}
 #car_slider {
     position:relative;
}
 #car_slider .slider-left, #car_slider .slider-right {
     max-width:15px;
}
 @media only screen and (max-width:768px) {
     .slider-left, .slider-right {
         max-width:17px;
    }
     #car_slider {
         max-width:400px;
         margin:0 auto;
    }
}
.button {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 0 3rem;
    font-size: 1.2rem;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
} 

 @media only screen and (max-width:768px) {
     .button {
         font-size:1rem;
         margin:0.6666666rem 1rem;
    }
}
 ul.bullet-list li {
     list-style:disc;
     margin:0 auto 0.5em 1em;
}
 .full-width {
     width:100%;
}
 .bg-full-width-blue {
     background-color:#dff7fe;
}
 .text-right {
     text-align:right;
}
 .vertical-middle {
     vertical-align: middle;
}
 .main-page-header {
     margin-top:15px;
}
 .bigger-font {
     font-size:1.2em;
}
 .full-width.margin {
     margin-left:1em;
     margin-right:1em;
     width:calc(100% - 2em);
}
 @media only screen and (max-width:750px) {
     .sm-text-center {
         text-align:center;
    }
}

.Question {
    color: #333;
    cursor: pointer;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 11px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 17px;
}

.Answer {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3px;
    font-weight: 400;
    line-height: 2.2;
    float: left;
    font-size: 16px;
    line-height: 23px;
    margin: -12px 0 30px;
    padding: 17px !important;
    width: 100%;
    display: none;
    border: 1px solid #ddd;
}
 .h1-heading {
    color: #000;
    font-size: 32px;
    margin: 0 0 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
}
 .text-center {
     display: inline-block;
     text-align: center;
     width: 100%;
}
 .align-center {
     text-align: center;
}
 .mb0 {
     margin-bottom: 0;
}
 .bottom-margin {
     margin-bottom: 2rem;
}
 .top-margin {
     margin-top: 2rem;
}
 p.bottom-margin {
     margin-bottom: 1rem;
}
 .large-bottom-margin {
     margin-bottom: 3rem;
}
 .font-weight-400 {
     font-weight:400;
}
 @media only screen and (max-width:750px) {
     .bottom-margin {
         margin-bottom: 1rem;
    }
     .large-bottom-margin {
         margin-bottom:2rem;
    }
}
 .contact-us-fold {
     padding:0.8rem;
     font-weight:500;
     margin:50px 0 0;
}
 .contact-us-fold .button {
     height:3.5rem;
     line-height:3.5rem;
}
 @media only screen and (max-width:1000px) {
     .contact-us-fold .button {
         margin:1rem;
    }
}
 .concierge .bullet-list {
     margin:1rem 0;
}
/******************header css end***********************/
 .bg-full-width {
     background-color:#fff;
}
/******************Testimonial page CSS***********************/
 .testimonial-faq h3 {
     color:#333333;
}

.testimonial-faq li p{
     color:#29A2DB;
}
/******************container css***********************/
 .best-in h3 {
     display: none;
     font-size: 25px;
     padding: 10px 0 15px;
     text-align: right;
     text-transform: uppercase;
     color: #ee2a27;
}
 .best-in h4 {
     color: #160d0e;
     font-size: 23px;
}
 .best-in h5 {
     color: #3d3838;
     font-size: 21px;
     margin: 5px 0;
     text-align: right;
}
 .best-in h5 span {
     color: #4294ad;
}
 #content {
     margin: 32px 0 0;
}
 .left-content {
     float: left;
     width: 68.2%;
}
 .left-content h2 {
     background: #ee3729;
     color: #fff;
     padding: 12px 26px;
     text-transform: uppercase;
}
 .right-content {
     float: right;
     width: 30.5%;
}
 .drive h2, .exp h2, .charge h2 {
     background: #00b4c3;
     color: #fff;
     font-size: 18px;
     padding: 0 20px;
     text-transform: uppercase;
}
 .exp h2 {
     background: #f3972b;
}
 .speek {
     margin: 10px 0;
     background: #eff0f2;
     padding: 10px;
     text-align: center;
}
 .speek p, .in p {
     color: #000;
     font-size: 12px;
}
 .charge h2 {
     background: #1eb372;
}

 .in p {
}
 .in h3 {
     font-size: 18px;
}
 .chat {
     background: #535151 url("../images/chat.png") no-repeat scroll 7px 2px;
     border-radius: 4px 4px 0 0;
     bottom: 0;
     color: #fff;
     padding: 2px 36px;
     position: fixed;
     right: 10px;
     width: 200px;
     cursor: pointer;
}
 .bxslider-content1 li a {
     float: left;
     width:100%;
}
 .bxslider-content1 li a small {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
 .title.car h2 img {
     margin: 0;
}
 button.pause {
     border: 0;
     background: url(../images/pause.jpg) no-repeat;
     position: relative;
     text-indent: -9999px;
     width: 20px;
     cursor: pointer;
}
 button.play {
     border: 0;
     background: url(../images/play.jpg) no-repeat;
     position: relative;
     text-indent: -9999px;
     width: 20px;
     cursor: pointer;
}
 .text {
     width: 55%;
}
 .front {
     margin: 30px 0 0;
}
 .front li {
     display: inline-block;
     margin: 0 1px;
     text-align: center;
     width: 100%;
}
 .buttons {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin: 40px 0;
}
 .buttons li {
     width: 31.33%;
     display: inline-block;
     text-align: center;
}
 .buttons li a {
     border: 1px solid #5890a7;
     border-radius: 50px;
     color: #5890a7;
     display: inline-block;
     padding: 9px 15px;
     text-transform: uppercase;
}
 .buttons li a:hover {
     border: 1px solid transprent;
     background: #5890a7;
     color: #fff;
}
 .front span, .collection li span {
     color: #211f1f;
     display: block;
     margin: 10px 0 0;
     text-align: center;
}
/******************container css end***********************/
/***************inner page************************/
 .responseform{
     color: #159ad7;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 10px;
}
 #carName {
    font-size: 22px;
    font-weight: 700;
}
 .progress li {
     display: none;
     font-size: 17px;
     margin: 0;
     text-align: center;
     text-transform: uppercase;
     width: 11%;
}
 .progress li:first-child {
     width: 98px;
}
 .progress li a {
     background: #f6a5a3;
     color: #000;
     display: block;
     font-size: 14px;
     font-weight: 700;
}
 .progress li a.active, .progress li a:hover {
     background: #eb365b;
}
 .title {
     margin:0 0 30px;
}
 .title h1 {
     color: #7097a0;
     font-size: 90px;
     margin: 0 0 20px;
     text-transform: uppercase;
}
 .title h1 span {
     color: #e83d24;
}
 .title h2 {
     font-size: 32px;
}
 .title h2 span {
     background: #e83d24;
     border: 2px solid #000;
     border-radius: 100%;
     color: #fff;
     display: inline-block;
     font-size: 19px;
     height: 30px;
     line-height: 25px;
     text-align: center;
     vertical-align: middle;
     width: 30px;
     margin: 0 0 4px;
}
 .title h2 img {
     cursor: pointer;
     display: inline-block;
     margin: 0 13px 0 10%;
     vertical-align: middle;
}
 .title h2 small {
     font-size: 19px;
     line-height: 30px;
     margin: 0 0 19px;
     vertical-align: top;
}

 .smallletter {
     text-transform: lowercase;
}
 .radio label {
     display: inline-block;
     cursor: pointer;
     position: relative;
     padding-left: 25px;
     margin-right: 15px;
     font-size: 13px;
}
 #trimform input[type=radio], #trimform input[type=checkbox] {
     height: 25px;
     width: 32px;
     float: left;
}
 .car-list .col-11 {
     padding: 4px 0 0 0 !important;
}
 input[type="radio"]:checked + label::before {
     color: #000;
     content: "\2022";
     font-size: 30px;
     line-height: 18px;
     text-align: center;
}
 .radio label::before {
     border-radius: 100%;
}
 .radio label::before {
     background-color: #fff;
     border: 1px solid #000;
     border-radius: 100%;
     bottom: 1px;
     content: "";
     display: inline-block;
     height: 20px;
     left: 0;
     position: absolute;
     width: 20px;
}
 .radio {
    display:inline-block;
    margin:17px 0 0;
    text-align:center;
    width:100%;
}
 .collection {
    float:left;
    margin:5px 0;
    padding:10px 0;
    text-align:center;
    width:100%;
}
 .collection li {
     border: 1px solid transparent;
     cursor: pointer;
    float: left;
    margin: 0;
    min-height: 270px;
    padding: 1px 5px 8px;
    text-align: center;
    width: 16.6667%;
}
 .collection li a {
    display: block;
    float: left;
    line-height: 25px;
    width: 100%;
}
 .bold {
    font-weight: 700;
}
 .minh-45 {
     min-height: 48px;
}
 .common.column span {
     color: #1188cb;
     font-size: 0.9em !important;
}

 .collection li.current {
     border: 1px solid #909090;
     border-radius: 2px;
     box-shadow: 0 0 4px #17B7D0;
}
 .collection li:hover {
     border: 1px solid #909090;
     border-radius: 2px;
     box-shadow: 0 0 4px #17B7D0;
}
 .collection li img {
     width: 100%;
     max-width: 190px;
}
 .collection li span {
     font-size: 12px;
}
 .radio-btn {
     background: url(../images/radio.png) no-repeat center 0;
     text-align: center;
     display: inline-block;
     width: 35px;
     height: 35px;
}
 .collection li.current .radio-btn {
     background-position: center bottom;
}
.dblogo{
    max-height:120px;
    margin-left:0;
}
 .select-car .title h2 {
     /* margin: 20px 0 0; */
}
 .collection h5 {
     margin: 8px 0 24px;
}
 .title.car h3 {
     font-size: 53px;
     text-transform: uppercase;
}
 .title.car h3 span {
     display: inline-block;
     margin: 31px 0 0;
}
 .title.car h3 img {
     float: right;
}
 .title.car h2 small {
     margin: 0 0 0 20px;
}
 .common label, .pro .term ul li label {
     display: block;
     cursor: pointer;
     font-size: 16px;
}
 .best .selected .common h3 span {
     font-size: 30px;
}
 .best .selected .common h3 span small {
     font-weight: 700;
     margin: 0 0 0 10px;
     color: #25aae1;
}
 .best .selected .common p {
     font-size: 21px;
     margin: 18px 0;
}
 .common {
     border-bottom: 0px solid #d0d0d0;
     margin: 0 0 20px;
     padding: 0 0 10px;
}
 .selected .car-color h4 {
     font-size: 20px;
     margin: 0 0 20px;
}
 .selected .lux-title {
     float: left;
     width: 96%;
}
 .selected .car-list {
     float: left;
     padding: 0 0 0 0;
     width: 96%;
}
 .selected .car-list li {
     float: left;
     margin: 0 0 2px;
     width: 100%;
}
 .lux {
     margin: 0 0 10px;
}
 .best .selected {
     padding: 0 0 45px;
}
 .best .selected h6 a {
     float: right;
}

.car-color.column {
    padding: 0 0 0 35px !important;
}

/****************28.5.16*******************/
 ul.listing {
     float: left;
     width: 98%;
}
 ul.textarea {
     float: right;
     width: 38%;
}
 .pro {
     padding: 30px 0;
}
 .pro ul li {
     clear: both;
     width: 100%;
}
 .pro ul li:first-child input {
     width: calc(41% - 10px);
     margin:5px;
}
 .pro ul li:nth-child(2n) input[type=text], .pro ul li:nth-child(4n) input[type=email], .pro ul li:nth-child(5n) input[type=text] {
     width: calc(82% - 10px);
     margin:5px;
}
 .font16 > span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
 .pro ul li p {
     margin: 0 0 6px;
}
 .pro ul li p label {
     display:inline-block;
     font-family: "Open Sans", sans-serif;
     font-size: 14px;
     font-weight: 500;
     width: 18%;
     vertical-align:top;
}
 .pro .i_have_trade {
     display:inline-block;
     width:calc(18.75% - 10px);
     margin:5px;
}
 .pro .i_have_trade.hidthis, .pro .purchase_option.hidthis, .pro .lease_option.hidthis {
     display:none;
}
 .pro ul li p input, select {
     border: 0;
     background: #eff0f3;
     padding: 8px;
     height: auto;
}
 .pro ul li p input:hover, .pro ul li p input:focus, ul.textarea textarea:hover, ul.textarea textarea:focus {
     box-shadow: 0 0 1px #000000 inset;
}
.pro ul li:nth-child(3n) p input[type=text] {
  margin:5px;
  width: calc(27.1% - 10px);
}
 ul.textarea textarea {
     background: #eff0f3;
     border: none;
     min-height: 190px;
     padding: 8px;
     resize: none;
     width: 100%;
}
 .term {
    border-bottom:1px solid #dee2e5;
    float:right;
    padding:0 0 30px;
    width: 90%;
}
 .pro .term li:nth-child(4n) {
     display: block;
     margin: 0;
     width: 100%;
}
 .pro .term ul li:nth-child(2n) input {
     width: auto;
}
 .pro h5 a {
     color: #fff;
     text-transform: uppercase;
     font-size: 18px;
     padding: 8px 6px;
     display: inline-block;
     background: #00a786;
     border-radius: 2px;
}
 .pro .term ul li:first-child {
     float: left;
     font-size: 21px;
     margin: 0 6% 0 0;
}
 .pro .term ul li:nth-child(3n), .pro .term ul li:nth-child(4n), .pro .term ul li:nth-child(2n) {
     float: left;
     width: 120px;
}
 .pro .term ul li:nth-child(5n) {
     width: 100%;
     float: left 
}
 .pro .term ul li:nth-child(6n) {
     width: 100%;
     float: left 
}
 .pro .term ul li {
     font-size: 18px;
     margin: 0 0 17px;
}
 .height20 {
     height: 25px;
}
 .success-container {
     max-width: 800px;
     margin: 0 auto;
     padding: 2%;
     text-align: center 
}
 .success-container label {
     color: #737373;
     float: left;
     font-size: 23px;
     line-height: 32px;
     text-align: center;
     width: 100%;
}
 .success-container img {
     margin: 0 auto;
     text-align: center;
     max-width:480px;
     margin-bottom:2rem;
}
.success-container .dblogo {
    max-width:380px !important;
}
.success-container p{
  font-size:1.4rem;
}
 .input-error {
     border: 1px solid red !important;
}
 .error_span {
     color: red;
}
 .deler_price_submit {
     background: #ED2A26;
     font-size: 17px;
     padding: 6px;
     color: #fff;
     border-radius: 5px;
     border: 2px solid #ED2A26;
}
 .offer-item-content {
     width: 622px;
     float: left;
}
 .col-inform-box {
     float: left;
     border: 2px solid #000;
     padding: 6px;
     margin: 1%;
}
 .best .selected .common h3 span.sm-chk {
     font-size: 18px !important;
}
 .best .selected .common p.sm-p {
     font-size: 17px !important;
     margin: 4px 0 !important;
}
 .selected .sm-lux-title {
     float: left;
}
 .label-sm {
     font-size: 18px !important;
}
 .common label.smlbl, .pro .term ul li label.smlbl {
     font-size: 14px !important;
}
 .selected .car-list li.smli {
     margin: 0 0 5px !important;
}
 .fix-box {
     overflow-y: hidden;
     overflow-x: scroll;
     width: 1250px;
}
 .row-item {
     width: 100%;
     float: left;
}
 .row-item-6 {
     width: 50%;
     float: left;
     height: 36px;
     margin: 2px 0 4px;
}
 .row-item-12 {
     width: 100%;
     float: left;
     height: 36px;
     margin: 2px 0 4px;
}
 .delear-name-box {
     border: 2px solid #000;
     padding: 6px;
     width: 100%;
     float: left;
}
 .row-item-6-text {
     float: left;
     border: 2px solid #000;
     width: 40%;
     padding: 3px;
}
 .row-item-6-label {
     width: 55%;
     float: left;
     margin-right: 2%;
     font-weight: bold 
}
 .customer-offer-textarea {
     float: left;
     border: 2px solid #000;
     width: 98%;
     padding: 3px;
}
 .dealer-offer {
     text-align: center;
}
 .sign-name {
     width: 65%;
     float: left 
}
 .sign-name label {
     float: left;
     font-weight: bold 
}
 .sign-name input {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: -moz-use-text-color -moz-use-text-color #ccc;
     border-image: none;
     border-style: none none solid;
     border-width: medium medium 2px;
     float: left;
     width: 71%;
}
 .sign-date {
     width: 35%;
     float: left 
}
 .sign-date label {
     float: left;
     font-weight: bold 
}
 .sign-date input {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: -moz-use-text-color -moz-use-text-color #ccc;
     border-image: none;
     border-style: none none solid;
     border-width: medium medium 2px;
     float: left;
     width: 71%;
}
 .term_offer {
     border-bottom: 2px solid #dee2e5;
     float: right;
     margin: 30px 0;
     padding: 0 0 30px;
     width: 90%;
     padding: 0 0 7px;
}
 .pro h5 {
     float: right;
     text-align: right;
}
 .pro h5 a, .pro h5 button {
     color: #fff;
     text-transform: uppercase;
     font-weight:bold;
     font-size: 30px;
     padding: 8px 6px;
     display: inline-block;
     background: red;
     border-radius: 2px;
     border:none;
     cursor:pointer;
}
 .pro .term_offer ul li {
     font-size: 18px;
     margin: 0 0 17px;
}
 #approve_customerform > h5.submits {
     text-align: center;
     width: 100%;
     float: left 
}
 #approve_customerform > h4.callus {
     text-align: center;
     width: 100%;
     font-weight: bold;
     float: left 
}
 #approve_customerform > h4.callus span {
     color: #48809b 
}
 .sm-car-list {
     width: 75% !important;
}
 .sm-lux-title > h5 {
     font-size: 15px !important;
}
 .common label.smlabel, .pro .term ul li label.smlabel {
     font-size: 15px !important 
}
/* The container <div> - needed to position the dropdown content */
 .dropdown {
     position: relative;
     display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
     display: none;
     position: absolute;
     top:83px;
     background:#fff;
     min-width: 316px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
     z-index: 999999999;
}
/* Links inside the dropdown */
 .dropdown-content a {
     color: black;
     padding: 12px 16px;
     text-decoration: none;
     display: block;
     line-height: 30px;
}
/* Change color of dropdown links on hover */
 .dropdown-content a:hover {
     background-color: #f1f1f1 
}
/* Show the dropdown menu on hover */
 .dropdown:hover .dropdown-content {
     display: block;
}
/*******************2.8.16**************************/
 .left-content.index2 {
     width: 100%;
}
 .left-content.index2 .bx-wrapper img {
     width: 100%;
}
 .buttons.btn li a, .client-img h4 a, .plug a {
     border: solid 2px #07A6F0;
     color: #000;
     display: inline-block;
     text-align: center;
     width: 90%;
}
 .buttons.btn li a:hover, .client-img h4 a:hover, .plug a:hover {
     color: #fff;
}
 #service {
     background: #f8f9fb;
     margin: 48px 0 122px;
     padding: 36px 0;
}
 #service .works h3, .left-testimonial h3 {
     color: #000;
     text-transform: uppercase;
     font-size: 24px;
     margin: 0 0 18px;
     font-weight: 600;
}
 #service .works li {
     color: #000;
     font-size: 18px;
     line-height: 24px;
     margin: 0 0 17px;
     position: relative;
     padding: 0 0 0 21px;
}
 #service .works li span {
     font-weight: 600;
}
 #service .works li::after {
     background: #000;
     border-radius: 100%;
     content: "";
     height: 8px;
     left: 0;
     position: absolute;
     top: 9px;
     width: 8px;
}
 .left-testimonial {
     float: left;
     width: 71%;
}
 .left-testimonial li {
     color: #000;
     font-size: 17px;
     line-height: 24px;
     margin: 0 0 20px;
}
 .left-testimonial li span {
     color: #0165b0;
     text-transform: capitalize;
     font-size: 20px;
}
 .client-img {
     float: right;
     width: 25%;
}
 .client-img a {
     font-size: 14px;
}
 .client-img > h4 {
     display: inline-block;
     margin: 9px 0 0;
     text-align: center;
     width: 100%;
}
 .customer {
     margin: 0 0 105px;
}
 .saving {
     float: left;
     width: 40%;
}
 .plug {
     float: right;
     width: 57%;
}
 .plug h3 {
     font-size: 24px;
     text-transform: uppercase;
     font-weight: 600;
}
 .plug h4 {
     color: #19759c;
     font-size: 19px;
     margin: 15px 0 27px;
}
 .plug p {
     color: #000;
     font-size: 17px;
     margin: 0 0 15px;
}
 .plug a {
}
 .inner, .envir {
     border-bottom: 1px solid #e9e9e9;
     margin: 25px 0 60px;
     padding: 0 0 60px;
}
 .promote p {
     clear: both;
     color: #000;
     font-size: 24px;
     font-weight: 600;
     line-height: 30px;
     margin: 0 auto;
     width: 72%;
}
 .envir li:nth-child(2n) {
     float: right;
}
 .envir li {
     float: left;
     width: 49%;
}
 .envir li h3 {
     text-align: center;
     color: #536265;
     font-size: 17px;
     margin: 0 0 19px;
}
 .text-part {
     float: left;
     width: 65%;
     padding: 29px 0 0;
}
 .actor p {
     color: #786866;
     font-size: 15px;
}
 .img-part {
     float: right;
     text-align: right;
     width: 35%;
}
 .actor {
     background: #f5f5f5;
     padding: 0 0 0 25px;
}

 .span4 {
     float: left;
     width: 25%;
}
 .links li {
     float: left;
     width: 100%;
     margin: 0 0 7px;
}
 
.links li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
 
 .links li a:hover {
     text-decoration: underline !important;
}
 .f-down {
     background: #212f38;
     padding: 25px 0;
}
 .f-down p {
    color: #a4b0b6;
    font-size: 12px;
    font-weight: 400;
}
 .links .social li {
     padding: 0 10px;
     width: auto;
}
 .links li a span {
     display: block;
     margin: 10px 0 0;
}
 .buttons li a, .client-img h4 a, .plug a {
     border: 1px solid #5890a7;
     border-radius: 50px;
     color: #5890a7;
     display: inline-block;
     padding: 9px 15px;
     text-transform: uppercase;
}
 .buttons li a:hover, .client-img h4 a:hover, .plug a:hover, #header .menu .ev-change li a:hover {
     border: 1px solid transprent;
     color: #fff;
}
 .right-logo {
     clear: both;
     float: right;
     margin:12px 0 0;
     padding: 0 15px 0 0;
     width:80%;
}
 .header-bottom {
     float: left;
     margin: 2% 0 0;
     width: 100%;
}
 .bold-thanks {
     font-weight: 800;
}
 .success-container p.bold {
     clear: both;
     color: #000;
     font-size: 22px;
     font-weight: 600;
     line-height: 30px;
     margin: 0 auto;
}
 .success-container .phone {
     color: #698B94;
     font-weight: 500;
     font-size: 39px;
}
 .h1-heading {
     color: #000;
     font-size: 32px;
     margin: 0 0 18px;
     font-weight: 400;
     /* padding: 0 0 0 21px; */
}
 .page-testimonial-content .h1-heading {
     color: #457f9e;
     font-size: 28px;
     font-weight: 400;
     letter-spacing: 0.028em;
     margin: 40px 0 50px !important;
     padding: 0;
     text-align: left;
}
 .contact-top .pbold {
     color: #000;
     font-size: 21px;
     line-height: 24px;
     margin: 0 0 17px;
     position: relative;
     padding: 0 0 0 21px;
}
 .bod-text {
     color: #080101;
     line-height: 24px;
     margin: 0 0 17px;
     position: relative;
     padding: 0;
     font-size: 16px;
     font-weight: 500;
}
 .getstarted-representative-button {
     margin-left: auto;
     margin-right: auto;
     max-width: none;
     padding:0;
}
 .btn.scroll-to-contact-form-section {
     background: #457f9e;
    border:none;
    border-radius: 0;
    color: #fff;
    font-size: 23px;
    margin: 0;
    padding: 20px;
}
 .contact-top-2 {
     background: #d9dbda;
}
 .contact-top-1 img {
}
 .page-testimonial-content p.bold-text {
     font-size: 18px;
     line-height: 24px;
     margin: 0 0 17px;
     position: relative;
     padding: 0 0 0 21px;
}
 .page-testimonial-content p.bluetext {
     color: #457f9e;
     font-size: 21px;
     line-height: 24px;
     margin: 0 0 17px;
     position: relative;
     padding: 0 0 0 21px;
}
 .car-mainimg img {
     max-width: 380px;
}
 span.cooming-soon {
     text-shadow: 0px 1px 0px #ddd, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
     margin: -62px 0 0 4px !important;
     color: #eee !important;
     font-size: 19px !important;
}
 span.smlspan {
     margin: 37px 0 0 4px !important;
}
 .best {
     margin: 0 0 80px;
}
 .col-sm-12.page-testimonial-content.mb20.mt20.p20 {
     padding-left: 0 !important;
     padding-right: 0 !important;
}
 .col-sm-12 {
     padding-left: 15px;
     padding-right: 15px;
}
 h2.col {
     font-size: 28px;
     color: #457f9e;
     letter-spacing: 0.028em;
     line-height: 1.2;
     margin: 0 0 83px;
     font-weight: 400;
}
 .one-half {
     float: left;
     padding: 0 15px;
     width: 50%;
}
 .listing-vc ul {
     margin: 38px 0 11px;
     float: left;
     width: 100%;
}
 .listing-vc li {
     float: left;
     margin: 0 0 35px;
     padding: 0 0 0 30px;
     position: relative;
     width: 100%;
}
 .listing-vc ul li:after {
    position: absolute;
    left: 2px;
    top: 13px;
    width: 7px;
    height: 7px;
    content: '';
    background: #000;
    border-radius: 50%;
}
 .pors {
     float: left;
     width: 100%;
}
 .pors h3 {
     color: #457f9e;
     letter-spacing: 0.028em;
     line-height: 1.2;
     font-size: 28px;
     font-weight: 400;
     margin: 84px 0 60px;
}
 .pors li {
     float: left;
     width: 100%;
     margin: 0 0 53px;
}
 .pors li p {
     margin: 0 0 11px;
}
 .pors li h5 {
     font-weight: bold;
     margin: 0 0 17px;
}
 h2.col.margins {
     margin-bottom: 21px;
}

 .page-testimonial-content {
     float: left;
}
 .page-testimonial-content.borders {
     border-bottom: 1px solid #e4e4e4;
     margin: 0 0 60px !important;
     padding: 0 0 60px !important;
}
 .section-title-container span {
     color: #333333;
     font-size: 35px;
     font-weight: 300;
     letter-spacing: 0.015em;
     margin-bottom: 16px;
     margin-top: 20px;
}
 .section-title-container h2 {
     font-weight: 300;
     text-align: center;
     line-height: 1.4;
     margin-bottom: 11px;
     font-size: 24px;
}
 .panel-p .panel-body {
     background: #fff;
     border: 2px solid #457f9e;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
     margin: 0 auto;
     max-width: 760px;
     padding: 35px;
     width: 100%;
     overflow: hidden;
     border-bottom: 0;
}
 .panel-body input.form-control, .full-width input.form-control, .right-bar .form-sec input.form-control {
     background-color: #ffffff;
     background-image: none;
     border: 1px solid #cccccc;
     border-radius: 0;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
     color: #000;
     display: block;
     font-size: 15px;
     height: 50px;
     line-height: 1.42857;
     padding: 6px 15px;
     transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
     width: 100%;
     font-family:Open Sans, sans-serif;
	 margin-bottom:10px;
}
 .panel-p .panel-footer {
     margin: 0 auto;
     max-width: 760px;
     padding: 15px;
     width: 100%;
     overflow: hidden;
     background-color: #457f9e;
     padding:0;
}
 .panel-p .panel-footer .form-submit {
    background-color: #29a2db;
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding: 25px 0;
    width: 100%;
    box-shadow: none;
}
 .btn.webform-submit {
     -moz-user-select: none;
     background-image: none;
     border-radius:0;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 0.03em;
     line-height: 1.42857;
     margin-bottom: 0;
     padding: 6px 23px;
     text-align: center;
     text-transform: uppercase;
     vertical-align: middle;
     white-space: nowrap;
}
 .btn.webform-submit:hover {
     background: #5e99b8 !important;
}
 .panel-p .panel-body .one-half {
     margin: 0 0 9px;
     padding-bottom: 6px;
}
 .panel-p .panel-body h6 {
     color: #d9534f;
}
 .full-width.sub {
     margin: 0 0 15px;
}
 .full-width input[type="text"] {
     width: 100%;
}
 .full-width.column.contact-help-text.text-center {
     margin: 20px 0;
}
 .left-bar {
     float: left;
     padding: 0 15px 0 5px;
     width: 33.3333%;
     margin: 0 0 40px;
}
 .right-bar {
     float: right;
     padding: 0 5px 0 15px;
     width: 66.6667%;
}
 h2.block-title {
    color: #4e4f54;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.028em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 15px;
}
 .view-content ul {
}

.view-content.column {
    margin-bottom:30px;
}

.view-content + h2 + ul li ,
.view-content ul li {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-align: justify;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.view-content + h2 + ul li a ,
.view-content ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
 .view-content ul li a:hover {
     text-decoration: none;
     color:#000;
}
 .right-bar {
     float: right;
     padding: 0 15px;
     width: 66.6667%;
}
 .right-bar .form-sec .input-group {
     float: left;
     width: 100%;
     position: relative;
}
 .right-bar .form-sec input {
     background: #fff;
     padding: 6px 19% 6px 12px !important;
     height: 38px !important;
}
 .right-bar .form-sec .btn {
     -moz-user-select: none;
     background: #fff;
     border: 2px solid #cccccc;
     color: #333333;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 0.03em;
     line-height: 1.42857;
     margin-bottom: 0;
     padding: 6px 12px;
     text-align: center;
     text-transform: uppercase;
     vertical-align: middle;
     white-space: nowrap;
     position: absolute;
     right: 0;
     top: -2px;
}
 .right-bar .form-sec .btn:hover {
     background: #E6E6E6;
}
 .right-bar .brands {
     margin: 30px 0;
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 50px;
}
 .right-bar .brands h2 a {
     color: #25aae1;
     font-family: 'Oswald', sans-serif;
     font-size: 36px;
     font-weight: 500;
     margin-bottom: 0 !important;
     margin-top: 0 !important;
     text-transform: uppercase;
     line-height: 45px;
}
 .right-bar .brands h2 a:hover {
     text-decoration: underline;
}
 .right-bar .brands h4 {
    color: #25aae1;
    display: inline-block;
	font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}
 .right-bar .brands .img-secs {
     margin: 30px 0 5px;
}
 .right-bar .brands .more-sec a {
    border: 2px solid #25aae1;
    clear: both;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #25aae1;
    font-weight: bold;
    margin-top: 20px;
}
 .right-bar .brands .more-sec a:hover {
     color: #fff;
     border-color: #25aae1;
	 background:#25aae1;
     text-decoration: underline;
}
/**********************8.11.16************************/
 .test .h1-heading {
     font-size: 41px;
}
 .feed-in {
     font-weight: 500;
}
 .feedb ul {
}
 .feedb ul li {
     float: left;
     width: 100%;
     margin: 0 0 24px;
}
 .feedb ul li h3 {
    color: #1076ad;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 5px;
}
 .feedb ul li p {
     color: #060809;
     font-size: 16px;
}
 .box-text {
     font-weight: 500;
}
 .box-container .bod-text {
     font-size: 17px;
     font-weight: 500;
}
 .evs label, .panel-body .full-width label {
     font-weight: 300;
}
 .contact-top .bod-text::after {
     background: #303030;
     border-radius: 100%;
     content: "";
     height: 8px;
     left: 0;
     position: absolute;
     top: 9px;
     width: 8px;
}
 .contact-top .bod-text {
     font-size: 17px;
}
 .heads h1.h1-heading {
     padding: 0;
     font-size: 45px;
}
 .heads p.bod-text {
     font-size: 20px;
     font-weight: 500;
     line-height: 30px;
     padding: 0 135px 14px 20px;
     float: left;
     width: 100%;
}
 .best .img-responsive.representative-image-desktop.self {
     padding: 0;
}
 .top-border {
     border-top: 1px solid #f0f0f0;
     margin: 60px 0 0;
     padding: 0;
}
 .heads p.bod-text span {
     float: left;
     width: 100%;
}
 .heads p.bod-text small {
     float: left;
     font-size: 100%;
     padding: 0 0 0 20px;
     width: 100%;
}
 .files {
     margin: 37px 0 15px;
}
 .files .one-half {
     padding: 0;
     width: 49%;
     float: left;
}
 .files .one-half.last-sec {
     float: right;
}
 .files .one-half *, .noo-padding {
     padding: 0 !important;
}
 .heads.test h1.h1-heading {
     font-size: 40px;
}
 .r-part {
     margin: 17px 0 0;
}
 .heads h1.h1-heading.inns {
     margin: 0 0 47px;
}
 .contact-top.tops {
     margin-top: 20px;
}
 .power, .work {
     margin: 54px 0 0;
     border-bottom: 1px solid #eeeeee;
     padding: 0 0 72px;
}
 .field-item .power p, .work p, .all-team .title-sec p {
     margin: 0 0 11px;
     font-size: 18px;
}
 .work h4, .all-team .title-sec h4, .all-team .title-sec h3 {
     font-size: 24px;
     margin: 0 0 11px;
}
 .all-team .title-sec h3 {
     font-weight: 700;
}
 .all-team .details-sec {
     margin: 40px 0 0;
}
 .field-item .client-says p {
     font-size: 16px;
     margin: 0 0 43px;
}
 .all-team {
     margin: 52px 0;
}
 .team-m, .client-says {
     border-bottom: 1px solid #e5e5e5;
     margin: 0 0 30px;
     padding: 0 0 30px;
}

 .team-m h2 {
     text-align:center;
     font-size:60px;
     border:1px solid #e5e5e5;
     padding:30px 0 !important;
     border-width:1px 0;
     margin-bottom:50px;
 }

 .team-m.last-sec {
     padding: 0 0 90px;
}
 .field-item .client-says h1 {
     font-size: 48px;
     margin: 0 0 41px;
}
 .client-says {
     margin: 0 0 80px;
     padding: 0 0 40px;
}
 .inv h1 {
     font-size: 48px;
     margin: 0 0 18px;
}
 .inv h2 {
     margin: 0;
     font-size: 28px;
     color: #457f9e;
     letter-spacing: 0.028em;
     line-height: 1.2;
     margin: 0 0 60px;
}
 .inv p {
     margin: 0 0 11px;
}
 .learn {
     margin: 44px 0 0;
}
 .learn .l-learn {
     float: left;
     width: 100%;
}
 .learn .l-learn p {
     margin: 0 0 41px;
}
 .learn .l-learn p a {
     color: #457f9e;
}
 .learn .l-learn p img {
     float: right;
}
 .field-item .ev {
     border-bottom: 1px solid #eeeeee;
     margin: 17px 0 80px;
     padding: 0 0 80px;
}
 .field-item .client-logo img {
     float: left;
     width: 48%;
}
 .field-item .client-logo img:last-child {
     float: right;
}
 .field-item .client-logo img img {
     width: 100%;
}
 .field-item .client-logo p {
     float: left;
     width: 100%;
}
 .field-item .client-logo {
     border-bottom: 1px solid #eeeeee;
     margin: 0 0 44px;
     padding: 0 0 57px;
}
 .evpower h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 21px 0 11px;
    line-height: 1.1;
}
 .evpower ul {
     float: left;
     width: 100%;
     margin: 18px 0 0;
}
 .evpower li {
     float: left;
     width: 100%;
     padding: 0 0 2px 20px;
     position: relative;
}
 .evpower li:first-letter  {
    text-transform:capitalize;
 }

 .evpower li:after {
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background: #404040;
    border-radius: 50%;
}
 .evpower p {
     margin: 16px 0 0;
}
 .evs-cur {
    margin: 30px 0 40px;
}
 .circle-solid-3 {
     background-color: #3dd4b5;
}
 .circle-solid-4 {
     background-color: #46c7da;
}
 .field-item .Answer {
     font-size: 16px;
}
 .field-item {
     border-bottom: 1px solid #eeeeee;
     margin: 0 0 50px;
     padding: 0 0 90px;
     float:left;
     width:100%;
}
 .ev-lists li {
     float: left;
     width: 100%;
}
 .ev-lists li p, .anot li p {
     margin: 0 0 15px;
}
 .ev-lists li p span {
     font-weight: 700;
}
 .ev-lists .m-top {
     float: left;
     margin: 50px 0 20px;
     width: 100%;
}
 h3.pocket {
     font-size: 22px;
}
 .secs h2.col, .secs {
     margin: 0 0 45px;
}
 .lease {
     margin: 50px 0 0;
}
 .lease .lease-in {
     margin: 0 0 45px;
}
 .lease h4, .anot li h3 {
     font-size: 24px;
     margin: 0 0 11px;
}
 .lease-in ol {
     list-style-type: decimal;
}
 .lease-in li {
     list-style: inside none decimal;
     padding: 0 0 0 22px;
}
 .anot li p {
}
 .img-responsive.m-b {
     margin: 0 0 15px;
}
 .anot li {
     float: left;
     margin: 0 0 16px;
     width: 100%;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     color: #ffffff;
}
 .getstarted-top-section .arrows-container .arrow-box-01 {
     background-color: #6cc051;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     height: 230px;
     width: 223px;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     height: 190px;
     width: 184px;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     display: inline-block;
     float: left;
     height: 150px;
     width: 124px;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     height: 155px;
     max-width: 350px;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     height: 120px;
     margin-left: auto;
     margin-right: auto;
     max-width: 260px;
     width: 100%;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     padding: 30px 0 0;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     padding: 20px 0 0;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     padding: 28px 20px 0;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-t op-section .arrows-container .arrow-box-03 .box-title-container {
     text-align: left;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     padding: 15px 0 0;
     text-align: center;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     font-size: 1.9em;
     height: 41.75px;
     width: 41.75px;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     font-size: 1.5em;
     height: 35px;
     line-height: 1.25em;
     margin-right: 0.2em;
     width: 35px;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     font-size: 0.8em;
     height: 22px;
     line-height: 1.4em;
     margin-right: 0.5em;
     vertical-align: baseline;
     width: 22px;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     font-size: 1.7em;
     height: 40px;
     line-height: 1.3em;
     margin-right: 0.2em;
     width: 40px;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     float: left;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .circled-number, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .circled-number {
     border: 2px solid #ffffff;
     border-radius: 50%;
     display: inline-block;
     float: none;
     font-size: 1.3em;
     font-weight: 400;
     height: 30px;
     line-height: 1.2em;
     margin-right: 0.2em;
     text-align: center;
     vertical-align: super;
     width: 30px;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     font-size: 3.5em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     font-size: 2.8em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     font-size: 1.75em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     font-size: 3em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     float: left;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container .box-title, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container .box-title {
     display: inline-block;
     float: none;
     font-size: 2.2em;
     font-weight: 400;
     line-height: 0.73em;
     text-transform: uppercase;
     vertical-align: baseline;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     text-align: left;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-title-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-title-container {
     text-align: center;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container {
     padding: 1.9em 0 1em 1.6em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container {
     padding: 1.3em 0 0 1.5em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container {
     padding: 1.2em 0 0 1em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-c ontainer, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container {
     padding: 0.7em 2em;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container {
     clear: both;
     padding: 0.7em 0;
}
 .getstarted-top-section .arrows-container .arrow-box-01, .getstarted-top-section .arrows-container .arrow-box-02, .getstarted-top-section .arrows-container .arrow-box-03 {
     color: #ffffff;
}
 .getstarted-top-section .arrows-container .arrow-box-01 .box-text-container .box-text, .getstarted-top-section .arrows-container .arrow-box-02 .box-text-container .box-text, .getstarted-top-section .arrows-container .arrow-box-03 .box-text-container .box-text {
     font-size: 1.2em;
     text-align: left;
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg {
     display: none !important;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02 {
     background-image: url("../images/CURRENT-arrow-box-edge-02.svg");
     background-size: 100% 100%;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02, .getstarted-top-section .arrows-container .arrow-box-edge-03 {
     height: 230px;
     width: 54px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02, .getstarted-top-section .arrows-container .arrow-box-edge-03 {
     height: 190px;
     width: 44px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02, .getstarted-top-section .arrows-container .arrow-box-edge-03 {
     display: inline-block;
     float: left;
     height: 150px;
     margin-left: 0;
     margin-right: 0;
     width: 30px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02, .getstarted-top-section .arrows-container .arrow-box-edge-03 {
     height: 50px;
     max-width: 350px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-02, .getstarted-top-section .arrows-container .arrow-box-edge-03 {
     height: 40px;
     margin-left: auto;
     margin-right: auto;
     max-width: 260px;
     width: 100%;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     background-image: url("../images/CURRENT-arrow-box-edge-04.svg");
}
 .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     background-image: url("../images/CURRENT-arrow-box-edge-04-mobile.svg");
     background-size: 100% 100%;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-01, .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     height: 230px;
     width: 33px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-01, .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     height: 190px;
     width: 27px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-01, .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     display: inline-block;
     float: left;
     height: 150px;
     margin-left: 0;
     margin-right: 0;
     width: 18px;
}
 .getstarted-top-section .arrows-container .arrow-box-edge-01, .getstarted-top-section .arrows-container .arrow-box-edge-04 {
     height: 25px;
     max-width: 350px;
}
 .section-bottom-text.anchor p {
     margin: 0 0 19px;
}
 .getstarted-what-does-current-do-section .section-bottom-text.anchor {
     border-bottom: 1px solid #eeeeee;
     margin: 50px 0 70px;
     padding-bottom: 70px;
}
 .getstarted-how-we-work-section h2 {
     color: #457f9e;
     font-weight: 400;
     font-size: 28px;
     letter-spacing: 0.028em;
     line-height: 1.2;
}
 .getstarted-how-we-work-section .how-we-work-circles {
     margin-top: 60px;
}
 .getstarted-how-we-work-section .how-we-work-circles .col-5 {
     float: left;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     width: 20%;
}
 .circle-solid-1, .circle-solid-2, .circle-solid-3, .circle-solid-4, .circle-solid-5, .circle-solid-6 {
     color: #ffffff;
}
 .circle-solid-1 {
     background-color: #a5c71b;
}
 .circle {
     border-radius: 50%;
     margin:1rem 0;
     position: relative;
     width: 100%;
}
 .circle-inner {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
}
 .circle-inner > * {
     max-width:150px;
     position:absolute;
     top:50%;
     left:50%;
     -webkit-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     -o-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%);
}
 .getstarted-how-we-work-section .how-we-work-circles .col-5 .score-text-3-lines {
     font-size: 1.5em;
     margin-top: 2.3em;
}
 .getstarted-how-we-work-section .how-we-work-circles .text-under-circle {
     margin-top: 30px;
     text-align: center;
}
 .circle-solid-2 {
     background-color: #6cc051;
}
 .circle-solid-3 {
     background-color: #3dd4b5;
}
 .circle-solid-4 {
     background-color: #46c7da;
}
 .circle-solid-5 {
     background-color: #328bcf;
}
 section.getstarted-how-we-work-section {
     margin-top: 0;
}
 .evpower {
     float: left;
     width: 100%;
}
 .grid-controller-container.evc {
     border-bottom: 1px solid rgb(228, 228, 228);
     border-top: 1px solid rgb(228, 228, 228);
     margin: 0 -15px 20px;
     padding: 10px 0;
}
 .grid-controller-title {
     font-weight: 700;
}
 .grid-controller-inner .filter-container {
     margin-right: 10px;
}
 .grid-controller-inner .sort-container {
     display: inline;
     margin-top: 0;
}
 .grid-controller-container.evc .grid-controller-inner {
     float: right;
     padding-top: 0;
     text-align: right;
}
 .grid-controller-inner .filter-container span {
     margin: 0 0 0 5px;
     max-width: 100%;
     padding: 4px;
     width: auto;
}

.node ul {
	margin:0;
}

 .node li {
     display:inline-block;
     padding: 0 15px;
     width: 20%;
     vertical-align:top;
	 margin-bottom:15px;
}
 .node li .node-img img {
     width: 100%;
}
 .node li .node-title h4 {
     margin: 0;
}
 .node li .node-title h4 a {
    color: #457f9e;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2;
    text-transform: uppercase;
}
 .node li .node-title h4 a:hover {
     text-decoration: underline;
}
 .node li .vehicle-info {
     float: left;
     width: 100%;
}
 .node li .vehicle-info span {
    color: #333333;
    display: block;
    line-height: 16px;
    padding: 5px 0 0;
    font-size: 14px;
}
 .node li .vehicle-info span:last-child {
     border: 0;
}
 .filter-container select, .sort-container select {
     margin: 0 0 0 10px;
     padding: 5px;
}
 .block.evs {
     border-bottom: 1px solid #eeeeee;
     float: left;
     margin: 60px 0 0;
     padding: 0 0 70px;
     width: 100%;
}
 .section-title-container.evs-page h2 {
    color: #457f9e;
    font-weight: 300;
    text-align: left;
    font-size: 30px;
    margin-bottom: -20px;
}
 .section-image-container .txt-part {
     margin: 50px 0 0;
}
 .section-image-container .txt-part p {
     margin-bottom: 22px;
}
 .vehicle-top-row .field-item {
     border-bottom: none;
     margin: 0;
     padding: 0;
}
 .ele-cars .circles-row > .col-sm-4 > div {
     margin-top: 22px;
}
 .ele-cars .rtecenter {
     text-align: center;
}
 .circle-50percent-center {
     width: 50%;
}
 .circle-solid-2 {
     background-color: #6cc051;
}
 .circles-row > .col-sm-4 > div {
     margin-top: 22px;
     font-size: 18px;
     margin-bottom: 11px;
     font-weight: 400;
}
 .circle-solid-3 {
     background-color: #3dd4b5;
}
 .circle-solid-4 {
     background-color: #46c7da;
}
 .circles-row > .col-sm-4 > div.rtecenter {
     font-weight: 300;
}
 .circles-row > .col-sm-4 > div.rtecenter h4 {
     font-weight: 400;
}
 .ele-list .circles-row p {
     text-align: center;
}
 section.ele-cars, .evs-pure {
     border-bottom: 1px solid #eeeeee;
     padding: 0 0 54px;
}
 .evs-pure {
     float: none;
     margin: 40px 0;
     width: 100%;
     text-align: center;
     display:table;
}
.evs-pure h4, .ele-title h2, .v-c h2.vehicle-specs-header {
     color: #457f9e;
     letter-spacing: 0.028em;
     line-height: 1.2;
     font-size: 28px;
     font-weight: 400;
}

 .evs-pure h4 {
     text-transform:uppercase;
     font-weight:bold;
 }
 .btn-container {
}
 .evs-pure li {
     float: left;
     width: 100%;
     margin: 0 !important;
     padding: 0 !important;
}
 .evs-pure li .btn-container {
     display: inline-block;
     text-align: center;
     width: 100%;
}
 .evs-pure li p {
     margin: 50px 0 0;
}
 .evs-pure.column li:last-child {
     border-top: 1px solid #eeeeee;
     margin: 50px 0 0 !important;
     padding: 50px 0 !important;
}
 .evs-pure.column li p {
     margin: 40px 0 0;
}
 .ele-title p {
     margin: 40px 0 !important;
}
 .gray-b {
     border-bottom: 1px solid #eeeeee;
     float: left;
     margin: 0 0 50px !important;
     padding: 0 0 60px;
     width: 100%;
}
 .vehicle-top-row .vehicle-lead-para-row .field-items .field-item.even {
}
 .vehicle-top-row .vehicle-thumbnail-slider-per5 {
     margin: 50px 0;
}
 .vehicle-specs-row.v-c {
     margin-top: 20px;
}
 .v-c h3 {
     font-size: 16px;
     margin-bottom: 25px;
     font-weight: bold;
}
 .v-c ul li {
     position: relative;
     float: left;
     width: 100%;
     margin: 0 0 2px;
     font-size: 16px;
     padding: 0 0 0 14px;
}
 .v-c ul li:after {
     background: #606060;
     border-radius: 50%;
     content: "";
     height: 5px;
     left: 0;
     position: absolute;
     top: 9px;
     width: 5px;
}
 .evs-pure li:after {
     background: none;
     height: 0 !important;
}

 .nom, .nom .v-c {
     margin-bottom: 0 !important;
     margin-top: 0 !important;
}
 .contact-form-section {
    margin: 0 -15px;
}
 .nom .btn-primary {
     margin: 50px 0 0 !important;
}
 .nom .evs-pure {
     border-bottom: 0 !important;
     margin: 0 !important;
     padding: 0 !important;
}
 .vehicle-top-row .vehicle-thumbnail-slider-per5 {
     margin: 50px 0;
     float: left;
     width: 100%;
}
 .nom .evs-pure li:first-child h4 {
     padding: 40px 0 0;
}
/************************18.11.16****************************/
 #back {
     padding: 20px 0;
}
 #back a {
     color: #000000;
	 font-family: 'Helvetica Neue', Arial, sans-serif;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
}
 #main .agreement ul {
     float: left;
     width: 100%;
}
 #main .agreement ul li {
     color: #000;
     float: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: 500;
     padding: 0 0 11px 17px;
     position: relative;
     width: 100%;
}
 #main .agreement ul li:after {
     position: absolute;
     left: 0;
     top: 7px;
     width: 6px;
     height: 6px;
     background: #000;
     border-radius: 100%;
     content: '';
}
 #main .ev-offers {
    font-family:"Open Sans",sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0 0;
}
 .pro .term li{
    font-family:"Open Sans",sans-serif;
     font-weight:500;
}
 .pro .term li input{
    float: left;
}
 .pro .term li span {
    float: right;
    width: 96%;
}
 .thumb-sliders li {
    float: left;
    padding: 0 12px;
    width: 20%;
}

 .padding0 {
    padding: 0 !important;
}
.margin0 {
    margin: 0 !important;
}
 .getstarted-what-does-current-do-section .box-container .box-text.getstarted-1ev, .getstarted-what-does-current-do-section .box-container .box-text.getstarted-2charger, .getstarted-what-does-current-do-section .box-container .box-text.getstarted-3solar{
    padding:0;
    margin: 12px 0;
}
 .getstarted-what-does-current-do-section .box-container .box-text.getstarted-1ev a, .getstarted-what-does-current-do-section .box-container .box-text.getstarted-2charger a, .getstarted-what-does-current-do-section .box-container .box-text.getstarted-3solar a{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 15px 0;
    text-transform: uppercase;
}
 .contact-help-text .form-item.form-type-item {
    color: #51bfd3;
}

 .heads.test h1.h1-heading span {
    font-size: 70%;
}

 .all-team.topmargin {
    margin-top: 0;
}
 .border0 {
    border:none !important;
}
 .all-team .details-sec p:last-child {
    margin: 0 0 10px;
}
 .cars .buttons.btn{
    margin:10px 0;
     padding:0;
}
 .cars .buttons.btn li{
    width:33.333333%;
     float:left;
}
 .cars .buttons.btn li a{
     border: none ;
    border-radius: 0;
     width:100%;
     color:#fff;
     font-weight:600;
}
 .cars .buttons.btn li:first-child a{
    background:#29A2DB;
}
 .cars .buttons.btn li:nth-child(2n) a{
    background:#2AB76C;
}
 .cars .buttons.btn li:last-child a{
    background:#29A2DB;
}
 .client-img h4 a{
    background: #28a3db;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
}
 .inner .plug a {
    background: #28a3db;
    border: none;
    border-radius: 0;
     color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    width: auto;
}
 .get-best-deal {
     margin:1em auto;
     background: #edefee;
    color: #000;
    display: inline-block;
    font-family: arial, sans-serif;
    padding: 13px 32px;
    text-transform: uppercase;
     display:block;
     font-weight:bold;
}
 .test-drive-btn {
     margin:1em auto;
     background: #eef9ff;
    color: #000;
    display: inline-block;
    padding: 13px 32px;
    text-transform: uppercase;
     display:block;
     font-weight:bold;
}

.vehicle-top-row .get-best-deal, .vehicle-top-row .test-drive-btn {
    display: inline-block;
    margin-left: 23px;
}

.vehicle-top-row .wb-padding {
    padding: 20px 0 15px;
}

 .text-under-btn {
     margin:1em auto;
     text-align:center;
     font-weight:bold;
     text-transform:uppercase;
     font-size:1.3em;
}
 .callus{
    font-size: 18px;
    line-height: 20px;
    width: 202px;
}
 .light-green-btn {
    background: #2ab76c;
    color: #fff;
    display: inline-block;
    min-width: 285px;
    padding: 13px 32px;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    border-radius: 3px;
}
 a.btn.scroll-to-contact-form-section.page-contact{
    font-size:30px;
    padding:10px 20px;
    width:100%;
    font-weight:700;
    line-height:29px;
}
 a.btn.scroll-to-contact-form-section.page-contact span {
    display:block;
}
 .vehicle-list-page-header-message > div {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
}
/******13.1.17*******/
 .thanks-page {
    background: #f8f9fb;
    padding: 36px;
}
 .thanks-page img {
     max-width: 308px;
}
 .thankstext p {
    color: #000000;
    font-family: "open sans";
    font-size:32px;
    font-weight: 400;
    margin: 0 0 43px;
}
 .thankstext p a{
    font-weight:700;
    color: #000000;
}
 .thankstext p a:hover{
    text-decoration:underline;
}
 .thankstext {
    margin: 20px 0 0;
    padding:0 37px;
}
/******Contact Us Page*******/
 .contact-page h1 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
}
.contact-page h2 {
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
}
 #container.contact-page h3 {
     text-align:center;
     font-size:2em;
     margin-bottom:1em;
}
 .contact-page .leader {
     text-align:center;
     font-size:2em;
     margin:1em 0;
}
 .contact-page .leader span {
     display: inline-block;
     width:calc(100% - 200px);
     margin:0 auto;
}
 .contact-page .leader > * {
     vertical-align: middle;
}
 .contact-page .leader .arrow-floater {
     width:75px;
     display:inline-block;
}
 .contact-page .leader .arrow-floater img {
     max-width:100%;
}
 @media only screen and (max-width:768px) {
     .contact-page .leader .arrow-floater {
         width:30px;
    }
}
/********* About Us **********/
 #container.about-us .summary {
     margin-bottom:2rem;
}

p:not(.no-margin) {
     margin-bottom:1.3333333rem;
}
p b {
	font-weight:bold;
}

 #container.about-us .details-sec {
     position:relative;
}
 .about-us .name-title {
     margin-bottom:0.666666rem;
}
 #container.about-us .left-col, #container.about-us .right-col {
     display:inline-block;
     vertical-align: top;
}
 #container.about-us .left-col {
     width:334px;
     margin-right:2rem;
}
 #container.about-us .right-col {
     width:calc(100% - 334px - 2rem);
}
 #container.about-us .left-col img {
     width:100%;
}
 @media only screen and (max-width:550px) {
     #container.about-us .left-col, #container.about-us .right-col {
         display:inline-block;
    }
     #container.about-us .left-col {
         width:100%;
         margin-right:0;
    }
     #container.about-us .left-col img {
         display: block;
         max-width:200px;
         margin:1em auto;
         width:100%;
    }
     #container.about-us .right-col {
         width:auto;
    }
}
/********** Purchase Or Lease ************/
 .purchase-or-lease li {
     list-style: disc;
}
 .full-column-image {
     width:100%;
     margin:40px 0;
     display: block;
}
 .two-col-wrapper {
     margin:0 auto;
}
 .two-col-wrapper.no-padding {
     padding:0;
}
 .two-col-wrapper-col {
     display:inline-block;
     width:50%;
     vertical-align: top;
     padding:0 60px;
}
 .two-col-wrapper-col.w40 {
     width:40%;
}
 .two-col-wrapper-col.w60 {
     width:60%;
}
 .two-col-wrapper-col ul > li{
     margin-left:1em;
}
 .two-col-wrapper-col ul.no-margin > li {
     margin-left:0;
}
 .two-col-wrapper-col .full-column-image {
     margin:0;
}
 .two-col-wrapper-col.middle-padding-only:first-child {
     padding:0 1rem 0 0;
}
 .two-col-wrapper-col.middle-padding-only:last-child {
     padding:0 0 0 1rem;
}
 @media only screen and (max-width:900px) {
     .two-col-wrapper-col, .two-col-wrapper-col.middle-padding-only:first-child, .two-col-wrapper-col.middle-padding-only:last-child {
         padding:1rem 1rem;
    }
}
 @media only screen and (max-width:768px) {
     .two-col-wrapper-col, .two-col-wrapper-col.middle-padding-only:first-child, .two-col-wrapper-col.middle-padding-only:last-child {
         display:block;
         width:100%;
         padding:0.833333rem 1.666666rem;
    }
     .two-col-wrapper-col.middle-padding-only:first-child, .two-col-wrapper-col.middle-padding-only:last-child {
         padding:0;
    }
     .two-col-wrapper {
         margin:0 auto;
         padding:0;
    }
     .two-col-wrapper-col h3 {
         text-align:center;
    }
}
 @media only screen and (max-width:1000px) {
     .md-image-padding {
         padding:2rem 0;
    }
}
 @media only screen and (max-width:480px) {
     .md-image-padding {
         padding:1rem 0;
    }
}
/********* Why Drive an EV? *************/
 .why-drive-text {
     font-size:1.2em;
}
 .why-drive-text > p, .why-drive-text > ul li {
     margin:0 auto 1em;
}

p.faq-lead,
 .why-drive-text > p.lead {
	font-size: 28px;
    line-height: 1.3;
    font-weight: 300;
}

p.faq-lead {
	padding:30px 0 5px;
}

.why-drive-text > p.small {
    margin: 1.5rem auto 0;
    background: transparent;
    padding: 0;
}
 .why-drive-text > ul li {
     list-style:disc;
     margin-left:1.5em;
}
 .why-drive-text > h3 {
     font-size:1em;
     font-weight:bold;
}
 .why-drive-text sup {
     font-weight:bold;
     font-size:0.8em;
}


.fp-text p {
    font-size:20px;
    margin:20px 0;
}

.bg-full-width-mobile {
    margin:20px 0;
}

/** FRONT PAGE SLIDER */


#slider, #slider2, #slider3 {
    position: relative;
    overflow: hidden;
}

#slider ul, #slider2 ul ,#slider3 ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider ul li, #slider2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 560px;
  height: 292px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

#slider3 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 420px;
  height: 292px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.slide3_img {
    height:292px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.imageContainer {
    float: left;
    max-height:311px;
}

/* Carousel */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.purchase-or-lease h3 {
    margin:0 0 15px;
    font-size:28px;
    font-weight:bold;
}


.testimonial-faq {
    column-count: 2;
    column-gap: 1.5em;
    margin:40px 0 0;
}

.testimonial-faq li {
    border:1px solid #e5e5e5;
    border-bottom:2px solid #ddd;
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    padding:25px;
}

.testimonial-faq li h3 {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.testimonial-faq li p {
    margin-bottom:0
}

.about-us .bg-full-width {
     background-color:#f5f5f5;
     margin-bottom:50px;
}

form label {
    display:inline-block;
    font-weight:400 !important;
}

form * {
    font-weight:400;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.sub-logo {
    margin: 10px 0 0;
    max-width: 80% !important;
}

.mob-30 {
    margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.15;
}

h4 {
    font-size: 1.7rem;
}

.testimonial-faq li h3 {
    font-size: 23px;
}

.testimonial-faq {
    column-count: 1;
}

.evpower {
    padding: 0 !important;
}

.top-logo {
    max-width: 200px;
}

.wb-container {
    width: 100%;
    margin: auto 15px;
}

.wb-container .top-right img {
    max-width: calc(500px - 70px) !important;
    margin: 0;
}

.menu {
    position:relative;
}

.menu > a {
    position:absolute;
    top:-60px;
    right:0px;
	z-index:55;
}

.mobile-menu.wb-container {
    margin:15px 0;
    padding:20px;
}

.links li a {
    font-size: 14px;
}

.best .row {
    margin-left: -15px;
    margin-right: -15px;
}

}

@media only screen and (min-width: 250px) and (max-width: 550px) {

.front-page-slider-text {
    font-size: 14px;
    padding: 10px 15px;
	font-weight:400;
}

.contact-page .leader span {
    width: 100%;
}

.contact-page h1 {
    font-size: 30px;
    word-break: break-word;
}

.wb-container .top-right img {
    max-width: calc(90% - 70px) !important;
    margin: 0;
}

.fp-text p {
    font-size: 19px;
    letter-spacing: -1px;
}

}

@media only screen and (min-width: 551px) and (max-width: 767px) {

.front-page-slider-text {
    font-size: 21px;
    font-weight: 300;
    padding: 15px 15px;
}

.menu > a {
    right:0px;
}

.fp-text p {
    font-size: 27px;
}

.links li a {
    font-size: 13px;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.sub-logo {
    margin: 10px 0 0;
    max-width: 80% !important;
}

.four-square-row {
    width: 50%;
    float: left;
}

.contact-page h1 {
    font-size: 27px;
}

#container.about-us .left-col {
    width: 220px;
}

#container.about-us .right-col {
    width: calc(100% - 220px - 2rem);
}

.testimonial-faq li h3 {
    font-size: 23px;
}

.links li a {
    font-size: 14px;
}

.top-logo {
    max-width: 200px;
}

.wb-container {
    width: 100%;
    margin: auto 15px;
}

.wb-container .top-right img {
    max-width: calc(500px - 70px) !important;
    margin: 0;
}

.menu {
    position:relative;
}

.menu > a {
    position: absolute;
    top: -60px;
    right: 0px;
}

.mobile-menu.wb-container {
    margin:15px 0;
    padding:20px;
}

.wb-container [class*="col-"] {
    width:100%;
}

}


@media only screen and (min-width: 1001px) and (max-width: 1200px) {

.top-title {
    font-size: 11px;
}

.fp-container-screen {
	display:block !important;
}

}

.wrapper {
    padding: 0 15px !important;
}

.row {
    margin: 0 -15px;
}

.main__wrapper {
	overflow:hidden;
	width:100%;
	position:relative;
}

.container {
	max-width:1170px;
	width:100% !important;
}

.slick-slide img {
    display: block;
    height: auto;
    max-width: 100%;
}


@media only screen and (min-width: 250px) and (max-width: 12000px) {

html {
    overflow: hidden;
}

body {
    overflow-y:auto;
	
}

}

@media only screen and (min-width: 250px) and (max-width: 992px) {

.dropdown-content {
    display: block;
    position: relative;
    top: 0;
    background: transparent;
    min-width: 100%;
    box-shadow: none;
    z-index: 999999999;
    padding: 0 20px;
}

.title h2 small:last-child {
    display: block;
}

}


body .right-bar .form-sec .search-form {
    border:1px solid #e5e5e5;
    padding:20px 25px 25px;
    position:relative;
}

body .right-bar .form-sec .search-form span.screen-reader-text {
    font-weight:bold;
    margin-bottom:10px;
    display:table;
    width:100%
}

body .right-bar .form-sec .search-form label {
    width:100%;
}

body .right-bar .form-sec .search-form .search-field {
    width:calc(100% - 150px) !important;
    min-height:50px;
    border:1px solid #e5e5e5;
}

body .right-bar .form-sec .search-form input[type="submit"] {
    width:150px !important;
    min-height:50px;
    border:1px solid #25aae1;
    background:#25aae1;
    text-align:center;
    position:absolute;
    right:25px;
    bottom:30px;
    color:#fff;
    padding: 0 !important;
    font-family:Open Sans, sans-serif;
    font-size:15px;
    font-weight:bold;
	cursor:pointer;
}

body .right-bar .form-sec .search-form input[type="submit"]:hover {
	background:#1b87b4;
	border:1px solid #1b87b4;
}

.nav-links a span ,
.nav-links span span {
    display:none;
}

.nav-links a ,
.nav-links span {
    border:2px solid #ddd;
    color:#aaa;
    padding:8px 15px;
}

.nav-links a:hover ,
.nav-links span {
    border:2px solid #25aae1;
    color:#25aae1;
}

@media only screen and (min-width: 250px) and (max-width: 549px) {

.search-form input[type="submit"] {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
}

body .right-bar .form-sec .search-form .search-field {
    width: 100% !important;
    min-height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px !important;
    margin-bottom: 10px;
}

}

.pagination .screen-reader-text {
	display:none;
}

.not-found {
	text-align: center;
	padding: 70px 15px 100px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.not-found .screen-reader-text {
	display: none;
}

.not-found h1 {
	padding: 0
}

.not-found form {
	margin-top: 25px;
}

.not-found input[type=search] {
	border: 1px solid #b7b7b7;
	width: 250px;
	border-radius: 0px;
	box-shadow: none;
	height: 50px;
	padding: 0 30px;
	font-weight: 500;
	color: #010101;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 25px;
	background: transparent !important;
	position: relative;
	z-index: 44;
}

.not-found input[type=submit] {
	height:50px;
	min-width:100px;
	display: inline;
    width:150px !important;
    min-height:50px;
    border:1px solid #25aae1;
    background:#25aae1;
    text-align:center;
    color:#fff;
    padding: 0 !important;
    font-family:Open Sans, sans-serif;
    font-size:15px;
    font-weight:bold;
	cursor:pointer;
}

.not-found input[type=submit]:hover {
	background:#1b87b4;
	border:1px solid #1b87b4;
}

.not-found .widget {
	display:none;
}

.right-bar .brands h1 {
    line-height: 1.1;
    margin-bottom: 10px;
}

.spaced-paragraph-block h3 {
    margin-bottom:15px;
    font-size:28px;
}

#trimform [type="radio"]:checked,
#trimform [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}


#trimform [type="radio"]:checked + input + span,
#trimform [type="radio"]:not(:checked) + input + span,
#trimform [type="radio"]:checked + span,
#trimform [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

#trimform [type="radio"]:checked + input + span:before,
#trimform [type="radio"]:not(:checked) + input + span:before ,
#trimform [type="radio"]:checked + span:before,
#trimform [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

#trimform [type="radio"]:checked + input + span:after,
#trimform [type="radio"]:not(:checked) + input + span:after ,
#trimform [type="radio"]:checked + span:after,
#trimform [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2bb7f3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#trimform [type="radio"]:not(:checked) + input + span:after ,
#trimform [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#trimform [type="radio"]:checked + input + span:after ,
#trimform [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#trimform [type="checkbox"]:checked,
#trimform [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#trimform [type="checkbox"]:checked + input + span,
#trimform [type="checkbox"]:not(:checked) + input + span,
#trimform [type="checkbox"]:checked + span,
#trimform [type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

#trimform [type="checkbox"]:checked + input + span:before,
#trimform [type="checkbox"] + input + span:before ,
#trimform [type="checkbox"]:checked + span:before,
#trimform [type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}


#trimform [type="checkbox"]:checked + input + span:after,
#trimform [type="checkbox"]:not(:checked) + input + span:after,
#trimform [type="checkbox"]:checked + span:after,
#trimform [type="checkbox"]:not(:checked) + span:after {
    content: '\2713';
    width: 12px;
    height: 12px;
    color: #2bb7f3;
    position: absolute;
    top: -0.5px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight:bold;
}

#trimform [type="checkbox"]:not(:checked) + input + span:after ,
#trimform [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
}

#trimform [type="checkbox"]:checked + input + span:after {
    opacity: 1;
}

.lightbox {
    position: fixed !important;
}

.lightboxOverlay {
    width: 100% !important;
}

.single-img {
	border:2px  solid #cdced0;
	padding:40px;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.about-cars {
	margin:50px 0;
}

.about-cars > img {
	margin-bottom:20px;
}

.cars-list {
	margin-bottom:20px;
}
@media(max-width:600px){
  .cars-list img{
    width:100%;
    height:100%;
  }
  
  .cars-list ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  .cars-list li{
    flex: 50%;
    max-width: 50%;
  }
}

.cars-list ul {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  display: flex;
}
.accordion {
  width: 100%;
  margin-bottom:50px;
}

.accordion .question {
    cursor: pointer;
    display: block;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #c3c3c3;
    padding: 12px 15px;
    font-size: 16px;
    margin-top: 10px;
}

.accordion .answer {
    display: none;
    border: 1px solid #c3c3c3;
    padding: 20px;
    font-size: 16px;
    border-top: none;
}

ul.list {
	margin-bottom:30px;
	padding-left:20px;
}

ul.list li {
    list-style: disc;
    font-size: 16px;
}

.contact-ways {
    margin: 40px 0;
}

.contact-ways li {
    margin-bottom: 30px;
}

.contact-ways p {
}

.contact-item {
	background: #eeeeee;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding:10px 0;
}

.contact-item > div {
	padding: 20px;
}

.contact-item > div:first-child {
	font-size: 150px;
	font-weight: 800;
	padding: 0 30px;
}

.contact-item > div:nth-child(2) {
	width: 20%;
	text-align: center;
	font-size: 41px;
	line-height: 1;
}

.contact-item > div:nth-child(3) {
	width: 15%;
}

.contact-item > div:nth-child(4) {
	text-align: center;
	width: 50%;
}

.contact-item > div:nth-child(4) p{
	font-size: 20px;
}

.contact-item > div a:not(.bttn) {
    color: #000;
    font-size: 40px;
    font-weight: 800;
}

.contact-item > div a:not(.bttn):hover {
    color: #29A2DB;
}

.contact-item > div a.bttn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 5px 45px;
    display: inline-block;
    margin-top: -10px;
}

.contact-item > div a.bttn:hover {
    background: #29A2DB;
    color: #fff;
}

p.big {
	font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 10px 0;
	font-weight:300;
}	

@media screen and (max-width:767px) {
 
.h1-heading {
    font-size: 25px;
}

p.big {
    font-size: 25px;
}

.heading {
    font-size: 35px;
}

.spaced-paragraph-block h3 {
    font-size: 24px;
}

}

@media screen and (min-width:768px) and (max-width:991px) {

.contact-item > div:nth-child(2) {
    font-size: 26px;
    padding: 0;
}

.contact-item > div a:not(.bttn) {
    font-size: 30px;
}

.contact-item > div:nth-child(4) p {
    font-size: 16px;
}

.contact-item > div:nth-child(3) {
    width: 12%;
    padding: 0 10px;
}

.contact-item > div:first-child {
    font-size: 110px;
    padding: 0 15px;
}

.contact-item > div:nth-child(4) {
    width: 55%;
}

}

@media screen and (min-width:600px) and (max-width:767px) {

.contact-item > div:nth-child(2) {
    font-size: 26px;
    padding: 0;
}

.contact-item > div a:not(.bttn) {
    font-size: 30px;
}

.contact-item > div:nth-child(4) p {
    font-size: 16px;
}

.contact-item > div:nth-child(3) {
    width: 12%;
    padding: 0 10px;
}

.contact-item > div:first-child {
    font-size: 110px;
    padding: 0 15px;
}

.contact-item > div:nth-child(4) {
    width: 55%;
}

}

@media screen and (max-width:599px) {

.contact-item {
	display:block;
	flex-direction:inherit;
	align-center:inherit;
}

.contact-item > div {
    width: 100% !important;
    line-height: 1;
    text-align: center;
}

.contact-item > div:nth-child(2) {
    font-size: 26px;
}

.contact-item > div a:not(.bttn) {
    font-size: 30px;
}

.contact-item > div:nth-child(4) p {
    font-size: 16px;
}

.contact-item > div:first-child {
    font-size: 110px;
}

.cars-list ul {
    display: block;
}

.cars-list ul li {
	width:50%;
	float:left;
}
}

.t-item {
    margin-bottom:40px;
}

.t-item img {
    margin-bottom:25px;
}

.t-item p {
    font-size:17px;
    line-height:25px;
    min-height:100px;
}

#footer {
    background: #151515;
    padding: 50px 0 30px;
}

#footer h3 {
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-family: 'Helvetica 55 Roman', Arial;
	margin-bottom:40px;
}

#footer h3 a {
	color:#fff;
}

#footer ul li a {
	font-size:17px;
	color:#fff;
	line-height:24px;
	text-transform:uppercase;
}

#footer h3 a:hover,
#footer ul li a:hover {
	color:#099ede;
}

#footer ul li {
	margin-bottom:15px;
}

#footer [class*="col-"] {
	margin-bottom:35px;
}

#footer .col-sm-4:nth-child(2) {
    padding-left: 55px;
}

#footer .social a {
	margin-right:25px;
	background:#3aaee5;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:29px;
	line-height:55px;
	width:55px;
	border-radius:50%;
}

#footer .social a:hover {
	background:#359fd2;
	color:#fff;
}

#footer .btn-white {
	line-height:55px;
	padding:0 22px;
	color:#fa0404;
	font-size:17px;
}

#footer .btn-white:hover {
	background:#fd0101;
	color:#fff;
}

.copyright {
	color:#fff;
	font-size:15px;
	padding-top:10px;
}

@media only screen and (min-width: 250px) and (max-width: 991px) {

#footer ul li a {
    font-size: 14px;
}

#footer ul li {
    margin-bottom: 5px;
}

#footer h3 {
    font-size: 21px;
	margin-bottom:25px;
}

#footer ul li a {
    font-size: 12px;
}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

#footer [class*="col-"] {
    margin-bottom: 35px;
    padding: 0 15px !important;
    text-align: left !important;
}

}

.btn-white {
	background:#ffffff;
	font-size:19px;
	line-height:55px;
	font-family: 'Helvetica Neue Medium', Arial;
	color:#030506;
	/* padding: 0 38px; */
	display:inline-block;
    text-transform: uppercase;
	margin:0 auto;
}

.btn-white:hover {
    background: #099ede;
    color: #fff;
}


#header {
    background: #eeeeee;
    height: 126px;
    padding-top: 39px;
    display: block;
    margin: 0;
}

.header__link {
	background:#080101;
	font-size:17px;
	line-height:48px;
	font-family: 'Helvetica Neue Medium', Arial;
	color:#fd0101;
	padding: 0 12px;
	display:inline-block;
    text-transform: uppercase;
}

.header__link:hover {
	background:#fd0101;
	color:#fff;
}

.hamburger  {
	width:70px;
	cursor:pointer;
}

.hamburger span {
    background: #231f20;
    height: 8px;
    width: 70px;
    margin: 0 0 10px;
    border-radius: 10px;
    display: table;
	transition:0.3s;
}

.hamburger:hover span {
    background: #4cb4e7;
	transition:0.3s;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 350px;
    margin: 0 auto;
    top: 39px;
}

.mob-menu {
    position: fixed;
    width: 100%;
    max-width: 400px;
    background: #fff;
    top: 0;
	right:-450px;
    z-index: 555;
    padding: 65px 40px 40px;
    height: 100vh;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
	transition:.4s;
}

body.act .mob-menu {
	right:0;
	transition:.4s;
}
.menu-row{
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
  max-height:92%;
}
.menu-row li {
    margin-bottom: 15px;
}

.menu-row li a {
	color:#030406;
}

.menu-row li a:hover {
    color: #4cb4e7;
}

.menu-row > li ul {
    padding-left: 15px;
    padding-top: 15px;
}

.mm-close {
    position: fixed;
    top: 0;
    right: -150px;
    padding: 15px;
    font-size: 25px;
    opacity: 0.3;
	cursor:pointer;
	transition:.3s;
}	

body.act .mm-close {
    right: 0px;
	transition:.3s;
	}

.mm-close:hover {
    opacity: 0.5;
	transition:.3s;
}	

.menu-row .menu-item-last a {
	color: #fd0101;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

p.faq-lead, .why-drive-text > p.lead {
    font-size: 22px;
}

}


@media only screen and (min-width: 992px) and (max-width: 1100px) {

#footer h3 {
    font-size: 26px;
}

}

@media only screen and (min-width: 250px) and (max-width: 991px) {

#header .logo {
    max-width: 145px;
    left: 15px;
    right: auto;
}

.hamburger span {
    height: 4px;
    width: 30px;
    margin: 0 0 6px;
}

.hamburger {
    width: 30px;
}

.header__link {
    font-size: 12px;
    line-height: 39px;
    padding: 0 8px;
	position:absolute;
    top: 12px;
    right: 57px;
}

#header {
    height: 64px;
    padding-top: 20px;
}

.logo {
    top: 22px;
}


}
.step-instructions{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:30px;
}
@media(max-width:889px){
  .step-instructions{
    padding:0 5%;
  }
}
.step-instructions h2{
	margin-right:40px !important;
}
.step-instructions li{
    list-style-type: disc;
    text-transform: uppercase;
    line-height:1.4rem;
}

.compare-title {
    overflow: hidden;
    text-align: center;
    font-size:50px;
    font-weight:300;
}
@media(max-width:450px){
  .compare-title {
      font-size:36px;
  }
}
.compare-title:before,
.compare-title:after {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    content: "";
    display: inline-block;
    height: .14em;
    position: relative;
    vertical-align: middle;
    width: 10%;
    margin-bottom: .15em;
}
.compare-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.compare-title:after {
    left: 0.5em;
    margin-right: -50%;
}
.top-slogan img{
  max-height:36px;
  max-width:96%;
  margin-right:0;
  width:auto;
  margin-bottom:10px
}
.ftbd-dealer img{
  max-height:100px;
  width:auto;
}
.step-icon{
  max-width: 32px;
  margin: 0 !important;
}
#formStep3 .agreement li, #formStep3 #main label, #formStep3 #main input, #formStep3 #main textarea{
 font-size:18px !important;
}
#formStep3 .agreement li{
  font-size:18px !important;
 }
.ftbd-df input:disabled:checked{
  outline:2px solid #ED2A26;
}
.ftbd-df .row{
  margin:0 !important;
}
.ftbd-3 #agree{
  margin-right: 5px;
  margin-top: 8px;
}
.ftbd-3 .already_received{
  width:100%;
}
@media(max-width:480px){
  .contactemail{
    font-size:24px !important;
  }
  .vehicle-btns{
    text-align: center;
  }
}
.tool-tip{
  width:100%;
}
.tooltiptext1{
  width:auto;
  max-width:260px;
  left:10% !important;
  padding:10px;
}
.neocharge{
  margin-top:20px;
  margin-bottom:20px;
}
.neocharge hr{
  width:20%;
  height:2px;
  margin-bottom:2.5em;
  margin-top:2.5em;
}
.select-car .collection li small{
  position:relative;
  }
  .select-car .collection li .cooming-soon {
  position:absolute;
  margin:0 !important;
  left:50%;
  transform: translateX(-50%);
  width:90%;
  font-weight:300;
  color:#888 !important;
  display:none;
  }
  .select-car .collection li .smlspan {
  margin:0 !important;
  }