/*
.subTitle{text-align:center; width:100%; height:auto; margin-bottom:60px;}
.subTitle h4{margin:0px auto; display:inline-block; color:#2A2B2A; position:relative; padding-bottom:20px; margin-bottom:20px; }
.subTitle h4{font-family: Lato;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    text-align: center;
    }
.subTitle h4 span{color:#50DBB2;}
.subTitle h4:before{position:absolute; left:0; bottom:0px; content:""; border-bottom:2px solid #3DA889; width:100%;}
.subTitle h4:after{position:absolute; left:0; bottom:-2.5px; content:""; border-bottom:8px solid #50DBB2; width:51px;}
.sub
{
    background: #F6FAFF;
margin-top: 50px;
padding-top: 50px;;
}
.sub.container
{
    width: 50%;
}
.col-custom {
    max-width: 393px;
    /* max-height: 549px; 
    margin-bottom: 35px;
    border: 2px solid #24A982;
    
    height: 100%;
    width: 100%;
    padding: 37px;
    border-radius: 30px;
    border: 2px;
    opacity: 0px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #24A982;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: transform 0.6s ease-in-out ;


}
.col-custom:hover{

  transform: scale(1.05);
  background: #24A982;
  
}

@media (min-width: 768px) { 
    .col-custom {
       
    }
    .col-custom:last-child {
        margin-right: 0;
    }
}
.row-custom {
    display: flex;
    flex-wrap: wrap;
    background: #F6FAFF;
    justify-content: space-evenly;

}
.row-custom > div {
    margin-bottom: 35px;


}
/*.type
{
    font-family: Lato;
font-size: 36px;
font-weight: 700;
line-height: 29px;
text-align: center;
color:#161032;


}
.pricee
{
display:flex;
justify-content: center;
text-align: center;
gap:5px;
margin-top: 25px;


}
.start-from
{
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color:#9D9D9D;
    display: flex;
    justify-content: center;
    align-items: center;

    
}
.pricee-amt
{

    font-family: Lato;
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
    text-align: end;

    color: #50DBB2;

    
}
.pricee-period
{
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #50DBB2;
    
}
.included
{
display: flex;
flex-direction: column;
margin-top:10px ;
}
.point-text
{
margin-top: 20px;;
display: flex;
align-items: center;
gap:10px;


}
.select-plan-btn
{
    
    padding: 15px 38px 15px 38px;
   
    border-radius: 30px;
    background: #24A982;
    color:#FFFFFF;
    border: none;
    margin-top:25px ;

    
    
}
.point-text span{
    font-family: Lato;
font-size: 17px;
font-weight: 400;
line-height: 26px;
color: #6E6E6E;


}
.col-custom:hover .select-plan-btn
{
    color:#24A982;
    background: #FFFFFF;
}
.col-custom:hover .type
{
    color:#FFFFFF;
}
.col-custom:hover .start-from
{
    color:#FFFFFF;
}
.col-custom:hover .pricee-amt
{
    color:#FFFFFF;
}
.col-custom:hover .pricee-period
{
    color:#FFFFFF;
}



.col-custom:hover .point-text span
{
    color:#FFFFFF;
}
.col-custom:hover path
{
    fill:#FFFFFF;
}
@media only screen and (max-width: 700px) {

    .col-custom{
        width: 90%;
    }
  }
*/