
body {
    background-color: #fff;
}

:root{
    --color-body: #183D57;
    --color-primary: #543310;
    --color-primary-two: #CE6901;
    --color-white: #fff;
    --color-black-light: #383838;
}

a{
    color: initial;
    text-decoration: none;
}

.gap-y16{
    gap: 16px 0px;
}

.gap-y11 {
    gap: 18px 0px;
}

.gap-y14{
    gap: 14px 0px;
}
.gap-y39 {
    gap: 39px 0px;
}

.pt_coustem {
    padding-top: 110px;
}

.top-buttons {
    margin-top: 20px;
}

.top-buttons button {
    background-color: #f64b4d;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 10px;
}

.top-buttons button:hover {
    background-color: #ff6163;
}

.cards_main{
    padding-bottom: 70px;
}

.card_set {
    border: 1px solid var(--color-black-light);
    border-radius: 20px;
    padding: 5px 7px;
    background: rgb(254,255,249);
    background: linear-gradient(165deg, rgba(254, 255, 249, 1) 0%, rgba(254, 255, 249, 1) 50%, rgb(235 235 235) 50%, rgb(240 150 0) 100%);
    box-shadow: 0px 3px 2px #4A2C0C;
    justify-content: space-between;
}
.card_set .width_20{
    max-width: 20%;
    width: 100%;
}
.card_set .widht_60{
    max-width: 60%;
    width: 100%;
}
.card_set .width_20 .card_icon{
    display: grid;
    justify-content: center;
    text-align: center;
}
.card_set .width_20 .card_icon .images {
    background-color: var(--color-white);
    border: 0px;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px;
    margin: auto;
}
.card_set .width_20 .card_icon .images.play {
    background: rgb(163, 86, 6);
    background: linear-gradient(90deg, rgba(163, 86, 6, 1) 0%, rgba(94, 55, 14, 1) 100%);
    box-shadow: unset;
    margin: auto;
}
.card_set .width_20 .card_icon .images img {
    max-width: 29px;
    width: 100%;
}

.card_set .width_20 .card_icon .name_card p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black-light);
    margin-bottom: 0px;
    margin-top: 2px;
}

.card_set .widht_60 .card_conternt h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--color-black-light);
}
.card_set .widht_60 .card_conternt p {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: var(--color-black-light);
}
.card_set .card_time{
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.card_set .card_time p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #41260E;
}
.card_set .card_time p.last:last-child{
    text-align: right;
}
.card_set .card_time_open {
    max-width: 100%;
    border: 1px solid var(--color-black-light);
    border-radius: 50px;
    padding: 5px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--color-white);
}
.card_set .card_time_open p{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.max-min-width {
    flex: 0 1 calc(50% - 20px);
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.card_icon_logo {
    border: 0;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
}
.card_icon_logo .border_coustem_card {
    border: 1px solid var(--color-white);
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.card_icon_logo .images {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    transform: rotate(314deg);
}
.card_icon_logo .imagesmian {
    border-radius: 7px;
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(163, 86, 6);
    background: linear-gradient(90deg, rgba(163, 86, 6, 1) 0%, rgba(94, 55, 14, 1) 100%);
    transform: rotate(45deg);
}
.card_icon_logo .images img {
    max-width: 32px;
    max-height: 32px;
    object-fit: cover;
    margin-bottom: 10px;
}
.card_icon_logo .card_logo-content p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0px;
    color: var(--color-white);
    text-transform: capitalize;
}

.bg-footer{
    background-color: #3c3c3c;
    border-radius: 20px 20px 0 0;
}
.fixed-bottom.bg-footer ul {
    margin: 0px;
    padding: 10px 0px 6px 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.fixed-bottom.bg-footer ul li i {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--color-white);
}
.fixed-bottom.bg-footer ul li i.home{
    color: var(--color-primary);
}
.fixed-bottom.bg-footer ul li img {
    max-width: 21px;
    margin-bottom: 8px;
    height: 22px;
}
.fixed-bottom.bg-footer ul li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0px;
    color: var(--color-white);
}




/* .footer-icons {
    font-size: 17px;
} */

.footer-icons.active {
    background: var(--color-white);
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}

.footer-icons:hover {
    background: var(--color-white);
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}
.header_back {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: var(--color-primary);
    z-index: 999;
}
.header_back .pageheading{
    font-size: 15px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: uppercase;
}
.header_back .page_number {
    display: flex;
    /* align-items: center; */
    background-color: var(--color-white);
    padding: 5px 7px;
    border-radius: 8px;
}
.header_back .page_number img {
    max-width: 20px;
    height: auto;
}

.header_back .page_number p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.headermain {
    background-color: #eeaf46;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.head-left {
    display: flex;
    align-items: center;
}

.menu-icon {
    margin-right: 20px;
}

.menu-icon img.list_button {
    cursor: pointer;
    max-width: 26px;
}
.head-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.head-right {
    text-align: right;
}

.contentr_heading p{
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black-light);
    margin-bottom: 0px;
    text-align: center;
}
.whatsaap_button button{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #45C453;
    border: 0px;
    background-color: var(--color-white);
}
.whatsaap_button button > img{
    max-width: 30px;
    margin-right: 7px;
}

