﻿/**new css*/
.header_block {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.reg_input_icon {
    width: 24px;
    height: 24px;
    background-position: -6px -6px;
}

.header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-radius: 0;
    transition: all 0.5s;
    min-height: 60px;
    max-width: 1360px;
    margin: 0 auto;
    width: calc(100% - 30px);
}

.logo_section {
    min-width: 70px;
}

a.logo_display {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}
a.logo_display img {
    object-fit: contain;
    max-width: 166px;
    max-height: 44px;
    transition: all 0.5s;
    width: 100%;
}
.menu_section {
    flex: 1;
    justify-content: end;
    display: flex
}

.profile_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: flex-end;
}

    .profile_menu > a {
        padding: 0px;
        font-size: 14px;
        color: var(--all-text-main);
        font-weight: 600;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: 33px;
        cursor: pointer;
    }

        .profile_menu > a:hover {
            color: var(--btn-bg);
        }

a.h_buttton:hover {
    color: #fff;
}

.darkHeader.header_block {
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

a.h_buttton {
    background: var(--btn-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
}

.reg_icon {
    background-position: -7px -6px;
    width: 24px;
    height: 24px;
}

.modal-dialog-login {
    background: #fff;
    max-width: 520px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    color: var(--all-text-main);
}

a.popup-close, div.popup-close {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: normal;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    font-size: 23px;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99999999;
    background: #fff;
    color: var(--all-text-main);
    text-align: center;
    cursor: pointer;
}

.login_title {
    text-align: left;
    font-size: 24px;
    color: var(--all-text-main);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 29px;
    padding-bottom: 10px;
}

.form-group {
    margin-left: 10px;
    margin-right: 10px;
}

.from-group-input .form-group {
    max-width: 382px;
    width: 100%;
    margin: 0;
}

.login_input {
    height: 60px;
    width: 100%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: #FFF;
    padding: 0px 10px 0 40px;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.changepassbutton, .search_button {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    color: var(--color);
    padding: 0px 20px;
    width: 100%;
    line-height: 50px;
    transition: all 0.3s;
    margin: 0px auto;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background: #00bad8;
}

.fa-trophy::before {
    content: "\f091"
}

.fa-gift::before {
    content: "\f06b"
}

.cr_limit {
    min-width: 206px
}

.credit-icon {
    position: absolute;
    font-size: 21px !important;
    padding-top: 5px;
    padding-left: 6px;
    color: #24a9e1 !important
}

.font-27 {
    font-size: 27px !important
}

.credit_limit div {
    margin-left: 46px
}


.dropdown-menu li a {
    padding: 10px 15px;
    width: 100%
}

.top-header ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative
}

.dropdown ul {
    color: #7791a0
}

.fa-check-square::before {
    content: "\f14a"
}

.fa-credit-card::before {
    content: "\f09d"
}

.home_text_small {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 11px 51px rgba(0,0,0,.35);
    font-family: Montserrat,sans-serif;
    letter-spacing: 2px
}

.login_text {
    font-size: 20px;
    text-transform: capitalize;
    color: #ff6b0b
}

.home_text_large {
    font-size: 81px;
    font-weight: 900;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    line-height: 1
}

.home_content_inner {
    display: block;
    position: relative;
    text-align: left;
    color: #fff;
    margin-top: -45px
}

.home_content {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1
}


.hideone {
    opacity: 0;
    display: none
}

.openlogin {
    transition: opacity 1s ease 0s;
    opacity: 1;
    display: block
}

.login_lable {
    position: absolute;
    left: 40px;
    top: 10px;
    color: var(--btn-bg);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input_box {
    height: 60px;
    width: 100%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: #FFF;
    padding: 15px 10px 0 40px;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login_input_icon {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 18px;
    left: 12px;
    background-position: -9px -46px;
}

#forgot .login_input_icon {
    top: 18px;
}

.password_icon {
    background-position: -42px -47px;
}

.agt_loginbox {
    padding: 15px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    margin-top: -85px;
}

.from-group-input {
    display: flex;
    column-gap: 10px;
    width: 100%;
}

.remember_me {
    width: 50%;
    margin: 0 0 20px 0;
    font-family: Arial;
    overflow: hidden;
    float: right;
    white-space: nowrap
}

.foegot_password {
    float: left;
    text-align: right;
    color: #174e87;
    font-size: 14.82px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 700;
    padding: 10px 0
}
.login_button {
    height: 60px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 60px;
    color: #fff;
    max-width: fit-content;
    background: var(--btn-bg);
    border: 0;
    padding: 0 20px;
    display: inline-block;
}

.reg_button {
    font-size: 14.82px;
    color: #00bbda;
    border: none
}

.top_theme_one {
    position: relative;
    line-height: 55px
}

    .top_theme_one .dropdown-menu > li > a, .top_theme_one .inr-dropdown .dropdown-header {
        line-height: 20PX;
        white-space: normal
    }

    .top_theme_one .top_contact {
        float: right
    }

    .top_theme_one .list-inline > li {
        padding-right: 18px;
        margin-top: 12px
    }

    .top_theme_one .top_contact li a {
        color: #01579b;
        text-transform: capitalize;
        text-decoration: none;
        vertical-align: middle;
        font-size: 14px
    }

    .top_theme_one .top_contact li .dropdown-menu {
        border-radius: 0;
        padding: 0;
        border-top: none;
        margin-top: 13px;
        text-align: left;
        -webkit-transition: ease all 2s;
        transition: ease all 2s;
        line-height: 20px
    }

.top_contact li .dropdown-menu li {
    width: 100%;
    transition: all .5s ease
}

.dropdown-menu.cr_limit li {
    padding: 10px
}

.top_theme_one .top-right li {
    float: right
}

.logo_theme_one {
    line-height: 80px;
    height: 80px
}

.nav.navbar-nav .Active {
    color: #27a1c5;
    border-bottom: 2px solid #ff690e
}

.widget-contact {
    z-index: 9999;
    box-shadow: 0 0 7px rgba(0,0,0,.5);
    position: fixed;
    right: -333px;
    width: 330px;
    top: 42%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    background-color: #fff
}

    .widget-contact.active {
        animation: movement .5s;
        animation-fill-mode: forwards
    }

    .widget-contact.hidewidget {
        animation: backmove .5s
    }

.btn-widget-contact {
    box-shadow: -1px -3px 3px rgba(0,0,0,.5);
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 369px;
    top: 10%;
    transform-origin: 100% 0;
    padding: 10px 14px;
    height: 40px;
    white-space: nowrap;
    color: #fff;
    border-radius: 6px 6px 0 0;
    letter-spacing: 2px;
    font-weight: 700
}

.widget-contact-body {
    padding: 5px;
    position: relative
}

@keyframes movement {
    from {
        right: -333px
    }

    to {
        right: 0
    }
}

@keyframes backmove {
    from {
        right: 0
    }

    to {
        right: -333px
    }
}

.icon_Credit {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #de4b5e;
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 8px
}

    .icon_Credit::before {
        content: "\f09d"
    }

.theme_one_icon {
    display: inline-block;
    vertical-align: bottom
}

.icon_point::before {
    content: "\f091"
}

.Icon_deposit {
    width: 35px;
    height: 35px;
    background-position: -207px -147px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #00b0d7
}

.icon_point {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #3772aa;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    padding-top: 7px
}

.Deposit_title {
    background: #20bbda;
    text-align: center;
    font-weight: 700
}

.credit_title {
    background: #de4b5e;
    text-align: center;
    font-weight: 700
}

.point_title {
    background: #3772aa;
    text-align: center;
    font-weight: 700
}

.icon_back_deposit {
    background: #53cfe9;
    text-align: center;
    height: 20px
}

.icon_back_credit {
    background: #f65d72;
    text-align: center;
    height: 20px
}

.icon_back_point {
    background: #4484c1;
    text-align: center;
    height: 20px
}

.deposit_limit_div {
    color: #20bbda;
    border-bottom: 1px solid;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    line-height: 15px
}

.credit_text_color {
    color: #de4b5e
}

.point_text_color {
    color: #3772aa
}

.we_border_left_right {
    border-left: 1px solid;
    border-right: 1px solid
}

.ht4px {
    height: 4px
}

.mr-10px {
    margin-top: -10px
}

.fa-close::before {
    content: "\f00d"
}

.widget-contact .fa.fa-close {
    background: #fff;
    padding: 2px 3px 3px 4px;
    margin-right: 10px;
    color: #27a1c6
}

.nav.navbar-nav.select-service .Active {
    font-weight: 700;
    color: #ff690e;
    background: rgba(255,255,255,.5)
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff690e
}

#crdtlmtdiv.active #crdtlmtbtn span:after {
    content: "close"
}

#crdtlmtdiv.active #crdtlmtbtn i:before {
    content: "\f00d";
    padding-left: 4px
}

#crdtlmtdiv #crdtlmtbtn span:after {
    content: "Credit Limit"
}

