.is-content-1200
{
    max-width:1352px !important;
}
.banner-main-heading {
    font-style: normal;
    color: #FFFFFF;
    margin: 10px 0px 15px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1%;
    text-transform: uppercase;
}
.banner-text {
    color: #FFFFFF;
    margin: 0px 0px 21px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1%;
    text-transform: capitalize;
}
.user-logged-out .inner-content-div {
    max-width: 635px;
}
.ticker-h2 {
    font-family: Mulish;
    font-weight: 500;
    font-style: Italic;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px 0px;
}
.remove-height {
    min-height: auto;
}
.green-bg {
background: linear-gradient(
  to right,
  rgba(45, 126, 62, 1) 0%,
  rgba(45, 126, 62, 0.8) 100%
)!important;
padding:10px 0 !important;
}
.section-sub-heading{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 30px;

letter-spacing: 0.01em;
text-transform: capitalize;
color: #1A1A1A;
}
.section-main-heading{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 45px;

letter-spacing: 0.01em;
text-transform: uppercase;

color: #1A1A1A;


}
.lp-section-3 
{
  background: linear-gradient(to bottom, #222 0%, #222 60%, #fff 55%, #fff 100%) !important;
}
 
.seevice-head
{
font-weight: 600;
font-size: 20px;
line-height: 26px;
/* or 130% */
letter-spacing: 0.01em;
color: #2C2C2C;
}
.new-serv-div
{
background: #EBEAEA;
border-radius: 70px;
padding:40px 40px;
transition:all 0.5s;
height:100%;
}
.new-serv-div:hover
{
    background:#2D7E3E;
    
}
.new-serv-div:hover .seevice-head
{
    color:#fff;
}
.new-serv-div:hover img
{
      filter: brightness(0) invert(1);

}
.new-title-border{
    border-bottom:2px dashed #000;
}
.new-serv-div:hover .new-title-border
{
    border-color:#fff;
}
.type-form
{
    background:#E7E5E5 !important;
}
/* Quote Form Style */
.ww-form-container form {
  max-width: 1650px;
  margin: 0 auto;
}

.ww-form-container fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.ww-form-container legend,
.ww-form-container label,
.ww-form-container .required {
  display: none;
}

.ww-form-container fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px 42px;
}

.ww-form-container fieldset > div {
  margin: 0;
}

.ww-form-container input,
.ww-form-container select,
.ww-form-container textarea {
  width: 100%!important;
  height: 56px !important;
  background: #fff;
  border: 1px solid #d8d8d8!important;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #eeeeee;
  padding: 0 28px!important;
  font-size: 18px!important;
  font-size: 18px;

  color: #1a1a1a;
  font-weight: 400;
  outline: none;
}
.ww-form-container form fieldset>div {
    width:100% !important;
}
.ww-form-container input::placeholder,
.ww-form-container textarea::placeholder {
  color: #444;
  opacity: 1;
}

.ww-form-container select {
  appearance: none !important;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5c963d 50%),
    linear-gradient(135deg, #5c963d 50%, transparent 50%);
  background-position: calc(100% - 32px) 26px, calc(100% - 25px) 26px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  color: #1A1A1A;
}

.ww-form-container #mob_phone_phone_number_tel
{  
margin-top:0 !important;
    }
.ww-form-container .iti {
  width: 100%;
}

.ww-form-container .iti input {
  padding-left: 60px !important;
}

.ww-form-container .error:empty {
  display: none;
}

.ww-form-container .error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #c62828;
}

/* Submit button */
.ww-form-container input[type="submit"],
.ww-form-container button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: center;
  width: auto;
  min-width: 225px;
  height: 64px;
  margin-top: 52px;
  padding: 0 38px;
  background: #5c963d;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ww-form-container input[type="submit"]:hover,
.ww-form-container button[type="submit"]:hover {
  background: #477b2d;
}
.ww-form-container input::placeholder,
.ww-form-container textarea::placeholder {
  color: #1A1A1A;
  opacity: 1;
}

/* Cross-browser support */
.ww-form-container input::-webkit-input-placeholder,
.ww-form-container textarea::-webkit-input-placeholder {
  color: #1A1A1A;
  font-size:18px;
}

.ww-form-container input::-moz-placeholder,
.ww-form-container textarea::-moz-placeholder {
  color: #1A1A1A;
   font-size:18px;
}

.ww-form-container input:-ms-input-placeholder,
.ww-form-container textarea:-ms-input-placeholder {
  color: #1A1A1A;
}

