
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'AvenirLTlight', sans-serif;
    color: #444444;
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'AvenirLTlight', sans-serif;
font-style: normal;
font-weight: 400;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #001629;
background: -moz-linear-gradient(top, #001629 0%, #000959 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #001629), color-stop(100%, #000959));
background: -webkit-linear-gradient(top, #001629 0%, #000959 100%);
background: -o-linear-gradient(top, #001629 0%, #000959 100%);
background: -ms-linear-gradient(top, #001629 0%, #000959 100%);
background: linear-gradient(to bottom, #001629 0%, #000959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001629', endColorstr='#000959', GradientType=0 );
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

.no-mobile{display:block;}
.no-desktop{display:none;}
@media screen and (max-width:600px){
  .no-mobile{display:none;}
  .no-desktop{display:block;}
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #001629;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:#000959;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;background-color: #fff;
}

#header.header-scrolled, #header.header-inner-pages {
  background:#fff;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.get-started-btn:hover {
  background: #31a9e1;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  /* color: #fff; */
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #02848A;
}


.section-title p {
  margin-bottom: 0;font-size: 18px;
}
.button{color:#fff;font-size: 16px;padding: 12px 30px; border-radius: 40px;margin-top:  0px;display: inline-block; background: #ef3b4a; width: 230px !important;text-align: center;
    height: 50px;
  background: -moz-linear-gradient(top, #ef3b4a 0%, #fc4570 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ef3b4a), color-stop(100%, #fc4570));
  background: -webkit-linear-gradient(top, #ef3b4a 0%, #fc4570 100%);
  background: -o-linear-gradient(top, #ef3b4a 0%, #fc4570 100%);
  background: -ms-linear-gradient(top, #ef3b4a 0%, #fc4570 100%);
  background: linear-gradient(to bottom, #ef3b4a 0%, #fc4570 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3b4a', endColorstr='#fc4570', GradientType=0 );}

  .button:hover{color:#fff;
    background: #fc4570;
    background: -moz-linear-gradient(top, #fc4570 0%, #ef3b4a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fc4570), color-stop(100%, #ef3b4a));
    background: -webkit-linear-gradient(top, #fc4570 0%, #ef3b4a 100%);
    background: -o-linear-gradient(top, #fc4570 0%, #ef3b4a 100%);
    background: -ms-linear-gradient(top, #fc4570 0%, #ef3b4a 100%);
    background: linear-gradient(to bottom, #fc4570 0%, #ef3b4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4570', endColorstr='#ef3b4a', GradientType=0 );}
    
/* @media screen and (max-width:759px){
  .catche-img {width: 100%;}
  .catche-input {width: 100%;margin-left: 0;margin-top: 15px;}
  .footer-logo {max-width: 100%;margin: 20px 0;}

}
@media screen and (min-width:760px) and (max-width:949px) {
  .contact .col-lg-6{width:50%}
  .footer-logo {max-width: 100%;}
  .contact .info p {padding: 0px 0 15px 35px;margin-bottom: 15px;font-size: 14px;}
  .contact .email-form p{font-size: 12px;}
  .catche-img, .catche-input {width: 140px;}
} */

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*==== New Css ====*/
div#fullpage {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  height: auto;
}
/* .section nav.navbar .container1 {
  width: 100%;
  max-width: 1280px;
} */
ul#menu {
  flex-direction: inherit;
  /* float: left !important; */
}
/*footer .footer-block .container1 {
  max-width: 1276px;
  margin: 0px auto;
}*/
section#hero {
  padding-top: 0px;
}
.no_desktop {
  display: none;
}

/*==== Common Media Queries for New Pages ====*/

/* @media screen and (min-width:1681px) and (max-width:1920px) {
.xemplar_drive_family .hero-img_mobile {
  margin-right: -127px;
  margin-top: 212px;
}


.xemplar_stack .stack {
  margin: 500px 0 0px;
}
.xemplar_stack .hero-img img {
  margin-top: 204px;
  max-width: 700px;
  margin-left: -82px;
}




} */
/* 
@media screen and (min-width:1441px) and (max-width:1680px) {
.xemplar_drive_family .hero-img_mobile {
  margin-right: -85px;
  margin-top: 120px;
}

.xemplar_stack .stack {
  margin: 385px 0 0px;
}
.xemplar_stack .hero-img img {
  margin-top: 63px;
  margin-left: -100px;
  max-width: 710px;
}


} */

/* @media screen and (min-width:1441px) and (max-width:1920px) {
.xemplar_auto .hero-img {
  top: 174px;
}
.xemplar_auto .banner-content-2 {
  margin: 225px 160px 0 0;
}
.xemplar_auto .brochure-block {
  margin-top: 170px;
}
.xemplar_auto #hero .container {
  padding-top: 0;
}
.xemplar_auto .banner-content-1 {
  margin-top: 100px;
}


} */

@media screen and (min-width:992px) and (max-width:1199px) { 
.xemplar_auto .banner-content-2 p {
  font-size: 16px;
}
.xemplar_auto .banner-content-2 {
  margin: 75px 120px 0 0;
}



.xemplar_drive_family .hero-img_mobile {
  margin-top: 35px;
  margin-right: 0px;
}

/* .xemplar_stack .hero-img img {
  margin-top: 46px;
  margin-left: -30px;
}
.xemplar_stack #hero h1 {
  font-size: 28px;
}
.xemplar_stack .banner-content-3 p {
  font-size: 16px;
  max-width: 470px;
} */




}

@media screen and (max-width:991px) {
.xemplar_engage .brochure .img-holder {
  max-width: 250px;
  text-align: center;
  float: none;
  margin: 30px auto;
}
.xemplar_engage .insurar h2 {
  font-size: 26px;
}
.xemplar_engage .insurar h2 span {
  font-size: 24px;
}
.xemplar_engage .section-title h2 {
  font-size: 26px;
}
.xemplar_engage .about .content h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.xemplar_engage .about .content p {
  font-size: 16px;
}
.xemplar_engage .section-title p {
  font-size: 16px;
}


.xemplar_stack #hero h1 {
  font-size: 28px;
}

}
@media screen and (min-width:768px) and (max-width:991px) { 
.xemplar_auto .navbar-right {
  margin-top: 0px;
  padding-top: 20px;
}
.xemplar_auto .banner-content-2 {
  margin: 100px 0px 50px 0;
  text-align: left;
  float: left;
  max-width: 390px;
}
.xemplar_auto .banner-content-2 p {
  font-size: 16px;
}
.xemplar_auto #hero h1 {
  text-align: left;
}

/*.xemplar_auto .hero-img {
  position: absolute;
  top: 180px;
  right: -5px;
  max-width: 40%;
}*/
.xemplar_auto .hero-img {
  position: absolute;
  top: 20px;
  right: -5px;
  max-width: 40%;
}
.xemplar_auto  #hero .container {
        padding-top: 10px;
        position: relative;
    }
.xemplar_auto .brochure-block p {
  margin: 40px 0 0 20px;
}
.xemplar_auto .Four-blocks .col-lg-3 p {
  font-size: 14px;
}


/* .xemplar_drive_family #hero h1 {
  text-align: left;
  font-size: 23px;
} */
.xemplar_drive_family .banner-content {
  margin-top: -25px;
}
.xemplar_drive_family #hero .container {
  padding-top: 20px;
}

/* .xemplar_drive_family .banner-content p {
  font-size: 16px;
  width: 62%;
} */
.xemplar_drive_family .request_demo {
  float: left;
}
/*.xemplar_drive_family .green-box {
  width: 140px;
  padding: 25px;
}
 .xemplar_drive_family .behavior-content {
  width: calc(100% - 140px);
} */
/* .xemplar_drive_family p.behavior-title {
  font-size: 18px;
  line-height: 22px;
} */




.xemplar_stack .stack {
  margin: 55px 0 0px 0px;
  text-align: center;
  float: none;
}
.xemplar_stack .stack img {
  max-width: 400px;
}
.xemplar_stack .banner-content-3 {
  margin-right: 0px;
  float: none;
}
.xemplar_stack .banner-content-3 p {
  font-size: 16px;
  text-align: center;
  max-width: 55%;
  margin: auto;
}



}

@media screen and (max-width:768px) {

.xemplar_stack .banner-content-3 {
  margin-bottom: 50px;
}
.xemplar_stack .banner-content-3 p {
  text-align: center;
  max-width: 85%;
  margin: 0px auto;
}
.xemplar_stack .stack h2 {
  color: #fff;
}



}

@media screen and (min-width:576px) and (max-width:767px) { 

.banner-content-1 {
  margin-top: -30px;
}
.xemplar_auto #hero h1 {
  line-height: 30px;
}
.xemplar_auto .banner-content-2 {
  margin: 45px 0px 50px 0;
  text-align: left;
  float: left;
  max-width: 390px;
}
.xemplar_auto .hero-img {
  max-width: 45%;
}
.xemplar_auto .banner-content-2 p {
  font-size: 14px;
}
.xemplar_auto .brochure-block p {
  margin: 60px 0 0 20px;
  font-size: 14px;
}
.xemplar_auto .Four-blocks .col-lg-3 p {
  padding: 20px 10px;
  top: 50%;
  font-size: 14px;
}
.xemplar_auto #features {
  padding: 0;
  padding-bottom: 30px;
}
.xemplar_auto .features h2 {
  font-size: 26px;
}
.xemplar_auto .features ul li {
  font-size: 14px;
}



.xemplar_drive_family #main {
  background: url(../png/header-bg-mobile.png) no-repeat;
  background-size: 100%;
}
.xemplar_drive_family section#hero {
  padding-bottom: 60px;
}
.xemplar_drive_family #hero .col-lg-8 {
  width: 100%;
}
.xemplar_drive_family #hero h1 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}
.xemplar_drive_family .banner-content p {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.xemplar_drive_family .banner-content {
  margin-top: 0px;
}
.xemplar_drive_family #hero .container {
  padding-top: 20px;
}
.xemplar_drive_family .Four-blocks {
  padding: 30px 0;
  margin-top: 500px;
}

.xemplar_drive_family .request_demo {
  float: none;
  text-align: center;
}
.xemplar_drive_family .green-box {
  width: 140px;
  padding: 25px;
}
.xemplar_drive_family .behavior-content {
  width: calc(100% - 140px);
}
.xemplar_drive_family p.behavior-title {
  font-size: 18px;
  line-height: 22px;
}
.xemplar_drive_family .limited-time-content {
  padding: 30px;
}
.xemplar_drive_family .limited-time .container {
  background-size: 100% 100%;
}
.xemplar_drive_family .How-it-works ul li {
  font-size: 14px;
}


}


@media screen and (max-width:640px) {
.banner-content-1 {
  margin-top: 30px;
}
.xemplar_auto .banner-content-2 {
  max-width: 100%;
}
.xemplar_auto .banner-content-2 p {
  font-size: 16px;
  text-align: center;
  color:#000000;
}
/*.xemplar_auto .hero-img {
  right: -83px;
  max-width: 65%;
}*/
.xemplar_auto .brochure-block p {
  margin: 35px 0 50px 0px;
  font-size: 14px;
  color: #fff;
}


.xemplar_drive_family .Four-blocks {
  padding: 30px 0;
  margin-top: 240px;
}



}

@media screen and (min-width:376px) and (max-width:575px) { 
.xemplar_auto .Four-blocks .col-lg-3 {
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
}
.xemplar_auto .Four-blocks .col-lg-3 img.img-fluid {
  max-width: 100%;
}
.xemplar_auto .Four-blocks .col-lg-3 p {
  left: 0;
  padding: 20px 30px;
  width: 100%;
  margin: auto;
}
.xemplar_auto .features h2 {
  font-size: 24px;
}

.xemplar_auto .banner-content-2 {
  /*margin: 50px 0px 30px;*/
  margin:0px 0px 30px;
}
.xemplar_auto .brochure-block p {
  margin: 35px;
  color: #000;
}
.xemplar_auto #features {
  padding: 0;
  padding-bottom: 30px;
}

.xemplar_engage .services .box {
  padding-bottom: 0px;
  padding-top: 0px;
}
.xemplar_engage .services ul {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.xemplar_drive_family .Four-blocks {
  margin-top: 260px;
}




.xemplar_stack .stack h2 {
  color: #000;
}
.xemplar_stack .stack {
  margin: 15px auto 0px;
}


}

@media screen and (max-width:480px) {

.xemplar_drive_family .Four-blocks {
  margin-top: 175px;
}


}

@media screen and (max-width:425px) {

.xemplar_drive_family .Four-blocks h2 {
  width: 100%;
}
.xemplar_drive_family .Four-blocks {
  margin-top: 40px;
}


}



@media screen and (max-width:375px) {
.xemplar_auto #hero h1 {
  font-size: 24px;
  line-height: 30px;
}
.xemplar_auto .banner-content-1 p {
  font-size: 14px;
}
.xemplar_auto .button {
  /*font-size: 16px;*/
  /*padding: 7px 25px;*/
  color: #fff;
    font-size: 14px;
    padding: 0px;
    width: 185px !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.xemplar_auto .banner-content-1 {
  margin-top: 0px;
}
.xemplar_auto .hero-img {
  /*right: -36px;*/
  max-width: 80%;
  top: 30px;
}
.xemplar_auto .hero-img img {
  /*margin-top: 30px;*/
  margin-left: 0px;
}
.xemplar_auto .banner-content-2 {
  margin: 8px 0px 30px;
}
.xemplar_auto .banner-content-2 p {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.xemplar_auto .Four-blocks .col-lg-3 {
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
}
.xemplar_auto .Four-blocks .col-lg-3 img.img-fluid {
  max-width: 100%;
}
.xemplar_auto .Four-blocks .col-lg-3 p {
  left: 0;
  padding: 20px 30px;
  width: 100%;
  margin: auto;
}
.xemplar_auto .features h2 {
  font-size: 24px;
}
.xemplar_auto .brochure-block p {
  margin: 35px;
  color: #000;
}
.xemplar_auto #features {
  padding: 0;
  padding-bottom: 30px;
}
.xemplar_auto .features .box img {
  width: 60px;
  margin-bottom: 20px;
  float: left;
}
.xemplar_auto .features .box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  padding-left: 15px;
  float: right;
  width: calc(100% - 65px);
}
.xemplar_auto .features .box ul {
  padding-left: 15px;
}
.xemplar_auto .features ul li {
  font-size: 14px;
}


.xemplar_engage #hero h1 {
  font-size: 24px;
  line-height: 36px;
}
.xemplar_engage .insurar h2 {
  font-size: 20px;
}
.xemplar_engage .insurar h2 span {
  font-size: 19px;
}
.xemplar_engage .section-title h2 {
  font-size: 21px;
}
.xemplar_engage .about .content h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
.xemplar_engage .banner-content p {
  font-size: 16px;
}
.xemplar_engage .button {
  font-size: 14px;
  padding: 8px 25px;
}
.xemplar_engage .services .box {
  padding-bottom: 0px;
  padding-top: 0px;
}
.xemplar_engage .services ul {
  margin-bottom: 0;
  padding-bottom: 0px;
}




.xemplar_drive_family .Four-blocks {
  margin-top: 260px;
}
.xemplar_drive_family .Four-blocks h2 {
  font-size: 18px;
  width: 90%;
  line-height: 26px;
}

.xemplar_drive_family .Four-blocks {
  margin-top: 20px;
}
.xemplar_drive_family .Four-blocks h2 {
  font-size: 18px;
  width: 90%;
  line-height: 26px;
}

.xemplar_drive_family .banner-content p {
  width: 90%;
  margin: auto;
}

.xemplar_drive_family .banner-content {
  padding-top: 0px;
}
.xemplar_drive_family #hero h1 {
  font-size:20px;
  line-height: 30px;
}

.xemplar_drive_family .button {
  color: #fff;
    font-size: 14px;
    padding: 0px;
    width: 185px !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
}



.xemplar_stack .stack h2 {
  color: #000;
}
.xemplar_stack #hero .container {
  padding-top: 25px;
}
.xemplar_stack .stack {
  margin: 15px auto 0px;
}


  
}


