body{
font-family: 'Manrope';
margin: 0;
font-size: 14px;
}

#info_points_mob{
display: none;
}

#info_points_desk{
display: block;
}

footer {
height: auto;
width: 100%;
background-color: #b11f24;
color: white;
}

a{
text-decoration: none;
}

header {
height: 20%;
background-color: white
}

.content {
padding-top: 2%
}

#logo {
height: 140px;
}

.form_error {
display: none;
color: #b11f24;    
}

.logo_div{
text-align: center;
background-color: #b5151d;
}

#sci {
width: 100%;
color: #000;
height: auto;
position: fixed;
bottom: 0;
left: 0;
background-color: white;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
align-items: center; /* Center align items vertically */
justify-content: center; /* Center align items horizontally */
padding: 20px; /* Add padding to create space */
text-align: center;
z-index: 3;
display: none;
}

#sci img {
margin-right: 10px; /* Add some space between the image and the heading */
}

#sci h2 {
margin: 0; /* Reset margin for the heading */
font-size: 18px; /* Adjust the font size */
}

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}

.otp-box {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
background-color: #ffffff;
width: 20%;
text-align: center;
border-radius: 20px; 
}

.otp-box label {
display: block;
}

.otp-box input[type="number"] {
display: block;
margin: 10px auto;
border: none;
border-bottom: 0.5px solid grey;
}

.otp-box input[type="number"]:focus {
outline: none;
border-color: transparent; /* Change the border color to indicate focus */
box-shadow: none; /* Add a subtle box shadow */
border-bottom: 1px solid #b11f24;
}

.otp-box .form_error {
display: none;
}

.otp-box input[type="button"] {
margin: 5px;
border-radius: 20px;
border: 0;
padding: 2%;
padding-left: 15px;
padding-right: 15px;
color: white;
}

.otp-box input[type="button"]:hover {
cursor: pointer;
transform: scale(1.1);
}

#otp_cancel{
background-color: #b11f24;
}

#otp_submit{
background-color: black;   
}

#otp{
text-align: center;
}

#headerbanner{
background-color: black;
height: 26px;
}

.menu {
display: flex; /* Use flexbox */
align-items: center; /* Vertically center the items */
width: 100%;
height: 100%;
}

.menu-right{
justify-content: flex-end; /* Align items to the right */
}

.menu-left{
justify-content: flex-start; /* Align items to the right */
}

.menu-item {
margin-right: 5px; /* Add margin between menu items */
}

.menu div a {
text-decoration: none;
color: white;
}

#headerbanner {
display: flex; /* Use flexbox */
padding-left: 20%;
padding-right: 20%;
}

#headerbanner > div {
flex: 1; /* Each div takes up equal space */
color: white;
}

#shops_header a{
background: url("/application/images/map-pin.png") no-repeat center left;
background-size: 12px;
padding: 14px;
}

#shops_heade{
padding-right: 10%;
}

.form_sec {
display: flex; /* Use flexbox */
align-items: center; /* Vertically center the items */
justify-content: center; /* Horizontally center the items */
width: 100%;
height: auto;
margin-top: 10px;
}

.form_sec {
flex: 1; /* Expand to fill available space */
}

.flex_text{
flex: 2
}

.flex_form{
flex: 1;
text-align: left;
margin-top: 1%;
margin-bottom: 1%;
}

input, select{
border-radius: 100px;
border: 1px solid #ccc;
padding: 6px 12px;
width: 91%;
height: 20px;
transition: border-color 0.3s ease, transform 0.3s ease;
}

select{
height: 30px;
width: auto;
}

#newsletter_div, #gdbr_div {
display: flex; /* Use flexbox */
align-items: center; /* Vertically center the items */
}

#newsletter, #gdbr {
appearance: none; /* Remove default appearance */
-webkit-appearance: none; /* For Safari */
-moz-appearance: none; /* For Firefox */
width: 14px; /* Adjust width of checkbox */
height: 14px; /* Adjust height of checkbox */
border-radius: 100%; /* Make checkbox circular */
border: 1px solid #ccc; /* Add border */
margin-right: 10px; /* Add space between checkbox and text */
padding: 0;
}

#newsletter:checked, #gdbr:checked {
background-image: url('/application/images/dot.png'); /* Replace with path to your custom image */
background-size: cover; /* Ensure image covers the checkbox */
}

label {
vertical-align: middle; /* Align text vertically */
}

#submit{
font-size: 16px;
font-weight: bold;
color: white;
background-color: #b11f24;
border: 1px solid #b11f24;
height: 40px;
width: 50%;
font-family: 'Manrope'!important;
letter-spacing: 2px;
}

.middle_submit:hover > #submit {
cursor: pointer;
background-color: white;
color: #b11f24;
}

.middle_submit{
display: flex; /* Use flexbox */
justify-content: center; /* Horizontally center the items */
align-items: center; /* Vertically center the items */
}

.div_form_error {
height: 20px;
}

input:focus {
outline: none; /* Remove the default focus outline */
border-color: #ccc; /* Set border color to transparent when focused */
transform: scale(1.05);
}

/* table */
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.col{
height: 40px;
}

.table-header .col {
height: 40px;
    
}

.table-row .col-3,.table-row .col-2,.table-row .col-4{
display: flex;
align-items: center; /* Vertically center the items */
justify-content: center; /* Horizontally center the items */
width: 20%;
}

