@charset "utf-8";
/* CSS Document */

.col-xs-15 {
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        float: left;
    }
}

* {
    direction: ltr;
}

div.checkbox label input {
    float: left;
    margin-left:0;
    margin-right: 7px!important;
}

.migdal-over-effect-wrapper figure >  figcaption::before {
    left: auto;
    right: 0;
}

.migdal-over-effect-wrapper figure > figcaption > h3 {
    left: auto;
    right: 0;
}

.migdal-over-effect-wrapper figure > figcaption > p {
    left: auto;
    right: 0;

}

.migdal-over-effect-wrapper figure > figcaption > .midgal-button-container {
    right: auto;
    left: 25px;
}

.migdal-over-effect-wrapper.moneytalks figure {
    text-align: left;
}

.migdal-over-effect-wrapper.moneytalks figure > figcaption > h3 {
    padding-left: 0;
    padding-right: 20%;
}

html.touch .migdal-over-effect-wrapper figure > figcaption > .midgal-button-container {
    float: left;
    margin-left: 25px;
    margin-right: 0;
}

.migdal_input_wrapper > select {
    background: #f3f4f7 url(../images/down-arrow.png) no-repeat right 10px center;
}

.migdal_input_wrapper > input,
.migdal_input_wrapper > select,
.migdal_input_wrapper > textarea {
    float: left;
}

.migdal_input_wrapper > label {
    float: left;
    text-align: left;
    left: 0.8em;
}

.migdal_input_wrapper > label > span::after {
    left: 0;
}

.migdal_input_wrapper:not(.input--filled) > label {
    padding-right: auto;
    padding-left: 0;
}

.midgal-button::before {
    left: auto;
    right: 0;
}

.migdal-table th,
.migdal-table thead td
{
    border-right: 1px solid #e2e5ec;
}

.migdal-table th:last-child,
.migdal-table thead td:last-child
{
    border-right:none;
}

.migdal-table tbody td
{
    border-right: 1px solid #e2e5ec;
}
.migdal-table tbody td:last-child
{
    border-right:none;
}

.migdal-table tbody td:first-child
{
    border-left:none;
}

.migdal-table tbody th:first-child
{
    border-left:none;
}
.content-arrangement .wpcf7 form .wpcf7-response-output {
    color: #000000;
}