@font-face {
    font-family: 'Montserrat';
    src: url(../../../font/Montserrat-VariableFont_wght.ttf)
}

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.stickyClass {
    background-color: #fff
}

P {
    margin: 0
}

.ExpoFixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000
}

.expoLogo {
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.mc_logo {
    width: 150px;
    height: auto
}

.header_login {
    text-decoration: underline !important
}

.mc_header {
    border-bottom: 1px solid rgb(34 40 49 / .5);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px)
}

.whatsappText {
    display: none
}

.mc_header .navbar {
    max-width: 1920px;
    margin: 0 auto;
    padding: 12px 30px
}

.mc_header .nav-link {
    color: #222831;
    font-weight: 600;
    font-size: 16px
}

.mc_header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mc_header .search_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mc_header .navbar .navbar-nav {
    gap: 15px
}

.mc_header .navbar-nav .nav-item {
    position: relative
}

.mc_header .navItem,
.header_login {
    color: var(--text_primary);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s
}

.header_login {
    font-size: 20px
}

.mc_header .navItem a:hover,
.mc_header .navItem.active a {
    color: var(--red) !important;
    text-decoration: none
}

.header_login:hover {
    color: var(--red) !important
}

.header_right .nav {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mc_header .header_right .nav-item .nav-link {
    padding: 4px 5px;
    font-size: 18px
}

.mc_header .nav-item .nav-link.primary_btn {
    color: var(--white);
    border: 2px solid var(--red);
    font-size: 16px !important;
    font-weight: 700;
    padding: 6px 15px !important
}

.mc_header .nav-item .nav-link.border_btn {
    color: var(--red);
    border: 2px solid currentColor;
    padding: 4px 30px
}

#mcNavbar {
    margin-left: 50px;
    position: relative
}

.color_logo {
    display: none
}

