/* BOOK DEMO FORM CSS START */
.screen-reader-response{
    display:none;
}

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

.book-demo-form p{
    margin: 0px;
}

.book-demo-form label{
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 14px;
    color: #637079;
}

.book-demo-form .wpcf7-form-control-wrap{
    width: 100%;
    display: block;
}

.book-demo-form .iti{
    width: 100%;
}

.book-demo-form input[type="text"], 
.book-demo-form input[type="email"]{
    background-color: #fff; 
    padding: 14px 16px; 
    color: #637079; 
    border: 1px solid #DCE0E3; 
    font-size: 14px; 
    width: 100%; 
    border-radius: 4px;
}

.book-demo-form input[type="submit"]{
    background-color: #cc3d6f;
    color: #fff;
    padding: 14px 25px;
    border: none;
    font-weight: 600;
    border-radius: 4px; 
    margin-top: 10px;
}

.book-demo-form .iti__country-list {
    width: 73px;
}

.book-demo-form .iti__selected-dial-code,.book-demo-form .iti__country-name, .book-demo-form .iti__dial-code{
    display: none;
}

.book-demo-form .iti__country-list {
    width: 60px;
}

/* BOOK DEMO FORM CSS END */

.alternative-section {
    padding: 58px 0 76px
}

.alternative-table {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 36px 0 56px
}

.alternative-table .column.column-1 {
    text-align: left
}

.alternative-table .column.column-2 {
    border: 1px solid #cc3d6f;
    border-radius: 12px
}

.alternative-table .column {
    flex: 1;
    text-align: center
}

.alternative-table .column h4 {
    border-bottom: 1px solid #DCE0E3;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    padding: 15px 60px;
    margin-bottom: 0
}

.alternative-table .column.column-2 h4 {
    background: #cc3d6f;
    color: #fff
}

.alternative-table .column p {
    border-bottom: 1px solid #DCE0E3;
    padding: 12px 60px;
    margin-bottom: 0
}

.alternative-table .column p:last-child {
    border-bottom: none
}



