body{
    margin: 0px;
    font-family:Speedee, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 14px;
}
.header{
    width: 100%;
    height: 133px;
    box-shadow: 0 -2px 10px rgb(0 0 0 / 0.2);

}
.logo{
    width: 108px;
    padding-left: 90px;
    padding-top: 18px;
    float: left
}
.search-bar{
    width: 1024px;
    height: 60px;
    float: left;
}
.left-search-bar{
    width: 512px;
    height: 60px;
    float: left;
    padding-top: 10px;
    padding-left: 23px;
}
#list-search{
    list-style: none;
    font-family: Speedee, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: small;
    display: flex;
    flex-direction: row;
    gap: 35px;
    line-height: 24px;
}
#a{
    text-decoration: none;
    color: black;
}
.right-search-bar{
    width: 444px;
    height: 60px;
    float: left;
    padding-top: 10px;
    padding-left: 45px;
}
#b{
    color: #006bae;
    text-decoration: underline;
}
.ordernow-button{
    font-size: 16px;
    width: 128px;
    height: 40px;
    background-color: #ffbc0d;
    border-radius: 4px;
    padding: 8px 25px;
    border: none;
    cursor: pointer;
}
.menu-bar{
    width: 1024px;
    height: 60px;
    float: left;
    padding-top: 20px;
    padding-left: 55px;
    font-size: medium;
    font-weight: bolder;
    font-family: Speedee, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}
.menu-button{
   font-size: 1pc;
   font-family: Speedee, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
   background-color: transparent;
   border-color: transparent;
   cursor: pointer;
   padding-bottom: 25px;
}
.container{
    width: 100%;
}
.first-cont{
    width: 86%;
    height: 390px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 100px;
}
.first-img{
    height: 390px;
    width: 65%;
    float: left;
}
.first-text{
    height: 390px;
    width: 35%;
    float: left;
}
.banner{
    height: 100px;
    padding-left: 25px;
    margin-top: -25px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}
.first-about{
    height: 188px;
    padding-left: 25px;
    font-size: 16px;
}
.about-legal{
    font-size: 10px;
    line-height: 1.45;
    color: #292929;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}
.first-order{
    padding-left: 25px;
}
.first-btn{
    background-color: #ffbc0d;
    border-radius: 4px;
    padding: .8125rem 1.5625rem;
    text-align: center;
    border: none;
    color: #292929;
    min-width: 11.125rem;
    min-height: 3rem;
    font-size: 15px;
    cursor: pointer;
}
.link-color{
    color: #006bae;
}
.third-about{
    height: 260px;
    padding-left: 25px;
    font-size: 16px;
}
.fourth-cont{
    width: 86%;
    height: 500px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 100px
}
.fourth-about{
    height: 335px;
    padding-left: 25px;
    font-size: 16px;
}
.fifth-about{
    height: 315px;
    padding-left: 25px;
    font-size: 16px;
}
.seventh-about{
    height: 165px;
    padding-left: 25px;
    font-size: 16px;
}
.last-banner{
    height: 60pxpx;
    padding-left: 25px;
    margin-top: -25px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}
.last-about{
    height: 152px;
    padding-left: 25px;
    font-size: 16px;
}
.footer{
    width: 100%;
    height: 600px;
}
.details{
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    height: 350px;
}
.info{
    float: left;
}
#heading{
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 20px;
}
#content{
    margin-bottom: -8px;
    font-size: 15px;
    cursor: pointer;
}
.images{
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    height: 130px;
}
.symbol{
    margin-top: 50px;
    margin-left: 15px;
    width: 350px;
    float: left;
}
#symbolstyle{
    margin-right: 15px;
    cursor: pointer;
}
.app-symbol{
    float: left;
    margin-left: 455px;
    margin-top: 55px;
}
.terms{
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    height: 235px;
}
hr{
    border-bottom: none;
    border-top: 1px solid #cecece;
    margin-bottom: -5px;
}
.footer-terms{
    width: 870px;
    margin-top: 35px;
    display: flex;
    margin-left: -20px;
    float: left;
}
.footer-terms-2{
    width: 700px;
    display: flex;
    margin-left: -20px;
    margin-top: -5px;
    float: left;
}
.copyright{
    float: left;
    width: 310px;
    height: 50px;
    margin-top: 35px;
    line-height: 20px;
    font-size: 15px;
    text-align: right;
}
#footer-p{
    cursor: pointer;
    font-size: 15px;
    margin-left: 40px;
}