#crdtlmtdiv #crdtlmtbtn i::before {
    content: "\f09d";
    background: #fff;
    padding: 3px 3px 3px 7px;
    color: #27a1c5;
    border-radius: 3px;
    margin-right: 5px
}

.rotate-left {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.navbar-nav .fa {
    font-size: 15px;
    margin-right: 6px
}

.fa-sliders::before {
    content: "\f1de"
}

.fa-bed::before, .fa-hotel::before {
    content: "\f236"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-suitcase::before {
    content: "\f0f2"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-hospital-o::before {
    content: "\f0f8"
}

.fa-automobile::before, .fa-car::before {
    content: "\f1b9"
}

.section-mobile {
    position: relative;
    background-image: linear-gradient(to bottom,#25c2da 0,#357cb2 100%);
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-top: 82px;
    text-shadow: 0 0 7px rgba(102,102,102,.5)
}

.footertitle_new {
    font-size: 14px;
    padding: 0 0 10px
}

.fa-home::before {
    content: "\f015"
}

.relative {
    position: relative
}

.mb25 {
    margin-bottom: 25px
}

.info-mobile {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    height: auto;
    display: inline-block;
    width: 100%
}

.title-text:first-child {
    padding-top: 0
}

.list_inline_footer {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 15px
}

.list-bullet li {
    margin-bottom: 10px;
    float: left;
    min-width: 180px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.img-mobile-mockup {
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-copyright {
    font-size: 15px;
    text-align: center
}

.copyright {
    padding-top: 20px
}

.vide_section {
    position: relative;
    padding-top: 0 !important
}

.home-video {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #00bddc
}

.justi_fy a {
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.profile_menu > li > a, .profile_menu li .link_triger {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    column-gap: 5px;
    transition: all 0.3s;
    line-height: 36px;
    cursor: pointer;
    position: relative;
}

    .profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
        line-height: 36px;
        padding: 0 15px;
        box-sizing: border-box;
        border-radius: 200px;
        background: var(--btn-bg);
        display: flex;
        align-items: center;
        column-gap: 5px;
        color: #fff;
        overflow: hidden;
        position: relative;
    }

.dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 99;
    border-radius: 3px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-content > li {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}

.Credit {
    padding: 5px;
    background: var(--btn-bg);
    color: var(--color-two);
    cursor: pointer;
}

i.fa.fa-refresh.refreshlimit {
    margin-left: 10px;
}

.fa-refresh:before {
    content: "\f021";
}

.Credit_color {
    padding: 0px 0px;
    background: #f7f9fc;
    color: #000;
    border: 1px solid var(--border-color);
    border-bottom: none;
    margin-bottom: 0;
}

.Credit_dtl {
    display: block;
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 5px;
    align-items: center;
    white-space: nowrap;
}

    .Credit_dtl span:last-child {
        float: right;
    }

.dropdown-content-credit {
    width: 257px;
    max-width: max-content;
    padding: 15px 15px;
}

.arrow_h_icon {
    width: 11px;
    height: 10px;
    background-position: -298px -229px;
}

.cart_icon {
    width: 30px;
    height: 30px;
    background-position: -154px 0px;
}

.addcart {
    position: relative;
}

.cart-value {
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    right: -5px;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #00BDDB;
    );
    background: #fff;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 0;
}
.fa-whatsapp::before {
    content: "\f232";
}
.whatsp_icon a {
    color: #fff;
}
.whatsp_icon {
    position: fixed;
    bottom: 0px;
    right: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #00bfa5;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 1;
}
.scroll_btn {
    z-index: 111;
    bottom: 90px;
    position: fixed;
    right: 20px;
}
.fa-long-arrow-up::before {
    content: "\f176";
}
#back-to-top .fa-long-arrow-up {
    border: thin solid var(--btn-two-bg);
    color: #FFF;
    box-shadow: 0 3px 6px #161616;
    font-size: 15px;
    height: 37px !important;
    line-height: 36px !important;
    width: 38px !important;
    border-radius: 50%;
    display: inline-block;
    background-image: none;
    text-align: center;
    background-color: var(--btn-two-bg);
}

.icon_login {
    position: absolute;
    top: 35px;
    color: #d7d7d7;
    font-size: 20px;
    left: 20px
}

.lo_text {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.checkbox.checked::before, .radio.checked::before {
    background: -55px -201px #00bbda !important;
    border-color: #00bbda !important;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.reg_btn {
    color: #174e87;
    font-weight: 700;
    float: left;
    line-height: 26px
}

.over-img::before {
    content: '';
    background: rgba(0,0,0,.23);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    height: 100%
}

.p-one {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize
}

.p-two {
    font-size: 56px;
    text-transform: capitalize;
    letter-spacing: 4px;
    font-weight: 700
}

.p-three {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 26px
}

.slider-overlay {
    width: 100%;
    height: 184px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to top,rgba(255,255,255,0) 0,#fff 100%)
}

.login_text a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #272727;
}

.fa-sign-in::before {
    content: "\f090"
}

.fa-sign-in {
    padding-left: 20px
}

.abc-header {
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 1px 6px rgba(50,50,50,.18);
    z-index: 2;
    background: rgba(255,255,255,.9);
    background: -moz-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.05) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,.05)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.05) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.05) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(255,255,255,.05) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.9) 0,rgba(255,255,255,.05) 100%);
    position: fixed;
    height: 66px
}

