.hero{
        height: 100vh;
   
    background-size: cover; 
    background-position: center;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    flex-direction:column;
    text-align:center;
    
}

.heroroofing{
    background-image: linear-gradient(1deg, rgb(0 0 0 / 27%), rgb(0 0 0 / 33%)), url('https://easyhomeserve.com/images/herobanner/roofing-banner.png');
   
}


.colororange{
    color:#fb775a;
}
.colorwhite{
    color:white;
}
.colorblue{
    color:#363352;
}
.zipCode {
    border-radius: 6px;
    border: none;
    text-align: center;
    width: 270px;
    height: 54px;
}


:focus-visible {
    outline: none;
}

::placeholder {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Inter';
}
.btnquote {
    background: #fb775a !important;
    color: white !important;
    width: 270px;
    /*height: 54px;*/
    text-align: center;
    justify-content: center;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px !important;
    font-weight:500!important;
    padding: 0.7rem 0.75rem!important;
}
input#zipCode:focus-visible {
    outline: none;
}

.btn:hover {
    color: #ffffff!important;
    text-decoration: none;
}

















/*section 2*/

.inner__section-1 {
    margin-top: 9%;
    margin-bottom: 9%;
}

img.inr-s1-img1 {
    width: 82%;
}


ul.inner_sec1__point {
    list-style: none;
    color: #fb775a;
}

li span {
    color: #5A5A5A;
    font-size: 1.1vw;
    font-weight: 400;
    /* line-height: 2.1vw; */
}

i.fa.fa-circle-o {
    font-size: 10px;
    font-weight: 900;
    padding-right: 2%;
    color :#fb775a ;
}




/*section 2*/





/*section 3*/


 #benefits {
    
    background-size: cover;
    background-position: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
 }
 
.roofingbenefit{
    background-image: url('https://www.easyhomeserve.com/images/benefits/roofing.png');
} 
 
 
 
 .cardlanding{ 
border-left: 6px solid #fb775a!important;
    border-bottom: 6px solid #fb775a!important;
    border-top: 2px solid #fb775a!important;
    border-radius: 0px 50px 0px 50px!important;
      overflow: hidden!important;
}
.card1:before {
    content: "1";
    height: 100px;
    width: 100px;
    background: #fb775a;
    color: white;
    border-radius: 50%;
    padding-left: 60px;
    transform: translate(-165px, -40px);
    z-index: 0;
    line-height: 17px;
    font-size: 29px;
    font-weight: 700;
    padding-top: 60px;
}


.card2:before {
    content: "2";
    height: 100px;
    width: 100px;
    background: #fb775a;
    color: white;
    border-radius: 50%;
    padding-left: 60px;
    transform: translate(-165px, -40px);
    z-index: 0;
    line-height: 17px;
    font-size: 29px;
    font-weight: 700;
    padding-top: 60px;
}


.card3:before {
    content: "3";
    height: 100px;
    width: 100px;
    background: #fb775a;
    color: white;
    border-radius: 50%;
    padding-left: 60px;
    transform: translate(-165px, -40px);
    z-index: 0;
    line-height: 17px;
    font-size: 29px;
    font-weight: 700;
    padding-top: 60px;
}



.cardlanding-body
{
  margin-top:-61px!important;
    padding: 1.25rem;
}


p.cardlanding-title {
    font-size: 17px;
    font-weight: 600;
}

p.cardlanding-text {
    font-size: 15px;
}


.cardlanding-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.plr {
    padding-left: 14% !important;
    padding-right: 14% !important;
}




/*section 3*/




/*promise section*/


.promise_sec {
    width: 100%;
    background: #ffffff;
}
.promise_sec_hd {
    font-size: 1.7vw;
    line-height: 28px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 0 20px;*/
    color: #363352;
}
ul.promise_list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
ul.promise_list li {
    width: 75%;
}
ul.promise_list li img {
    display: block;
    margin: 0 auto 0;
    max-width: 135%;
}

.promiseimg{
 max-width:100%;   
}
#prms{
 background: #FFF3F0;
    padding: 0;
    margin: 0;
}



