body {
    margin: 0;
    padding: 0;
}

.main {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.main:before {
    content: " ";
}

.main:after {
    clear: both;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.header-section .main {
    display: flex;
    justify-content: space-between;
}

.header-logo {
    width: 30%;
}

.mobile-button {
    display: none;
}

.logo {
    width: 80%;
}

.header-center-desc {
    width: 43%;
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
}

.header-contact-container {
    width: 30%;
    text-align: right;
}

.header-desc-container {
    display: flex;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    line-height: 1.4;

}

.header-desc-info {
    margin: 5px 0 0 10px;
}

.header-desc-info span {
    font-style: italic;
}

.header-contact-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    text-align: center;
    color: #ff0f0f;
}

.header-contact {
    margin: 18px 0 0 0;
    float: right;
}

.header-contact-phone {
    display: flex;
    justify-content: center;
}

.phone-numb a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 35px;
    text-transform: uppercase;
    cursor: pointer;
    color: black;
}

img {
    max-width: 100%;
    height: auto;
}

.phone-img img {
    padding: 8px 6px 0 0;
}

.menu-container {
    width: 100%;
    background: #ebebeb;
    margin: -19px 0 0;
}

.mobile-menu-content {
    display: none;
}


.menu-list-content {
    width: 60%;
    margin: 0 auto;
    height: auto;
}
.menu-list-content.chimney {
    width: 80% ;
}
.menu-list-content.chimney a {
    padding: 13px 13px ;
}
.menu-list {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    height: auto !important;
    width: auto;
    cursor: pointer;
}

.menu-list li {
    text-align: center;
    background: #ebebeb;
    list-style: none;
    color: black;
    padding: 13px 0;
}

.menu-list li a:hover {
    color: #fff100;
    background-color: #ff0f0f;
}

/*.menu-list-content a:hover {*/
/*    color: #fff100;*/
/*    background-color: #ff0f0f;*/
/*}*/


.menu-list li {
    position: relative;
}

.menu-list li::before {
    content: "";
    width: 2px;
    height: 21px;
    top: 12px;
    left: 0;
    position: absolute;
    display: block;
    border: 1px solid #535353;
    opacity: 0.25;
    transition: all .1s ease;
}

.menu-list li:first-child::before,
.menu-list li:hover + li::before,
.menu-list li.active::before {
    opacity: 0
}
.menu-list li:hover::before {
    opacity: 0
}

.menu-list li.active + li::before {
    opacity: 0
}

.menu-list-content a {
    text-decoration: none;
    color: black;
    padding: 13px 45px ;
}

.menu-list li.active::before {
    opacity: 0;
}

.menu-list li.active a{
    background: #ff0f0f;
}

.menu-list li.active a {
    color: #fff100;
}

.main-section {
    border-top: 3px solid rgb(255, 15, 15);
    margin: -18px 0 0 0;
    background-image: url(../images/home-background.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 571px;
    text-align: center;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 20px 10px 10px 10px;
    color: #000;
    font-size: 48px;
}

.main-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 27px;
    color: rgb(255, 15, 15);
}

.after-main-section {
    background-image: url(../images/after-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 20;
    background-position: 100% 100%;
}

.after-container {
    border-top: 2px solid #ff0f0f;
    background-color: rgba(0, 0, 0, 0.5);
}

.services-container {
    padding: 28px 0 70px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.roofing {
    width: 25%;
}

.siding {
    width: 25%;
}

.skylights {
    width: 25%;
}

.chimneys {
    width: 25%;
}


.roofing-content {
    background: url(../images/roofing.png) no-repeat center;
    background-position: 100% 100%;
    border: 7px solid #fff;
    border-radius: 0px;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 50%);
    transition: .3s;
    margin: 0 auto;
    max-width: 290px;
    margin-top: -58px;

}

.siding-content {
    background: url(../images/siding.png) no-repeat center;
    background-position: 100% 100%;
    border: 7px solid #fff;
    border-radius: 0px;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 50%);
    transition: .3s;
    margin: 0 auto;
    max-width: 290px;
    margin-top: -58px;
}

.skylights-content {
    background: url(../images/skylights.png) no-repeat center;
    background-position: 100% 100%;
    border: 7px solid #fff;
    border-radius: 0px;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 50%);
    transition: .3s;
    margin: 0 auto;
    max-width: 290px;
    margin-top: -58px;
}

.chimneys-content {
    background: url(../images/chimneys.png) no-repeat center;
    background-position: 100% 100%;
    border: 7px solid #fff;
    border-radius: 0px;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 50%);
    transition: .3s;
    margin: 0 auto;
    max-width: 290px;
    margin-top: -58px;
}

