
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #e89a3e;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

.form-box {
    margin-top: 60px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.form-top {
    overflow: hidden;
    padding: 0 25px 0 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #E6001E;
    }

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .inner-bg {
        padding: 60px 0 110px 0;
    }
}

#btnSubmit {
    margin-bottom: 15px;
}

    #btnSubmit:not(.loader) {
        cursor: pointer;
    }

        #btnSubmit:not(.loader) span {
            display: block;
        }

        #btnSubmit:not(.loader) i {
            display: none;
        }

    #btnSubmit.loader {
        cursor: not-allowed;
        pointer-events: none;
    }

        #btnSubmit.loader span {
            display: none;
        }

        #btnSubmit.loader i {
            display: inline-block;
        }


/*this is to hide pelcro menu on bottom right corner*/
#root {
    display: none !important;
}
