@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .footer-links ul li a,
    .footer-links1 ul li a {
        font-size: 13px;
    }
}
/*min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav > li > a {
        font-size: 13px;
        padding: 0px 8px;
    }
    .header-right p,
    .header-right span {
        font-size: 19px;
    }
    .footer-links1 ul {
        text-align: center;
        width: 100%;
        float: none;
    }
    .footer-links1 ul li {
        display: inline-block;
        float: none;
    }
    .footer-links1 ul li a {
        padding: 0px 5px;
    }
    .footer-links ul li a,
    .footer-links1 ul li a {
        font-size: 14px;
    }
    .footer-links1 {
        margin: 10px 0px 30px 0px;
    }
    .slider-caption h1 {
        font-size: 32px;
    }
    .services-block-in ul li{
        width: 23%;
    }
    .certifications-in ul li {
        width: 9%;
    }
    .certifications-in ul li img {
        width: 100%;
    }
    .certifications-in ul li a {
        width: 200px;
        left: -70%;
    }
    .footer-areas_served-links {
        margin: 25px 0 0;
    }
    .footer-areas-country ul li a {
        padding: 0 14px;
    }
}

/*max-width 640px, mobile-only styles, use when QAing mobile issues*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    #slider .banner-contentblocks a,
    #innerpagebanner-block .banner-contentblocks a {
        font-size: 18px !important;
        line-height: 1.5!important;
    }
    .content-left p {
        line-height: 190%;
        padding: 0px;
    }
    .content-left h2{
        margin: 0 0 15px 0;
    }
    .header-right p,
    .navbar-nav,
    .social, 
    .footer-links1 {
        display: none;
    }
    /*----------------Header----------------*/
    .btn-default {
        height: 36px;
    }
    .btn-default a {
        line-height: 38px;
        padding: 0px 16px;
        font-size: 14px;
    }
    .logo a img {
        width: 115px;
    }
    #slider{
        margin: 147px 0 0 0;
    }
    .slider-caption {
        width: 68%;
        padding: 17px 7px;
    }
    .slider-caption h1 {
        font-size: 19px;
        text-align: center;
        font-weight: 600;
    }
    #menu {
        min-height: 37px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-brand {
        margin: 18px 0px 0px 20px;
    }
    .navbar-brand > img {
        width: 160px;
        margin: 0px 0px 0px -6px;
    }
    #slider {
        margin: 27px 0 0;
    }
    .btn-default {
        background: none !important;
    }
    #slider .banner-contentblocks {
        width: 340px;
        min-height: 110px !important;
        height: auto;
    }
    #slider .banner-contentblocks .btn-default {
        width: 220px;
    }
    #slider .banner-contentblocks .banner-title {
        font-size: 18px !important;
        padding: 0px;
        margin: 0 0 20px !important;
        float: left;
        text-align: center !important;
        width: 100%;
        display: inline !important;
    }
    #slider .banner-contentblocks .banner-pagecontent {
        font-size: 14px !important;
        padding: 0px 15px !important;
        margin: 0 0 20px !important;
        font-weight: normal;
        float: left;
        width: 100%;
        display: inline !important;
    }
    #slider .banner-contentblocks a {
        font-size: 14px !important;
        padding: 10px !important;
    }
    #slider .tp-caption a:hover {
        color: #fff !important;
    }
    /*----------------Header----------------*/
    /*----------------Content----------------*/
    #content-block {
        padding: 40px 0;
    }
    /*----------------Footer----------------*/
    .footer-links ul,
    .footer-links1 ul {
        text-align: center;
        width: 100%;
        float: none;
    }
    .footer-links ul li,
    .footer-links1 ul li {
        display: inline-block;
        float: none;
    }
    .cd-header,
    .collapse,
    .search-btn,
    .mobile-top-contact {
        display: block;
    }
    .footer-links ul li.areas-heading {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .footer-links ul li p img,
    .footer-links ul li i {
        float: none;
    }
    .footer-links ul li.areas-heading a {
        display: block;
    }
    #footer-mobile-menu {
        display: block;
        float: left;
        width: 100%;
    }
    #cssmenu,
    #cssmenu ul,
    #cssmenu li,
    #cssmenu a {
        margin: 0px;
        padding: 0px;
        border: 0px;
        list-style: none;
        font-weight: normal;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        position: relative;
        float: left;
        width: 100%;
    }
    #cssmenu a {
        line-height: 54px;
    }
    #cssmenu {
        width: 100%;
        background: #2f2f2f;
        float: left;
    }
    #cssmenu > ul > li {
        margin: 0px 0px 8px 0px;
    }
    #cssmenu > ul > li:last-child {
        margin: 0px;
    }
    #cssmenu > ul > li > a {
        font-size: 16px;
        display: block;
        color: #000;
        background: #e8e8e8;
        margin: 0px 0px 1px 0px;
        text-align: center;
        font-weight: 600;
    }
    #cssmenu > ul > li > a > span {
        display: block;
        padding: 0px 20px;
    }
    #cssmenu > ul > li > a:hover,
    #cssmenu > ul > li.current_page_item > a {
        text-decoration: none;
        background: #861628;
        color: #FFFFFF;
    }
    #cssmenu > ul > li.has-sub > a span {
        background: url(../images/icon_plus.png) 96% center no-repeat;
    }
    #cssmenu > ul > li.has-sub.active > a span {
        background: url(../images/icon_minus.png) 96% center no-repeat;
    }
    /* Sub menu */
    #cssmenu ul ul {
        padding: 5px 20px;
        display: none;
    }
    #cssmenu ul ul li {
        padding: 3px 0px;
    }
    #cssmenu ul ul a {
        display: block;
        color: #000000;
        font-size: 20px;
    }
    #footer {
        padding: 30px 0px;
    }
    .content-textbox,
    .content-textbox1,
    .content-textbox2,
    .content-textarea {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
        text-align: center;
    }
    .content-textbox1,
    .content-textbox2 {
        width: 100%;
    }
    .image-block-text .btn-default a {
        height: 50px;
        line-height: 50px;
    }
    .image-block-text .btn-default a:hover {
        height: 48px;
        line-height: 50px;
    }
    .footer-content-left h3,
    .footer-content-left h3 span {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }
    .form-block .hvr-radial-in {
        width: 100%;
        text-align: center;
        height: 48px;
        line-height: 40px;
    }
    .footer-content-right {
        border: 0px;
        padding: 0px;
        min-height: 340px;
    }
    .footer-content-right h5 {
        text-align: center;
        position: relative;
    }
    .footer-content-right .footer-links ul li p {
        text-align: left;
    }
    .footer-content-right .footer-links ul li {
        float: none;
        display: inline-flex;
    }
    .footer-content-right .social {
        display: block;
        margin: 0px 0px 35px 0px;
    }
    .footer-content-right .soical-share {
        margin: 15px 0px;
    }
    .footer-content-right .social ul {
        text-align: center;
        width: 100%;
        float: none;
    }
    .footer-content-right .social ul li {
        display: inline-block;
        float: none;
    }
    .footer-links ul li span,
    .footer-links1 ul li span,
    .footer-links ul li.areas-heading {
        float: none;
    }
    .footer-links ul li p img {
        float: left;
        margin: 5px 10px 0 0;
    }
    .services-block-in ul li{
        width: 100%;
        padding: 0px 15px; 
    }
    .services-list-image{
        width: 52px;
        height: 52px;
        float: left;
    }
    .services-list-image i{
        width: 52px;
        height: 46px;
    }
    .services-block-in ul li .services-list-image i img{
        width: 35px;
        height: 35px;
        margin-top: 4px;
    }
    .services-block-in ul li:hover .services-list-image i img{
        width: 40px;
        height: 40px;
    }
    .services-block-in ul li{
        margin: 0px 0px 10px 0px;
    }
    .services-block-in ul li a{
        float: left;
        width: auto;
        margin-left: 15px;
    }
    .content-right-list {
        margin: 30px 0 40px;
    }
    .content-left h2{
        font-size: 25px;
    }
    /*----------------Cotact Us----------------*/
    .contact-form,
    .contact-map {
        width: 100%;
        margin: 0px;
    }
    .googlemap,
    .contact-map .right-contact {
        padding: 0px;
    }
    .contact-map .right-contact {
        width: 100%;
        margin: 25px 0 0;
    }
    .form-block .gform_wrapper textarea.medium {
        height: 6.4em;
    }
    .fullwidth-contentblocks .rsUni .rsArrowLeft .rsArrowIcn {
        background: url(../images/left-mobile-arrow.jpg) no-repeat 0 0 #fff !important;
        width: 40px;
        height: 33px;
        opacity: 0.7;
        left: 30%;
    }
    .fullwidth-contentblocks .rsUni .rsArrowRight {
        right: -36px !important;
    }
    .fullwidth-contentblocks .rsUni.rsHor .rsArrowLeft {
        left: -2px;
    }
    .fullwidth-contentblocks .rsUni .rsArrowRight .rsArrowIcn {
        background: url(../images/right-mobile-arrow.jpg) no-repeat 0 0 #fff !important;
        width: 40px;
        height: 33px;
        opacity: 0.7;
    }
    .fullwidth-contentblocks p {
        line-height: 24px;
    }
    #spacing-block {
        margin: 120px 0 0;
    }
    .fullwidth-contentblocks .rsUni .rsThumbsHor {
        display: none;
    }
    .content-left .our_process,
    .content-left .view_work {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }
    .content-left .view_work a {
        float: left;
        width: 100%;
        text-align: center;
    }
    .certifications-in ul li a {
        display: block;
    }
    .certifications-in ul li .recongntion-txt {
        display: none;
    }
    #certifications {
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .footer-links p {
        font-size: 14px;
        line-height: 28px;
    }
    #slider .banner-contentblocks {
        background: none;
    }
    .footer-links {
        padding: 0 0px;
    }
    .footer-areas_served-links {
        margin: 28px 0 0;
        padding: 0 0 8px;
    }
    .footer-links p,
    .footer-links p a {
        margin: 0px 0px;
    }
    .contact-cotentblocks,
    .fullwidth-contentblocks {
        margin: 20px 0 0;
    }
    .blog-list-viewmore {
        width: 35%;
    }
    .content-left .roofing-details ul li .roofing-content {
        width: 78%;
    }
    .content-left .roofing-details ul li .fetaured-image {
        width: 18%;
        margin: 5px 10px 0 0;
    }
    .content-left h3 {
        margin: 0 0 10px;
        font-size: 21px;
    }
    .fullwidth-contentblocks .rsUni {
        height: 250px !important;
        margin: 0 0 30px;
    }
    .fullwidth-contentblocks .rsUni .rsOverflow {
        height: 250px !important;
    }
    .footer-address ul li{
        padding: 0 0 10px;
    }
    .footer-links1 ul li span {
        display:none;
    }
    .footer-areas-country ul li {
        padding: 0 0 17px;
    }
    .footer-areas-country ul li {
        width: 100%;
    }
    .footer-areas-country {
        margin-bottom: 23px;
    }
    .footer-areas-country ul li span.area-served {
        display: inline-block;
        float: none;
        border-bottom: 1px solid #FFF;
        padding: 0px;
    }
    .footer-content-right .footer-links ul li p span {
        font-weight: normal;
        font-size: 25px;
    }
    .no-padding3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-areas-country ul li span {
        display: none;
    }
    .content-list ul li {
        font-size: 14px;
        line-height: 200%;
    }
    .banner-img {
        height: 120px;
    }
    .footer-content-right h5::before {
        background: #fff none repeat scroll 0 0;
        bottom: -13px;
        content: "";
        height: 1px;
        left: 40%;
        width: 25%;
        z-index: 1;
        position: absolute;
    }
    .form-block .gform_wrapper .hidden_label input.large,
    .form-block .gform_wrapper .hidden_label select.large,
    .form-block .gform_wrapper .top_label input.large,
    .form-block.gform_wrapper .top_label select.large,
    .form-block .gform_wrapper textarea.medium,
    .form-block .gform_wrapper textarea.large,
    .form-block .gform_wrapper .top_label input.medium,
    .form-block  .gform_wrapper .top_label select.medium {
        text-align: center;
        margin: 0 0 13px;
    }
    .form-block .gform_wrapper .top_label li.gfield.gf_left_half {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 3px;
    }
    #certifications {
        display: none;
    }
    #mobile-certifications {
        display: block;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 30px 0;
        width: 100%;
        padding: 0px;
    }
    .certifications-mobile-in {
        float: left;
        width: 100%;
        margin: 0px 0 30px;
        position: relative;
        padding: 0px;
        min-height: 310px;
        height: auto;
    }
    .certifications-mobile-in h3 {
        font-size: 18px;
        text-align: center;
        color: #4f4f4f;
    }
    .gafcertified {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 40%;
    }
    .bbbLogo {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 40%;
    }
    .fleetmaticsBadge {
        position: absolute;
        left: 0px;
        top: 50px;
        width: 25%;
    }
    .fleetmaticsBadge img,
    .preferredCont img,
    .angiesList img,
    .bbbLogo img,
    .gafcertified img {
        width: 100%;
    }
    .preferredCont {
        position: absolute;
        right: 0px;
        top: 60px;
        width: 24%;
    }
    .nationalRoofing {
        position: absolute;
        left: 0px;
        top: 150px;
    }
    .serviceMagic {
        position: absolute;
        right: 0px;
        top: 150px;
    }
    .angiesList {
        position: absolute;
        left: 35%;
        top: 50px;
        width: 30%;
    }
    .angiesList a {
        margin: 25px 0 0;
        color: #000;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }
    .angiesList a span {
        background: #19BA00;
        display: block;
        margin: 10px auto 0;
        width: 50px;
        height: 4px;
    }
    .content-left ul.split-list li {
        width: 98%;
    }
    #divider-text .content-left h2 {
        line-height: 40px;
    }
    #divider-text .content-left a {
        float: right;
        margin: 20px 0 0;
        padding: 9px;
        font-size: 14px;
    }
    .form-block .gform_wrapper .gform_footer {
        float: left;
        width: 100%;
    }
    .form-block .gform_button, .archive-contentblocks .search-submit {
        width: 100%;
    }
}
/*----------------Footer----------------*/
