.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-size: 15px;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 20px;
    /* border-bottom: 1px solid  #bbbaba; */
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5384616;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 769px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 400px;
    }
}
@media (min-width: 1025px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header .close {
    position: absolute;
    right: 7px;
    top: 1px;
    margin-top: 0;
}
.modal-footer {
    padding-top: 0;
}
.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid transparent;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:active, .btn.active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn:hover, .btn:focus, .btn.focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.btn-link:hover, .btn-link:focus {
    color: #166dba;
    text-decoration: none;
    background-color: transparent;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
    
}
.btn-link {
    color: #333333;
}
.btn {
    position: relative;
}
.btn-link {
    color: #1E88E5;
    font-weight: normal;
    border-radius: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a, button, input, textarea {
    outline: 0;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    text-shadow: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.close {
    float: right;
    font-size: 19.5px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
a, button, input, textarea {
    outline: 0;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.text-semibold {
    font-weight: 500;
}
.modal-header {
    position: relative;
    padding-bottom: 0;
}
.wp_crm_contact_form .control-group {
    margin: 16px 0;
}
.wp_crm_contact_form .wp_crm_input_label {
    width: 150px;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    float: left;
}
.wp_crm_contact_form .wp_crm_input_wrapper input[type="text"] {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-size:14px;
    outline: 0;
    color: #000;
    width: 100%;background: none;
}
.wp_crm_contact_form .wp_crm_submit_row .wp_crm_input_wrapper {
    margin-left: 0px;
   
}
.text-center {
    text-align: center;
}
.modal-header h4 {
    margin-bottom: 15px;    color: #ed1c24;

}
.text-danger {
    color: red;
}
.padding-l-90 {
    /*padding-left: 90px;*/
}
input[type=button] {
    color: #fff!important;
    background-color: #ed1c24!important;
    padding: 10px 15px!important;
}
.c-btn, input[type=button] {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 0;
    cursor: pointer;
    transition: 250ms;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    line-height: initial;
    border: none;
    color: #5D738D;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;
    border: 1px solid #EBF1F8;
    font-size: 14px;
    letter-spacing: 1px;
}
.text-bold {
    font-weight: bold;
}
.padding-50 {
    padding: 50px;
}
.white-paper-content p {
    font-size: 14px;
}
.font-14 {
    font-size: 14px;
}

.modal-footer {
    padding: 0 20px!important; display:inline-block;
}
.modal-body {
    padding: 0 20px !important;
}
.img-popup{    padding: 0 15px;
    width: 357px;
    height: 100%;
}