.main .main {
    margin: 122px auto 0;
    max-width: none;
    width: auto;
}

.description {
    padding: 10px 0;
    color: #fff;
    font-size: 27px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: rgba(255, 15, 15, 0.5);
    border: 1px solid white;
    border-left: none;
    border-right: none;
    transition: .3s;
}

.services-container a {
    color: #fff;
    text-decoration: none;
}

.after-container .services-container a:hover .roofing-content {
    border-color: #fff100;
    box-shadow: 0 1px 9px 1px #000;
}
.after-container .services-container a:hover .material-icons {
    color: #fff100;
}

.after-container .services-container a:hover .siding-content {
    border-color: #fff100;
    box-shadow: 0 1px 9px 1px #000;
}

.after-container .services-container a:hover .skylights-content {
    border-color: #fff100;
    box-shadow: 0 1px 9px 1px #000;
}

.after-container .services-container a:hover .chimneys-content {
    border-color: #fff100;
    box-shadow: 0 1px 9px 1px #000;
}

.after-container .services-container a:hover .description {
    color: #fff100;
    background-color: #ff0f0f;
}

.material-icons {
    vertical-align: middle;
}

.description-section {
    padding: 15px 0 0 0;
}

.description-container {
    width: 75%;
}

.description-content {
    padding: 0 45px 0 15px;
}

h2 {
    color: #111;
    font-size: 29px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 36px;
    margin-top: 4px;
}

hr {
    height: 5px;
    color: #666;
    border-bottom: 1px solid;
    margin: 10px 0 29px;
    box-sizing: content-box;
}

.side-img {
    max-width: 50%;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: -10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
    width: 100%;
    margin: 8px 25px 25px 0;
    float: left;
}

.main span.header-desc-text {
    color: black;
}

.main span {
    color: white;
    font-weight: 400;
}

.main.desc .main {
    margin: 0 auto;
}

p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
    color: #666
}

strong, b {
    font-weight: 700;
    line-height: inherit;
}

.center-text {
    text-align: center
}

h3 {
    font-family: 'Roboto', sans-serif;
    padding: 0 0;
    font-size: 23px;
    line-height: 1.2;
    color: #ff0f0f;
    font-style: italic;
    font-weight: 700;
}

h4, h5 {
    color: #2c2c2c;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 9px;
    margin-top: 4px;
    text-rendering: optimizeLegibility;
}

.services-list {
    list-style-image: url(../images/image-list.png);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: space-between;
}

.services-list ul {
    margin-top: 0px;
    padding: 0px 0 0 29px;
}

.services-list ul li {
    line-height: 1.5;
}

.certi-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 35px 0 25px 0;
    margin: 0;
    list-style: none;
}

.main.desc {
    display: flex;
}

.form-section {
    width: 25%;
    position: relative;
}

.form-container {
    height: 98%;
    text-align: left;
    color: #000;
    border: 4px solid #000;
    background-color: #ebebeb;
    padding: 20px 30px;
}

.form-rating {
    text-align: center;
    font-size: 20px;
    color: #ff7a00;
    background-color: #fff0;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 0.5px;
}

.head-form {
    position: absolute;
    border-top: 1px solid white;
    margin: 0 4px;
    background-color: #ff0f0f;
    padding: 15px 0;
    letter-spacing: 0.95px;
    left: 0;
    right: 0;
}

