/* Prabesh css start */

/* .service-content-top h2 {
    color: var(--blue);
} */

/* .breadcrumb {
  font: .75em sans-serif;
  list-style: none;
}

.breadcrumb.bc2x {
  font-size: 1em;
}


.breadcrumb p {
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
  margin-bottom: .2em;
}

.breadcrumb li a {
  background-color: var(--blue);
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 0.3em 1em 0.3em 1.5em;
  position: relative;
  text-decoration: none;
  transition: .25s;
}

.breadcrumb li a:before {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  content: "";
  position: absolute;
  top: 0;
  right: -1.25em;
  z-index: 1;
}

.breadcrumb li a:after {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid var(--blue);
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  transition: .25s;
  z-index: 1;
}

.breadcrumb li a:hover {
  background-color: var(--blue);
}

.breadcrumb li a:hover:after {
  border-left-color: var(--blue);
}

.breadcrumb li:last-child a {
  background-color:var(--blue);
  pointer-events: none;
}

.breadcrumb li:last-child a:after {
  border-left-color: var(--blue);
} */

/* Contact page css */

/* .nkda-contact-form label {margin-bottom: 12px;}
.nkda-contact-form .form-group {padding: 10px; padding-left: 0;}
.nkda-contact-form .title h5 {
    font-size: 32px;
    position: relative;
    display: inline-block;
    color: var(--black);
    margin-bottom: 30px;
}
.nkda-contact-form .title h5 span {
    color: var(--blue);
    font-weight: 700;
}
.nkda-contact-form .title h5:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -16px;
    width: 40%;
    height: 8px;
    background-color: var(--black);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.custom-round-btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--maroon);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contact-wrap {
  background: #e8edf0; }

  .dbox p { margin-bottom: 0; font-size: 18px;}
    .dbox p span {font-weight: 500; color: #000; }
    .dbox p a { color: #2553b8; }
  .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 20px; }
    .dbox .icon span { font-size: 24px; color: #fff; }
  .dbox .text { width: 100%;     font-size: 20px;}

.contactForm .form-control { border: none; }


#contactForm .error {
  color: red;
  font-size: 12px; }
#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8; }

/*Address Section area */

/*
.address-sec {margin: 45px 0;}
.address-sec h4 {font-weight: 700; color: var(--blue); margin-bottom:30px;}
.contact-details {
    background-color: #fef9f9;
    text-align: left;
    box-shadow: 0px 0px 8px #cbcbcb;
    padding: 15px 15px;
    margin-bottom: 20px;
    width: 94%;
    min-height: 162px;
}

.parent-area {
    display: flex;
    align-items: center;
}
.others-info p{margin-bottom: 0;}

b {
  color: #223169;
  font-weight: 700;
}

.image-person img {
  min-height: 147px;
}

.b_tag b {
  display: inline-block;
  width: 300px;
}

.others-info .fa-phone {
  margin-right: 5px;
}

.others-info .fa-envelope {
  margin-right: 5px;
}

.post h5 {
  font-size: 16px;
  color: #223169;
  font-weight: 700;
}

.others-info {
  font-size: 14px;
}

body.dark-theme .contact-details {
  background-color: #000;
}

body.dark-theme .contact-wrap.w-100.p-md-5.p-4 {
  background-color: #000;
  border: 1px solid #223169;
}



@media only screen and (max-width: 1399px) {
  .image-person img {
    min-height: 147px;
  }

  .contact-details {  
    min-height: 145px;
  }
}

.top-header .right .right-forth button:first-child {
  padding: 0px 9px !important;
}

.top-header .right a {
  font-size: 14px;
  font-weight: 600;
}
 */

/* 13-06-2023 Start */
#Assessment-Property .card-section.col-12.col-lg-6.col-md-6:first-child .card.p-3 {
  justify-content: center;
  align-items: flex-end;
}

#Assessment-Property .card-section .card.p-3 a {
  font-weight: 500;
  font-size: 17px;
}

#Assessment-Property .card-section .card.p-3 a span {
  font-weight: bold;
  font-size: 20px;
}

#Assessment-Property .align-items-center.col-sm-8.d-flex.justify-content-center.water-connection span {
  font-weight: bold;
}

#Assessment-Property .card-section.col-12.col-lg-6.col-md-6:last-child .card.p-3 {
  align-items: center;
}

#Assessment-Property .flow-chat-next {
  border: 1px solid #177f88;
  padding: 40px;
}

#Assessment-Property .d-flex.down-user-man {
  align-items: center;
}

#Assessment-Property .d-flex.down-user-man p {
  margin-bottom: 0;
}

#Assessment-Property .d-flex.down-user-man p a {
  color: #177f88;
  text-decoration-line: underline;
}

/* Footer css start */
.top_footer .left .icon_details .social {
  margin-top: 30px;
}

.top_footer .left .icon_details .social ul li a {
  padding: 7px;
  background-color: #ffff8f;
  border-radius: 100%;
  margin-right: 10px;
}

.top_footer .left .icon_details .social ul li:first-child a {
  color: #3b5998;
  padding: 7px 11px;
}

.top_footer .left .icon_details .social ul li i {
  font-size: 18px !important;
  transition: 0.7s;
}

