body .body-wrapper #main-content .ccform-main form,
body .body-wrapper #main-content .hs-form:first-of-type{
  padding:0!important;
  background-color: #f4f4f400 !important;
}
.ccform-main{
  background: rgba(0, 0, 0, .6);
  border-radius: 4px;
  padding: 30px 15px;
  width: 350px;
  margin-left: auto;
}
.ccform-main h4{
  margin-bottom:10px;
  font-size: 25px !important;
  line-height:100%;
  color:#fff;
  font-family: "Raleway", sans-serif!important;
  text-align:center;
  width:100%;
  font-weight: 700;
}
.ccform-main p{
  color: #FFFFFF !important;
  font-family: "Raleway", sans-serif!important;
  font-size: 17px !important;
  line-height: 100% !important;
  text-align:center;
  width:100%;
}
body .body-wrapper #main-content p,body .body-wrapper #main-content span,
body .body-wrapper #main-content li,
body .body-wrapper #main-content a,
body .body-wrapper #main-content h4,
body .body-wrapper #main-content h5,
body .body-wrapper #main-content h6,body .body-wrapper #main-content h1{
  font-family: "Raleway", sans-serif!important;
}
h2{
  font-weight:500!important;
  font-family: "Raleway", sans-serif!important;
  font-size: 40px !important;
}

.ccform-main input[type='text'],
.ccform-main input[type='email'],
.ccform-main input[type='tel'],
.ccform-main textarea{
    width: 100% !important;
    height: 40px !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    color: #999 !important;
    line-height: 1.42857143 !important;
    border: 1px solid #ccc !important;
    margin-bottom:10px!important;
   outline:none!important;
}
.ccform-main textarea{
  height: 60px !important;
  margin-bottom: 0 !important;
}
.ccform-main .hs_submit.hs-submit{
  width:100%!important;
}
.ccform-main input[type='submit']{
  background-color: #8BBD6E;
  width: 100%;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  margin-top: 15px;
  text-transform: uppercase;
}
.ccform-main input[type='submit']:hover{
  background-color:#0e3161!important;
}
.ccform-main ul.hs-error-msgs li,
.ccform-main ul.hs-error-msgs label,
form .hs-form-field{
  padding: 0!important;
  margin: 0!important;
}
.ccform-main .hs-error-msgs.inputs-list{
  position: relative;
  top: -10px;
}
.ccform-main .hs-error-msgs.inputs-list label{
  color:#ef6b51!important;
}
.ccform-main form label{
  display:none!important;
}
.ccform-main .hs-error-msgs label{
  display:block!important;
}
.ccform-main input[type="text"]::placeholder,
.ccform-main input[type="phone"]::placeholder,
.ccform-main input[type="email"]::placeholder,
.ccform-main input[type="tel"]::placeholder,
.ccform-main textarea::placeholder {
  color: #999 !important;
}

/* For older Firefox */
.ccform-main input[type="text"]::-moz-placeholder,
.ccform-main input[type="phone"]::-moz-placeholder,
.ccform-main input[type="email"]::-moz-placeholder,
.ccform-main input[type="tel"]::-moz-placeholder,
.ccform-main textarea::-moz-placeholder {
  color: #999 !important;
}

/* For older WebKit browsers */
.ccform-main input[type="text"]::-webkit-input-placeholder,
.ccform-main input[type="phone"]::-webkit-input-placeholder,
.ccform-main input[type="email"]::-webkit-input-placeholder,
.ccform-main input[type="tel"]::-webkit-input-placeholder,
.ccform-main textarea::-webkit-input-placeholder {
  color: #999 !important;
}

@media(max-width:767px){
  .ccform-main{
    margin:auto;!important;
    width:100%!important;
  }
  h2{
  font-size: 32px !important;
}
  .dnd_area-row-1-background-layers h1{
    font-size: 40px !important;
  }
  .main-footer-inner{
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .main-footer-inner li{
    margin-left:0px!important;
  }
  .main-footer-inner h3{
    font-size:14px!important;
  }
}

/*custom style*/
.c-desing-bullet{
  list-style:none!important;
  padding: 0;
}
.c-desing-bullet li{
    line-height: 1.3em;
    position: inside;
    text-align: left;
    font-size: 17px;
    background: url('https://marketing.pestexinc.com/hubfs/tick-symbol%20(1).webp') no-repeat left;
    margin: 0;
    padding-left: 40px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif !important;
    color: #fff;
}
.c-dividorw{
  border-bottom-color: #fff!important;
  width: 8%;
  margin-bottom: 20px;
}
.dnd_area-row-4-background-layers,
.dnd_area-row-3-background-layers,
.dnd_area-row-7-background-layers,
.dnd_area-row-1-background-layers{
  background-attachment: fixed;
}
.dnd_area-row-4-background-layers{
  border: 20px solid #8bbd6e;
  border-left: none;
  border-right: none;
}