* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'MyriadPro';
}

@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --parimary-color: #d3e3e9;
  --secondary-color: #808080;
  --success-color: #116b68;
  --light-color: #fff;
  --dark-color: #000;
  --Poppins: 'Poppins', sans-serif;
}

/*header starts here  */
.page-id-7 header,
.page-id-7 footer {
  display: none;
}

a.service-link:hover {
  transition: 0.5s;
  background: #fff;
  color: #4a7357;
}

.headings-3 {
  font-weight: 600;
  margin-bottom: 2rem;
}

.center-logo-block a.center-logo {
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 62%;
  width: 216px;
  height: 216px;
  align-items: center;
  margin: 30px auto auto auto;
  box-shadow: 10px 10px 10px #000000cf;
}

a.service-link {
  background: #4a7357;
  display: block;
  margin: 0 15px;
  transition: 0.5s;
  padding: 50px;
  border-radius: 62px;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  box-shadow: 10px 10px 10px #000000cf;
}

.main-section {
  overflow: hidden;
}

.logo-web span.cp-text {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  width: 237px;
  /* white-space: pre-line;
   display: block;
  position: absolute;
  top: 25px;
  left: 183px;  */
  line-height: 32px;
}

.headings-4 {
  background: var(--parimary-color);
  width: 160px;
  padding: 4px 6px;
  font-size: 1rem;
}

.headings-6 {
  font-size: 14px;
  line-height: 20px;
}

header .UTILITY {
  display: flex;
  justify-content: end;
  padding-right: 1%;
  min-height: 30px;
  position: relative;
  padding-right: 2.3rem;
}

header .UTILITY .utility-Btns {
  background-color: var(--success-color);
  color: #fff;
  text-decoration: none;
  position: absolute;
  padding: 5px 15px;
  top: 20px;
  font-size: 0.9rem;
}


ul.finger-test {

  padding-left: 25px;
}

/* ul.finger-test-top li {
  list-style-type: disc;
} */

ul.finger-test li {
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}

ul.finger-test-top li::marker {
  font-size: 25px;
}

/* ul.finger-test-top li::before{
  display: none;
} */
ul.finger-test li::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 10px;
  height: 3px;
  background: #000;
  top: 9px;
}

header #navigation .navbar-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 15px;
}

header #navigation .navbar-collapse {
  flex-wrap: wrap;
}

header #navigation .navbar-collapse .navbar-nav {
  flex: 8 0 85%;
  justify-content: end;
  position: relative;
  right: 30px;
  flex-wrap: wrap;
  gap: 0px 15px;
  padding: 10px 0px 0px 0px;
}


header #navigation .navbar-collapse .navbar-nav:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -85px;
  width: 112%;
  height: 18px;
  background-color: var(--parimary-color);
  z-index: 0;
}

header #navigation .navbar-collapse {
  flex-wrap: wrap;
  margin-top: 45px;
}

header #navigation .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s linear;
    font-family: 'MyriadPro';
    padding: 8px 0px;
    line-height: normal;
}

header #navigation .navbar-nav .nav-link:hover {
  font-weight: 600;
}



header #navigation .navbar-collapse .social-icon {
  flex: 0 0 15%;

}



header #navigation .navbar-collapse .social-icons .icons {
  background-color: #808080;
  color: #fff;
  padding: 6px;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  font-size: 0.9rem;
  border: 1px solid #808080;
  transition: all 0.3s linear;
}

header #navigation .navbar-collapse .social-icons .icons:hover {
  border: 1px solid #808080;
  color: #808080;
  background: transparent;
}

header #navigation .navbar-collapse .search-btn {
  display: block !important;
  flex: 0 0 98%;
  text-align: right;
  font-size: 14px;
}

header #navigation .navbar-collapse .search-btn a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding-right: 15px;
  font-size: 19.8px;
}