.call_button button{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black-light);
    border: 0px;
    background-color: var(--color-white);
}
.call_button button > img{
    max-width: 30px;
    margin-right: 7px;
}

.headermain .width_30{
    max-width: 30%;
}
.headermain .width_70{
    max-width: 40%;
}
.headermain .wallet-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.headermain .wallet-box p span i {
    max-width: 10px;
    font-size: 18px;
}
.headermain .wallet-box {
    display: flex;
    /* align-items: center; */
    background-color: var(--color-white);
    padding: 7px 5px;
    border-radius: 8px;
}
.headermain .wallet-box img {
    max-width: 20px;
    height: auto;
}
.marqueee {
    margin-top: 51px;
}
.marqueee .bg_color {
    background-color: #a8a7a7;
}
.marqueee .bg_color marquee {
    padding: 5px 0px 0px 0;
    border-top: 1px solid #c7c7c7;
}
.marqueee .wel-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 0px;
}
.marqueee .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
  }

  @keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }
.button_main_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.button_main_list .button_main{
margin-bottom: 7px;
}
.button_main_list .button_main .banner_button {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    padding: 7px 25px 7px 8px;
    border: 0px;
    text-decoration: none;
    width: 100%;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    /*background: #3c3c3c;*/
    background: linear-gradient(90deg, rgba(240,150,0) 0%, rgba(94,55,14,1) 100%);
    white-space: nowrap;
}
.button_main_list .button_main .banner_button.bg-none {
background: none !important
}
.button_main_list .button_main .banner_button .images {
    background-color: var(--color-white);
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
.button_main_list .button_main .banner_button .images .icon {
    margin-right: 0;
    width: 22px;
    height: 22px;
    align-items: center;
    display: flex;
}

.button_yellow .button_yellow_anchore {
color: #f62c28;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 7px 10px;
border: 0px;
border-radius: 40px;
width: 100%;
display: block;
background: rgb(211,159,12);
background: linear-gradient(90deg, rgba(211,159,12,1) 0%, rgba(211,172,12,0.994817910074186) 50%, rgba(211,159,12,1) 100%);
position: relative;
}
.button_yellow .button_yellow_anchore::after {
content: "\F133";
position: absolute;
font-family: bootstrap-icons !important;
font-size: 26px;
border-radius: 50%;
right: 10px;
top: 0px;
color: var(--color-white);
font-weight: bolder;
}
.side-bar {
    background: var(--color-white);
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    /* overflow-y: auto; */
    transition: 0.6s ease;
    transition-property: left;
    padding: 0px 0px 0px;
    z-index: 9;
}
.side-bar.active {
    left: 0;
    top: 0;
    z-index: 9999;
    background: var(--color-white);
}

.side-bar .menu {
    width: 100%;
    background-color: #fff;
    height: 100vh;
    padding: 0px 0px 220px 15px;
    overflow: auto;
}
.side-bar .menu .menu_top_line {
    padding: 10px 0px;
    position: relative;
}
.side-bar .menu .menu_top_line::after{
    content: "";
    position: absolute;
    background-color: #C1BCC3;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
    display: flex;
}

.side-bar .menu .item a {
    color: var(--color-black-light);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 9px 12px;
    border-radius: 4px;
    margin: 0 0 5px;
    font-weight: 500;
}
.side-bar .menu .item a i {
    margin-right: 10px;
    max-width: 18px;
    font-size: 17px;
    color: var(--color-black-light);
}
.side-bar .menu .item a img.icon_menu {
    max-width: 22px;
    width: 100%;
    margin-right: 7px;
}

/* 
.side-bar .menu .item a:hover, .side-bar .menu .item.active a {
background: #d9d9d9;
transition: 0.3s ease;
} */

.side-bar .menu .item a .dropdown {
position: absolute;
right: 0;
margin: 20px;
transition: 0.3s ease;
}


.side-bar .menu .item .sub-menu {
background: #262627;
display: none;
}

.side-bar .menu .item .sub-menu a {
padding-left: 80px;
}

.close-btn {
    position: absolute;
    right: 4px;
    cursor: pointer;
    z-index: 99;
    background: transparent;
    top: 7px;
}

.close-btn img{
    max-width: 30px;
}


.menu-btn {
position: absolute;
color: rgb(0, 0, 0);
font-size: 35px;
margin: 25px;
cursor: pointer;
}

.sidebar-info {
    display: flex;
    align-items: center;
    /* text-decoration: none; */
    padding: 20px 0px 20px 20px;
    background-color: #eeaf46;
}
.sidebar-info a {
text-decoration: none;
}

.card_icon_logo a{
text-decoration: none;
}
.Profile-info {
color: #000;
padding: 6px 0px 0px 71px;
}

.sidebar-info figure {
float: left;
width: 60px;
height: 60px;
background: var(--color-white);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
line-height: 60px;
margin: 0;
}

.sidebar-info figure img{
    max-width: 44px;
}

.sidebar-info .Profile-info h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 3px;
}