.top_footer .left .icon_details .social ul li:nth-child(2) a {
  color: #1DA1F2;
}

.top_footer .left .icon_details .social ul li:nth-child(3) a {
  color: #962fbf;
  padding: 7px 9px;
}

.top_footer .left .icon_details .social ul li a:hover i {
  transform: rotate(360deg);
}

.top_footer .left .icon_details .social ul li .fa-envelope {
  font-size: 16px;
}

.top_footer .middle .icon_details:last-child {
  margin-top: 20px;
}

.button .contact-us-btn {
  background-color: transparent;
  color: #177f88;
  border-radius: 20px;
  font-size: 14px;
  padding: 7px 13px;
  border: 2px solid #177f88;
  font-weight: 600;
  transition: 0.4s;
}

.button .contact-us-btn:hover {
  background-color: #177f88;
  color: #fff;
}

.middle-header .right .search {
  width: 375px;
}

.middle-header .right .search input {
  font-size: 13px;
}

.middle-header .right .search button {
  top: 7%;
  right: 3px;
  padding: 4px 10px;
}

.middle-header .right .search_button {
  display: flex;
  align-items: center;
}

.top-header .right .social .d-flex {
  justify-content: space-between;
}

.top-header .right .social ul li {
  padding-left: 0 !important;
}

.m-stl .left {
  display: flex;
}

.m-stl .left .border-end {
  margin: 0 15px
}

#Assessment-Property .row.bg-light-custom {
  background-color: #177f881f;
  padding: 30px;
}

#Assessment-Property .covered_contain, #Assessment-Property .special_project {
  text-align: justify;
}

#Assessment-Property .col-12.col-lg-4.col-md-4 div {
  text-align: justify;
}

.bg-sky-new {
  background-color: #00565e!important;
}

.Birth-Death-Registratio2 .Birth-Death-contact p {
  margin-bottom: 0;
  padding-left: 20px;
}

.all-map-det.d-flex {
  padding-left: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.all-map-det.d-flex :last-child {
  margin-bottom: 0;
}

.all-map-det.d-flex p {
  margin-bottom: 0;
}

.all-map-det.d-flex p a {
  color: #177f88 !important;
}

.Birth-Death-Registratio2 .Birth-Death-contact p:nth-child(6), .Birth-Death-Registratio2 .Birth-Death-contact p:nth-child(7) {
  margin-top: 20px;
}

.Birth-Death-Registratio2 .Birth-Death-contact h3 {
  border-left: 6px solid #000;
  padding-left: 10px;
  margin-bottom: 1.5rem;
}

#Assessment-Property #nav-tabContent {
  min-height: 250px;
}

#Assessment-Property #nav-tabContent {
  padding: 10px;
}

#Assessment-Property #nav-tab .nav-link {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #d9d9d9;
  color: #000;
  font-size: 18px;
  border: 1px solid #177f88;
}

#Assessment-Property .mt-5.row.tabb .col-12 {
  border: 1px solid #177f88;
  padding: 0;
}

#Assessment-Property #nav-tab {
  border: none !important;
}

#Assessment-Property #nav-tabContent {
  background-color: transparent;
}


@media only screen and (max-width: 768px) {
  .middle-header .right {
    justify-content: center;
    margin-top: 20px;
  }

  .m-stl {
    flex-direction: column;
    margin-top: 10px;
  }

  .m-stl .right {
    justify-content: flex-start;
    display: flex;
    margin-top: 10px;
  }

  .bottom_footer .border-end {
    border: none !important;
  }

  .bottom_footer .left {
    border: none;
  }

  .left.middle {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .middle-header .right .search_button .search {
    width: max-content;
  }

  .middle-header .right .search_button {
    align-items: baseline;
  }

  .middle-header .right {
    justify-content: space-between;
  }

  .middle-header .right .search input {
    font-size: 14px;
  }

  .search-lg {
    display: none;
  }

  .middle-header .right .search input {
    font-size: 12px !important;
  }

  .middle-header .right .search input {
    padding: 8px 20px !important;
  }

  .middle-header .right .search_button {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-evenly;
  }

  .middle-header .right .search button {
    padding: 4px 10px !important;
  }

  .bottom_footer .right a {
    font-size: 11px !important;
  }

  .left.last {
    margin-top: 35px;
  }

  .top_footer .left .icon_details .social ul li a {
    padding: 9px 0px;
  }

  .top_footer .left .icon_details .social ul li a i {
    font-size: 15px !important;
  }

  .top_footer .left .icon_details .social ul li:first-child a {
    padding: 9px 3px;
  }

  .top_footer .left .icon_details .social ul li:nth-child(3) a {
    padding: 9px 0px;
  }

  .top-header .right .social .d-flex {
    padding-left: 0;
  }
}

@media only screen and (min-width: 575px){
  .search-sm {
    display: none;
  } 
}

@media only screen and (max-width: 500px) {
  .middle-header .right .search input {
    font-size: 12px !important;
  }

  .middle-header .right .search input {
    padding: 8px 20px !important;
  }

  .middle-header .right .search button {
    padding: 4px 10px !important;
  }

  .bottom_footer .right a {
    font-size: 11px !important;
  }

}