header #navigation .navbar-collapse .search-btn input {
  border-radius: 30px;
  border: 2px solid var(--parimary-color);
  background: transparent;
  padding: 4px 27px;
  outline: none;
}




header #navigation .navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #116b68;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

header #navigation .navbar-toggler:focus {
  text-decoration: none;
  box-shadow: unset;
}

header #navigation .navbar-toggler .icons-bars {
  color: #116b68;
}


.micro-home {
  background-image: url(https://circleville.duckdns.org/microwebsite/wp-content/uploads/2022/11/main-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 66%);
  opacity: 1;
  background-blend-mode: overlay;
  background-blend-mode: hue;
  display: flex;
}

/* -- section-microweb-home-ends */
.banners-sec {
  position: relative;
}

.banners-sec img {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 75vh;
  /* object-position: center -140px; */
}

.banners-sec .banners-headings {
  position: absolute !important;
  margin-top: 35px;
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  background: #bee3ecb3;
  padding: 8px 0 9px 20px;
}

.banners-sec .banners-headings h2 {
  color: #fff;
  text-align: left;
  line-height: 35px;
}

.banners-sec .banners-headings h2 {
  position: relative;
  z-index: 1;
  color: #143c3f;
  font-weight: 600;
  padding: 18.3px 10.8px;
  font-size: 42.39px;
  padding-top: 20px;
  line-height: 45px;
}

.banners-sec .banners-headings h2 {
  padding: 20px 60px 4px 15px;
  text-align: left !important;
}

/* footer starts here  */

footer .top-center-sec {
  position: relative;
}

footer .top-center-sec:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 20%;
  width: 60%;
  height: 18px;
  background-color: var(--parimary-color);
}

footer .top-center-sec a {
  color: #000;
  text-decoration: none;
  margin-left: 15px;
  font-weight: 500;
  position: relative;
}

footer .top-center-sec a:hover {
  font-weight: 600;
  text-decoration: underline;
}

footer .top-center-sec a:first-child {
  margin-left: 0px;
}

footer .bottom-center-sec .social-icons {
  padding-top: 2.2rem;
}

footer .bottom-center-sec .social-icons .icons {
  background-color: #808080;
  color: #fff;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  transition: all 0.3s linear;
}

footer .bottom-center-sec .social-icons .icons:hover {
  border: 1px solid #808080;
  color: #808080;
  background: transparent;
}


footer .bottom-center-sec a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  line-height: 35px;
}

footer .bottom-center-sec a:hover {
  font-weight: 600;
  text-decoration: underline;
}



/* footer ends here  */


@media (max-width:1199px) {
  .banners-sec img {
    height: 60vh;
  }
}


@media (max-width:991px) {

  header .UTILITY .utility-Btns {
    position: absolute;
    padding: 5px 15px;
    top: 77px;
    right: 100px;
    font-size: 0.9rem;
  }

  header #navigation .navbar-brand img {
    width: 35% !important;
  }

  header #navigation .navbar-collapse .navbar-nav {
    flex: 8 0 85%;
    justify-content: center;
    position: relative;
    right: 0px;
  }

  header #navigation .navbar-collapse .navbar-nav:before {
    display: none;
  }

  header #navigation .navbar-collapse .search-btn,
  header #navigation .navbar-nav .nav-link {
    text-align: center;
  }

  header #navigation .navbar-collapse .social-icons {
    text-align: center;
    margin: 5px 0 10px 0;
  }

  footer .top-center-sec:after {
    position: absolute;
    left: 10%;
    width: 80%;
  }
}

@media (max-width:767px) {
  header #navigation .navbar-brand img {
    width: 55% !important;
  }

  .logo-web span.cp-text {
    width: 50px !important;
  }


  footer .top-center-sec:after {
    position: absolute;
    left: 0%;
    width: 100%;
  }

  .micro-home {

    height: 100%;
  }
}