.ww-form-container form fieldset {
padding:0 !important;
margin:0!important;
border:none!important;
}
/* Mobile */
@media (max-width: 767px) {
  .ww-form-container fieldset {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ww-form-container input,
  .ww-form-container select,
  .ww-form-container textarea {
    height: 56px;
    padding: 0 18px;
    font-size: 17px;
  }

  .ww-form-container input[type="submit"],
  .ww-form-container button[type="submit"] {
    width: 100%;
    margin-top: 25px;
  }
}

.type-form
{
    padding:80px 0 !important;
}
.new-why-choose-icon
{
    text-align:center !important;
        margin: 10px 0;
}
.cell1, .cell2, .cell3, .cell4, 
.cell5, .cell6,  .cell7, .cell8
{
    position:relative;
}
.cell1, .cell2, .cell3, .cell4
{
    padding-top:60px !important;
}
.cell5, .cell6,  .cell7, .cell8
{
     padding-bottom:60px!important;
}
.cell1:after
{
    content:"";
    width:2px ;
    height:60%;
    bottom:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.cell2:after
{
    content:"";
    width:2px ;
    height:100%;
    bottom:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.cell3:after
{
    content:"";
    width:2px ;
    height:60%;
    bottom:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.cell5:after
{
    content:"";
    width:2px ;
    height:100%;
    top:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.cell6:after
{
    content:"";
    width:2px ;
    height:60%;
    top:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.cell7:after
{
    content:"";
    width:2px ;
    height:100%;
    top:0;
    right:0;
    border-right:2px dashed #fff;
    position:absolute;
}
.sec-features
{
    position:realtive;
    
}
.sec-features:after
{
    content:"";
    height:2px;
    width:100%;
    position:absolute;
    top:50%;
    margin-top:-1px;
    left:0;
    border-bottom:1.5px solid #fff;
}
.sec-features .section-sub-heading
{
    color:#fff;
    font-size:22px;
    text-align:center;
}
.list
{
     list-style-type: disc;
}
.list-col-2
{
 display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-top:20px;
}
.list li
{
    padding:0 0 5px 0;
}
.commercial-list
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  text-align:left;
  color:#fff;
  margin:25px 0;
}
.commercial-list li
{
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/29084/theme/47009/img/bullet.webp")no-repeat left top;
    list-style:none;
    padding-left:35px;
}
.btn-call
{
    background:#000 !important;
    border-color:#000 !important;
}
.btn-call:hover
{
    background:#61983F !important;
}
.card {
  position: relative;
  overflow: hidden;
  height:100%;
  border-radius: 0;
      background: none;
    padding: 0;
}



.card > img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
      height: 100%;
}

/* bottom pill caption */
.service-ab-head {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 35px;
  margin: 0;
  z-index: 3;
   padding: 30px 24px;
  background: rgba(83, 145, 54, .88);
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}



.card-arrow-icon {
  flex: 0 0 80px;
  display: inline-flex;
  align-items: center;
}

.card-arrow-icon img,
.overlay .arrow img {
  width: 80px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* hover full caption */
.card .overlay {
  position: absolute;
  inset: 25px;
  z-index: 4;
  background: rgba(39, 133, 55, .88);
  border-radius: 42px;
  padding: 55px 38px 35px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: all .4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card .overlay .service-head {
 
}

.overlay .service-head  {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
   margin: 0 0 18px;
}

.overlay p,
.overlay li {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.overlay ul {
  margin: 0 0 22px 18px;
}

.overlay .arrow {
  margin-top: auto;
  align-self: flex-end;
}

/* hover effects */
.card:hover >  img {
  transform: scale(1.06);
}

.card:hover .overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.card:hover .service-ab-head {
  opacity: 0;
  visibility: hidden;
}
.blue-img-bg
{
    padding-top:80px !important;
    margin-top:-150px !important;
}
/* mobile */
@media (max-width: 767px) {
    
  .card,
  .card >  img {
    min-height: 330px;
    height: 330px;
  }

  .service-ab-head  {
    min-height: 64px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .overlay {
    inset: 10px;
    border-radius: 32px;
    padding: 35px 26px;
  }
}
.new-trust-div
{
    border-right:2px dashed #61983F;
    height:128px;
}
.new-trust-div .section-sub-heading
{
    font-size:22px !important;
}
.service-area-bg
{
        margin-top: -120px;
}
div.form-container .submit_wrap {
    text-align:center !important;
}

select option:disabled 
{
    color:#1a1a1a!important;
}
.blue-img-bg .large-3:last-child .new-trust-div
{
    border:none !important;
}
@media (max-width: 1024px) {
.new-trust-div .section-sub-heading {
    font-size: 18px !important;
    line-height: 28px;
}
  .blue-img-bg
{
    padding-top:0px !important;
    margin-top:0px !important;
}
}
@media (max-width: 1023px) {
  

    .new-why-choose-div
    {
        text-align:Center;
    }
    .cell1, .cell2, .cell3, .cell4, .cell5, .cell6, .cell7, .cell8
    {
        padding:30px 15px!important;
        border-bottom:2px dashed #fff;
        
    }
    .cell8
    {
        border:none !important;
    }
    .cell1:after, .cell2:after, .cell3:after, .cell4:after, .cell5:after, .cell6:after, .cell7:after, .cell8:after
    {
        display:none;
    }
    .sec-features:after
    {
        display:none;
    }
    .card
    {
        width:400px;
        max-width:100%;
        margin:0 auto;
    }
    .new-trust-div img
    {
        width:auto;
    }
    .user-logged-out .inner-content-div {
    max-width: 100%;
}
.new-trust-div
{
    height:auto;
    border:none;
}
.list-col-2
{
    display:block;
    gap:0;
}
}
@media (max-width:480px) {
   
        .commercial-list
     {
         display:block;
    }
     .blue-img-bg .small-6
     {
         width:100% !important;
     }
     .new-trust-div
     {
         text-align:center;
         margin-bottom:20px;
     }
    }