body {
    font-family: Montserrat,Arial,sans-serif;
    font-size: 1.125rem;
    color: rgba(36, 72, 92, 0.9);
    letter-spacing: -0.015em;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 3rem;
    line-height: 2.2;
    color: #09aff6;
}
p {
    line-height: 1.6;
}

.btn.btn-primary {
    background: radial-gradient(50% 50% at 50% 50%, #08BDF6 16.15%, #2297FF 100%);
    border-radius: 3px;
    font-weight: bold;
}
.btn.btn-primary:hover {
    background: radial-gradient(50% 50% at 50% 50%, #2297FF 16.15%, #08BDF6 100%);
}
.btn.btn-outline-primary {
    color: #09aff6;
    border-color: #09aff6;
}
.btn.btn-outline-primary:hover {
    color: #ffffff;
    background: radial-gradient(50% 50% at 50% 50%, #08BDF6 16.15%, #2297FF 100%);
    border-color: #0062cc;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0b405f;
}
.navbar-light .navbar-nav .nav-link.nav-link-phone {
    color: #08bdf6;
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29.8571' height='3.14286' fill='%2324485C' fill-opacity='0.9'/%3E%3Crect y='9.42859' width='29.8571' height='3.14286' fill='%2324485C' fill-opacity='0.9'/%3E%3Crect y='18.8571' width='29.8571' height='3.14286' fill='%2324485C' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}

.banner {
    position: relative;
}
.banner .image-wrap {
    overflow-x: hidden;
}
.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .image-wrap img {
    width: 100%;
}

.bullets .image-icon {
    margin-right: 12px;
}
.bullets ul {
    padding-left: 0;
    list-style: none;
}
.bullets ul li::before{
    content:"•";
    padding-right: 7px;
}

.about-us {
    position: relative;
    overflow: hidden;
}
.about-us::before,
.about-us::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-us::before {
    background-color: #f3fbff;
    z-index: -20;
}
.about-us::after {
    left: 70%;
    width: 30%;
    background-color: #09aff6;
    z-index: -10;
}
.about-us .row {
    position: relative;
}
.about-us .image-wrap {
    position: initial;
}
.about-us .image-md {
    position: absolute;
    top: -50px;
    left: -234px;
    z-index: -10;
}

.contact-us {
    min-height: 82vh;
}

.products {
    /*background-color: #f3fbff;*/
}
.products .btn.btn-primary {
    width: 241px;
    height: 53px;
    font-size: 24px;
    line-height: 41px;
}

.error404 {
    min-height: 82vh;
}
.error404 h1 {
    margin-top: 30vh;
}

.returns {
    background-color: #f3fbff;
    min-height: 87vh;
}
.returns .policy {
    font-size: 1.375rem;
}
.returns .policy a,
.returns .policy a:hover,
.returns .notice {
    color: #09aff6;
}
.returns .policy a,
.returns .policy a:hover {
    text-decoration: underline;
}
.returns .policy a:hover {
    text-decoration: none;
}
.returns .policy ul {
    padding-inline-start: 0;
    list-style: none;
}
.returns .policy ul li {
    margin-bottom: 1.25rem;
}
.returns .policy ul li::before{
    content:"-";
    padding-right: 7px;
}
.returns .form-bg {
    border-radius: 4px;
    background-color: #ffffff;
}
.returns form .form-control {
    border-color: #08bdf6;
}
.returns form label {
    font-size: 0.8235rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

.returns .btn.btn-primary {
    font-size: 16px;
    text-transform: capitalize;
}
.returns .btn.btn-outline-primary {
    /*border-width: 3px;*/
    font-weight: bold;
    font-size: 24px;
}

.unsubscribe {
    min-height: 82vh;
}

footer {
    background-color: #093a56;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
footer a,
footer a:hover {
    color: #ffffff;
}

@media (max-width:1199.95px) {
    h1 {
        font-size: 3rem;
    }
}
@media (max-width:991.95px) {
    .about-us::after {
        background-color: transparent;
    }
    .about-us .image-wrap {
        position: relative;
    }
    .about-us .image-wrap::before,
    .about-us .image-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .about-us .image-wrap::before {
    }
    .about-us .image-wrap::after {
        left: 57%;
        background-color: #09aff6;
        z-index: -10;
    }
    .about-us .image-md {
        top: -15px;
        bottom: -50px;
        left: -5px;
    }
    .about-us .image-md img {
        height: 100%;
    }
}
@media (max-width:767.95px) {
    h1 {
        font-size: 2.25rem;
    }
    .returns_50off h2 {
        font-size: 2.05rem;
    }
}
@media (max-width:575.95px) {
    body {
        font-size: 1rem;
    }
    h1 {
        font-size: 1.625rem;
    }
    h2 {
        font-size: 2.05rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    .banner .image-wrap img {
        width: auto;
        height: 400px;
        margin-left: -40px;
    }
    .banner .text-wrap {
        background: #0B405F;
    }
    .banner h1 {
        color: rgba(255, 255, 255, 0.9);
    }
    .bullets .image-icon {
        width: 48px;
        height: 48px;
    }
    .returns .policy {
        font-size: 1rem;
    }
}