@media (max-width:467px) {
  footer ul li {
    margin-right: 0 !important;
  }

  footer li::before {
    display: none !important;
  }

  .justify-content-center {
    flex-direction: column;
    gap: 15px 0px !important;
  }

  header #navigation .navbar-brand img {
    width: 60% !important;
  }

  .logo-web span.cp-text {
    width: 40px !important;
    position: absolute;
    left: 110px !important;
    bottom: 0;
  }

  header .UTILITY .utility-Btns {
    position: absolute;
    padding: 5px 10px;
    top: 79px;
    right: 100px;
    font-size: 0.8rem;
  }

  .banners-sec .banners-headings {
    position: relative;
    left: 45%;
  }

  .banners-sec .banners-headings h2 {
    font-size: 1.2rem;
  }



}

@media (max-width: 320px) {

  footer ul li {
    margin-right: 0 !important;
  }

  footer li::before {
    display: none !important;
  }

  .justify-content-center {
    flex-direction: column;
    gap: 15px 0px !important;
  }

}

/* @media (max-width: 375px) {
  .logo-web span.cp-text {
    width: 40px !important;
    position: absolute;
    left: 90px !important;
    top: 25px;
  }
} */

/** 15-11-2022 **/
.main-section.fire-section .left-sidebar {
  padding-left: 50px;
}

.main-section.fire-section .left-sidebar .left-side-head h3 {
  font-size: 24.88px;
  color: #000;
  margin-bottom: 10px;
  padding-top: 0 !important;
}

.main-section.fire-section .left-sidebar h4.fire-Department-calendar-list__month-separator {
  background: #d3e3e9;
  padding: 7px 10px 3px;
  font-size: 16.35px;
  color: #000;
  max-width: 190px;
  margin-top: 20px;
}

.main-section.fire-section .left-sidebar .tribe-common-g-col {
  font-size: 14.35px;
  color: #000;
}

.main-section.fire-section .left-sidebar .fire-Department-group a {
  font-size: 20.22px;
  color: #000;
  text-decoration: none;
}

.main-section.fire-section .left-sidebar li {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
}

.main-section.fire-section .left-sidebar .fire-Department-group li::before {
  content: "\f0da";
  color: transparent;
  position: absolute;
  top: 8px;
  left: -24px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #d3e3e9;
  border-bottom: 10px solid transparent;
}

.main-section.fire-section .left-sidebar .fire-Department-group {
  margin-top: 30px;
}

.right-sidebar .right-side-bar .right-side-head {
  background: #bee3ec;
  padding: 20px 20px 40px 20px;
}

.right-sidebar .info li,
.main-section.fire-section .fire-center li {
  background-color: transparent;
  border: none;
}

.main-section.fire-section .right-sidebar h3 {
  font-size: 28.09px;
  color: #116b68;
  margin-bottom: 10px;
}

.main-section.fire-section .right-sidebar .emergency-contact {
  background-color: #116b68;
  padding: 7px 14px 3px;
  font-size: 14.75px;
  color: #fff;
  max-width: max-content;
  margin-bottom: 45px;
}

.main-section.fire-section .right-sidebar .info h4 {
  font-size: 16.55px;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
}

.main-section.fire-section .right-sidebar .info h5 {
  font-size: 16.55px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 230px;
}

.main-section.fire-section .right-sidebar .info a {
  font-size: 16.55px;
  color: #000;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0;
  word-break: break-all;
}

.main-section.fire-section .right-sidebar .info li {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
}

.main-section.fire-section .left-sidebar img {
  width: 100%;
  margin-top: 40px;
  padding-right: 50px;
}

.main-section.fire-section {
  padding-top: 30px;
}

.main-section.fire-section .right-sidebar .address-contact ul li:nth-child(2) {
  padding-bottom: 20px;
  padding-top: 0;
}

.main-section.fire-section .right-sidebar .address-contact ul li:nth-child(3) {
  padding-bottom: 20px;
}

