@media only screen and (max-width: 992px) {
      .banner_form {
        background: rgba(0, 0, 0, 0.85);
        padding: 22px;
        margin: 0 -15px 0;
      }
    }


    .bg-gray {
      background-color: #f5f5f5;
    }

    .sevice-box figure {
      margin: 0px;
    }

    .sevice-box figure img {
      width: 100%;
    }

    .sevice-box .service-text {
      border: 1px solid #c3c3c3;
      padding: 25px 20px;
      position: relative;
      z-index: 3;
      background: #fff;
      border-top: 0px;
      position: relative;
      z-index: 2;
      top: 0;
      transition: all 0.3s ease-in-out;
      min-height: 180px;
    }

    .sevice-box:hover .service-text {
      color: #fff;
      border-color: #fbb908;
    }

    .sevice-box .service-text h3 {
      background: transparent !important;
      margin-bottom: 15px;
      font-size: 19px;
      font-weight: bold;
    }

    .sevice-box .service-text h3 a {
      color: #333;
      transition: all 0.3s ease-in-out;
    }

    .sevice-box:hover .service-text h3 a {
      color: #fff;
    }

    .sevice-box .service-text:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      content: '';
      background: #ff6700;
      z-index: -1;
      transition: all 0.3s ease-in-out;
    }

    .sevice-box:hover .service-text:before {
      height: 100%;
    }

    .btn-outline-light {
      background-color: #fff;
      background-image: none;
      border-color: #ff6700;
      color: #ff6700;
    }

    .btn-outline-light:hover {
      color: #ff6700;
    }

    .separator-area {
      overflow: hidden;
    }

    .separator-area:before {
      content: "";
      position: absolute;
      width: 70%;
      height: 500px;
      right: 0;
      top: 0;
      z-index: 1;
      margin-right: -50px;
      background: #ffd7b5;
      -ms-transform: skewX(-12deg);
      -webkit-transform: skewX(-12deg);
      transform: skewX(-12deg);
    }

    .separator-area:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 50%;
      height: 100%;
      background: url(images/ari-bhai-1.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left top;
    }

    .separator-col {
      position: relative;
      z-index: 99;
      color: #444;
    }

    .separator-col h2 {
      color: #444;
      margin-bottom: 30px;
    }

    .process {
      position: relative;
      padding-left: 65px;
      margin-bottom: 20px;
    }

    .process i {
      width: 50px;
      height: 50px;
      line-height: 45px;
      background: #2ecc71;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      position: absolute;
      display: block;
      left: 0px;
      top: 0px;
      font-size: 40px;
    }

    .process h3 {
      margin-bottom: 0px;
      line-height: normal;
      margin-top: 0px;
      text-transform: uppercase;
      font-size: 15px;
    }

    .process p {
      text-transform: capitalize;
      color: #8e8e8e;
      margin: 0px;
    }

    .gallery-heading {
      position: absolute;
      left: 0;
      width: 100%;
      padding: 30px 15px;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
      bottom: 0;
      transition: all 0.3s linear 0.1s;
      -webkit-transition: all 0.3s linear 0.1s;
    }

    .gallery-heading h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
    }

    .gallery-heading a {
      color: #fff;
    }

    .cont_sec h2 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .testimonial {
      padding: 30px;
      text-align: left;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 6px;
      box-shadow: 0 2px 4px rgba(61, 65, 84, 0.1);
    }

    .testimonial__img {
      width: 55px !important;
      border-radius: 50%;
      padding: 2px;
      background: #fff;
      border: 1px solid #ddd;
      margin-bottom: 27px;
      float: left;
      margin-right: 20px;
    }

    .testimonial__info {
      overflow: hidden;
    }

    .testimonial__author {
      font-size: 18px;
      display: block;
      font-weight: 700;
      margin-bottom: 4px;
      color: #ff6700;
    }

    .testimonial__company {
      color: #666;
    }

    .testimonial__body {
      margin-top: 10px;
    }

    .testimonial__text {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 14px;
      display: inline-block;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sevice-box .service-text h3 {
        font-size: 18px;
      }
    }

    @media only screen and (max-width:768px) {
      .separator-area {
        background: #ffd7b5;
      }

      .separator-area:after {
        display: none;
      }
    }

    .video_embed {
      cursor: pointer;
    }

    .video_embed span {
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: auto;
      margin: -30px 0 0 -40px;
    }

    .video_embed:hover svg .ytp-large-play-button-bg {
      fill: #f00;
    }


    .section-title.dark-section h1,
    .section-title.dark-section h2 {
      color: white;
      font-size: 2.5em;
      font-weight: bold;
      line-height: 1.3;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      margin-bottom: 20px;
    }

    .btn-default {
      background-color: #ff6600;
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
    }

    .btn-default:hover {
      background-color: #e65c00;
      color: white;
    }

    .form-container {
      position: absolute;
      top: 0;
      right: 0;
      width: 350px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      padding: 20px;
      box-sizing: border-box;
    }

    .form-card {
      background-color: #333;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      width: 100%;
      max-width: 350px;
    }

    .form-card .card-title {
      color: #fff;
      font-size: 1.5em;
      margin-bottom: 25px;
      text-align: center;
    }

    .box .form-control {
      background-color: #444;
      border: 1px solid #555;
      color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
    }

    .box.form-control::placeholder {
      color: #bbb;
    }

    .box.form-control:focus {
      background-color: #555;
      border-color: #ff6600;
      box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.25);
      color: #fff !important;
    }

    .form-label {
      color: #ccc;
      font-size: 0.9em;
    }

    .form-check-input {
      background-color: #444;
      border: 1px solid #555;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 1.2em;
      height: 1.2em;
      border-radius: 50%;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 0.5em;
    }

    .form-check-input:checked {
      background-color: #ff6600;
      border-color: #ff6600;
    }

    .form-check-label {
      color: #fff;
      cursor: pointer;
    }

    .btn-submit {
      background-color: #ff6600;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .btn-submit:hover {
      background-color: #e65c00;
      color: white;
    }

    @media (max-width: 992px) {

      .section-title.dark-section h1,
      .section-title.dark-section h2 {
        font-size: 2em;
      }

      .form-container {
        width: 100%;
        height: auto;
        position: relative;
        background-color: rgba(0, 0, 0, 0.85);
        padding: 40px 20px;
      }

      .main-container {
        display: flex;
        flex-direction: column;
        height: auto;
      }

      .hero.hero-slider-layout,
      .swiper {
        height: 70vh;
      }

      .hero-pagination {
        left: 20px;
      }
    }

    .get-auote {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
    }

    .hero-slide-content {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .roof img {
      max-width: 203px;
      height: 206px;
    }

    @media (max-width: 390px) {
      .carousel-caption {
        position: absolute;
        right: auto;
        bottom: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: start;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }

    }


      @media (max-width: 992px) {
        .get-auote {
          position: relative;
          bottom: auto;
          left: auto;
          width: 100%;
          height: auto;
          z-index: 1;
          background: #333;
        }
      }

      .carousel-caption {
        position: absolute;
        right: auto;
        bottom: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: start;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }


    .right-content {
        background-color: #f26522;
        color: white;
        padding: 40px;
    }

    .carousel-item img {
      width: 100%;
      object-fit: cover;
    }
    @media (max-width: 768px) {
      .right-content {
        padding: 20px;
        text-align: center;
      }
    }