/*! CSS Used from: http://www.bjyztest.com/static/home/fl/css/bootstrap.css */
@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a,
button,
input:not([type="range"]) {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.btn {
    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;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active {
    background-image: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

/*! CSS Used from: http://www.bjyztest.com/static/home/fl/css/common.css?1658906756 */
div,
p,
form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover {
    color: #f00;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /* width: 1170px; */
}

/*! CSS Used from: http://www.bjyztest.com/static/home/fl/css/style.css */
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.info {
    background: #38a4ff;
}

.info:before {
    background: #298cdf;
}

.mt-10 {
    margin-top: 10px;
}

.single-footer-widget p {
    margin-bottom: 0px;
}

.single-footer-widget .subscribe_form {
    padding-top: 25px;
}

.single-footer-widget .input-group {
    display: block !important;
}

.single-footer-widget input {
    width: 100%;
    border: 1px solid #333333;
    font-size: 13px;
    line-height: 40px;
    padding-right: 40px;
    height: 40px;
    color: #999999;
    border-radius: 20px;
    background: #fff;
    padding-left: 20px;
}

.single-footer-widget input:focus {
    outline: none;
}

/*! CSS Used from: http://www.bjyztest.com/static/home/fl/css/responsive.css */
@media (max-width:575px) {
    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}