.bk-testimonials-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding: 20px 20px 20px 20px;*/
    
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    
 
}

.bk-test-image {
    
    width: 100%;
    
    
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    height: auto;

}

.bk-testimonials-container {
    
    width: 100%;
    

    
}

.bk-testimonials-wrapper {
    
    border-bottom: 1px solid rgba(0,0,0,1.00);
    border-top: 1px solid rgba(0,0,0,1.00);
    
    
}

.bk-testimonials-Para-wrapper {
    
    
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
}

.content {
    
    
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    
}

.bk-left-quote-wrapper {
    
  position: absolute;
    top: 10px;
        
    left: 0px;
    
  
    width: 100px;
    height: 100px;
    
    
    -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
    background-repeat:   no-repeat;
    -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  -o-background-repeat: no-repeat;
    background-position: left top;
    
}

.bk-right-quote-wrapper {
    
  position: absolute;
    bottom: 10px;
        
    right: 0px;
    
  
    width: 100px;
    height: 100px;
    
    
    -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
    background-repeat:   no-repeat;
    -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  -o-background-repeat: no-repeat;
    background-position: right bottom;
    
}





.bk-test-button-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bk-test-button {
    cursor: pointer;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	font-weight: 400;
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 5px 0px 5px 0px;border-style: solid;
    border-width: 1px;
    border-color: black;
    -webkit-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    -moz-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    -o-transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    transition: color 0.2s ease,border 0.2s ease-out,background 0.2s ease-out;
    margin-bottom: 0px;

}

.bk-test-button:hover {
    display: block;
    
    
    color: black;
    background-color: rgba(255,255,255,0.7);
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.bk-test-subhead {
    
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 24px;
	font-weight: 400;
    text-decoration: none;
    color: rgb(130,130,130);
    
    padding: 5px 0px 5px 0px;
    
    margin-bottom: 0px;

}

.testbookmark {
    
    margin-top:-120px;
    padding-bottom:120px; 
    display:block;
}

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

   .bk-left-quote-wrapper {
    
  
    width: 75px;
    height: 75px;
    
    
}

.bk-right-quote-wrapper {
    
 
    width: 75px;
    height: 75px;
  
    
} 
    
    .bk-test-button-wrapper {
    
    padding-top: 10px;
    
}
    
    .testbookmark {
    
    margin-top:-30px;
    padding-bottom:30px; 
    display:block;
}
    
    
}






