/*===============================================================================
    MOHADA CUSTOM STYLES

    Fonts:

    ===============================================================================*/
@font-face {
    font-family: "Bitter";
    src: url("../fonts/Bitter-Regular.ttf");
}

@font-face {
    font-family: "Bitter-Bold";
    src: url("../fonts/Bitter-Bold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli/static/Muli-Regular.ttf");
}

@font-face {
    font-family: "Muli-Bold";
    src: url("../fonts/Muli/static/Muli-Bold.ttf");
}

body {
    font-family: Montserrat, serif;
    font-size: 1.5rem;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

/*===============================================================
    Commons
    =============================================================== */
.text-primary {
    color: #ed1c24 !important;
}

.text-secondary {
    color: #0095da !important;
}

.bg-light {
    background-color: #fafafa !important;
}

.bg-primary {
    background-color: #ed1c24 !important;
}

.text-light {
    color: #8e8e8e !important;
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-12 {
    line-height: 1.2 !important;
}

.line-height-15 {
    line-height: 1.5 !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Poppins-Bold, serif;
    color: #6e6e6e;
}

h4 {
    font-size: 1.4rem;
}

p {
    color: #676767;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1.5rem 1rem;
    line-height: 1.2;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn {
    font-weight: 600;
}

.btn-primary {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-primary:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    opacity: 0.8;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(217, 29, 37, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(217, 29, 37, 0.5);
}

.btn-secondary {
    background-color: #0095da;
    border-color: #0095da;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #0095da;
    border-color: #0095da;
    opacity: 0.8;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #0095da;
    border-color: #0095da;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #0095da;
    border-color: #0095da;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 149, 218, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(0, 149, 218, 0.5);
}

.btn-outline-primary {
    color: #ed1c24;
    background-color: transparent;
    background-image: none;
    border-color: #ed1c24;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #ed1c24;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ed1c24;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ed1c24;
}

/*ssssssssssssss*/
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #8e8e8e;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem #8e8e8e;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #8e8e8e;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #8e8e8e;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
    border: none;
    box-shadow: 0 0 5px #dcdcdc;
}

.strike {
    display: flex;
    align-items: center;
    text-align: center;
}

.strike::before,
.strike::after {
    content: '';
    border-bottom: solid 1px #ddd;
    flex: 1;
}

.strike::before {
    margin-right: 5px;
}

.strike::after {
    margin-left: 5px;
}

.vertically-aligned {
    display: flex;
    align-items: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.pt-20 {
    padding-top: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.block {
    padding-top: 10rem;
    padding-bottom: 0;
}

.block:last-child {
    padding-bottom: 10rem;
}

.section-title {
    padding-bottom: 4rem;
}

.section-title .sub-title {
    font-size: 1.8rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-title {
        padding-bottom: 7rem;
    }
}

.section-title .strike img {
    width: 15px;
    margin: 0 1rem;
}

.section-title .strike::before,
.section-title .strike::after {
    border: solid 1px #bfbebe;
}

.section-title .strike::before {
    margin-right: 0;
    margin-left: 35%;
}

.section-title .strike::after {
    margin-left: 0;
    margin-right: 35%;
}

/*===============================================================
    Navigation
=============================================================== */

@media (min-width: 992px) {
    .navbar {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        flex-grow: 0;
    }

    .navbar-brand {
        margin-right: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
    }
}

.navbar .search-bar {
    display: none;
}

@media (min-width: 576px) {
    .navbar .search-bar {
        display: flex;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar .search-bar {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .navbar .search-bar {
          width: 100%;
    }
}

.search-bar .input-group {
    border: solid 1px #8e8e8e;
    border-radius: 5px;
}

.search-bar .input-group .form-control {
    font-size: 1.4rem;
    padding: 0 1.4rem;
    border-radius: 5px 0 0 5px;
}

.search-bar .input-group .form-control::placeholder {
    color: #8e8e8e;
}

.search-bar .input-group .form-control:focus {
    z-index: 1;
}

.search-bar .input-group .btn {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}

.hero {
    font-family: Muli, serif;
}

.hero .secondary-navigation {
    background-color: #ed1c24;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: table;
    width: 100%;
}

.hero .secondary-navigation a,
.hero .secondary-navigation span {
    color: #fff;
    padding: 2rem 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;
}

.hero .secondary-navigation .right {
    float: right;
}

.hero .secondary-navigation ul li {
    float: left;
}

.hero .main-navigation .navbar {
    padding: 1.5rem 0;
    border-bottom: none;
    flex-wrap: nowrap;
}

.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
    padding: 1.5rem 0 0.5rem 0;
    margin: 0 1rem;
    font-size: 1.3rem;
}

@media (max-width: 1200px) {
    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        font-size: 1.2rem;
    }
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #ed1c24;
}

.hero .main-navigation .navbar ul.navbar-nav .nav-item:hover a:not(.btn) {
    color: #ed1c24;
}

@media (max-width: 991px) {
    .hero .secondary-navigation a,
    .hero .secondary-navigation span {
        padding: 1.5rem 0;
        font-size: 1.4rem;
    }

    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 1.2rem 0;
        margin: 0;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        border-bottom: none;
    }
}

@media (max-width: 1200px) {

}

.hero .main-navigation .navbar ul.navbar-nav .btn {
    padding: 0.5rem 1rem;
    margin-left: 0;
    font-size: 1.4rem;
}

.hero .secondary-nav {
    border-bottom: solid 1px #ddd;
}

.hero .secondary-nav .navbar-nav {
    flex-direction: row;
    font-size: 1rem;
    justify-content: space-between;
}

.hero .secondary-nav .navbar-nav .nav-item.active a {
    color: #ed1c24;
}

.auth-user {
    margin-left: 2rem;
    height: 100%;
}

.auth-user a {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .auth-user {
        margin-left: 0;
    }
}

.auth-user .avatar {
    border-radius: 50%;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border: solid 1px #bbb;
}

.auth-user .username {
    line-height: 1;
    display: table-caption;
    color: #ed1c24;
    margin: 0 0 0 1rem !important;
    font-size: 1.2rem !important;
    overflow: hidden;
    max-width: 60px;
    text-overflow: ellipsis;
    text-align: left;
}

.auth-user .username:hover {
    opacity: 0.8;
}

.auth-user .shopping-cart {
    margin: 0 !important;
}

.auth-user .shopping-cart span {
    background-color: #ed1c24;
    padding: 0.5rem;
    border-radius: 50%;
    color: #fff;
    margin-left: 1.5rem;
}

.auth-user .shopping-cart span:hover {
    opacity: 0.8;
}

@media (min-width: 992px) {
    .hero .main-navigation .navbar {
        padding: 0;
    }

    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: 0;
    }

    .hero .main-navigation .navbar ul.navbar-nav {
        position: relative;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item {
        padding: 3.5rem 0;
    }

    .hero .main-navigation .navbar ul.navbar-nav li.nav-item.auth {
        padding: 0;
        display: flex;
        align-items: center;
    }
}

.hero .page-title input[type="text"],
.hero .page-title input[type="text"]:active,
.hero .page-title input[type="text"]:focus,
.hero .page-title input[type="text"]:hover {
    border: none;
    box-shadow: none;
}

.hero .page-title {
    padding: 3.5rem 0;
}

.hero .home-page-title {
    padding: 2.5rem 0 9.5rem 0;
}

.hero .page-title .input-group {
    box-shadow: 0 0 5px #dcdcdc;
}

.auth-dropdown {
    font-size: 1.2rem;
    margin-left: 1rem;
}

.auth-dropdown .dropdown-toggle::after {
    display: none;
}

.auth-dropdown .dropdown-menu {
    font-size: 1.2rem;
    left: 100%;
    transform: translateX(-100%);
    padding: 2.5rem 1.5rem;
    position: absolute;
    border: none;
    box-shadow: 0 0px 5px 0px #ccc;
    margin-top: 15px;
}

/*768px*/
@media (min-width: 768px) {
    .auth-dropdown .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .auth-dropdown .dropdown-menu::before {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        color: #fff;
        line-height: 0;
        left: 46%;
        top: -4px;
        font-size: 2rem;
        text-shadow: 0px -2px 2px #ddd;
    }
}

.auth-dropdown .strike {
    margin: 1rem 2rem;
}

.mega-menu-wrapper {
    border-bottom: 1.5px solid #ddd;
    position: relative;
    font-family: Muli, Serif;
}

.mega-menu-nav {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    margin-bottom: 0;
    /*border-right: 1.5px solid #ddd;
      overflow: scroll;
      scrollbar-width: none;*/
}

.mega-menu-nav::-webkit-scrollbar {
    display: none;
}

.mega-menu-nav .nav-item {
    text-align: center;
    border-left: 1.5px solid #ddd;
    position: static;
}

.mega-menu-nav .nav-item > a {
    color: #8e8e8e;
    font-size: 1rem;
    line-height: 1.2;
    padding: 10px 1.5px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mega-menu-nav .nav-item > a:hover {
    color: #ed1c24;
}

.mega-menu-nav .nav-item > a[aria-expanded='true'],
.mega-menu-nav .nav-item.active > a {
    background-color: #ed1c24;
    color: #fff
}

.mega-menu-nav .nav-item > a::after {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    font-size: 1.3rem;
    width: 100%;
    bottom: 0;
}

.mega-menu-nav .dropdown-menu {
    width: 100%;
    left: 0 !important;
    border-radius: 0;
    margin: 1px 0 0;
    border: none;
    will-change: unset !important;
    transform: none !important;
    top: 100% !important;
    box-shadow: 0 5px 2px -2px #ddd;
}

.page > .content.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    top: 0;
    filter: blur(2px);
    z-index: 1;
}

.submegamenu {
    margin: 2rem 0;
    border-bottom: solid 1px #ed1c24;
    font-size: 1.2rem;
}

.spinner-wrapper {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-wrapper .fa-spin {
    color: #6e6e6e;
    font-size: 24px;
    -webkit-animation: fa-spin 0.75s infinite linear;
    animation: fa-spin 0.75s infinite linear;
}

.megamenu-submenu-list {
    padding-bottom: 2rem;
}

.megamenu-collapse-wrapper {
    border-left: solid 1px #ed1c24;
    padding-bottom: 2rem;
    padding-left: 30px !important
}

.megamenu-collapse-wrapper .col-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.mega-menu-wrapper .dropdown-menu .link {
    margin: 0.5rem 0;
}

.mega-menu-wrapper .dropdown-menu .link a {
    color: #8e8e8e;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.mega-menu-wrapper .dropdown-menu .megamenu-submenu-list .link > a::after {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    font-size: 1.3rem;
    margin-left: 30px;
    color: transparent;
}

.mega-menu-wrapper .dropdown-menu .megamenu-collapse-wrapper .link.arrow > a::after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 1.3rem;
    margin-left: 30px;
}

.mega-menu-wrapper .dropdown-menu .megamenu-submenu-list .link a:hover {
    color: #5b5b5b;
}

.mega-menu-wrapper .dropdown-menu .megamenu-submenu-list .link a.active,
.mega-menu-wrapper .dropdown-menu .megamenu-submenu-list .link a.active::after,
.mega-menu-wrapper .dropdown-menu .megamenu-collapse-wrapper .link a:hover {
    color: #ed1c24;
}

.mega-menu-wrapper .dropdown-menu {
    font-size: 1.5rem;
}

.mega-menu-wrapper .dropdown-submenu {
    position: relative;
}

.megamenu-collapse {
    display: none;
}

.megamenu-collapse.show {
    display: block;
}

/*Mobile Mega menu*/
.mobile-mega-menu {
    z-index: 1;
    background-color: #fff
}

.mobile-mega-menu.open {
    background-color: #fff;
    padding: 15px 0;
    z-index: 99999;
}

.mobile-mega-menu li {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.mobile-mega-menu .header-area {
    padding-left: 15px;
    padding-right: 15px;
}

/*Remove 30px since .container has padding of 0 15px 0 15px*/
@media (min-width: 576px) {
    .mobile-mega-menu li {
        width: 510px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .mobile-mega-menu li {
        width: 690px;
    }
}

@media (min-width: 992px) {
    .mobile-mega-menu li {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .mobile-mega-menu li {
        width: 1130px;
    }
}

.mobile-mega-menu ul li a {
    background-color: transparent;
    color: #8e8e8e;
    border-bottom: 1.5px solid #ddd;
    font-size: 10px;
    padding: 15px 0;
    width: 100%;
}

.mobile-mega-menu ul li a.has-next-button {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.mobile-mega-menu ul li a.has-next-button::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 2rem;
}

.mobile-mega-menu ul li a.next-button {
    width: 0;
    padding: 12px 0;
    background: none;
    color: #8e8e8e;
}

.mobile-mega-menu ul li a.next-button .arrow {
    display: none;
}

.mobile-mega-menu ul li a.back-button {
    color: #0095da;
    background: none;
    text-indent: 0;
    font-weight: bold;
}

.mobile-mega-menu ul li a.back-button::before {
    content: "\f060";
    font-family: FontAwesome;
    margin-right: 2rem;
}

/*= END HEADER ========================================*/

/*======================================================
    Welcome Slider
  ======================================================*/

#welcome-slider .carousel-indicators li {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: rgba(237, 28, 36, 0.34);
}

#welcome-slider .carousel-indicators li.active {
    background-color: #ed1c24;
}

#welcome-slider .carousel-caption {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 40px;
}

#welcome-slider .carousel-control-prev,
#welcome-slider .carousel-control-next {
    display: none;
}

#welcome-slider .carousel-inner {
    border-radius: 5px
}

#welcome-slider .carousel-item img {
    height: 50vh;
}

#welcome-slider .caption {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

#welcome-slider .sub-caption {
    color: #fff;
    font-size: 1.2rem;
    margin: 3rem 0;
}

