@font-face {
    font-family: "montblack";
    src: url("../fonts/mont/mont-black-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montbold";
    src: url("../fonts/mont/mont-bold-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montextralight";
    src: url("../fonts/mont/mont-extralight-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montlight";
    src: url("../fonts/mont/mont-light-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montregular";
    src: url("../fonts/mont/mont-regular-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montsemibold";
    src: url("../fonts/mont/mont-semibold-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montthin";
    src: url("../fonts/mont/mont-thin-webfont.woff2") format("woff2"),
        url("../fonts/mont/mont-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "montregular" !important;
}

::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
a:hover {
    text-decoration: none;
}
.btn:hover {
    color: #fff;
}
.white {
    color: #fff;
}
.blue {
    color: #224693;
}
.green {
    color: #00b16c;
}

.green-text {
    font-weight: 600;
    color: #00b16c;
    font-size: 40px;
}
.sidebar .nav .nav-section {
    display: block;
}
.table {
    border-radius: 10px;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 1em;
}
.sub-heading {
    color: #a7d7b3;
}
.navbar {
    justify-content: flex-end;
}
li {
    display: inline-block;
    padding: 0 5px;
}
.recent-bg {
    background-color: #071333;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 999;
}
.recent-bg h1,
.how_work h1 {
    font-size: 50px;
}
.cart_btn {
    background: #a7d7b3;
    padding: 10px 20px;
    border-radius: 20px;
    color: #224693;
}
.join {
    text-transform: uppercase;
}
hr {
    border-top: 1px solid #00b16c;
}
.form-control.grey_bg {
    background: #6a959b !important;
    font-weight: 700;
    color: #fff;
}
.add_photo {
    background: #6a959b;
    vertical-align: middle;
    display: table-cell;
    height: 300px;
    text-align: center;
    border-radius: 15px;
    width: 300px;
}
.testimonial_bg {
    padding: 50px 0px;
}
.testimonial_bg a {
    text-transform: uppercase;
    min-width: 300px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 10px;
}
.testimonial_bg h3 {
    color: #224693;
    text-transform: uppercase;
    font-size: 20px;
}
.plus,
.minus {
    font-weight: bold;
    color: #a7d7b3;
    font-size: 18px;
}
.close_btn {
    font-weight: bold;
    color: #a7d7b3;
    font-size: 18px;
}
.plus:hover,
.minus:hover,
.close_btn:hover {
    color: #a7d7b3;
}
.qty {
    background: #00b16c;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    border: 0;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0 10px;
}
.main-header {
    position: unset;
}
.blue_bg {
    background-color: #004954;
    min-height: 400px;
}
.blue-title {
    color: #224693;
}
h2 {
    color: #00b16c;
    font-weight: bold;
    font-size: 34px;
}
p {
    color: #224693;
    margin-bottom: 10px;
    line-height: 20px;
}
.how_work {
    border-radius: 20px 20px 0 0;
    background-color: #004954;
    min-height: 425px;
    margin-top: -20px;
    position: relative;
    z-index: 999;
}
.how_work h2 {
    color: #00b16c;
    padding: 20px;
    background: #032a31;
    border-radius: 15px;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}
.category h2 {
    color: #00b16c;
    padding: 20px 20px;
    background: #0a1331;
    border-radius: 15px;
    min-height: 150px;
    width: 100%;
    text-align: left;
    font-size: 25px;
    box-shadow: -1px 2px 18px 0 rgb(69 65 78 / 70%);
}
.capsul-bg {
    background-image: url("../img/banner2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 800px;
    align-items: center;
    display: flex;
}
img {
    max-width: 100%;
}
.footer_bg .nav li {
    padding: 3px 0px 0;
    margin-bottom: 0px;
}
.footer_bg .social_link li {
    margin-right: 10px;
}
.footer_bg .social_link li a {
    font-size: 40px;
}
.footer_bg ul li a {
    color: #e6e8e6;
    text-align: left;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
}
.footer_bg ul li a i {
    color: #e6e8e6;
    text-align: left;
    padding: 0px;
    font-size: 40px;
}
.main-panel {
    float: none;
    width: auto;
}
h4 {
    text-transform: capitalize !important;
    color: #fff;
}
.main-header,
body {
    background: #f7faf7;
    box-shadow: none;
    overflow-x: hidden;
    color: #224693;
}
.logo-header {
    width: auto;
    height: auto;
}
.main-header .navbar-header[data-background-color] .nav-search .input-group {
    background: #73949a !important;
}
body .navbar .input-group {
    background: #73949a !important;
    border-radius: 20px;
    color: #fff;
    border: 0px;
}
.box-color {
    background: #73949a !important;
    border-radius: 20px;
    color: #fff;
    border: 0px;
}
.form-control {
    background: #4c686c !important;
    border-radius: 15px;
    color: #fff !important;
    border: 0px;
    height: 45px !important;
    font-family: "montbold";
}
.navbar > .container,
.navbar > .container-fluid {
    justify-content: end;
}
.nav li a,
h1 {
    color: #fff;
    text-align: left;
}
header .nav li a {
    color: #004954;
    font-size: 20px;
    padding: 10px 0px;
    margin: 0 10px;
}
header .nav li.active a {
    color: #00b16c;
    border-bottom: 2px solid;
    padding: 10px 0px;
    margin: 0 10px;
    padding-bottom: 0 !important;
    font-family: "montbold" !important;
}
header .nav .btn {
    text-transform: uppercase;
}
header .nav {
    margin: 20px 0px;
}
header {
    padding: 20px 0px;
    background: #e6e8e6;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 0px;
}
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-section.active > a {
    color: #003942 !important;
    background: transparent;
    box-shadow: none;
}
.nav li.last {
    position: absolute;
    bottom: 0;
}
.main-panel > .content {
    margin-top: 0;
    min-height: auto;
}
.green-bg {
    background: #00b16c;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 50px;
}
.login_bg {
    background: #b4b8c1 !important;
    border-radius: 10px;
    color: #fff;
    border: 0;
    padding: 12px;
    width: 100%;
    font-family: "montbold" !important;
}
.form-bg {
    background-color: #071333;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 2px 6px 15px 0 rgb(69 65 78 / 70%);
}
.main-panel {
    min-height: 100vh !important;
    height: auto !important;
}
.footer_bg {
    background-color: #032a31;
    padding: 50px !important;
    border-radius: 20px 20px 0px 0px !important;
    position: absolute;
    bottom: -248px;
    width: 100%;
}

.form-bg h2 {
    color: #00b16c;
    text-align: left;
    font-weight: bold;
}
.footer_bg h5 {
    color: #00b16c;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.form-bg .btn {
    background: #00b16c;
}
.btn {
    background: #00b16c;
    border-radius: 15px;
    color: #fff;
    margin: 0px 6px;
    padding: 8px 30px;
    border: 0;
    font-size: 16px;
    margin-top: 5px;
}
.form-bg .link {
    color: #fff;
    vertical-align: sub;
}
.form-bg span {
    color: #00b16c;
    font-size: 16px;
    font-weight: bold;
}
.box-bg {
    background: #071333;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
}
.box-bg h1 {
    color: #00b16c;
    font-weight: bold;
}
.faq-content {
    overflow-y: scroll;
    height: 500px;
}
.scroll-content {
    overflow-y: scroll;
    height: 500px;
    margin-bottom: 40px;
}
.scroll-content p {
    color: #fff;
}
.scroll-content h4 {
    color: #a7d7b3;
    font-weight: bold;
}
.btn-success {
    background: #00b16c !important;
    border-radius: 15px;
}
.white_bg img {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.white_bg h4 {
    color: #224693;
    font-size: 16px;
    font-weight: 600;
}
.recent-img img {
    width: 230px;
    height: 225px;
    object-fit: cover;
}
.white_bg p {
    margin-bottom: 5px;
}
.card {
    margin-bottom: 0px;
}
@media screen and (min-width: 991px) {
    .sidebar,
    .navbar-toggler {
        display: none !important;
    }
    .sidebar {
        background: #73949a;
        left: 10px;
        width: 230px;
        margin-top: 125px;
        border-radius: 10px;
        box-shadow: none;
        bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .navbar .nav {
        display: none;
    }
    .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .navbar-toggler {
        position: absolute;
        top: -60px;
        right: 0;
    }
    .footer_bg h5 {
        margin: 20px 0px;
    }
    .footer_bg {
        position: absolute;
        bottom: -600px;
        right: 0;
    }
}

.forgotpwd {
    font-size: 13px;
}

.font-900 {
    font-weight: 900;
    font-family: "montbold" !important;
}
.shadowRemove .form-bg {
    background-color: #071333;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: none;
}
.shadowRemove .greenformbg {
    background-color: #00b16c;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: none;
    height: 130px;
}
.myprofileSwitch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.myprofileSwitch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.myprofileSwitch input:checked + .slider {
    background-color: #00b16c;
}
.myprofileSwitch .slider.round {
    border-radius: 34px;
}
.myprofileSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #004954;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.myprofileSwitch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.myprofileSwitch .slider.round:before {
    border-radius: 50%;
}
.myprofileSwitch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.font-20 {
    font-size: 20px;
}

.myOrderTbl {
    border-radius: 10px;
    border: 1px solid #00b16c;
    margin-bottom: 50px;
}
.myOrderTbl thead {
    color: #00b16c;
    font-weight: 500;
    font-size: 16px;
}
.myOrderTbl thead th {
    font-size: 16px;
}
.myOrderTbl .greenColor {
    color: #00b163;
}
.myOrderTbl .redColor {
    color: #dd2d42;
}
.myOrderTbl .orangeColor {
    color: #e69a0a;
}
.myOrderTbl .table td,
.myOrderTbl .table th {
    border-bottom: 1px solid #a7d7b3 !important;
}
.myOrderTbl .table .lastBorder {
    border: none !important;
}

.checkBox .colorinput-color {
    background: #6a959b !important;
    width: 45px;
    height: 45px;
    border-radius: 15px;
}
.checkBox .colorinput-color:before {
    width: 45px !important;
    left: 0 !important;
    height: 40px !important;
}
.footertoUp {
    margin-top: -25px;
}
.categoryColor {
    color: #a7d7b3;
}
.faqContent p {
    color: #fff;
}
.faqContent h4 {
    color: #a7d7b3;
    font-weight: bold;
}
.faqContent .nav-search .input-group {
    border: 1px solid #00b16c;
    background: transparent;
    border-radius: 25px;
    width: 28%;
    color: #00b16c;
}
.faqContent .form-control {
    color: #00b16c;
    font-weight: 900;
}
.faqContent .search-icon {
    color: #00b16c;
}
textarea.form-control {
    height: auto !important;
}
.searchExpire.nav-search .input-group {
    border: 1px solid #00b16c;
    background: #00b16c;
    border-radius: 25px;
    width: 25%;
    color: #fff;
}
.searchExpire .form-control {
    color: #fff;
    font-weight: 900;
}
.searchExpire .search-icon {
    color: #fff;
}
.selectFilter {
    border-radius: 50px;
    background: #e5e5e5;
}
.thankYouLogo {
    position: absolute;
    left: -100px;
    top: -75px;
}
.cartModal.modal {
    background: rgb(150 180 183 / 60%);
}
.cartModal .modal-content {
    background-color: #071333;
    border-radius: 20px !important;
}
.cartModal .modal-header {
    border-bottom: 0;
    padding: 1.5rem 4rem;
}
.cartModal .modal-header .card-title {
    color: #00b16c;
    font-weight: 900;
    font-size: 35px;
}
.cartModal .modal-header .close {
    color: #fff;
}
.cartModal .modal-header .close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
}
.cartModal .modal-dialog {
    max-width: 750px;
}
.cartModal .modal-body {
    padding: 1.5rem 4rem;
}

.cardBG {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.headerMenu .card,
.headerMenu .card-light {
    box-shadow: 2px 6px 15px 0 rgb(69 65 78 / 40%);
    margin-bottom: 30px;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background: #e6e8e6;
}
.headerMenu .nav-link {
    color: #032a31;
    font-size: 16px;
}
.headerMenu .nav-link:hover {
    color: #00b16c;
}
.home_box {
    background: #032a31;
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
    height: 190px;
}
.font-medium {
    font-family: "montsemibold" !important;
}
.myProfilForm .form-control:focus {
    color: #fff;
}

body .table td,
body .table th {
    padding: 14px !important;
}
body table {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.new-alert .form-check,
.new-alert .form-group {
    padding: 10px 0;
}
.newItem .form-check,
.newItem .form-group {
    padding: 10px 0;
}
.wishlist .cencelBtn {
    position: absolute;
    right: 30px;
}

@media (max-width: 900px) {
    .myOrderTbl {
        overflow: auto;
    }
}

@media (max-width: 600px) {
    .navbar-brand {
        width: 70%;
    }
    .searchExpire.nav-search .input-group {
        width: 100%;
    }
    .shadowRemove .greenformbg {
        margin-bottom: 30px;
    }
    .shadowRemove .form-bg {
        margin-bottom: 30px;
    }
    .blue_bg.new-alert {
        min-height: 540px !important;
    }
    .masterCard {
        width: 20% !important;
    }
    .visaCard {
        width: 30% !important;
    }
    .faqContent .nav-search .input-group {
        width: 100%;
    }
    #orderTbl.table {
        display: block !important;
        overflow-x: auto !important;
    }
    #productTbl.table {
        display: block !important;
        overflow-x: auto !important;
    }
    .sidebar-content .mx-4.mt-2 {
        padding-left: 0;
        margin-left: 12px !important;
    }
    .marketplace .selectFilter {
        height: auto !important;
        padding: 20px;
        border-radius: 20px !important;
    }
    .selectFilter {
        border-radius: 20px !important;
    }
    .marketplace .white_bg img {
        float: inherit !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .recent-bg h1 {
        font-size: 30px;
    }
    .productMobile {
        padding: 5% 0% 0% 8%;
    }
    #expired-soon .main-heading {
        font-size: 30px;
    }
    #expired-soon .sub-heading {
        font-size: 25px;
    }
    .myprofileSwitch .switch {
        width: 50px;
        height: 25px;
        top: 3px;
    }
    .myprofileSwitch .slider:before {
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 3px;
    }
    .wishlist .cencelBtn {
        position: relative;
        right: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        padding: 0;
    }
    .wishlist .firstSec {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        text-align: left !important;
        padding-right: 0;
    }
    .wishlist .secondSec {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 0;
        padding-right: 0;
        left: -16px;
    }
    .wishlist .secondSec h2 {
        font-size: 30px;
    }
    .mobileAlign {
        text-align: left !important;
        float: left !important;
        justify-content: left !important;
        align-items: flex-start !important;
        display: flex;
        margin-bottom: 15px;
    }
    .mobilePadding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mobileSwitch {
        margin-left: 0 !important;
    }
    .mobileSwitchName {
        margin-top: 10px;
    }
    .mobileSwitchSpacing {
        margin-bottom: 20px;
    }
}

@media (min-width: 1000px) {
    #myModal3 .modal-dialog {
        margin-top: 200px;
    }
}
.checkoutBG {
    background: url(../img/checkoutBG.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-color: #071333;
    border-radius: 15px;
}
.numberofItems {
    font-family: "montregular" !important;
    font-size: 16px;
}
.height-160 {
    height: 160px !important;
}
#my-profile .shadowRemove .form-bg {
    margin-bottom: 20px;
}
#my-profile .shadowRemove .greenformbg {
    margin-bottom: 20px;
}
.VRSize {
    font-size: 13px;
}
#my-order .cartModal .modal-header {
    padding: 2.5rem 4rem;
}
#my-order .cartModal .modal-body {
    padding: 2.5rem 4rem;
    padding-top: 1.5rem;
}
.searchProduct {
    position: absolute;
    left: 75px;
    top: 13px;
}
.marketplace.container {
    max-width: 1380px;
}
.marketplace .selectFilter {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}
.marketplace .form-check,
.marketplace .form-group {
    padding: 0 10px;
}
.marketplace .white_bg img {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: -1px 2px 18px 0 rgb(69 65 78 / 30%);
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.width-90 {
    width: 90%;
}
.myOrderTbl table tbody tr td:last-child {
    font-family: "montbold" !important;
    color: #00b163;
}
.myOrderTbl table tbody tr td:first-child a b {
    font-family: "montbold" !important;
    color: #224693;
}

/* .selectFilter .form-control {-webkit-appearance: none; -moz-appearance: none;  appearance: none; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23A7D7B3 '><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important; background-size: 12px !important; background-position: center right !important; background-repeat: no-repeat !important; background-color:transparent !important; } */

.selectFilter .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23A7D7B3 '><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat !important;
    background-size: 12px !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    color: #a7d7b3 !important;
    padding: 0;
    font-size: 16px;
}

.front-login-button-header {
    margin: 0px 10px;
    margin-top: 5px;
}

.all-page-footer {
    margin-top: 0px;
}

.text-book-font {
    font-size: inherit;
}

.selectFilter .dropdown {
    color: #a7d7b3 !important;
    background: transparent !important;
    font-size: 14px;
    padding: 0;
    appearance: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='green'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat !important;
    background-size: 15px !important;
    background-position: 101% 60% !important;
}
#marketplace-table .link-class {
    display: inline-block;
    margin-top: 10px;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    top: 23px;
}
table.dataTable thead .sorting:before {
    right: 0px;
}
table.dataTable thead .sorting:after {
    right: -7px;
}