.shop_icon {
    font-size: 25px
}



.top_contact li .dropdown-menu li a:hover {
    background: #eee
}

.bg-footer-b2b {
    background-image: url(/assets/project/img/footerBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.footer_row {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.footer_col {
    flex: 1;
    max-width: fit-content;
}

.foot_logo_bottom {
    display: flex;
    height: 100%;
    flex-direction: column;
    max-width: fit-content;
}

.footer_logo {
    margin-bottom: 33px;
}

.foter_title {
    margin: 0px 0 25px 0;
    white-space: nowrap;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    color: var(--all-text-main);
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.contact_part {
    display: flex;
    margin-bottom: 20px;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .contact_part a {
        color: var(--all-text-main);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.contact_icon {
    width: 25px;
    height: 29px;
    position: relative;
    left: 0;
    min-width: 25px;
    margin-right: 15px;
}

.address_icon {
    background-position: -39px -6px;
}

.phone_icon {
    background-position: -76px -6px;
    height: 23px;
}

.mail_icon {
    background-position: -112px -9px;
    height: 20px;
}

.copyright-b2b {
    padding: 13px;
    color: #fff
}


.content-b2b-text {
    text-align: center;
    position: relative;
    color: red;
    line-height: 9px;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px #b6b6b6;
    font-weight: 700;
    padding-top: 28px
}

.footer-title {
    font-size: 17px;
    color: #fff;
    padding: 35px 0 10px;
    font-weight: 700;
    text-transform: uppercase
}

.pding-bottom-15 {
    padding: 40px 0
}

.linkwe a:hover {
    color: #959090
}

.top-border {
    border-top: 1px solid #fff;
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

.fa-map-marker::before {
    content: "\f041"
}

.text-color-g {
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.mr-15 {
    margin-right: 15px
}

.text_p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 17px
}

.resocial {
    display: block;
    font-size: 17px;
    line-height: 34px;
    text-transform: capitalize
}

ul.resocial li a {
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.facebook_span {
    color: #779ce8
}

.twitter_span {
    color: #55acee
}

.linkedin_span {
    color: #007bb5
}

.instagram_span {
    color: #f04b47b3
}

.techno_text {
    color: #00bddd
}

.linkwe li {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.linkwe > li::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    top: 2px;
    width: 13px;
    transition: all .3s ease 0s;
    padding-right: 5px;
    color: #fff
}

.footer-bottom {
    border-top: 1px solid #B6E8FF;
    line-height: 36px;
    color: #231F20;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
}

.footer_main_con {
    display: flex;
    justify-content: space-between;
}

    .footer_main_con a {
        color: #231F20;
    }

.f_social {
    width: 26px;
    height: 26px;
    position: relative;
}

.linkedin_icon {
    background-position: -59px -218px;
}

.instagram_icon {
    background-position: -100px -218px;
}

.facebook_icon {
    background-position: -17px -220px;
}

.CurrencyList ul {
    list-style: none;
    max-width: 330px;
    left: 0;
    width: max-content;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

    .CurrencyList ul li {
        display: inline-block;
        flex: 0 0 93px;
    }

        .CurrencyList ul li a {
            border: 1px solid var(--border-color);
            padding: 0px 8px;
            width: 100%;
            border-radius: 24px;
            font-weight: 700;
            font-size: 12px;
            line-height: 35px;
        }

.dropdown-content > li > a {
    color: var(--all-text-main);
    text-decoration: none;
    display: block;
    line-height: 40px;
    padding: 0px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    white-space: nowrap;
}

.head_title {
    background-image: url(/assets/project/img/hotelinxlogo2.png)
}

.bottom-cart .preloading {
    background: 0 0;
}

.bottom-cart img {
    margin-bottom: 36px;
}

.whatsp_icon {
    position: fixed;
    bottom: 0px;
    right: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #00bfa5;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 1;
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .new_navbar {
        background: 0 0;
        top: 10px;
        text-align: right
    }

    .new_navbar {
        top: 0;
        padding: 0
    }
}


@media only screen and (max-width:1199px) {
    .pding-bottom-15 {
        padding: 15px !important
    }

    .fa-angle-left, .fa-angle-right {
        display: none
    }

    .p-one {
        font-size: 20px !important
    }

    .p-two {
        font-size: 40px !important
    }
}

@media(max-width:991px) {
    a.logo_display img {
    max-width: 110px;
}
    .header_section {
   
    column-gap: 10px;
}
    .menu_section {
    justify-content: start;
}
    .profile_menu > a {
    font-size: 13px;
    
}
    
    .logo_we {
        width: 170px
    }

    .carousel-control {
        width: 10%
    }

    .login_text a {
        padding-right: 30px !important;
        padding-left: 10px
    }

    .navbar-nav {
        float: left
    }

    .p-one {
        font-size: 25px
    }

    .p-two {
        font-size: 39px
    }

    .home_content_inner {
        margin-top: 0
    }

        .top_theme_one .list-inline > li {
        float: none;
        display: inline-block
    }

        .top_theme_one .list-inline > li:last-child {
            padding: 0
        }

    .cr_limit {
        min-width: 165px
    }


    .vide_section {
        min-height: 180px !important
    }

    .home_content {
        position: relative;
    }


    .home_text_large {
        font-size: 30px
    }

    .new_navbar {
        position: absolute;
        background: #fff;
        z-index: 99;
        top: 0;
        padding: 0;
        left: 0
    }

    .new_nav {
        margin: 25px auto;
        position: absolute;
        padding: 9px 10px;
        background: 0 0;
        right: 0;
        z-index: 9999
    }

        .new_nav:hover {
            background: 0 0
        }

    .xs-p0 {
        padding: 0 !important
    }

 #myNavbar1 {
        float: left;
        column-gap: 10px;
    }

    button:hover {
        background: #d5d5d5
    }

    .font-27 {
        font-size: 20px !important
    }

    .credit_limit div {
        margin-left: 40px
    }

    .dropdown-menu {
        font-size: 12px
    }

        .dropdown-menu.cr_limit li a {
            padding: 10px 0
        }
        .footer_row {
    gap: 20px;
}
    .bottom-cart img {
    margin-bottom: 10px;
}
    .foter_title {
    margin: 0px 0 10px 0;
    
}
  
}

@media only screen and (max-width:767px) {
    .login_title {
    font-size: 18px;
}
    .top_theme_one {
        line-height: 40px
    }

    .dropdown-menu.cr_limit {
        left: 0
    }

    .credit_icon {
        width: 23px;
        height: 23px;
        display: block;
        margin: 0 auto;
        background-position: -180px -260px;
        filter: brightness(0) invert(1);
    }
.xs_credit_bg {
        border-radius: 5px;
        background: var(--btn-bg);
        height: 30px;
        width: 30px;
    }
.profile_menu {
    column-gap: 15px;
}
    .top_theme_one .list-inline > li {
        padding-right: 4px;
        margin-top: 0
    }

    #main-menu .nav > li > a {
        padding: 8px 10px !important;
        margin-top: 20px
    }

    .carousel-control {
        width: 22%
    }

    .login_text a {
        text-align: left;
        line-height: 34px;
        display: inherit
    }

    .top_theme_one .top_contact {
        float: none;
        text-align: center
    }

    .logo_we {
        max-height: 50px
    }

    .navbar-header {
        text-align: center
    }

    .footer_main_con {
    
    flex-direction: column;
}
    .from-group-input {
    
    flex-direction: column;
    gap: 10px;
}
    .login_button {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    max-width: 100%;
   
}
    .lo_text {
    font-size: 18px;
}
    .topnav {
        background: #fff;
        overflow: hidden;
        transition: .5s;
        width: 100%;
        position: fixed;
        z-index: 99;
        height: 100vh;
        top: 0 !important;
        display: inline-table;
        left: -100%;
        bottom: 0;
        border-top: none;
        opacity: 1 !important;
        visibility: visible !important;
        max-width: inherit;
    }
    .usernamespan {
        position: relative;
        padding: 10px !important;
        background: var(--btn-bg);
        color: #fff;
        font-weight: 600;
        margin-top: 0px;
        display: block;
    }
.usernamespan .main_close {
        font-size: 17px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        color: var(--btn-bg);
        text-align: center;
        line-height: 22px;
    }
.profile_menu.topnav > a {
        width: 100%;
        padding: 0 10px;
    }
.xs_display_flex {
        display: flex
;
    }
.xs_display_flex .reg_h_btn {
        background: var(--btn-bg);
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 5px;
        padding: 3px 0;
    }

.navbar-toggle {
        padding: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
.reg_icon {
    background-position: -4px -6px;
    width: 26px;
    height: 24px;
}
.xs_mb0 {
    margin-bottom: 0;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 15%;
   
}
  .footer-bottom {
    line-height: 22px;
    font-size: 12px;
}
  .foter_title {
    font-size: 16px;
}
  .reg_input_icon {
    background-position: -7px -6px;
}
.profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
        padding: 5px 5px;
        border-radius: 5px;
    }
.dropdown-content {
   
    left: auto;
    right: 0;
}
.CurrencyList ul {
    
    left: -150px;
}
}



