.features-my-container{
    margin-bottom: 170px;
    position: relative;
}
.register-container{
    margin-bottom: 20px !important;
}
 .features{
    padding: 26px 0px;
    top: -100px;
    position: absolute;
    border-radius: 10px;

}
.feature{
    width: 100%;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    margin: 0rem 2.5rem;
    padding: 2rem 2rem;
     overflow: hidden;
     position: relative;
     transition: all 0.3s ease-in-out;
     /* height: 100%; */
     cursor: pointer;
} 

.feature:hover{
    transform: scale(1.1) translateY(-10px);    
}
.hover-content h4{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.hover-content{
    position: absolute;
    width: 100%;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
.hover-content:hover{
    background-image: linear-gradient( 174.2deg,  rgb(228, 254, 255) 7.1%, rgb(220, 218, 253) 67.4% );  
    opacity: 1;
}

.every-day-payout{
  background: #F4F4E4;
}
.zero-commission{
    background: #E4F2FC;
}
.express-delivery{
    background: #F8ECE4;

}
.speed{
    background: #E4E6FC;

}
.one-window{
    background: #E4F8E6;
}
.feature img{
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}
.feature p{
   text-align: center;
   font-size: 18px;
   font-weight: 500;
   margin: 10px 0px;
}
.feature-heading-my-container{
    display: flex;
    justify-content: center;
}
.register-text{
    width: 100%;
}
.feature-heading{
    color: black;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 20px 25px 20px;
    max-width: 100%;
    text-align: center;
}
.feature-heading-2{
    color: black;
    font-size: 40px;
    font-weight: bold;
    margin: 50px 0px 60px;
    max-width: 1000px;
    text-align: center;
}
.register-text-para{
    font-size: 18px;
    text-align: center;
    /* margin-bottom: 1.5rem; */
    margin: 0rem 3rem;
}
.card-my-container{
    width: 33.33%;
    border-right: 1px solid #29BB89;
    padding: 0px 17px;
}
.card-my-container:last-child{
    border-right: none;
}
.card-my-container:nth-child(1){
    text-align: left;
}
.card-my-container:nth-child(2){
    text-align: center;
}
.card-my-container:nth-child(3){
    text-align: right;
}
.card{
    width: 225px;
    text-align: left;
    position: relative;
}
.card .title img{
    height: 27px;
    width: auto;
    margin-right: 13px;
}
.card .title p{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
}
.card .description{
    margin: 20px 0px 40x;
    font-size: 15px;
}
.card .my-btn{
    width: 150px;
    padding: 3px 7px;
    border-radius: 7px;
    background-color: #29BB89;
    border-color: #29BB89;
    color: white;
    position: absolute;
    bottom: 0px;
}


@media screen and (min-width: 1700px){
    .features-my-container{
        margin-bottom: 114px;
    }
    .features{
        padding: 40px 96px;
        top: -150px;
    }
    .feature{
        width: 379px;
    }
    .hover-content h4{
        font-size: 16px;
        line-height: 28px;
    }
    .hover-content{
        padding: 20px;
    }
    .feature img{
        width: 82px;
        margin-right: 38px;
    }
    .feature p{
        font-size: 26px;
        line-height: 42px;
    }
    .feature-heading{
        font-size: 50px;
        line-height: 70px;
        max-width: unset;
        width: 1500px;
        margin: 100px 0px 30px;
        padding: 0px;
    }
    .feature-heading-2{
        font-size: 60px;
        line-height: 90px;
        max-width: unset;
        width: 1500px;
        margin: 208px 0px 129px;
        padding: 0px;
    }
    .card-my-container{
        padding: 0px;
    }
    .card{
        width: 350px;
        text-align: left;
    }
    .card .title img{
        height: 40px;
        margin-right: 20px;
    }
    .card .title p{
        font-size: 40px;
        line-height: 35px;
    }
    .card .description{
        margin: 30px 0px 50px;
        font-size: 20px;
        line-height: 32px;
    }
    .card .my-btn{
        width: 180px;
        padding: 0px;
        height: 50px;
        border-radius: 10px;
    }

  
    
}
/* CSS FOR MOBILE */
/* 320 480 768 1024 */
@media screen and (max-width: 600px) {
 
    .features-my-container{
        margin:0px;
        padding: 10px 0px 30px;      
        flex-direction: column;
    }
    .features{
        flex-direction: column;
        box-shadow: none;
        padding: 20px 20px ;
        top: 0px;
        position: static;
        align-items: center;
    }
    .feature{
        width: 100%;
        padding: 30px;
        flex-direction: column;
        border-radius: 15px;
        border: none;
        margin: 10px 0px;
        /* box-shadow: 10px 5px 20px rgba(0,0,0,0.4); */
    }
    .feature:hover{
        transform: scale(0.95) translateY(0px);    
    }
    .hover-content{
        position: relative;
        opacity: 1;
    }
    .hover-content:hover{
        background-image: none;
        height: 100%;
    }
    .hover-content{
        padding: 0px;
    }

    .feature img{
        width: 45px;
        height: 45px;
        margin-right: 0px;
    }
    .feature p{
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        padding-top: 5px;
        line-height: 36px;
        margin: 0px;
    }
    
    .feature-heading{
        font-size: 20px;
        margin: 0px;
        width: 100%;
        padding:0px 20px;
    }
    .feature-heading-2{
        font-size: 22px;
        margin: 10px 0px 40px;
        width: 100%;
        padding:0px 10px;
    }
    .register-text-para {
        font-size: 16px;
        padding: 0px;
        margin: 10px 20px;
    }
    .card-group{
        flex-direction: column;
        padding: 0px 10px;
    }
    .card-my-container{
        width: 100%;
        border-right: 0px;
        padding: 15px 20px;
        margin: 10px 0px;
        border: 1px solid rgba(0, 0, 0, 0.25)   ;
        border-radius: 15px;
    }
    .card{
        width: 100%;
    }
    .card .title img{
        height: 20px;
        width: auto;
        margin-right: 8px;
    }
    .card .title p{
        font-weight: 600;
        font-size: 18px;
    }
    .card .description{
        margin: 10px 0px 20px;
        font-size: 13px;
    }
    .card .my-btn{
        width: 150px;
        padding: 3px 7px;
        border-radius: 7px;
        background-color: #29BB89;
        border-color: #29BB89;
        color: white;
        position: static;
    }   
 /* register Card  */
 .register-container{
     padding: 10px !important;
 }
    .register-card{
        padding: 1rem !important;
        margin: 10px !important;
        width: 100% !important;
    }
    .register-card h2{
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }
    .register-card p{
        font-size: 14px !important;
        padding: 0px 0px 20px 0px !important;
        
    }
    .register-card img{
        margin: auto;
        width: 40px !important;
        height: 40px !important;
    }
    .realize-card {
        padding: 2rem!important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px){
    .features{
        flex-direction: column;
        box-shadow: none;
        padding: 20px 20px ;
        top: 0px;
        position: static;
        align-items: center;
    }
    .feature{
        width: 100%;
        padding: 30px;
        flex-direction: column;
        border-radius: 15px;
        border: none;
        margin: 10px 0px;
    }
    .feature:hover{
        transform: scale(0.95) translateY(0px);    
    }
    .hover-content{
        position: relative;
        opacity: 1;
    }
    .hover-content:hover{
        background-image: none;
        height: 100%;
    }
    .hover-content{
        padding: 0px;
    }
   .register-card{
        width: 100% !important;
   }
    .features-my-container{
        margin-bottom: 0px;
    }
    
    .feature-heading{
        color: black;
        font-size: 30px;
        font-weight: bold;
        margin: 80px 0px 20px;
        max-width: 800px;
        text-align: center;
    }
    .feature-heading-2{
        color: black;
        font-size: 30px;
        font-weight: bold;
        margin: 80px 0px 66px;
        max-width: 800px;
        text-align: center;
    }
    .feature-heading-my-container .para{
        font-size: 20px;
    }
    .card-my-container{
        width: 33.33%;
        border-right: 1px solid #29BB89;
        padding: 0px 17px;
    }
    .card-my-container:last-child{
        border-right: none;
    }
    .card-my-container:nth-child(1){
        text-align: left;
    }
    .card-my-container:nth-child(2){
        text-align: center;
    }
    .card-my-container:nth-child(3){
        text-align: right;
    }
    .card{
        text-align: left;
    }
    .card .title img{
        height: 27px;
        width: auto;
        margin-right: 13px;
    }
    .card .title p{
        font-weight: 600;
        font-size: 25px;
    }
    .card .description{
        margin: 20px 0px 40px;
        font-size: 15px;
    }
    .card .my-btn{
        width: 150px;
        padding: 3px 7px;
        border-radius: 7px;
        background-color: #29BB89;
        border-color: #29BB89;
        color: white;
    }

    
}

@media screen and (min-width: 1000px) and (max-width: 1100px){
    .feature{
        margin: 0rem 0.6rem;
    }
    .hover-content h4{
        font-size: 12px;
        line-height: 20px;
    }
    .hover-content{
        padding: 20px;
    }
    .register-card{
        margin: 10px !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1200px){
   
    .hover-content h4{
        font-size: 12px;
        line-height: 22px;
    }
    .hover-content{
        padding: 20px;
    }
}
/* Register as a QuickSe Store */
.register-container{
    flex: 1;
    padding: 10px;
    flex-wrap: wrap;
}
.register-card{
    padding: 2rem;
    margin: 1rem;
    width: 30%;
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.register-card h2{
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    margin: 10px 20px;
    /* font-family:  sans-serif ; */
}
.register-card p{
    color : #636363;
    font-size: 16px;
}
 .register-card img{
    width: 60px !important;
    height: 60px !important;
    display: block;
    margin: auto;
}

.realize-container{
    width: 100% !important;
    margin: 0px !important;
}
.realize-card {
    padding: 3rem ;
}
.realize-card h1{
   margin: 20px 10px 10px 10px;
}
