.protipbg {
    background-image: url("~/Content/images/pro-tipsbg.png");
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.protipTitle{text-align:center; width:100%; height:auto; margin-bottom:40px;}

.protipTitle h4{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin:0px auto; display:inline-block; color:#2A2B2A; position:relative; padding-bottom:20px; margin-bottom:30px; 
    }
.protipTitle h4 span{color:#50DBB2;}
.protipTitle h4:before{position:absolute; left:0; bottom:0px; content:""; border-bottom:2px solid #3DA889; width:100%;}
.protipTitle h4:after{position:absolute; left:0; bottom:-2.5px; content:""; border-bottom:8px solid #50DBB2; width:51px;}



.protip-main
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}

.protip-content

{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
}
.protipTitle p
{
   text-align: center;
    max-width: 1000px;
    margin: 0 auto;


}
.protip-data
{
display: flex;
justify-content: space-between;
width: 100%;

}
.left-data
{
    width:58%;
}
.right-data
{
    width:38%;
    display: flex;
    flex-direction: column;
    align-items: space-evenly;
    gap:8px;
    padding-top: 60px;
   
}
.right-data p
{
    
   font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    white-space: normal;
    padding: 20px;
    line-height: 1.2;
    
}
.tipp-right
{
  display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3sease;
    box-shadow: 0px 5px 10px 0px #3DA88940;
    border: 1px solid #3DA889;
    border-radius: 20px;
    margin-bottom: 20px;
}
.tipp-right:hover
{
    border: 1px solid #3DA889;
    background: #3DA889;
    color: #fff;

}
.tipp-right:hover p{
    color: #fff;
}


.blockimg
{
    /* width: 185px;
height: 170px; */


}

.proo-head
{
        font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #000000;
}
.tip-explain
{
margin-top: 30px;

}
.protip-data img {
    border-radius: 20px;
}
.tipp-right img.blockimg {
    width: 180px;
    height: 140px;
    display: block;
    object-fit: cover;
}

.tipp{
border-left: 7px solid #50DBB2;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px 0px #3DA88940;
    border-radius: 10px;
}
.tipp p{
    margin: 0;
    font-size: 14px;
}
.tippspan
{
   font-size: 18px;
font-weight: 500;

}



 @media screen and (max-width: 990px) {
    .left-data, .right-data {
        width: 100%;
                max-width: 100% !important;
    }

}



 @media screen and (max-width: 768px) {

.tipp-right img.blockimg {
    width: 120px;
    height: 90px;
    display: block;
    object-fit: cover;
    min-width: 120px;
}
    .protip-data {
        flex-direction: column;
    }

    

    .left-image {
        width: 80%;
    }
}




@media screen and (max-width: 480px) {
    .protipTitle h4 {
        font-size: 24px;
    }

    .protipTitle p, .tip-explain {
        font-size: 14px;
    }

    .right-data p {
        font-size: 18px;
        
    }

    .tippspan {
        font-size: 18px;
    }

   






}