.main-section.fire-section .right-sidebar .email-contact-2 ul li:nth-child(2) {
  padding-top: 0;
}

.main-section.fire-section .fire-center img {
  width: 100%;
  margin-top: 50px;
}

.main-section.fire-section .fire-center .center-section-1 img {
  height: 100%;
  object-fit: cover;
}

.main-section.fire-section .fire-center .center-section-1 .section-1 {
  position: relative;
}

.main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section {
  background: #116b68;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  font-size: 21.62px;
  padding: 18px 60px;
}

.main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section p {
  margin-bottom: 0;
  color: #fff;
}

.main-section.fire-section .fire-center .center-section-1 .section-2 {
  margin-top: 30px;
}

.main-section.fire-section .fire-center .center-section-1 .section-2 h6 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.main-section.fire-section .fire-center .center-section-1 .section-2 p {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  min-height: 37px;
}

.main-section.fire-section .fire-center .center-section-1 .section-2 li {
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  padding-top: 0;
}

.main-section.fire-section .fire-center .center-section-1 .section-2 li::before {
  content: "\f0da";
  color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #d3e3e9;
  border-bottom: 7px solid transparent;
  margin-top: 3px;
}

.main-section.fire-section .fire-center-border {
  padding-bottom: 210px;
  border-bottom: 8px solid #d3e3e9;
  max-width: 75%;
  margin-left: -25px;
}

.main-section.fire-section .center-section-2 .about-us-text h2 {
  font-size: 28.09px;
  color: #116b68;
  font-weight: 600;
}

.main-section.fire-section .center-section-2 .about-us-text h5 {
  font-size: 21px;
  color: #116b68;
  font-weight: 500;
}

.main-section.fire-section .center-section-2 .about-us-text h6 {
  color: #000;
  font-weight: 600;
}

img {
  /*width: 100%;*/
}

.main-section.fire-section .center-section-2 .about-us-img img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  padding-left: 100px;
}

.main-section.fire-section .center-section-2 .about-us-text {
  padding-left: 160px;
}

.center-logo-block a.center-logo {
  padding: 10px 14px 0px 15px;
}

.main-section.fire-section {
  padding-top: 30px;
}

.about-us {
  margin-top: 40px;
  margin-bottom: 70px;
}

.main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section.para-section-1 {
  padding: 18px 20px;
}

.fire-careers-center,
.fire-gallery-center {
  margin-top: 45px;
  padding-right: 50px;
  padding-left: 50px;
}

.fire-careers-center .docs-img {
  margin-bottom: 12px;
  display: block;
}

.finger-center h2,
.fire-gallery-center h2,
.fire-careers-center h2 {
  font-size: 28.09px;
  color: #116b68;
  font-weight: 500;
  margin-bottom: 20px;
}

.fire-careers-content P {
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 0 5px;
    padding: 40px;
    color: #116b68;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
}

.fire-careers-center .section-1 a {
  text-decoration: none;
  background-color: #116b68;
  color: #fff;
  font-size: 12.8px;
  padding: 7px 15px 5px;
  font-weight: 500;
  border: 1px solid var(--success-color);
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

/* .fire-careers-center p {
  max-width: 380px;
} */

.finger-section h3,
.fire-careers-center h3 {
  color: #116b68;
  font-size: 21px;
  font-weight: 500;
}

.career-pck-price.special-page ul {
  padding-left: 0;
}

.career-pck-price.special-page ul li {
  font-size: 25px;
  margin-bottom: 5px;
  list-style-type: disclosure-closed;
  list-style-position: inside;
}

.career-pck-price.special-page h3 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 0px;
}

.career-pck-price.special-page.community-feedback-info a {
  margin-bottom: 15px;
  display: block;
}

span.total-timing {
  font-weight: 600;
}

.career-pck-price.special-page.community-feedback-info ul li {
  font-size: 16px;
}

