@media only screen and (max-width:767px){
  .query-btns-form{
    padding: 10px 1px;
    border: none;
    font-size: 1rem;
    font-weight: 800;

    background-color: #ffff;
    color:#000;
    letter-spacing: 1px;


  }
  .query-btns-form{
    padding: 10px 30px;
    border: none;
    font-size: 1rem;
    font-weight: 800;

    background-color: #ffff;
    color:#000;
    letter-spacing: 1px;


  }
  .btn-book-now {
    background-color: #fff; 
    color: #000;
    border: none;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  

  .close-icon{
    top: -8px;
    right: -2px;
  }

  .query-btns-form{
    font-size: 12px;
  }

  .input-textarea textarea{
    font-size: 1rem !important;
  }

  .form-pop {
    width: 90%;
  }
  
  .form-pop {
    padding: 15px;
  }
  
  .Form-img {
    height: 200px;
    /* display: none; */
  }
  
  .btn-book-now {
    font-size: 0.95rem;
  }
  
  h5 {
    font-size: 1.1rem;
  }
  
  .form-control,
  .form-select {
    font-size: 0.95rem;
  }
  
  .form-control,
  .form-select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 1rem;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  .form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: opacity 0.3s ease-in-out;
  }
  
  .form-pop {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 5px;
    color: #333;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }
  /* .form-main {
    background-color: #000;
    padding: 18px 10px;
    border-radius: 10px;
    position: relative;
  } */

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0); 
    }
    50% {
      transform: translateY(-10px); 
    }
  }
  
  .get-quote {
    display: none;
    
  }

  


  .mail-phonw{
    /* animation: bounce 1.5s infinite;  */
transition: background-color 0.3s ease, transform 0.2s ease; 
/* position: fixed; */

background: linear-gradient(45deg, #cf3a08, #be6008);
color: white; 
width: 50px; 
height: 50px; 
font-size: 16px; 
font-weight: 600; 
border: none; 
border-radius: 50%; 
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
text-align: center; 
}

.phone-call-mobile {
  transition: background-color 0.3s ease, transform 0.2s ease;
  background: linear-gradient(45deg, #e6c700, #e6c700); /* Vibrant blue gradient */
  color: white;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.get-quote-phone {
  transition: background-color 0.3s ease, transform 0.2s ease;
  background: linear-gradient(45deg, #e6c700, #e6c700); /* Warm orange-red gradient */
  color: white;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

  
.left-column {
  width: 100%;
  position: relative;
}
  .Build-growth-para{
    text-align: justify;
  }
  .menu-btn img {
    height: 25px;
    filter: brightness(0) invert(1);
}
.logo {
  color: white;
  height: 50px;
  /* background: rgba(231, 227, 227, 0.1); */
}

.navbar a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  padding: 0;
  display: block;
  transition: color 0.3s;
}
.sidebar img {
  height: 39px;
}
        .social-links i{
            font-size: 1.4rem;
        }

        .privacy {
          padding: 35px 0px;
      }

        .footer-links {
          padding: 18px 0;
      }

        .right-buttons button{
          display: none;
        }
    
        .buttons button {
          padding: 0.5rem 0.6rem;
          font-size: 11px;
          letter-spacing: 1px;
      }

      .my-blog h3 {
        color: #00435a;
        font-size: 19px;
        font-weight: 500;
        padding: 6px 0;
        line-height: 27px;
    }

    .service-card .right-col .small-img {
      display: flex; /* Ensure flexbox for alignment */
      gap: 1rem; /* Adjust the gap as per design */
      width: 100%;
      flex-direction: column;
      margin: 30px 0;
    }

    .service-card .right-col .small-img img {
      width: 100%;
    
    }

    .service-card .right-col img {
      height: 277px;
      width: 100%;
  }

  .service-card .left-col-data{
    position: relative;
  }

  .accordion__header {
    padding: 13px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #00435A;
    font-size: 17px;
    transition: background 0.3s ease;
}

.service-card .right-col h1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
}

.service-card .right-col .content-main {
  padding: 35px 0;
  color: #00435A;
}

.service-card .right-col p {
  font-size: 15px;
  font-weight: 500;
  color: black;
  text-align: justify;
  line-height: 26px;
}
      
.service-card .left-col {
  position: absolute;
  padding-left: 16px;
  visibility: hidden;
}
.service-card .left-col-service {
  position: relative;
  padding-left: 16px;
  visibility: visible;
  margin-top: 40px;
}
.service-card .right-col {
  padding-left: 14px;
  padding-top: 16px;
}

  .pbmit-ads-inner {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 14px;
}

.pbmit-ads-banner {
    height: 361px;
}

  .service-card {
    padding: 39px 0;
}
        .recent-box {
            border-right: none;
          }
         .recent-articles h5 {
            color: #00435A;
            font-size: 1.9rem;
            text-align: center;
            padding-right: 0;
            font-weight: 700;
          }
           .recent-articles .Explore{
            padding-left: 0 ;
            font-size:1.2rem;
            text-align: justify;
            font-weight: 600;
          }
          .recent-articles-break{
            display: none;
          }

          .recent-articles {
            padding: 40px 15px;
            background-color: #f8f9fa;
        }

          .footer-heading h5{
            text-align: center;
            font-size: 32px;
          }
          
      
          .hero-story{
            display: none;
          }
          .make-customer {
            color: #00435a;
            font-size: 1.9rem !important;
            text-align: center !important;
            padding-right: 0 !important;
          }
          .Explore-para{
            padding-left: 0 ;
            font-size:1.2rem;
            text-align: justify;
            font-weight: 600;
            margin: 20px 0;
          }
          
    

          .story-card {
            min-height: 200px;
          }
        
          .hero-story-img {
            width: 60px;
          }
        
          .story-name {
            font-size: 0.9rem;
          }
    
    .carousel-item img {
      object-fit: cover;
        height: 500px;
        
      }

      .stat h4 {
        font-size: 30px;
    }

    .stat h4 span {
      font-size: 24px;
      color: #00435a;
      font-weight: 800;
  }

      .carousel-btn{
        text-wrap: nowrap;
        gap: 28px;
      }


      .carousel-btn .btn1 {
        padding: 12px 16px;
    }

    .carousel-btn .btn2 {
      padding: 12px 16px;
  }

      .carousel-data p {
        font-size: 40px;
        line-height: 48px;
    }

      .carousel-data{
        top: 100px;
      }

      .carousel-data h5 {
        width: 78%;
    }

      .navbar {
        flex-direction: row;
        justify-content: space-between;
      }
  
      .navbar ul {
        display: none;
      }
  
      .navbar-center {
        display: none;
      }

      .left-column::before{
        display: none;
    }

    .left-column::after{
        display: none;
    }

    .left-column .absolute-image{
        display: none;
    }

    .left-column .img1 {
        width: 100%;
        height: 351px;
    }

    .button-wrapper {
      margin-top: 31px;
      margin-bottom: 45px;
  }

    .right-column {
        width: 100%;
        position: relative;
        top: 40px;
        text-align: center;
    }

    .container-fluid{
        padding: 0px 20px !important;
    }

    .sidebar ul li {
      border-bottom: 1px solid #00435a;
      padding: 0px 31px 0px;
  }

  .sidebar .social {
    padding: 50px 31px 20px;
    color: black;
}

.sidebar {
  position: fixed;
  top: 0;
  width: 301px;
  height: 100%;
  padding: 64px 0px 30px;
  background: white;
  color: #00435a;
  transition: right 0.8s;
  z-index: 1100;
}

.sidebar .sidebar-padding {
  padding: 0 31px 30px;
}

    .section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 80px 24px 41px !important;
    
    }

    .heading h2 {
      font-size: 31px;
      line-height: 39px;
      margin-bottom: 20px;
  }
      
    .custom-client-wrapper {
      grid-template-columns: 1fr;
    }

    .pink-overlay {
      left: 0px;
      margin-top: 0px;
      height: 80%;
  }

  .custom-column-right-video video {
    transform: translateX(0px);
    width: 100%;
}

.custom-container {
  display: flex;
  flex-direction: column;
  padding: 0px 0px !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding-top: 50px;
}


.custom-client-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
     
.custom-heading {
  font-size: 30px;
  text-align: center;

}



.benifits-of-setting-conetent{
 padding: 10px 10px;
}
.benifits-of-setting-conetent h5 {
  color: rgb(0 67 90 / 10%);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
}
.benifits-of-setting-conetent-column{
 padding: 0 !important;

 background-color: red;
}

.service-section .service-text {
  padding-bottom: 46px;
}

.marquee-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0;
}

.service-section h1 {
  text-align: center;
  font-size: 33px;
  line-height: 40px;
}
.pink-overlay-contact {
  margin-top: 0px;
}

.service-img{
  display: grid;
  grid-template-columns: repeat(1,1fr);
}
.about-banner .banner-text h2 {
  font-size: 21px;

}
.about-banner .banner-text h1 {
  font-size: 26px;
}

.about-banner .banner-text .banner-sub {
  margin-top: 7px;
  font-size: 13px;
}



.my-sliders {
  height: 305px;
}

.my-sliders .text {
  bottom: 9px;
  /* gap: 40px; */
}

.my-sliders::before {
  height: 16%;
}

.service-section {
  padding: 60px 0;
}

.stats{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates two equal columns */
  gap: 30px;
}

.stat3{
  grid-column: 1/3;
  
}
.about-bannerr {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
  border-radius: 15px;
}

.marquee-inner {
  gap: 27px;
}

.marquee-item {
  font-size: 48px;
}

.marquee-star {
  font-size: 48px;
}

.Purchase-theme-circle {
  display: none;
}

#testimonials-section {
  padding: 80px 0px;
  background-image: url('/assets/images/map-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#testimonial .item p {
  font-size: 20px;
}

#testimonial {
  padding: 30px 0;
  text-align: center;
  left:0;
}

