:root {
  --white: #ffffff;
  --black: #000000;
  --grey: #666666;
  --yellowgold: #FFD700;
  --btn-background-gold: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%);
  --btn-background-gold-hover: linear-gradient(90.15deg, #EFE172 -5.5%, #C0872C 109.21%);
  --black-gradient: linear-gradient(97.03deg, #000000 -13.93%, #8F8F8F 75.74%);
  --Montserrat: "Montserrat", sans-serif;
}

* {
  transition: all 300ms;
}

body {
  font-family: var(--Montserrat);
  font-weight: 500;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
}

button,
select {
  outline: none !important;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: bold;
}
h4,.h4{font-size: 36px;font-weight: 700; line-height: normal; color: #000000;}

p {
  margin: 0;
}

.Sec-ptb {
  padding: 80px 0;
}

.sec-heading {
  margin-bottom: 40px;
}

.sec-heading h4 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-heading p {
  font-size: 14px;
}

.sec-heading h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.btn-custom {
  padding: 14px 28px;
  background: var(--btn-background-gold);
  color: var(--black);
  border-radius: 40px;
  font-weight: bold;
  min-width: 160px;
  font-size: 15px;
  line-height: 1.2;
  border: none;
}

.btn-custom:hover {
  background: var(--btn-background-gold-hover);
  color: var(--black);
}

.btn-custom:hover svg {
  transform: translateX(5px);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.yellow-Sec-bg{background: linear-gradient(180deg, #FFFADF -16.28%, #FFF2AE 71.71%);}


/***Preloader Css Start***/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .95);
  transition: .3s all ease;
}

.preloader-body {
  display: block;
}

.preloader-body .rect {
  fill: none;
  stroke-width: 8px;
  stroke: var(--yellowgold);
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  animation: movedash 1.2s ease-in-out forwards 0s infinite;
}

@-webkit-keyframes movedash {
  to {
    stroke-dashoffset: 250%
  }
}

@-moz-keyframes movedash {
  to {
    stroke-dashoffset: 250%
  }
}

@-o-keyframes movedash {
  to {
    stroke-dashoffset: 250%
  }
}

@keyframes movedash {
  to {
    stroke-dashoffset: 250%
  }
}

/***Preloader Css End***/
header {
  background: linear-gradient(360deg, #8F8F8F, #111111);
  padding: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
}

header .nav-wrap .nav-list>li>a {
  color: var(--white);
}
header .nav-wrap .nav-list>li>a:hover {
  color: #FFD700;
}
.Sec-banner-small .banner-box {
  display: block !important;
}
.Sec-banner-small .banner-box a {
  margin-right: 15px;
}

.nav-open .overlay {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(7, 9, 15, 0.67);
  visibility: hidden;
  opacity: 0;
}

.menu-ul>li {
  position: relative;
}

.menu-ul>li>a {
  text-decoration: none;
  color: var(--black);
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
}

.menu-ul>li>a:hover,
.menu-ul>li:hover .menu-ul>li>a,
.menu-ul>li.active .menu-ul>li>a {
  color: var(--green);
}

.menu-ul>li.li-has-menu>a {
  padding-right: 30px;
}

.li-has-menu {
  position: relative;
}

.li-has-menu>small {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-weight: bold;
  z-index: 1;
  font-size: 13px;
  cursor: pointer;
}

.sub-menu {
  min-width: 250px;
  display: none;
  list-style: none;
  background: var(--black);
  padding: 10px;
  transition: none;
}

.sub-menu>li {
  padding: 5px;
}

.sub-menu>li>a {
  text-decoration: none;
  color: var(--white);
  display: block;
  padding: 5px;
  font-size: 14px;
}

.sub-menu>li>a:hover {
  color: var(--yellowgold);
}

.sub-menu>li+li {
  border-top: 1px solid var(--light-grey);
}

#toogle-btn {
  display: none;
  position: relative;
}

.banner-sec {
  position: relative;
}

.banner-sec:after {
  content: "";
  background: linear-gradient(282.09deg, #000000 15.23%, rgba(0, 0, 0, 0.9) 77.21%);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 80%;
  height: calc(100vh - 120px);
}

.banner-sec .video-box video {
  max-width: 100%;
  width: 100%;
  min-height: calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner-sec .banner-content {
  position: absolute;
  z-index: 2;
  top: 40px;
  color: var(--white);
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

.banner-sec .banner-content h1 {
  font-size: 36px;
  font-style: italic;
  color: var(--yellowgold);
  margin-bottom: 30px;
}

.banner-sec .banner-content p {
  margin-bottom: 20px;
  font-size: 15px;
}

.Sec-carimg {
  margin-top: -50vh;
  z-index: 3;
  position: relative;
}
.Sec-carimg  .banner-swiper-slide{
  border-radius: 15px;
  overflow:hidden;
}
.Sec-carimg .img-big {
  border-radius: 15px;
  display:block;
}

.Sec-carimg .scoll-to-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.card-our-service {
  background: var(--black-gradient);
  padding: 24px 12px;
  color: var(--white);
  position: relative;
  border-radius: 12px;
  height: 100%;
}

.card-our-service:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  border-radius: 12px;
}

.card-our-service h6,
.card-our-service p {
  position: relative;
  z-index: 1;
}

.card-our-service h6 {
  color: var(--black);
  margin-bottom: 24px;
}

.card-our-service p {
  color: var(--grey);
}

.sec-about-bpca {
  background: var(--black-gradient);
  color: var(--white);
}

.Sec-google-review .Sec-google-review-inr .google-review-left {
  max-width: 200px;
  width: 100%;
  line-height: 1;
}

.Sec-google-review .Sec-google-review-inr .google-review-left h1 {
  font-size: 48px;
  line-height: 1;
}

.Sec-google-review .Sec-google-review-inr .google-review-left ul {
  margin: 10px 0;
}

.Sec-google-review .Sec-google-review-inr .google-review-left p {
  color: var(--grey);
  font-size: 16px;
}

.Sec-google-review .Sec-google-review-inr .google-review-center {
  max-width: 100%;
  width: calc(100% - 440px);
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}

.Sec-google-review .Sec-google-review-inr .google-review-center li .left-rating {
  max-width: 80px;
}

.Sec-google-review .Sec-google-review-inr .google-review-center li .center-progressbar {
  max-width: calc(100% - 140px);
  width: 100%;
}

.Sec-google-review .Sec-google-review-inr .google-review-center li .center-progressbar .progress {
  background: #FFFCEA;
}

.Sec-google-review .Sec-google-review-inr .google-review-center li .center-progressbar .progress .progress-bar {
  background: var(--yellowgold);
}

.Sec-google-review .Sec-google-review-inr .google-review-center li .right-number {
  max-width: 50px;
  width: 100%;
}

.Sec-google-review .Sec-google-review-inr .google-review-center li+li {
  margin-top: 10px;
}

.Sec-google-review .Sec-google-review-inr .google-review-right {
  max-width: 220px;
  width: 100%;
}

.Sec-google-review-users .google-review-list>li {
  flex-wrap: wrap;
}

.Sec-google-review-users .google-review-list>li+li {
  border-top: 1px solid #E7E7E7;
  padding-top: 15px;
  margin-top: 15px;
}

.Sec-google-review-users .g-user-left {
  max-width: 100px;
}

.Sec-google-review-users .g-user-left .g-user-img {
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.Sec-google-review-users .g-user-left .g-user-img img {
  height: 100%;
  object-fit: cover;
}

.Sec-google-review-users .g-user-center {
  max-width: calc(100% - 320px);
}

.Sec-google-review-users .g-user-center .top-user-name {
  align-items: center;
  margin-bottom: 10px;
}

.Sec-google-review-users .g-user-center .top-user-name h4 {
  font-size: 18px;
  margin-left: 10px;
}

.Sec-google-review-users .g-user-center .top-user-name p {
  margin-top: 10px;
}

.Sec-google-review-users .g-user-center p {
  color: var(--grey);
}

.Sec-google-review-users .g-user-right {
  max-width: 240px;
}

.Sec-google-review-users .g-user-right p {
  color: var(--black);
  font-weight: 600;
}

.Sec-pest-background-img .pest-background-inr {
  border-radius: 15px;
}

.Sec-pest-background-img .pest-background-inr .pest-background-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  max-width: 480px;
  text-align: center;
}

.Sec-pest-background-img .pest-background-inr .pest-background-content p {
  color: var(--grey);
}

.Sec-statics .icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%), #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.Sec-statics h1 {
  font-size: 56px;
}

.Sec-book-appointment {
  background: var(--black-gradient);
  color: var(--white);
  position: relative;
}

.Sec-book-appointment .sec-heading h4 {
  color: #fff;
}


.Sec-book-appointment .icon {
  bottom: 15px;
}

.Sec-book-appointment .icon-left {
  left: 15px;
}

.Sec-book-appointment .icon-right {
  right: 15px;
}

.Sec-book-appointment .card-black {
  background: var(--black);
  padding: 25px;
  color: var(--white);
  border-radius: 12px;
  border: none;
}

.Sec-book-appointment .card-black a {
  color: var(--white);
  margin-top: 10px;
  font-weight: bold;
}

.Sec-book-appointment .card-black a:hover {
  color: var(--yellowgold);
}

.Sec-book-appointment .card-black .card-black-center-li .icon {
  background: var(--white);
  border-radius: 100%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.Sec-book-appointment .card-black .card-black-right-li {
  text-align: right;
}

.Sec-book-appointment .card-contact-us {
  background: var(--black);
  padding: 25px;
  color: var(--white);
  border-radius: 12px;
  border: none;
}

.Sec-book-appointment .card-contact-us .sec-heading {
  margin-bottom: 10px;
  padding: 0;
}

footer h4 {
  margin-bottom: 24px;
  font-size: 24px;font-weight: 700;line-height: normal; color: #000;
}

footer .foot-col-1 ul li+li {
  margin-top: 0px;
  margin-left: 10px;
}

footer ul li a {
  color: var(--black);
}

footer ul li a:hover {
  color: var(--yellowgold);
}

footer ul li a:hover svg path {
  fill: var(--yellowgold);
}

footer ul li+li {
  margin-top: 10px;
}

.Sec-banner-small{
  background: var(--black-gradient);
  color: var(--white);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% 100% !important;
}
.inner-banner{max-height: 500px;height: 100%;display: flex;align-items: center;}

.Sec-banner-small h1{
  font-size: 36px;
  font-style: italic;
  color: var(--yellowgold);
  margin-bottom: 24px;
}
.Sec-banner-small p{
  margin-bottom: 24px;
}



.about-img-detail-box {
  text-align: center;
}
.about-img-detail-box .about-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.about-img-detail-box .about-img img {
  width: 100%;
}


.about-img-detail-box  .about-img-detail h5 {
  font-size: 18px;
}

.about-img-detail-box  .about-img-detail p {
  color: var(--grey);
  font-size: 14px;
}


.about-details .yellow-g-box {
  background: linear-gradient(180deg, #FFFADF -16.28%, #FFF2AE 71.71%);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}

.about-details .yellow-g-box p {
  margin-bottom: 15px;
}

.about-details .yellow-g-box .coonect-with-me  h4 {
  font-size: 18px;
  margin: 0;
}
.about-details .yellow-g-box .coonect-with-me a:hover svg path {
  fill: var(--yellowgold);
}
.about-details .bordred-box {
  border: 1px solid;
  border-radius: 4px;
  padding: 20px;
}


.about-details .bordred-box p+p{
margin-top: 15px;
}



.Sec-about-mystory{
  background: url(../images/about-my-story-bg.jpg);
  background-repeat: no-repeat;
  color: var(--white);
}



.video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}


.play-btn {
  width: 70px;
  height: 70px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn:hover {
  transform: scale(1.1);
}


.Sec-about-mystory .container-small{
max-width: 960px;
margin-bottom: -280px;
padding-bottom: 280px;
}


ul.service-row-ul {}

ul.service-row-ul 
 li.service-row-li {
    padding: 80px;
    background: #fff;
}

ul.service-row-ul li.service-row-li:nth-child(even) {
    background: linear-gradient(180deg, #FFFADF -16.28%, #FFF2AE 71.71%);
}
.d-flex.service-row-inr.container.align-items-center {}

.service-row-inr .service-box-img {
    width: 500px;
    height: 500px;
}

.service-row-inr .service-box-details {
    width: calc(100% - 530px);
}

ul.service-row-ul li.service-row-li:nth-child(odd) .service-row-inr {
    flex-direction: row-reverse;
}

ul.service-row-ul li.service-row-li:nth-child(odd) .service-row-inr .service-box-img {
    margin-left: 30px;
}

ul.service-row-ul li.service-row-li:nth-child(even) .service-row-inr .service-box-img {
    margin-right: 30px;
}

.service-row-inr .service-box-details .sec-heading {
    max-width: 700px;
}

ul.service-row-ul li.service-row-li:nth-child(even) .service-row-inr .service-box-details .sec-heading {
    margin-left: auto;
}

ul.service-row-ul li.service-row-li:nth-child(odd) .service-row-inr .service-box-img:after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%);
  border-radius: 24px;
  left: 12px;
  top: 12px;
  z-index: 0;
}
ul.service-row-ul li.service-row-li:nth-child(even) .service-row-inr .service-box-img:after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%);
  border-radius: 24px;
  right: 12px;
  top: 12px;
  z-index: 0;
}

ul.service-row-ul li.service-row-li .service-row-inr .service-box-img {
  position: relative;
  background: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%);
  border-radius: 24px;
}

.service-row-inr .service-box-img img {
  border-radius: 24px;
  position: relative;
  z-index: 1;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}







/* services gallery section start */

.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  padding:0px;
  max-width: 100%;
}

.image-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.image-box:hover img {
  transform: scale(1.05);
}


.overlayTop{position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  flex-direction: column;
  border-radius:0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  height: 100%;}

.overlay-content {
  padding: 20px;
  flex-direction: column;
  border: 2px solid #f1c40f;
  border-radius: 12px;
  max-width: 472px;
  width: 100%;

}

.image-box:hover .overlayTop {
  opacity: 1;visibility: visible;
}

.overlayTop h3 {
  margin-bottom:20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.overlayTop p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.servicesGallery .btn-custom {
    padding: 12px 15px;
    min-width: 135px;
    font-size: 14px;
}

/* services gallery section end */

.accordion-main .accordion-item {
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.40);
}
.accordion-main .accordion-item:first-of-type {
  border-top-left-radius:16px;
  border-top-right-radius:16px;
}

.accordion-main .accordion-item:first-of-type>.accordion-header .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.accordion-main .accordion-body {
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.accordion-main .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.40);
  overflow: hidden;
  border-radius: 16px;
}
.accordion-main .accordion-header button {
  font-size: 16px;
  color:var(--black);
  padding: 24px; line-height: 1.5;
  background: transparent;
  box-shadow: none;
}
.accordion-main .accordion-button:focus{box-shadow: none; border: none;}

