/*
Theme Name: WP Bootstrap Starter child By Fidzup
Theme URI: https://fidzup.com/wp-bootstrap-starter-child/
Author: Fidzup
Author URI: https://fidzup.com/
Template: wp-bootstrap-starter
Description:  The best WordPress starter theme based on the best WordPress starter theme based on thee most powerful frameworks in the world.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter-child
*/

/*
 * NavBar
 */

@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
  header#masthead {
    height: 435px;
    background-position-x: -200px;
  }
  .navbar .navbar-collapse #menu-top-menu {
    margin-top: 40px;
  }
  .navbar .navbar-collapse a.nav-link {
    font-family: arial;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.2px;
  }
  .navbar .navbar-collapse .dropdown-toggle.nav-link {
    display: none;
  }
  #menu-item-wpml-ls-2-fr, #menu-item-wpml-ls-2-en {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  .navbar .navbar-collapse .dropdown-menu {
    display: block;
    margin: 0;
    width: 100%;
    background: none;
  }
  .navbar .navbar-collapse .dropdown-menu li {
    background: none;
  }
  .navbar .navbar-collapse .dropdown-menu li a {
    background: none !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .social_nav {
    margin: 0px 30px 30px;
  }
  .social_links {
    float: none;
  }
}


/*
 * Menu contact icon
 */
.contact_nav {
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .contact_nav {
    display: none;
  }
}

/*
 * Code partagé par la page Actualité et la page Home
 */

.page-template-ressources header#masthead {
  background: url('/wp-content/themes/wp-bootstrap-starter-child/fidzup/img/header_ressources.jpg') no-repeat left top;
  height: 445px !important;/*ou 400px ?*/
  background-size: cover;
}

#success-stories {
  background: url('/wp-content/themes/wp-bootstrap-starter-child/fidzup/img/home_successstories_background.svg');
  position: relative;
  overflow: hidden;
  background-size: cover;
}

#success-stories h1 {
  text-transform: uppercase;
  color: #889fd0;
  text-align: left;
  font-weight: 700;
  margin-top: 50px;
  font-size: 3em;
  letter-spacing: 1px;
  margin-bottom: 70px;
}

#success-stories h1 span {
  color: #fff;
}

#success-stories h1 hr {
  width: 69px;
  background: #fff;
  height: 3px;
  text-align: left;
  margin-right: 100%;
  margin-top: 10px;
  position: absolute;
}

#success-stories .header {
  position: relative;
  height: 50px;
}

#success-stories .header div {
  text-align: center;
}

#success-stories .header .logo {
  position: absolute;
  width: 220px;
  right: 515px;
  text-align: center;
}

#success-stories .header .logo img {
  display: none;
}

#success-stories .header .logo img.active {
  display: inline;
  max-height: 40px;
}

#success-stories .header .buttons {
  position: absolute;
  width: 80px;
  right: 435px;
  text-align: center;
}

#success-stories .header .buttons .button {
  cursor: pointer;
}

#success-stories .col-7 {
  margin-top: 0px;
  height: 373px;
}

#success-stories .iphone {
  position: absolute;
  top: 0;
  right: 0;
}

#success-stories .maskslide {
  top: 53px;
  width: 1400px;
  height: 320px;
  position: absolute;
  right: 46px;
  overflow: hidden;
}

#success-stories .slider {
  position: absolute;
  top: 0;
  right: 0;
}

#success-stories .slider img {
  height: 320px;
  margin-left: 20px;
  float: right;
}

#success-stories .slider img:nth-child(4n+1) {
  opacity: 1;
}

#success-stories .slider img:nth-child(4n+2) {
  opacity: 0.75;
}

#success-stories .slider img:nth-child(4n+3) {
  opacity: 0.5;
}

#success-stories .slider img:nth-child(4n+4) {
  opacity: 0.25;
}

#success-stories .slider.state1 img:nth-child(4n+1) {
  opacity: 0.75;
}

#success-stories .slider.state1 img:nth-child(4n+2) {
  opacity: 1;
}