.career-pck-price.special-page.community-feedback-info h3 {
  font-size: 21px;
}

.career-pck-price.special-page ul li:last-child {
  margin-bottom: 0;
}

.fire-careers-center .section-2 h3 {
  margin-top: 50px;
}

.fire-careers-center h5 {
  color: #116b68;
  font-size: 18px;
  font-weight: 500;
}

.fire-careers-center h4 {
  color: #000;
  font-size: 17px;
  margin-top: 20px;
}

.fire-careers-center .section-1 p {
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 250px;
}

p {
  color: #000;
}

.fire-careers-center .section-1 a:hover {
  background-color: #383a3a;
  transition: all 0.3s ease-in-out;
  border: 1px solid #383a3a;
}

.fire-careers-center .section-1 .fire-careers-content-text {
  width: 60%;
}

.main-section.fire-section .fire-careers-center .fire-center-border {
  padding-bottom: 70px;
  margin-left: 0px;
}

.fire-gallery-center li::before,
.fire-careers-center.police-permits li::before {
  content: "\f0da";
  color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #d3e3e9;
  border-bottom: 7px solid transparent;
  margin-top: 3px;
}

.fire-gallery-center li,
.fire-careers-center.police-permits li {
  padding-left: 20px;
  padding-top: 0;
  margin-top: -10px;
  max-width: 400px;
}

li {
  background: transparent;
  border: none !important;
  list-style-type: none;
}

.fire-careers-center.police-permits li {
  position: relative;
  padding-top: 5px;
}

.fire-careers-center.police-permits ul {
  padding-left: 0;
}

.fire-careers-center.police-permits li::before {
  margin-top: 8px;
}

.fire-careers-center.police-careers .section-1 {
  display: flex;
  flex-wrap: wrap;
}

.fire-careers-center.police-careers .section-1 p {
  max-width: 350px;
}

.fire-careers-center.police-careers .section-1 .fire-careers-content-btn {
  margin-left: 40px;
}

/* .banners-sec .banners-headings.banner-police-careers {
  top: auto;
  bottom: 0;
  margin-bottom: 90px;
} */

.banners-sec.banner-police img {
  object-position: center;
}

.fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12 {
  padding-right: 50px;
}

header #navigation .navbar-collapse .navbar-nav {
  flex: 0 0 97%;
  transition: none;
}

.about-us {
  padding-left: 140px;
  padding-right: 140px;
}

@media screen and (max-width: 1300px) {
  .about-us {
    margin-top: 50px;
  }

  .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section.para-section-1 {
    padding: 18px 7px;
  }

  .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section {
    padding: 18px 35px;
  }
}

@media screen and (max-width: 1199px) {
  .main-section.fire-section .center-section-2 .about-us-text {
    padding-left: 0px;
  }

  .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section {
    padding: 18px 20px;
  }

  .main-section.fire-section .left-sidebar img {
    padding-right: 0px;
  }
   .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section p {
        font-size: 17px;
   }
   header #navigation .navbar-collapse .navbar-nav {
       gap: 0px 14px;
   }
	header #navigation .navbar-collapse .navbar-nav {
		flex: 0 0 95%;
	}
  /**header #navigation .navbar-nav .nav-link {
    font-size: 1rem;
  }**/
}