@media (max-width: 991px) {
    #welcome-slider {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    #welcome-slider .carousel-caption {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    #welcome-slider .carousel-item img {
        height: 400px;
    }

    #welcome-slider .caption {
        max-width: 40%;
    }

    #welcome-slider .sub-caption {
        max-width: 42%;
    }

}

.icon-flex-list {
    margin-left: -40px;
    list-style: none;
}

.icon-flex-list li {
    display: flex;
    align-items: flex-start;
    margin: 0.75rem 0;
    position: relative;
}

.icon-flex-list li .icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
}

.icon-flex-list li > span {
    margin-left: 4rem;
}

.welcome .card {
    border: none;
    box-shadow: 0 0px 5px 0px #ccc;
}

.welcome .card .card-body {
    padding: 12px 13px;
}

@media (min-width: 1200px) {
    .welcome .card .card-body {
        padding: 17px 15px;
    }
}

.btn-group-6 > div:first-child {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .btn-group-6 > div:first-child {
        padding-right: 5px;
        padding-bottom: 0;
    }

    .btn-group-6 > div:nth-child(2) {
        padding-left: 5px;
    }
}

/*= End Welcome Slider ============================*/

.how-it-works {
    text-align: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .how-it-works > div {
        margin-bottom: 4.5rem;
    }
}

