

blockquote {
    color: white;
   background: rgb(89, 202, 202);
   /* font-family: "Ubuntu", sans-serif; */
   position: relative;
  
   left: 30%;
   font-size: 17px; 
   padding: 30px 50px !important;
   margin: 0 0 20px;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, 0, 0);
       text-transform: uppercase;
  
   width: 500px;
   /* font-family: 'open sans'; */
   text-align: center;
   text-align: center;
   margin-left: 80px;
 }
   blockquote:before, blockquote:after {
     position: absolute;
     width: 60px;
     height: 60px;
     font-size: 90px;
     line-height: 1; }
   blockquote:before {
     top: 0;
     left: 10px;
     content: "\201C"; }
   blockquote:after {
     bottom: 0;
     right: 10px;
     content: "\201D"; }
 
 
     .innerquote
     {
       max-width: 300px;
     }
  
   
 
.servtable
{
    width:100%;
    padding-left: 50px;
    padding-top: 20px;
}

.servtable ul
{
    padding-left : 0 !important;
}

.servtable li
{
    font-weight: bold;
    text-transform: uppercase;
    height: 27px;
    background: url(../images/bullet_red.png) no-repeat -3px -1px !important;
    padding-left: 15px !important;
}
.antable {
    width: 100%;
}
.linktr {
    border-bottom: solid 1px #ddd;
    height: 75px;
    font-size: 16px;
    /* font-family: 'Exo', sans-serif; */
    font-weight: bold;
}

.actiontd {
    width: 300px;
}

.nametd {
   
    font-size: 16px;
}

