* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

/* header css start */

header {
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    position: -webkit-sticky;
    position: unset;
    top: 0;
    /* background: #fff; */
    z-index: 250;
    height: var(--header-height);
}

.header {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
    padding: 10px 0;
}

.header .logo {
    /* padding-left: 40px; */
    font-size: 38px;
    display: flex;
    align-items: center;
}

.header .menu .drawer {
    display: flex;
    height: var(--header-height);
    /* padding-right: 100px; */
}

.header .menu .drawer a {
    text-transform: capitalize;
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #000;
    font-size: 17.4px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.header .menu .drawer a:hover {
    color: #ff5b00;
}

.menu-btn,
.close-btn {
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    /* left: 11px; */
    top: 8px;
    display: none;
    cursor: pointer;
}

.close-btn:active,
.menu-btn:active {
    background: #f3f3f3;
}

.img {
    height: calc(100vh - 53px);
    width: 100%;
    object-fit: cover;
    display: block;
}

button.red_btn {
    border-radius: 62px;
    background: #ff5b00;
    color: #fff;
    border: none;
    padding: 6px 14px;
    /* line-height: 1; */
    font-weight: 600;
    font-size: 15px;
}

.drawer a.active {
    position: relative;
}

.drawer a.active::after {
    content: '';
    background-image: url(../img/Select.svg);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-repeat: no-repeat;
}


.body {
    overflow: hidden;
}

.logo img {
    width: 135px !important;
}

.dubai-main {
    border-bottom: 1px solid #eee;
}

.logo input {
    font-size: 16px;
    outline-style: none;
    padding: 9px 16px;
    border-radius: 38px;
    background: #eee;
    border: none;
    margin-left: 18px;
    line-height: 1;
}

@media (max-width: 1140px) {
    .header .menu .drawer {
        padding: 0;
    }
}

.red_btn.red-min {
    display: none;
}

@media (max-width: 991px) {
    .header .menu {
        display: flex;
        position: fixed;
        top: 0;
        left: -925px;
        width: 100%;
        height: 100%;
        z-index: 300;
    }

    .red_btn.red-min {
        display: block;
    }

    .header .menu .blank {
        height: 100%;
        flex: 1;
    }

    .header .menu .drawer {
        box-shadow: 2px 0 12px rgb(0 0 0 / 40%);
        padding-top: 50px;
        height: 100%;
        width: 225px;
        background: #fff;
        flex-direction: column;
        position: fixed;
        left: -240px;
        transition: all 200ms linear;
        overflow: auto;
    }

    .header .menu .drawer a {
        padding: 8px 20px;
        background: #fff;
        color: #000;
    }
    
     .header .menu .drawer a {
        font-size: 16px !important;
      }

    .menu-btn,
    .close-btn {
        display: block;
    }

    .header .logo {
        margin-left: 17px;
    }

    .drawer-visible {
        left: 0 !important;
    }

    .blur {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(15px);
        left: 0 !important;
    }

    /* .drawer button.red_btn {
        margin: 0 20px;
    } */

    .header .logo {
        padding-left: 40px;
    }

    button.menu-btn {
        margin-top: 15px;
    }
}

/* header css end */

.head_img img {
    width: 100%;
    border-radius: 10px;
}

.head_img {
    position: relative;
    padding-top: 27%;
    width: 100%;
}

.head_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dubai_first {
    margin-top: 18px;
}

.dubai_first h3 {
    font-size: 22px;
    font-weight: 600;
}

.dubai_blog-main {
    margin-top: 40px;
}

.dubai_blog h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.blog-box img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.blog_card-main {
    margin: 20px 0 30px 0;
}

.card-text {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 0 0 15px 15px;
}

.card-text h4 {
    font-size: 18px;
    font-weight: 600;
}

.card-text p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.cart {
    background: #ff5b00;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 16px;
}

/* login page */
.log_main {
    /*background-image: url(assets/images/bg-login.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.card {
    margin: 150px 0;
    -webkit-box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    box-shadow: none;
    background-color: #fff0;
    /*margin-top: 85px;*/
    margin: 0 !important;
}

.account-pages {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 35px 0 0 0;*/
}

log_right-img img {
    width: 50%;
}

.log_right-img {
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .log_right-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/slide1.png );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.log_right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body.p-4 h2 {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: end;
    margin-bottom: 15px;
    display: flex;
    align-items: end;
}

.card-body p {
    color: #000 !important;
}

.btn-dark {
    color: #fff;
    border-color: #F9A03C;
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 20px;
    background: #FF7533;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 10px;
    font-size: 16px !important;
    border: 1px solid #D6DAF6;
    border-radius: 10px;
    background: transparent;
    color: #000 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff0;
    border: 1px solid #3346D1 !important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #000;
}

.h2,
h2 {
    font-size: 1.875rem;
    font-weight: bold;
}

.pull-right {
    float: right;
    font-weight: 500;
    color: #000;
}

.btn.btn-dark.waves-effect.waves-light.width-md {
    background: #3346D1;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 8px;
}

input {
    border-radius: 10px;
}

.title--center-line::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 100%;
    margin-right: 1rem;
}

