service_list@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
body { font-family: "Poppins", sans-serif; font-weight: 400; }
h1, h2 { font-weight: 700; }
h3, h4{ font-weight: 500; }
h5{font-weight: 400;}
.btn.btn-danger{color: #fff; background: #D63547 !important; border: 1px solid transparent; font-size: 1rem; font-weight: 500; padding: 0.7rem 1rem; }
.btn.btn-danger:hover{color: #000; background: #fff !important; border: 1px solid #D63547; }
.text-danger{color:#D63547;}
.container-fluid{padding: 0 2rem;}

header {position: relative;}
header::before{content: ''; position: absolute; z-index: -1; width:28%; height:200px; background:#FFE1E3; border-radius: 0 120px 0 0;}
.top-social ul{display: block; padding-left: 0; text-align: right;}
.top-social ul li{display: inline-block;}
.top-social ul li:first-child{margin-right:1.5rem; padding-right: 1.5rem; border-right:1px solid #ccc;}
.top-social ul li:nth-child(2){margin-right:1.5rem; padding-right: 1.5rem; border-right:1px solid #ccc;}
.top-social ul li a{display: inline-block; text-decoration: none; color:#000; margin:0 6px;}
/* .sticky-wrapper.is-sticky .top-social{display: none;} */
/* .navbar.navbar-expand-lg { border-left: 5px solid #65BDC2; } */
/* nav .navbar-brand { padding-left: 1rem; } */
nav .navbar-brand img { width: 170px; transition: 0.4s; }
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 1rem; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; }
.sticky-wrapper { height: auto !important; }
.site-navbar { left: 0; right: 0; margin: auto; width: 100% !important; }
.site-navbar .site-navigation { transition: 0.4s; padding: 0.6rem 0; }
.sticky-wrapper.is-sticky .site-navbar { z-index: 99 !important; width: 100% !important; padding: 0; }
/* .site-navbar .container-fluid { padding-right: service_list0; } */
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 120px; }
.site-navbar .site-navigation .site-menu { padding: 1rem; }
.site-navbar .site-navigation .site-menu > li { padding: 0; margin: 0; position: relative; }
.site-navbar .site-navigation .site-menu > li.has-children li a::before { content: none; }
.site-navbar .site-navigation .site-menu > li > a { font-weight: 500; position: relative; text-transform: capitalize; font-size: 1rem; color: #000; padding: 0.3rem 1rem; line-height: 30px; }
.site-navbar .site-navigation .site-menu > li:last-child a { padding-right: 1rem; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a::after, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover::after { bottom: -22px }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown-menu { display: block; animation: fade-up 0.5s; }
.site-navbar .site-navigation .site-menu .has-children:not(:hover) .dropdown-menu { animation: fade-down 0.5s; display: block; }
.sticky-wrapper .site-navbar ul li.active > a,.sticky-wrapper .site-navbar ul li.current-menu-ancestor > a, .site-navbar .site-navigation .site-menu .has-children:hover > a, .sticky-wrapper .site-navbar ul li a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active { background: transparent; color: #AD1126; transition: .2s ease; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.has-children:hover > a { background-color: #D63547; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu { border-radius: 6px; border: 0; min-width: 15rem; background: rgba(255, 255, 255, 1); padding-bottom: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { color: #000000; text-decoration: none; padding: 9px 15px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu a { font-size: 1rem; color: #000000; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover { color: #fff; background: #d63547; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu { padding: 0.6rem 1rem 0.6rem 1rem }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a { padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .container-fluid { padding:0 0.75rem; transition: 0.4s; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .top-strip { display: none; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation { background: #fff; transition: 0.4s; border-radius: 0; border: 0; margin: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.side-toggle { position: absolute; right: 0; top: 25px; margin: auto; color: #0d6efd; font-size: 1.25rem; }
.sticky-wrapper.is-sticky .site-navbar .top-contact a { font-size: 1rem; }
@keyframes fade-up {
  from { opacity: 0; margin-top: 2rem; }
  to { opacity: 1; margin-top: 0; }
}
@keyframes fade-down {
  from { opacity: 1; margin-top: 0; }
  to { opacity: 0; margin-top: 4rem; }
}
.top-contact a { font-size: 1.15rem; }

/* main banner */
.main-banner { position: relative; display: flex; justify-content:end}
.main-banner::before{content: ''; position: absolute; width:60%; height:100%; background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); z-index:1; left:0; top:0}
.main-banner .image-section{ width: 100%;}
.main-banner .image-section img{border-radius: 0; width: 100%;}
.banner-content{width: 700px; position: absolute; left:3%; top: 30%; z-index: 9; color: #fff;}
.banner-content h1{font-size: 2.7rem; line-height: 60px;}
.banner-content h5{line-height: 32px; margin-top: 0.75rem; margin-bottom: 1rem;}
.badges-section{padding: 1rem 0;}
.badges-section img{max-height: 100px;}
.badges-section .col-md-7{padding: 0 !important;}

.service-section{background: url('../images/services-bg.jpg'); background-size:cover; background-repeat:no-repeat; padding:4rem 0; margin-top: 2rem;}
.service-section h2{font-size: 2.5rem; margin-bottom:2rem}
.service-item{position: relative; z-index: 5; background: #fff; border-radius:6px 60px 6px 6px; padding: 1.5rem; margin: 0.5rem 0.5rem 1.2rem;}
.service-item::before{content: ''; position:absolute; z-index: -1; left:0; top:0; width:100%; height:100%; background:#fff; border-radius:6px 60px 6px 6px; transform:scale(1.01)}
.features-item-shape{position: absolute; right:-10px; top: -10px; z-index: -5; width:100%; height:100%;}
.service-item .features-item-shape svg{transition:0.3s}
.service-item:hover .features-item-shape svg{color: #AD1126; transition:0.3s}
.service-heading{display: flex; padding-right:0}
.service-desription{font-size: 0.9rem;}
.service-desription p{min-height: 60px;}
.service-heading span{margin-right: 1.5rem; display: flex; align-items: center; width: 80px; height:70px; padding:0.5rem; border:1px solid #D63547;}
.service-heading span img{max-height: 60px; max-width: 60px;}
.service-heading h4{font-size: 1.3rem; font-weight: 700; margin-bottom: 0; transition:0.3s}
.service-item:hover .service-heading h4{color: #AD1126; transition:0.3s}
.service-image{position: relative; overflow:hidden;}
.service-item .service-image img{transform: scale(1); transition:0.3s}
.service-item:hover .service-image img{transform: scale(1.1); transition:0.3s}
.service-image .btn-circle{position: absolute; display: flex; transition:0.3s; align-items: center; justify-content: center; right:1rem; bottom: 1rem; color: #fff; width:50px; height:50px; border-radius:50%; background:#162832}
.service-item:hover .service-image .btn-circle{background: #AD1126; transition:0.3s}

.about-section{background: url('../images/about-bg.jpg'); background-size:cover; background-repeat:no-repeat; padding:4rem 0;}
.about-section h2{font-size: 3rem; color: #162832;}
.about-section img{border-radius: 10px;}
.experience{background: #D63547; border-radius: 4px 50px 4px 4px; font-size:3rem; font-weight:700; color: #fff; text-align: center; padding:1.5rem; line-height:3.6rem}

.counter-section{position: relative; padding:4rem 0;}
.counter-section::before{content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; position: absolute; background: url('../images/counter-bg.jpg'); background-size:cover; background-position: center; background-repeat:no-repeat; }
#counter {background: #fff; padding:1rem 2rem; border-radius: 8px; max-width: 100%; margin: 0 auto 0; display: flex; justify-content: space-between; }
#counter li { display: flex; align-items: center; font-size:2.5rem; font-weight: 800; z-index: 1; color: #fff; }
#counter li small { font-size: 0.8rem; display: block; font-weight: 400 }
#counter li .counter-icon { width: 60px; height:60px; text-align: center; background:#D63547; border-radius:50%; display:flex; justify-content:center; align-items:center}
#counter li .counter-icon img{ max-height: 30px;}
.count-number{width: 150px; margin-left:1rem; color:#162832;}
/* #counter li span.percent::after { content: "+"; display: inline-block; } */

.quick-connect-section span{color: #fff; font-size:1.1rem}
.quick-connect-section h2{font-size: 3rem; color: #fff;}
.quick-form{margin-top: 3rem; padding: 4rem; border-radius: 8px; background: url('../images/quick-bg.jpg'); background-size:cover; background-position: center;}
.quick-form .form-control,.free-inspection-form .form-control, .free-inspection-form .form-select{border:1px solid #ccc; padding: 0.75rem;}
.quick-form img{border-radius: 10px;}

.gallery-section {text-align: center; position: relative; padding: 3rem 0 0; }
.gallery-section::before { content: ''; position: absolute; left: 0; top: -60%; width: 100%; height: 170%; background-color: #FFE1E3;z-index: -1;}
.gallery-slider{margin-top: 2rem;}
.slick-dots{display: flex; justify-content:center}
.slick-dots li{display: block; border:3px solid rgba(0, 0, 0, 0.4); height:3px; width: 20px; border-radius:3px; margin: 1rem 3px;}
.slick-dots li.slick-active{border:3px solid rgba(0, 0, 0, 1); width:30px;}
.slick-dots li button{visibility: hidden;}
.gallery-section.inner-gallery-page::before {top: -20%;}


.review-section{background-color: #FFE1E3; padding: 4rem 0; text-align: center;}
.review-section .carousel-inner{width: 80%; margin: auto; background: #fff; padding:2.5rem; border-radius:8px 70px 8px 8px}
.review-section .carousel-indicators{position: relative;}
.carousel-indicators [data-bs-target]{background-color: #dc3545; height: 4px; border-radius:4px}

/* FAQ */
.faq-section { padding: 5rem 0; background: url('../images/faqs-bg.jpg'); background-position:center; background-repeat: no-repeat; background-size:100%;}
.faq-section .faq-block {padding-right: 30px; }
.faq-section .faq-image {display: flex; justify-content:space-between; position: relative;}
.faq-section .faq-image h3{position: absolute; font-size: 2rem; font-weight: 700; color: #fff; text-shadow: 0 0 2px #000; bottom:1rem; left:0; right:0; margin:auto; width:170px; background:#fff; border-radius:8px; padding: 0.7rem; text-align: center;}
.faq-section .faq-image img{width: 48%; border-radius:12px;}
.faq-section .faq-image img:nth-of-type(2){border-radius:12px 70px 12px 12px;}
.faq-section .accordion-item button {color: #D63547 !important;font-weight: 600;background: #fff !important;}
.faq-section .accordion-item, .faq-section .accordion-item:not(:first-of-type) {border: none;margin-bottom: 20px;}
.faq-section .accordion-button:not(.collapsed)::after {content: "\f068";background-image: none;font-family: 'FontAwesome';font-size: 20px;}
.accordion-button::after{content: "\2b";background-image: none;font-family: 'FontAwesome';font-size: 20px;}

.blog-section{padding: 5rem 0;}
.blog-section .blog-item{border-radius: 4px 70px 4px 4px;}
.blog-section .blog-item img{border-radius: 4px 70px 4px 4px;}
.blog-section .blog-item .blog-details{padding:1.2rem;}
.blog-section .blog-item .blog-details a{text-decoration: none; color: #000;}

footer{padding: 4rem 0 0; background: url('../images/footer-bg.jpg'); background-position: center; background-repeat:no-repeat; background-size: cover;}
footer h4{color: #fff; font-weight:700;}
footer ul{margin-bottom: 0;}
footer ul li{display: block; margin-bottom: 4px;}
footer ul li a{text-decoration: none; color:#fff !important; position:relative;}
footer ul li a:hover{color: #bbb;}
footer ul li a::before{content: '\f101'; font-family: 'FontAwesome'; color:#fff; position:absolute; left:-1.8rem; top: 1px; font-size:0.9rem}
footer ul.footer-address li a::before{content: '\f3c5'; font-family: 'FontAwesome'; color:#fff; position:absolute; left:-1.8rem; top: 2px; font-size:0.9rem}
.menu-services_menu-container .dropdown-menu{display: block; background: transparent;
  position: relative;
  margin-left: 1rem;
  box-shadow: none;
  border: 0; z-index:1}
/* footer ul.service_list li{display: inline-block;} */
footer ul.service_list li a::before{content: '\f0da'; top: 0; left:-1.6rem; font-size:1rem}
footer ul.service_list li ul li a::before{content: '\f101'; top: 1px; left:-1.8rem; font-size:0.9rem}
.footer-strip{margin-top: 2.5rem; background: #233540; padding:1.6rem; border-radius:8px}
.footer-connect{display: flex; border-radius: 6px; align-items: center; text-align: left; background: #DD3A4B; padding:0.65rem 1rem; color:#fff; text-decoration:none;}
.contact-number{font-size: 2rem; display:block; font-weight: 700;}
.phone-icon{width: 50px; height:50px; display: flex; justify-content: center; align-items: center; background:#fff; border-radius:5px; color:#000; margin-right: 1rem;}
.social-share{margin-left: 1rem;}
.social-share a{text-decoration: none; width:50px; height:50px; background:#fff; border-radius: 50%; color:#000; display:inline-flex; justify-content:center; align-items:center;}
.social-share a:hover{background:#DD3A4B;color:#fff;}
.copyRights{color: #fff; margin-top:3rem; background: #233540; padding:1rem;}
.locations-section{background: url('../images/services-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat; padding:3.5rem 0;}
.locations-section .nav-link{ margin: 0 1rem 0.5rem; font-size: 1.3rem; color: #fff; border-radius: 8px !important; padding:0.75rem 1rem; width:180px}
.nav-orange {background: #d63547 !important; }
.nav-info {background: #45BCE5 !important; } 
.nav-primary {background: #0033A0 !important; }
.location-map{border-radius: 0 40px 0 0; width:100%; height: 450px;}
.locations-section h3{font-weight: 400; font-size: 2rem; margin-bottom: 1.5rem;}
.locations-section h5{font-size: 1.1rem; color: #d63547; font-weight: 700;}
.locations-section .tab-pane a{text-decoration: none; color:#000;}
.locations-section .tab-pane .social-share a:hover{color:#fff !important;}


/* inner css */
.inner-banner{background: #162832; padding: 2rem; display:flex; justify-content:space-between; align-items:center;}
.inner-banner .image-section img{height: 300px;}
.inner-banner-content{color: #fff;}
.inner-banner-content h1{font-size: 2.3rem;}
.inner-banner-content ol li{display: inline-block;}
.inner-banner-content ol li a{text-decoration: none; color: #fff; position:relative; display: inline-block; padding-right:1.5rem;}
.inner-banner-content ol li a::before{content: '/'; position:absolute; right: 8px; top: 5px; font-size: 10px; color:#fff;}
.inner-banner-content ol li.active{color: #fff;}
.inner-banner-content .breadcrumb-item+.breadcrumb-item::before{color: #fff;}

.inner-section{padding: 3rem 0; background: #fff;}
.inner-section h2{font-size: 1.8rem !important;}
.inner-section h3{font-size: 1.3rem; font-weight: 700; color:#D63547;}
.inner-section ul li{display: block; position:relative; margin-bottom: 0.5rem;}
.inner-section ul li::before{content: '\f101'; font-size: 0.9rem; font-family: 'FontAwesome'; position:absolute; left:-1.8rem; color:#D63547;}
.inner-section ul.nav.nav-pills li::before{content: none;}
.inner-section .service-area{column-count: 2;}

.insurance-page h3{color: #D63547; font-size: 1.3rem; margin-top: 2rem;}

.right-section a{padding: 0.5rem 1rem; font-size: 1.1rem; border-radius: 8px; display: block; margin-bottom:0.8rem; text-decoration:none; background:#D63547; color:#fff;}
.right-section a.active, .right-section a:hover{background: #162832;}
.right-section a img{filter: brightness(50); min-height:40px; max-width:40px; margin-right:0.7rem;}
.badge-right{display: flex; flex-wrap:wrap; justify-content: space-between;}
.badge-right .badge-item{width: 46%; text-align: center; margin-bottom: 1.5rem; background:#fff; border-radius:6px; padding:0.5rem; box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.badge-right.footer-badges{display: flex;justify-content: flex-start; width:80%;}
.badge-right.footer-badges .badge-item{width: 26%; text-align: center; margin-bottom: 1rem; margin-right: 1rem;}

.sidebar{padding-left: 3rem;}
.sidebar .l_news{background: #f5f5f5; padding:1.5rem; margin-bottom:1.5rem; border-radius:8px}
.sidebar .l_news h3{color: #D63547; margin-bottom: 1rem;}
.sidebar .l_news li a{text-decoration: none; color: #000;}
.sidebar .l_news li a:hover{color: #D63547;}

.need-help{padding: 3rem; background: #FFE1E3; border-radius: 8px;}
.inner-section .need-help ul{padding-left: 0; margin-bottom:3rem}
.inner-section .need-help ul li{display: block; margin-bottom:1.3rem;}
.inner-section .need-help ul li a{display:flex; flex-wrap: wrap; align-items: center; text-decoration:none; color: #000;}
.inner-section .need-help ul li a i{display: flex; justify-content: center; align-items: center; margin-right: 0.7rem; width: 50px; height:50px; border-radius:50%; color:#fff; background:#d63547}
.inner-section .need-help ul li::before{content: none;}
.inner-section .need-help ul li a span{display: block; line-height:30px; margin-left: 5px;}

.gallery-page { display: flex; flex-wrap: wrap; margin-bottom: 2rem; }
.bg { width: 100%; height: 300px; background-size: cover; transform: scale(1, 1); transition: all 300ms ease; border-radius: 0; position: relative; }
.plus-icon { display: none; position: absolute; z-index: 9; width: 45px; height: 45px; margin: auto; transition: 0.3s; left: 0; top: 0; right: 0; bottom: 0; }
.bg:hover .plus-icon { display: block; transform: scale(1.2); transition: 0.3s; }
.gallery-page a { display: block; text-decoration: none; width: 23.5%; overflow: hidden; outline: none; margin: 0.5rem; box-shadow: 0 0px 10px rgb(0, 0, 0, .3); padding: 0; border-radius: 0; position: relative; border: 2px solid #fff; }
.bg:hover::before { content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background-color: #d6354763 }


.review-list{column-count: 3; column-gap:30px;}
.review-item{background: #fff; width: 100%; border-radius:8px 30px 8px 8px; padding: 1.5rem; margin-bottom: 1.5rem; display: inline-block;}
.rating-point{font-size: 2rem; font-weight:700;}
 
.roof-install{display:flex; margin:3rem 0 7rem;}
.roof-install img{width: 50%; height: 100%; border-radius: 0.7rem; position: sticky; top: 100px;}
.roof-install.roof-repair img{transform: translate(-50px, 0);}
.roof-install .roof-description{width: 50%; background:#fff; padding:2rem; transform: translate(-50px, 30px); line-height:28px}
.roof-install .roof-description h2{border-bottom: 1px solid #D63547; padding-bottom: 1rem; margin-bottom: 1rem;}
.roof-install .roof-description a{color:#D63547; text-decoration:none; font-weight:700;}
.roof-install.roof-repair .roof-description{ position: relative; z-index: 2; width: 50%; background:#fff; padding:2rem; transform: translate(0px, 30px); line-height:28px}
.service-video{width: 42%; object-fit:fill}

.owner-img{border-radius: 50%;}
.why-choose-reeder{text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 10px; padding:1.5rem ;}
.why-choose-reeder span{width: 55px; height:55px; font-size: 1.5rem; color: #fff; background: #AD1126; border-radius:50%; margin: 0 auto 0.7rem; display:flex; justify-content:center; align-items:center;}
.why-choose-reeder p{min-height: 130px;}

.fixed-help{position: fixed; bottom: 2rem; right: 1rem; text-decoration: none; font-size: 1.3rem; color: #fff; z-index: 99; padding:0.7rem 1.5rem; background: #D63547; border-radius:6px}
.fixed-help:hover{background: #162832;}
.desktop-help{display: block;}
.mobile-help{display: none;}

.free-inspection-form label.error{font-size: 0.7rem; color: red; display:block}
.radioBoxGroupInline.form-check {display: inline-block; width:46%; border-radius: 6px; text-align: center; padding-left:0; font-size:0.8rem}
.radioBoxGroupInline.form-check .form-check-input{float: none; margin-left: 0;}
.form-check span{display: block; text-align:center; max-height:80px; background:#eee; padding:0.7rem;}
.form-check span i{display:block}
.checkBoxGroupInner, .radioBoxGroupInline{position: relative;}
.checkBoxGroupInner label.error, .radioBoxGroupInline label.error{position: absolute; bottom:-1rem}

.Free-Estimate{border-radius: 0.7rem; margin-bottom: 1.5rem; background: url('../images/residential-roofing-img.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat}
.Free-Estimate form{background: rgba(22, 40, 50, 0.7); border-radius: 0.7rem;}
.Free-Estimate form h4{color: #fff;}
.Free-Estimate form .mb-3{position: relative;}
.Free-Estimate form label.error{color: red; font-size:0.8rem; position:absolute; top: 7px; right:5px;}

.inner-section ul.timeline {
  margin: 0 auto;
  position: relative;  
}

.inner-section ul .timeline-item {
  color: #000;
  font-family: var(--font-family-2);
  text-align: left;
  padding: 1rem 1.5rem 1rem 2.5rem;
  border-left: 2px solid #000;
  margin-bottom: 0;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);

}
.inner-section ul .timeline-item:first-child{padding-top: 0;}
.inner-section ul .timeline-item:last-child{padding-bottom: 0;}
.inner-section ul .timeline-item p{margin-bottom: 0;}
.insurance-page ul h3{margin-top: 0;}

.inner-section ul .timeline-item::before {
    content: "" !important;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #D63547;
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
.inner-section ul .timeline-item::after {
    content: "" !important;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

.inner-section ul .timeline-item:last-child::after {
    content: "\f005" !important;
    font-size: 0.9rem;
    font-family: 'FontAwesome';
    color: #fff;
    background-color: transparent;
    top: -8px;
    left: -9px;
  }

.certificates-horizontal{box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border-radius:0.75rem; padding: 2rem; margin-bottom: 2rem;}

.technicians-hold-scores{text-align: center; position:sticky; top: 140px;}
.small-certificates{display: flex;
 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.small-certificates .small-items{flex: 0 0 auto; width:24%; padding:0.7rem; margin-bottom: 0.8rem; border-radius: 0.5rem; font-size:0.8rem; box-shadow:0 0 7px rgba(0, 0, 0, 0.2)}
.small-certificates .small-items h5{font-size: 1rem; font-weight: 700; margin-top:0.75rem}
.small-certificates .small-items p{margin-bottom: 0;}

.inner-section ul.payment-options li::before{content: none;}
.inner-section ul.payment-options{padding-left: 0; margin-top: 1.5rem; display: flex; flex-wrap:wrap; justify-content:space-between;}
.inner-section ul.payment-options li{background: #FFE1E3; display: block; width:31%; border-radius:0.8rem; padding:1rem; text-align: center;}
.inner-section ul.payment-options li img{width: 60px; margin:0 auto 1rem; display: block;}

.slick-slide img{max-height: 510px;}
.Free-Estimate .g-recaptcha{transform: scale(0.7) translateX(-20%);}


.modal .modal-dialog .modal-content{border-radius: 20px;}
.modal .btn-close{position: absolute; right:-1rem; top:-1rem; width: 40px; height:40px; opacity: 1; border-radius:50px; background:#D63547; color:#fff;}
.modal .modal-dialog .modal-content img {border-radius:10px 10px 0 0;}
.popup-text h2{color:#D63547;}



@media (min-width:1921px) and (max-width:7500px) {
  .features-item-shape{width: 90%; height: 90%;}
  .container-fluid{width: 80%;}
  .banner-content{width: 650px;}
  header::before{height: 700px;}
/*  html, body, header { max-width: 1400px; margin: auto; overflow-x: hidden;} */ }
@media (min-width: 1600px) and (max-width:1920px) {
  nav .navbar-brand img{width: 220px;}
  header::before{height: 480px;}
  .banner-content{width: 600px; bottom:4rem; padding-bottom:7rem}
  .features-item-shape{width: 90%; height: 90%;}
}
@media (max-width:1400px) {
  .site-navbar .site-navigation .site-menu > li > a{padding: 0.3rem 0.45rem;}
  .right-section a img{max-width: 40px; margin-right: 0.5rem; min-height: 45px;}
  .badges-section img{max-height: 88px;}
  .banner-content{padding: 0; top:25%;}
}
@media (max-width:1300px) {
  nav .navbar-brand img{width: 120px;}  
  .top-contact .btn.btn-danger{font-size: 0.8rem;}
  .site-navbar .site-navigation .site-menu > li > a{font-size: 0.85rem;}
  .right-section a{font-size: 1.1rem; padding: 0.5rem;}
  .right-section a img{max-width: 35px; margin-right: 0.5rem; min-height: 40px;}
  #counter li{font-size: 2rem;}
  #counter li .counter-icon{width: 45px; height:45px;}
  #counter li .counter-icon img{max-height: 25px;}
  .count-number{width: 125px; margin-left:0.75rem;}
  .service-item::before{border-radius: 6px 40px 6px 6px;}
  .badges-section img{max-width: 80px;}
  .radioBoxGroupInline.form-check{font-size: 0.7rem;}
  .banner-content{padding: 0; bottom: 1rem;}
  .badge-right.footer-badges{width: 90%;}
  .small-certificates .small-items{width: 32%;}
  .Free-Estimate form label.error{position:inherit}
}
@media (max-width:1200px) {
  .site-navbar .site-navigation .site-menu > li > a{font-size: 0.9rem;}
  .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 90px;}
  .banner-content{padding: 0; top: 21%; width:465px;}
  .service-heading{padding: 0;}
  .service-heading h4{font-size: 1.1rem;}
  .service-heading span{margin-right: 1rem;}
  .experience{font-size: 2rem; line-height: 2.6rem;}
  .contact-number{font-size: 1.5rem;}
  .social-share a{width: 40px; height:40px;}
  .roof-install .roof-description{padding: 1rem !important; line-height: 22px !important;}
  .roof-install .roof-description h2{margin-bottom: 0.5rem; padding-bottom: 0.5rem;}
  .badge-right.footer-badges{width: 100%;}
  .inner-section ul.payment-options li{width: 49%;}
  .gallery-page a{width: 23%; margin: 0.3rem;}
  .bg{height: 200px;}
}
@media (max-width:1100px) {
  .container-fluid{padding: 0 1rem;}
  .site-navbar .site-navigation .site-menu{padding: 0; padding-right: 0.6rem; text-align: center; line-height: 20px; width:80%;}
  nav .navbar-brand img{width: 140px}
  .site-navbar .site-navigation .site-menu > li > a{padding: 0.3rem 0.5rem; line-height: 1.4;}
  .banner-content{padding:0}
  .banner-content h1{font-size: 2rem; line-height: 44px;}
  .banner-content h5{margin-top: 1rem;}
  .service-heading h4{font-size: 1.3rem;}
  .features-item-shape{height: auto; top: -7px; right:-7px;}
  section h2{font-size: 2.4rem !important;}
  footer h4{font-size: 1.3rem;}
  .right-section a{font-size: 1rem; margin-bottom: 1rem; padding: 0.5rem;}
  .right-section a img{max-width: 22px; margin-right: 0.3rem; min-height: 28px;}
  .Free-Estimate .g-recaptcha {
    transform: scale(0.6) translateX(-33%);
}

}
@media (max-width:990px) {  
  .top-social ul li:first-child, .top-social ul li:nth-child(2){margin-right: .5rem; padding-right: .5rem;}
  .top-contact .btn.btn-danger{display: none;}
  .site-navbar .container-fluid { flex-wrap: initial; padding-right: 1rem; }
  .site-menu-toggle { color: #fff; font-size: 1.3rem; display: inline-block; text-align: center; padding-top: 8px; width: 50px; height: 46px; border-radius: 6px; background: #162832; }
  .banner-content{width: 370px; padding: 0; top: 18%;}
  .banner-content h1{font-size: 1.7rem; line-height: 36px;}
  .banner-content h5{margin-top: 0; margin-bottom: 1rem; font-size: 1rem; line-height: 22px;}
  .service-heading{display:block}
  .features-item-shape{display: none;}
  .service-heading h4{margin-top: 0.6rem;}
  .service-item{margin: 0.5rem 0; padding: 0.8rem;}
  .count-number{width: 90px;}
  #counter{padding: 1rem;}
  #counter li{font-size: 1.4rem;}
  #counter li .counter-icon{width: 40px; height:40px}
  #counter li .counter-icon img{max-height: 22px;}
  #counter li small{font-size: 0.7rem;}
  .service-heading span{width: 60px; height: 50px;}
  .service-heading span img{max-height: 30px; margin:auto;}
  .quick-form{padding: 2rem; margin-top:1.5rem}
  .counter-section{padding: 4rem 0 2rem;}
  .gallery-section::before{top: -71%; height:180%;}
  .review-section .carousel-inner{width: 100%;}
  .faq-section{background-size: cover;}
  footer { padding-top: 1.5rem; }
  footer ul { margin-bottom: 1.5rem; }
  footer ul li a { font-size: 0.9rem; }
  .roof-install{flex-direction:column; margin:2rem 0}
  .roof-install img{width: 80%;}
  .roof-install .roof-description{transform: translate(50px,-50px) !important; width:80% !important;}
  .roof-install.roof-repair img{transform: translate(0, 0); order: 2;}
  .roof-install.roof-repair{flex-direction: column-reverse;}
  .inner-banner .image-section img{height: 200px;}
  .service-video{width: 75%; max-height:auto;}
  .desktop-help{display: none;}
  .mobile-help{display: block;}
  .review-list{column-count:2;}
  .inner-banner-content h1{font-size: 2rem;}
}
@media (max-width:767px) {
  header::before{content: none; height: 200px; border-radius: 0 80px 0 0;}
  nav .navbar-brand img{width: 90px;}
  .banner-content{position: initial; width:100%; border-radius:0; background:rgba(22, 40, 50, 1); padding:1.5rem;}
  .main-banner{flex-direction: column;}
  .main-banner::before {content: none;}
  .main-banner .image-section{width: 100%;}
  .main-banner .image-section img{border-radius: 0;}
  .service-item{margin-bottom: 1.5rem;}
  .experience{margin-top: 2rem;}
  #counter li{display: block; width:24%; text-align: center;}
  #counter li .counter-icon{margin: auto;}
  .count-number{margin: 0;}
  .service-section{margin-top: 0;}
  .quick-form img{display: none;}
  .review-section .carousel-inner{width: 100%;}
  section h2{font-size: 2rem !important;}
  .faq-section .faq-block{padding: 0;}
  .blog-section .blog-item{margin-bottom: 1.5rem;}
  .inner-banner{display: block;}
  .inner-section h2{font-size: 1.7rem !important;}
  .top-contact{    display: none;  }
  .fixed-help{left:0; bottom:0; width:100%; text-align:center; border-radius:6px 6px 0 0; font-size:1.1rem}
  .top-contact a{width: 100%; border-radius:0 !important;}
  .copyRights{margin-bottom: 3rem;}
  .badges-section img{max-height: 85px; margin: 10px;}
  .small-certificates .small-items{width: 49%;}
  .gallery-page a{width: 31%;}
  .Free-Estimate form{margin-top:1.5rem;}
  .review-list{column-count:1;}
  .inner-banner-content h1{font-size: calc(1.375rem + 1.5vw);}
}
@media (max-width:620px) {
  .top-social ul{text-align: center;}
  .top-social ul li:first-child, .top-social ul li:nth-child(2){margin-right: 0; margin-top: 7px; margin-bottom: 10px; padding-right:0; border-right:0}
  .top-social ul li:first-child a span, .top-social ul li:nth-child(2) a span{display: none;}
  .site-navbar .container-fluid{display: block; text-align:center}
  nav .navbar-brand{margin-right: 0;}
  nav .navbar-brand img{width: 190px; margin-bottom:1.5rem}
  .site-menu-toggle{position: absolute; bottom:1.4rem}
  #counter{display: block;}
  #counter li{ width: 100%;  margin: 1rem 0; font-size:2rem;}
  #counter li .counter-icon{width: 55px; height:55px}
  #counter li .counter-icon img{width: 30px;}
  .counter-section::before{height: 75%;}
  .footer-strip{padding: 1rem;}
  .footer-connect{margin-bottom: 1rem; display: flex;}
  footer ul.service_list{column-count: 1;}
  .small-certificates .small-items{width: 100%;}
  .inner-section ul.payment-options li{width:100%}
  .gallery-page a{width: 46%;}
  .inner-banner-content h1{font-size: calc(1.375rem + 1.5vw);}
}
