@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
body {
    font-family: "Instrument Sans", sans-serif;
    color: #696C70;;
    background:#fff;
    overflow-x:hidden;
}
h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight:500;
    margin-bottom: 20px;
    color:#1F1F1F
}
h2  {
    font-size: 44px;
    line-height: 50px;
    color:#1F1F1F
}
h3 {
    font-size:36px;
    line-height: 40px;
    color:#1F1F1F
}
h4 {
    font-size: 30px;
    line-height: 42px;
    color:#1F1F1F
}
h5 {
    font-size: 24px;
    line-height: 30px;
    /*color:#1F1F1F*/
}
h6 {
    font-size: 20px;
    line-height: 28px;
    color:#1F1F1F
}
p, li {
    font-size:16px;
}
hr {
    color:#b5b5b5
}
.logo {
    width: 220px;
}
.input-group {
    width:initial;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.input-group input {
    background-color: #fff!important;
    border:0;
    text-align:center;
    padding:0;
}
.input-group .input-group-prepend button {
    background-color:#fff;
    color:#000;
    border: solid 0px
}
.carousel-control-prev-icon {
    background: url(../../theme/images/Slide-Left.svg) no-repeat center center / cover;
}
.carousel-control-next-icon {
    background: url(../../theme/images/Slide-Right.svg) no-repeat center center / cover;
}
.navbar-toggler {
    border: 0
}

.navbar-nav li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    text-transform: uppercase;
}
.nav-link {
    font-weight: 500;
    color: #2E4A84

}
.nav-link.active {
}
a.nav-link:hover {
}
.dropdown-menu {

}
.dropdown-menu li {
    padding-left: 0px;
}
section {
    padding: 4rem 0rem;
}
.grey-bg {
    background-color:#F7F7F7
}
.grey-text {
    color:#696C70;
}
.btn-primary {
    border-radius: 5px;
    background: #000;
    border:1px solid #000;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-secondary {
    border-radius: 5px;
    background: transparent;
    color:#fff;
    border:1px solid #fff;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-add {
    border-radius: 5px;
    background: #fff;
    color:#000;
    border:1px solid #000;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-primary:hover,
.btn-secondary:hover {
    border:1px solid #2E4A84;
    background: #2E4A84;
    color:#fff;
}

.btn-add:hover {
    border:1px solid #000;
    background: #2E4A84;
    color:#fff;
}
.text-link-light {
    color:#fff;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
    text-decoration: none;
}

.text-link-dark {
    color:#000;
    border-bottom:2px solid #000;
    padding-bottom:5px;
    text-decoration: none;
}
.promo {
    background: #2E4A84;
    color:#fff;
}
.promo p {
    margin-bottom: 0;
    padding: 5px 5px;
}
/*hero*/
.hero .btn-primary {
    border: 1px solid #fff;
    background:transparent;
    font-size: 14px;
}
.hero p {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 25px;
}
.hero .carousel-inner {
    text-align:center;
}
.hero .carousel-item .row {
    height: 600px;
    border-radius: 25px;
    width: 90%;
    margin:auto;
}
.hero .one .col-md-7 {
    background: url(../../theme/images/hero-01.png) no-repeat center center / cover;
    border-radius: 0px 25px 25px 0px;
}
.hero .two .col-md-7 {
    background: url(../../theme/images/hero-02.png) no-repeat center center / cover;
    border-radius: 0px 25px 25px 0px;
}
.hero .three .col-md-7 {
    background: url(../../theme/images/hero-03.png) no-repeat center center / cover;
    border-radius: 0px 25px 25px 0px;
}
.hero .four .col-md-7 {
    background: url(../../theme/images/hero-04.png) no-repeat center center / cover;
    border-radius: 0px 25px 25px 0px;
}
.hero .carousel-item .col-md-5 {
    background:#2E4A84;
    border-radius: 25px 0px 0px 25px;
    text-align: left;
    color: #fff;
}
.hero .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    align-items: initial;
    justify-content: initial;
    align-self: center !important;
    width: 30%;
    left: 10%;
    padding: 0;
    text-align: left;
    color: #fff;
}


/*buyCards*/
.buyCards .card  {
    background:transparent;
    border: 0px;
}
.buyCards .card-images  {
    border-radius: 10px;
    background:#fff;
    padding: 10px;
    max-height: 350px;
}
.buyCards .card-images img  {
    padding: 15px 0px;
    margin:auto;
    display: block;
}
.buyCards  .card-body  {
    padding:10px 0px;
}
.buyCards  p  {
    margin-bottom: 0px
}
.buyCards  p.prod-discount  {
    background: #D2EF9A;
    border-radius: 25px;
    padding: 0px 10px;
}
.buyCards  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.buyCards  .card-footer  {
    background:transparent;
    padding:0;
}
.buyCards .ft-highlight {
    color:#fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size:14px;
    font-weight: 500;
    background-color:#DB4444;
    position:absolute
}
.buyCards .ft-highlight i {
    color:#ffcc00;
}
.buyCards .prod-name {
    font-size:16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px
}



/*csIcons*/
.csIcons {
    padding: 1rem 0;
}
.csIcons img {
    margin-bottom: 15px;
    height: 60px;
}
.csIcons p {
    line-height: 22px;
    color: #696C70;
}