.title--center-line::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 100%;
    margin-left: 1rem;
}

.title--center-line {
    text-align: center;
}

p.create-acc.my-20 {
    font-size: 16px;
}

.card-body.p-4 {
    width: 500px;
    display: block;
    margin: auto;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*backdrop-filter: blur(4.5px);*/
    /*border-radius: 28px;*/
}

.card-body.p-4 img {
    height: auto;
    width: auto;
}

label {
    font-weight: 500;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    color: #000;
}

.footer-design h4 {
    background: #000;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    /* display: inline-block; */
    margin: 0 0px;
    padding: 10px 15px;
    /* border-radius: 10px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4.5px);
}

.footer-design {
    text-align: center;
}

.footer-design a {
    color: #fff;
}

.log-accoumt {
    width: 100%;
    /*padding: 0 15px;*/
}

a.pull-right.forgot_pass {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.child_count input {
  border: none;
  width: 35px;
  text-align: center;
}
.dropdown-item {
  font-size: 15px !important;
  padding: 4px 15px !important;
}
@media(max-width: 1600px) {
    .card {
        margin: 50px 0;
    }

    /* .log_right-img img {
        width: 65%;
    } */

    .form-control {
        padding: 8px 10px !important;
        font-size: 13px !important;
    }

    label {
        font-size: 13px !important;
    }

    .btn-dark {
        padding: 9px 20px;
        font-size: 14px !important;
    }

    .footer-design h4 {
        font-size: 14px !important;
    }
}

@media(max-width: 1400px) {
    .card {
        margin: 105px 0;
    }
}

@media(max-width: 1200px) {
    .card-body.p-4 {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .log_main {
        height: auto;
    }

    .log-accoumt .col-md-5 {
        position: absolute;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.20);
        /*box-shadow: -4px -2px 4px 0px rgba(255, 255, 255, 0.25);*/
        backdrop-filter: blur(40px);
        max-width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }

    /* .log_right-img img {
        display: none;
    } */

    .log_right-img {
        text-align: center;
        position: relative;
        height: 98vh;
    }
}

@media(max-width: 600px) {
    .log-accoumt .col-md-5 {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .card-body.p-4 {
        width: 95% !important;
    }

    .card {
        margin: 80px 0;
        /* margin-bottom: 50px !important; */
    }
}

@media (max-width: 340px) {
    .card {
        margin: 70px 0;
    }
}

.jq-icon-error {
    background-color: #f36270;
    color: #fff;
    border-color: #f36270;
    width: 350px;
    margin: 0 0 0 auto;
    top: 66px;
    position: absolute;
    z-index: 99999999;
    right: 15px;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
}

@media(max-width: 576px) {
    .comp_btn-main {
        flex-direction: column;
    }

    .query-one .clint-info {
        padding: 0 !important;
    }

    .asign_text h4 a {
        font-size: 14px;
        white-space: normal;
    }

    .asign_text h4 {
        margin-bottom: 5px;
    }

    .jq-icon-success,
    .jq-icon-error {
        width: 150px;
        padding: 0 0 8px 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .jq-toast-heading {
        font-size: 18px;
    }
}

.card-body.p-4 h2 img {
    width: 20px;
    margin-left: 16px;
}

.log_main .card {
    border: none !important;
}

.log-accoumt label {
    font-weight: 600;
    margin-bottom: 5px;
}

.log-accoumt input {
    padding: 8px;
}

.drawer img {
    width: 25px;
}

.header .menu .drawer a {
    position: relative;
}

/* .header .menu .drawer a span {
    position: absolute;
    font-size: 12px;
    background: #ff5b00;
    color: #fff;
    padding: 1px 4px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    right: 5px;
    top: -5px;
} */

/* login page */

/* add cart css */
.add_cart-main h4 {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.add_img {
    position: relative;
    padding-top: 45%;
    width: 100%;
}

.add_img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.add_left-img {
    position: relative;
    padding-top: 90%;
    width: 100%;
}

.col-lg-6.grid-img .col-sm-6 {
  padding: 0 6px;
}

.add_left-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-img .row {
    row-gap: 10px;
}

.add_cart-left {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 18px;
}

.grid-img .col-lg-6 {
    padding: 0 5px;
}

.add_cart-right {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 18px;
}

.add-cart-head h4 {
    margin: 0;
    background: #ff5b00;
    color: #fff;
    padding: 9px;
    font-size: 18px;
    text-align: center;
}

.add_right-deta {
    margin-top: 20px;
}

.add_right-deta label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.add_right-deta input {
    width: 100%;
    background: none;
    border: 1px solid #b9b9b9;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
}

.add_right-deta .form-group {
    margin-bottom: 12px;
}

.cart_child h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.child_count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.child-right {
    display: flex;
    align-items: center;
}

.child-left h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1px;
}

.child-left h5 span {
    font-size: 12px;
    color: #848484;
}

.child-right p {
    margin: 0;
    padding: 4px 11px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.payment-main h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pay_card img {
    width: 40px;
}

.card-main_pay {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pay_card p a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.card-main_pay h3 {
    margin: 0;
    color: #ff5b00;
    font-size: 16px;
}

.card-main_pay.total {
    justify-content: space-between;
}

.card_foot-btns {
    margin-top: 20px;
}

.pay-btn {
    width: 100%;
    border: none;
    background: #ff5b00;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.pay-btn.cancle {
    margin-top: 10px;
    background: #b9b9b9;
    color: #000;
}

.header a {
    text-decoration: none;
}

.ad_cart {
    padding-bottom: 30px;
}

.blog_card-main .row {
  row-gap: 20px;
}

.blog_img {
  position: relative;
  padding-top: 65%;
  width: 100%;
}

.blog_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

.close-btn.cross {
  right: 0;
}

td {
  vertical-align: middle;
  text-align: center;
}

table {
  border: 1px solid #dee2e6;
}

.dataTables_length {
  margin-bottom: 10px;
}

.pagination {
  font-size: 14px;
}

.dataTables_info {
  font-size: 14px;
}

@media(max-width: 1600px) {
    .header .menu .drawer a {
        font-size: 14px;
    }
    
    td {
      font-size: 14px;
    }
    
    th {
      font-size: 14px;
    }

   /*  .header .menu .drawer a span {
        height: 18px;
        width: 18px;
        font-size: 10px;
    } */

    button.red_btn {
        font-size: 12px;
    }

    .dubai_first h3 {
        font-size: 20px;
    }

    .logo input {
        font-size: 14px;
    }

    .dubai_blog h2 {
        color: #000;
        font-size: 22px;
    }

    .card-text h4 {
        font-size: 16px;
    }

    .card-text p {
        font-size: 14px;
    }

    .cart {
        font-size: 13px;
    }

}

@media(max-width: 991px) {
    /* .header .menu .drawer a span {
        right: unset;
        top: 10px;
        left: 40px;
    } */

    .blog_card-main .row {
        row-gap: 25px;
    }

    .add_cart-left .row {
        row-gap: 26px;
    }

    .add_img {
        position: relative;
        padding-top: 50%;
    }

    .add_left-img {
        position: relative;
        padding-top: 60%;
    }

}

@media(max-width: 576px) {
    .logo input {
        width: 100%;
    }

    .add_img {
        padding-top: 60%;
    }
}

/* add cart css */