input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
}

a,
a:hover,
a:focus,
*:focus-visible {
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    border: none;
}

button:focus,
input:focus {
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 1240px;
    padding: 0 15px;
}

.topbar {
    float: left;
    width: 100%;
    padding: 8px;
}


.topbar span a {
    margin: 10px;
    font-weight: bold;
}

.topbar span img {
    margin-bottom: -11px;
    border-radius: 20px;
    background-color: #8080802e;
}

.topbar .icon-link {
    float: left;
    margin-top: 8px;
}

.topbar .topbar-button {
    float: right;
    width: 12%;
    background-color: #2bd23dcc;
    margin-top: -8px;
}

.topbar .topbar-button button {
    background-color: #2bd23dcc;
    color: #fff;

    font-weight: bold;
    border: none;
    height: 50px;
}

.main-nav .navbar li {
    list-style: none;
    float: left;
    margin-right: 38px;
}

.main-nav .navbar ul {
    margin-right: 35px;
}

.main-nav {
    float: left;
    width: 100%;
    padding: 38px;
}

.main-nav .logo {
    float: left;
    width: 50%;
}

.top-serchbar {
    float: right;
    margin-right: 12px;
    margin-top: 5px;
}

.navbar {
    float: right;
    margin-top: -29px;
}

header {
    float: left;
    width: 100%;
    background-color: whitesmoke;
    margin-top: -7px;
}

.hero-banner {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-image: url(https://images.unsplash.com/photo-1444653614773-995cb1ef9efa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1476&q=80);
}

.banner-text {
    margin: 12% 0;
}