.plpGallery{
    background-image: url(https://yourtkhomes.com/index.php/download_file/192/0);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left bottom;
    padding-top: 10px;
    padding-bottom: 50px;
}

.plpGallery-coList{
   background-image: linear-gradient(rgba(68, 129, 192), rgba(31, 31, 53, 1));
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left bottom;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom:0px;
   
}

.frm-bg{
    margin: 4px 16px 4px 16px;
    padding: 20px 16px 30px 16px;
    background-color:#eeeeee;
    color:#666666;
    border-radius: 16px;}
    
.js-frm-bg{
    margin: 4px 16px 4px 16px;
    padding: 20px 16px 30px 16px;
    background-color:#4481c0;
    color:#ffffff;
    border-radius: 16px;}

.hl-area-pad {
    margin-top: 30px;
    padding: 10px 18px 40px 18px;
}
.caps {
  text-transform: uppercase;
}

.hl-area-coList{ color: white;}

.iframe-container-zillow{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container-zillow iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tkRed {height:3px;border-width:0;color:#b80004;background-color:#b80004}
.tkWhite {height:3px;border-width:0;color:#ffffff;background-color:#ffffff;}

.fsSteps{ background-color:#ccc; padding: 20px 10px 20px 10px;}

.blogHead, .blogHead > h1{
    color: white;
    text-shadow: 3px 3px 4px #000000;
    font-weight:bolder;
}

.page-title {font-weight:bolder;
}

.frm-cat{
    color:cornflowerblue;
    font-style:italic;
    font-weight:bold;
}

.reviewS-bg {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #999;
    padding: 0 12px 0 12px;
    margin-bottom: 30px;
}