@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "../fonts/font-awesome.min.css";
@import "../fonts/simple-line-icons.min.css";
@import "custom.css";
@import "responsive.css";
@import "https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700";
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

body {
    background: rgba(165, 178, 182, 0.1);
    color: #000;
    font-weight: 400;
    height: 100%;
    padding: 0;
}

ul li {
    line-height: 1.571;
    font-size: 14px;
    font-weight: 400;
}

.container {
    max-width: 1170px;
    padding-right: 10px;
    padding-left: 10px;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: 300ms all;
}

a:hover,
a:focus,
button:focus {
    transition: 300ms all;
    text-decoration: none;
    color: inherit;
    opacity: 0.9;
}

*,
button,
a,
img {
    outline: none;
}

button:focus {
    outline: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #616161;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lef {
    margin-left: 0;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.input {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 3px 5px;
    letter-spacing: 0.6px;
    font-size: 13px;
    width: 100%;
}

.cus-btn {
    padding: 7px 20px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border: none;
}

.cus-btn:hover {
    color: #fff;
    opacity: 0.9;
}

.login-btn {
    background: #017bff;
    width: 300px;
}

.btn-facebook {
    background: #3b5999;
}

.btn-amazon {
    background: #232f3e;
}

.btn-google {
    background: #d74937;
}