#testimonials-section {
  padding: 40px 0px;
}



.services-grid{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 70px 0;
}

.blog-grid{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 70px 0;
}

.my-blog img {
  width: 100%;
  height: 249px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.elementor-section {
  padding: 30px 10px;
}

.pbmit-custom-heading h2 {
  color: #00435a;
  font-size: 31px;
  font-weight: 650;
}

.pbmit-heading-subheading h2 {
  font-size: 31px;
  color: #00435a;
  font-weight: 650;
  line-height: 37px;
}
.pbmit-heading-desc {
  font-size: 0.8rem;
}

.input-group input,
.input-group textarea {
  font-size: 0.8rem;
}

.about-bannerr .banner-text h1 {
  font-size: 28px;
  color: white;
  font-weight: 600;
  text-wrap: nowrap;
}

.wpcf7-submit {
  font-size: 0.8rem;
}

.elementor-container {
  flex-direction: column;
  gap: 0;
}

.about-banner .banner-text br{
  display: block;
}
.pbmit-all-post-list li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 9px 22px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.map-container{
  height: 270px;
}

.about-bannerr .banner-text br{
  display: block;
}

.pbmit-ads-logo img {
  width: 190px;
  height: auto;
  margin-bottom: 33px;
}

 
}

@media (min-width: 768px) and (max-width:991px) {

  /* pop from  */

  /* .form-pop{
    background: linear-gradient(135deg, #FFD700, #FFA500);
    width: 700px;
    height: 400px;
    border-radius: 0.3rem;
    position: relative;
  
  } */

    .form-pop{
    /* background: linear-gradient(135deg, #FFD700, #FFA500); */

    width: 500px;
    height: 500px;
    border-radius: 0.3rem;
    position: relative;
    background-image: url("/assets/images/serviceLeftBanner/1.webp");
    /* background-size: cover;  */
    background-position: center;
  
  }

    .navbar {
      flex-direction: row;
      justify-content: space-between;
    }

    .privacy {
    padding: 60px 0px;
}

.pbmit-ads-logo img {
  width: 224px;
  height: auto;
  margin-bottom: 23px;
}

.sidebar img {
  height: 45px;
}

.logo {
  color: white;
  height: 79px;
  /* background: rgba(231, 227, 227, 0.1); */
}

.navbar a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  padding: 0;
  display: block;
  transition: color 0.3s;
}

