/* ---- Product desc starts ---*/

.product_mfa_desc{
    padding: 70px 0 83px;
}


.product_mfa_desc_inner .w3-row{
	position:relative;
}

.product_mfa_desc_inner h3{
    font-size: 43px;
    font-weight: 300;
    color: #3ca6b0;
    line-height: 62px;
}
.product_mfa_desc_inner .w3-row:before {
    content: '';
    display: block;
    position: absolute;
    top: -29px;
    bottom: 80px;
    left: 0;
    right: 25%;
    background-color: #f8f8f7;
    z-index: -1;
}

.product_mfa_desc_inner .content_box {
    padding: 5px 100px 1px 40px;
    position: relative;
    background-color: #f8f8f7;
}

.product_mfa_desc_inner .content_box h2{
    font-size: 46px;
    font-weight: 700;
    color: #3ca6b0;
    line-height: 34px;
}

.product_mfa_desc_inner .content_box:after{
	content:'';
	display:block;
	border-left:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	position:absolute;
	left:0;
	top:6%;
}
.product_mfa_desc_inner .img_box img{
    margin-top: 59px;
}

/* ----Benefit ----*/

.mfa_benefit h3 {
    color: #09a2c5;
    font-size: 36px;
    text-align: right;
    line-height: 45px;
    margin: 0;
}

.mfa_benefit .w3-row.p{
  margin-left: -10px; 
  margin-right: -10px; 
}
.mfa_benefit .w3-row.p > .w3-col.l3{
  padding:10px; 
}

.mfa_benefit_box {
    background: #f5f5f4;
    padding: 10px;
    height: 188px;
    position: relative;
}

.mfa_benefit_box:before {
    content: '';
    display: block;
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    top: 65%;
}

.mfa_benefit_box h3{
    color: #c8c8c8;
    font-size: 43px;
    margin: 0;
    font-weight: 900;
    text-align: left;
}

.mfa_benefit_info {
    display: flex;
    position: absolute;
    bottom: 22px;
    width: 66%;
    right: 5px;
}
.mfa_benefit_info.small_{
	width:60%;
}
.mfa_benefit_info p {
    text-align: left;
    margin: 0;
    padding-left: 10px;
    font-weight: 600;
    align-self: flex-end;
    font-size: 16px;
    line-height: 24px;
}

.mfa_benefit_info img{
    height: fit-content;
    align-self: flex-end;
	max-width: 61px;
}


/* ---features ---*/

.p-inner {
    background-color: #f2fafc;
    color: black;
    padding: 13px 11px;
    height: 159px;
    position: relative;
	display: flex;
    align-items: center;
    text-align: center;
}

.p-inner:before {
    content: '';
    border-left: 20px solid transparent;
    border-top: 20px solid white;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: -4px;
    right: 20px;
}
.p-inner p {
    font-size: 14px;
    color: black;
    font-weight: 600;
    line-height: 21px;
    padding: 15px;
    text-align: center;
	width:100%;
}
.mfa_product_features .w3-row.p{
  margin-left: -10px; 
  margin-right: -10px; 
}
.mfa_product_features .w3-row.p > .w3-col.l3{
  padding:10px; 
}

.mfa_product_features h3 {
    color: #09a2c5;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}



.mfa_product_features{
    padding: 20px 0 40px;
}

.para-mfa {
    background: #f5f5f4;
    margin: 0 14px 0 0;
    padding: 20px;
    height: 249px;
}

.features-info-mfa{
    margin-top: 45px;
}
.para-mfa p{
    font-size: 15px;
    font-weight: 500;
}
/*---Responsive ------*/

@media screen and (max-width: 767px){
    
.product_mfa_desc {
    padding: 35px 0 0px;
}


.w3-btn.theme_btn.read_more {
    z-index: 1;
    width: fit-content;
    margin-top: -9px;
}

.product_mfa_desc_inner .w3-row:before {
   
    background-color: transparent;
    
}

.product_mfa_desc_inner h3 {
    
    
    font-size: 38px;
    line-height: 46px;
    
    
}
.product_mfa_desc_inner .content_box:after {

    top: 4%;
}

.product_mfa_desc_inner .content_box {
    
    padding: 20px 31px;
    
}
.mfa_benefit h3 {
    
    font-size: 36px;
    text-align: left;
   
}

.mfa_benefit h3 br{
    
    display:none;
   
}

.para-mfa {
  margin: 0 0 0 0;
    height: auto;
}

.mfa_benefit_info.small_ {
    width: 83%;
}

.mfa_benefit_info{
bottom: 60px;
width: 77%;
}
.mfa_benefit_info p br{
    display:none;
}




}