@media (max-width: 1500px){
    .carousel-caption{
        left: 10%;
        z-index: 9999;
    }
    .subheading {
        font-size: 30px;
    }
    .bannerHeader {
        color: #fff;
        font-weight: 900;
        font-size: 42px;
        line-height: 1.15;
    }
    #archieAboutBanner .carousel-caption{
        bottom: 20%;
    }
    .carousel-caption {
        left: 8%;
        bottom: 20%;
    }
}
@media (max-width: 1350px){
    .carousel-caption{
        left: 8%;
    }
}
@media (max-width: 767px){
    #archieAboutBanner, #archieHomeBanner{
        padding-top: 76px
    }
    .webOnly{
        display: none !important;
    }
    .mobOnly{
        display: block !important;
    }
    .bannerHeader {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .carousel-caption {
        bottom: 25%;
    }
    .navbar-brand img {
        width: 60px;
    }
    .navbar-toggle{
        margin-top: 13px;
    }
    .navbar{
        min-height: 76px;
    }
    .navbar-nav>li>a{
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 22px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        color: black !important;
    }
    .carousel-indicators{
        bottom: 0;
    }
    .carousel-indicators li{
        width: 20px;
        background: #fff;
        margin-left: 3px;
        margin-right: 3px;
        height: 5px;
    }
    .carousel-indicators .active{
        width: 20px;
        margin-left: 3px;
        margin-right: 3px;
        background: #0E97E0;
        border-color: #0E97E0;
        height: 5px;
    }
    .carousel-inner .themeButton{
        border: none;
        color: #fff;
        background: #0E97E0;
        padding: 7px 10px;
        font-weight: 700;
        font-size: 12px;
    }
    .bannerSubtext {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .absoluteAboutText {
        position: absolute;
        right: 0;
        top: calc(50% - 65px);
        width: 230px;
    }
    .absolutePointer {
        top: 5px;
    }
    .functionalityContainer{
        margin-bottom: 35px;
    }
    #blueBreak{
        padding-left: 15px;
        padding-right: 15px;
    }
    .subheading {
        font-size: 24px;
    }
    body, html{
        width: 100vw;
        overflow-x: hidden;
    }
    .font16, p, body{
        font-size: 16px;
        line-height: 1.3;
        overflow-x: hidden;
    }
    #relativeTopBanner .subheading{
        font-size: 12px;
    }
    .themeButton {
        border: none;
        color: #fff;
        background: #0E97E0;
        padding: 8px 25px;
        font-weight: 700;
        font-size: 14px;
    }
    #relativeTopBanner .mt30{
        margin-top: 0px;
    }
    #homeAboutSection{
        margin-top: 30px;
    }
    #archieAboutBanner .bannerSubtext{
        /*display: none;*/
    }
    #archieAboutBanner button{
        /*display: none;*/
        margin-top: 10px;
    }
    .mmt30{
        margin-top: 30px;
    }
    .specificationsContainer h4{
        font-size: 12px;
    }
    .specificationsContainer img {
        width: 55px;
    }
    .mfdc{
        flex-direction: column;
    }
    #aboutBreakSection img{
        margin-top: 30px;
    }
    .accordion-content{
        font-size: 14px;
    }
    .accordion-heading{
        font-size: 18px;
    }


    header{
        position: fixed;
        z-index: 999;
        width: 100%;
        background: rgba(255, 255, 255,1);
    }
    .navbar-brand{
        padding: 0;
    }
    .navbar-brand img{
        width: 160px;
        position: relative;
        background: white;
        transition: all 0.5s ease-in-out;
    }
    /*.scrolled .navbar-brand img{*/
    /*    width: 75px;*/
    /*}*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 20px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .absheight {
        height: 535px;
    }
    .mb100 {
        margin-bottom: 85px;
    }
    .mb100 .absoluteOverflow{
        margin-right: 15px;
        margin-left: 15px;
        width: calc(100vw - 30px);
    }
    #archieAboutBanner .carousel-caption{
        bottom: 30%;
    }
    footer p{
        font-size: 14px !important;
    }
}