@media screen and (max-width:1199px) {
    .wrp-pricing .panel-footer p {
        color: #fff;
        font-weight: normal;
        font-size: 15px;
    }
    .wrp-pricing h3 {
        font-size: 25px;
    }
    .wrp-pricing .panel-footer h4 {
        font-size: 30px;
    }
    .footer-hours {
        font-size: 22px;
        text-transform: uppercase;
    }
    .wrp-footer-content a {
        color: #Fff;
        font-size: 22px;
        font-weight: 400;
    }
    .address p {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }
}

@media screen and (max-width:991px) {
    .footer-hours {
        font-size: 22px;
        text-transform: uppercase;
        margin: 20px 0px;
    }
    .footer-contact {
        margin: 20px 0px;
    }
    .wrp-pricing .panel-footer {
        margin-bottom: 15px;
    }
    .wrp-footer-content a {
        font-size: 20px;
    }
    /* Header Menu CSS START */
    .header-menu {
        float: right;
        width: 100%;
        text-align: center;
    }
    #cssmenu>ul>li:last-child>a {
        border-right: 3px solid #f57e20;
        padding: 0px 15px;
    }
    #cssmenu {
        position: absolute;
        z-index: 9999;
        width: 100% !important;
        max-width: 100% !important;
        right: 0px;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #444;
        margin: 0px;
        padding: 0px;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333 !important;
    }
    #cssmenu ul ul li:hover {
        background: #363636 !important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 15px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    #cssmenu .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -10px;
        cursor: pointer;
        z-index: 12399994;
    }
    #cssmenu .button::after {
        position: absolute;
        top: 6px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #1e94a5;
        border-bottom: 2px solid #1e94a5;
        content: '';
    }
   #cssmenu .button::before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 0px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #1e94a5;
        content: '';
    }
   #cssmenu .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 5px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #1e94a5;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened::before {
        top: 5px;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    /* Header Menu CSS END */
}

@media screen and (max-width:767px) {
    .header-social ul {
        margin-bottom: 0px;
        margin: 0px;
        padding: 0px;
    }
    .button::before {
        top: 28px;
    }
    .button::after {
        top: 34px;
    }
    .button.menu-opened::after {
        top: 34px;
    }
    .button.menu-opened::before {
        top: 33px;
    }
    #cssmenu ul {
        top: 26px;
    }
    .wrp-experience,
    .wrp-easy-as,
    .wrp-eco-frindly,
    .wrp-showroom-shine,
    .wrp-promotions,
    .wrp-pricing {
        padding: 70px 0px;
    }
    h2.title-pantone,
    h2.title-white,
    h2.title-green {
        font-size: 40px;
        padding-bottom: 40px;
    }
    #promotions img:first-child {
        padding-bottom: 20px;
    }
    .row-contact {
        padding-top: 30px;
    }
    .wrp-footer-credit {
        text-align: center;
    }
    .text-right {
        text-align: center !important;
    }
    .wrp-footer-credit p {
        padding: 0px 0px 5px 0px;
    }
    .wrp-footer-content a {
        font-size: 30px;
    }
    .left-images img {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .right-images img {
        margin: 0px auto;
        text-align: center;
        padding-top: 15px;
    }
    .blue-new-text h2 {
    	font-size: 30px;
    	line-height: 40px;
    	color: #1b6eb9;
    	font-weight: 500;
    	margin: 0;
    	padding-bottom: 30px;
    }
    .newxt-text h3 {
    	color: #f57e20;
    	font-weight: 500;
    	letter-spacing: 1px;
    	font-size: 20px;
    	margin: 20px 0px;
    	padding-bottom: 30px;
    }
    .valid-through p {
    	font-size: 22px;
    	letter-spacing: 1px;
    	line-height: 36px;
    	color: #1a8394;
    	font-weight: 500;
    }
    .wrp-footer-spec h4{
        font-size:18px;
    }
    .inner-special p {
    	padding-bottom: 60px;
    	font-size: 18px;
    }
    .gform_description{
        font-size:20px;
    }
}

@media screen and (max-width:576px) {
    .logo-section {
        text-align: center;
    }
    .logo-section a {
        display: inline-block;
    }
    .header-social {
        text-align: center;
    }
    .header-social ul {
        margin: 10px;
    }
    .logo-section img {
        max-width: 70%;
    }
    .header-social li {
        padding: 0px 3px;
    }
    .header-social li img {
        max-width: 80%;
    }
    .button::after {
        top: 15px;
    }
    .button {
        right: 44%;
    }
    .button.menu-opened::before {
        top: 22px;
    }
    .button.menu-opened::after {
        top: 22px;
    }
    .button::before {
        top: 27px;
    }
    #cssmenu ul {
        top: 0;
    }
    nav {
        text-align: center;
    }
}

@media screen and (max-width:479px) {
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        height: 25px;
        width: 25px;
        top: 37%;
    }
    .wrp-experience,
    .wrp-easy-as,
    .wrp-eco-frindly,
    .wrp-showroom-shine,
    .wrp-promotions,
    .wrp-pricing {
        padding: 30px 0px;
    }
    h2.title-pantone,
    h2.title-white,
    h2.title-green {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .button {
        right: 42%;
    }
    .middle-images img {
        height: auto;
    }
    footer {
        text-align: center;
    }
}

@media screen and (max-width:360px) {
    .wrp-footer-content a {
        font-size: 25px;
    }
    .wrp-footer-credit a {
        color: #a9f78e;
        width: 100%;
        display: inline-block;
    }
    .middle-images {
        margin: 0px;
        padding: 0px 10px;
    }
    .button {
        right: 42%;
    }
    .footer-hours {
        font-size: 25px;
        text-align: center;
    }
    .contact,
    .address,
    .feedback {
        text-align: center;
    }
    .address p {
        font-size: 25px;
    }
    
}

@media screen and (max-width:320px) {
    .middle-images {
        margin: 0px;
        padding: 0px 15px;
    }
    .button {
        right: 40%;
    }
}