.about-front{
    margin-top: 40px;
}

.about-front h6{
    color: #F05295;
    font-style: italic;
}

.about-front h1{
    line-height: 1.3;
    margin-bottom: 10px;
}

.about-front p{
    line-height: 2;
}

.about-front-pic img{
    width: 100%;
}

.home-services-pic img{
    width: 100%;
}

.home-services-info h6{
    color: #F05295;
    font-style: italic;
}

.spa-home-services{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 3px;
}

.span-services{
    height: 100px;
    margin: 20px 0px 20px 0px;
}

.icon-background{
    position: relative;
    background: #591782;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    transition: 0.3s;
}

.icon-background:hover{
    background: #F05295;
}

.services-home-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.services-home-icon img{
    width: 100%;
}

.span-services p{
    color: #b3b3b3;
}

.pricing-table {
  display: block;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
  
}
.pricing-table > img,
.pricing-table a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
}
a.pricing-table:hover,
a.pricing-table:focus,
a.pricing-table.active {
  border-color: #337ab7;
}
.pricing-table .caption {
  padding: 20px;
}

.pricing-table .top-caption{
    margin-top: -70px;
    padding: 10px;
}

.pricing-table .top-caption h5{
    font-size: 18px;
}

.caption p{
    line-height: 2;
    color: #b3b3b3;
}

.caption .fa{
    font-size: 11px;
    color: #F05295;
}

.pricing-table .order-btn{
    padding: 5px 20px 25px 20px;  
}

.order-btn .btn-custom{
    padding: 6px 18px;
    font-size: 13px;
}



/* ============================ 
	THEME BREAKPOINTS VIEW
   ============================ */

@media (max-width:1200px) { 
.about-front{
    margin-top: 30px;
}
    
}


@media (max-width:992px) { 
    
.pricing-table{
    margin: 20px 0px 20px 0px;
}
    
    
.span-services{
    height: 80px;
}
    
.inner-home-services h5{
    padding-top: 10px;
}
    
.home-services-pic{
    margin-bottom: 50px;
}

}

@media (max-width:767px) {  
.about-front{
    margin: 30px 0px 30px 0px;
}
    
.home-services-info{
    margin-top: 30px;
}
    
}

@media (max-width:576px) {  
    
.icon-background{
    width: 60px;
    height: 60px;
}
    
.services-home-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
    
.last-box{
    margin-bottom: 0px;
}
 
.span-services p{
    font-size: 13px;
}
    
.inner-home-services h5{
    padding-top: 0px;
}
    
}






