.how-it-works .img-wrapper {
    margin-bottom: 4.5rem;
    position: relative;
}

@media (min-width: 992px) {
    .how-it-works .img-wrapper:after {
        content: "";
        border: dotted 0.5px #f9c7c9;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .how-it-works > div:first-child .img-wrapper:after {
        width: 50%;
        left: 50%;
    }

    .how-it-works > div:last-child .img-wrapper:after {
        width: 50%;
    }
}

.how-it-works .img-wrapper img {
    border-radius: 50%;
    box-shadow: 0 0 20px 10px #e6e6e6;
    background-color: #fff;
    width: 10rem;
    position: relative;
    z-index: 1;
}

.how-it-works .content {
    padding: 0 1rem;
}

.how-it-works .title {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .ca_marche {
        margin-bottom: 8rem;
    }
}

.ca_marche img {
    height: 80px;
    margin-right: 1rem;
}

.ca_marche .text-light {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ca_marche img {
        height: 55px;
        margin-bottom: 0.5rem;
    }

    .ca_marche .text-light {
        font-size: 1.4rem;
    }
}

.cta_block .top-section {
    background-color: #fff;
    position: relative;
    background-size: cover;
}

.cta_block .top-section .intro-text {
    padding: 15rem 0;
}

@media (max-width: 1199px) {
    .cta_block .top-section .intro-text {
        padding: 11rem 0;
    }
}

.cta_block .top-section .intro-text .heading {
    margin-bottom: 3.5rem;
    color: #ed1c24;
}

.cta_block .top-section .intro-text .caption {
    font-size: 1.7rem;
    margin-bottom: 3.5rem;
    color: #8e8e8e;
}

.cta_block .top-section .commencer {
    padding: 1rem 5rem;
}

.cta_block .bottom-section .item {
    padding: 3rem 0;
}

@media (max-width: 767px) {
    .cta_block .bottom-section .item {
        padding: 2rem 0;
    }
}

.cta_block .bottom-section p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    opacity: 1;
}

.cta_block .bottom-section i {
    margin-right: 1rem;
    font-size: 2.4rem;
    color: #ed1c24;
}

.cta_block .bottom-section .item.first-child {
    background-color: #003a58;
}

.cta_block .bottom-section .item.second-child {
    background-color: #005b8a;
}

.cta_block .bottom-section .item.third-child {
    background-color: #007ab9;
}

/*=============================================================
    Testimonial Section
    =============================================================*/
.testimonial-wrapper {
    margin: 0 -1rem;
    padding: 0 4rem;
}

.testimonial-wrapper .card {
    border: none;
    box-shadow: 0 0 20px 10px #e6e6e6;
    margin: 18rem 4rem 3rem 4rem;
    font-size: 65%;
    border-radius: 5px;
    transition: all 0.6s, font-size 1ms;
}

.testimonial-wrapper .owl-item.center .card {
    margin: 11rem 0 2rem 0;
    font-size: 100%;
    border: solid 1px #0095da;
}

.testimonial-wrapper .card-body {
    padding: 6rem 5rem 3rem;
    position: relative;
}

.testimonial-wrapper .owl-item.center .card-body {
    padding: 10rem 4rem 4rem;
    transition: all 0.6s;
}

@media (max-width: 1199px) {
    .testimonial-wrapper {
        margin: 0 -2rem;
        padding: 0 4rem;
    }

    .testimonial-wrapper .card-body {
        padding: 5rem 3rem 3rem;
        position: relative;
    }

    .testimonial-wrapper .owl-item.center .card-body {
        padding: 8rem 4rem 4rem;
    }


}

@media (min-width: 992px) {
    .border-lg-right{
        border-right: 2px solid #cccccc;
    }
}


.testimonial-wrapper .card-body .img-wrapper {
    text-align: center;
    position: absolute;
    top: -6rem;
    width: 100%;
    left: 0;
    transition: top 0.6s;
}

.testimonial-wrapper .owl-item.center .card-body .img-wrapper {
    top: -10rem;
}

.testimonial-wrapper .card-body .img-wrapper img {
    height: 12rem;
    width: 12rem;
    box-shadow: 0 0 20px 10px #f3f3f3;
    border-radius: 50%;
    display: inline;
    background-color: #fff;
    transition: height 0.6s, width 0.6s;
}

.testimonial-wrapper .owl-item.center .card-body .img-wrapper img {
    height: 18rem;
    width: 18rem;
}

.testimonial-wrapper .quote {
    margin-bottom: 1rem;
    color: #ed1c24;
    display: none;
}

.testimonial-wrapper .owl-item.center .quote {
    display: block;
}

