@charset "utf-8";
/* CSS Document */



.hed {
    text-align: center;
    font-size: 32px;
    padding-top: 2%;
    padding-bottom: 2%;
}



h3.box-t {
    padding-bottom: 9px;
    padding-top: 15px;
}


.row.up {
    text-align: center;
    font-size: 21px;
    
}

section.head-box {
        background: -webkit-linear-gradient(#e60003, #af0202);
    color: aliceblue;
}


.row.normal {
    padding-bottom: 43px;
}


strong.str {
    margin-left: 25px;
}

p.t-str {
    font-size: 22px;
}
.col {
    font-size: 17px;
}
 .list-group-item:first-child {
    border-top-width: 0;
    font-size: 17px;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-top: 20px;
}
.list-group-item.height {
    padding: 23px;
}
strong.pol {
    font-size: 15px;
}

h4.policy {
    font-size: 26px;
}

.kg {
    font-size: 15px;
}
.kga {
    padding-left: 63px;
}
.kgc {
    padding-left: 17px;
}



table {
  
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  
  padding: 8px;
}






/*@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");*/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
    box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 5px;
  margin: 0px;
  padding-top: 13px;
  
}



i.fa.fa-arrow-right {
    margin-right: 21px;
}
  
  
.pro {
    font-weight: 600;
    font-size: 36px;
    color: crimson;
}
.con {
    font-weight: 600;
    font-size: 36px;
    color: crimson;
    color: -webkit-linear-gradient(#e60003, #af0202);
}



.spa {
    margin-bottom: 60px;
}