.service-card .left-col {
  position: absolute;
  padding-left: 16px;
  visibility: hidden;
}

.service-card .left-col-service {
  position: relative;
  padding-left: 16px;
  visibility: visible;
  margin-top: 40px;
}
    .footer-links {
      padding: 19px 0;
  }

  .service-card .right-col {
    padding-left: 16px;
    padding-top: 28px;
}

  .service-card {
    padding: 39px 0;
}

    .pbmit-all-post-list li a {
      padding: 8px 12px;
      font-size: 14px; 
  }

    .elementor-container {
      flex-direction: column;
      gap: 0;
    }
  
    .elementor-column {
      flex: 0 0 100%;
    }
  
    .pbmit-heading-subheading h2 {
      font-size: 35px;
      color: #00435a;
      font-weight: 650;
      line-height: 40px;
  }

  .pbmit-custom-heading h2 {
    color: #00435a;
    font-size: 35px;
    font-weight: 650;
}
  
    .pbmit-heading-desc {
      font-size: 0.9rem;
    }
  
    .input-group input,
    .input-group textarea {
      font-size: 0.9rem;
    }
  
    .wpcf7-submit {
      font-size: 0.9rem;
    }
    .marquee-inner {
      gap: 27px;
  }

  .my-blog img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

  .buttons button {
    padding: 0.5rem 0.6rem;
    font-size: 11px;
    letter-spacing: 1px;
}

  .marquee-star {
    font-size: 60px;
}