#success-stories .slider.state1 img:nth-child(4n+3) {
  opacity: 0.75;
}

#success-stories .slider.state1 img:nth-child(4n+4) {
  opacity: 0.50;
}

#success-stories .slider.state2 img:nth-child(4n+1) {
  opacity: 0.5;
}

#success-stories .slider.state2 img:nth-child(4n+2) {
  opacity: 0.75;
}

#success-stories .slider.state2 img:nth-child(4n+3) {
  opacity: 1;
}

#success-stories .slider.state2 img:nth-child(4n+4) {
  opacity: 0.75;
}

#success-stories .slider.state3 img:nth-child(4n+1) {
  opacity: 0.25;
}

#success-stories .slider.state3 img:nth-child(4n+2) {
  opacity: 0.5;
}

#success-stories .slider.state3 img:nth-child(4n+3) {
  opacity: 0.75;
}

#success-stories .slider.state3 img:nth-child(4n+4) {
  opacity: 1;
}

#success-stories .col-4 {
  border-left: 1px solid #fff;
  padding-left: 29px;
  padding-top: 20px;
}

#success-stories .success-story {
  display: none;
}

#success-stories .success-story.active {
  display: block;
}

#success-stories .col-4 .about {
  height: 90px;
  padding-top: 3px;
  margin-bottom: 20px;
}

#success-stories .col-4 .about img {
  float: left;
  margin-right: 25px;
}

#success-stories .col-4 .about h5 {
  clear: none;
  color: #fff;
}

#success-stories .col-4 p {
  color: #fff;
  font-size: 0.8em;
}

#success-stories .col-4 .title {
  margin-bottom: 0;
}

#success-stories .col-4 .testimony {
  font-style: italic;
  line-height: 1.8;
}

#where .center-elem {
  justify-content: center;
  display: flex;
}

#where {
  height: 622px;
  position: relative;
  overflow: hidden
}

#where .cents {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  background: #f6f9fa;
}

#where .picture {
  background-size: cover, cover !important;
}

.fleche_top {
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.fleche_bottom {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

#where .mask {
  position: absolute;
  z-index: 9;
  bottom: 0;
  cursor: pointer;
  background: url('../wp-bootstrap-starter/inc/assets/img/trait.svg') 29px 198px no-repeat;
}

#where .about {
  height: 200px;
  position: absolute;
  left: 70px;
}

.align-center {
  text-align: center !important;
}

#where h1 {
  text-transform: uppercase;
  color: #383a41;
  text-align: left;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: 1px;
  position: absolute;
  background: #f6f9fa;
  height: 210px;
  width: 430px;
  padding-top: 40px;
  padding-left: 60px;
  z-index: 900;
}

#where h1 hr {
  width: 69px;
  background: #383a41;
  height: 3px;
  text-align: left;
  margin-right: 100%;
  margin-top: 10px;
  position: absolute;
}

#where .about .logo {
  margin-top: 220px;
}

#where .about .stand {
  background: #FDB007;
  padding: 9px 10px;
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: center;
  margin: 25px 0;
  font-weight: bold;
}

#where .more {
  color: #FDB007;
  font-weight: bold;
  text-transform: uppercase;
}

#where .about h4 {
  color: #fff;
}

#where .about p {
  color: #fff;
  width: 320px;
}

#where .list-products {
  list-style: none;
  position: absolute;
  background: url('/wp-content/themes/wp-bootstrap-starter-child/fidzup/img/where_rectangle.svg') no-repeat 49px 9px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: -20px;
  padding-left: 40px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}

#where .list-products a {
  color: #000;
  font-weight: bold;
}

#where.list-products a:hover #where.list-products li.actif a {
  color: orange;
  text-decoration: none;
}

#where .list-products a span {
  font-weight: 200;
  font-size: 0.8em;
  margin-left: 40px;
}

#where .list-products li {
  width: 330px;
  font-size: 1.3em;
  text-align: left;
  margin: 5px 0;
}

#where .list-products img {
  float: left;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 20px;
}


