body {
    font-family: "Lato", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}

.sp-login {
    background: beige;
}

.sp-login .sp-logo {
    display: flex;
    justify-content: center;
    margin-top: 7em;
    margin-bottom: 2em;
}

.sp-login .sp-logo img {
    width: 120px;
}

.sp-login .sp-login-form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: white;
    padding: 35px;
}

.sp-login .sp-login-form h4 {
    text-align: center;
    margin-bottom: 25px;
}

.sp-login .sp-login-form .form-control {
    border-radius: 0;

    height: 45px;
}

.sp-login .sp-login-form .btn {
    width: 100%;
}

.sp-login .sp-login-form p {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
}

.sp-login .sp-login-form .sp-loginbtn {
    background: white;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.sp-login .sp-login-form .sp-loginbtn img {
    width: 22px;
    margin-right: 15px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.sp-header {
    padding: 10px 10px;
    box-shadow: 0 8px 6px -6px #dedede;
    margin-bottom: 15px;
}
.sp-header .sp-align {
    align-items: center;
}
.sp-header .btn {
}
.sp-header .btn .fa {
}
.sp-header .sp-main-logo {
    text-align: center;
}
.sp-header .sp-main-logo img {
    width: 175px;
}
.sp-welcome-text {
}
.sp-welcome-text h4 {
    text-align: center;
    color: slateblue;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sp-banner {
}
.sp-banner img {
    border: 1px solid #dcdcdc;
    padding: 5px;
    border-radius: 10px;
}
.sp-des {
}
.sp-des p {
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin: 19px 0;
}
.sp-cat {
    margin: 20px 0;
}
.sp-cat a {
    text-align: center;
    display: flex;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px;
    line-height: 20px;
    justify-content: center;
    min-height: 67px;
    align-items: center;
    color: black;
}

.sp-pcat {
    margin: 20px 0;
}
.sp-pcat a {
    text-align: center;
    display: block;
    border: 1px solid #00a1ff;
    padding: 15px;
    border-radius: 25px;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
.sp-pcat a img {
    width: 80px;
    display: block;
    margin: 0 auto 10px;
}
.sp-footer {
    background: #d7d7d7;
    padding: 7px 10px;
    border-radius: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.sp-footer .btn {
    width: 100%;
    background: white;
    padding: 3px 5px;
    font-weight: 600;
}
.sp-footer .sp-share {
    justify-content: flex-end;
    display: flex;
}
.sp-footer .sp-share i {
    background: black;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
}

.sp-gap {
    padding: 20px;
}
.sp-inner-header {
    background: #0d6efd;
    margin-bottom: 10px;
}
.sp-inner-header .sp-align {
    align-items: c;
}
.sp-inner-header .sp-align a {
    color: white;
    font-size: 30px;
}
.sp-inner-header .sp-align a i {
}
.sp-inner-header .sp-align .sp-brand {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.sp-brnd {
    margin: 25px 0;
}
.sp-brnd a {
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 5px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
}
.sp-brnd a img {
    width: 110px;
    display: block;
    margin: 0 auto;
}
.sp-f2 {
    border-radius: 0;
}
.sp-f2 p {
    margin: 0;
}
.sp-f2 a {
}
.sp-f2 a i {
}

.sp-offer {
}
.sp-offer .sp-offer-box {
    text-align: center;
    margin: 25px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
}
.sp-offer h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
}
.sp-offer h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: slateblue;
    font-weight: 500;
}
.sp-offer .sp-offer-details {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-top: 14px;
}
.sp-offer .sp-offer-details h5 {
    text-transform: capitalize;
    color: red;
    font-size: 19px;
}
.sp-offer .sp-offer-details h4 {
    text-transform: capitalize;
    color: black;
    font-size: 19px;
    margin-bottom: 0;
}
.sp-offer .sp-offer-details p {
    margin: 0;
}
.sp-offer .sp-vald {
    color: #06c7f8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sp-offer .sp-mb {
    color: #06c7f8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sp-offer .sp-avail {
    font-weight: bold;
    text-decoration: underline;
}
.sp-offer .sp-show-code {
    background: yellow;
    color: black;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 9px;
}
.sp-offer .sp-show-code span {
    color: red;
    font-weight: 800;
}
.sp-offer form {
}
.sp-offer .sp-info {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.sp-offer .sp-info span {
    display: block;
    color: red;
}
.sp-offer form .form-control {
    border-radius: 0;
    height: 45px;
}
.sp-offer form .btn {
    background: #31859c;
    width: 60%;
    border-radius: 100px;
    padding: 5px 10px;
}
.sp-divider {
    background: black;
    height: 5px;
    margin: 0 auto;
}
.sp-bk {
    background: transparent;
}
.sp-bk p {
    opacity: 0;
}
.sp-brnd .col-6{
	 
padding: 0 5px;
}