

#bannerbtn1 {
	display: none;
  }

  @media (max-width: 768px) {
	#bannerbtn1 {
	  display:inline-block;
	}
  }

  #headtext {
	display: none;
  }

  @media (max-width: 768px) {
	#headtext {
	  display: block;
	}
  }

  #bannercontent {
	display: none;
  }

  @media (max-width: 768px) {
	#bannercontent {
	  display: block;
      word-spacing: -2px;
	}
  }
   #service-banner{
   background-image: url(../image/mobile/header.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
   height: 400px;
   }
   @media only screen and (max-width: 767px) {
    #service-banner {
       padding: 10px 0;
       background-image: url('../image/mobile/header.jpg');
       background-attachment: scroll;
       height: 250px;
       background-size: cover;
    }
  }
   .lead{
   text-align: justify;
   /* word-spacing:3.5px; */
   font-size: 15.8px;
   color: white;
   }
   #dropline11{
   border-bottom:2px solid #175cff;
   width:15rem;
   height:5px;
   }
   #service-dropline{
   border-bottom:3px solid #175cff;
   width:75px;
   margin-bottom:13px;
   }
   .intl-tel-input.separate-dial-code .selected-dial-code {
   display: table-cell;
   vertical-align: middle;
   padding-left: 8px;
   }
   #cntbx{
   height: 270px;
   }
   @media only screen and (max-width:480px){
   #cntbx{
   height: 430px;
   }
   }
   #height{
      min-height: 350px;
   }
   #textalign {
    text-align: justify;
    word-spacing: -2px;
    text-align-last: left;
    word-break: break-word;
    hyphens: none;
   font-size: 15px;
}
   #color{
      color: #032d60;
      font-size: 30px;
   }
   #height1{
      height: 300px;
   }
   #textalignleft{
      text-align: justify;
      word-spacing: -4px;
      font-size: 15px;
   }
   .lead{
      text-align: justify;font-size:16px;
   }

   #heighttop{
      margin-top: -75px;
   }
   #headtext{
      font-size: 38px;
   }
   .cta-button {
      background-color: #e74c3c;
      padding: 12px 30px;
      border-radius: 5px;
      color: white;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      display: inline-block;
      transition: background-color 0.3s ease;
    }
    .cta-button:hover {
      background-color: #c0392b;
    }

    section h2 {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 30px;
      color: #032d60;
    }

    /* Feature Grid */
    .feature-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    .feature-item {
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }
    .feature-item:hover {
      transform: translateY(-10px);
    }
    .feature-item i {
      font-size: 1.9rem;
      color: #3498db;
      margin-bottom: 15px;
    }
    .feature-item h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #2c3e50;
    }
    .feature-item p {
      font-size: 1rem;
      color: #7f8c8d;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .feature-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .feature-grid {
        grid-template-columns: 1fr;
      }
    }
    h2{
      color: #032d60;
    }
    #lineadjust{
      line-height: 36px;
    }

    #text-center{

        text-align: center;
    }

    @media (max-width: 768px) {
        #text-center{

            text-align: justify;
        }
      }
