* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.clear {
    clear: both;
}
.wrapper {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
a {
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.main {
    width: 100%;
    float: left;
}
.header {
    width: 100%;
    float: left;
    padding: 5px 0 15px 0;
}
.logo {
    float: left;
}
.logo h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
    color: #506270;
    text-align: center;
}
.logo h2 span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #575757;
}
.head_right {
    float: right;
    margin-top: 45px;
}
.head_right .tel {
    display: inline-block;
    float: left;
    font-size: 48px;
    line-height: 36px;
    font-weight: normal;
    /* color: #506270; */
    color: #ea6736;
    font-weight: bold;
    background: url(/images/tel-icon.png) left center no-repeat;
    padding-left: 30px;
    margin-right: 30px;
    margin-top: 4px;
}
.head_right .head_contact {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    background: #506270;
    padding: 6px 20px;
    border-radius: 3px;
}
.head_right .head_contact:hover {
    background: #464646
}
.nav {
    width: 100%;
    float: left;
    background: #506270;
}
.nav ul {
    width: 100%;
    float: left;
}
.nav ul li {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 2px;
}
.nav ul li.scroll-item > a:after {
    font-family: 'Roboto', sans-serif;
    content: '>';
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 5px;
    position: relative;
    left: 2px;
}
.nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 25px;
}
.nav ul > li:hover > a, .nav ul li a.active {
    background: #464646;
}
.nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 54px;  
    background: #506270;
    width: 240px;
    border-top: solid 2px #fff;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.nav ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.nav ul li .submenu li {
    width: 100%;
    margin-bottom: 2px;
}
.nav ul li .submenu li a {
    padding: 10px 15px;
    font-size: 16px;
    text-transform: capitalize;
}
.banner {
    width: 100%;
    float: left;
    margin: 1px 0;
    background: #000;
    position: relative;
}
.banner img {
    width: 100%;
    opacity: 0.9;
}
.banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner_text h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px #000;
}
.banner_text h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 4px #000;
}
.banner_text a {
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    background: #3d9f29;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: -3px 3px 0px #256a17, 0px 0px 5px #256a17;
    position: relative;
    left: 2px;
    top: 0;
    transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -webkit-transition: all 50ms ease-in-out;
}
.banner_text a:hover {
    left: 0px;
    top: 2px;
    box-shadow: -1px 1px 0px #256a17, 0px 0px 5px #256a17;
}
.logos_row {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 30px 0;
}
.logos_row ul {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.logos_row ul li {
    text-align: center;
    border: solid 1px #e9e9e9;
    background: #f4f4f4;
    padding: 10px;
}
h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px;
}
h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #636363;
    margin-bottom: 10px;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #6d6d6d;
}
p a {
    color: #506270;
}
.content_row1 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.content_row1 h2 {
    width: 100%;
    float: left;
    margin-top: 35px;
}
.content_row1 p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #6d6d6d;
}
.content_row1 .row1_col1 {
    width: 55%;
    float: left;
}
.content_row1 .row1_col2 {
    width: 45%;
    float: right;
    text-align: center;
}
.content_row1 .row1_col2 .img{margin-top: 40px}
.content_row1 .row1_col2 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #506270;
    margin: 4px 0;
}
.tick_list {
    width: 100%;
    float: left;
}
.tick_list li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #616161;
    margin: 4px 0;
    background: url(/images/tick-icon.png) left 2px no-repeat;
    padding-left: 32px;
}
.content_row2 {
    width: 100%;
    float: left;
    background: #506270;
    padding: 40px 0;
    text-align: center;
}
.content_row2 h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-block-end: 35px;
}
.content_row2 img {
    display: block;
    margin: auto;
}
#dicountContainer h4 span{
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 25px;
}
.content_row2 h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: normal;
    color: #fff;
    margin: 10px 0 5px;
}
.content_row2 h4 a{
    color: #c7c7c7;
}
.content_row2 span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    color: #c7c7c7;
}
.content_row2 p {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    margin-top: 25px;
    margin-top: 25px;
}
.content_row2 p a {
    color: #b6ffa7;
}
.content_row3 {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.row3_col1 {
    width: 69%;
    float: left;
}
.row3_col2 {
    width: 31%;
    float: right;
    text-align: right;
    padding-left: 10px;
}
.content_row3 h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    color: #464646;
}
ul.bullet_list {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin: 20px 0;
}
ul.bullet_list li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #616161;
    list-style: disc;
    list-style-position: outside;
}
ul.bullet_list li a {
    color: #464646;
}
ul.bullet_list li a[href]:hover {
    text-decoration: underline;
}
.row3_col2 .img {
    display: inline-block;
    border: solid 1px #e7e7e7;
    padding: 4px;
}
.content_row3 h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #506270;
    margin-bottom: 10px;
}
.content_row3 strong {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #59a34b;
    margin: 15px 0;
}
.content_row3 .img_div {
    width: 100%;
    float: left;
}
.content_row3 .img_div img {
    display: inline-block;
    margin-right: 10px;
}
.free_quote {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff !important;
    background: #506270;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 4px;
}
.free_quote:hover {
    background: #464646;
}
.content_row4 {
    width: 100%;
    float: left;
    border-top: solid 1px #dfdfdf;
    padding: 50px 0;
    text-align: center;
}
.video_div {
    max-width: 750px;
    width: 100%;
    border: solid 1px #d7d7d7;
    padding: 4px;
    display: inline-block;
}
.content_row5 {
    width: 100%;
    float: left;
    background: #506270;
    padding: 50px 0;
}
.content_row5 h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.content_row5 ul {
    width: 100%;
    float: left;
    padding-left: 20px;
    column-count: 4;
    -o-column-count: 4;
    -webkit-column-count: 4;
}
.content_row5 ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    list-style: disc;
    list-style-position: outside;
}
.content_row5 ul li a {
    color: #fff;
}
.content_row5 ul li a:hover {
    text-decoration: underline;
}
.review_btn {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #506270;
    border: solid 2px #fff;
    background: #fff;
    margin: 60px auto 0 auto;
    text-transform: uppercase;
    padding: 10px 60px;
    border-radius: 3px;
}
.review_btn:hover {
    background: transparent;
    color: #fff;
}
.content_row6 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0;
}
.content_row6 .contact_div {
    max-width: 720px;
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
    border: solid 1px #ecebeb;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.content_row6 .contact_div h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #506270;
    margin-bottom: 20px;
}
.content_row6 .contact_div form {
    width: 100%;
    float: left;
    padding: 25px 55px;
    text-align: center;
}
.form_div {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.form_div input, .form_div textArea {
    width: 100%;
    float: left;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
    border: solid 1px #e7e5e5;
    border-radius: 4px;
    padding: 8px 10px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.form_div textArea {
    height: 125px;
}
.form_div input:focus, .form_div textArea:focus {
    border-color: #89d27c;
}
.form_div input[type="submit"] {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    background: #506270;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 40px;
    float: none;
    margin-top: 12px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.form_div input[type="submit"]:hover {
    background: #3e8f2d;
}
::-webkit-input-placeholder {
    color: #c5c5c5;
}
::-moz-placeholder {
    color: #c5c5c5;
}
:-ms-input-placeholder {
    color: #c5c5c5;
}
:-moz-placeholder {
    color: #c5c5c5;
}
.footer {
    width: 100%;
    float: left;
    background: #506270;
    padding: 60px 0;
    border-bottom: solid 1px #435563;
}
.footer span,.footer a{
    color: #fff !important;
}
.foot_col {
    width: 33.33%;
    float: left;
    padding-right: 10px;
}
.foot_col h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.foot_col.col1 ul {
    width: 100%;
    float: left;
}
.foot_col.col1 ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #FFF;
}
.foot_col.col1 ul li a {
    color: #FFF;
}
.foot_col.col1 ul li a:hover {
    text-decoration: underline;
}
.foot_col.col2 ul {
    width: 100%;
    float: left;
}
.foot_col.col2 ul li {
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.foot_col.col2 ul li a {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: 0;
}
.foot_col.col2 ul li a:hover {
    top: -2px;
}
.foot_col.col2 h4 {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    color: #FFF;
    margin: 10px 0 5px;
}
.foot_col p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 200;
    color: #FFF;
}
.foot_col p a {
    color: #FFF;
}
.foot_col p strong {
    font-size: 16px;
}
.foot_col.col4 {
    text-align: center;
}
.footer2 {
    width: 100%;
    float: left;
    text-align: left;
    background: #506270;
    border-top: solid 1px #646e75;
    padding: 25px 0;
}
.footer2 p {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 0.6px;
}
/*inner-css*/
.inner_head {
    width: 100%;
    float: left;
    text-align: center;
    background: url(/images/steam-cleaning-banner.jpg) left bottom no-repeat;
    background-size: 100%;
    padding: 60px 0px;
    margin: 1px 0;
    position: relative;
    background-position: 0% 50%;
}
.inner_head:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.inner_head h1 {
    position: relative;
    color: #fff;
    z-index: 9;
    text-transform: uppercase;
    margin-bottom: 0;
}
.inner_content {
    width: 100%;
    float: left;
    /*padding: 50px 0px;
    */
}
.table_row {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.table_cont {
    width: 32.33%;
    float: left;
    border-spacing: 0;
    border: solid 1px #f3f3f3;
    margin-right: 1%;
    margin: 5px 1% 5px 0;
    text-align: center;
}
.table_cont:last-child {
    margin-right: 0;
}
.table_cont thead {
    background: #5db04c;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.table_cont thead tr th {
    padding: 8px 10px;
}
.table_cont tr td {
    border-bottom: solid 1px #f3f3f3;
    border-right: solid 1px #f3f3f3;
    width: 25%;
    padding: 8px 10px;
    font-size: 15px;
    color: #4a4a4a;
}
.table_cont tr:nth-child(even) td {
    background: #f9f9f9;
}
.table_cont tr:last-child td {
    border-bottom: none;
}
.table_cont tr td:first-child {
    width: 50%;
}
.table_cont tr td:last-child {
    border-right: none;
}
.grey {
    background: #f9f9f9;
}
.grey .contact_div {
    background: #fff;
}
.testimonial {
    width: 100%;
    float: left;
    column-count: 2;
    -o-column-count: 2;
    -moz-column-count: 2;
    column-gap: 20px;
}
.testimonial li {
    width: 100%;
    display: inline-block;
    border: solid 1px #eaeaea;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 20px 25px;
    border-radius: 3px;
}
.testimonial span.author {
    font-size: 17px;
    color: #506270;
    font-weight: 500;
    display: inline-block;
    margin: 12px 0 0;
}
.testimonial .star {
    width: 100%;
    float: left;
}
.testimonial .star span {
    color: #e2dc10;
    font-size: 24px;
    letter-spacing: -4px;
}
.contact_address {
    width: 100%;
    float: left;
    padding: 50px 0px;
    text-align: center;
}
.contact_address h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #506270;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.contact_address .address {
    width: 50%;
    float: left;
}
.contact_address .hours {
    width: 50%;
    float: left;
}
.contact_address .hours span:first-child {
    display: inline-block;
    width: 100px;
    text-align: left;
}
.map {
    width: 100%;
    float: left;
    border-top: solid 2px #506270;
    padding-top: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.map iframe {
    width: 100%;
    float: left;
    height: 400px;
}
/*respo-menu*/
.respo_menu {
    display: none;
    padding: 5px 0;
    text-align: left;
}
.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #57575c;
    position: relative;
    margin: 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #57575c;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #57575c;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu.active span:before {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 0;
}
.respo_menu.active span:after {
    transform: rotate(-45deg);
    transform-origin: center center;
    bottom: 0;
}
.respo_menu.active span {
    background: transparent;
}
.mob_view{
    display: none !important;
}
.onscreen_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #fff !important;
    background: #383838;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
span.dskt_view{color: #489c37;}
a.mob_view{color: #506270;
    font-weight: 500;}
.dskt_view{
    display: inline;
}
.dskt_view a{
    display: inline-block;
}
@media only screen and (max-resolution: 600px) {
    .dskt_view{
        display: none !important;
    }
    .mob_view{
        display: inline-block !important;
    }
}
@media only screen and (max-device-width: 600px) {
    .dskt_view{
        display: none !important;
    }
    .mob_view{
        display: inline-block !important;
    }
}
@media (max-width: 980px) {
    .nav ul li a {
        padding: 14px 20px;
    }
    .banner_text h3 {
        font-size: 33px;
        line-height: 43px;
    }
}
@media (max-width: 800px) {
    .header {
        text-align: center;
        padding: 10px 0;
    }
    .logo {
        float: none;
    }
    .head_right {
        width: 100%;
        margin-top: 4px;
    }
    .head_right .tel {
        float: none;
        font-size: 24px;
    }
    .head_right .head_contact {
        display: table;
        margin: 8px auto 0 auto;
        float: none;
    }
    .content_row1 {
        padding: 30px 0;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .content_row1 .row1_col1 {
        width: 100%;
    }
    .content_row1 .row1_col2 {
        width: 100%;
        margin-top: 20px;
    }
    .content_row3 {
        padding: 35px 0;
    }
    .content_row3 h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .row3_col2 {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .content_row1 h2 {
        margin-top: 20px;
    }
    .row3_col1, .row3_col2 {
        width: 100%;
    }
    .row3_col2 {
        text-align: center 
    }
    .content_row4, .content_row5 {
        padding: 35px 0;
    }
    .content_row6 {
        padding: 40px 0;
    }
    .content_row5 h3 {
        margin-bottom: 20px;
    }
    .content_row5 ul {
        column-count: 3;
        -o-column-count: 3;
        -webkit-column-count: 3;
    }
    .review_btn {
        margin: 30px auto 0 auto;
    }
    .content_row6 .contact_div form {
        padding: 25px 35px 10px 35px;
    }
    .form_div input[type="submit"] {
        margin-top: 5px;
    }
    .footer {
        padding: 20px 0;
    }
    .foot_col {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .foot_col.col2 ul li {
        float: none;
    }
    .foot_col h3 {
        margin-bottom: 5px;
    }
    .footer2 {
        text-align: center;
        padding: 20px 0;
    }
    .inner_content {
        padding: 30px 0;
    }
    .testimonial {
        column-count: 1;
        -o-column-count: 1;
        -moz-column-count: 1;
    }
    .respo_menu {
        display: inline-block;
        float: left;
        margin-top: -30px;
    }
    .banner {
        margin: 0;
    }
    .nav {
        display: none;
    }
    .nav .wrapper {
        width: 100%;
    }
    .nav ul {
        border-top: solid 2px #000000
    }
    .nav ul li.scroll-item > a:after {
        display: none;
    }
    .nav ul li {
        width: 100%;
        margin-bottom: 2px;
        margin-right: 0;
    }
    .nav ul li.scroll-item:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 50px;
        background: #464646 url(/images/plus.png) center center no-repeat;
    }
    .nav ul li.scroll-item.active:before {
        background-image: url(/images/minus.png);background-color: #2f2f2f;
    }
    .nav ul li a {
        text-align: center;
        padding: 8px 10px;
    }
    .nav ul li .submenu {
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: static;
        border-top: solid 2px #292929;
        background: #364c5d;
        transition: none;
    }
    .table_cont {
        width: 100%;
    }
    .inner_head {
        background: url(/images/steam-cleaning-banner-mob.jpg) left bottom no-repeat;
        background-size: cover;
    }
    .logos_row ul {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .content_row5 ul {
        column-count: 2;
        -o-column-count: 2;
        -webkit-column-count: 2;
    }
    .content_row2 {
        padding: 30px 0;
    }
    .content_row2 h2 {
        font-size: 30px;
        line-height: 30px;
        margin-block-end: 20px;
    }
    .content_row2 h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .content_row2 img {
        width: 100px;
    }
    .content_row2 p {
        font-size: 24px;
        line-height: 28px;
        margin-top: 15px;
    }
    .map iframe {
        height: 300px;
    }
    .contact_address {
        padding: 30px 0px;
    }
    .contact_address .address, .contact_address .hours {
        width: 100%;
    }
    .contact_address .address {
        margin-bottom: 20px;
    }
    .dskt_view{
        display: none;
    }
    .mob_view{
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .content_row5 ul {
        column-count: 1;
        -o-column-count: 1;
        -webkit-column-count: 1;
    }
    .content_row6 .contact_div form {
        padding: 25px 20px 10px 20px;
    }
    .banner_text h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner_text h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .banner_text a {
        font-size: 16px;
        padding: 7px 20px;
        margin-top: 0px;
    }
    .logos_row ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 360px) {
    .logo h2 {
        font-size: 28px;
    }
    .banner_text h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .banner_text h4 {
        font-size: 19px;
        line-height: 17px;
    }
    .logos_row ul {
        grid-template-columns: 1fr;
    }
}
