
.xemplar_drive_family {background-color:#eee;}
#main{background: url(../images/drive/header-bg.png) center -100px no-repeat; background-size: 100%;}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {width: 100%;padding-bottom:0;overflow: initial;}
#hero .container {padding-top: 50px;position: relative;}
#hero h1 {margin: 0 0 10px 0;font-size: 32px;line-height: 56px;  color: #fff;text-transform: uppercase;}
.banner-content{  float: left; position: relative;}
.banner-content p{font-size: 18px;color:#F5FCC4;text-align:left;width:62%;}
.hero-img{position: relative;}
.hero-img p{background: url(../images/drive/sticker.png) 0 0 no-repeat;position: absolute;bottom: -60px;right: 30%;
  color: #000;font-size: 20px;text-align: center;line-height: 20px;width: 135px;height: 135px;padding-top: 35px;}
.hero-img p span{font-size: 16px;}
.hero-img img{    margin:15px -22% 0 0;float: right;max-width: 290px;}

.banner-content-2{margin: 125px 160px 0 0;text-align: right; float: right;max-width: 320px;}
.banner-content-2 p{color:#fff;font-size: 18px;}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {text-align: center;}
  #hero .animated {-webkit-animation: none;animation: none;}
}

@media (max-width: 700px) {
  #hero .container{    padding-top: 30px;}
  #hero h1 {font-size: 28px;line-height: 36px;}  
  #hero h2 {margin-bottom: 10px;}
  .banner-content p {font-size: 16px;text-align: center;margin-right: 0px;width: 100%;}
  .banner-content { margin-top: 0px;}
  .banner-content-2 {margin: 10px 0;text-align: center;float: right;max-width: 100%;}
  #main{background: url(../images/drive/header-bg-mobile.png) no-repeat;background-size: 100%;}
  .hero-img{float: right; width: 40%;margin-left: 55%;padding: 0; margin-top: 40px;}
  .hero-img img{max-width:100%;margin: 20px -10px 0 0;}
  .hero-img p {width: 90px;bottom: -35px;left: -25px;font-size: 14px;line-height: 12px;height: 90px;
    font-weight: bold; background-size: 100%;}
  .hero-img p span {font-size: 9px;}
}
@media screen and (min-width:760px) and (max-width:949px) {
  #main {background-position: center -40px ;background-size: 990px;}
  .banner-content {margin-top: 0px;width: 100%;text-align: left;}
  #hero h1 {font-size: 22px;line-height: 22px;}
  #hero .col-lg-8{width: 66%;}
  .banner-content p {font-size: 14px;width: 80%}
  .hero-img {width:27%;}
  .hero-img img {    max-width: 100%;margin-top: 7px;margin-right: -36%;}
  .hero-img p {bottom: -26px;right: 70px;font-size: 14px;line-height: 12px;font-weight: bold;width: 90px;height: 90px;background-size: 100%;}
  .hero-img p span {font-size: 9px;}
}
@media screen and (min-width:950px) and (max-width:1050px) {
  .banner-content {margin-top: 0px;}
  #hero h1 {font-size: 28px;line-height: 30px;}
  .hero-img img {margin: 10px 0 0 0;max-width: 75%;}
  .banner-content p {width: 70%;}
  .hero-img p {bottom: 40px;right: 27px;line-height: 14px;}
  .hero-img p span {font-size: 13px;}

}

.Four-blocks{padding: 30px 0;}
.Four-blocks .container{    background: url(../images/drive/circles.png) center  60px no-repeat;
  background-size: 60%;  padding-bottom: 100px;}
.Four-blocks h2{font-size: 32px; color:#080843;margin-bottom:60px;}
.behavior-block{margin-bottom: 30px;float: left;}
.green-box{width: 40%;padding: 9%;border-radius: 15px;text-align: center;float: left;
  background: #8bc53f;
  background: -moz-linear-gradient(top, #8bc53f 0%, #529505 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8bc53f), color-stop(100%, #529505));
  background: -webkit-linear-gradient(top, #8bc53f 0%, #529505 100%);
  background: -o-linear-gradient(top, #8bc53f 0%, #529505 100%);
  background: -ms-linear-gradient(top, #8bc53f 0%, #529505 100%);
  background: linear-gradient(to bottom, #8bc53f 0%, #529505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc53f', endColorstr='#529505', GradientType=0 );}
/* .green-box img{height: 70px;} */
.behavior-content{width: 57%;padding:0 20px;float: left;}
.behavior-content p{font-size: 14px;width: 80%;}
p.behavior-title{color:#529505;font-size: 20px;/*width:100%;*/margin-top: 10px;}
.left-section{padding-top:50px}
.left-section .green-box{float:right}
.left-section .behavior-content{text-align: left;float: right;}
.left-section .behavior-content p{float:right;}


@media (max-width: 700px) {
  .Four-blocks {padding: 20px 0;}
  .Four-blocks .container{background-image: none;}
  .Four-blocks h2 {margin-bottom:30px;font-size: 24px;width: 60%;}
  .behavior-block {margin-bottom: 10px;}
  .left-section {padding-top: 0;}
  .green-box {width: 100px;padding: 25px;}
.green-box img {height: 50px;}
.behavior-content {width: calc(100% - 100px);padding: 0 0 0 10px;}
.left-section .green-box {float: left;}
.left-section .behavior-content {text-align: left;}
.behavior-content p {float: left;width: 100%;}
p.behavior-title {margin-bottom: 0; font-weight: 700;font-size: 18px;}


}

@media screen and (min-width:760px) and (max-width:949px) {
  .Four-blocks .col-lg-6{width:50%;}
  .green-box {width: 33%;}
  .green-box img {height: 50px;}
  .behavior-content {width: 66%;padding: 0 12px;}
  .behavior-content p {line-height: 14px;font-size: 10px; width: 100%;}
  p.behavior-title {font-size: 16px;margin-bottom: 5px;}
  .left-section {padding-top: 30px;}

}
@media screen and (min-width:950px) and (max-width:1050px) {


}


/*--------------------------------------------------------------
# How-it-works
--------------------------------------------------------------*/
.How-it-works{padding:20px 0}
.How-it-works p{text-align: center;font-size: 20px;}
.How-it-works h2{font-size: 32px;text-align: center;margin:20px 0 10px;color:#1D404B;text-transform: uppercase;}
.How-it-works .box{background-color: #fff;border-radius: 30px;padding:0px; border:1px solid #E8DBEF;margin-bottom:30px;
box-shadow:0px 6px 6px rgba(0,0,0, 0.1);margin-top: 130px;min-height: 610px;}
.How-it-works .box .header-block{background-color: #8BC53F;min-height:100px;height:100px;text-align: center;border-radius: 30px 30px 0 0;position: relative;}
.How-it-works .box img{ width: 62%;position: absolute;bottom: 0;left:18%;}
.How-it-works .box.mobile-app img{width: 24.5%; left: 37.25%;}
.How-it-works .box h3{font-size: 24px;margin: 25px 0;color:#1D404B;text-transform: uppercase;width: 100%;text-align: center;}
.How-it-works .box p{text-align: center;padding: 0 30px;font-size: 16px;}
.How-it-works .box ul{list-style: none;clear:both;margin: 20px; padding:0 30px; }
.How-it-works ul li {padding: 0px 0 15px 30px;position: relative;font-size: 16px;}
.How-it-works .bx {position: absolute;top: 0;left: 0;background-color: #8BC53F;color: #fff;border-radius: 10px;}

 
@media (max-width: 700px) {
  #How-it-works{padding:0;}
  .How-it-works .box ul {margin: 20px 0; padding: 0 20px;}
}
@media screen and (min-width:760px) and (max-width:949px) {
  .How-it-works .col-lg-6{width:50%}

}

/*--------------------------------------------------------------
# limited-time
--------------------------------------------------------------*/

.limited-time{padding:0;background: url(../images/drive/white-curve.png) bottom center no-repeat;background-size: 100%;}
.limited-time .container{background: url(../images/drive/limited-time.png) 0 0 no-repeat;
  background-size: 100%;  min-height: 370px;}
.limited-time-content{padding:60px;color:#000;}
.limited-time-content h2{font-size: 32px; text-transform: uppercase;color:#000000;}
.limited-time-content ul{list-style: none;margin:20px 0;padding:0}
.limited-time-content ul li{margin-bottom:10px;font-size: 16px;}
.limited-time-content ul .bx {background-color: #000;color: #fff;border-radius: 10px;margin-right:15px;}
.limited-time-content .button{margin-left:30px;}

@media screen and (min-width:760px) and (max-width:949px) {
  .limited-time .container {min-height: 30px;}
  .limited-time-content {padding: 30px 0 0 30px; color: #000; width: 60%;}
.limited-time-content h2 {font-size: 20px;}
.limited-time-content ul {margin: 10px 0;}
}
@media screen and (min-width:950px) and (max-width:1050px) {
  .limited-time-content {padding: 40px 0 20px 40px;}
  .limited-time .container {min-height: 0px;}

}
/*--------------------------------------------------------------
# We are united
--------------------------------------------------------------*/

.We-are-united{background:#fff url(../images/drive/family-car.png) left bottom no-repeat;background-size: 60%;}
.We-are-united-content{text-align: right;}
.We-are-united-content h2{font-size: 32px;text-transform: uppercase;color:#529505;padding:40px 0;}

@media (max-width: 700px) {
.We-are-united { background-size: 100%;padding: 0 0 140px;}
.We-are-united-content h2 {padding: 0;font-size: 24px;}
}
@media screen and (min-width:760px) and (max-width:949px) {
  .We-are-united {padding: 30px 0;}
  .We-are-united .col-lg-7, .We-are-united .col-lg-5{width: 50%;}
  .We-are-united-content h2 {padding: 40px 0 0;font-size: 16px;}
}


/*--------------------------------------------------------------
# big screen styles
--------------------------------------------------------------*/

@media (min-width:1440px){


  .container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1280px; }
  #main {background-size: 1920px;}
  .hero-img img {margin-top: 25px}
  #hero h1 {font-size: 40px;}
  .banner-content p {font-size: 24px;width: 65%;}
  .hero-img p {font-size: 29px;line-height: 24px;    padding-top: 44px;}
  .hero-img p span { font-size: 18px;}
  .Four-blocks h2 {font-size: 40px;}
  p.behavior-title {font-size: 30px;line-height: 36px;}
  .behavior-content p {font-size: 20px;line-height: 26px;}
  .green-box {height: 240px;width: 240px;}
  p.behavior-title {margin-top: 15px;}
  .How-it-works h2 {font-size: 40px;}
  .How-it-works p {font-size: 30px;}
  .How-it-works .box .header-block {height: 160px;}
  .How-it-works .box{margin-top: 170px;min-height: 1030px;}  
  .How-it-works .box h3 {font-size: 30px; margin: 30px 0;}
  .How-it-works .box p {padding: 0 60px;font-size: 24px;line-height: 34px;}
  .How-it-works ul li {font-size: 24px;padding: 0px 0 20px 40px;}
  .How-it-works .bx {top: 5px;border-radius: 12px;}
  .limited-time-content h2 {font-size: 40px;}
  .limited-time-content ul li {font-size: 28px;}
  .limited-time-content ul .bx {border-radius: 14px}
  .limited-time-content p {font-size: 24px;}
  .We-are-united-content h2 {font-size: 40px;}
  .We-are-united-content p{ font-size: 24px;}
}

@media (min-width:1200px) and (max-width:1439px){
  #hero .container {padding-top: 30px;}
  #main {background-position: center -60px;background-size: 1440px;}
  .banner-content {padding-top: 0px;}
  #hero h1 {font-size: 36px;}
  .banner-content p {font-size: 20px;line-height: 28px;}
  .hero-img img {margin: 10px -1% 0 0;max-width: 230px;}
  .hero-img p {bottom: -60px;right: 43%;background-size: 100%;font-size: 22px;width: 120px;height: 120px;padding-top:40px;}
  p.behavior-title {line-height: 20px;}
  .How-it-works .box{margin-top: 170px;}

}

@media (min-width:992px) and (max-width:1199px){
  #main {background-position:center -40px;background-size: 1200px;}
  #hero .container {padding-top: 20px;}
  .banner-content p {width: 70%;line-height: 27px;}
  .xemplar_drive_family .hero-img_mobile {margin-top: 0px!important;}
  .xemplar_drive_family .hero-img img {max-width: 69%!important;}
  p.behavior-title {line-height: 18px;}
  .behavior-content p {width: 100%;line-height: 18px;}
  .Four-blocks .container {padding-bottom: 20px;}
  .hero-img p {bottom: -42px;right: 49%;line-height: 14px;width: 90px;height: 90px;background-size: 100%;}


}