/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2020 | 14:59:05 */
/*
.brother-font-bold {
    font-weight: bold;
}
*/

/* Mobile */

@media screen and (max-width: 767px) {
    .sectionjs_9 {
        margin-right: 0 !important;
    }
}

/* End Mobile */

/* Tablet */

@media screen and (max-width: 991px) {
    .sectionjs_9 {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        margin-right: 20px;
    }
}

/* End Tablet */

.mv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.mv-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mv-column-2 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.mv-column-3 {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
}

.mv-column-4 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
}

.mv-column-5 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
}

.mv-column-6 {
    -webkit-box-flex: 16.66%;
    -ms-flex: 16.66%;
    flex: 16.66%;
}

.mv-column-20 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
}

.mv-column-80 {
    -webkit-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
}

.mv-mb-10 {
    margin-bottom: 10px;
}

.mv-mb-20 {
    margin-bottom: 20px;
}

.mv-mb-30 {
    margin-bottom: 30px;
}

#mobile-navbar-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#mobile-navbar-main-wrapper {
    background-color: #222041;
    width: 280px;
    padding: 20px;
    height: 100vh;
    overflow-y: scroll;
    /* Hide scrollbar for IE and Edge */
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */

#mobile-navbar-main-wrapper::-webkit-scrollbar {
    display: none;
}

#mobile-navbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

/* Mobile Navbar Top Section */

#mobile-navbar-top-section {
    margin-bottom: 10px;
}

#mobile-navbar-top-section .mvts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
}

#mobile-navbar-top-section .mvts-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#mobile-navbar-top-section .mvts-link-register, #mobile-navbar-top-section .mvts-link-login {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

#mobile-navbar-top-section .mvts-link-register {
    margin-right: 10px;
}

#mobile-navbar-top-section .mvts-link-login {
    margin-left: 10px;
}

#mobile-navbar-top-section .mvts-contact-us-phone, #mobile-navbar-top-section .mvts-contact-us-facebook {
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}

#mobile-navbar-top-section .mvts-contact-us-phone {
    color: #908fa0;
}

#mobile-navbar-top-section .mvts-contact-us-phone+img {
    width: 16px;
    height: 19px;
}

#mobile-navbar-top-section .mvts-contact-us-separator {
    border: 1px solid #fff;
    margin: 0 10px;
}

#mobile-navbar-top-section .mvts-contact-us-facebook {
    color: #fff;
    line-height: 0.8em;
}

#mobile-navbar-top-section .mvts-contact-us-facebook+img {
    width: 18px;
    height: 18px;
}

/* End Mobile Navbar Top Section */

/* Mobile Navbar Middle Section */

/* #mobile-navbar-middle-section {
      height: 100%;
  } */

#mobile-navbar-middle-section #mvms-menu-back-link-wrapper {
    display: none;
}

#mobile-navbar-middle-section #mvms-menu-back-link {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 18px;
}

#mobile-navbar-middle-section #mvms-menu-back-link img {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-right: 10px;
}

#mobile-navbar-middle-section #mvms-menu-back-link span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

/* #mobile-navbar-middle-section #mvms-menu-links-wrapper #mvms-menu-sub-links {
      overflow-y: scroll;
      height: 280px;
  } */

/* Mobile */

@media screen and (max-width: 767px) {}

/* Tablet */

@media screen and (max-width: 991px) {}

#mobile-navbar-middle-section #mvms-menu-parent-links {
    display: block;
}

#mobile-navbar-middle-section #mvms-menu-parent-links .mvms-mpl-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 0;
    opacity: 0.5;
    cursor: pointer;
}

#mobile-navbar-middle-section #mvms-menu-parent-links .mvms-mpl-link img {
    width: 23px;
    height: 20px;
}

#mobile-navbar-middle-section #mvms-menu-parent-links .mvms-mpl-link:hover, #mobile-navbar-middle-section #mvms-menu-parent-links .mvms-mpl-link:focus, #mobile-navbar-middle-section #mvms-menu-parent-links .mvms-mpl-link:active {
    opacity: 1;
}

#mobile-navbar-middle-section #mvms-menu-parent-links .mvms-menu-parent-links-spacer {
    width: 280px;
    position: absolute;
    left: 0;
    border: 1px solid #3f3d5d;
}

#mobile-navbar-middle-section #mvms-menu-sub-links {
    display: none;
}

#mobile-navbar-middle-section #mvms-menu-sub-links .mvms-msl-content {
    padding-left: 10px;
    color: #ffffff;
}

#mobile-navbar-middle-section #mvms-menu-sub-links .mvms-msl-icon {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%);
    width: 43px;
    height: 43px;
}

#mobile-navbar-middle-section #mvms-menu-sub-links .mvms-msl-title {
    font-size: 16px;
    margin-bottom: 10px;
}

#mobile-navbar-middle-section #mvms-menu-sub-links a {
    text-decoration: none;
}

/* End Mobile Navbar Middle Section */

/* Mobile Navbar Bottom Section */

#mobile-navbar-bottom-section {
    /* display: none; */
    /* position: fixed; */
    /* bottom: 0; */
    margin-top: 20px;
    /* margin-bottom: 20px; */
    width: 240px;
}

#mobile-navbar-bottom-section .mvbs-menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px 0;
}

#mobile-navbar-bottom-section .mvbs-menu-link .mvbs-menu-link-icon {
    width: 19px;
    height: 18px;
    margin-right: 8px;
    line-height: 1.2em;
}

#mobile-navbar-bottom-section .mvbs-menu-link .mvbs-menu-link-title {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#mobile-navbar-bottom-section .mvbs-get-started {
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    padding: 20px;
}

#mobile-navbar-bottom-section .mvbs-get-started .mvbs-gs-title {
    color: #222041;
    font-size: 17px;
}

#mobile-navbar-bottom-section .mvbs-get-started .mvbs-gs-para {
    color: #222041;
    font-size: 12px;
    margin: 10px 0 20px;
}

#mobile-navbar-bottom-section .mvbs-get-started .mvbs-gs-try-now {
    color: #80c5f3;
    font-size: 15px;
    background-color: #222041;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
}

/* End Mobile Navbar Bottom Section */