.accordion-main .accordion-button::before {
  background-image: linear-gradient(#C0872C, #EFE172);
  content: "";
  position: absolute;
  left: auto;
  top: 21px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 21px;
}

.accordion-main .accordion-button::after {
  background-image: url(../images/plus.svg);
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  position: absolute;
  left: auto;
  right: 27px;
  content: "";
  top: 27px;
}

.accordion-main .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}


/* rates control pest */

.subHead h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color:var(--black);
}

.subHead p {
  font-size: 16px;
  line-height: 26px;
  color:var(--black);
  font-weight: 400;
}

.rates-ctrl-service .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.rates-ctrl-service .card {
  background: linear-gradient(178deg, #FFFADF, #FFF2AE);
  padding: 20px 20px 40px 20px;
  border-radius: 16px;
  border: none;
}
.rates-ctrl-service .card h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}

.rates-ctrl-service .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}

.rates-ctrl-service .service-box-img {
  padding-left: 30px;
  display: flex;
  justify-content: flex-end;
}

.box-with-shadow {
  position: relative;
  max-width: 440px;
  height: auto;
}
.box-with-shadow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90.15deg, #C0872C -5.5%, #EFE172 109.21%);
  border-radius: 24px;
  left: 12px;
  top: 12px;
  z-index: -1;
}

