.customer-section{
    background-image: url("../../image/wizname-customer-space-hero-image.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 80px;
    background-attachment: fixed;
       /* border-bottom-right-radius: 50% 5%;
  border-bottom-left-radius: 50% 5%; */
  background-position: bottom;
}

.customer-section-title{
    font-weight: 800;
    font-size: 60px;
    color: #fff;
}

.login-create-cart{
    background-color: #fff;
    padding: 30px 50px;
}

.sm-card-pillers-body
{
    padding: 30px 10px 30px 30px;
    background: #fff;
    display: flex;
    height: 100%;
    align-items: center;
   
}

.pillers-card-con{
    padding: 0 20px;
}

.create-cart-btn{
    padding: 20px 35px;
    width: 100%;
    color: #fff;
    background-color:  #029fe2;
    transition: .3s ease;
    border: none;
}


.create-cart-btn:hover{
  
    background-color:  #101047;
    transition: .3s ease;
  
}



.login-cart-btn{
    padding: 20px 35px;
    width: 100%;
    background-color: transparent;
    border: .8px solid #000;
    transition: .3s ease;
}


.login-cart-btn:hover{
  
    color: #ffffff;
    background-color: #000000;
    border: .8px solid #000;
    transition: .3s ease;
}

.customer-detail-title{
    font-weight: 800;
    font-size: 60px;
    
}

.customer-detail-section{
    padding-top: 80px;
}

/* .customer-detail-section-2{
    padding-top: 30px;
} */


.customer-detail-title-2{
    font-weight: 800;
    font-size: 70px;
}

.customer-value-2{
    background-color: #f7f3fe !important;
}

.customized-solutions-img-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:1000px)
{
    .customer-detail-col-img{
        width: 100% !important;
        order: 2 !important;
    }
    
    .customer-detail-col-cont{
         width: 100% !important;
          order: 1 !important;
    }
    
    .customer-detail-title{
        font-size: 50px;
    }
    
    
    .customer-detail-title-2{
        font-size: 40px;
    }
    
    .customer-section-title{
        font-size: 40px;
    }
    
    .login-create-cart{
        background-color: transparent;
    }
    
    .customer-section-div{
        text-align: center;
        
    }

    .login-cart-btn{
        border-color: #fff;
        color: #000000;
        background-color: #fff;
    }
}


@media screen and (max-width:991px)
{
    .sm-card-pillers-body
{
justify-content: center;
flex-direction: column;
}

.pillers-card-con{
    margin-top: 20px;
}
}


@media screen and (max-width:1230px)
{
    .sm-card-pillers-body{
        flex-direction: column;
   
    }

    .pillers-card-con{
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px)
{
    .customer-detail-title{
        text-align:center;
    }
}