.navbar-expand-md .navbar-collapse {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .mc_logo {
        width: 125px;
        min-width: 125px;
        height: auto
    }

    .mc_header .navItem a,
    .mc_header .header_right .nav-item a {
        font-size: 14px !important
    }

    .nav-link img {
        width: 20px;
        height: 20px
    }

    .search_open img {
        max-width: 21px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mc_logo {
        min-width: 115px;
        height: auto;
        width: 115px
    }

    .search_open img {
        max-width: 21px
    }

    .mc_header .navbar {
        padding: 15px
    }

    .mc_header .navItem a {
        font-size: 12px
    }

    .phno {
        display: none
    }

    .navbar .container-fluid {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .mc_header .header_right .nav-item a {
        font-size: 12px
    }

    .mc_header .navbar .navbar-nav {
        gap: 10px
    }

    .phone-icon,
    .whatsapp-icon,
    .login-icon {
        width: 30px;
        height: auto
    }

    .mc_header .nav-item .nav-link,
    .mc_header .header_right .nav-item .nav-link {
        font-size: 14px
    }

    .nav-link {
        white-space: nowrap
    }

    .nav-link img {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width:767px) {
    .mc_header .navbar {
        padding: 15px
    }

    .whatsappText {
        display: block
    }

    button.navbar-toggler {
        border: none
    }

    .mc_header .navbar-nav {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .mc_header,
    .mc_header .navbar {
        padding: 0;
        position: -webkit-sticky;
        position: sticky
    }

    img.mc_logo {
        width: 100px;
        height: auto
    }

    .mc_header .navbar-nav {
        gap: 0 !important
    }

    .header_right .nav {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .mc_header .container-fluid {
        padding: 5px 15px 5px 15px !important
    }

    .mc_header .navItem a {
        padding: 5px 5px
    }

    .mc_header .navbar-collapse {
        border-top: 1px solid rgb(255 255 255 / .3)
    }

    .mc_header.is-sticky {
        padding: 0
    }

    .mc_header .navItem a,
    .mc_header .header_right .nav-item a span,
    .mc_header .header_right .nav-item .nav-link {
        font-weight: 400;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2px
    }

    .nav-link img {
        width: 17px;
        height: 17px
    }

    .navbar-toggler:focus {
        outline: none
    }

    .login-icon {
        width: 20px;
        height: auto;
        margin-right: 7px
    }

    .header_login {
        font-size: 16px;
        padding: 3px
    }

    .mobile::placeholder {
        font-size: 12px !important
    }
}

.expoAd {
    background: #2E6218;
}

/* .expoAd {
    background: #3AA5DA;
} */

.expoLogo {
    max-width: 50px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 9999;
    top: 0
}

.expoAdContents p {
    text-align: center
}

.expoAdText {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.expoButton {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    padding: 8px 12px;
    border-radius: 20px !important;
    background-color: #fff;
    color: #3c2b25
}

.expoAdContents {
    width: 90%;
    margin: auto;
    padding: 12px 0 14px 0 !important
}

.expoAdContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.expoButton:hover {
    color: #3c2b25;
    border-radius: 20px !important
}

@media only screen and (max-width:1000px) {
    .expoAdText {
        font-size: 14px
    }

    .expoButton {
        font-size: 12px
    }
}

@media only screen and (max-width:500px) {
    .expoAdText span {
        display: block;
        padding-bottom: 10px;
        font-size: 11px !important
    }
}

.search_form .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_active_toggle {
    max-width: 21px;
    display: none
}

.search_btn.active_btn .search_toggle {
    display: none
}

.search_btn .search_active_toggle {
    display: none
}

.search_btn.active_btn .search_active_toggle {
    display: block
}

.seacrh_close {
    display: none
}

.search_icon.active {
    display: none
}

.seacrh_close.active {
    display: inline-block
}

.search_form.open {
    display: block
}

.seacrh_form.hideToggle {
    display: none
}

.search_open {
    background: #fff0;
    border: none
}

.search_form .input-group input,
.search_close {
    background: #fff0;
    border: none;
    margin: 0
}

.search_form .input-group {
    border: 1px solid #afafaf;
    border-radius: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_form .input-group input {
    padding-left: 28px;
    width: 88%
}

.search_form .input-group input:focus {
    background-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search_form .input-group input:hover {
    background-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search_form .input-group img {
    padding: 2px
}

.search_form {
    padding: 14px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 25px rgb(0 0 0 / .1), 0 10px 10px rgb(0 0 0 / .04);
    box-shadow: 0 20px 25px rgb(0 0 0 / .1), 0 10px 10px rgb(0 0 0 / .04);
    min-width: 760px;
    display: none;
    position: absolute;
    top: 95px;
    z-index: 3;
    right: 365px
}

.search_form .input-group ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #afafaf
}

.search_form .input-group :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #afafaf
}

.search_form .input-group ::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #afafaf
}

.search_form .input-group #searchKeywordautosuggest {
    width: 82%
}

.search_form .input-group #searchKeywordautosuggest>div,
.mblSearchContents #searchKeywordautosuggest>div {
    width: 100%
}

.search_form .input-group #searchKeywordautosuggest #searchKeyword {
    width: 100%
}

button {
    background: no-repeat;
    border: none
}

#mcNavbar .input-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mbl_Search {
    display: none
}

@media only screen and (max-width:767px) {
    .mbl_Search_contents input {
        border-radius: 20px;
        margin-top: 20px
    }

    .inside_search {
        top: 25px !important
    }

    .mbl_Search_contents ::-webkit-input-placeholder {
        font-size: 12px
    }

    .mbl_Search_contents :-ms-input-placeholder {
        font-size: 12px
    }

    .mbl_Search_contents ::placeholder {
        font-size: 12px
    }

    .mbl_Search {
        display: block
    }
}

.eyeSlash {
    display: none
}

.fa-eye-slash .eyeSlash {
    display: block;
    top: 3px;
    position: relative
}

.fa-eye-slash .eye {
    display: none
}

#toggle_pwd,
#toggle_new_pwd,
#toggle_re_pwd {
    position: absolute;
    top: 8px;
    right: 10px
}

#toggle_pwd img,
#toggle_new_pwd img,
#toggle_re_pwd img {
    height: 18px;
    width: 18px
}

@media only screen and (max-width:1200px) {
    .search_form {
        right: 297px !important;
        min-width: 596px !important
    }

    .header_right .search_box.active,
    .header_right .search_box {
        right: 343px !important
    }

    .search_space .search_box.active,
    .search_space .search_box {
        right: 307px !important
    }
}