.box-with-shadow img {
  border-radius: 20px;
}


/* Our ApproachSec start */
.OurApproachSec{background-image: url(../images/OurApproachImg.jpg);background-position: center; background-repeat: no-repeat; width: 100%;background-size:cover;}
.OurApproachSec p,
.OurApproachSec .sec-heading h4,
.OurApproachSec h6,
.OurApproachSec .sec-heading p{color: #fff;}
.card-our-service h6{font-size: 16px; line-height: 140%;font-weight: 600;margin-bottom: 10px;}
.OurApproachSec .sec-heading p {
  font-size: 16px;
  font-weight: 500;
}

.OurApproachSec .card-our-service {
  background: transparent;
  border: 1px solid #fff;
  padding: 15px;
}
.OurApproachSec .card-our-service::after{display: none;}
.OurApproachSec .card-our-service p{font-size: 16px;font-weight: 400;line-height: 26px;}


/* news page start */
.latestNewsSlider{
  position: relative;
}
.latestNewsSlider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.latestNewsSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #C89638 !important;
  opacity: 1;
  margin: 0px 7px;
}

.latestNewsSlider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:  linear-gradient(90deg, #C0872C, #EFE172); border: none !important;
}
.latestNewsSlider .mySwiperNews{padding-bottom:100px;}
.service-row-inr .service-box-details .sec-heading {
  max-width: 100%;
}

