@media only screen and (max-width : 1430px) {
    .slideBG {
        position: relative;
    }
    
    .slideTXT {
        z-index: 1;
    }
    
    .btnGrid {
        position: relative;
    }
    
    .bgCover {
        background-color: #0000009c;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width : 1050px) {
    .newSlide {
        height: 729px;
    }
    .btnGrid {
        width: 100%;
        grid-template-columns: 33.3% 33.3% 34fr;
    }
    .newSlide h2 {
        font-size: 73px;
    }
}
@media only screen and (max-width : 992px) {
    .ab, .cons, p.pwidth {
        width: 620px;
        margin: auto;
    }
    
    a.sm, ul.flinks li a {
        font-size: 16px;
    }
    
    .ab h2 {
        font-size: 61px;
        line-height: 59px;
    }
    
    .fimg {
        width: 16px;
        margin-top: 6px;
        margin-right: 7px;
    }

    .flogo {
        width: 220px;
    }
    
    h2 {
        font-size: 94px;
        line-height: 72px;
    }
    
    .slideTXT p {
        font-size: 29px;
        width: 551px;
    }
    
    h2 span {
        display: block;
        font-size: 56px;
    }

    .slider p {
        color: white;
        width: 521px;
    }
    
    .ab ul {    
        margin-bottom: 60px;
    }
}

@media only screen and (max-width : 767px) { 
    .ab, .cons, p.pwidth {
        width: 420px;
        margin: auto;
    }
    
    ul.flinks {
        margin-left: -4px;
    }
    
    .newSlide {
        margin-bottom: 1px;
    }
    
    .btnGrid {
        grid-template-columns: 1fr;
    }
    
    .sBox p {
        width: 220px;
    }
    
    .sBox a {
        justify-content: space-around;
    }
    
    .ab h2 {
        font-size: 42px;
        line-height: 42px;
    }
    
    .ab ul li a {
        padding: 14px 17px 14px 17px;
        font-size: 17px;
    }

    p, q, .contact form label {
        font-size: 18px;
    }
    
    h2 {
        font-size: 67px;
        line-height: 48px;
    }
    .newSlide h2 {
        line-height: 72px;
    }
    h2 span {
        font-size: 40px;
    }
    
    h3 {
        font-size: 53px;
    }
    
    a.imgthumb {
        width: 100%;
        margin-right: 0px;
    }
    
    .contactdeets a {
        display: block;
        margin-bottom: 20px;
    }
    
    .contactdeets span {
        display: none
    }
    
    .flogo {
        width: 330px;
    }

    .addy {
        margin-top: 30px;
    }
    
    footer .third {
        margin-bottom: 50px;
    }
    
    p.h2sub {
        margin-top: 40px;
    }
    
    .mySlidesContainer {
        min-height: 5rem;
        padding: 0px 0px 0px 0px;
    }
    img.reviews-logo {
        width: 153px !important;
        display: block !important;
        height: auto !important;
        margin: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (max-width : 730px) { 
    .newSlide h2 {
        font-size: 53px;
    }
    .slideTXT p {
        font-size: 22px;
        width: 80%;
    }
    
    .sbtn a {
        padding: 14px 30px 14px 30px;
    }
}

@media only screen and (max-width : 590px) {
    .slider {
        padding-left: 35px;
    }
}

@media only screen and (max-width : 500px) {
    .newSlide h2 {
        font-size: 44px;
    }
    header {
        position: relative;
        z-index: 10;
    }
    .newSlide {
        height: 550px;
    }
    
    .slideTXT {
        padding-left: 20px;
    }
    
    img.fimg {
        display: none;
    }
    
    .slider {
        padding-left: 20px;
    }
    .slider p {
        width: 100%;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .sbtn a {
        padding: 14px 20px 14px 20px;
        font-size: 16px;
    }
    .ab, .cons, p.pwidth {
        width: 100%;
        padding: 0px 20px;
        margin: auto;
        box-sizing: border-box;
    }

    .logo {
        width: 240px;
    }
    header {
        height: 82px;
    }
    
    .topbar {
        display: none;
    }
    
    h2 {
        font-size: 42px;
        line-height: 35px;
    }
    h2 span {
        font-size: 32px;
    }
    .ab ul li {
        display: block;
    }
    .ab ul li a {
        padding: 14px 17px 14px 17px;
        font-size: 17px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .consbg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    h3 {
        font-size: 42px;
        margin-top: 23px;
    }
    .gal {
        padding-top: 7px;
        padding-bottom: 20px;
    }
    
}

