@media only screen and (max-width:1000px) {
    .search_form {
        right: 144px !important;
        top: 90px !important
    }
}

@media only screen and (max-width:992px) {

    .header_right .search_box.active,
    .header_right .search_box {
        right: 192px !important
    }

    .header_right .search_box.active {
        width: 74% !important
    }
}

@media only screen and (max-width:767px) {
    .search_item {
        display: none !important
    }

    .expoLogo:hover {
        -webkit-transform: none !important;
        transform: none !important;
        cursor: pointer;
        top: unset !important
    }
}

.mc-modal .modal-body {
    padding: 40px 30px 30px
}

.mc-modal .heading3 {
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: 700
}

.mc-modal a {
    color: var(--orange);
    text-decoration: underline;
    font-size: 16px
}

.mc-modal .mc-primary-btn span {
    padding: 5px 50px
}

.mc-modal a {
    color: var(--orange);
    text-decoration: underline !important;
    font-size: 16px
}

#toggle_pwd img,
#toggle_new_pwd img,
#toggle_re_pwd img {
    height: 18px;
    width: 18px
}

#toggle_pwd,
#toggle_new_pwd,
#toggle_re_pwd {
    position: absolute;
    top: 12px;
    right: 10px
}

.form-group.mb-3.psw-group {
    position: relative
}

.mc-modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 38px;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .mc-modal .heading3 {
        font-size: 20px
    }

    .form-group.mb-3 ::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-group.mb-3 :-ms-input-placeholder {
        font-size: 14px
    }

    .form-group.mb-3 ::placeholder {
        font-size: 14px
    }

    #mcNavbar {
        margin-left: 0
    }

    .mc_header .navItem,
    .header_login {
        padding: 0
    }

    .mc_header .header_right .nav-item .nav-link {
        padding: 8px 5px
    }

    .mc_header .navItem a {
        padding: 6px 5px
    }
}

.mobileHeader.d-flex.align-items-center {
    display: none !important
}

@media only screen and (max-width:767px) {
    .mobileHeader.d-flex.align-items-center {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    #mcNav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
        margin-top: 12px
    }

    .whatsAppAndMblContents {
        padding: 30px 0
    }
}

.header_right .search_box.active {
    height: 42px;
    right: 414px;
    width: 64%;
    top: 0;
    border: 1px solid #dedede;
    border-radius: 5px
}

.search_space .search_box.active {
    right: 362px;
    width: 68%
}

.search_fields ::-webkit-input-placeholder {
    font-size: 14px
}

.search_fields :-ms-input-placeholder {
    font-size: 14px
}

.search_fields ::placeholder {
    font-size: 14px
}

.search_fields {
    position: relative
}

.inside_search:focus {
    outline: none
}

.expoLogo:hover {
    -webkit-transform: scale(5);
    transform: scale(5);
    cursor: pointer;
    top: 100px
}

.header_right .search_box {
    background: #fff none repeat scroll 0 0;
    height: 42px;
    right: 414px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2
}

.search_space .search_box {
    right: 362px
}

.inside_search img {
    width: 30px
}

.header_right #search_box .form-control {
    border: none
}

#search_btn:focus {
    outline: none
}

.search_fields {
    position: relative
}

.inside_search {
    position: absolute;
    right: 0;
    top: 4px
}

.search_toggle {
    max-width: 30px
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .header_right .search_box.active {
        width: 58% !important
    }

    .search_space .search_box.active {
        width: 64% !important
    }
}

@media only screen and (min-width:992px) and (max-width:1070px) {
    .header_right .search_box.active {
        width: 59% !important
    }
}

@media only screen and (min-width:1440px) and (max-width:1630px) {
    .header_right .search_box.active {
        width: 73% !important
    }
}

@media only screen and (min-width:1440px) and (max-width:1630px) {
    .header_right .search_box.active {
        width: 69% !important
    }

    .search_space .search_box.active {
        width: 70% !important
    }
}

@media only screen and (min-width:1630px) and (max-width:1736px) {
    .header_right .search_box.active {
        width: 70% !important
    }
}

@media only screen and (min-width:1700px) {
    .header_right .search_box.active {
        width: 74% !important
    }

    .search_space .search_box.active {
        width: 78% !important
    }
}