/*
 * Bottom Banner
 */
.banner {
  flex: none;
  z-index: 999;
  max-width: 100% !important;
  background-color: white;
  position: fixed;
  bottom: 46px;
  height: 70px;
  border-top: 2px solid rgb(55, 154, 245);
  padding-top: 20px;
  padding-left: 400px;
  padding-right: 45px !important;
  padding-bottom: 10px;
}
.text {
    text-align: right;
}

#btn-banner {
  display: inline;
}


/*
 * Footer
 */
.social_links {
  display: inline-block;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: baseline;
  line-height: 30px;
  margin-top: -5px;
}

.social_links img {
  height: 17px;
}

.newsletter {
  text-align: center;
  margin: -10px auto 20px;
}

.newsletter h2, .newsletter form {
  display: inline;
  clear: none;
  margin: 0 12px;
  color: #fff;
  margin-top: -2p;
}

.newsletter .form_ok {
  display: none;
}

.newsletter .btn-warning {
  display: inline;
  padding: 6px 28px;
  margin-left: 20px;
}

.newsletter input[type=text] {
  border: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #8c8c8c94;
  font-size: 1.2em;
  padding: 5px 6px;
  outline: none;
  color: #fff;
}

.newsletter h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

/* RESPONSIVE PART */
/* Better to let it here, otherwise it gonna be call after main css and then overright  */
/* Next step is to splite it and adapt for each page and put it at the bottom of each stylesheet */

@media screen and (min-width: 771px) and (max-width: 860px){
  #where h1 {
    width: 380px;
  }
}