@media screen and (max-width: 991px) {



  header #navigation .navbar-collapse {
    margin: 20px 0;
  }

  header #navigation .navbar-nav .nav-link {
    padding-left: 0;
  }

  header #navigation .navbar-collapse .navbar-nav {
    padding: 10px 0px 20px 0px;
  }

  /* new css end here */

  .main-section.fire-section .left-sidebar,
  .main-section.fire-section .fire-center,
  .main-section.fire-section .right-sidebar,
  .about-us,
  .fire-watch-center,
  .fire-complaint-center,
  .fire-careers-center,
  .fire-gallery-center {
    padding-left: 100px;
    padding-right: 100px;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:last-child {
    padding-right: 0px;
    padding-left: 50px;
  }

  .main-section.fire-section .center-section-2 .about-us-img img {
    padding-left: 0px;
    margin-top: 50px;
  }

  .main-section.fire-section .fire-center-border {
    padding-bottom: 60px;
  }

  .about-us {
    margin-top: 20px;
  }

  .main-section.fire-section .left-sidebar .left-side-bar.py-5 {
    padding-bottom: 0 !important;
    padding-top: 1.5rem !important;
  }

  .main-section.fire-section .right-sidebar .right-side-bar .col-lg-12.col-sm-6 {
    width: 100%;
  }

  header #navigation .navbar-collapse .search-btn,
  header #navigation .navbar-nav .nav-link,
  header #navigation .navbar-collapse .social-icons {
    text-align: left;
  }

  .banners-sec img {
    object-position: center;
  }

  .fire-careers-center .section-1 p {
    max-width: 100%;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:last-child {
    padding-right: 10px;
  }

  .fire-gallery-center li,
  .fire-careers-center.police-permits li {
    max-width: 100%;
  }

  /** 22-11-2022 **/
  .fire-watch-center p {
    max-width: 100%;
  }

  .fire-watch-center li,
  .fire-gallery-center li {
    max-width: 100%;
  }

  .fire-watch-content,
  .fire-complaint-content,
  .fire-gallery-content {
    padding-right: 0px;
  }

  .fire-complaint-center p,
  .fire-careers-center p {
    max-width: 100%;
  }

  .fire-careers-center.police-training .section-1 .fire-careers-content-text {
    width: 100%;
  }

  .fire-careers-center.police-permits .section-1 .fire-careers-content-text {
    width: 100%;
  }

  header #navigation .navbar-toggler {
    padding: 4px 8px;
  }

  footer ul {
    gap: 10px !important;
  }

  footer li::before {
    right: -5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* header #navigation .navbar-brand img {
    width: 55% !important;
  } */

  .main-section.fire-section .left-sidebar,
  .main-section.fire-section .fire-center,
  .main-section.fire-section .right-sidebar,
  .about-us,
  .fire-watch-center,
  .fire-complaint-center,
  .fire-careers-center,
  .fire-gallery-center {
    padding-left: 70px;
    padding-right: 70px;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:last-child {
    padding-right: 50px;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:first-child {
    padding-left: 50px;
  }

  .main-section.fire-section .fire-center .center-section-1 img {
    height: 400px;
  }

  .main-section.fire-section .fire-center-border {
    margin-left: 0px;
  }

  .main-section.fire-section .fire-center .center-section-1 .section-2 p {
    min-height: 0;
  }
}

@media screen and (max-width: 575px) {

  .main-section.fire-section .left-sidebar,
  .main-section.fire-section .fire-center,
  .main-section.fire-section .right-sidebar,
  .about-us,
  .fire-watch-center,
  .fire-complaint-center,
  .fire-careers-center,
  .fire-gallery-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us .container {
    max-width: 530px;
  }

  .banners-sec .banners-headings {
    padding: 8px 0 0px 20px;
  }

  .banners-sec .banners-headings h2 {
    padding: 5px 20px 4px 0px;
    line-height: 25px;
    font-size: 1.2rem;
  }

  .main-section.fire-section .fire-center .center-section-1 img {
    height: 100%;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:first-child {
    padding-left: 25px;
    padding-right: 20px;
  }

  .fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:last-child {
    padding-left: 20px;
    padding-right: 25px;
  }

  .banners-sec img {
    height: auto;
  }

  .banners-sec .banners-headings {
    margin-top: 20px;
  }

  .banner-file-complaint {
    margin-top: 90px !important;
  }

  .fire-careers-center .section-1 .fire-careers-content-text {
    width: 100%;
  }

  .fire-careers-center .section-1 .fire-careers-content-btn {
    margin-left: 0 !important;
  }

  .fire-careers-center .section-1 {
    margin-bottom: 30px;
  }

  .fire-careers-center .section-1 p {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .banners-sec .banners-headings.banner-careers {
    padding: 8px 20px 0px 40px;
  }

  .logo-web span.cp-text {
    width: 100%;
    font-size: 19px;
    left: 133px;
    line-height: 28px;
  }

  .fire-careers-center .fire-careers-content p {
    margin-bottom: 30px;
  }

  .banner-gallery h2 {
    padding: 6px 15px 4px 20px !important;
  }
}

@media screen and (max-width: 400px) {
  .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section p {
    font-size: 15px;
  }
}

/** 22-11-2022 **/
footer .top-center-sec a:hover {
  color: #116b68;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

footer .top-center-sec a {
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  header li::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    background: rgb(0 0 0 / 76%);
    margin-top: 0;
    right: -10px;
    top: 49%;
    transform: translatey(-50%);
  }

  header li:last-child::before {
    display: none;
  }
}

footer li:last-child::before {
  display: none;
}

footer li,
header li {
  position: relative;
}

footer li::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  background: rgb(0 0 0 / 76%);
  margin-top: 2px;
  right: -10px;
  margin-right: -10px;
}

header #navigation .navbar-collapse .search-btn input {
  padding: 4px 13px;
}

footer ul {
  flex-wrap: wrap;
  gap: 20px;
}

header #navigation .navbar-collapse .social-icons .icons {
  padding: 5px 7px 4px 6px;
}

