.NpsBlock {
    padding: 200px 0;
}

@media (max-width:767px) {
    .NpsBlock {
        padding: 10px;
        margin: 10px 0;
    }
}

.NpsBlock form {
    max-width: 90%;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.Nps-btn {
    margin: 10px 10px;
    font-weight: 500;
    background-color: #5D87A1;
    border-radius: 6px;
    border: none;
    color: #fff;
    width: 80px;
    height: 40px;
}

    .Nps-btn:hover {
        background-color: #B493B1;
    }


@media (max-width:767px) {
    .NpsBlock form {
        padding: 5px;
    }
}

.NpsBlock h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit;
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}

.NpsBlock form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
    outline: none;
    color: inherit;
    height: 42px;
}

    .NpsBlock form .form-control:focus {
        border: 1px solid #b2b2b2;
    }

.NpsBlock form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}

.NpsBlock form .btn {
    padding: 16px 32px;
    margin: 10px 10px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important;
}

    .NpsBlock form .btn:hover {
        opacity: 1;
    }

    .NpsBlock form .btn:active {
        transform: translateY(1px);
    }

.NpsBlock form .btn-primary {
    background-color: #055ada !important;
    margin-top: 15px;
    color: #fff;
}

.QuesTextEn {
    color: #A39161;
    font-weight: bold;
}

.AnswTextEnTypeR {
    color: #221F72;
    font-weight: bold;
}

.AnswTextEnTypeC {
    color: #221F72;
    font-weight: bold;
}

.Npsfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #A39161;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.checkboxlist input {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px !important;
}

/*.checkboxlist label {
    margin-bottom: 5px;
    margin-top: 5px;
}*/

.checkboxlistA input {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px !important;
}
.textAr {
    direction:rtl;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}