@media (max-width:480px){
    .navbar-collapse{
        text-align: center
    }
    .product-banner-text{
        /* left:8%; */
    }
    .pc-product-text{
        display: none
    }
    .phone-product-text {
        display: block !important;
    }
    .phone-product-text{
        text-align: center;
    }
    .phone-btn{
        color:white;
        border-radius: 16px;
    }
   .pre-text .phone-title{
        font-size: 24px;
    }
    .pre-text p{
        font-size: 14px;
    }
    .img-pc{
        display: none;
    }
    .img-phone{
        display: block !important;
    }
    .pre-img2{
        display: none
    }
    .phone-img2-bottom{
        width:100%;
        padding:1rem;
    }
  .customhouse-search{
    width: 100%;
    margin-top: 30px;
    height: 40px;
    font-size: 16px;
}
.customhouse-search input{
    
    width: calc(100% - 150px);
    height: 100%;
    border-radius: 5px;
    padding-left: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;

}
  .customhouse-button{
	
    height: 100%;
    color: white;
    text-align: center;
    background: #6EB7C9;
    display: inline-block;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -5px;
    padding: 10px  15px;
      font-size: 16px;

}
}
@media (min-width:500px){
.phone-product-text{
        display: none;
    }
    .phone-img2-bottom{
        display: none
    }
    .customhouse-search{
        height: 50px;
        width: 100%;
        margin-top: 30px;
    }
    
    .customhouse-search input{
    
            width: calc(100% - 150px);
            height: 100%;
            border-radius: 5px;
            padding-left: 10px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            font-size: 16px;
    
        }
        .customhouse-button{
	
            height: 100%;
            padding: 15px 20px;
            color: white;
            text-align: center;
            background: #6EB7C9;
            display: inline-block;
            border-radius: 5px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            font-size: 18px;
            margin-left: -5px;
    
        }
}