.table-row .col-1{
display: flex;
align-items: center; /* Vertically center the items */
justify-content: left; /* Horizontally center the items */
}

.responsive-table li {
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
font-size: 13px;
}

.table-header {
letter-spacing: 0.03em;
}

.col-1 {
flex-basis: 35%;
text-align: left;
}

.col-2, .col-3, .col-4 {
flex-grow: 1; /* Make all columns grow equally to fill remaining space */
text-align: center; /* Adjust text alignment as needed */
}

@media all and (max-width: 767px) {
      /* Mobile layout */
    .responsive-table .table-row{
    padding-left: 0%;
    }

    .responsive-table{
    padding-left: 0%;
    margin-top: 5%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 50px;
    }

    .table-header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    padding-left: 0%;
    border: none;
    }

    .table-header .col-1{
    display: none;
    }

    .col{
    padding: 1%;
    }

    .table-row {
    display: flex;
    flex-wrap: wrap;
    }
    .col-1 {
    flex-basis: 100%;
     border-top: 1px solid #ccc;
    }
    .col-2, .col-3, .col-4 {
    flex: 1; /* Use flex: 1 to make all columns take up equal space */
    text-align: center; /* Adjust text alignment as needed */
    }
}

.centered {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.responsive-table{
padding-left: 0;
text-align: left;
}

@media only screen and (min-width: 768px) {
    .table-row  .col {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    }

    .table-row .col-1{
    border-left: 1px solid #ccc;
    }
        
    .table-header {
    border: 1px solid #ccc;  /* Sets a border around the table header with a color of #ccc (light gray) */
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 5px 5px;
    }
        
    .table-last-row .col-1 {
    border-bottom-left-radius: 30px;
    }
        
    .table-last-row .col-4 {
    border-bottom-right-radius: 30px;
    }
    
    .up_down{
    display: none
    }
}
  /* table end*/



@media only screen and (max-width: 768px) {
    .social_icons{
    padding-left: 0;
    }

    #info_points_mob{
    margin-top: 15%;
    display: block;
    }
    
    #info_points_desk{
    display: none;
    }

    #headerbanner{
    padding:1%;
    font-size: 12px;
    }

    #logo{
    height: 120px;
    }

    .form_sec{
    display: flex;
    flex-wrap: wrap;
    }

    .centered{
    max-width: 90%;
    }

    .flex_form{
    text-align: center;
    margin-top: 5%;
    order: 1;
    }
    
    .flex_text{
    order: 2;
    }

    .flex_con{
    flex: 0 0 100%; 
    }

    input, select{
    max-width: 91%;
    }
    
    #other_info li{
    text-align: left;
    }

    #other_info{
    padding-left: 20px;
    font-size: 13px;
    }

    .up_down {
    position: fixed;
    z-index: 2;
    top: 8%;
    right: 0;
    width: auto;
    font-size: 16px;
    background-color: #000;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    writing-mode: vertical-rl; /* Rotate the text vertically */
    text-orientation: mixed; /* Set the text orientation to mixed */
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    transform: rotate(180deg);
    display: block
    }
    
    .up_down h3{
    margin: 2px;
    }
}

.social_icons li a img{
height: 24px;
}

.social_icons{
list-style: none;
text-align: center;
padding-left: 0;
}

.social_icons li{
display: inline-block;
padding: 0 10px;
}

.footer-container {
display: flex;
justify-content: space-between;
max-width: 50%; /* Limit width to 80% of the screen width */
margin: 0 auto; /* Center the container horizontally */
}

@media (max-width: 767px) {
    #info_points_mob{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    .otp-box{
    width: 94.5%;
    left: 0.5px;
    transform: unset;
    }

    .footer-container {
    flex-wrap: wrap;
    max-width: 85%;
    }

    .footer-container div {
    width: calc(50% - 10px); /* Adjust margin as needed */
    margin-bottom: 10px; /* Adjust margin as needed */
    }
}

.footer-container div ul{
list-style: none;
padding-left: 0; 
}

.footer-container div ul li  a{
color: #ffffff;
text-align: left;
letter-spacing: 0.5px;
}



.w2g-footer-copyright{
margin: 0;
padding: 2px;
text-align: center;
background-color: #000;
}

#otp_box input {
width: unset;
height: unset;
}

.grecaptcha-badge {
z-index: 1;
}

.otp_text{
font-size: 12px;
}

#otp_error{
height: 10px;
color: #b11f24;
}

#birthday{
width: 110px;
}

#gender{
height: 34px;
width: 100%;
min-width: 100%
}

.footer-container div ul li{
padding-bottom: 5px;
}
/* pop up */
#popup{
width: 60%;
min-height: 20%;
position: absolute;
top: 40%;
left: 20%;
background-color: white;
color: black;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
font-size: 20px;
border-radius: 15px;
}

#popup p{
margin: 50px;
margin-bottom: 20px;
text-align: left;
}

#popup_cancel{
height: 40px;
width: 150px;
margin-bottom: 20px;
background-color: #b11f24;
color: #ffffff;
font-size: 16px;
font-weight: bold;
}

@media only screen and (max-width: 768px) {
#popup{
width: 80%;
min-height: 40%;
top: 30%;
left: 10%;
padding: 0;
}

#popup p{
margin: 20px;
}
}

/* pop up */