.latestNewsSlider .service-box-details h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
}
.latestNewsSlider .service-box-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}
.latestNewsSlider .service-row-inr .service-box-img {
  margin-right: auto;
}
.latestNewsSlider .swiper-horizontal>.swiper-pagination-bullets, 
.latestNewsSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
.latestNewsSlider .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 25px;
 }

 .left-shadow{
  position: relative;
 }

 .left-shadow:after {
  content: "";
 max-width: 500px;
 width: 100%;
 height: 100%;
  position: absolute;
  background: linear-gradient(90.15deg, #EFE172 -5.5%, #C0872C 109.21%);
  border-radius: 24px;
  right: 12px;
  top: 12px;
  z-index: 0;
}


/* testimonial section */
.testimonialSec {
  position: relative;
  padding-bottom: 0;
}

.swiper.mySwiperTesti {
  padding-bottom: 160px;
}
.testimonialSec .service-box-img {
  border-radius: 12px;
  overflow: hidden;
}

.testimonialSec .contentBox h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
  margin: 20px 0px 10px 0px;
}
.testimonialSec .contentBox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 10px;
}

.testimonialSec .contentBox p {
  font-size: 16px;
  font-weight:400;
  line-height: 26px;
  color: #666;
}
.testimonialSec .contentBox a {
  font-size: 16px;
  font-weight:400;
  line-height: 26px;  
  color:#C0872C;
}
.profileName {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 15px;
}
.profileName .image-box {
  position: relative;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
.profileDetails h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.profileDetails span {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
}

.swiperBtnBox {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
}

.testimonialSec .swiper-button-prev,
.testimonialSec .swiper-rtl .swiper-button-next,
.testimonialSec .swiper-button-next,
.testimonialSec .swiper-rtl .swiper-button-prev
.testimonialSec .swiper-button-next.swiper-button-disabled,
.testimonialSec .swiper-button-prev.swiper-button-disabled {
  width: auto;
}

.testimonialSec .swiper-button-next:after,
.testimonialSec .swiper-rtl .swiper-button-prev:after,
.testimonialSec .swiper-button-prev:after,
.testimonialSec .swiper-rtl .swiper-button-next:after {
 display: none;
}
.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev{position: static;}
.swiperBtnBox {
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  position: absolute;
  bottom: 75px;
  gap: 15px;
}

.swiperBtnBox .btn-custom {
  display: flex;
  column-gap: 5px;
  min-width: 200px;
  width: 100%;
  justify-content: center;
}

.swiperBtnBox .swiper-button-prev .btn-custom:hover  svg {
  transform: translateX(-5px);
}


/* news paper details start */
.testimonialSec{padding-bottom:100px;}

.newsDetailsSec .image-box {
  position: relative;
  overflow: hidden;
  max-width: 328px;
  width: 100%;
  border-radius: 15px;
  height: 328px;
  float: left;
  margin-right: 25px;
}
.newsDetailsSec .image-box img{position: relative;z-index: 1;}
.newsDetailsSec .contentBox p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 12px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  padding:0px;
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}