@media screen and (max-width: 1064px) {
  #colophon .info, #colophon .col-m2-2 {
    display: none;
  }

  #colophon .social_nav h3 {
    display: none;
  }

  #colophon .social_nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .social_nav {
    border-bottom: 1px solid rgba(151, 151, 151, 0.30);
    padding: 10px 10px 30px 110px;
    margin: -30px 30px 30px;
    text-align: center;
  }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 770px) {
  html {
    font-size: 86%;
  }

  /*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
  header#masthead {
    height: 435px;
  }

  .navbar .navbar-collapse #menu-top-menu {
    margin-top: 40px;
  }

  .navbar .navbar-collapse a.nav-link {
    font-family: arial;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.2px;
  }

  .navbar .navbar-collapse .dropdown-toggle.nav-link {
    display: none;
  }

  #menu-item-wpml-ls-2-fr, #menu-item-wpml-ls-2-en {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }

  .navbar .navbar-collapse .dropdown-menu {
    display: block;
    margin: 0;
    width: 100%;
    background: none;
  }

  .navbar .navbar-collapse .dropdown-menu li {
    background: none;
  }

  .navbar .navbar-collapse .dropdown-menu li a {
    background: none !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #sub-header button {
    font-size: 0.9em;
  }

  #sub-header h1 {
    margin-top: 40px;
    margin-bottom: 50px !important;
    font-size: 2.8em;
  }

  #sub-header hr {}

  .collapse {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    top: 60px;
    z-index: 99;
  }

  .navbar-collapse.collapsing {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    top: 60px;
    z-index: 99;
  }

  /* HOME */
  .page-template-home, .page-template-page {
    overflow-x: hidden;
    max-width: 100%;
  }

  .page-template-home #revolution, .page-template-page #revolution, .page-template-home-us #revolution {
    background-position-x: 50%;
    overflow: hidden;
    max-width: 100%;
  }

  .page-template-home #revolution .col-6:last-of-type, .page-template-page #revolution .col-6:last-of-type, .page-template-home-us #revolution .col-6:last-of-type {
    display: none;
  }

  .page-template-home #revolution .col-6, .page-template-home-us #revolution .col-6, .page-template-page #revolution .col-6 {
    max-width: 100%;
    /* text-align: center; */
    padding: 0 0px;
    flex: 0 0 100%;
  }

  .page-template-home #revolution img, .page-template-home-us #revolution img, .page-template-page #revolution img {
    display: none;
  }

  .page-template-home #revolution h1, .page-template-home #revolution p, .page-template-page #revolution h1, .page-template-page #revolution p, .page-template-home-us #revolution h1, .page-template-home-us #revolution p {
    text-align: center;
    margin-top: 30px;
    padding: 0 35px;
    margin-left: 0;
    width: 100%;
  }

  .page-template-home #revolution p, .page-template-page #revolution p, .page-template-us #revolution p {
    padding: 0 55px;
  }

  #our-product {
    height: 580px !important;
  }

  #our-product h1 {
    text-align: center !important;
  }

  #our-product h1 hr {
    left: 50%;
    margin-left: -35px;
  }

  #our-product .list-products {
    display: none;
  }

  .home #our-product .buttons {
    display: block;
    text-align: center;
  }

  .home #our-product .buttons img {
    cursor: pointer;
  }

  #our-product .about-product {
    left: 50% !important;
    margin-left: -150px;
    margin-top: 30px !important;
    overflow: hidden;
    border-bottom: none !important;
  }

  .about-product h2 hr {
    width: 130%;
  }

  .home #clients {
    height: 150px;
  }

  .home #clients .col-2 {
    max-width: 25%;
    flex: 0 0 35%;
  }

  .home #clients .col-2 img {
    width: 150px;
    height: auto;
  }

  .home #clients .row .col-2:nth-of-type(5), .home #clients .row .col-2:nth-of-type(6) {
    background: #000;
    display: none;
  }

  #success-stories {
    height: fit-content;
  }

  #success-stories h1 {
    text-align: center !important;
    width: 100%;
  }

  #success-stories h1 hr {
    left: 50%;
    margin-left: -35px;
  }

  #success-stories .col-7 {
    display: none;
  }

  #success-stories .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 0;
  }

  #success-stories .header .buttons {
    right: 50%;
    margin-right: -40px;
    margin-top: -30px;
  }

  #success-stories .success-story {
    text-align: center;
  }

  #success-stories .col-4 .about img {
    clear: both;
    display: block;
    margin-left: 39%;
    margin-right: 50%;
    margin-top: -50px;
    margin-bottom: 10px;
  }

  #success-stories .col-4 .about h5 {
    /* width: 100%; */
  }

  #success-stories .testimony {
    padding: 0 26px;
    margin-top: 20px;
    font-size: 1.3em !important;
    font-weight: 300;
    line-height: 1.5 !important;
  }

  #where {
    max-width: 100%;
  }

  #where h1 {
    background: transparent;
    text-align: center;
    color: #fff;
    width: 100%;

  }

  #where h1 hr {
    left: 50%;
    margin-left: -35px;
    border-top: 0;
    color: #fff;
    background: #fff;
  }

  #where .cents:first-of-type {
    width: 100%;
  }

  #where .cents:first-of-type ul {
    display: none;
  }

  #where .cents:last-of-type {
    left: 0;
    width: 100%;
    position: absolute;
  }

  #where .mask {
    display: none;
  }

  #where .about {
    left: 20px;
  }

  footer .row:first-of-type {
    /* display:none */
  }

  footer .row:last-of-type {
    text-align: center;
  }

  #where .fleche_top {
    right: 67%;
    bottom: auto;
    top: 180px;
    z-index: 999999;
    margin-right: -50px;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
  }

  #where .fleche_bottom {
    right: 33%;
    bottom: auto;
    top: 180px;
    z-index: 999999;
    margin-right: 20px;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
  }

  .page-template-ressources header, .page-template-ressources-us header {
    height: 450px !important;
    box-shadow: none !important;
    background: url('./fidzup/img/header_ressources.jpg') no-repeat !important;
    background-size: cover !important;
  }

  .page-template-ressources header h1, .page-template-ressources-us header h1 {
    margin-top: 30px !important;
  }

  .page-template-ressources h2, .page-template-ressources-us h2 {
    margin: 20Px 0 80px !important;
    padding: 0;
    margin-top: 0;
    width: 100%;
    text-align: center !important;
  }

  .page-template-ressources h2 hr, .page-template-ressources-us h2 hr {
    left: 50%;
    margin-left: -35px;
  }

  #parutions ul {
    left: 70px;
  }

  #parutions {
    height: 580px;
  }

  #parutions .left {
    top: 150px;
    left: 50%;
    margin-left: -40px;
  }

  #parutions .right {
    top: 150px;
    left: 50%;
    margin-left: 10px;
  }

  .page-template-contact #map_canvas, .page-template-contact-us #map_canvas {
    display: none;
  }

  .page-template-contact #contact, .page-template-contact-us #contact {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .contact #contact h1 {
    text-align: center;
    z-index: 99;
  }

  .page-template-opt-out .col-6, .page-template-opt-out-us .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-opt-out .form-container .row, .page-template-opt-out-us .form-container .row {
    margin: 0;
  }

  .page-template-opt-out .description, .page-template-opt-out-us .description {
    margin: 0;
    padding: 0;
    border-left: initial !important;
  }

  .page-template-opt-out .form-container .form input[type="text"], .page-template-opt-out-us .form-container .form input[type="text"] {
    width: 240px;
  }

  .page-template-opt-out .whatismac h2, .page-template-opt-out-us .whatismac h2 {
    margin-top: 20px;
  }

  #content {
    overflow: hidden
  }

  .page-template-howitworks header#masthead, .page-template-how-it-works-us header#masthead {
    height: 300px;
  }

  .page-template-howitworks #revolution, .page-template-how-it-works-us #revolution {
    height: 700px;
  }

  .page-template-howitworks #revolution img, .page-template-how-it-works-us #revolution img {
    display: none;
  }

  .page-template-howitworks #revolution .col-6, .page-template-how-it-works-us #revolution .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-howitworks #revolution p, .page-template-how-it-works-us #revolution p {
    width: auto;
    padding: 10px;
    margin-top: 10px;
  }

  #ciblage {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #ciblage .col-5, #ciblage .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #diffusion {
    font-size: 120%;
  }

  #media {
    height: 470px;
  }

  #media h2 {
    margin-top: 0;
  }

  #media .col-4, #media .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #media .col-5 .media_type {
    position: absolute;
    right: 30px;
    bottom: -345px;
    background-size: contain;
    width: 170px;
    height: 349px;
  }

  .page-template-howitworks #contact .col-5, .page-template-how-it-works-us #contact .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-howitworks #contact .align-right, .page-template-how-it-works-us #contact .align-right {
    text-align: center;
  }

  .page-template-products h2, .page-template-product-us h2 {
    width: 100%;
    text-align: center;
  }

  .page-template-products header#masthead, .page-template-product-us header#masthead {
    height: 300px !important;
  }

  .page-template-products .col-5, .page-template-products .col-6, .page-template-products .col-4,
  .page-template-product-us .col-5, .page-template-product-us .col-6, .page-template-product-us .col-4, .page-template-products .col-10, .page-template-product-us .col-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-products #revolution h1, .page-template-product-us #revolution h1 {
    text-align: center
  }

  .contact_nav img {
    display: none;
  }

  .page-template-products #revolution, .page-template-product-us #revolution {
    height: 1000px;
  }

  .page-template-products #revolution img, .page-template-product-us #revolution img {
    margin-top: -10px;
  }

  .page-template-products #contact .col-5, .page-template-product-us #contact .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-products #contact .align-right, .page-template-product-us #contact .align-right {
    text-align: center;
  }

  .page-template-products #revolution p, .page-template-product-us #revolution p {
    width: auto;
    text-align: center;
    margin: -50px 10Px 35Px;
  }

  #custom {
    padding-top: 40px;
    height: 400px;
  }

  #custom h2 {
    margin-bottom: 20px;
  }

  .contact form input[type=text], .contact form input[type=email] {
    width: 95%;
  }

  #colophon .info, #colophon .col-m2-2 {
    display: none;
  }

  #colophon .social_nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .social_nav {
    border-bottom: 1px solid rgba(151, 151, 151, 0.30);
    padding: 10px 10px 30px 110px;
    margin: -30px 30px 30px;
    text-align: center;
  }

  #colophon .col-md-2 h3 {
    display: none;
  }

  #colophon .credit {
    font-size: 1.1em;
  }

  #ciblage h2 {
    margin: 10px;
  }

  #ciblage h2, #ciblage p, #ciblage ul, #diffusion h2, #diffusion p {
    padding: 0 20px;
  }

  #media .list-products {
    top: 60px;
  }

  #media .col-5 .media_type img {
    width: 143px;
    margin: 53px 14px;
  }

  #media .col-4 p {
    padding: 0 20px;
  }

  .page-template-home .home #revolution, .page-template-home-us .home #revolution {
    background: #f5f9fa url('inc/assets/img/home_intro_pin.svg');
    padding-top: 10Px;
    text-align: center;
    background-size: 80%;
    background-position-y: 110px;
    background-repeat: no-repeat;
    background-position-x: 30%;
  }

  .page-template-howitworks #contact, .page-template-how-it-works-us #contact {
    background: #F5F9FA;
    padding: 50px;
  }

  .page-template-products #contact, .page-template-products-us #contact {
    padding: 50px;
  }

  .contact form p {
    padding: 0 20px;
  }

  .wpcf7-submit {
    width: 100%;
  }

  .page-template-products, .page-template-product-us {
    width: 105%;
  }

  .mandatory {
    bottom: -210px;
  }

  .button.left {
    margin-left: 0px;
  }

  .button.right {
    margin-left: 20px;
  }

  #diffusion {
    height: 630px;
  }

  #our-product .buttons {
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  .g-recaptcha {
    margin: 0 auto;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  #founders .col-4 img {
    margin-top: -40px;
  }

  .anh-vu {
    position: absolute;
    right: 0;
    text-align: right !important;
    margin-top: 158px;
  }

  #founders .col-4 p {
    margin-top: 110px;
  }

  .manage img {
    position: absolute;
    top: -120px;
    left: 12vh;
    width: 120%;
    max-width: 150%;
  }

  .manage {
    margin-top: 100px;
  }

  #management {
    height: 620px;
    background-size: initial;
  }

  .change_manage {
    margin-top: 179px;
  }

  .home #our-product .about-product ul a {
    margin-top: -8px;
    bottom: 50px;
  }

  .prod #revolution img {
    margin-left: 0;
    margin-top: -25px !important;
    width: 150px;
    margin-right: 29px;
  }

  .prod .schema h3 {
    color: #000 !important;
    font-size: 1.1em !important;
    font-weight: 700;
    letter-spacing: -1px !important;
    line-height: 1.3 !important;
    color: #fff !important;
  }

  .prod .schema p {
    color: #113fa1 !important;
  }

  .prod .schema p {
    font-size: 1.1em !important;
    margin-top: 1px !important;
    text-transform: capitalize;
  }

  .prod #revolution .schema.first {
    top: 15px;
    left: 12px;
  }

  .prod #revolution .schema.second {
    top: 13px;
    left: 261px;
    font-size: 90%;
  }

  .prod #revolution .schema.second h3, .prod #revolution .schema.second p {
    text-align: left;
    color: #fff !important;
  }

  .prod #revolution .schema.third {
    top: 167px;
    right: 304px;
    line-height: 2;
  }

  .prod #revolution .schema.fourth {
    top: 176px;
    right: -66px;
    font-size: 90%;
  }

  .prod #revolution .schema.fourth h3, .prod #revolution .schema.fourth p {
    text-align: left;
    color: #fff !important;
  }

  .prod #revolution .schema.fifth {
    left: 10px;
    top: 333px;
  }

  .prod #revolution .schema.sixth {
    top: 328px;
    left: 261px;
    font-size: 90%;
  }

  .prod #revolution .schema.sixth h3, .prod #revolution .schema.sixth p {
    text-align: left;
    color: #fff !important;
  }
}