.testimonial-wrapper .testimony-content {
    text-align: center;
    line-height: 1.5;
    margin: 2rem 0;
}

.testimonial-wrapper .testimony-content .name {
    margin-bottom: 0;
    font-size: 1.2rem;
    transition: font-size;
}

.testimonial-wrapper .owl-item.center .testimony-content .name {
    font-size: 1.8rem;
}

.testimonial-wrapper .testimony-content .position {
    font-size: 85%;
    line-height: 1.2;
}

.testimonial-wrapper .testimony-content .message {
    margin-top: 2rem;
}

.testimonial-wrapper .owl-item.center .testimony-content .message {
    margin-top: 3.5rem;
}

.testimonial-wrapper .owl-dots {
    display: none;
}

.testimonial-wrapper .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 17rem;
}

.testimonial-wrapper .owl-nav span {
    font-size: 8rem;
    color: #ffd5d7;
    line-height: 1;
}

.testimonial-wrapper .owl-nav span:hover {
    box-shadow: none;
    color: #ed1c24;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:active {
    background: transparent;
    border: none;
}

.testimonial-wrapper .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}

.testimonial-wrapper .owl-nav .owl-next {
    position: absolute;
    right: -36px;
}

.partners-wrapper {
    margin: 0 -1rem;
    padding: 0 4rem;
}


.partners-wrapper .owl-item  .img-wrapper{
    max-width: 180px !important;
}

.partners-wrapper .owl-item  .img-wrapper img {
    width: 85%;
    height: auto;
}

.how-to-help {
    display: flex;
    flex-direction: column;
}

.how-to-help .left-section,
.how-to-help .right-section {
    display: flex;
    align-items: center;
}

.how-to-help .left-section {
    background-color: #ed1c24;
    flex: 1;
}

.how-to-help .right-section {
    background: #fff url("../img/bg-pen-paper.png") no-repeat center;
    background-size: cover;
    flex: 1;
}

.how-to-help .left-section .body,
.how-to-help .right-section .body {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 4.25rem auto;
}

