* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #474747;
  background-color: #e7ddce;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #DEB841;
}

P {
  color: #474747;
  ;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.place-holder {
  height: 77px;
}

/*gray #BFBDC1,black #373737,yellow #DEB841*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header .logo img {
  width: 260px;
}

#header .logo .logo-2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  padding-left: 20px;

}

.nav-width {
  max-width: 1030px;
}

.navbar {
  background: #090808;
  margin-top: 0 !important;
  padding: 0 !important;

}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar li.nav-link {
  padding: 15px 20px !important;
  display: flex;
  align-items: center;
  letter-spacing: .25px;

}

.Number-navb {
  font-weight: 700;
}

.navbar li>a {
  font-size: 14px;
}

.navbar li:hover>a {
  color: rgba(255, 255, 255, .7);

}

.navbar li a {
  color: #ffffff;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #E34134;
}

#header .btn-sign {
  font-weight: 500;
  font-size: 18px;
  color: #E34134;
  border: 0 !important;
}

#header .btn-signin {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #E34134;
  border-radius: 5px;
  width: 150px;
  height: 55px;
}

.header-btn {
  background-color: #DEB841;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  padding: 10px;
  height: 48px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #DEB841;
}

.header-btn:hover {
  background-color: #c29b23;
}

#header p {
  color: #ffffff;
}

/*================Main Page==================*/
.hero-section {
  background-image: url('../images/jennifer-grismer-roof-background.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  height: 580px;
}


.hero-heading {
  font-size: 38px;
  line-height: 44px;
  margin-top: 40px;
  font-weight: bold;
  color: #373737;
}

.hero-subtext {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.hero-button {
  color: #373737;
  background-color: #deb841;
  padding: 15px 40px;
  font-weight: 500;
  border-radius: 0;
}

.hero-button:hover {
  background-color: #c29b23;
}


/*========= How It Work ==============*/

.section-howitwork {
  padding-top: 160px;
}

.hiw-img {
  height: 245Epx;
  width: 350px;
}

.howit-heading {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  color: #373737;
}

.howit-sub-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}


.howit-button {
  background-color: #373737;
  padding: 15px 40px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}

.howit-button:hover {
  background-color: #373737;
  color: rgba(255, 255, 255, .7);
}

/*==========Shingles-Option=============*/

.section-shingles-option {
  background-color: #fff;
  margin-top: 130px;
}

.option-img-subheading {
  font-size: 20px;
  font-weight: 600
}

.option-img {
  width: 250px;
}

.option-text {
  font-size: 14px;
}


/*======Home-Addons-Aection=====*/
.home-addons-section {
  background-color: #373737;
  margin-top: 30px;
}

.home-addons {
  font-weight: 700;
  color: #fff;
  font-size: 32px;
}

.home-addons-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.home-addons-img {
  width: 200px;
}

.home-addons-subtext {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

/*============FAQ==============*/

.faq {
  background-color: #E7DDCE;
  padding-bottom: 30px;
  padding-top: 100px;
}

.faq-heading {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #373737;
}

.faq-acc-clr {
  background-color: transparent;
  border: 1px solid #000000;
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #000000 !important;
  border-radius: 5px;
}

.faq-acc-btn {
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-radius: 5px;

}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 5px;

}

/*===============ready-quote-section====================*/

.ready-quote-section {
  background-color: #deb841;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ready-quote-heading {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  color: #373737;
}

.rdy-sec {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/*================Footer================*/

.footer-dark {
  color: #fff;
  background-color: #373737;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

/*Other-page-Footer*/
.otherpage-footer {
  width: 100%;
  background-color: #373737;
  height: 70px;
}

/*=============Adress================*/

.address-section {
  background-color: #E7DDCE;
  height: 100vh;
}

.page-num {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  font-weight: 700;
  color: #373737;
}

.address-heading {
  font-weight: 900;
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
  color: #373737;
}

.address-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  line-height: 2.5;
  color: #212529;
  background-color: transparent;
  border-bottom: 2px solid #373737;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.address-input:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #373737;
}

.input-lable {
  font-weight: 400;
  font-weight: bolder;
  font-size: 16px;
  color: #373737;

}

.address-btn {
  background-color: #373737;
  color: #fff;
  padding: 20px;
  border-radius: 0;
  width: 360px;
  font-weight: 500;
  font-size: 16px;
  margin: 50px 0;
  border: 2px solid #373737;


}

.address-btn:hover {
  border: 2px solid #373737;
  color: #373737;
}


/*================DriveWay============*/
.drive-heading {
  font-size: 33px;
  font-weight: 700;
}

.driveway {
  background-color: #E7DDCE;
  height: 100vh;
}

.driveway-heading {
  width: 470px;
  margin: 0 auto;
}

.drive-parr {
  font-weight: 300;

}

.driv-box {
  width: 175px;
  height: 150px;
  background-color: #DEB841;
  border: 2px solid #373737;
  border-radius: 5px;

}

.driv-box-tow {
  width: 175px;
  height: 150px;
  border: 2px solid #373737;
  border-radius: 5px;

}

.box-list {
  font-weight: 200;
  font-size: 16px;


}

/*======================Type===========================*/

.type {
  background-color: #E7DDCE;
  height: 100vh;
}

.type-heading {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.type-card {
  border: 2px solid #373737;
  height: 140px;
  border-radius: 5px;
  background-color: #DEB841;
}

.type-card-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;

}

.type-image {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
}

.type-img {
  width: 75px;
  height: 75px;
}


.img-text {
  font-weight: bold;
}


.type-card-two {
  border: 2px solid #373737;
  height: 140px;
  border-radius: 5px;
}

.type-card-header-two {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #373737;
  color: #fff;

}

.type-image-two {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
}

.drive-card {
  padding-bottom: 100px;
}

.fixed-btn {
  background-color: #373737;
  color: #fff;
  padding: 20px;
  border-radius: 0;
  width: 307px;
  font-weight: 500;
  font-size: 16px;
  margin: 90px 0;
  border: 2px solid #373737;


}

.fixed-btn:hover {
  border: 2px solid #373737;
  color: #373737;
}


/*=============Shingle Square==================*/

.square {
  background-color: #E7DDCE;
  height: 100vh;
}

.square-heading {
  font-size: 28px;
  font-weight: 700;
  width: 473px;
}

.card-square {
  background-color: #fff;
  border-radius: 5px;
}

.cart-button {
  border: 0;
  font-size: 28px;
  background-color: transparent;
}

.cart-buttons {
  display: flex;
  justify-content: space-evenly;
}


/*=============Ad-Ons=============*/

.ad-heading {
  font-size: 33px;
  font-weight: 700;
  width: 473px;
}


.Add-Ons {
  width: 510px;
  margin: 0 auto;
}

.ad-card {
  background-color: #fff;
  border-radius: 5px;

}

.ad-card-heading {
  font-size: 16px;
  font-weight: 700;
}

.a-text {
  font-size: 12px;
}

.ad-num-text {
  border-right: 2px solid gray;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-1 {
  border-right: 2px solid gray;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-2 {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-f-text {
  font-size: 12px;
}

.box-1 h1 {
  font-size: 44px;
  font-weight: 500;
}

/*Button Go Back*/

.go-back {
  position: absolute;
  left: 34%;
  color: #DEB841;
  text-decoration: underline;
}

.num-text {
  font-weight: 800;
}

.go-back:hover {
  color: #000000;
}


/*=============MOBILE=============*/
.mbl-heading {
  display: grid;
  justify-content: center;
  margin-bottom: 50px;
}

.mobile-heading {
  font-size: 32px;
  font-weight: 700;
}

.form-width {
  width: 430px;
}

.choose-method {
  display: flex;
  justify-content: center;
  color: #000000;
  text-decoration: underline;
}

/*=================Check out================*/

.shapUl {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.shapUl li a {
  display: flex;
  align-items: center;
  padding: 15px 60px;
  text-decoration: none;
  color: #fff;
  min-width: 100px;
  text-align: center;
  height: 62px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  font-size: 28px;
}

.shapUl li .shape-text {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}

.shapUl li {
  position: relative;
  background-color: #4B4B4B;
}

.shapUl li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 62px solid #4A4A4A;
  border-right: 62px solid transparent;
  right: -61px;
  top: 0;
  z-index: 1;
  transform: rotate(90deg);
}

.shapUl li.green {
  background-color: #727272;
}

.shapUl li.green::after {
  border-bottom: 62px solid #727272;
}

.icon-scissor {
  padding-right: 16px;
}


.page-pricing {
  background: #E7DDCE;
  border-bottom: 1px solid #B2B2B2;
  padding: 0px 6rem;
}


.page-pricing .items-call .item-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.page-pricing .item-tags-wrap .icon {
  margin-right: 15px;
  width: 22px;
}

.items-price-wrap {
  padding: 50px 60px 50px 0;
}

.items-cart-wrap {
  padding: 50px 0;
}

.items-price-wrap .item-textb {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #4A4A4A;
}

.items-price-wrap .item-valid {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4A4A4A;
  padding: 10px;
}

.items-price-wrap .item-valid-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4A4A4A;
  padding: 10px;
  border: 1px solid black;
  width: 260px;
  justify-content: center;
  align-items: center;

}

.items-price-wrap .item-wrap {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.items-price-wrap .item-price {
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  color: #373737;
}

.items-price-wrap .item-strike-wrap {
  padding-left: 30px;
  margin-left: auto;
}

.items-price-wrap .item-strike {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: #4A4A4A;
  ;
  text-decoration: line-through;
}

.items-price-wrap .item-diff {
  font-size: 16px;
  line-height: 1;
  color: #4A4A4A;
  margin-top: 4px;
}

.items-price-wrap .item-diff .icon {
  margin-right: 8px;
  height: 10px;
}

.items-cart-wrap .btn {
  width: 100%;
  padding: 11px 42px 11px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
  border: 6px solid #373737;
  font-weight: 600;
  font-size: 60px;

}

.items-cart-wrap .btn .icon {
  margin-right: 40px;
  width: 50px;
  margin-top: -10px;
}

.items-alert {
  border: 1px solid #FCBE92;
  padding: 10px 10px 10px 60px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #4A4A4A;
  text-align: left;
  position: relative;
  margin-top: 20px;
}

.items-alert .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}

.page-tags {
  padding: 22px 34px;
  border-bottom: 1px solid #B2B2B2;
}

.page-tags td {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #4A4A4A;
}

.page-tags td .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
}

.page-footer {
  margin-top: 5px;
  background-color: #ebefef;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.link-footer {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px 0;

}

.link-f-tags {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}

.chect-f {
  background-color: #373737;
  color: #ffffff;
}

.icon-c {
  color: #ffffff;
}

.Check-xxxx {
  display: none;
}

.xxxx {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 20px;

}

/*Js-Svg*/
.Js-Svg {
  background-color: #ffffff;
}

.table {
  max-width: 800px;
  margin: 0 auto;
}

.table>:not(caption)>*>* {
  padding: 1.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-fotter-text {
  font-weight: 800;
  font-size: 28px;
}

.table-top-head {
  font-size: 18px;
}

.table-footer-btn {
  display: none;
}