@media only screen and (max-width: 767px) {
    section{
        padding: 30px 0px;
    }
    .hero{
        display: inherit;
        min-height: auto;
        padding-top: 35px;
    }
    .header .logo img {
        max-height: 135px;
    }
    .video_wrapper{
        height: 100%;
    }
    .video_wrapper iframe{
        position: inherit;
    }
    .productHeading{
        font-size: 40px;
    }
    .mobilespcing{
        padding: 20px 0px;
    }
    .productHeading {
        position: inherit;
        top: inherit;
        transform: inherit;
        left: inherit;
    }
    .loungetag {
        top: 90px;
        left: 20px;
    }
    .whymefcontainer .whybox, .whymefcontainer .swiper-wrapper img, .whymefcontainer .whybox strong{
        transform: inherit;
    }
    .curvedImg{
        height: 100%;
        clip-path: inherit;
    }
    .text11{
        height: 100%;
    }
    #counter-stats{
        border-bottom: none;
    }
    .colortab, .whitetab{
        clip-path: inherit;
    }
    .counterBox {
        padding-bottom: 30px;
        border-bottom: 1px solid #C91980;
    }
    .counterBox:before {
        bottom: -3px;
    }
    .counterBox:after {
        bottom: -8px;
    }
    .blackdtripColour span {
        font-size: 22px;
    }
    .blackdtripColour strong {
        font-size: 28px;
    }
    .productText h2 {
        font-size: 24px;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }

    section.inner-top{
        height: 100%;
    }
    .innerbannercurved {
        clip-path: inherit;
        margin-bottom: 20px;
    }
    .innerbannertext {
        height: inherit;
        padding: 0;
        clip-path: inherit;
        position: inherit;
        left: inherit;
    }
    .aboutVideo img.videoicon {
        width: 50px;
        height: 50px;
        top: 30%;
    }
    .innerbannertext h1{
        font-size: 35px;
    }
    .whiteheading{
        font-size: 35px;
    }
    .showroomssection .col-md-4:first-child {
        clip-path: inherit;
        margin-bottom: 30px;
    }
    .showroomssection .col-md-4:nth-child(2) {
        clip-path: inherit;
        margin-bottom: 30px;
    }
    .showroomssection .col-md-4:nth-child(3) {
        clip-path: inherit;
    }
    .innerbannertext-right {
        padding: 0px;
        margin-top: 20px;
    }
    .innerbannertext h2{
        margin-left: 0px;
    }
    .cataloglist{
        background-size: cover;
        height: 100%;
    }
    .cataloglist ul li a{
        width: auto !important;
    }
    .catalogBox {
        margin-top: -50px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .financingform {
        margin-top: -40px;
    }
    .contactuspage {
        margin-top: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .hero{
        display: inherit;
        min-height: auto;
        padding-top: 35px;
    }
    .video_wrapper{
        height: 100%;
    }
    .video_wrapper iframe{
        position: inherit;
    }    
    .blackdtripColour span{
        font-size: 18px;
        line-height: normal;
    }
    .blackdtripColour strong {
        font-size: 20px;
    }
    .productText h2 {
        font-size: 20px;
        line-height: normal;
    }
    .productHeading {
        left: -100px;
        font-size: 30px;
    }
    .whymefcontainer .whybox strong {
        font-size: 16px;
        margin-top: 30px;
    }
    .whymefcontainer .whybox {
        padding: 40px 20px;
    }
    .text11 strong {
        font-size: 22px;
    }
    .text11 p {
        font-size: 18px;
        line-height: 24px;
    }
    .counterBox h5 {
        padding: 0;
    }
    .box1, .box2, .box3 {
        padding: 15px;
    }
    .box1 h3, .box2 h3, .box3 h3 {
        font-size: 26px;
    }
    section.inner-top{
        height: 100%;
    }   
    .innerbannertext {
        height: inherit;
        padding: 0px;
        clip-path: inherit;
        position: inherit;
        left: inherit;
    } 
    .innerbannertext h1{
        font-size: 35px;
    }
    .whiteheading{
        font-size: 35px;
    }
    .cataloglist{
        background-size: cover;
        height: 100%;
    }
    .cataloglist ul li a{
        width: auto !important;
    }
    .catalogBox {
        margin-top: -50px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(min-width: 700px) and (max-width: 1195px) and (orientation: landscape) {}

@media screen and (max-device-width: 370px) and (orientation: portrait) {}

@media screen and (min-width:768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {}