.ser-con {
  padding: 0px 80px;
}
@media (max-width: 560px) {
  .ser-con {
    padding: 0px 0px !important;
  }
  .abox {
    padding: 0px 0px !important;
  }
  .bbox {
    padding: 0px 0px !important;
  }
}
.service-icon {
  text-align: center;
}
.service-icon i {
  font-size: 50px;
  color: #0172d0;
}
.team-member img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
}
.hc {
  color: #0172d0;
}
.hb {
  margin-top: -10px;
  margin-bottom: -40px;
}
.ii {
  font-size: 15px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.ij {
  font-size: 18px;
  vertical-align: middle;
  padding-bottom: 2.5px;
  margin-left: 10px;
}
.ui {
  font-size: 18px;
  margin-right: 10px;
  color: #0172d0;
  padding-top: 5px;
}
.uf {
  font-size: 18px;
  margin-left: 10px;
  color: #0172d0;
  padding-top: 5px;
}
.iv {
  padding-bottom: 50px;
  vertical-align: middle;
}
.iv img {
  height: 550px;
}
.ut li {
  font-weight: 400 !important;
}
.sh {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.fp {
  margin-top: -10px;
  margin-bottom: 10px;
}
.pp {
  padding: 60px 0px;
}
.cp {
  padding: 50px 0px;
}
.fj {
  text-align: justify !important;
}
.sf {
  padding-left: 5px;
}
.ip {
  padding: 20px 0px 30px;
}
.contact-info i {
  font-size: 18px;
}
.lp i {
  font-size: 25px;
  margin-right: 20px;
  color: #0172d0;
}
.i2 {
  max-width: 93% !important;
}
.pj {
  padding-bottom: 10px;
}
.sp p {
  text-align: center;
}
.isi {
  padding: 0px 0px 30px !important;
}
.useful-link i {
  margin-right: 5px;
}
.cppp {
  padding: 20px 0px;
}
.ciii {
  margin-top: 0.000001px;
  padding: -5px !important;
}
.ttt {
  padding: 0px 0px 40px;
}
.ijj {
  padding-left: 10px;
}
.iff .ifff {
  width: 100% !important;
}

.service-list li {
  margin-left: -30px !important;
  font-size: 17px;
}
.service-list li a i {
  margin-right: 5px;
}
.service-item {
  height: 320px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.sp {
  margin: 10px 0px 50px;
}
.service-item1 {
  max-width: 375px;
  height: 320px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
}
/* Container spacing (optional) */
.col-lg-12.col-md-6.col-sm-6 {
  padding: 8px 12px;
}

/* Custom select wrapper to add icon & better control */
select.form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;

  /* Border styling */
  border-radius: 5px;
  background-color: #f8f8f8 !important;
  cursor: pointer;
}

/* Gray placeholder */
select.form-control option[value=""] {
  background-color: gray;
}

.select-wrap {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: gray;
  border: 1px solid #0172d0 !important;
}
.contact-form input {
  border: 1.5px solid #0172d0 !important;
  border-radius: 5px !important;
}

.contact-form textarea {
  border: 1px solid #0172d0 !important;
  border-radius: 5px !important;
}
/* Right-side chevron (pure CSS) */
.select-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: linear-gradient(135deg, transparent 50%, #0b1220 50%);
  background-size: 50% 50%;
  background-position:
    left top,
    right bottom;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.wei {
  margin: 35px 0px 0px 0px;
  vertical-align: left;
}
.webi {
  max-width: 360px;
  margin: 0px 0px 0px 35px;
  vertical-align: right;
}
.webs .webii {
  margin-top: 1px !important;
}
.webs li {
  margin: 20px 0px;
}
.webs li a i {
  color: #0172d0;
}

/* Quick Enquiry Wrapper */
.service-details-widget.webff {
  width: 100%;
}

/* Widget Box */
.service-single-widget {
  background: #f7f8fa;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Title */
.service-widget-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

/* Inputs */
.service-single-widget input,
.service-single-widget select,
.service-single-widget textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
  background: #fff;
}

/* On Focus */
.service-single-widget input:focus,
.service-single-widget select:focus,
.service-single-widget textarea:focus {
  border-color: #0073ff;
  box-shadow: 0 0 5px rgba(0, 115, 255, 0.3);
}

/* Textarea */
.service-single-widget textarea {
  min-height: 120px;
  resize: none;
}

/* Button */
.contact-btn .btn-all {
  width: 100%;
  padding: 12px;
  background: #0073ff;
  color: #fff;
  font-size: 17px;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
}

/* Button Hover */
.contact-btn .btn-all:hover {
  background: #005ad3;
}

/* Message */
.form-messege {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  color: #0073ff;
}

/* Select Box Wrapper */
.select-wrap select {
  appearance: none;
  cursor: pointer;
  border-radius: 1px solid #0073ff !important;
}
/* Wrapper remove grey background */
.select-wrap {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100%;
}

/* Stylish Dropdown */
.select-wrap select {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff !important; /* Hide default arrow */
  outline: none;
  transition: 0.2s ease;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="20" viewBox="0 0 24 24" width="20"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* On Focus */
.select-wrap select {
  border: 1.3px solid #007bff;
  box-shadow: 0px 0px 3px rgba(0, 123, 255, 0.4);
}

.sii {
  position: relative;
}
.sii a {
  position: absolute;
  top: 245px;
  left: 125px;
  text-decoration: none;
}
.si {
  position: relative;
}
.si a {
  position: absolute;
  top: 245px;
  left: 35%;
  text-decoration: none;
}
.service-icon a i {
  font-size: 18px !important;
}

.blog-item p {
  text-align: justify !important;
}

.inn {
  padding: 60px 0px 50px;
}

.service-details p {
  text-align: justify;
  color: #434343;
  word-spacing: 0.1em;
  line-height: 1.6;
  font-size: 17px;
}
.service-details ul li {
  color: #434343;
  padding-left: 20px;
}
.service-details li::before {
  content: "• ";
  color: #005ad3;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
}
.service-details {
  padding-bottom: 40px;
}
.service-details h4 {
  padding: 0px 0px 10px !important;
}
.service-details h5 {
  padding: 5px 0px !important;
}

.dii {
  line-height: 1.8;
}
.htt {
  margin-top: 10px;
  line-height: 1.2;
}

.service-details span {
  color: #1c47c1 !important;
}
.google-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.brand-item a img {
  width: 150px;
}

.abhi {
  width: 100px !important;
}
.mynewservicecss {
  font-size: 21px;
}
.service-details h1 {
  padding-bottom: 1rem !important;
  padding-top: 3rem !important;
}
.service-details h1,
.service-details h2,
.service-details h3,
.service-details h4,
.service-details h5,
.service-details h6 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.webii a {
  padding-left: 25px !important;
}
.main-menu ul li ul.dropdown li a {
  padding: 10px 15px !important;
}
.service-single-widget .service-widget-title {
  padding-bottom: 0px;
}
.fot-con {
  padding-left: 100px;
  padding-right: 100px;
}
.mobile-logo img {
  width: 210px !important;
  height: 50px !important;
}
.con-bor {
  border: 1px solid #0d6efd;
  border-radius: 10px;
  padding: 25px;
}
.read-more .btn {
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.read-more .btn:hover {
  background-color: #0d6efd;
  color: #fff;
  transform: translateX(5px);
}
.con-f {
  display: flex;
  gap: 45px;
  margin-bottom: 10px !important;
  border: 1px solid #0d6efd !important;
  padding: 5px !important;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.con-f a {
  background: white;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0d6efd !important;
  padding-left: 5px !important;
}
.con-f a:hover {
  background-color: #0d6efd !important;
  color: white !important;
}