@media (min-width: 576px) {
    .how-to-help .left-section .body,
    .how-to-help .right-section .body {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .how-to-help {
        flex-direction: row;
    }

    .how-to-help .left-section .body,
    .how-to-help .right-section .body {
        width: 360px;
    }

    .how-to-help .left-section .body {
        margin-left: auto;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 4rem;
    }

    .how-to-help .right-section .body {
        margin-left: 0;
        margin-right: auto;
        padding-left: 4rem;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .how-to-help .left-section .body,
    .how-to-help .right-section .body {
        width: 480px;
    }

    .how-to-help .left-section .body {
        padding-right: 8rem;
    }

    .how-to-help .right-section .body {
        padding-left: 8rem;
    }
}

@media (min-width: 1200px) {
    .how-to-help .left-section .body,
    .how-to-help .right-section .body {
        width: 570px;
    }
}

.windbox {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.windbox .form-group {
    margin-bottom: 3.5rem;
}

.windbox .form-control {
    padding: 0.75rem 2.5rem;
    box-shadow: none;
    border: solid 1.5px #bdbdbd;
    border-radius: 5px;
}

.windbox .form-control:focus {
    border: solid 1.5px #8e8e8e;
}

.windbox .triggers {
    flex: 0 0 40%;
    width: 40%;
}

.windbox .trigger {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px 10px #efefef;
    padding: 3rem 2rem;
    display: flex;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #fff;
}

.windbox.windbox-sm .trigger {
    padding: 2rem 5rem 2rem 2rem;
}

.windbox .trigger:not(:last-child) {
    margin-bottom: 3.5rem;
}

.windbox .trigger .icon-wrapper img {
    width: 6.5rem;
    height: auto;
}

.windbox.windbox-sm .trigger .icon-wrapper img {
    width: 5rem;
}

.windbox .trigger .icon-wrapper {
    margin-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.windbox .targets {
    flex: 0 0 55%;
    width: 55%;
    position: relative;
}

.windbox .target {
    border-radius: 5px;
    box-shadow: 0 0 10px 10px #efefef;
    padding: 6rem 4rem;
    background-color: #fff;
    position: absolute;
}

.windbox .trigger.active,
.windbox .target.show {
    border: solid 1px #0095da;
}

.windbox .trigger:hover {
    cursor: pointer;
    border: solid 1px #0095da;
}

.windbox .trigger:after {
    content: "\f111";
    font-family: FontAwesome;
    border-bottom: solid 1px #0095da;
    color: #0095da;
    width: 14%;
    position: absolute;
    right: -13%;
    line-height: 0;
    top: 50%;
    z-index: 3 !important;
}

.windbox .trigger:after,
.windbox.windbox-sm .trigger:before,
.windbox .target {
    transition: opacity 0.3s linear;
    opacity: 0;
    z-index: 1;
}

.windbox .trigger.active:after,
.windbox.windbox-sm .trigger.active:before,
.windbox .target.show {
    opacity: 1;
    z-index: 2;
}

@media (max-width: 768px) {
    .windbox {
        flex-direction: column;
    }

    .windbox .triggers {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        margin-bottom: 3rem;
    }

    .windbox .trigger {
        padding: 2rem 3rem;
    }

    .windbox.windbox-sm .trigger {
        padding: 1.5rem;
        box-shadow: 0 0 3px 2px #efefef
    }

    .windbox .trigger:not(:last-child) {
        margin-bottom: 0;
        margin-right: 3.5rem;
    }

    .windbox.windbox-sm .trigger:not(:last-child) {
        margin-right: 1.5rem;
    }

    .windbox.windbox-sm .trigger .icon-wrapper img {
        width: 3rem;
    }

    .windbox .trigger .icon-wrapper {
        margin-right: 0;
    }

    .windbox .content-wrapper {
        display: none;
    }

    .windbox .trigger:after {
        content: "";
        border-left: solid 1px #0095da;
        color: #0095da;
        width: 0;
        height: 3.1rem;
        position: absolute;
        right: 50%;
        top: 100%;
        z-index: 3;
    }

    .windbox .trigger.active:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #0095da;
        width: 0;
        position: absolute;
        right: 55%;
        line-height: 0;
        top: 100%;
        z-index: 3;
    }

    .windbox.windbox-sm .trigger.active:before {
        right: 60%;
    }

    .windbox .targets {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
    }
}

.about-map div p:not(:last-child) {
    margin-bottom: 3.5rem;
}

.about-map .map {
    margin-top: 3.5rem;
}

.about-map .map .caption {

}

.about-map .about p{
    word-wrap:break-word;
}

@media (min-width: 992px) {
    .about-map .about {
        padding-right: 5rem;
    }

    .about-map .map {
        margin-top: 0;
        padding-left: 2rem;
    }

    .about-map .map .caption {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 40%;
        left: -2rem;
    }

}

@media (min-width: 1200px) {
    .about-map .about {
        padding-right: 5rem;
    }

    .about-map .map {
        padding-left: 2rem;
    }

    .about-map .map .caption {
        bottom: 20%;
        width: 40%;
    }
}

.about-map .attribution a {
    font-size: 80%;
    text-decoration: underline;
    line-height: 1;
    color: #737373;
}

.about-map .attribution a:hover {
    color: #505050;
}

/*===========================================================
    Welcome with background
  =========================================================*/
.bg-welcome {
    padding-top: 10rem;
    padding-bottom: 2rem;
}

.bg-1 {
    background: url("../img/bg-man-writing.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.bg-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffbf;
    top: 0;
    left: 0;
}

.bg-2 {
    background: url("../img/bg-woman-smiling.png") no-repeat right;
    background-size: contain;
    background-color: #fff;
    position: relative;
}

.bg-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff00, #ffffff);
    top: 0;
    left: 0;
}

.bg-welcome .title {
    margin-bottom: 10rem;
}

.bg-welcome .sub-title {
    margin: 0 0 0.75rem 0;
    padding: 0;
    font-size: 2.25rem;
}

.bg-welcome .btn-group-6 {
    margin-top: 5rem;
}

.welcome-tab {
    box-shadow: 0 0px 10px 4px #b9b9b9;
    border-radius: 5px;
}

.welcome-tab .nav-tabs .nav-item {
    flex: 1;
}

.welcome-tab .nav-tabs {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.welcome-tab .nav-tabs .nav-link {
    border: none;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: 500;
    border-bottom: solid 3px #f1f1f1
}

.welcome-tab .nav-tabs .nav-link:hover {
    color: #8e8e8e;
}

.welcome-tab .nav-tabs .nav-link.active,
.welcome-tab .nav-tabs .nav-item.show .nav-link {
    border-bottom: solid 3px #ed1c24;
    background-color: #0095da;
    color: #fff;
}

.welcome-tab .tab-content {
    background-color: #fff;
    padding: 0;
}

.welcome-tab .tab-content .tab-pane {
    padding: 3rem 2.5rem 2.5rem;
}

.welcome-tab .link-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.welcome-tab .link-group > a{
    background: #ed1c24;
    color: #fff;
    font-family: Muli-Bold;
    font-size: 1.8rem;
    text-shadow: 0 0 0 #fff;
    line-height: 1;
    padding: 1.25rem 3rem;
    position: relative;
}

.welcome-tab .link-group > a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

.welcome-tab .link-group > a:nth-child(1):before {
    background-color: rgba(255, 255, 255, 0.6);
}

.welcome-tab .link-group > a:nth-child(2):before {
    background-color: rgba(255, 255, 255, 0.5);
}

.welcome-tab .link-group > a:nth-child(3):before {
    background-color: rgba(255, 255, 255, 0.4);
}

.welcome-tab .link-group > a:nth-child(4):before {
    background-color: rgba(255, 255, 255, 0.3);
}

.welcome-tab .link-group > a:nth-child(5):before {
    background-color: rgba(255, 255, 255, 0.2);
}

.welcome-tab .link-group > a:nth-child(6):before {
    background-color: rgba(255, 255, 255, 0.1);
}

.welcome-tab .link-group > a:nth-child(7):before {
    background-color: rgba(255, 255, 255, 0);
}

.juri-welcome-options.row {
    margin-left: -25px;
    margin-right: -25px;
}

.juri-welcome-options.row > .col-md-6 {
    padding-right: 25px;
    padding-left: 25px;
}

.juri-welcome-options .card {
    border: none;
    box-shadow: 0 0 8px 1px #ccc;
    height: 100%;
}

.juri-welcome-options .card .card-body {
    padding: 3rem 2.5rem;
    display: flex;
}

.juri-welcome-options .icon {
    padding-right: 2.5rem;
}

.juri-welcome-options .icon img {
    width: 4rem;
}

.juri-welcome-options .icon-text {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.product-list {
    display: flex;
}

.product-list .name-wrapper {
    background-color: #0095da;
    display: flex;
    align-items: center;
    width: 100%;
}

.product-list .name-wrapper .title {
    padding: 10rem 15px;
}

.product-list .name-wrapper .header-1,
.product-list .name-wrapper .header-2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}

.product-list .name-wrapper .header-1 {
    font-size: 2.5rem;
}

.product-list .name-wrapper .header-2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.product-list .image-wrapper {
    display: none;
}

@media (min-width: 576px) {
    .product-list .name-wrapper .title {
        margin: 0 auto;
        width: 540px;
    }
}

@media (min-width: 768px) {
    .product-list {
        max-height: 75vh;
    }

    .product-list .name-wrapper {
        flex-direction: row;
        width: 60%;
        padding: 0;
    }

    .product-list .name-wrapper .title {
        padding: 0 3rem 0 0;
        margin: 0 0 0 auto;
        width: 432px;
    }

    .product-list .image-wrapper {
        display: block;
        width: 40%;
    }

    .product-list .image-wrapper img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {

    .product-list .name-wrapper .title {
        padding: 0 6rem 0 0;
        margin: 0 0 0 auto;
        width: 576px;
    }
}

@media (min-width: 1200px) {
    .product-list .name-wrapper .title {
        padding: 0 8rem 0 0;
        margin: 0 0 0 auto;
        width: 684px;
    }
}

.back-link {
    display: flex;
    align-items: center;
}

.back-link .current_page_title {
    margin-bottom: 0;
}

.back-link i,
.back-link span {
    margin-right: 3rem;
    font-size: 3rem;
    color: #8e8e8e;
}

@media (max-width: 768px) {
    .back-link i,
    .back-link span {
        margin-right: 1.4rem;
    }
}

.back-link a:hover i {
    color: #000;
}

/*=============================================================
    Item List Accordion
    =============================================================*/
.accordion .card-header {
    background-color: #fff;
    padding: 1rem 1.25rem;
}

.accordion .card-header .link-primary {
    font-size: 1.25rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .accordion .card-header {
        padding: 1rem 4rem;
    }

    .accordion .card-body {
        padding: 3rem 4rem 4rem;
    }
}

.mhd-accordion .card {
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.mhd-accordion .step-number {
    background-color: #ed1c24;
    color: #fff;
    padding: 0 7px;
    border-radius: 30px;
    margin: 0 2rem;
}

@media (max-width: 767px) {
    .mhd-accordion .step-number {
        margin: 0 1rem;
    }
}

.mhd-accordion .accordion-label {
    color: #535353;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mhd-accordion .accordion-label .fa {
    font-size: 2.4rem;
}

.mhd-accordion .accordion-label.collapsed .fa::before {
    content: "\f107"; /*caret down*/
}

.mhd-accordion .accordion-label.focus,
.mhd-accordion .accordion-label:focus,
.mhd-accordion .accordion-label.hover,
.mhd-accordion .accordion-label:hover {
    text-decoration: none;
}

.mhd-accordion .accordion-label .card-title {
    line-height: 1;
    display: inline;
    white-space: normal;
    text-align: left;
    margin-bottom: 0;
}

.item-list .item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bbbbbb;
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .item-list .item-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.item-list .item-wrapper .item-name {
    margin-bottom: 0;
}

.item-list .item-wrapper .price {
    margin-right: 2rem;
}

.item-list .item-wrapper .price,
.item-list .item-wrapper .cart:hover,
.item-list .item-wrapper .download:hover {
    opacity: 0.65;
}

.item-list .item-wrapper .cart {
    color: #ed1c24;
    padding: 0 2rem;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

.item-list .item-wrapper .download {
    color: #ed1c24;
    margin-left: 2rem;
}

.shop {
    display: flex;
    position: relative;
}

.shop .navbar-toggle-icon {
    position: absolute;
    top: 1.75rem;
    z-index: 1;
}

.shop .categories {
    width: 30%;
}

.shop .categories .title {
    display: flex;
    align-items: center;
    padding: 1.75rem 0;
}

.shop .categories .title h3 {
    margin-left: 4rem;
    margin-bottom: 0;
}

.shop .categories .content {
    border-top: solid 1px #ed1c24;
    border-right: solid 1px #ed1c24;
    padding: 1.75rem 0;
}

.shop .product-wrapper {
    flex: 1;
}

.shop .product-wrapper .title {
    padding: 1.75rem 4rem;
}

.shop .product-wrapper .content {
    border-top: solid 1px #ed1c24;
    padding: 1.75rem 0 1.75rem 4rem;
}

@media (max-width: 767px) {
    .shop .categories {
        width: 0;
        position: absolute;
        overflow-x: hidden;
        top: 0;
        background: #fafafa;
        transition: 0.5s;
    }

    .shop .categories .title {
        border-right: solid 1px #ed1c24;
    }

    .shop .navbar-toggle-icon.change ~ .categories {
        width: 100%;
    }

    .shop .product-wrapper .content {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .shop .categories {
        width: 30%;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .shop .navbar-toggle-icon.change ~ .categories {
        width: 0;
    }
}

.shop .categories .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.shop .categories .card:not(:last-child) {
    margin-bottom: 1.75rem;
}

.shop .categories .toggler {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.shop .categories .toggler:hover,
.shop .categories .toggler[aria-expanded="true"],
.shop .categories .toggler a:hover {
    color: #0095da;
}

.shop .categories .toggler .cat {
    flex: 1;
    line-height: 1.2;
}

.shop .navbar-toggle-icon.change ~ .categories .toggler .cat {
    white-space: nowrap;
    overflow: hidden;;
}

.shop .categories .toggler .icon {
    margin: 0 2.25rem;
    line-height: 1.2;
}

.shop .categories .toggler .fa {
    margin: 0 2.25rem;
    line-height: 1.2;
    font-size: 17px !important;
}

.shop .categories .toggler a[aria-expanded='false'] .icon:before {
    font-size: 20px !important;
    content: '+';
}

.shop .categories .toggler a[aria-expanded='true'] .icon:before {
    font-size: 25px !important;
    content: '-';
}

.shop .categories .sub-cat .toggler .cat {
    font-size: 80%;
    margin-left: 25px;
}

.shop .categories .sub-cat .toggler {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.shop .categories hr {
    border-color: #ed1c24;
}

.product-wrapper .row {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
}

.product-wrapper .product {
    margin-bottom: 20px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    height: fit-content;
}

.product-wrapper .product .card {
    border: none;
    height: 100% !important;
    box-shadow: 0 0 6px 1px #ddd;
}

.product-wrapper .product .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.product-wrapper .product .img-wrapper img {
    width: 8rem;
    height: auto;
}

.product-wrapper .product .name {
    line-height: 1.2;
    margin: 1rem 0;
    flex-grow: 1;
    font-weight: 600;
}

.product-wrapper .product .price {
    margin: 0;
    font-family: Montserrat-Bold;
    font-size: 1.8rem;
}

.product-wrapper .product .btn {
    margin-top: 1rem;
}

.navbar-toggle-icon {
    display: inline-block;
    cursor: pointer;
}

.navbar-toggle-icon .bar1,
.navbar-toggle-icon .bar2,
.navbar-toggle-icon .bar3 {
    width: 25px;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

.navbar-toggle-icon .bar1 {
    margin-top: 0;
}

.navbar-toggle-icon .bar3 {
    margin-bottom: 0;
}

.navbar-toggle-icon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.navbar-toggle-icon.change .bar2 {
    opacity: 0;
}

.navbar-toggle-icon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.plus {
    display: inline-block;
    width: 10px;
    height: 10px;

    background: linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    #8e8e8e;
    background-position: center;
    background-size: 100% 2px, 2px 100%; /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
}

.alt {
    background: linear-gradient(#8e8e8e, #8e8e8e),
    linear-gradient(#8e8e8e, #8e8e8e);
    background-position: center;
    background-size: 100% 2px, 2px 100%; /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
}

/*=============================================================
    Register
    =============================================================*/

.default-form-card .section {
    margin-bottom: 5rem;
}

.default-form-card .section-title {
    padding-left: 0;
    margin-bottom: 3rem;
    padding-bottom: 0;
    color: #ed1c24;
}

.default-form-card .form-control {
    border-radius: 2px;
    border: solid 1px transparent;
    box-shadow: none;
    background-color: #f6f6f6;
}

.default-form-card .form-control.is-invalid {
    border: solid 1px #dc3545;
}

@media (min-width: 768px) {
    .default-form-card .form-control {
        padding-left: 4rem;
    }
}

.default-form-card .form-control:focus {
    box-shadow: 0 0 5px 1px #c0c0c0 !important;
}

@media (max-width: 767px) {
    .default-form-card .section-title {
        padding-left: 0;
    }
}

.default-form-card .input-group .input-group-append .btn:hover {
    color: #636363;
}

.default-form-card .input-group .form-control {
    box-shadow: none;
}

.image-uploader-card {
    position: relative;
    background-color: #f6f6f6;
}

.image-uploader-card img {
    position: relative;
    z-index: 1;
}

.image-uploader-card input[type="file"] {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.image-uploader-card .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

/*=============================================================
    Cart & Checkout
    =============================================================*/
.checkout-block {
    padding: 3rem;
    position: relative;
}

@media (max-width: 767px) {
    .checkout-block.pl-0 {
        padding-right: 0;
        padding-top: 0;
    }
}

.checkout-block .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #bbb;
}

.checkout-block .block-header .title {
    margin-bottom: 0;
    color: #8e8e8e;
}

.checkout-block .content {
    margin: 2rem 0;
}

.checkout-table {
    color: #8e8e8e;
}

.checkout-table th,
.checkout-table td {
    border-top: none;
    padding: 0.75rem 0;
}

.checkout-block .continue-shopping {
    position: absolute;
    bottom: 0;
    margin: 3rem 0;
}

.checkout-block .continue-shopping a {
    color: #ed1c24;
}

.checkout-block .continue-shopping a:hover {
    opacity: 0.65;
}

/*@media (max-width: 768px) {
    .checkout-table th,
    .checkout-table td {
        display: inline-grid;
    }

    .checkout-table .document {
        padding-bottom: 0;
    }

    .checkout-table .price {
        padding-top: 0;
    }

    .checkout-table .remove {
        padding-top: 0;
    }
    }*/

.checkout-table .price {
    float: right;
}

.checkout-table .remove a {
    color: #ed1c24;
}

.checkout-table .remove a:hover {
    opacity: 0.65;
}

.checkout-block label {
    color: #8e8e8e;
    font-weight: normal;
    padding-left: 2.4rem;
}

.checkout-block .form-control {
    padding: 1rem 2.4rem;
    font-size: 80%;
}

.checkout-block select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 15px);
}

.checkout-block button[type="submit"] {
    padding: 0 2.4rem;
}

.checkout-block .block-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 0;
    border-top: 1px solid #bbb;
}

.payment-options {
    margin: 0 -2rem;
}

.payment-options.nav-pills .nav-link {
    font-size: 80%;
    color: #8e8e8e;
}

.payment-options.nav-pills .nav-link.active {
    font-weight: 700;
    background-color: transparent;
}

/*=============================================================
    Footer
    =============================================================*/
.profile-wrapper {
    display: flex;
    align-items: stretch;
}

.profile-wrapper #sidebar {
    min-width: 300px;
    max-width: 300px;
    position: relative;
}

.profile-wrapper #dismiss {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    display: none;
    z-index: 3;
}

.profile-wrapper #dismiss button {
    padding: 0;
    color: #8e8e8e;
}

.profile-wrapper #dismiss button:hover {
    opacity: 0.65;
}

.profile-wrapper #content {
    width: 100%;
}

.profile-wrapper #content .content-body {
    padding-left: 30px;
    flex: 1;
}

.profile-wrapper #content .content-body.overflow {
    padding-right: 30px;
    overflow-y: auto;
    max-height: 75vh;
}

.profile-wrapper ::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

/* Track */
.profile-wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px;
}

/* Handle */
.profile-wrapper ::-webkit-scrollbar-thumb {
    background: #ed1c24;
    border-radius: 30px;
}

/* Handle on hover */
.profile-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.profile-wrapper #sidebar.active {
    margin-left: -300px;
}

.profile-wrapper #sidebarCollapse {
    display: none;
    color: #8f8f8f;
}

.profile-wrapper #sidebarCollapse button {
    color: #8f8f8f;
    padding: 0 !important;
}

