
.main-content{
    background-color: #EFEEF0;
}

#subcription{
    background-color:#EFEEF0;
 padding-bottom: 70px;
}




.select-tabs .btn{
    width: 230px;
    padding:15px 0;
    margin: 5px;
    border-radius: 20px !important;
    box-shadow:  3px 3px 1px #d6d6d6;
    background: none;
    color: #181818;
border: 1px solid #D6D6D7;
}

.card{
    border-radius:20px !important ;
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15);
    background-color: #F6F5F8 !important;
    width:13rem !important  ;
    height: 100%;
    margin: 1rem 1rem 5rem 1rem;
}
.img img{
    width: 100px;
    margin: 0 auto;
}
.banner-1-heading h3{
    font-weight: 700;
}

.heading-img img{
    width: 100%;
     height: 600px;
      border-radius: 30px; 
    object-fit:cover;
}

.height{
    height: 215px !important;
}
.card p{
    margin-bottom: 0px !important;
}
.card-body{
    margin: 15px 0 30px 0 ;
}
.nice-number{
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15);
    background-color: #F6F5F8 !important;
    width: 70px;
}

button{
  
    margin:0 15px;
border-radius: 12px;

  
  
}
input{
    margin: 5px;
    border: none;
}


div.banner-1, div.banner-5 .card{
    border-radius: 80px;

  
}


.bottom-button button{
    width:220px;
  
    font-weight: 700;
}



.banner-1,.bannner-2,.banner-3,.banner-4,.banner-5{
    background: #F6F5F8;
box-sizing:border-box ;
border-radius: 45px;

}



.card{
    background: #F6F5F8;
}


.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    justify-self: center;
}

.spinner input {
    width: 100%;
   text-align: center;
    border: none;
    outline: none;
   background: none;
}

.spinner button {
    
    background: none;
    border: black;
    cursor: pointer;
    

    font-size: 16px;
}


.btn{
    color:#fff !important;
    background:#0069F7 !important;
    
    
}

.btn-sub{
    color:#fff !important;
    background:#0069F7 !important;
    
    
}

.btn-sub:hover{
    border-color: #181818 !important;
    background:none !important;
    color:#181818 !important;
}