.sidebar-info .Profile-info p{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 0px;
}

.side-bar .menu .item a img {
margin-right: 10px;
max-width: 27px;
}


.login_body {
    background-color: #900010;
    padding: 140px 7px;
}
.login_body .login_logo img {
    max-width: 130px;
    border-radius: 10px;
}

.ribbon {
    display: inline-block;
    background-color: #900010;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}

.ribbon::before, 
.ribbon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

/*.ribbon::before {*/
/*    left: -15px;*/
/*    border-width: 15px 15px 15px 0;*/
/*    border-color: transparent #fff transparent transparent;*/
/*}*/

/*.ribbon::after {*/
/*    right: -15px;*/
/*    border-width: 15px 0 15px 15px;*/
/*    border-color: transparent transparent transparent #fff;*/
/*}*/

.login_body .login_card_page {
    background-color: var(--color-primary);
    padding: 34px 12px;
    border-radius: 18px;
    background: rgb(254, 255, 249);
    background: #ac9e95;
}
.login_body .login_card_page .heading_fom {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.login_body .login_card_page .form .input span i.icon {
    position: absolute;
    font-size: 18px;
    top: 6px;
    left: 6px;
    background-color: #C5C5CF;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_body .login_card_page .form .input span img.icon {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #C5C5CF;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
.login_body .login_card_page .form .input input {
    padding: 9px 9px 9px 40px;
    background-color: var(--color-white);
    border: 1px solid var(--color-black-light);
    border-radius: 33px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black-light);
}
.login_body .login_card_page .form .input input:focus{
    border: 1px solid var(--color-black-light);
    box-shadow: none;
    outline: none;
}

.login_body .login_card_page .form .input .eye-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login_body .login_card_page .form .login_button {
    background: #900010;
    /*background: linear-gradient(90deg, rgba(163, 86, 6, 1) 0%, rgba(94, 55, 14, 1) 100%);*/
    padding: 10px 10px;
    border: 0px;
    border-radius: 7px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.login_body .login_card_page .form .already{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-body);
}
.login_body .login_card_page .form .already strong{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black-light);
}
.login_body .login_card_page .form .anyenquiry a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_body .login_card_page .form .anyenquiry a > span{
    margin-left: 6px;
}
.login_body .login_card_page .form .anyenquiry a > span > i{
    font-size: 13px;
}