.profile-wrapper.active #sidebarCollapse {
    display: block;
}

.profile-wrapper #sidebar {
    transition: all 0.3s;
    color: #8e8e8e;
    margin-left: -2.6rem;
}

@media (max-width: 768px) {
    .profile-wrapper {
        overflow: hidden;
    }

    .profile-wrapper #sidebar {
        margin-left: -300px;
    }

    .profile-wrapper #sidebar.active {
        margin-left: 0;
    }

    .profile-wrapper #sidebarCollapse {
        display: inline;
    }

    .profile-wrapper.active #sidebarCollapse {
        display: none;
    }

    .profile-wrapper #content .content-body {
        padding-left: 0;
        margin-top: 15px;
    }

    .profile-wrapper.active #content .content-body {
        padding-left: 15px;
        margin-top: 0;
    }

    .profile-wrapper #dismiss {
        display: block;
    }
}

.profile-wrapper .sidebar-header {
    margin-bottom: 4rem;
}

.profile-wrapper .sidebar-header .profile-pic-wrapper {
    position: relative;
}

.profile-wrapper .sidebar-header .change-pic {
    position: absolute;
    left: 65px;
    top: 5px;
    background: #ed1c24;
    color: #fff;
    padding: 5px;
    font-size: 0.85rem;
    border-radius: 50%;
}

