* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
}

input {
    outline: 0;
    border: none
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

button {
    border: none;
    background: none;
}

.de_iv_adv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.postionFixed {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    margin-bottom: 60px;
}

footer .about {
    margin-bottom: 5px;
}

footer .callme {
    margin: 5px 0 0;
}

.top {
    padding: 4px 10px;
    border-radius: 50px;
    border: 1px solid #fff;
}

footer a {
    display: inline;
    color: white;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

html {
    scroll-behavior: smooth;
}

:root {
    --all-width: 1200px;
    --header-padding: 30px 0;
    --header-flex-padding: 15px 0;
    --logo-width: 200px;
    --button: 40px;
    --loop-height: 45px;
    --search-bar-padding: 10px;
    --yelow: rgba(254, 211, 25, 1);
    --type: #b8b8b8;
    --header-background: #3b3b3b;
    --search-background: rgba(51, 51, 51, 1);
    --banner-title-size: 22px;
    --banner-type-size: 14px;
    --list-h4-size: 30px;
    --list-one-padding: 20px 0;
    --list-rig-background: #3f3f3f;
}


@media (max-width:799px) {
    :root {
        --all-width: 100%;
        --page-title-size: 26px;
        --page-content-size: 18px;
    }
}