body, .listHeader{
    line-height: 20px;
    font-family: Tahoma, Arial;
    font-size: 15px;
}

.shading {
    background: linear-gradient(to bottom, #46c1e3, #056caa);
    transition: background 1s ease; /* Adjust the duration and timing function as needed */
}

.inner{
    display: flex;
    background-color: #252525;
    height: auto;
    width: auto;
    border-radius: 15px;
    padding: 15px;
    margin-top: 40px;
}

.left{
    width: 15%;
    background-color: white;
    color: black;
    border-radius: 15px;
    margin-right: 15px;
    padding:20px;
    font-size: 12px;
}


.right{
    width: 85%;
    background-color: #379cb8;
    border-radius: 15px;
    padding-left: 10px;
}

.listHeader{
    line-height: 20px;
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #0676bd;
    letter-spacing:0px;
    margin-bottom: 5px;
}

ul{
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 25px;
}

.left li {
    list-style: none;
}

li{
    padding: 0;
    color: black;
}

.logo_class{
    width: 100%;
}

.headerRight{
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
    height: 21px;
    padding: 10px;
    letter-spacing: 0.2rem;
}

p {
    margin: 15px;
    color: black;
}

.orderList{
    margin-left: 15px;
}

.infoDiv{
    margin-top: 30px;
    margin-left: 15px;
}

.content{
    width: 100%;
}

.headerPlace{
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
    height: 21px;
    padding: 10px;
    letter-spacing: 0.2rem;
    padding-bottom: 30px;
}

.headerService{
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
    height: 21px;
    padding: 10px;
    letter-spacing: 0.2rem;
    padding-bottom: 30px;
    padding-top: 30px;
}

.headerMore{
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
    height: 21px;
    padding: 10px;
    letter-spacing: 0.2rem;
    padding-top: 20px;
}

.orderListMore{
    padding-bottom: 30px;
}

.underlinedText{
    text-decoration: underline;
}

.left-div {
    width: 50%;
    float: left; /* Float the left div */
    padding: 20px;
}

.left-div-2images {
    width: 75%;
    float: left; /* Float the left div */
    padding: 20px;
}

.right-div {
    width: 50%;
    float: right; /* Keeps the div on the right */
    padding: 20px;
    text-align: center; /* Horizontally center inline elements like images */
    display: flex; /* Enable flexbox for vertical alignment */
    flex-direction: column; /* Optional: stack content vertically */
    justify-content: center; /* Vertically center content */
    align-items: center; /* Center content horizontally */
    height: 100%; /* Ensure the height spans the container */
}


.right-div-2images {
    width: 25%;
    float: right; /* Float the right div */
    padding: 20px;
}

.right-div img {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
    height: auto; /* Maintain aspect ratio */
}

.right-div-2images img{
    max-width: 100%; /* Ensure the image doesn't exceed its container */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Remove any extra space around the images */
        margin-bottom: 20px; /* Add some space between images */
}

.full_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
  }

  .left_header,
  .middle_header,
  .right_header {
    text-align: center;
    height: 161px;
  }

  .left_header{
    border-radius: 15px 0px 0px 15px;
  }

  .middle_header{
    width: calc(100vw - 810px); /* Adjust the percentage as needed */
  }
  
  
  
  .header_text{
    margin-top: 6%;
    font-size: 23px;
  }

  .content {
    margin-top: 10px;
  }

  .image_top {
    max-width: 100%;
    height: auto;
  }

  #header{
    margin-top: -70px;
  }

  .use-middle{
    margin-top: 20px !important;
  }

  .inner{
    margin-top: 15px;
  }