/*promise section*/




/*how it works*/
.section5 {
    
    width: 100%;
    padding: 60px 0 50px;
    
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start{
 display: table;
    background: #38DE48;
    padding: 18px;
    color: #fff;
    max-width: 0%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
}


#conference-timeline .timeline-end {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #363352;
    padding: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.fa-check:before {
    content: "\f00c";
    border: 3px solid white;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}



#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #363352;
    z-index: -1;
}
/*#conference-timeline .conference-timeline-content {*/
/*  padding-top: 67px;*/
/*  padding-bottom: 67px;*/
/*}*/
.timeline-article {
    width: 100%;
    height: 28%;
    position: relative;
    /* overflow: hidden; */
    margin: 70px 0px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}










.timeline-article .content-right {
  position: relative;
  width: auto;
  /*border: 1px solid #ddd;*/
  /*background-color: #fff;*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
  /*padding: 27px 25px;*/
}


.timeline-article .content-left{
    position: relative;
    width: auto;
    /*border: 1px solid #ddd;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
    /*padding: 27px 25px;*/
}









p.time-head {
    font-weight: 700;
}

.timeline-article p {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    color: #fff;
    border-radius: 100%;
    background: #FB775A;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 700;
}
.timeline-article .meta-date .date {
    font-size: 25px;
    line-height: 50px;
}




.meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.meta-date .date,
.meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.meta-date .month {
  font-size: 18px;
  line-height: 10px;
}


.pluse{
	width:100px;
	height:100px;
	line-height: 100px;
	background:#ff6d4a;
	text-align:center;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	animation:animate 3s linear infinite;
}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 109, 74, 0.7);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 10px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 10px rgba(255, 109, 74, 0);
    }
}


.plusegreen {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #38DE48;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    animation: animate1 3s linear infinite;
}

@keyframes animate1 {
    0% {
        box-shadow: 0 0 0 0 rgba(54, 51, 82, 0.7), 0 0 0 0 rgba(54, 51, 82, 0.7);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(54, 51, 82, 0), 0 0 0 0 rgba(54, 51, 82, 0.7);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(54, 51, 82, 0), 0 0 0 10px rgba(54, 51, 82, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(54, 51, 82, 0), 0 0 0 10px rgba(54, 51, 82, 0);
    }
}



.how
{
        font-size: 17px;
    font-weight: 400;
}





/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/





@media screen and (max-width:768px){
 .timeline-article {
    width: 100%;
    height: auto !important;
    margin:0px; 
}

.hideimg {
    display: none;
}

.timeline-article .content-left-container , .timeline-article .content-right-container {
  
    margin-left: 66px;

}
#conference-timeline .conference-center-line {
    margin-left: 0;
    left: 44px;
}

#conference-timeline .timeline-end {
    margin: 20px;
}

.timeline-article .content-left, .timeline-article .content-right {
    padding: 2px 25px;
    min-height: 65px;
}
}




/*how it works*/




















/*faq section*/

/*====section_6====*/
.section_6 {
    float: left;
    width: 100%;
    padding: 60px 0 50px;
    background: #FFF3F0;
}
.accordion-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.accordion-item {
    background-color: #FFFFFF;
    border-radius: 9px;
    margin-bottom: 10px;
    width: 78%;
}

.accordion-header {
    background-color: #6c63ff00;
    color: #363352;
    padding: 15px;
    font-size: 19px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    font-weight: 600;
}



.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
    border-radius: 9px;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}

.accordion-header.active {
    border-bottom: 1px solid rgb(100 100 100 / 17%);
}

button:focus {
    outline: none!important;
}



/*faq section*/




/*footer*/

.footer{
	float:left;
	width:100%;
	padding:50px 0;
	border-top:1px solid #e1e1e1;
	border-bottom: 10px solid #fb775a;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	}
.footer_text a{ padding:0 10px; text-decoration:none; color:black;}
.footer_text2{ margin-top:15px;}








/*.section5{*/
/*    margin-top:7%;*/
/*    margin-bottom:5%;*/
/*}*/







.showmob{
 display:none;   
}
/*footer*/