.head-form p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: italic;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.main-form-title {
    padding: 80px 0 10px 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.main-form-title span {
    text-transform: uppercase;
    color: #ff0f0f;
    font-weight: 700;
}

.form-indicates {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 8px 0;
}
.form-indicates.new {
    margin: 0 0 .77778rem 0;
    font-size: 12px;
    font-style: italic;
    color: #000;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-form {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.input-content {
    width: 100%;
    margin-bottom: 10px;
}

.input-content.two {
    font-size: 0;
}

.input-content.two > div {
    display: inline-block;
    width: calc(50% - 5px);
}

.input-content.two > div:first-child {
    margin-right: 10px;
}
.input-title.new {
    font-weight: 500;
}
.input-content .title {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 3px;
    display: none;
}

.contactMe .input-field {
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    font-size: 14px;
    width: 100%;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-field.new {
    border: 1px solid #aca422;
    box-shadow: inset 0 3px 7px rgb(0 0 0 / 35%);
}

.contact-form input {
    height: 40px;
    border: solid 1px #E4E4E4;
    font: inherit;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
    width: 100%;
}

form textarea[rows] {
    height: 130px;
    width: 100%;
}

textarea {
    max-width: 100%;
    min-height: 50px;
    overflow: auto;
}

.contact-form textarea {
    resize: none;
    height: 100px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    background: #FFF;
}

.contact-form .input-checkbox-radio {
    height: 40px;
}

.contact-form .input-checkbox-radio > div {
    position: relative;
}

.contact-form .input-checkbox-radio > div > div {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form .input-checkbox-radio input[type='checkbox'],
.contact-form .input-checkbox-radio input[type='radio'] {
    position: absolute;
    top: 6px;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.contact-form .input-checkbox-radio label {
    line-height: 40px;
    cursor: pointer;
    padding: 4px 0 0 40px;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #000;

}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer;
}

label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: .77778rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.contact-form .input-checkbox-radio label > span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    vertical-align: middle;
    margin-left: 7px;
}

.submit-container {
    text-align: center;
    clear: both;
    padding-top: 0;
}

form input[type="submit"].buttons {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.11111rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: .66667rem 1.33333rem .72222rem 1.33333rem;
    background-color: #ff0f0f;
    border-color: #fff;
    transition: background-color 300ms ease-out;
    width: 187px;
    height: 50px;
    margin-top: 12px;
    color: #fff;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgb(0 0 0 / 50%);
}

form input[type="submit"].buttons:hover, form input[type="submit"].buttons:focus {
    background-color: #d80000;
}

.gallery-selection {
    padding: 15px 0;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.gallery-list > li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px 20px;
    list-style: none;
}

.gallery-selection .center-text {
    color: #000;
    cursor: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: -13px;
}

.services-section {
    padding: 50px 0;
}

.ourservices-container {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ourservices-list {
    background-size: contain;
    padding: 0 0 20px 0;
    height: 280px;
    overflow: auto;
    list-style: none;
}

.ourservices-container .center-text {
    color: #000;
    cursor: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    /*margin-bottom: -13px;*/
}

ul.serv-li {
    margin: 0;
    padding: 4px;

}

ul.serv-li-list {
    padding: 4px;
}

ul.serv-li-list > li {
    display: block;
    float: left;
    height: auto;
}

ul.serv-li-list:before, ul.serv-li-list:after {
    content: " ";
    display: table;
}

ul.serv-li-list:after {
    clear: both;
}

ul.serv-li-list > li:nth-of-type(1n) {
    clear: none;
}

ul.serv-li-list > li:nth-of-type(6n+1) {
    clear: both;
}

h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #2c2c2c;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 4px;
    text-rendering: optimizeLegibility;
}

.center-text1 {
    text-align: center;
}

ul.serv-li-list li {
    margin: 14px 0 12px 0;
    padding: 0 0 0 32px;
    color: #666;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 29px;
    font-weight: 400;
    font-style: italic;
    background-image: url(../images/image-list.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    list-style: none;
    width: 16.66667%;
}

hr {
    clear: both;
}

.prices-section {
    padding: 50px 0 14px 0;
    clear: both;
}

.prices-list {
    display: flex;
    padding: 0;
}

.prices-list > li {
    list-style: none;
    width: 33.33333%;
    padding: 0 10px 20px;
}

.footer-section {
    padding: 30px 0 50px 0;
    color: #8f8f8f;
    background-color: #222;
    background-image: linear-gradient(180deg, #111 0%, #222 100%);
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-top: 1px solid #fff100;
    border-bottom: none;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    cursor: auto;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
}

.footer-section .main {
    position: relative;
}

.footer-section .main > * {
    margin: 0 0 12px 0;
}

.footer-contact {
    line-height: 1.2;

}

.footer-phone-text {
    font-style: italic;
    font-weight: 700;
    color: #fff100;
    font-size: 24px;
}

.footer-phone-number a::before {
    content: url(../images/icon-footer-phone.png);
    margin-right: 5px;
}

.footer-phone-number a {
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.footer-social {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-social a {
    margin: 0 8px 10px 0;
    display: inline-block;
    padding-bottom: 3px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #fff;
    background-color: #5a5a5a;
    border: none;
    border-radius: 1000px;
    transition: background-color .3s ease;
}

.footer-social-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    color: #dedede;
    margin-bottom: 10px;
}

.footer-social .fb {
    background-color: #3B5998;
    padding-top: 5px;
}

.footer-social .yp {
    background-color: #c60700;
    padding-top: 5px;
}

.footer-social .google {
    background-color: #dd4b39;
    padding-top: 5px;
}

.footer-social .yt {
    background-color: #cd201f;
    padding-top: 5px;
}

.copyright-section {
    font-size: 12px;
}

.footer-bottom h1 {
    display: inline-block;
    font-size: 11px;
    margin-right: 25px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 9px;
    margin-top: 4px;
    text-rendering: optimizeLegibility;
}

/*chimneys page*/
.chimney-gallery .main {
    display: flex;
    justify-content: space-around;
}

.chimney-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    color: #111;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    margin: 4px 0 9px 0;
}

.photo1 {
    width: 23.8%;
    margin: 12px 0;
}

.financing-section {
    padding: 0;
    background-color: #f2edc0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0 13px 40px rgb(0 0 0 / 22%);
    text-align: left;
    overflow: hidden;
    position: relative;
}

.financing-section::before {
    content: url(../images/testimonial-bg.jpg);
    position: absolute;
    left: 50%;
    height: 100%;
}

.financing-section .main {
    display: flex;
}

.financing-container {
    width: 50%;
    position: relative;
}

.financing-content {
    color: #000;
    text-shadow: 0 1px 0 #f2edc0;
    max-width: 520px;
    padding: 40px 0;
    margin: 0;
}

.finance-title {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    margin: 10px 0 14px 20px;
}

.finance-title span {
    color: #ff0f0f;
    font-weight: 700;
}

.finance-description {
    display: flex;
    margin: 0 0 0 20px;

}

.finance-description p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #666;
    margin: 15px 0 0 0;
    text-shadow: 0 1px 0 #f2edc0;
    font-size: 20px;
}

.finance-description hr.hr-finance {
    margin: 5px 0 5px 20px;
    border-color: #c0bc98;
}

.finance-description img {
    margin: 10px 30px 10px 0;
}

.financing-quote {
    background: transparent;
    padding: 40px 0;
    border-top: none;
    border-bottom: none;
}

.financing-quote blockquote {
    text-align: center;
    border: 0;
    color: #fff;
    padding: 0;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.6;
}

.financing-quote blockquote q {
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 1.4;
    max-width: 34rem;
    padding: 0 20px;
    margin: 0 auto 10px;
}

.financing-quote blockquote q::before, .financing-quote blockquote q::after {
    content: '';
    background: url(../images/testimonial-quote.png) no-repeat;
    display: inline-block;
    width: 19px;
    height: 12px;
}

.financing-quote blockquote q::before {
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    vertical-align: super;
}

.financing-quote blockquote q::after {
    vertical-align: super;
}

.financing-quote blockquote cite {
    color: #fff;
    font-style: normal;
    font-size: 18px;
}

.financing-quote blockquote cite span {
    margin: 0 10px;
}

.quote-link {
    text-align: center;
}

.quote-link a {
    color: #fff100;
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.chimneys-off {
    background: #222;
}

.chimneys-off .main {
    display: flex;
    justify-content: space-between;
}

.off1 {
    width: 32.26%;
    margin: 15px 0;
}

.footer-social .google {
    background-color: #dd4b39;
}

.mobile-main-section {
    display: none;
}
@media screen and (max-width: 1205px) {
    .financing-quote {
        padding: 15px 0;
    }
}

@media screen and (max-width: 1024px) {
    .header-center-desc {
        display: none;
    }

    .header-section .main {
        display: block;
    }

    .header-contact {
        float: none;
        padding-bottom: 5px;
    }

    .header-logo {
        width: 100%;
    }

    .logo {
        width: 100%;
    }

    .header-contact-container {
        width: 100%;
    }

    .mobile-menu-content {
        display: block;
    }

    .menu-list-content {
        display: none;
        width: 100%;
    }
    .menu-list-content.chimney {
        width: 100%;
    }

    .menu-list {
        display: block;
        padding: 0px 10px;
    }

    .menu-list li {
        text-align: left;
        padding: 0;
    }

    .menu-list li::before {
        content: none;
    }

    ul.mobile-menu {
        padding: 0px 10px;
    }
    ul.mobile-menu {
        list-style-type: none;
        padding-top: 16px;
    }

    li.menu-icon {
        text-align: right;
        padding-bottom: 12px;
    }

    li.menu-icon a {
        text-decoration: none;
    }

    .description-content {
        padding: 30px 15px;
    }
    .main-section {
        background-image: url(../images/homepage-bg-mobile.jpg);
    }

    .services-container {
        display: block;
    }

    .services-container > div {
        width: 50%;
        float: left;
        height: auto;
    }

    .menu-list-section ul li>a {
        color: #000;
        display: block;
        font-family: "Roboto",Arial,sans-serif;
        font-size: 18px;
        font-weight: 500;
        /* padding-left: .77778rem; */
        padding: 12px 0 12px 14px;
        text-transform: none;
        width: 100%;
    }

    .services-container:after {
        clear: both;
    }

    .services-container:before, .services-container:after {
        content: " ";
        display: table;
    }

    .services-container > div:nth-of-type(1n) {
        clear: none;
    }

    .services-container > div:nth-of-type(2n+1) {
        clear: both;
    }

    .roofing-content {
        margin-top: 0px;

    }

    .siding-content {
        margin-top: 0px;
    }

    .skylights-content {
        margin-top: 20px;
    }

    .chimneys-content {
        margin-top: 20px;
    }

    .main.desc {
        display: block;
    }

    .description-container {
        width: 100%;
    }

    .form-section {
        width: 100%;
    }

    .gallery-list {
        padding: 0;
    }

    .gallery-list > li {
        width: 33%;
    }

    ul.serv-li-list > li {
        list-style: none;
        width: 25%;
    }

    ul.serv-li-list > li:nth-of-type(4n+1) {
        clear: both;
    }

    ul.serv-li-list > li:nth-of-type(1n) {
        clear: none;
    }

    .footer-social {
        position: relative;
        float: none;
        width: 100%;
    }

    /*    chimneys page*/
    .financing-section .main {
        display: block;
    }

    .financing-section::before {
        content: " ";
    }

    .financing-container {
        margin: 0 auto;
        width: 100%;
    }

    .first-sec {
        width: 50%;
        margin: 0 auto;
    }

    .financing-quote {
        background: url(../images/testimonial-bg.jpg) center center no-repeat;
        background-size: cover;
    }
    .finance-description {
        display: block;
        margin: 0 23px;
    }
    .finance-description img {
        float: left;
    }
}

@media screen and (max-width: 800px) {
    .mobile-button {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
    }

    .mobile-main-section {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        text-align: center;

    }

    .mobile-rating {
        text-align: center;
        font-size: 20px;
        color: #ff7a00;
        background-color: #fff0;
        padding-top: 2px;
        padding-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .description-content {
        padding: 30px 14px;
    }

    h3 {
        font-size: 25px;
    }

    .first-sec {
        width: 70%;
    }

    .form-img {
        display: none;
    }
    .services-section {
        padding: 5px 0;
    }

}

@media screen and (max-width: 500px) {
    .main-title {
        font-size: 39px;
    }

    .main-description {
        margin: 0 10px 220px 10px;
        font-size: 22px;
    }

    .services-container {
        padding: 30px 0 14px 0;
    }

    .services-container > div {
        padding: 0 10px 20px;
    }

    .description-content {
        padding: 10px 15px 30px 15px;
    }

    .side-img {
        max-width: none;
        float: none;
        margin: 0;
    }

    h2 {
        margin: 4px 0 36px 0;
    }

    h3 {
        font-size: 26px;
    }

    .services-list {
        display: block;
    }

    .gallery-list > li {
        width: 50%;
    }

    ul.serv-li-list > li:nth-of-type(1n+1) {
        clear: both;
    }

    ul.serv-li-list {
        margin: 0;
        padding: 4px;
        list-style: none;
    }

    ul.serv-li-list > li {
        list-style: none;
        width: 100%;
    }

    .prices-list {
        display: block;
        padding: 0;
    }

    .prices-list > li {
        width: 100%;
    }

    .prices-section {
        padding: 10px 0;
    }

    .chimney-title {
        font-size: 28px;
    }

    .chimney-gallery .main {
        display: block;
    }

    .chimney-gallery .main > div {
        width: 50%;
        float: left;
        height: auto;
    }

    .chimney-gallery .main:before, .chimney-gallery .main:after {
        content: " ";
        display: table;
    }

    .chimney-gallery .main:after {
        clear: both;
    }

    .chimney-gallery .main > div:nth-of-type(2n+1) {
        clear: both;
    }

    .chimney-gallery .main > div:nth-of-type(1n) {
        clear: none;
    }

    .photo1 {
        margin: 0 0 5px 0;
    }
    .form-section {
        margin-bottom: 7px;
    }
    .description {
        font-size: 16px;
    }

    .first-sec {
        width: 100%;
    }

    .financing-quote blockquote {
        margin:  26px 0;
    }

    .chimneys-off .main {
        display: block;
    }

    .off1 {
        width: 100%;
        margin: 2px 0;
    }
}

