.cct-moto-container {
  background-color: #f5f5f5;
  padding-bottom: 120px;
}
.cct-moto .cct-moto-img {
  margin: 0 auto;
}
.cct-moto .cct-moto-img-container {
  position: relative;
  margin-top: -300px;
}
.cct-moto .cct-moto-img-container img {
  position: relative;
}
.cct-moto-heading p {
  color: #ed1c24 !important;
}
.cct-moto-content ol {
  counter-reset: myOrderedListItemsCounter;
  padding: 20px;
}
.cct-moto-content .cct-left ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
}
.cct-moto-content .cct-left ol li::before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  background-color: #ed1c24;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 3px;
  border-radius: 100%;
  font-size: 12px;
}
.cct-moto-content .cct-right.cct-moto-form {
  background-color: #262a2e;
  padding: 250px 40px 40px 40px;
  color: #fff;
  border-bottom: solid 3px #e61b23;
  align-self: start !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
.cct-moto-content .cct-right.cct-moto-form h2 {
  color: #fff;
}
.cct-moto-content .cct-right.cct-moto-form p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.cct-moto-content .cct-right.cct-moto-form .wpcf7-form-control {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 16px;
  width: 100%;
  padding: 10px;
}
.cct-moto-content .cct-right.cct-moto-form input::placeholder {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #222222;
}
.cct-moto-content .cct-right.cct-moto-form input[type="text"], .cct-moto-content .cct-right.cct-moto-form input[type="tel"], .cct-moto-content .cct-right.cct-moto-form input[type="email"], .cct-moto-content .cct-right.cct-moto-form textarea, .cct-moto-content .cct-right.cct-moto-form .gfield_select {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  color: #222222;
  border: 2px solid #fff;
  outline: none;
  box-shadow: 0 0 0 0;
  height: 60px;
  width: 100%;
  padding: 14px 18px !important;
  text-transform: uppercase;
  border-radius: 5px;
}
.cct-moto-content .cct-right.cct-moto-form textarea {
  height: 180px !important;
}
.cct-moto-content .cct-right.cct-moto-form input[type="text"]::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="tel"]::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="email"]::placeholder, .cct-moto-content .cct-right.cct-moto-form textarea::placeholder, .cct-moto-content .cct-right.cct-moto-form .gfield_select::placeholder {
  color: #222222;
  opacity: 1;
  font-weight: bold;
}
.cct-moto-content .cct-right.cct-moto-form input[type="text"]:focus, .cct-moto-content .cct-right.cct-moto-form input[type="tel"]:focus, .cct-moto-content .cct-right.cct-moto-form input[type="email"]:focus, .cct-moto-content .cct-right.cct-moto-form textarea:focus, .cct-moto-content .cct-right.cct-moto-form input[type="text"]:hover, .cct-moto-content .cct-right.cct-moto-form input[type="tel"]:hover, .cct-moto-content .cct-right.cct-moto-form input[type="email"]:hover, .cct-moto-content .cct-right.cct-moto-form textarea:hover, .cct-moto-content .cct-right.cct-moto-form .gfield_select:hover {
  border: 2px solid #ed1c24;
}
.cct-moto-content .cct-right.cct-moto-form input[type="text"]:hover::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="tel"]:hover::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="email"]:hover::placeholder, .cct-moto-content .cct-right.cct-moto-form textarea:hover::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="text"]:focus::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="tel"]:focus::placeholder, .cct-moto-content .cct-right.cct-moto-form input[type="email"]:focus::placeholder, .cct-moto-content .cct-right.cct-moto-form textarea:focus::placeholder, .cct-moto-content .cct-right.cct-moto-form .gfield_select:hover, .cct-moto-content .cct-right.cct-moto-form .gfield_select:focus {
  color: #ed1c24;
}
.cct-moto-content .cct-right.cct-moto-form .gform_button {
  display: block;
  width: 240px;
  height: 80px;
  outline: none;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 22px;
  transition: all .5s ease;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #ed1c24;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.cct-moto-content .cct-right.cct-moto-form .gform_button:hover, .cct-moto-content .cct-right.cct-moto-form .gform_button:focus {
  color: #ed1c24;
  background-color: #ffffff;
}
.cct-moto-content .cct-right.cct-moto-form .gfield_select {
  background-image: url(../images/arrow-right-01-24.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
  background-color: #fff !important;
  appearance: none !important;
}
.cct-moto-content .cct-right.cct-moto-form .wpcf7-form-control-wrap {
  padding: 10px;
  display: inline-block;
}
.cct-moto-content .cct-right.cct-moto-form .wpcf7-form p .wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 240px;
  height: 80px;
  outline: none;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 2px;
  transition: all .5s ease;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #ed1c24;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(1), .cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(2), .cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(3), .cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(4) {
  width: 50%;
}
.cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(5), .cct-moto-content .cct-right.cct-moto-form .wpcf7-form p span:nth-child(6) {
  width: 100%;
}
.cct-moto-content .cct-right.cct-moto-form .form-control {
  margin-bottom: 30px !important;
}
iframe {
  display: block;
  width: 100%;
}
.cct-moto-content .cct-right.cct-moto-form .gfmc-container .gfield.gfmc-column.gfmc-field {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  flex-direction: unset !important;
}
.cct-moto-content .cct-right.cct-moto-form .gfmc-container .gfield.gfmc-column.gfmc-field .form-control {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  position: relative !important;
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-bottom: 30px !important;
}
.cct-moto-content .cct-right.cct-moto-form .gfmc-container .gfield.gfield--width-full.form-control.field_description_below {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.cct-moto-content .cct-right.cct-moto-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  -ms-grid-columns: (1fr 2%) [12] !important;
  grid-row-gap: unset !important;
  display: unset !important;
  grid-template-columns: repeat(12, 1fr) !important;
  grid-template-rows: repeat(auto-fill, auto) !important;
  width: 100% !important;
}
@media screen and (max-width:600px) and (min-width: 371px) {
  .cct-moto .cct-moto-img {
    padding-top: 164px;
    width: 190px;
  }
}
@media screen and (max-width: 370px) and (min-width: 200px) {
  .cct-moto .cct-moto-img {
    padding-top: 165px;
    width: 182px;
  }
}
@media (max-width:1300px) {
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 30px 30px 30px;
  }
}
@media (max-width:1200px) {
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 25px 25px 25px;
  }
}
@media (max-width:1100px) {
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 20px 20px 20px;
  }
}
@media (max-width:992px) {
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 15px 15px 15px;
  }
}
@media (max-width:767px) {
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 15px 15px 15px;
    margin-top: 50px;
  }
}
@media (max-width:600px) {
  .cct-moto-content .cct-right.cct-moto-form .gfmc-container .gfield.gfmc-column.gfmc-field .form-control {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative !important;
    width: 100% !important;
  }
  .cct-moto-content .cct-right.cct-moto-form {
    padding: 250px 15px 15px 15px;
  }
}