h1,h2,h3,h4,h5{
    font-style: normal;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /* line-height: 1.35em; */
    letter-spacing: 3.6px;
}
h1{
    font-size:36px;
}
h2{
    font-size:32px;
}
h3{
    font-size:28px;
}
h4{
    font-size:24px;
}
h5{
    font-size:20px;
}
h5{
    font-size:16px;
}
p{
    color: #111111;
    font-family: "Montserrat", Sans-serif;
    /* font-size: 14px; */
    font-weight: 300;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.7px;
}
.navbar{
    z-index: 1;
    position: fixed;
    width: 100%;
    padding: 27px 5px 29px 5px;
    top:0;
}
.navbar-bg{
    transition: background-color .3s;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 1;
}
.navbar.sticking .navbar-bg{
    background-color: #fff;
}
.navbar-nav{
    position: relative;
    z-index: 1;
}
.navbar-collapse{
    flex-basis: inherit;
    flex-grow: inherit;
}
.navbar-light .navbar-nav .nav-link{
    color:#2d2d2d;
    transition: all .3s;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#ff9800;
    text-shadow: 0px 0px 1px #ff9800;
}
.navbar-nav .nav-link{
    color: #212529;
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2.8px;
}
.navbar-light .navbar-toggler{
    background-color: #efefef;
    z-index: 1;
}
.banner{
    /* margin-top: -128px; */
    margin-bottom: 0px;
    padding: 221px 0px 194px 0px;
    position: relative;
    background-image: url(../images/home-top-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
}
.banner-text{
    padding-right:50%;
    text-shadow: 0px 0px 5px #efefef;
}
.banner-text h2{
    font-family: "Oswald", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.125em;
    letter-spacing: 0px;
}
.banner-text p{
    color: #111111;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2em;
    letter-spacing: 0.7px;
    padding-left:5px;
}
.save-money-divider-separator{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:5px;
}
.line{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #f8dd2b;
    width: 70px;
    display: inline-block;
    margin-bottom:8px;
}
a:active, a:hover {
    outline: 0;
}
.save-money-banner-btn{
    font-family: "Oswald", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2.4px;
    fill: #2d2d2d;
    color: #2d2d2d;
    background-color: #f8dd2b;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 33px 16px 33px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}
.save-money-banner-btn:hover,
.save-money-banner-btn:focus{
    color: #ffffff;
    background-color: #ff9800;
}
section{
    margin-top:52px;
}
.inner-page-header{
    margin-top:100px;
}
.home-section-1 .item:nth-child(1) .d-img{
    aspect-ratio: 1.59;
}
.home-section-1 .item:nth-child(2) .d-img{
    aspect-ratio: 1.54;
}
.home-section-1 .item:nth-child(3) .d-img{
    aspect-ratio: 0.8;
}
.home-section-1 .item:nth-child(4) .d-img{
    aspect-ratio: 1.59;
}
.home-section-1 h1{
    text-shadow: 0px 0px 8px #efefef;
}
.home-section-1 .d-img{
    display: block;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 3px #e2e2e2;
}
.animate{
    opacity: 0;
}
.animate.animate__animated{
    opacity: 1;
}
.home-section-1 img{
    display: none;
    box-shadow: 0px 0px 10px 3px #e2e2e2;
    padding:0;
}
.home-section-2{
    background-color: #ff9900;
    color: #fff;
}
.home-section-2 .countUp{
    font-size: 60px;
}

@media(max-width:991px) {
    h1{
        font-size:36px;
    }
    h2{
        font-size:32px;
    }
    h3{
        font-size:28px;
    }
    h4{
        font-size:24px;
    }
    h5{
        font-size:20px;
    }
    h5{
        font-size:16px;
    }
    .container{
        padding:0 12px;
    }
    section{
        padding-top:10px;
    }
    .home-section-1 .d-img{
        display: none;
    }
    .home-section-1 img{
        display: block;
    }
    .banner{
        /* margin-top: -74px; */
        margin-bottom: 0px;
        padding: 156px 15px 100px 15px;
    }
    .banner-text{
        padding-right:30%;
    }
    .banner-text h2{
        font-size:60px;
    }
    .navbar-bg{
        opacity: .9;
    }
    .collapse:not(.show){
        display: block;
        height:0px;
        padding-bottom: 0px;
    }
    
    .navbar-collapse{
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 120px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        overflow: hidden;
        max-height: 100vh;
        width: 100vw;
    }
    .navbar-collapse-bg{
        transition: all .3s;
        background-color: transparent;
        opacity: 0.98;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .collapsing .navbar-collapse-bg,
    .show .navbar-collapse-bg{
        background-color: #f9dd2b;
    }
    .collapsed ~ .navbar-collapse .navbar-collapse-bg{
        background-color: transparent;
    }
    .navbar.sticking .collapsing ~ .navbar-bg,
    .navbar.sticking .show ~ .navbar-bg{
        background-color: transparent;
    }
    .navbar.sticking .collapsed ~ .navbar-bg{
        background-color: #fff;
    }
    .navbar-collapse-content{
        overflow: auto;
        position: relative;
        max-height: calc( 100vh - 120px );
        padding-bottom:30px;
    }
}

@media(max-width:767px) {
    .banner{
        /* margin-top: -74px; */
        margin-bottom: 0px;
        padding: 120px 15px 80px 15px;
    }
    .banner-text{
        padding-right:0;
    }
    .banner-text h2{
        font-size:50px;
    }
}