@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?ver1.12564543";
@import "common-video.css?ver1.12234543";
@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;
}

.hide-scrollbar {
	overflow: -moz-hidden-unscrollable;
	overflow: hidden;
}

.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.margin-btm-10 {
 margin-bottom:10px;
}

.howToUse {
    padding-right: 20px;
        padding-top: 15px;
}

.howToUse ul {
    padding: 10px 25px;
}

.howToUse li {
    list-style: disc;
    line-height: 28px;
        letter-spacing: 0.6px;
}

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;
}

/* 
  This is for popup screens.
*/

.modal-popup .modal-footer {
justify-content: center;
}

.modal-popup .modal-header {
background: rgba(0, 123, 255, 0.09);
padding-left: 35px;
}

.modal-popup .modal-title {
width: 100%;
text-align: center;
font-size: 27px;
}

.modal-popup .modal-body {
padding: 2rem;
text-align: center;
}

.modal-popup h6 {
font-size: 20px;
color: #2e4967;
}