@charset "UTF-8";
/* CSS Document */

 .pageTitle {
  font-family: Sofia-Pro;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
 
   color: #3fb9e0;
  padding-top: 30px;
  padding-bottom: 60px;	
		
	}
	


	
	
  .mainTxtBespoke {
  font-family: Sofia-Pro;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 20px;
  color: #555555;	
		
	}
	
.card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 10px;
}

.btn-link {
	
  font-family: Sofia-Pro;
  font-size: 19px;
  
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
	
}

.a:btn-link:hover { 
  background-color: #555555 !important;
  
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.iconmove {
padding-right: 20px;	
	
}