/*shopCat*/
.shopCat .card {
    height: 300px;
    border-radius: 10px;
    border: 0;
    padding-bottom: 25px;
    text-align:center;
    color:#fff;
}
.shopCat .card-body {
    display: flex !important;
}
.shopCat .card-body div {
    align-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.shopCat .one {
    background: url('../../theme/images/cat-01.png') no-repeat center center / cover;
}
.shopCat .two {
    background: url(../../theme/images/cat-02.png) no-repeat center center / cover;
}
.shopCat .three {
    background: url(../../theme/images/cat-03.png) no-repeat center center / cover;
}

/*review*/
.review .col {
    background:#FCA311;
    border-radius: 15px;
    padding: 1rem 0
}
.review .carousel-item {
    height: 350px;
}
.review .carousel-caption {
    top: 1rem;
}
.review img {
    border-radius: 15px;
    margin-top:15px;
}
.review p {
    color:#000;
    font-size: 20px;
}
.review h5 {
    font-size: 30px;
    margin-bottom:15px;
    color:#000;
}
.review p.name {
    font-size: 14px;
    text-transform: uppercase !important;
    margin-top:5px;
    font-weight: 600;
    letter-spacing: 2px;
}

/*affIcons*/

.affIcons {
    background:#FCA311;
    padding: 1rem 0rem;
}
.affIconsImg img {
    width: 70%;
    margin: auto;
    display:block;
}
.affIconsImg div {
    padding: 0px 25px;
    align-self: center !important;
}

/*emailSub*/
.emailSub .container {
    background: #000;
    border-radius: 15px;
    color:#fff;
    padding: 4rem 1rem
}
.emailSub .inner {
    width: 50%;
}
.emailSub form {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.emailSub .form-control {
    border:0
}
.emailSub .btn-primary {
    background:#D2EF9A;
    border:0;
    color: #000;
}

footer {
    background:#2E4A84;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
}
footer p {
    font-size: 16px;
    color: #fff;
}
footer p.small {
    margin-bottom:0px;
}
footer .formOutter {
    border:1px solid #E9E9E9;
    padding: 5px;
    border-radius: 5px;
}
footer .form-control {
    border:0;
}
footer .btn-primary {
    border-radius: 10px;
}
footer .cards img {
    width:100%
}
.mobCTA {
    background: #fff;
    padding: 1rem;
    border-top:1px solid #000;
}
.mobCTA p {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 50px;
        line-height:50px;
    }

    .emailSub .btn-primary {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height:50px;
    }

    .emailSub .btn-primary {
        font-size: 14px;
    }

    .buyCards p.prod-discount {
        display:none;
    }
    .review .carousel-item {
        height: 400px;
    }
    section {
        padding: 2rem 0rem
    }

}
@media (max-width: 768px) {

    h1 {
        font-size: 40px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    section {
        padding: 0.5rem  0rem;
    }

    .logo {
        width: 220px;
    }
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .nav-link.active {
        width: 100px;
        margin-bottom: 5px;
    }
    .navbar-nav {
        padding:1rem 0 .5rem 0;
    }
    .navbar-nav li {
        position: relative;
        padding-left: 5px;
        list-style: none;
        text-transform: uppercase;
        padding: 5px 5px;
    }
    li.formSearch {
        border: 1px solid #E9E9E9;
        border-radius: 5px;
        background: #fff;
        padding:5px;
        margin-bottom:5px;
    }
    .nav-item form input {
        border:0;
    }
    .hero {
        margin-top:25px;
    }
    .hero .carousel-item .row {
        height: 500px;
    }
    .hero .one .col-md-7,
    .hero .two .col-md-7,
    .hero .three .col-md-7,
    .hero .four .col-md-7 {
        border-radius: 25px 25px 0px 0px;
        height: 50%;
    }
    .hero .carousel-item .col-md-5 {
        border-radius:0px 0px 25px 25px;
        height: 50%;
    }
    .hero .carousel-caption {
        position: relative;
        right: 1%;
        bottom: 1.25rem;
        left: 1%;
        width: initial!important;
        padding-top: 1.25rem;
        padding-bottom: 3.25rem;
        text-align: center;
        color:#fff;
        align-items: end;

    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .buyCards {
        padding: 2rem .5rem;
    }
    .buyCards h3 {
        margin-bottom:2rem;
    }
    .buyCards p.prod-discount {
        display: initial;
        padding: 0px 5px;
    }
    .buyCards p {
        font-size: 14px;
    }
    .buyCards .card-images img {
        padding: 15px 0px 0px 0px;
    }
    .csIcons {
        padding: .5rem;
    }

    .shopCat .card {
        height: 25vh;
        padding-bottom: 5px;
    }
    .review {
        padding: 1rem 1rem 2rem 1rem;
    }
    .review p {
        font-size: 16px;
    }
    .review h5 {
        font-size: 20px;
    }
    .review .carousel-item {
        height: 400px;
    }
    .review .carousel-caption {
        padding-top: 0;
    }
    .affIconsImg img {
        width: 150%;
    }
    .emailSub {
        padding: 1rem;
    }
    .emailSub .container {
        padding: 2rem 1rem;
    }
    .emailSub .inner {
        width: 90%;
    }
    .emailSub .btn-primary {
        width: 40% !important;
        padding: 5px 5px;
    }
    footer  {
        text-align:center;
        padding: 1rem 0 4rem 0
    }
    footer .cards {
        padding-bottom: 5rem;
        text-align:center;
    }
    /*footer .cards img {
        width:50%
    }*/
    footer p  {
        margin-bottom:5px;
    }
    footer h5  {
        margin-top:25px;
    }
    footer p.small {
        margin-bottom:10px;
    }
}

@media (max-width: 400px) {
    .hero {
        margin-top: 15px;
    }
}