html{
    scroll-behavior:smooth;
}
body{
    background-color: #f3f3f3;
}
#privacy{
    width: 75%;
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px 10px;
    color: #444;
    border-radius: 3px;
    background-color: #eee;
}
#privacy>h3{
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: lighter;
}
#privacy>p,ul,li,span{
    font-size: 13px;
    line-height: 19px;
    font-weight: lighter;
}
#privacy>h4{
    font-size: 20px;
    font-weight: lighter;
    margin-top: 25px;
}
#privacy>a{
    text-decoration: none;
    color: royalblue;
}
/* scroll-top */
#scroll-top a{
    text-decoration: none;
}
.gotopbtn{
    position:fixed;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.4);
    bottom: 30px;
    right: 10px;
    color: #eee;
}

/* footer-section */
#footer{
    margin-top: 30px
}
/* footer-top-section */
#footer-option{
    display: flex;
    width: 515px;
    margin: auto;
    height: 40px;
    text-align: center;
    padding-bottom: 10px;
    justify-content: space-between;
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
}
#footer-filter{
    background-color: #223143;
    
}
#footer-filter ul{
    list-style: none; 
}
#footer-filter a{
    color: rgb(219, 217, 217);
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}
#footer-filter a:hover{
    text-decoration: underline;
}
#footer-top{
    display: flex;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 65px;
    padding-left: 22px;
    font-size: 13px;
    line-height: 23px;
    
}
/* footer-mid-section */
#footer-mid{
    display: flex;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 65px;
    padding-left: 22px;
    font-size: 13px;
    line-height: 23px;
    background-color: #161d25;
    border-bottom: 0.5px solid white;
}
#footer-mid ul{
    list-style: none;
    font-size: 13px;
}
#footer-mid a{
    color: rgb(219, 217, 217);
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
}
#footer-mid a:hover{
    text-decoration: underline;
}
#footer-mid p{
    color: rgb(219, 217, 217);
    font-size: 17px;
}
#newsletter{
    width: 250px;
}
.connect i{
    padding:0px 3px;
    font-size: 25px;
    
}
#help{
    width: 295px;
    margin-bottom: 10px;
}
#payment-logo{
    display: flex;
    background-color: #161d25;
    font-size: 33px;
    height: 30px;
    padding-left: 450px;
    height: 40px;
    
}

#payment-logo span{
    font-size: 18px;
    
    color: rgb(254, 249, 249);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-right: 15px;
}
#payment-logo i{
    padding-right: 20px;
    padding-top: 3px;
}
#copyright{
    height: 33px;
    text-align: center;
    padding-top: 10px;
    background-color: #223143;
    color: #eee;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}
#copyright a{
    text-decoration: none;
    color: rgb(32, 101, 191);
}