/* contact us page */

.Sec-book-appointment.contactSec {
  background: #fff;
  color: #000;
}
.Sec-book-appointment.contactSec .sec-heading h4{color: #000;}
.Sec-book-appointment.contactSec .card-contact-us{background: linear-gradient(180deg, #111111, #8F8F8F);}
.Sec-book-appointment.contactSec .card-contact-us h4{color: #fff;}
.contactSec{background:linear-gradient(180deg, #FFFADF, #FFF2AE);;}

.contactSec .contactList {
  max-width: 400px;
  width: 100%;
}
.contactSec .contact-box h5 {
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 5px;
}

.contactSec .contact-box a,
.contactSec .contact-box p {
  color: #fff;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
}
.contactSec .contact-in {
  background: linear-gradient(180deg, #111111, #8F8F8F);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.contactSec .contact-in:last-child{margin-bottom: 0px;}
.contactSec .icon-box {
  display: flex;
  min-width: 64px;
  height: 64px;
  background: var(--btn-background-gold);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}


.mapSection .image-box img{width: 100%;}

.ComplaintsSec{background:linear-gradient(180deg,  #FFFADF 10%, #FFF2AE 60%)}
.ComplaintsSec .contact-box {
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 24px;
  min-height: 295px;
}

.ComplaintsSec .contact-box h4 {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.ComplaintsSec .contact-box p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}
.ComplaintsSec .contact-box p:last-child{
  margin-bottom: 0px;
}
.ComplaintsSec .social-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.qualImg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}



/* maice page */



.full-width .card:last-child {
  grid-column: span 2;
}






/* chat boat css start */

.chat-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    box-shadow: 0 0 10px #d8d8d8;
    border-radius: 50%;
    padding: 0;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9;
}
.chat-icon label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #003278;
  text-align: left;
  line-height: 20px;
  position: relative;
}
.chat-icon i {
  color: #003278;
  font-size: 45px;
  /* transform: scaleX(-.list1); */
  display: inline-block;
  vertical-align: middle;
}
.chat-icon span, .chat-icon.openchat i { display: none; }
.chat-icon span img { width:25px; }
.chat-icon.openchat span {
  display: block;
  position: relative; 
}
.chat-icon.openchat > img {
  display: none;
}
/*.chat-icon.openchat {background: #003278;}*/
.chat-icon.openchat {
  background: var(--btn-background-gold);
  border-radius: 50%;
  box-shadow: none;
}
.chat-icon.openchat:before, .chat-icon.openchat label {display: none;}
.chat-section {
  display: none;
  transition: all linear 0.3s;
  width: 375px;
  position: absolute;
  right: 30px;
  bottom: 120px;
  box-shadow: 0 0 10px #cbc9c9;
  border-radius: 10px;
  max-height: 550px;
  overflow-y: auto;
  background: #fff;
  z-index: 99;
}
.chat-head {
  background: #fff;
  padding: 15px 15px 80px 15px;
}
.chat-section.chat-open {
  display: block;
}
.chat-logo {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: block; width: 90px;
}

.chat-logo:hover, .chat-logo:focus {
  text-decoration: none; color: #fff;
}
.chat-head h4 {
  font-size: 20px;  margin-bottom: 15px;
}
.chatbox { padding: 0 15px 15px 15px; margin-top: -50px; }
.chatrow {
  box-shadow: rgba(255, 215, 0, 0.1) 0px 4px 15px 0px,   rgba(255, 215, 0, 0.1) 0px 1px 2px 0px,   rgba(255, 215, 0, 0.5) 0px 2px 0px 0px inset;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.chatrow:last-child {
  margin: 0;
}
.chatrow.chatrow-chat {
  padding: 20px 20px 0 20px; background:var(--black-gradient)!important;
}


.minimize-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  box-shadow: 0 0 7px #bdbdbd;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}
.minimize-icon span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #003278;
  margin: 4px;
}
.chat-section.chat-small {
  max-height: 65px;
}
.chat-active {
  position: absolute;
  right: 15px;
  top: 15px;
}
.chat-active:before {
  content: ''; position: absolute; bottom: 0; right:0; color: green;
  width: 6px; height: 6px; border-radius: 50%;
}


#email_btn {
  margin: 0 auto;
  display: block;
}
.chat-section.chat-open.open.listopen.chat-small {
  max-height: 65px;
}
.chatrow h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.conversation-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.conversation-img span {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.conversation-info {
  padding-left: 15px;
}
.conversation-info h6 {
 font-size: 14px; color: rgb(115, 115, 118);
}
.conversation-info span {
  display: block; color: #333; font-size: 14px; font-weight: bold;
}
.conversation-info span i {
  color: #003278;
}
.blue-btn {
  background: var(--btn-background-gold);
  border-radius: 20px;
  border: 0;
  color: #fff;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
}
.blue-btn:hover, .blue-btn:focus { opacity: 0.8; }
/*.chatrow.chatrow-btn {
  padding: 20px 0;
  margin: 0;
}*/
.see-all {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e3e2e2;*/
  color: #333;
  text-align: center;
  /*padding: 10px;*/
}
.see-all a { color: #333; text-decoration: none; }
.chat-block {
  background: #003278;
  visibility: visible; height: auto;
}
.chat-block.visibility {
  visibility: hidden;
  height: 0;
}
.back {
  position: absolute;
  color: #003278;
  font-size: 20px;
  left: 15px;
  top: 15px;
}
.chat-block .chat-head {
  padding: 15px 15px 80px 40px;
}
.chat-block .conversation-info h6, .chat-block .conversation-info span,
.chat-block .conversation-info span i {
  color: #fff;
}
.chat-block .conversation-box {
  margin-top: 20px;
}
.conversation-list {
  padding: 15px;
  height: 285px;
  overflow-y: auto;
}
.button-bottom {
  width: 100%;
  border-top: 1px solid #e3e2e2;
  height: 50px;
  background: #fff;
}
.chat-intro.visibility {
  visibility: hidden; height: 0;
}
.chat-intro {z-index: 5;
  visibility: visible; height: 100%;     background: var(--btn-background-gold);
}
.conversation-list-in p { font-size: 14px; margin-bottom: 20px; }
.conversation-list-in span {
  display: inline-block;
  background: #888;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.chat-section.chat-open.open {
  max-height: inherit; overflow-y: inherit;
}
.chat-section.chat-open.open.chat-small {
  max-height: 65px; overflow-y: auto;
}

.button-bottom input {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  border: 0;
  padding: 0 15px 0 15px;
}

.button-bottom input:focus { outline: none; }
.button-right {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.button-right a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 10px;
}
.input-field { margin-bottom: 12px; }
.input-field label {
  display: block; margin-bottom: 5px;
}
.input-field input:not([type=checkbox]), .input-field textarea {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.input-field textarea { height: 80px; resize: none; padding-top: 5px; }
.chat-block .chatrow {
  padding: 20px;
}
.chat-list .chatrow { padding: 5px 0; }
.listopen .chat-intro {
  visibility: hidden;
  height: 0;
}
.listopen2 .chat-user {
  visibility: hidden;
  height: 0;
}
.bot-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 2px;
}
.robo-conversation-list {
  text-align: right;
  padding-right: 40px;
}
.robo-conversation-list span {
  background:rgba(0, 0, 0, 0.1);
  color: #000000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.robo-conversation-list span {
  position: relative;
}
.robo-conversation-list span img.robo {
  width: 26px;
  height: 26px;
  object-fit: cover;
  position: absolute;
  right: -40px;
  border-radius: 50%;
  top: 4px;
}
.chat-icon span.robo-chat-btn {
  display: inline-block;
  vertical-align: middle;
}
.chat-icon span.robo-chat-btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
}
.chat-icon.openchat span.robo-chat-btn {
  display: none;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.blue-dot {
    backface-visibility: hidden;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    
  }
  .blue-dot:nth-last-child(1) {
      -webkit-animation: anim 1.2s ease infinite both;
      animation: anim 1.2s ease infinite both;
  }
  .blue-dot:nth-last-child(2) {
      -webkit-animation: anim 1.2s 0.4s ease infinite both;
      animation: anim 1.2s 0.4s ease infinite both;
  }
  .blue-dot:nth-last-child(3) {
      -webkit-animation: anim 1.2s 0.8s ease infinite both;
      animation: anim 1.2s 0.8s ease infinite both;
  }

.typing-dot .blue-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #003278;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
}
.robo-conversation-list span.typing-dot {
  background: transparent;
  padding-right: 0;
}
.button-bottom .send-btn {
  opacity: 1;
  visibility: visible;
  background: #003278;
  color: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-left: 0px;
}

.button-bottom .send-btn i {
  font-size: 14px;
  line-height: 1;
  margin-left: -2px;
}

.button-bottom.have-msg .send-btn {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.4;
}
.custom-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.custom-checkbox input ~ span.checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #aeaeae;
  left: 0;
  top: 2px;
}
.custom-checkbox input:checked ~ span.checkmark:before {
  content: "";
  width: 10px;
  height: 4px;
  border: 1px solid #aeaeae;
  border-style: none none solid solid;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.text-center {
  text-align: center;
}
.chat-section.ratingopen .chat-list,
.chat-section.ratingopen .chat-user,
.chat-section.ratingopen .chat-intro {
  display: none !important;
}
.chat-section.ratingopen .rating {
  display: block !important;
}

/* rating block */

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
  background-size: 25px;
  background-repeat: repeat-x;
  margin: 0 auto;
  display: inline-block;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDMyNzg7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTAsMCAxMy4xLDYuNiAyMCw3LjYgMTUsMTIuOCAxNi4yLDIwIDEwLDE2LjYgMy44LDIwIDUsMTIuOCAwLDcuNiA2LjksNi42ICIvPg0KPC9zdmc+DQo=');
  background-size: contain;
  background-size: 25px;
  background-repeat: repeat-x;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.star-rating.star-5 {width: 126px;}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}

/*  */

.rating-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.clr-blue {
  color: #000;
}
.chat-section .thankyou-block {
  display: none;
  padding: 20px;
}
.chat-section.thankyou-open .chatbox {
  margin-top: 0;
  padding: 15px;
}
.chat-section.thankyou-open .thankyou-block {
  display: block;
}
.chat-section.thankyou-open .chat-active,
.chat-section.thankyou-open .chat-block {
  display: none !important;
}
.chat-section.thankyou-open {
  overflow: hidden !important;
}



@media only screen and (max-width: 767px) {
  
}