.marquee-item {
  font-size: 60px;
}

    .service-section h1 {
      font-size: 37px;
      line-height: 47px;
  }

  .service-img{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .my-sliders{
    height: 316px;

    
  }

  .carousel-btn {
    display: flex;
    justify-content: center;
    gap: 32px;
}

  

  .footer-heading{
    text-align: center;
  }

  #testimonials-section {
    padding: 23px 0px;
    background-image: url('/assets/images/map-bg.png');
    background-size: cover;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

#testimonial .item p {
  font-size: 21px;
}

.service-card .right-col h1 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 17px;
}

    
    .right-buttons button{
      display: none;
    }

    .navbar ul {
      display: none;
    }

    .navbar-center {
      display: none;
    }
    .column {
      width: 100%;
      margin-bottom: 20px;
  }

  .carousel-data{
    top: 100px;
  }

  .carousel-item img {
    height: 501px;
    object-fit: cover;
}

.about-banner .banner-text br{
  display: block;
}

.carousel-data h5 {
  width: 42%;
}
  .carousel-data p {
    font-size: 49px;
    line-height: 51px;
}

.button-wrapper {
  margin-top: 31px;
  margin-bottom: 105px;
}

.stats {
    margin-top: 0px;
}

  .stat {
      margin-bottom: 20px;
  }
  .left-column::before {
    content: "";
    position: absolute;
    left: 102px;
    bottom: -75px;
    z-index: 1;
    width: 116px;
    height: 53px;
    background-color: #00435a;
    border-radius: 0 0 10rem 10rem;
}

.left-column::after {
    content: "";
    position: absolute;
    left: 331px;
    top: 87px;
    z-index: -2;
    width: 180px;
    height: 180px;
    background-color: transparent;
    border: 30px solid #faad00;
    border-radius: 50%;
}

.heading h2 {
    margin-bottom: 18px;
    margin-top: 55px;
    font-size: 43px;
    line-height: 51px;
}

 
.left-column .img1 {
    width: 407px;
    height: 490px;
}


.absolute-image {
    position: absolute;
    top: 74%;
    left: 142%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70%;
    z-index: -1;
}

.section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px ;
    padding: 80px 24px 80px !important;

}

.container-fluid {
    padding: 0px 50px !important;
}

