.crm-container{
  padding-top: 100px;
}

.banner-section{
  background-image: url('../../img/crm/handshake.jpeg'); 
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
}

.banner{
  margin-top: 150px;
  margin-left: 50px;
  padding: 25px;
  
  background-color: rgba(255, 255, 255, 0.6);
}

.banner > h{
  color: white !important;
}

.box{
  border-bottom: solid 1px #393939;
  margin-left: 15%;
}

.crm-content{
  margin: auto;
  padding-top: 50px;
  width: 70%;
}

.crm-section{
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.crm-section-header{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.flow-circle{
  height: 2em !important;
  width: 2em !important;
  line-height: 1em !important;
  padding-top: 0.5em !important;
  transition: all .2s ease-in-out;
}

.flow-arrow{
  width: 20%;
}

span.flow-circle:hover{
  transform: scale(1.3);
}

.flow-line {
  position: absolute;
  color: white;
}

.flow-pic{
  width: 100%;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 130px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
  line-height: 10;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 800px;
  height: 100%;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.sales-pic{
  margin-top: 50px;
}