#cpc-form {
    width: 800px;
    margin: 0 auto;
}

#cpc-form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#cpc-form button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    width: 100%;
}

#price-result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
#price-result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#price-result caption {
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px;
}

#price-result th,
#price-result td {
    padding: 10px;
    text-align: center;
}

#price-result th {
    background-color: #f5f5f5;
}

#price-result tr:hover {
    background-color: #f9f9f9;
}

a .whatsapp-button-2{
    position: none !important;
    background-color: #25d366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px !important;
    text-decoration: none !important;
    width: 197px !important;
    height: 58px !important;
}
i.fab.fa-whatsapp {
    font-size: 30px !important;
    margin-right: 16px !important;
}

.whatsapp-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.form-container {
    max-width: 1200px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 5px rgba(34, 113, 177, 0.2);
}

#cpc-form button {
    background-color: #2271b1;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cpc-form button:hover {
    background-color: #135e96;
}

#price-result {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

#price-result table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#price-result table th,
#price-result table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

#price-result table th {
    background-color: #f1f1f1;
    font-weight: 600;
}
.sel_pro{

    padding: 10px; 
   
    margin-bottom: 11px;
}
@media (max-width: 768px) {
    .form-container {
        grid-template-columns: 1fr;
    }
}

@media (min-width:401px) and (max-width:850px)  {
    #cpc-form {
        width: 486px !important;
        
    }
    .sel_pro{
        width: 486px !important;
    }
}
@media only screen and (max-width: 400px) {
    #cpc-form {
        width: 357px !important;
        
    }
    .sel_pro{
        width: 357px !important;
    }
}
   
  