footer .bottom-center-sec .social-icons ul li::before {
  display: none;
}

footer .container {
  padding-bottom: 12px !important;
}

footer .bottom-center-sec .social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}

/* @media (max-width: 410px) {
  footer .top-center-sec:after {
    top: 50px;
  }
} */

/** 23-11-2022 **/
.main-section.fire-section .fire-center .center-section-1 .section-1 p.para {
  max-width: 215px;
  margin: 0 auto;
}

.main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section p {
  font-size: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .main-section.fire-section .fire-center .center-section-1 .section-1 p.para {
    max-width: 170px !important;
  }

  .main-section.fire-section .fire-center .center-section-1 .section-1 .img-text-section p {
    font-size: 11px;
  }
}

footer ul {
  padding-left: 0;
}

footer ul li {
  margin-right: 20px;
}

footer ul li:last-child {
  margin-right: 0px;
}

footer .social-icons ul li {
  margin-right: 6px;
}

/** 24-11-2022 **/
.tribe-events .tribe-events-header,
.tribe-events .tribe-events-calendar-list-nav,
.tribe-events-c-subscribe-dropdown__container,
.tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-list__month-separator:after {
  display: none !important;
}

.tribe-common .tribe-common-h--alt {
  background: #d3e3e9;
  padding: 5px 10px 1px;
  font-size: 15px !important;
  color: #000 !important;
  margin-top: 6px;
  font-family: 'MyriadPro' !important;
}

.tribe-events .tribe-events-calendar-list__month-separator {
  align-items: normal !important;
  flex-direction: column;
  width: 80%;
  margin-bottom: 6px;
}

/*.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{flex-direction:row!important; align-items: center;}*/
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
  font-size: 14.35px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

.tribe-events .tribe-events-calendar-list__event {
  margin-bottom: 0;
  margin-top: 8px;
}

.tribe-events .tribe-events-calendar-list__event-row {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.tribe-theme-twentytwentyone .tribe-common a:hover {
  border: none;
  color: #116b68;
}

.tribe-events .tribe-events-l-container {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
  margin-left: -15px;
}

.main-section.fire-section .left-sidebar .left-side-head h3 {
  margin-bottom: 0px;
}

.tribe-common .tribe-common-anchor-thin {
  border-bottom: none !important;
}

.tribe-events-calendar-list {
  margin-top: 15px !important;
}

/** 30-11-2022 **/
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #212529 !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #116b68 !important;
  color: #fff !important;
  font-size: 16.47px !important;
  padding: 7px 15px 5px !important;
  font-weight: 500;
  border: 1px solid var(--success-color) !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
  color: #116b68 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 18px !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 80% !important;
}

