
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.motor-img {
  width: 100%; padding-top: 1rem;
}

.motor-card-body {
  padding: 30px; 
  box-shadow: 0 0 15px 10px #ccc;
  padding: 34px; 
  border-radius: 20px;
}

/*.form-card-text {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 17px;
}*/


.form-control
{
  font-size: 0.8rem !important;
}

.custom-file-label
{
  font-size: 0.8rem;
}

.motor-form-text {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #af0b06;
}

.btnn {
  border: 0px solid #b8c1c9;
  width: 100%;
  height: 43px;
  border-radius: 10px;
  background: #af0b06;
  color: #fff;
}

.btn-n{
  border: 0px solid #b8c1c9;
  width: 100%;
  height: 36px;
  border-radius: 10px;
  background: #af0b06;
  color: #fff;
  font-size: 0.8rem;
}

.btnn:hover {
  color: #fff;
}

.col #motor_type{
  width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 0.8rem;
    padding: 6px 9px;
    color: #808387;
}

#aa {
text-decoration: none;
color: #fff;
}

.span {
  color: #fff;
}

.span-checkbox {
  font-size: 0.8rem;
}

.input-container {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  height: 46px;
  width: 300px;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.checkbox-text {
  margin-top: 10px;
}


.heading_text {
  font-size: 29px;
  font-weight: 800;
  color: #af0b06;
  font-family: Lora;
}

#demo .indicate-motor {
  border-radius: 50%;
  /*background-color: #145f91;*/
  width: 10px;
  height: 10px;
  border: 3px solid #145f91;
}

#demo .motor{
  margin-bottom: -21px;
}
.img-robo {
  width: 32px;
  display: inline;
  margin-left: 38px;
}

.motor-checkbox {
  margin-top: 14px; 
  margin-left: 20px;
}



@media only screen and (max-width: 768px) {

.card-img {
  padding-top: 2rem;
}
}

/*---- Slick Slider ----*/


 .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


    /*-----slick slider---------*/
    button.slick-prev.slick-arrow{
      overflow: hidden;
      background: transparent;
      border: 0;
      position: absolute;
      left: -25px;
      right: auto;
      z-index: 11;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius:80%;
    }

    button.slick-prev.slick-arrow:after {
      content: "<";
      position: absolute;
      left: 0;
      right: 0;
      top: 0px;
      bottom: 0;
      background: #9d110d;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }

    button.slick-next.slick-arrow {
      position: relative;
      width: 40px;
      overflow: hidden;
      background: transparent;
      border: 0;
      position: absolute;
      left: auto;
      right: -25px;
      z-index: 11;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      border-radius: 80%
    }

    button.slick-next.slick-arrow:after {
      content: ">";
      position: absolute;
      left: 0;
      right: 0;
      top: 0px;
      bottom: 0;
      background: #9d110d;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }


    /*---------End slick slider------*/












