/*****************************************
// .General
// .General Booststrap
// .Container
// .Typography
// .Buttons
// .Position
// .Navbar
// .Hero Static
// .Title and Subtitle
// .Section Feature
// .Section Call
// .Section Estimate
// .Form (Box-style)
// .Section Money
// .Section Drivers
// .Section Service
// .Section City
// .Footer
*****************************************/

/****************************************
// General //
****************************************/
html, body {
  height: 100%;
  margin: 0;
  background: #e5e5e4;

}
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.42857143;
  padding-top: 60px; /*fixed navbar (booststrap)*/
  letter-spacing: 0.06px;
}
a {
  color: #ec971f;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s, opacity .5s;
  cursor: pointer;
}
a strong {
  font-weight: 700;
}
a:hover,
a:focus,
a:active {
  color: #c97a0a;
  text-decoration: none;
  outline: none;
}
.wrapper {
  max-width: 1560px;
  margin: 0 auto;
  background: #fff;
}
.sub-wrapper {
  background: #e5e5e4;
}
.wrapper .container-fluid {
  max-width: 1560px;
}
sub {
  display: block;
  padding-bottom: 10px;
}

/****************************************
// General Booststrap //
****************************************/

/****************************************
// Container Mn //
****************************************/
.container-fluid-mn {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 1281px) {
  .container-fluid-mn {
    padding: 0 13.3vw !important;
    /*padding: 0 15.3vw !important;*/
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container-fluid-mn {
    padding: 0 9.25vw !important;
    /*padding: 0 10.25vw !important;*/
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-fluid-mn {
    padding: 0 9.25vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid-mn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid-mn-custom {
  padding: 0 6vw !important;
}
.container-fluid-mn-right {
  padding-right: 6vw !important;
}

/****************************************
// Container Pdd //
****************************************/
.container-fluid-pdd {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 1281px) {
  .container-fluid-pdd {
    padding: 0 8vw !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container-fluid-pdd {
    padding: 0 6vw !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-fluid-pdd {
    padding: 0 8vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid-pdd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/****************************************
// Container Pdd Right //
****************************************/
.container-fluid-pdd-right {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 1281px) {
  .container-fluid-pdd-right {
    padding: 0 15.3vw !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container-fluid-pdd-right {
    padding: 0 10.25vw !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-fluid-pdd-right {
    padding: 0 9.25vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid-pdd-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/****************************************
// Sides Left and Sides Right //
****************************************/
.sides-left {
  padding-left: 120px;
}

@media only screen and (min-width: 1281px) {
  .sides-left {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sides-left {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sides-left {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sides-left {
    padding-left: 20px;
  }
}
.sides-right {
  padding-right: 120px;
}

@media only screen and (min-width: 1281px) {
  .sides-right {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sides-right {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sides-right {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sides-right {
    padding-right: 20px;
  }
}

/****************************************
// Typography //
****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.42857143;
}
h1 {
  font-size: 78px;
  letter-spacing: 0.06px;
  margin: 10px 0;
}
h2 {
  font-size: 54px;
  letter-spacing: 0.06px;
  line-height: 1;
}
h3 {
  font-size: 34px;
  letter-spacing: 0.06px;
}
h4 {
  font-size: 25px;
  letter-spacing: 0.06px;
}
h5 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}
h6 {
  font-size: 18px;
  letter-spacing: 0;
}
p {
  font-size: 18px;
  line-height: 1.65;
  color: #000;
  font-weight: 300;
}
.p_big {
  font-size: 21px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 52px;
  }
  h1 strong {
    font-size: 58px;
  }
  h2 {
    font-size: 42px;
  }
  h2 strong {
    font-size: 48px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h1 strong {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  h2 strong {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
}
/*Font Size*/
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font21 {
  font-size: 21px;
}

/* Lists */
ul {
  padding: 0;
  list-style: none;
}
ol li {
  line-height: 2px;
  font-weight: 300;
}
ul li {
  line-height: 2px;
  font-weight: 300;
}
ul {
  display: block;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
blockquote {
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  padding: 10px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #999;
  border-left: 2px solid;
}
strong {
  font-weight: 800;
}
hr {
  border-color: #f4f4f4;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.text-center {
  text-align: center;
}
.color {
  color: #f39c12;
}
.white {
  color: #fff;
}
.yellow {
  color: #c97a0a;
}
.gray {
  color: #939393;
}
.hr-custom {
  border-color: #f4bc27;
  width: 70%;
  float: left;
  margin-top: 10px;
}
.min-height-custom {
  min-height: 100%;
}

/*Img Custom*/
@media screen and (min-width: 1201px) {
  .img-responsive-custom {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .img-responsive-custom {
    display: none;
  }
}

/*Background*/
.bg-gray {
  background: #f8f8f9;
}
.bg-gray-sure {
  background: #f1f1f1;
}
.bg-gray98 {
  background: #fafafa;
}
.bg-white {
  background: #fff;
}
.bg-yellow {
  background: #f3bb3b;
}

/*Col Without Padding*/
.col-without-padding  {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*Col Padding*/
.col-padding {
  padding: 0 7vw !important;
}

/*Position*/
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}

/*Overflox Hidden*/
.overflow-hidden {
  overflow: hidden;
}

/*Float*/
.float-left {
  float: left;
}

/*Z-index*/
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}

/*Border*/
.border-bottom1x {
  border-bottom: 1px solid #282727;
}
.border-left2x {
  border-left: 2px solid #282727;
}
@media screen and (max-width: 769px) {
  .border-left2x {
    border-left: 0px;
  }
}
.border-right2x {
  border-right: 2px solid #282727;
}
@media screen and (max-width: 769px) {
  .border-right2x {
    border-right: 0px;
  }
}

/* Icon Sizes */
.size-12x {
  font-size: 12em;
}
.size-8x {
  font-size: 8em;
}
.size-7x {
  font-size:7em;
}
.size-6x {
  font-size:6em;
}
.size-5x {
  font-size:5.1em;
}
.size-4x {
  font-size:4em;
}
.size-3x {
  font-size:3em;
}
.size-2x {
  font-size:2.5em;
}
.size-1x {
  font-size:1.5em;
}

/*Svg Responsive*/
@media screen and (max-width: 500px) {
  .svg-responsive svg {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .svg-responsive-porc svg {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .svg-responsive-porc-rules svg {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .svg-responsive-porc-rules-star svg {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/****************************************
// Buttons //
****************************************/
.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 14px 40px;
  border-radius: 0;
  white-space: normal;
}
.btn-minus {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 0px;
}
.btn-nav {
  display: inline-block;
  padding: 10px 14px !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  float: left;
  margin: 10px 30px !important;
}
@media screen and (max-width: 500px) {
  .btn-nav {
    font-size: 9px;
    margin: 10px 35px 10px 15px !important;
  }
  .navbar-right .no-nav-line {
    font-size: 12px;
  }
  .navbar-brand {
    padding: 10px 0px !important;
  }
}
.btn-nav:hover {
  background-color: #f7931d!important;
  border-color: #985f0d;
}
.btn-nav.active.focus,
.btn-nav.active:focus,
.btn-nav.active:hover,
.btn-nav.focus:active,
.btn-nav:active:focus,
.btn-nav:active:hover {
  background-color: #f7931d!important;
  border-color: #985f0d;
}
.btn .btn-icon {
  margin-left: 20px;
}
.btn-border-white {
  color: #fff;
  border: 2px solid #fff;
}
.btn-border-white:hover {
  color: #000;
  background-color: #e5e5e4;
  border: 2px solid #e5e5e4;
}
.btn-border-white.active.focus,
.btn-border-white.active:focus,
.btn-border-white.active:hover,
.btn-border-white.focus:active,
.btn-border-white:active:focus,
.btn-border-white:active:hover,
.open > .dropdown-toggle.btn-border-white.focus,
.open > .dropdown-toggle.btn-border-white:focus,
.open > .dropdown-toggle.btn-border-white:hover {
  color: #000;
  background-color: #e5e5e4;
  border: 2px solid #e5e5e4;
}
.btn-warning {
  color: #000;
  background-color: #fdb813;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #000;
  background-color: #f7931d;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #000;
  background-color: #f7931d;
  border-color: #985f0d;
}
.btn-border-warning  {
  color: #000;
  border: 2px solid #fdb813;
}
.btn-border-warning:hover {
  color: #000;
  border: 2px solid #f7931d;
  background-color: #f7931d;
}
.btn-border-warning .active.focus,
.btn-border-warning .active:focus,
.btn-border-warning .active:hover,
.btn-border-warning .focus:active,
.btn-border-warning :active:focus,
.btn-border-warning :active:hover,
.open > .dropdown-toggle.btn-border-warning .focus,
.open > .dropdown-toggle.btn-border-warning :focus,
.open > .dropdown-toggle.btn-border-warning :hover {
  color: #000;
  border: 2px solid #f7931d;
  background-color: #f7931d;
}
.btn-wine {
  color: #fff;
  background-color: #670c2e;
  border-color: #670c2e;
}
.btn-wine:hover {
  color: #fff;
  background-color: #760e35;
  border-color: #760e35;
}
.btn-wine.active.focus,
.btn-wine.active:focus,
.btn-wine.active:hover,
.btn-wine.focus:active,
.btn-wine:active:focus,
.btn-wine:active:hover,
.open > .dropdown-toggle.btn-wine.focus,
.open > .dropdown-toggle.btn-wine:focus,
.open > .dropdown-toggle.btn-wine:hover {
  color: #fff;
  background-color: #760e35;
  border-color: #760e35;
}
.btn-border-black {
  color: #000;
  border: 2px solid #000;
}
.btn-border-black:hover {
  color: #000;
  background-color: #e5e5e4;
  border: 2px solid #000;
}
.btn-border-black.active.focus,
.btn-border-black.active:focus,
.btn-border-black.active:hover,
.btn-border-black.focus:active,
.btn-border-black:active:focus,
.btn-border-black:active:hover,
.open > .dropdown-toggle.btn-border-black.focus,
.open > .dropdown-toggle.btn-border-black:focus,
.open > .dropdown-toggle.btn-border-black:hover {
  color: #000;
  background-color: #e5e5e4;
  border: 2px solid #000;
}
.btn-inactive {
  color: #fff;
  border-color: #c6c6c6;
  background-color: #c6c6c6;
  pointer-events: none;
}

/****************************************
// Position //
****************************************/
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .vertical-align {
    top: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
}
@media screen and (min-width: 992px) {
  .row.vertical-align {
    display:flex;
    align-items:center;
    margin-right: -15px;
    margin-left: -15px;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media screen and (min-width: 992px) {
  .vertical-col-align {
    display:flex;
    align-items:center;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 769px) {
  .text-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/****************************************
// Navbar //
****************************************/
.navbar {
  max-width: 1560px;
  margin: 0 auto;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-btn {
  margin: 10px 15px;
}
.navbar-left {
  font-size: 17px;
}
.navbar-right {
  font-size: 16px;
}
.navbar-brand {
  padding: 10px 15px;
}
.navbar-nav > li > a.btn-nav {
  padding-top: 0px;
  padding-bottom: 0px;
}
.float-right {
  float: right !important;
}
.nav-line-none {
  font-size: 20px;
}
@media screen and (max-width: 499px) {
  .navbar-nav > li > a {
    padding-top: 6px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .navbar-nav > li > a {
    padding: 22px 10px;
  }
}
@media screen and (min-width: 769px) {
  .navbar-default .navbar-nav > li.nav-line-none {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .navbar-default .navbar-nav > li.nav-line > a:hover,
  .navbar-default .navbar-nav > li.nav-line > a:focus {
    color: #ec971f;
    padding-bottom: 0;
    padding-top: 18px;
    border-bottom: none;
    border-top: 4px solid #ec971f;
  }
  .navbar-default .navbar-nav > li.no-nav-line > a:hover,
  .navbar-default .navbar-nav > li.no-nav-line > a:focus {
    color: #ec971f;
    padding-bottom: 0;
    padding-top: 18px;
    border-bottom: none;
    border-top: 4px solid #ec971f;
  }
}
@media screen and (max-width: 768px) {
  .navbar-btn {
    margin: 2px 8px;
  }
}
@media screen and (max-width: 500px) {
  .nav > li > a {
    padding: 16px 0px;
  }
  .navbar-brand {
    padding: 6px 8px;
  }
  .navbar-right {
    font-size: 12px;
  }
}
.navbar-collapse.collapse {
  display: block;
}
.navbar-nav > li, .navbar-nav {
  float: left;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
.navbar-right {
  float: right;
}
.container-fluid > .navbar-header-custom,
.container > .navbar-header-custom {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .nav-line {
    display: none !important;
  }
}
.navbar-center .navbar-brand {
  float: inherit;
}
.navbar-center .navbar-header {
  float: inherit;
}
.navbar-center.navbar {
  border-radius: 0px;
  margin-bottom: 0;
}
.navbar-center a.navbar-brand-custom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: block !important;
}

/****************************************
// Hero Static //
****************************************/
.hero-static {
  position: relative;
  padding-top: 40px;
}
.hero-static .background-image {
  background: #f8f8f9 url('../images/background/topo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
}
.hero-static .background-image-franchise {
  background: #f8f8f9 url('../images/background/bg-franchise.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .hero-static .col-md-8 {
    width: 64%;
  }
  .hero-static .col-md-4 {
    width: 36%;
  }
}
@media screen and (min-width: 992px) {
  .hero-static .background-image {
    margin-top: 175px;
  }
  .hero-static .background-image-franchise  {
    margin-top: 175px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .hero-static .background-image {
    margin-top: 195px;
  }
  .hero-static .background-image-franchise  {
    margin-top: 195px;
  }
}
@media screen and (max-width: 768px) {
  .hero-static .background-image {
    margin-top: 185px;
  }
  .hero-static .background-image-franchise {
    margin-top: 185px;
  }
}
.hero-title {
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 8px;
}
.hero-subtitle {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 0.6px;
  line-height: 1.22222;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
	.hero-title {
		font-size: 30px;
	}
	.hero-subtitle {
		font-size: 28px;
	}
}
@media screen and (max-width: 768px) {
	.hero-title {
    font-size: 26px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1581px) {
  .hero-text {
    padding-left: 10vw;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1560px) {
  .hero-text {
    padding-left: 9vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .hero-text {
    padding-left: 7vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hero-text {
    padding-left: 2vw;
  }
}
@media screen and (min-width: 1600px) {
  .box-register {
    margin: 0px 60px 0px 0px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .box-register {
    margin: 0px 20px 0px 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .box-register {
    margin: 0px 20px 0px 0px;
  }
}
.box-register {
  background: #f8f8f9;
  border-top: 8px solid #ec971f;
  padding: 32px;
  z-index: 10;
  position: relative;
}
.box-register .form-group-margin {
  margin-bottom: -1px;
}
.box-register .media-body {
  vertical-align: middle;
}
.box-register .background-line {
  color: #717171;
  display: table;
  margin: 6px 0;
  white-space: nowrap;
}
.box-register .background-line::after,
.box-register .background-line::before {
  border-top: 1px solid #E5E5E4;
  content: '';
  display: table-cell;
  position: relative;
  top: 11px;
  width: 50%;
}
.box-register .push-tiny-sides {
  margin-left: 12px !important;
}
.box-register .push-tiny-sides {
  margin-right: 12px !important;
}
.box-register .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}
.box-register .link-account a {
  font-weight: 800;
}
.box-register .media-app .link-app {
  font-size: 16px;
}
.btn-box {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.box-btn-register {
  z-index: 30;
  position: absolute;
}
.register-left {
  left: 84px;
  top: 14px;
}
.register-right {
  right: 145px;
  top: 350px;
}
@media screen and (max-width: 768px) {
  .box-btn-register {
    z-index: 30;
    position: absolute;
  }
  .register-left {
    left: 12px;
    top: 14px;
  }
  .register-right {
    right: 40px;
    top: 300px;
  }
}
.box-btn-register a:hover,
.box-btn-register a:focus,
.box-btn-register a:active {
  color: #fff;
}
.btn-driver-register {
  background: #fdb813;
  width: 240px;
  height: 240px;
  padding: 40px 50px 40px 30px;
  display: block;
  position: relative;
  color: #fff;
}
.btn-driver-register h4 {
  color: #fff;
}

/****************************************
// Title and Subtitle //
****************************************/
.title01 {
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
}
.title02 {
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 0.6px;
  line-height: 1.22222;
  margin: 0px;
}
.title03 {
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.6px;
  line-height: 1.22222;
  margin: 0px;
}
.title04 {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
}
.title05 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 1.22222;
  margin: 0px;
}
.title06 {
  background: #ec971f;
  width: 50%;
  padding-left: 10px;
  font-weight: 500;
}
.subtitle01 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-bottom: 5px;
}
.subtitle02 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 1.71429;
  margin-bottom: 5px;
}
.subtitle03 {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.6px;
  line-height: 1.71429;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
	.title01 {
	  font-size: 38px;
	}
	.title02 {
	  font-size: 34px;
	}
	.title03 {
	  font-size: 34px;
	}
	.subtitle01 {
	  font-size: 22px;
	}
	.subtitle02 {
	  font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.title01 {
	  font-size: 36px;
	}
	.title02 {
	  font-size: 32px;
	}
	.title03 {
	  font-size: 32px;
	}
	.subtitle01 {
	  font-size: 20px;
	}
	.subtitle02 {
	  font-size: 18px;
	}
}

/****************************************
// Title Yet and Subtitle Yet //
****************************************/
.yet-title-top {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}
.yet-rules-title-top {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .yet-rules-title-top {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.yet-title01 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 8px;
}
.yet-subtitle01 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
	.title01 {
	  font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.title01 {
	  font-size: 34px;
	}
}

/****************************************
// Section Support Franchise //
****************************************/
.section-support-franchise {
  background: #000;
}

@media screen and (min-width: 990px) {
  .content-pattern-franchise {
    min-height: 340px;
  }
}
.content-pattern-franchise {
  padding: 32px;
  border: 1px solid #c6c6c6;
}
.content-pattern-franchise ul {
  padding-left: 30px;
  list-style: disc;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.content-pattern-franchise ul li {
  line-height: 2;
}
/****************************************
// Section Feature //
****************************************/
.feature-svg {
  width: 140px;
  height: 140px;
  display: block;
}
.feature-svg-two {
  width: 100px;
  height: 100px;
  display: block;
}
.feature-svg-vertical {
  width: 200px;
  height: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  .feature-svg-vertical {
    display: none;
  }
}
.feature-content h4 {
  font-size: 24px;
  font-weight: 500;
}
.feature-content-paragraph p {
  font-size: 16px;
}
.feature-color {
  background: #f4bc27;
}
.feature-content-mn {
  padding: 2vw 6vw !important;
}
@media screen and (min-width: 1235px) {
  .feature-img-vertical img {
    align-self: flex-end;
    position: absolute;
    top: -340px;
    width: 125%;
  }
}
@media screen and (max-width: 1234px) and (min-width: 992px) {
  .feature-img-vertical img {
    align-self: flex-end;
    position: absolute;
    top: -300px;
    width: 145%;
  }
}
@media screen and (max-width: 991px) {
  .feature-img-vertical {
    display: none;
  }
}

.feature .icon-container {
  display: block;
  margin-top: 4px;
}
.feature .icon-container {
  float: left;
  margin-right: 20px;
}
.feature .icon-container .icon {
  width: 48px;
  line-height: 48px;
  text-align: center;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background-color: #f7931d;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.fetaure-details {
  display: table;
}
.feature {
  margin-top: 25px;
  margin-bottom: 25px;
}
.indication-img-icon {
  margin-top: 25px;
  margin-bottom: 25px;
}

.feature-content-text h6 {
  font-size: 19px;
  font-weight: 500;
}
.feature-content-text p {
  font-size: 16px;
}
.feature-content-text h2,
.feature-content-text h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.feature-content-text h2 {
  font-weight: bold;
}
.feature-content-text h3 {
  line-height: 1.2;
  font-size: 32px;
}
.hr-custom hr {
  border-color: #000;
  border-width: 6px;
  width: 20%;
  float: left;
  padding-bottom: 12px;
  margin-left: 45px;
}

/****************************************
// Section Indication //
****************************************/
.no-padding {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .no-padding-row.pt40 {
    padding-top: 0px !important;
  }
}
.cover-background {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
}
.indication-card-img {
  min-height: 560px;
}
@media screen and (min-width: 769px) {
  .indication-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .indication-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cover-background.mt-40 {
    margin-top: 0 !important;
  }
}

/****************************************
// Section Function Indication //
****************************************/
@media screen and (max-width: 768px) {
  .section-function-indication {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/****************************************
// Section Iframe Opa //
****************************************/

.section-iframe-opa iframe {
    display: block; /* iframes are inline by default */
    border: none; /* Reset default border */
    width: 100%;
    background: #eee;
}
@media screen and (min-width: 1200px) {
  .section-iframe-opa iframe {
      height: 2300px;
  }
}
@media screen and (max-width: 1199px) {
  .section-iframe-opa iframe {
      height: 3400px;
  }
}

/****************************************
// Section Indication Text //
****************************************/
@media screen and (max-width: 768px) {
  .section-indication-text.mt-40 {
    margin-top: 0 !important;
  }
  .section-indication-text {
    padding-top: 90px !important;
  }
}

/****************************************
// Section Right Mockup //
****************************************/
.section-right-mockup {
  overflow: hidden;
  position: relative;
  display: block;
}
.img-pre img {
  width: 200%;
}
@media screen and (min-width: 769px) {
  .img-pre {
    /*position: absolute;*/
    left: 20px;
    /*top: 50px;*/
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .img-pre {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .img-pre {
    top: 200px;
  }
}

/****************************************
// Section Call //
****************************************/
.section-call {
  background: #f8f8f9 url('../images/background/map.jpg');
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1901px) {
  .section-call.pb90 {
    padding-bottom: 0px !important;
  }
  .section-call .title01 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1850px)  and (max-width: 1900px) {
  .call-image {
    position: absolute;
    right: -10px;
    top: -106px;
    z-index: 2;
  }
}
@media screen and (min-width: 1783px)  and (max-width: 1849px) {
  .call-image {
    position: absolute;
    right: -10px;
    top: -106px;
    z-index: 2;
  }
}
@media screen and (min-width: 1682px)  and (max-width: 1782px) {
  .call-image {
    position: absolute;
    right: -10px;
    top: -106px;
    z-index: 2;
  }
}
@media screen and (min-width: 1401px)  and (max-width: 1681px) {
  .call-image {
    position: absolute;
    right: -10px;
    top: -106px;
    z-index: 2;
  }
}
@media screen and (min-width: 1120px)  and (max-width: 1400px) {
  .call-image {
    position: absolute;
    right: -10px;
    top: -105px;
    z-index: 2;
  }
}
/*@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .call-image {
    position: absolute;
    right: -60px;
    top: -105px;
    z-index: 2;
  }
}*/
@media screen and (min-width: 992px) and (max-width: 1119px) {
  .call-image {
    position: absolute;
    right: -60px;
    top: -75px;
    z-index: 2;
  }
}
@media screen and (max-width: 991px) {
  .section-call {
    padding-bottom: 0px;
  }
  .call-image {
    padding-top: 30px;
  }
  .call-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

/****************************************
// Section Map //
****************************************/
@media screen and (min-width: 769px) {
  .map-custom {
    width: 300px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .map-custom {
    position: relative;
    width: 100%;
    top: -20px;
    margin: 0px;
  }
}
.map-custom {
  background: #fff;
  padding: 4px 20px 18px;
  z-index: 1000;
  background-color: #fff;
  margin: -14px 0px;
  overflow: hidden;
  /*bottom: 16px;*/
}

/****************************************
// Section Estimate //
****************************************/
.section-estimate {
  position: relative;
}
.form-estimate {
  position: relative;
}

/****************************************
// Form (Box-style) //
****************************************/
.box-style input,
.box-style textarea {
  padding: 14px 18px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 0px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #555;
  margin-bottom: 0px;
  border: 1px solid #e5e5e4;
  border-radius: 0px;
  outline: none;
  height: 50px;
  box-shadow: inherit;
}
.box-style.box-padding input {
  padding: 14px 25px!important;
}
.box-style-width {
  width: 80%;
}
.icon-absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  pointer-events: none;
  color: #c6c6c6;
}
.btn-absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 14px 12px;
}
.form-connector {
  position: absolute;
  top: 28px;
  bottom: 22px;
  left: 16px;
  width: 1px;
  background-color: #c6c6c6;
  z-index: 10;
}
.form-connector:after {
  top: -3.5px;
  background-color: #27aa0b;
  border: 1px solid #27aa0b;
}
.form-connector:before {
  bottom: -1.5px;
  background-color: #f32f00;
  border: 1px solid #f32f00;
}
.form-connector:after,
.form-connector:before {
  content: '';
  position: absolute;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.form-control:focus {
  border-color: #e5e5e4;
  outline: 0;
  box-shadow: inherit;
}

/*Trace*/
.trace-content {
  width: 100%;
}
.trace {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.trace::before {
  position: absolute;
  content: '';
  top: 0;
  width: 40px;
  height: 2px;
  background-color: #C6C6C6;
}

/****************************************
// Section Money //
****************************************/
.section-money {
  background: #f8f8f9 url('../images/background/money.jpg');
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
}

/****************************************
// Section Drivers //
****************************************/
.drivers-white {
  background: #fff;
}
.drivers-content {
  padding: 40px;
}
@media only screen and (min-width: 991px) {
  p.drivers-min-height {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1561px) {
  #owl-drivers .owl-stage {
    padding: 0 15.3vw !important;
    width: 200% !important;
  }
  #owl-drivers .owl-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1560px) {
#owl-drivers .owl-stage {
  padding: 0 13.7vw !important
}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #owl-drivers .owl-stage {
    padding: 0 12vw !important
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #owl-drivers .owl-stage {
    padding: 0 10.6vw !important
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  #owl-drivers .owl-stage {
    padding: 0 1.9vw !important
  }
}

/****************************************
// Section Service //
****************************************/
@media screen and (min-width: 992px) {
  .service-col01 {
    padding-right: 40px;
  }
  .service-col02 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 480px) {
  .service-content {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .service-content h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .float-left {
    float: none;
  }
}
.service-number {
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 32px;
  text-align: center;
  width: 32px;
  line-height: 2;
  margin-top: 7px;
  margin-bottom: 15px;
  z-index: 10;
  color: #ccc;
}

/****************************************
// Section Panel //
****************************************/
.panel {
  margin-bottom: 20px;
  background-color: #f8f8f9;
  border: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #d6d6d5;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f8f8f9;
  border-color: #ddd;
}
.panel-heading {
  padding: 26px 15px;
  border-bottom: 1px solid transparent;
}
.panel-group {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
  color: inherit;;
}

/****************************************
// Section City //
****************************************/
.section-city {
  background: #f8f8f9;
  position: relative;
}
.section-city .span-line {
  border-bottom: 3px solid #f0ad4e;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #ec971f;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ec971f;
  border: 2px solid #f8f8f9;
}

/****************************************
// Image //
****************************************/
.image-safety {
  background-image: url('../images/background/safety.jpg');
}
.image-safety-drivers {
  background-image: url('../images/background/safety-drivers.jpg');
}
.image-safety-users {
  background-image: url('../images/background/safety-users.jpg');
}
.image-drive {
  background-image: url('../images/background/drive.jpg');
}
.image-drive {
  background-image: url('../images/background/card-opa.jpg');
}
.image-pattern2 {
  background-image: url('');
}
.image-travel {
  background-image: url('../images/background/travel.jpg');
}
.image-indication {
  background-image: url('../images/background/indication.jpg');
}
.image-pattern {
  background-image: url('');
}
.image-indication-two {
  background-image: url('../images/background/indication-02.jpg');
}
.image-background {
  width: 100%;
  background-position: top center;
  background-size: cover;
  height: 516px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1561px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1560px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 420px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 620px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 499px) {
  .image-background-two {
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 440px;
    background-repeat: no-repeat;
  }
}

/*Img Indication*/
@media only screen and (min-width: 769px) {
  .indication-image img {
    width: 80%;
  }
  .indication-image {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .svg-indication svg {
    position: absolute;
    top: 145px;
    margin-top: -50px;
    margin-left: -50px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .indication-image img {
    width: 50%;
  }
  .svg-indication svg {
    width: 50%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  .indication-image img {
    width: 50%;
  }
  .svg-indication svg {
    width: 70%;
  }
}

@media only screen and (max-width: 399px) {
  .indication-image img {
    width: 60%;
  }
  .svg-indication svg {
    width: 80%;
  }
}

/****************************************
// Section Service //
****************************************/
.section-community {
  position: relative;
}
.img-driver {
  background-repeat: no-repeat;
  background-image: url('../images/site/image-app.jpg');
}
.img-safety {
  background-repeat: no-repeat;
  background-image: url('../images/site/safety-app.jpg');
}
.img-salvador {
  background-repeat: no-repeat;
  background-image: url('../images/site/salvador-app.jpg');
}
.img-manaus {
  background-repeat: no-repeat;
  background-image: url('../images/site/manaus-app.jpg');
}
.img-fortaleza {
  background-repeat: no-repeat;
  background-image: url('../images/site/fortaleza-app.jpg');
}
.img-goiania {
  background-repeat: no-repeat;
  background-image: url('../images/site/goiania-app.jpg');
}
.img-belo-horizonte {
  background-repeat: no-repeat;
  background-image: url('../images/site/belo-horizonte-app.jpg');
}
.img-belem {
  background-repeat: no-repeat;
  background-image: url('../images/site/belem-app.jpg');
}
.img-boa-vista {
  background-repeat: no-repeat;
  background-image: url('../images/site/boa-vista-app.jpg');
}
.img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-holder-porc {
  width: 100% !important;
}
.img-side.img-right {
  right: 0;
}
.img-side.img-left {
  left: 0;
}
.img-side {
  padding: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .img-holder {
    width: 100%;
  }
  .img-side {
    min-height: 350px;
    width: 100%;
    position: relative;
    z-index: 0;
  }
}

/****************************************
// List Blog //
****************************************/
.list-blog-content {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
#list-blog {
  display: none;
}

/****************************************
// Page Register User //
****************************************/

.user-register-title h3 {
  font-weight: 600;
}
.box-register-user label {
  color: #666;
  font-weight: 300;
}
.color-wine {
  color: #670c2e;
}
.form-line {
  position: absolute;
  width: 36px;
  height: 100%;
  border-left: solid 1px #ccc;
}
.form-number.wine {
    color: #670c2e;
    border-color: #670c2e;
    border-left: solid 1px #670c2e;
}
.form-number {
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 7px 0 0 0;
    font-size: 14px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}
@media screen and (min-width: 469px) {
  .form-number {
    top: 0;
    left: -75px;
  }
  .form-line {
    top: 0;
    left: -57px;
  }
}
@media screen and (max-width: 468px) {
  .form-number {
    top: 0;
    left: -54px;
  }
  .form-line {
    top: 0;
    left: -36px;
  }
}

/****************************************
// List //
****************************************/
.yes-list ul li {
  margin-bottom: 12px;
  list-style: disc;
  line-height: 1.6;
}
.yest-list-font18 {
  font-size: 18px;
}
.yest-list-font16 {
  font-size: 16px;
}

.custom-line {
  top: 21px;
}
.custom-line {
  position: absolute;
  width: 100%;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .custom-line {
    display: none;
  }
}

/****************************************
// Modal //
****************************************/
.modal-yet10 .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.modal-yet10 .modal-content {
  box-shadow: inherit;
}
@media screen and (min-width: 1200px) {
  .modal-yet10 .modal-dialog {
    width: 1050px;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 969px) and (max-width: 1199px) {
  .modal-yet10 .modal-dialog {
    width: 960px;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 968px) {
  .modal-yet10 .modal-dialog {
    width: 760px;
    margin: 60px auto;
  }
}
.modal-yet10 .button-close {
  position: absolute;
  float: right;
  right: 0;
  top: 2px;
}
.modal-yet10 button.close {
  border-radius: 50%;
  background: #fff;
  border: 0;
  padding: 4px 8px;
  opacity: 0.9;
}

/****************************************
// Section Background Rules Star //
****************************************/
.section-background-rules-star {
  background: #f8f8f9 url('../images/background/rules-star.jpg');
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  position: relative;
}
.icon-color-yellow i {
  color: #f7931d;
  font-weight: 700;
}

/****************************************
// Section Background yet10 //
****************************************/
.section-background-yet10 {
  background: #f8f8f9 url('../images/background/yet10.jpg');
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1901px) {
  .section-call-yet10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .yet-image {
    width: 70%;
  }
}
@media screen and (min-width: 1783px)  and (max-width: 1900px) {
  .yet-image {
    position: absolute;
    left: 50px;
    top: -400px;
    z-index: 2;
  }
}
@media screen and (min-width: 1682px)  and (max-width: 1782px) {
  .yet-image {
    position: absolute;
    left: 150px;
    top: -400px;
    z-index: 2;
  }
}
@media screen and (min-width: 1401px)  and (max-width: 1681px) {
  .yet-image {
    position: absolute;
    left: 50px;
    top: -430px;
    z-index: 2;
  }
}
@media screen and (min-width: 1201px)  and (max-width: 1400px) {
  .section-call-yet10 {
    padding-top: 60px;
    padding-bottom: 260px;
  }
  .yet-image {
    position: absolute;
    right: 40px;
    top: -330px;
    z-index: 2;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-call-yet10 {
    padding-top: 60px;
    padding-bottom: 240px;
  }
  .yet-image {
    position: absolute;
    right: 0px;
    top: -345px;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .yet-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .section-call-yet10 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .yet-image img {
    display: block;
    max-width: 70%;
    height: auto;
  }
}
/*Page Yet10*/
#list-rules {
  display: none;
}
#list-rules2 {
  display: none;
}

/****************************************
// Countdown //
****************************************/
.is-countdown {
  border: 0;
  background-color: transparent;
  color: #fff;
}
/*.countdown-section {
  position: relative;
}
.countdown-section::before {
  height: 46px;
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  border-right: 8px solid #fff;
}
.countdown-section:last-child:before {
  border-right: 0px !important;
}*/
.countdown-amount {
  font-size: 62px;
  font-weight: 600;
}
.countdown-period {
  font-size: 20px;
  margin-top: -10px;
  font-weight: 300;
  text-transform: lowercase;
}

/****************************************
// Footer //
****************************************/
.footer-main {
  background: #000;
  color: #fff;
  position: relative;
}
.footer-main p {
  color: #fff;
  font-size: 12px;
}
.footer-link a {
  color: #fff;
}
.footer-link a:focus,
.footer-link a:hover {
  color: #bbb;
}
.footer-color span {
  color: #c0c0c0;
}
.footer-mb li {
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 1.5;
}
.footer-main .select {
  position: relative;
}
.footer-main .select i {
  padding: 8px 0;
  position: absolute;
}
.footer-main .select select {
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #fff;
  border: 0px;
}
.footer-main .select select option {
  color: #000;
  background-color: #fff;
}
.footer-main .select .form-control:focus {
  box-shadow: inherit;
}
.footer-main .select::after {
  content: "▾";
  position: absolute;
  top: -4px;
  right: 20px;
  line-height: 38px;
  color: #939393;
}
@media screen and (max-width: 480px) {
  .footer-main .footer-col .text-right {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .footer-main .row-region ul li {
    margin-right: 30px;
  }
}
.footer-main .row-region ul li a {
  color: #c0c0c0;
}
.footer-social a {
  padding-right: 8px;
  font-size: 15px;
}
