.modal-content {
    border-radius: 0;
    border: 2px solid #990e13;
    background: #ffffff;
    box-shadow: none;
}
.sky-form header, .sky-form footer {
    border: none;
    background: inherit;
    padding-left: 30px;
    padding-right: 30px;
}
.sky-form header {
    padding-top: 30px;
    text-align: center;
}
.sky-form footer {
    padding-bottom: 30px;
}
.sky-form fieldset {
    background: inherit;
    padding-left: 30px;
    padding-right: 30px;
}
.sky-form h4 {
    color: #211d57;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 0px;
    text-align: center;
}
.sky-form .description {
    color: #212529;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.sky-form .label {
    color: #212529;
    font-size: 15px;
}
.required {
    color: #990e13;
}
button.close {
    position: absolute;
    right: -18px;
    top: -18px;
    background: white;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #990e13;
    width: 36px;
    height: 36px;
    font-size: 18px;

}
.sky-form header button.close i {
    color: #19b5fe!important;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    color: #ff5500;
    height: 36px;
    line-height: 36px;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #19b5fe;
    text-decoration: none;
    opacity: 1;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-radius: 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    min-height: 38px;
}
.sky-form .input input::-webkit-input-placeholder { /* Chrome */
    color: #878787;
}
.sky-form .input input:-ms-input-placeholder { /* IE 10+ */
    color: #878787;
}
.sky-form .input input::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
    opacity: 1;
}
.sky-form .input input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #878787;
    opacity: 1;
}
.sky-form .select i:before, .sky-form .select i:after {
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-top: 0px solid #404040;
}
.sky-form .select i {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    top: 3px;
    right: 10px;
    background: transparent;
}
.sky-form .select i:after{
    content: "\f107";
    color: #878787;
}
#smart-form-cancel {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 40px!important;
    text-shadow: 0 1px 4px rgba(0, 0, 51, 0.4);
    background-color: #0e86ca;
    border: 2px solid #00aeff;
    color: white;
}
#smart-form-send {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 40px!important;
    background: linear-gradient(to bottom, #ff9500, #ff5500) 100%;
    border-radius: 0!important;
    color: white;
    border: 2px solid #ffb252!important;
    text-shadow: 0 1px 4px rgba(0, 0, 51, 0.4);

}
#smart-form-cancel:hover {
    background-color: #00aeff;
    border: 2px solid #00aeff;
    text-decoration: none;
}
#smart-form-send:hover {
    background: linear-gradient(to bottom, #ff9f19, #ff6619) 100%;
    text-decoration: none;
}
.sky-form header button.close {
    margin-top: 0;
    opacity: 1;
}
.sky-form header button.close i {
    color: #8c8c8c;
}
.sky-form .message {
    min-height: 0;
}

.call-us-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    z-index: 700;
}
.call-us-container .modal-dialog {
    margin: 15px auto!important;
}
.call-us-container .call-us-block {
    background-color: #990e13;
}
.call-us-container .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
}
.call-us-container .modal-content {
    border-radius: 0;
    border-color: transparent;
    border: 0px;
    background: transparent;
}
.call-us-container .sky-form h4 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
}
.call-us-container .modal .sky-form fieldset {
    padding: 0px 15px 0px;
    float: left;
}
.call-us-container .sky-form footer {
    float: left;
    padding: 0 15px;
    border: none;
    background: inherit;
    display: flex;
}
.call-us-container .sky-form header {
    border: none;
    background: inherit;
    padding-left: 15px;
    padding-right: 15px;
}
.call-us-container .sky-form header {
    padding-top: 15px;
}
.call-us-container #smart-form-send {
    padding: 10px 40px;
    background: linear-gradient(to bottom, #490095, #030099) 100%;
    border-radius: 0;
    color: white;
    border: 2px solid #c1aeff!important;
    text-shadow: 0 1px 4px rgba(0, 0, 51, 0.4);
}
.call-us-container #smart-form-send {
    margin-right: 30px;
}
.call-us-container .sky-form .input input {
    border-radius: 0;
    border: 2px solid #c1aeff;
    background-color: #f9f9f9;
    color: #990e13;
    height: 47px;
}
.call-us-container #smart-form-send:hover, .call-us-container #smart-form-send:active, .call-us-container #smart-form-send:focus {
    background: linear-gradient(to bottom, #5e00c5, #0500cc) 100%;
}
.call-us-container .error, .call-us-container .success {
    color: white!important;
}
.ajax-nav-element .nav-label {
    font-size: 14px;
    line-height: 40px;
}
.ajax-nav-element .nav-open, .ajax-nav-element .nav-close  {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    border: 1px solid #06c;
    background: #06c;
}
.ajax-nav-element .nav-open i, .ajax-nav-element .nav-close i {
    font-size: 14px;
    line-height: 38px;
    color: white;
}
@media (min-width: 768px) {
    .call-us-container .modal-dialog {
        width: 800px!important;
        max-width: 800px!important;
    }
    .call-us-container .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 767px){
    .modal-content {
        padding-bottom: 25px;
    }
    .sky-form footer {
        text-align: center;
    }
    .call-us-container .sky-form footer {
        text-align: center;
        display: block;
    }
}
@media (max-width: 575px){
    .sky-form footer {
        padding: 15px;
    }
    #smart-form-cancel, #smart-form-send {
        padding: 10px 20px!important;
    }
}