.profile-wrapper .sidebar-header .change-pic input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
}

.profile-wrapper .sidebar-header .profile-pic {
    margin-left: 2.8rem;
}

.profile-wrapper .sidebar-header .profile-pic img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 1rem;
}

.profile-wrapper .sidebar-header .name {
    opacity: 1;
    margin-bottom: 0;
}

.profile-wrapper .nav-items {
    list-style: none;
    margin-left: -3.7rem;
}

.profile-wrapper .nav-items li {
    margin-bottom: 2rem;
}

.profile-wrapper .nav-items li .icon {
    line-height: 1.4;
    position: absolute;
}

.profile-wrapper .nav-items li span {
    margin-left: 2.6rem;
}

.profile-wrapper .nav-items li a {
    color: #8e8e8e;
}

.profile-wrapper .nav-items li.active .icon,
.profile-wrapper .nav-items li:hover .icon {
    color: #ed1c24;
}

.profile-wrapper .nav-items li.active a,
.profile-wrapper .nav-items li:hover a {
    color: #000;
}

/*=============================================================
    Footer
    =============================================================*/
.footer {
    position: relative;
    padding: 0;
    color: #737373;
    border-top: solid 3px #ed1c24;
}

.footer .top-section {
    background-color: #212121;
    padding: 6rem 0;
    font-size: 1.5rem;
}

.footer .bottom-section {
    background-color: #252525;
    padding: 2.5rem 0;
}

.footer .top-section .logo {
    margin-bottom: 6rem;
}

@media (max-width: 991px) {
    .footer .row > div {
        margin-bottom: 2.5rem;
    }
}

.footer .list {
    padding-inline-start: 0;
    list-style: none;
}

.footer .row > div .list:not(:last-child) {
    margin-bottom: 2.5rem;
}