.right-column {
    width: 100%;
}

    .social-links i{
       font-size: 1.4rem;
   }


   .recent-articles h5 {
       font-size: 2rem;
       text-align: center;
     }
   
     .recent-box {
       border: none;
       margin-bottom: 20px;
     }
   
     .card-content p {
       font-size: 1rem;
     }
   
     .card-content span {
       font-size: 0.8rem;
     }

     .recent-box {
       border-right: 5px solid #FAAD00;
     }
    .recent-articles h5 {
       color: #00435A;
       font-size: 2.5rem;
       text-align: right;
       font-weight: 700;
       padding-right: 40px;

     }
      .recent-articles .Explore{
       padding-left: 0 ;
       font-size:1.2rem;
       text-align: justify;
       font-weight: 600;
     }
     .recent-articles-break{
       display: none;
     }
     .recent-articles .Explore{
       padding-left: 60px ;
       font-size:18px;
     }
     .article-img{
       height: 100px !important;
     }

     .pink-overlay {
      left: 0px;
      margin-top: 77px;
  }

  .custom-column-right-video video {
    transform: translateX(0px);
    width: 100%;
}

.custom-container {
  display: flex;
  flex-direction: column;
  padding: 117px 80px 55px !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.custom-client-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
     
.custom-heading {
  font-size: 38px;
  text-align: center;

}

.marquee-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0 0 20px;
}

.about-banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.about-banner .banner-text h2 {
  font-size: 33px;

}

.service-card .right-col .content-main {
  padding: 31px 0;
  color: #00435A;
}

.footer-main h5 {
    font-size: 2.2rem;
}

.Purchase-theme-circle {
  display: none;
}

.my-sliders .text {
  bottom: 6px;
}
.services-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 80px 0;
}

.blog-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 80px 0;
}

.my-blog h3 {
  font-size: 19px;
  padding: 6px 0;
  line-height: 28px;
}

.about-banner .banner-text h1 {
  font-size: 31px;
  color: white;
  font-weight: 600;
  text-wrap: nowrap;
}

.service-card .right-col img {
  height: 460px;
  width: 100%;
}




  }
 @media only screen and (min-width:992px) and (max-width:1199px) {
    
    .carousel-item img {
      object-fit: cover;
        height: 700px;
        
      }

      .logo {
        color: white;
        height: 34px;
        /* background: rgba(231, 227, 227, 0.1); */
    }

      .about-banner .banner-text h2 {
        font-size: 32px;
        color: white;
        font-weight: 600;
        text-wrap: nowrap;
    }

      .pbmit-heading-subheading h2 {
    font-size: 42px;
    color: #00435a;
    font-weight: 650;
    line-height: 51px;
}

      .container-fluid {
    padding: 0px 37px !important;
}

      .blog-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 100px 0;
    }

      .footer-main h5 {
        font-size: 2.7rem;
    }

      .stat h4 {
        font-size: 25px;
        color: #00435a;
    }

      
    .stat h4 span {
      font-size: 24px;
      color: #00435a;
      font-weight: 800;
  }

  .stat h3 {
    font-size: 16px;
    color: #00435a;
    font-weight: 700;
}

    

      .carousel-data p {
        font-size: 67px;
        line-height: 86px;
    }

      .carousel-data{
        top: 170px;
      }

      .carousel-data h5{
        width: 25%;
      }

      .section {
        padding: 100px 80px 40px !important;
    
    }

    #testimonials-section {
      padding: 0px 0px;
      background-image: url('/assets/images/map-bg.png');
      background-size: cover;
      left: 50%;
      background-repeat: no-repeat;
      background-position: center center;
  }

  .service-img {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
      

    .left-column {
        width: 20%;
    }

    .right-column{
        top: 0;
    }

    .button-wrapper {
        margin-top: 0px;
    }

    .left-column .img1 {
        width: 374px;
        height: 531px;
    }

    .left-column::before{
        display: none;
    }

    .left-column::after{
        display: none;
    }

    .left-column .absolute-image{
        display: none;
    }

    .right-column{
        width: 30%;
    }

    .heading h2{
        margin-bottom: 20px;
        font-size: 42px;
    }

    .right-column{
        width: 50%;
    }

    .stats{
        margin-top: 0px;
    }

    .my-blog h3 {
      font-size: 22px;
  }
      
 }