@media screen and (max-width:320px) {
.xemplar_auto .banner-content-2 {
  margin: 55px 0px 30px;
}

.xemplar_engage .banner-points p {
  font-size: 12px;
}


.xemplar_drive_family #hero .container {
  padding-top: 15px;
}
.xemplar_drive_family #hero h1 {
  font-size: 20px;
  line-height: 26px;
}



}

@media screen and (min-width:1400px){
  /*.button {font-size: 25px;padding: 10px 50px;}*/
    .section-title p {font-size: 24px; line-height: 34px;}
    .requestcenter
    {
    margin-left:42px!important;
    }
    .requestcenterfleet
    {
    margin-left:42px!important;
    }
    .requestcenterdrive
    {
    margin-left:42px!important;
    }
    .requestcenterfamily
    {
    margin-left:0px !important;
    margin-bottom:10px;
    margin-top:7px;
    }
}

@media screen and (max-width:420px)
{
    .requestcenter
    {
    margin-left:0px!important;
    }
    .requestcenterfleet
    {
    margin-left:0px!important;
    }
    .requestcenterdrive
    {
    margin-left:0px!important;
    }
    .requestcenterfamily
    {
    margin-left:0px!important;
    }
}

.requestcenter
{
    margin-left:38px;
}
.requestcenterfleet
{
    margin-left:38px;
}
.requestcenterdrive
{
    margin-left:38px;
}
.requestcenterfamily
{
    margin-left:38px;
}