.footer .list li {
    line-height: 1.2;
}

.footer .list li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.footer .list .title {
    font-family: Montserrat-Bold, serif;
    border-bottom: solid 1px;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
}

.footer .list .title.lighter {
    color: #979797;
}

.footer .social-icons a {
    font-size: 2.5rem;
}

.footer .social-icons a:not(:last-child) {
    margin-right: 0.5rem;
}

.footer .list li > a {
    color: #979797;
}

.footer .list li > a:hover {
    color: #bfbfbf;
}

/*=============================================================
    Orders Glenn
    =============================================================*/
.item-list .order-group .order-date {
    font-weight: 500;
}

.item-list .order-group .order-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding-top: 1rem;
}

.item-list .order-group {
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.item-list .order-group .order-wrapper .download {
    opacity: 0.65;
}

.item-list .order-group .order-wrapper .download:hover {
    opacity: 0.45;
    color: #000;
}

.item-list .order-group .order-wrapper span.download {
    white-space: nowrap;
}

.item-list .order-group .order-wrapper .cart {
    padding: 0 2rem;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

.notification-text {
    font-size: 1.6rem;
    opacity: 0.8;
}

.form-section-title {
    margin: 2rem 0;
}

.text-gray {
    color: #888;
}

.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 19px;
    border: solid 1px #000;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 40px;
    background-color: #8e8e8e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
    background-color: #ed1c24;
}

/*=============================================================
    Cart & Checkout
    =============================================================*/
.consultation-nav {
    padding: 3rem 0;
    height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .consultation-nav.pl-0 {
        padding-right: 0;
        padding-top: 0;
    }
}

.consultation-nav .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #bbb;
}

.consultation-nav .block-header .title {
    margin-bottom: 0;
    color: #8e8e8e;
}

.consultation-nav .content {
    margin: 2rem 0;
}

.consultation-nav .payment-options.nav-pills .nav-link {
    font-size: 100%;
}

.pricing-card-header h4 {
    font-family: Muli;
}

.pricing-card-title {
    font-family: Muli;
}

.pricing-card-title small {
    font-size: 1.5rem;
}

.blog-page .blog-post .post-content, .single-post .post-content {
    padding: 36px 43px;
}

.post-content a.read_more {
    color: #f91942;
    margin: 23px 0 2px;
    display: inline-block;
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}


.post-meta li::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px;
}
.widget-tabs li {
    padding: 0 0 27px;
    margin: 24px 0 0;
    border-bottom: 1px solid #e0e0e0;
}



.post-content p {
    margin: 18px 0 0;
}
.post-meta li {
    display: inline-block;
    color: #888;
}
.post-content h3 {
    margin: 0;
    line-height: 34px;
    font-size: 22px;
}

.pagination {
    margin: 9px 0 0;
    text-align: center;
    overflow: hidden;
}

.pagination ul, .pagination-next-prev ul {
    padding: 0;
    list-style-type: none;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination ul li a, .pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.pagination ul li a {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    line-height: 52px;
}

.pagination ul li a.current-page, .pagination .current, .pagination ul li a:hover, .pagination-next-prev ul li a:hover {
    background-color: #f2f2f2;
    color: #333;
}

.pagination ul li a i {
    line-height: 52px;
}

.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.post-img::after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    opacity: .1;
    border-radius: 3px 3px 0 0;
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.widget-tabs {
    padding: 0;
    list-style: none;
}
.useful-link{
    padding: 0;
    list-style: none;
}

.useful-link li {
    padding: 0 0 20px;
}

.widget-tabs li:first-child {
    padding: 0 0 20px;
    margin: 32px 0 0;
}
.widget-tabs .widget-content {
    display: table;
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}
.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
    top: -2px;
}

.widget-thumb {
    display: inline-block;
}
.widget-thumb a img {
    width: 85px;
    height: auto;
}
.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0;
}

.comments {
    margin: -10px 0 0;
}

.blog-page h4.headline {
    font-size: 22px !important;
    font-weight: 400;
}
h4.headline {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 30px;
    margin-bottom: 30px;
}
.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.comments ul {
    padding-left: 0;
}

.comments ul li {
    position: relative;
}
.comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li {
    margin: 50px 0 0 0;
}
.comments ul li {
    display: block;
    width: 100%;
}
.comment-content {
    color: #666;
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 500;
    color: #333;
}

.comment-by span.date {
    color: #888;
    font-weight: 300;
    margin: 0 0 0;
    float: none;
    display: block;
    text-align: left;
}

body .comment-content p {
    padding: 5px 0;
    font-size: 15px;
}
.comment-content p {
    margin: 3px 0 0;
    line-height: 26px;
}


::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.add-review-box {
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 36px;
    padding-bottom: 36px;
    padding-bottom: 40px;
    margin-bottom: 55px;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
    position: relative;
}

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    min-height: 60px;
}
.margin-bottom-45 {
    margin-bottom: 45px !important;
}

#posts-nav li.next-post {
    right: 0;
    text-align: right;
}
#posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%;
}

#posts-nav {
    list-style: none;
}

#posts-nav li.prev-post {
    left: 0;
}

#posts-nav li.prev-post a::before {
    left: 0;
    content: "<";
}

#posts-nav li span {
    display: block;
    color: #888;
    font-size: 15px;
    margin-bottom: 1px;
    font-weight: 400;
}

#posts-nav li.next-post a::before {

    right: 0;
    content: ">";

}
#posts-nav li.prev-post a {
    padding-left: 50px;
}
#posts-nav li a {
    transition: transform .3s,color .3s 0s;
    display: inline-block;
}
#posts-nav li.next-post a {
    padding-right: 50px;
}
#posts-nav li.prev-post a::before, #posts-nav li.next-post a::before {
    font-family: simple-line-icons;
    font-size: 20px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: transform .3s;
}

#posts-nav li.prev-post a::before, #posts-nav li.next-post a::before {
    font-family: simple-line-icons;
    font-size: 20px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: transform .3s;
}

@media (max-width: 767px) {
    #posts-nav li.prev-post {
        text-align: left;
        margin-bottom: 30px;
    }

    #posts-nav li.next-post {
        text-align: left;
        margin-bottom: 30px;
    }

    #posts-nav li a {
        padding: 0 !important;
    }

    #posts-nav li {
        position: relative;
        width: 100%;
    }

    #posts-nav li a::before {
        display: none;

    }
}

.text-blue{
    color: blue;
}

.is-invalid{
    border: 1px solid #ff0000 !important;
}

.owl-carousel .owl-stage {
     display:flex !important;
    align-items:center !important;
}