div.wpforms-container-full .wpforms-form textarea {
  max-width: 80%;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  margin-bottom: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-name {
  margin-top: 38px;
}

.wplg_gallery_loadmore {
  border: none !important;
  transition: all 0.3s ease-in-out !important;
  color: #000 !important;
  position: relative;
}

.wplg-pagnination-wrap .wplg_gallery_loadmore label {
  font-size: 19px !important;
  padding-left: 6px;
}

.wplg_gallery_loadmore:hover {
  transition: all 0.3s ease-in-out !important;
  color: #116b68 !important;
}

.wplg_gallery_loadmore::before {
  content: "\f0da";
  color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #d3e3e9;
  border-bottom: 7px solid transparent;
  margin-top: 8px;
}

.wplg-pagnination-wrap {
  text-align: right !important;
}

/*.fire-careers-center .section-1 .fire-careers-content{display: none;}
.fire-careers-center .section-1.active .fire-careers-content{display: block;}*/
.fire-careers-center .section-1 {
  margin-bottom: 30px;
  position: relative;
}

.fire-careers-center .section-1.active {
  margin-bottom: 0px;
}

.fire-careers-center .section-1 .fire-careers-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.fire-careers-center .section-1.active .fire-careers-content {
  visibility: visible;
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

footer .bottom-center-sec .social-icons .icons {
  padding: 4px 4px 0px 5px;
}

.logo-web span.cp-text {
  width: 200px;
}


.finger-center .fire-careers-content-text,
.finger-center p {
  width: 100% !important;
  max-width: 100% !important;
}

.permit-applications-pdf {
  display: block;
  margin: 20px 0;
}

.logo-web span.cp-text {
    width: 200px;
    position: absolute;
    left: 160px;
}
header #navigation .navbar-collapse .navbar-nav {
    flex: 0 0 100%;
    transition: none;
}
header #navigation .navbar-collapse .navbar-nav {
    flex: 0 0 99%;
    transition: none;
    margin-bottom: 20px;
    right: -20px;
    position: relative;
}
header #navigation .navbar-collapse .navbar-nav:before {
    right: 0;
    width: 100%;
}
header .social-icons {
    position: absolute;
    right: 15px;
    bottom: 14px;
}
.left-side-head .fire-Department-fb-img ,.fire-center .center-section-1 .col-lg-6.col-md-6.col-sm-12:last-child {
    display: none;
}
@media (max-width:1290px){
	nav#navigation {
		padding-left: 10px!important;
	}
	.logo-web {
		width: 140px;
	}
	header #navigation .navbar-nav .nav-link {
		font-size: 13px;
	}
	.logo-web span.cp-text {
		bottom: -20px;
	}
}

@media (max-width:991px){
.logo-web span.cp-text {
    position:relative;
    left:auto!important;
}
}

@media (max-width:380px){
	.logo-web {
		width: 200px;
	}
}

/** 8-8-25**/
.new-about-section {
    padding: 0;
}
.main-section.fire-section .new-about-section .center-section-2  .about-us-text{
	padding-left:0!important;
}
.home .about-us {
    padding-top: 48px!important;
    margin: 0!important;
}
footer {
    margin-bottom: 30px;
}
@media(max-width:1200px){
	.main-section.fire-section .new-about-section .center-section-2 .about-us-img img {
		padding-left: 0px;
	}
}
@media (max-width:991px){
	.main-section.fire-section .new-about-section .center-section-2 .about-us-img img {
		margin-top: 0px;
		max-width: 80%;
	}
	
}