body,
html {
  font-family: "Ubuntu", serif;

  background: #f5f5f5;

  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;

  padding: 0;
}

.logo img {
  height: 50px;
}

.container-fluid {
  padding: 0px 30px;
}

header {
  padding: 10px 0px;
}

.title-font-sm {
  font-size: 40px;
}

.bnt-get-strat a {
  display: inline-block;

  text-decoration: none;

  color: #fff;

  background:#D44F0E;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;
}

.bnt-get-strat a:hover {
  background:#000000;

  color: #fff;
}
.topbar{
  background:#D44F0E;
  color:#fff;
  font-size: 20px;
  font-weight: 500;
}
.hero-banner-bnt {
  position: relative;

  margin-top: 25px;
}

.hero-banner-privacy {
  background: #30333f;
}

.hero-banner-terms {
  background: url(../img/homepage-hero-banner-feb24-4.jpg) center center;
}

.privacy-contant .content-section .title-section {
  padding-left: 0 !important;
}

.line-hero-banner {
  border-bottom: 1px solid #30333f30;

  width: 50%;

  text-align: center;

  margin: 0 auto;
}

.line-hero-banner-uper {
  padding: 15px 0;
}

.hero-banner {

  background: url(../img/RESTORATION-FIRE-DAMAGE.webp);

  position: relative;

  background-position: center;

  object-fit: cover;

  background-repeat: no-repeat;
  background-size: cover;
  display: flex;

  align-items: center;

  justify-content: center;
}
.hero-banner:before{
  content: '';
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content{
  position: relative;
  z-index: 2;
  padding:50px 0;
}
.section-padding {
  padding: 50px 0px;
}

.sub-title-sectrion {
  display: inline-block;

  padding: 12px 20px;

  background: transparent;
}
.card-image{
  height: 25px;
  display: block;
  margin: 20px auto 0;
}
.sub-title-sectrion:hover {
  background: transparent;
}
.serv-ico{
  width: 30px;
    margin-right: 10px;
}
.serv-ico svg{
  fill:#fff;
}
.serv-box{
  font-size: 20px;
  font-weight: 600;
}
.service-block{
  background-color: #000;
  color:#fff;
}
.read-more-btn a{
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid#0ba6f9;
  background:#0ba6f9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.6s;
}
.read-more-btn a:hover{
  border: 1px solid#0ba6f9;
  background: #ffffff;
  color:#0ba6f9;
}

.sub-title-sectrion h6 {
  font-weight: 700;

  letter-spacing: 2px;

  font-size: 20px;

  color:#0ba6f9;
}

.sub-title-sectrion h6:hover {
  color:#0ba6f9;
}

.about-list-text {
  position: relative;

  padding-left: 20px;
}

.hero-banner .hero-banner-text-content .title-section h1 {
  font-size: 52px;

  font-weight: 600;

  padding: 0 80px;

  margin: 30px 0;

  color: #fff;
}

.hero-banner .hero-banner-text-content .title-section p {
  display: inline-block;

  width: 50%;

  font-size: 30px;

  line-height: 30px;

  color: #fff;
}
.hero-banner .hero-banner-text-content .title-section span{
  font-size: 16px;
  color: #fff;
}
.title-section h2 {
  font-size: 50px;

  font-weight: 600;

  /* line-height: 4.5rem; */
}
.service-ico{
  width: 40px;
  display: block;
  margin: 0 auto 15px;
}
.service-ico svg{
  fill: #D44F0E;
}
.title-section h3 {
  font-size: 30px;
  font-weight: 600;
}
.service-box {
  font-weight: 600;
  padding: 30px;
  box-shadow: 0px 17px 23px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
    border-radius: 10px;
  height: 100%;
}
.service-box a{
  color: #000;
  text-decoration: none;
}
.service-box p{
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}
.insurance-logo img{
height: 100%;
object-fit: contain;
}
.about-text-content .title-section h2 {
  margin: 20px 0;

  font-size: 28px;

  font-weight: 700;

  line-height: 2.5rem;
}

.services .title-section h2 {
  font-size: 55px;

  margin: 20px 100px 15px;
}

.about-text-content .title-section p {
  margin-bottom: 25px;

  line-height: 1.8rem;
}

.title-section h4 {
  font-size: 19px;

  font-weight: 800;

  color: #30333f;
}

.hero-banner-img img {
  width: 25%;

  position: absolute;

  bottom: 0;

  right: 0;
}

.about .img-content-about {
  background: url(../img/Pest-Control-Specialists.jpg);

  width: 100%;

  height: 100%;

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  background-position: center top;

  background-repeat: no-repeat;

  transition: all 0.5s ease-in;

  background-size: cover;
}

.about .img-content-about:hover::before {
  content: "";

  background: #30333f;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.2;

  z-index: 3;
}

.call-btn {
  display: inline-block;

  background: #30333f;

  border-radius: 100%;

  padding: 10px;
}

.call-text a {
  text-decoration: none;

  color: #30333f;

  font-weight: 600;
}

.call-text p {
  color: #7a7a7a;

  font-size: 16px;

  font-weight: 600;
}

.call-text {
  padding-left: 25px;
}

.services {
  background: #f0eeea;
}

.img-content-services {
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.img-content-services .img-1{
  transition: 0.3s;
}
.img-content-services .img-1:hover{
  transform: scale(1.1);
}
.services-item{
  overflow: hidden;
  transition: 0.6s;
  border-radius: 15px;
  background: #ffffff;
}
.services-item:hover{
  box-shadow: 0 0px 9px rgb(51 51 51 / 25%);
}
.services-item .title-section{
  padding: 15px;
}
.img-content-services .img-1 {
  width: 100%;

  height: 260px;

  object-fit: cover;
}

.icon-item {
  background:#0ba6f9;

  width: 68px;

  height: 68px;

  position: absolute;

  top: 20px;

  left: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;
}

.img-content-services::before {
  content: "";

  position: absolute;

  background: #30333f;

  top: 0;

  left: 0;

  border-radius: 15px;

  width: 100%;

  height: 100%;

  opacity: 0.3;
}

.icon-item img {
  width: 68px;

  height: 68px;

  border-radius: 50%;
}

footer {
  background: #30333f;

  color: #ffff;
}

footer .logo img {
  height: 65px;

  margin-bottom: 50px;
}

footer p {
  color: #fff !important;

  font-size: 16px !important;
}

footer .title-section a {
  text-decoration: none;

  color: #fff;

  font-size: 18px;

  display: block;

  margin-top: 10px;
}
footer .title-section p{
  font-size: 18px!important;
  margin-top: 10px;
}
footer .footer-logo p {
  margin: 30px 10px 30px 0;
}

footer h5 {
  font-size: 30px;

  margin-left: 10px;
}

footer .address p,
footer .contact p {
  margin: 20px 0px;
}

.social-media-bg {
  display: flex;

  background:#0ba6f9;

  height: 40px;

  width: 40px;

  justify-content: center;

  align-items: center;

  border-radius: 50%;
}

.social-media-menu {
  margin: 20px 0;
}

/* tumse-condition */

.hero-banner-terms {
  height: auto;
  padding: 70px 0;
  position: relative;
}

.footer {
  height: auto;

  width: 100%;

  background-position: center right;

  position: relative;

  object-fit: cover;

  color: #fff;

  z-index: 9;

  background-repeat: no-repeat;
}

.disclaimer p{
  font-size: 12px!important;
  opacity: 0.6;
}
.ftr-btm{
  background: #262933;
}
.ftr-btm p{
  font-size: 12px!important;
}
.ftr-btm p span{
  color:#0ba6f9;
}
.ftr-btm a:hover{
  color:#0ba6f9;
  text-decoration: none;
}

/*.hero-banner-terms::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}*/

.tumse-condition a {
  background: none;

  color: #fff;
}

.registration-form .title-section h2 {
  text-align: center;
}

.top-name p {
  font-size: 16px;
}

/* privacy */

.hero-banner-privacy {
  height: auto;
  padding: 70px 0;
  position: relative;
  background: url(../img/homepage-hero-banner-feb24-4.jpg) center center;
}

.hero-banner-privacy span,
.hero-banner-terms span {
  position: relative;
}

/*.hero-banner-privacy::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}*/
.services-item .title-section p {
    min-height: 175px;
}
.services-item .title-section p {
  font-size: 16px;

  font-weight: 500;

  color: #7a7a7a;

  line-height: 1.5rem;

  margin-bottom: 0px;

}

.title-section p span {
  font-size: 26px;

  color:#D44F0E;
}

.privacy-contant .content-section .title-section {
  padding-left: 0px;
}

.peragraph {
  padding-left: 10px;
}

.privacy-contant .content-section span p {
  padding-left: 0px !important;

  margin: 10px 0px;
}

.privacy-contant .content-section ol span li {
  font-size: 24px;

  list-style: none;

  font-weight: bold;
}

.privacy-contant .title-section p {
  margin: 20px 0px;
}

.privacy-contant .title-section span p span {
  font-size: 20px;

  color: #30333f;

  font-weight: 800;
}

.privacy-contant .title-section a {
  background: none;

  text-decoration: underline;

  color: #30333f;

  font-weight: 800;

  padding: 0px;
}

.peragraph li {
  margin: 10px;
}

.logo-footer img {
  height: 60px;

  margin-bottom: 10px;
}

.email-id,
.call-id {
  margin-bottom: 20px;
}

.blink_text {
  animation-name: blinker;

  animation-duration: 1s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  text-decoration: none;

  font-weight: 800;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .services .title-section h2 {
    margin: 20px 220px 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-banner {
/*    background: url(../img/homepage-hero-banner-mobile.png);*/

    background-position: center right;

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .hero-banner-text-content {
    position: relative;

    z-index: 2;
  }

  .hero-banner::before {
    content: "";

    width: 100%;

    height: 100%;

    background: rgb(3 62 93 / 73%);

    position: absolute;

    top: 0;

    left: 0;

  }

  .about .img-content-about {
    background: url(../img/Pest-Control-Specialists.jpg);

    width: 100%;

    height: 680px;

    background-position: center;

    margin-bottom: 30px;

    border-radius: 20px;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .hero-banner .hero-banner-text-content .title-section h1 {
    padding: 0 !important;

    font-size: 58px;
  }

  .services .title-section h2 {
    margin: 20px 0 50px;
  }

  .about-list .icon-bg {
    width: 50px;
  }

  .title-section h2 {
    font-size: 38px;

    line-height: 3.5rem;
  }

  .about-text-content .title-section h2 {
    margin: 10px 0;

    font-size: 26px;
  }

  .hero-banner-privacy span,
  .hero-banner-terms span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    margin-bottom: 0 !important;
  }

  footer p {
    font-size: 16px;
  }

  .services-item-mt {
    margin-top: 0;
  }

  /*.img-content-services {
    margin-top: 30px;
  }*/

  .hero-banner-img img {
    width: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-banner .hero-banner-text-content .title-section h1 {
    font-size: 36px;
  }

  .hero-banner-img img {
    display: none;
  }

  .section-padding {
    padding: 30px 0;
  }

  .services .title-section h2 {
    font-size: 46px;

    margin-bottom: 20px;
  }

  .title-section h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .services-item .title-section p {
    font-size: 16px;
    line-height: 1.3rem;
  }
  .services-item .title-section p {
    min-height: 210px;
  }
}

@media only screen and (max-width: 576px) {
  .services .title-section h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner {
    height: 50vh;
  }

  .hero-banner-text-content h1 {
    margin: 0 !important;

    font-size: 21px !important;
  }

  .hero-banner-text-content .title-section p {
    font-size: 12px !important;

    line-height: normal;
  }

  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    font-size: 14px;

    line-height: 25px;
  }

  .about-list .icon-bg {
    width: 30px;
  }

  .contact {
    margin: 30px 0;
  }

  .bnt-get-strat a {
    padding: 9px 20px;

    font-size: 15px;
  }

  .title-section {
    text-align: center;
  }

  /* .hero-banner .hero-banner-text-content .title-section h1 {

        font-size: 24px;

    } */

  .about .img-content-about {
    background-position: center top;
    margin-bottom: 0;
    background-size: cover;
    height: 300px;
  }

  .bnt-get-strat {
    text-align: center;
  }
.about-text-content .title-section p {
    margin-bottom: 25px;
    line-height: 1.5rem;
  }
  .title-section p {
    font-size: 14px !important;

    line-height: 1.2rem;
  }

  .about-list .icon-bg {
    width: 40px;
  }

  .services .title-section h2 {
    font-size: 42px;

    margin-bottom: 15px;

    /* line-height: 2.5rem; */
  }

  /*.img-content-services {
    margin-top: 20px;
  }*/

  .sub-title-sectrion {
    padding: 15px 20px;
  }

  .tumse-condition-name {
    text-align: center;

    display: block !important;
  }

  .about-text-content .title-section h2 {
    font-size: 25px;

    line-height: 2rem;
  }

  .about-list-text {
    padding: 0;

    margin: 0 auto;
  }

  .about-list .icon-bg {
    width: 55px;
  }

  .title-section h3 {
    font-size: 22px;
  }

  footer h5 {
    font-size: 20px;
  }

  .icon-item img {
    width: 50px;

    height: 50px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  footer p {
    font-size: 13px;
  }

  footer .address p,
  footer .contact p {
    margin: 10px 0px;
  }

  .email-id,
  .call-id {
    margin-bottom: 10px;
  }

  .sub-title-sectrion h6 {
    font-size: 14px;
  }

  .icon-bg {
    display: none;
  }

  footer .title-section a {
    font-size: 16px;
  }

  .services .title-section h2 {
    font-size: 31px;

    line-height: 2.5rem;
  }
}

/* index1 form section styling start here */

.index2-form-inner-con input,
.index2-form-inner-con select,
.index2-form-inner-con textarea {
  width: 100%;

  height: 50px;

  padding: 10px 20px;

  font-size: 14px;

  line-height: 22px;

  color: var(--text-color);

  border: none;

  margin-bottom: 30px;
}

.index2-form-inner-con input:focus,
.index2-form-inner-con select:focus,
.index2-form-inner-con textarea:focus,
.index2-form-inner-con input:focus-visible,
.index2-form-inner-con select:focus-visible,
.index2-form-inner-con textarea:focus-visible {
  outline: 1px solid var(--accent);
}

.index2-form-inner-con select {
  appearance: none;
}

.submit-btn button {
  height: 50px;

  font-size: 16px;

  line-height: 28px;

  padding: 10px 20px;

  font-weight: 700;

  cursor: pointer;

  color: var(--primary-color);

  background: var(--accent);

  border: 1px solid var(--accent);

  transition: 0.2s ease-in-out;

  margin-top: 10px;

  width: 100%;
}

.submit-btn button:focus {
  outline: none;
}

.submit-btn button:hover {
  color: var(--accent);

  background: var(--primary-color);
}

/*.index2-form-inner-con .list-unstyled {

    display: grid;

    gap: 20px;

    margin-bottom: 39px;

    grid-template-columns: 32.1% 32.1% 32.1%;

}*/

.form-box span.error {
  color: red;

  position: absolute;

  top: -26px;

  left: 0;
}

.index2-form-inner-con {
  position: relative;
}

/*.index2-form-inner-con ul li:last-child{

    grid-column: 1/-1;

}*/

/*.index2-form-inner-con  textarea {

    height: 137px;

    resize: none;

    padding: 22px 20px;

}*/

.index1-form-main-section {
  padding: 60px 0px;
}

.index2-form-inner-con {
  margin-top: 30px;
}

.submit-btn button {
  /*padding: 10px 30px;

    font-size: 16px;

    line-height: 28px;

    font-weight: 700;

    cursor: pointer;

    color: #fff;

    background:#0ba6f9;*/

  display: inline-block;

  text-decoration: none;

  color: #fff;

  background:#0ba6f9;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;

  border: 1px solid#0ba6f9;

  transition: 0.2s ease-in-out;
}

.submit-btn button:hover,
.submit-btn button:focus {
  color:#0ba6f9;

  background: #fff;
}

/* index1 form section styling end here */

#ServiceRequried {
  font-size: 18px;

  text-align: center;

  pointer-events: none;
}

@media only screen and (max-width: 575px) {
.services .title-section p{
    min-height: 0;
    margin-bottom: 20px;
}
  .index2-form-inner-con ul {
    grid-template-columns: inherit;
  }
}

.content-section p {
  font-size: 16px;

  line-height: 26px;

  padding-bottom: 15px;
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section ol li strong {
  font-size: 22px;

  padding-bottom: 6px;

  margin-top: 10px;

  font-weight: 600;
}

.content-section ol {
  padding-left: 20px;

  font-size: 22px;

  font-weight: 600;
}

.icon-bg img {
  width: 30px;
}
.servicelist{
    text-align: left;
    column-count: 3;
    padding: 50px 30px 0px;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 2%;
    column-gap: 12%;
}
.servicelist a {
    color: #000 !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
    .servicelist {
        text-align: left;
        column-count: 2;
        padding: 50px 30px;
        line-height: 40px;
        font-weight: 500;
        font-size: 18px;
        margin-left: 0;
        column-gap: 10%;
    }
}
@media only screen and (max-width: 575px) {
    .servicelist {
        text-align: left;
        column-count: 2;
        padding: 0 0px 0 15px;
        line-height: 30px;
        font-weight: 500;
        font-size: 15px;
    }
}