body,html{
    background-color: #EEF4FF;
    
}

.main{
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #EEF4FF;

}
.firstcontainer{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    /* height: 600px; */
    /* background-color: aquamarine; */
    background-color: #EEF4FF;
    padding: 2rem 0rem;

}
.leftsideText{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0rem 2rem;
    gap: 1rem;
    
}
.leftsideText h2{
    font-size: 2.5rem;
    font-weight: 900;
}
.leftsideText h2 span{
    color: #2AA699;
}

.leftsideText img{
    width: 500px;
}
.leftsideText p{
   font-size: 1.2rem;
   border-radius: 0.3rem;
}
.leftsideText h2{
    font-size: 2rem;
    font-weight: 200;
}
.secondContainer{
    width: 100%;
    height: 200px;
    background-color: rgb(235, 232, 232);
    position: relative;
    display: flex;
    
    
}
.easySteps{
    width: 100%;
    height: 200px;
    background-color: white;
    border-radius: 2rem;
    position: absolute;
    top: -1rem;
    left: 27%;
    transform: translate(-20%,-1%);
    box-shadow: inset 1px 2px 10px 0px rgba(0, 0, 0, 0.75);

    
}
.easySteps h2{
    text-align: center;
    padding: 1.4rem 0rem;
}
.easySteps h2 span{
    color: #2AA699;

}
.threeSteps{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.threeCounting{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.threeCounting p{
    font-size: 1rem;
    color: gray;
}
.threeCounting h1{
    color: #2AA699;
}
.thirdContainer{
    width: 100%;
    /* height: 600px; */
    background-color: #EEF4FF;
   
    padding: 2rem 1rem;
}

.paidServiceContainer{
    display: flex;
    position: relative;

}

.thirdContainer h1{
font-size: 2rem;
margin-bottom: 3rem;

/* padding: 1rem 8rem; */
}
.thirdContainer h1  span{
    color: #2AA699;
}
.bothSideLogo {
    width: 60%;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;

}
.sixLogos h3{
    font-size: 1.7rem;

}
.sixLogos h4{
    font-size: 1.2rem;
    color: gray;

}
.sixLogos p{
    color: rgb(78, 78, 78);
}
.sixLogos{
    width: 40%;
}
.paidServiceContainerImg img{
    position: absolute;
    top: -8rem;
}
.paidServiceContainerImg button{
    position: absolute;
    top: 27.6rem;
    right: 4.2rem;
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
    border-radius: 0.2rem;
    border: none;
    background-color: #2AA699;
    color: #fff;
}



.card-holder {
    width: 100%;
    /* height: 300px; */
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
}

.card {
    /* height: 300px; */
    /* width: 400px; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    /* box-shadow: -10px -6px 10px -7px rgba(0, 0, 0, 0.75); */
    box-shadow: inset 1px 2px 10px 0px rgba(0, 0, 0, 0.75);
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;

}

.card:hover {
    transform: scale(1.04);
}

.card p {
    font-size: 1.3rem;
}

.card button {
    width: 250px;
    background-color: #2AA699;
}

.card .card-heading {
    color: #2AA699;
    font-size: 1.3rem;
    font-weight: 900
}

.plans-section {
    background-color: #0A0442;
}






.vyapar{
    background-color: #EEF4FF;
}
.vyapar-main {
    display: flex;
    gap: 2rem;

}

.vyapar-left {
    /* background-color: #2AA699; */
    padding: 1rem;
    width: 40%;
}

.vyapar-right {
    /* background-color: green; */
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    /* height: 200px; */
    gap: 1rem;
}

.vyapar-right-content {
    display: flex;
    align-items: center;
    gap: 1rem;

}

.vyapar-right-content p {
    font-size: 1.2rem;
    color: #000;
}
.vyapar-right-content img{
    width: 50px;
}