/* body {
    
} */

/* header */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;700&family=Ubuntu:wght@300;400;500;700&display=swap");


:root {
  --main-font-family: "Ubuntu";
  --font-family: "Quicksand";
  --primary-blue: "#1620A7";
  --secondary-blue: "#8A90E7";

}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-family: "Ubuntu", sans-serif;
}

p {
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Quicksand", sans-serif;
  /* font-family: 'Ubuntu', sans-serif; */
}

/* Header start */

#nav-header {
  background-color: #1620a7;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav>.nav-header {
  display: inline;
}

.nav>.nav-header>.nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav>.nav-btn {
  display: none;
}

.nav>.nav-links {
  display: flex;

  font-size: 18px;
}

.nav>.nav-links>a {
  display: inline-block;
  padding: 30px 30px;
  text-decoration: none;
  color: #efefef;
}

.nav>.nav-links>a:hover {
  text-decoration: underline;
  color: #fec61b;
}

.nav>#nav-check {
  display: none;
}

.logomedia {
  max-width: 100%;
  width: 200px;
  height: auto;
  margin-top: 25px;
}
.logomedia_sticky {
  height: auto;
  margin-top: 13px;
  
}
@media (max-width: 1220px) {
  .logomedia {
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-left: 0px;
  }

  .feature-box {
    padding: 80px 10px;
  }
}
h2.OurVision {
  padding-bottom: 20px;
  margin-left: -11px;
}
.feature-box {
  padding: 80px 15px;
}

.feature-box1 {
  padding: 0px;
}

.feature-box a {
  text-decoration: none;
  background-color: #f5bb0d;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 50px;
  color: black;
}

.btn-One:hover {
  color: white;
  background-color: #8A6907;
}



@media (max-width: 1050px) {
  .logomedia {
    max-width: 100%;
    width: 200px;
    height: auto;
  }

  .feature-box {
    padding: 80px 10px;
  }
}

@media (max-width: 996px) {
  .logomedia {
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .feature-box {
    padding: 80px 10px;
  }
}

@media (max-width: 600px) {
  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .feature-box {
    max-width: 100%;
    padding: 10px;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label:hover,
  .nav #nav-check:checked~.nav-btn>label {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-links {
    position: static;
    display: block;
    width: 100%;
    background-color: #333333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }

  .nav>.nav-links>a {
    display: block;
    width: 100%;
  }

  .nav>#nav-check:not(:checked)~.nav-links {
    height: 0px;
  }

  .nav>#nav-check:checked~.nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

@media (max-width: 946px) {
  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20px;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label:hover,
  .nav #nav-check:checked~.nav-btn>label {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-links {
    position: static;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }

  .nav>.nav-links>a {
    display: block;
    width: 100%;
  }

  .nav>#nav-check:not(:checked)~.nav-links {
    height: 0px;
  }

  .nav>#nav-check:checked~.nav-links {
    height: 550px;
    z-index: 1;
  }

  .feature-box {
    padding: 80px 0px;
  }
}

/* Header end */

/* our values section */
.servicess.section-bg {
  background-color: rgb(233, 233, 233);
  padding-bottom: 80px;
}

.icon-box .title {
  padding: 10px 0px;
}



.icon-box {
  background-color: #dee2e6;
  border: 2px solid #5c5cbf;
  border-radius: 10px;
  padding: 35px;
  height: 350px;
  overflow: hidden;
  text-align: left;
  margin: 10px;
}

@media screen and (max-width: 574px) {
  .icon-box {
    margin: 10px;
  }
}

.servicess .icon-box .icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #1620a7;
}

.servicess .icon-box h4.title {
  font-size: 20px;
  font-weight: 600;
}

.servicess .icon-box p.description {
  font-size: 16px;
  /* color: #1620A7; */
}

.icon-box.title h4 {
  justify-content: left;
}

.section-title {
  margin-left: 20px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.section-title span {
  color: #1620a7;
}

.section-title h2 {
  color: rgb(123, 165, 228);

}

.icon-box .icon {
  background-color: #f5bb0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  /* float: left; */
  border: 2px solid #1620a7;
}

.icon-box .icon i {
  font-size: 24px;
  color: black;
}

.servicess.section-bg {
  padding: 50px 0;
}

/* our values section end*/

/* why formed section */
.image {
  border: 2px solid blue;
  padding: 15px;
  border-radius: 10px;
}






.image img {
  width: 493px;
  height: 289px;
}

@media (max-width: 600px) {
  .image img {
    width: 100%;
    height: auto;
  }
}

.why-formed-section {
  padding: 50px 0;
  background-color: #f9f9f9;
  min-width: 100%;
}

.container h2 {
  color: #8A90E7;
  align-items: start;
  font-size: 46px;
  font-weight: 500;
  font-family: var(--main-font-family);
}

.container span {
  color: #1620a7;
}

.why-formed-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-formed-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  /* margin: 20px 60px; */
}

.why-formed-item .image {
  flex: 1;


  border-radius: 25px;
  border: 1px solid blue;
  padding: 20px;
  margin-bottom: 30px;
}

.why-formed-item .content {
  flex: 1;
  max-width: 100%;
  margin: 0px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 768px) {

  .why-formed-item .image,
  .why-formed-item .content {
    max-width: 100%;
    margin: 20px 10px;
  }
  .logomedia_sticky {
    height: auto;
    margin-top: 12px;
    margin-right: 0px !important;
}
div#book_service_btn {
  justify-content: flex-start !important;
}
}

/* why formed section end */

/* team section start */

/* .team-section h2{
    padding-left: 40px;
}
  .team-section {
    display: flex;
    flex-wrap: wrap;
  }

  .team-member {
    width: 100%; 
    padding: 20px;
    margin-bottom: 30px; 
    border: 2px solid blue; 
    border-radius: 5px;
    box-sizing: border-box; 
    display: flex;
    align-items: center;
  }

  .team-icon {
    width: 30%; 
    text-align: center;
  }

  .team-icon img {
    max-width: 100%; 
  }

  .team-text {
    width: 70%; 
    padding: 0 20px;
  }

  .team-text h3 {
    font-weight: bold;
  }

  
  @media (max-width: 768px) {
    .team-member {
      width: 100%; 
    }

    .team-icon, .team-text {
      width: 100%; 
    }
  } */
/*  */

/* .team-section h2 {
    padding-left: 20px;
    padding-top: 20px;
  }
  
  .team-section {
    display: flex;
    flex-wrap: wrap;
  }
  
  .team-member {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px; 
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  
  .team-icon {
    
    text-align: center;
    border: 2px solid #1620A7; 
    border-radius: 10px; 
    margin-right: 20px; 
    padding: 21px; 
    margin-left: 20px;
    background-color: rgb(224, 193, 13);
  }
  
  .team-icon img {
    max-width: 100%;
  }
  
  .team-text {
    
    border: 2px solid blue; 
    border-radius: 10px; 
    padding: 10px; 
    justify-content: center;
  }
  
  .team-text h3 {
    font-weight: bold;
  }
  
  
  @media (max-width: 768px) {
    .team-member {
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
  
    .team-icon,
    .team-text {
      width: 100%;
      margin: 5px;
    }
  } */

.team-section h2 {
  padding-top: 30px;
  /* padding-left: 20px; */
  margin-bottom: 20px;
}

.team-section {
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: 100%;
  padding-right: 0px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.findRow {
  margin-left: 5px;
}

.team-icon {
  width: 25%;
  text-align: center;
  border: 2px solid #1620a7;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 10px;
  padding: 6px;
  margin-left: 12px;
  background-color: #f5bb0d;
}

.team-icon img {
  max-width: 100%;
}

.team-text {
  width: 70%;
  border: 2px solid blue;
  border-radius: 10px;
  padding: 10px;
  justify-content: center;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 13px;
}

.team-text h3 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .team-member {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .team-icon,
  .team-text {
    width: 100%;
    /* margin: 5px; */
  }
}

/* For mobile devices */
@media (max-width: 767px) {
  .mobileph {
    display: flex;
    flex-direction: column;
  }

  .icon {
    order: -1;
    /* Move the icon to the top */
  }

  .col-xs-6 {
    width: 100%;
    /* Full width on mobile */
  }
}

/* team section end */

/* vision and mission section */
/* .compare{
    margin: 50px;
  } */

.compare h1 {
  color: #8a90e7;
  /* padding-left: 15px; */
}

.compare span {
  color: #1620a7;
}

.vision1 img {
  width: 50px;
}

.visionabout img {
  width: 50px;
}

.missionabout img {
  width: 50px;
}

.vision11 img {
  width: 50px;
}

.mission1 img {
  width: 50px;
}

.mission1 {
  display: flex;
  align-items: center;
  background-color: #1620a7;
  border-radius: 10px;
  margin-top: -215px;
  color: white;
  flex-direction: row-reverse;
}

.vision1 {
  display: flex;
  align-items: center;
  background-color: #1620a7;
  border-radius: 10px;
  color: white;
  margin-top: -159px;
}

.vision1 h5 {
  padding: 20px;
}

.vision1 i.bx.bx-building.icon,
.mission1 i.bx.bx-building {
  padding: 25px;
  border-radius: 50%;
  background-color: #f5bb0d;
}

.visionabout h5 {
  padding: 20px;
}

.visionabout i.bx.bx-building.icon,
.mission1 i.bx.bx-building {
  padding: 25px;
  border-radius: 50%;
  background-color: #f5bb0d;
}

.missionabout h5 {
  padding: 20px;
}

.missionabout i.bx.bx-building.icon,
.mission1 i.bx.bx-building {
  padding: 25px;
  border-radius: 50%;
  background-color: #f5bb0d;
}

.vision11 {
  display: flex;
  align-items: center;
  background-color: #1620a7;
  border-radius: 10px;
  /* margin: 10px; */
  color: white;
  margin-top: -100px;
}

.vision11 h5 {
  padding: 20px;
}

.vision11 i.bx.bx-building.icon,
.mission1 i.bx.bx-building {
  padding: 25px;
  border-radius: 50%;
  background-color: #f5bb0d;
}

.mission1 h5 {
  padding: 20px 22px 20px 20px;
}

@media screen and (max-width: 767px) {
  .compare .row {
    flex-wrap: wrap;
  }

  .vision1 {
    margin-left: 10px !important;
  }

  .vision1 img,
  .mission1 img {
    width: 80px;
    height: 100px;
  }

  .vision1 {
    display: flex;
    background-color: #1620a7;
    border-radius: 10px;
    margin: 10px;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .visionabout {
    margin-left: 10px !important;
  }

  .missionabout {
    margin-left: 10px !important;
  }

  .missionabout img,
  .mission1 img {
    width: 80px;
    height: 100px;
  }

  .missionabout {
    display: flex;
    background-color: #1620a7;
    border-radius: 10px;
    margin: 10px;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .visionabout img,
  .mission1 img {
    width: 80px;
    height: 100px;
  }

  .visionabout {
    display: flex;
    background-color: #1620a7;
    border-radius: 10px;
    margin: 10px;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .vision11 {
    margin-left: 10px !important;
  }

  .vision11 img,
  .mission1 img {
    width: 80px;
    height: 100px;
  }

  .vision11 {
    display: flex;
    background-color: #1620a7;
    border-radius: 10px;
    margin: 10px;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .mission1 {
    display: flex;
    background-color: #1620a7;
    border-radius: 10px;
    margin: 10px;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .vision1 .icon {
    display: flex;
    flex-direction: column;
  }

  .vision1 h5 {
    display: flex;
    justify-content: flex-end;
    font-size: x-large;
  }

  .visionabout .icon {
    display: flex;
    flex-direction: column;
  }

  .visionabout h5 {
    display: flex;
    justify-content: flex-end;
    font-size: x-large;
  }

  .missionabout .icon {
    display: flex;
    flex-direction: column;
  }

  .missionabout h5 {
    display: flex;
    justify-content: flex-end;
    font-size: x-large;
  }

  .vision11 .icon {
    display: flex;
    flex-direction: column;
  }

  .vision11 h5 {
    display: flex;
    justify-content: flex-end;
    font-size: x-large;
  }

  .mission1 h5 {
    display: flex;
    justify-content: flex-end;
    font-size: x-large;
  }
}

/* end of vis and mission */

/* home cleaning tips */
@media(min-width:768px) {
  .home-cleaning h2 {
    color: #1620a7;
    padding-left: 20px;
    margin-top: 70px;
  }
  .home-cleaning h2 {
    color: #1620a6;
  }
}

@media (max-width: 576px) {
  .home-cleaning h2 {
    padding-left: 19px;
    color: #1620a6;
    margin-top: 20px;
}
.col-lg-7.para1.px-5>p {
  margin-left: -26px;
}
.cleanhome {
  margin-left: 34px;
}
}



.cleanhome {
  border-radius: 10px;
  flex-wrap: wrap;
  /* padding-left: 10px; */
  display: inline-block;
  background-color: gainsboro;
  height: 300px;
  width: 300px;
  /* margin-left: 60px; */
}

.para1 p {
  line-height: 2.5;
}

/* end of home cleaning tips */

/* comparepackages section */
table {
  border-collapse: separate;
  width: 95%;
  margin: 30px;
  border-spacing: 0.5em 0.5em;
  table-layout: fixed;
  overflow: scroll;
  /* Added 07-11-2023 */
}

th,
td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  border-radius: 8px;
  /* margin: 20px; */
  /* width: 25%; */
  line-height: 1.5;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 600;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.th_main {
  font-family: var(--main-font-family);
  font-size: 20px;
}

/* tr {
 margin: 20px; 
} */

th:nth-child(1),
td:nth-child(1) {
  background: linear-gradient(180deg,
      rgba(52, 102, 246, 0.06) 0%,
      rgba(21, 43, 108, 0.06) 0%,
      rgba(45, 17, 94, 0.06) 100%);
  border: none;
}


th:nth-child(2),
td:nth-child(3) {
  color: #000000;
}

th:nth-child(3),
td:nth-child(2) {
  color: black;
}

th:nth-child(4),
td:nth-child(4) {
  color: black;
}

.diningroom {
  border: none;
  margin-top: 36px;
  font-family: var(--main-font-family);
  font-size: 20px;
  font-weight: 400;
}

/*
.bedroom {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
}

.poojaroom {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;

}

.basement {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
}

.entrance {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
}

.balcony {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
}

.studyroom {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
}

.bathroom {
  background-color: rgb(220, 233, 238);
  border: none;
  margin-top: 20px;
} */

/* .mainhead {
  background-color: rgb(220, 233, 238);
  border: none;
} */

@media (max-width: 768px) {
  table {
    font-size: 12px;
    margin: 0;
  }

  th,
  td {
    padding: 5px;
    margin: 0;
  }
}

.black {
  border-color: #000000;
}

.blue {
  border-color: #1620a7;
  color: #1620a7;
}

.yellow {
  border-color: #f5bb0d;
}



.search-container {
  display: flex;
  justify-content: center;
  /* Horizontally center the search bar */
  margin-top: 20px;
  /* Adjust the margin as needed */
}

.search-bar {
  display: flex;
  align-items: center;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  /* padding: 8px; */
  width: 60%;
  background: linear-gradient(180deg,
      rgba(52, 102, 246, 0.06) 0%,
      rgba(21, 43, 108, 0.06) 0%,
      rgba(45, 17, 94, 0.06) 100%);
}

/* 
input[type="text"] {
  flex: 1;
  /* border: none;
  outline: none; */
/* font-size: 16px;
  width: 60%; */
/* margin-left: 20px; 
  background: linear-gradient(180deg, rgba(52, 102, 246, 0.06) 0%, rgba(21, 43, 108, 0.06) 0%, rgba(45, 17, 94, 0.06) 100%);
} */

.button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}



.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.button {
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.vacant-button {
  background-color: #ccc;
  margin-right: 10px;
  border-radius: 999px;
  color: #000;
  min-width: 100px;
  font-family: var(--font-family);
  font-weight: 500;
}

.occupied-button {
  background-color: #f5bb0d;
  border-radius: 999px;
  color: #000;
  font-family: var(--font-family);
  font-weight: 500;
}

/*end of comparepackages section */

/* privacy policy and terms section */

.urlpolicy {
  height: 130vh;
}

.urlpolicy a {
  margin-left: 200px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.move-down {
  margin-top: 30vh;
}

@media (max-width: 768px) {
  .urlpolicy a {
    margin-left: 0px;
  }

  .urlpolicy {
    height: 50vh;
  }
}

/*end of privacy policy and terms section */

/* footer section */
@media (max-width: 767px) {
  .footer-logo {
    justify-content: center;
  }


}

.threethings {
  justify-content: center;
}

.social-icons {
  max-width: min-content;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 20px;
  width: 65px;
  height: 65px;
  text-decoration: none;
  align-items: center;
  display: flex;
  margin: 15px 0px 15px 0px;
}

.footer {
  background-color: rgb(121, 138, 238);
  color: white;
}


.footerthings h2 {
  color: #1620a7;
}

.things h2 {
  color: white;
  margin-left: 10px;
}

.footerthings hr {
  border: 1px solid #1620a7;
}

.footerthings p {
  color: black;
}

.things p {
  color: white;
  margin-left: 10px;
}

.text-center {
  background-color: #1620a7;
}

.text-right.py-3 {
  margin-top: 27px;
}

#newid {
  /* margin-left: 10px; */
  /* margin-right: 50px; */
  padding-left: 10px;
}

/* footer end */

/* viniths section */

/* Custom CSS for vertical separation */
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container .icon {
  text-align: center;
}

.icon-container .icon:not(:last-child) {
  /* margin: 20px;  */
  position: relative;
}

.icon-container .icon:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 120px;
  width: 2px;
  background-color: black;
}

/* video */

.bluefont {
  color: #1620a6;
  font-size: 24PX;
  font-weight: 400;
  font-family: var(--main-font-family);
  line-height: 25px;
}

.bluefont-p {
  color: #1620a6;
}



iframe {
  border-radius: 17px;
  border: 2px solid #202ec7;
  /* Border color (change to your desired color) */
  padding: 20px;
  /* Gap between the border and the video content */
  height: 300px !important;
  width: 500px !important;
}


@media (max-width: 600px) {
  iframe {
    height: auto !important;
    width: 100% !important; /* Adjusted width */
  }
}


.fas {
  transform: rotate(-45deg);
}

.head_blue {
  color: #969ffa;
  font-weight: 500;
}



@media (max-width: 768px) {
  .container h2 {
    align-items: start;
    font-size: 32px !important;
    font-weight: 500;
  }

  .footerthings p {
    font-size: 13px !important;
  }
  .col_find {
    color: #1620a6;
    font-size: 32px!important;
    font-weight: 500;
  }

  .footerthings .btn {
    font-size: 12px !important;
    width: 145px !important;
  }
  span.ourapproachheading {
    
    margin-left: 0px!important;
    font-size: 32px!important;
}
}

#find {
  margin: 50px 0px;
  align-items: start;
  padding: 0px 50px;
}

.col_find {
  color: #1620a6;
  font-size: 46px;
  font-weight: 500;
}


.bg-custom {
  background-color: #8c94eb !important;
}

.col-md-5 {
  margin: 10px;
}

@media (max-width: 768px) {
  .cleaning-painting {
    margin-left: 0px;
  }
}

/* end of viniths section */

/* home painting section */

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
  .iframe-container {
    max-width: 100%;
    height: 50px;
    margin: 10px auto;
  }

  .iframe-container iframe {
    width: 100%;
    height: 100%;
  }

  .section-1 {
    font-size: 5px;
  }

}
@media (min-width: 992px){
.col-md-4 {
    /* width: 580px; */
}
}
@media (min-width: 768px){
.col-md-4 {
    /* width: 100%; */
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .iframe-container {
    height: 100px;
  }

  .section-1 {
    font-size: 16px;
    margin: 20px 0;
  }

  /* .col-md-4 {
    width: 100%;
  } */

  /* .col-md-6 {
    width: 100%;
  } */
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
  .iframe-container {
    height: 100px;
  }

  .section-1 {
    font-size: 18px;
    margin: 30px 0;
  }
/* 
  .col-md-4 {
    width: 580px;
  }

  .col-md-6 {
    width: 780px;
  }

  .col-md-6 {
    width: 55%;
  } */

  iframe {
    width: 100%;
    height: 600px;
  }

  .happyhml span {
    color: #0d0d0d;
  }

  .section-3 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .section-3 li {
    margin-bottom: 10px;
  }

  .section-3 li:last-child {
    margin-bottom: 0;
  }

  .section-3 .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.justify-content-cente {
  padding-left: 35px;
}

.rounded-pill {
  width: 150px;
  text-align: center;
  background-color: #f5bb0d;
}

form {
  display: flex;
  flex-direction: column;
}

.label-input-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
}

input,
textarea {
  flex: 1;
  padding: 10px;
  margin-bottom: 2px;
  border: none;
  background: linear-gradient(180deg,
      rgb(0 66 255 / 5%) 0%,
      rgb(255 255 255 / 0%) 0%,
      rgb(243 236 255 / 6%) 100%);
}

textarea {
  resize: vertical;
}

button {
  padding: 10px 20px;
  /* background-color: #4CAF50; */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* button:hover {
   background-color: #45a049; 
} */

.g-recaptcha {
  margin-bottom: 10px;
}

iframe.addressMap {
  padding: 0px;
}

/* end of home painting section */

/* home cleaning page */

.btn {
  float: right;
}

/*icons in center*/
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  flex: 0 0 auto;
  text-align: center;
  padding: 10px;
}

.icon img {
  width: 100px;
  height: 80px;
}

@media (max-width: 767px) {
  .icon-container {
    flex-wrap: wrap;
  }
}

.container {
  padding: 0;
  /* Remove padding for the container */
}

.custom-heading {
  float: left;
  /* Align the heading to the left */
  margin-right: 0px;
  /* Add some space between the heading and the content */
}

.form-check {
  margin: 15px 0;
  /* Adjust the margin between the checkboxes */
}

/* #whichtype {
  background-color: rgb(232, 228, 228);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px;
} */

#whichtyp {
  /* padding: 20px 64px; */
  margin-bottom: 40px;
  padding-top: 20px;
}

.whictype {
  background-color: rgb(232, 228, 228);
  padding: 60px;
  border-radius: 10px;
}

.form-check {
  border: 1px solid #1620a7;
  background-color: #efefef;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  display: inline-block;
}

.form-check-button[type="button"] {
  border: 1px solid #1620a7;
  background-color: #efefef;
  width: 36.56px;
  padding: 10px;
  height: 40px;
  line-height: 10px;
  border-radius: 6px;
  color: black;
  cursor: pointer;
}

.form-check label {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
}

.utube {
  margin-left: 0;
  margin-right: 0;
}

.justify-content-center .col-md-6 {
  padding: 10px 0px;
}

.row.utube.justify-content-center {
  margin-left: 0;
}

.row.utubee.justify-content-center {
  margin-left: 0;
}

@media (max-width: 767px) {

  /* For screens smaller than the medium breakpoint (767px), show 3 images in the same row */
  .imagesSix {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .imagesSix img {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .rounded-pill {
    float: left;
    background-color: #f5bb0d;
  }

  .utube {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  iframe.addressMap {
    width: 100%;
  }
}

/* home cleaning page */

/* blog page */
#blog {
  padding: 60px;
}

.blog h4 {
  font-size: 46px !important;
  text-align: start;
  padding-bottom: 50px;
  padding-left: 20px;
  font-weight: 500;
  font-family: var(--main-font-family);
}

.image-container-3 {
  border: 1px solid blue;
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 350px;
  /* This is important to make the border radius visible */
}

.image-container-3 img {
  width: 100%;
  /* Ensures the image fills the container */
  border-radius: 20px;
  /* Change this value to adjust the image border radius */
}

#lastimg {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .image-container-3 {
    margin-bottom: 20px;
    /* Add some space between the images in small screens */
  }

  #lastimg {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
  }
}

h2.service_tag {
  font-size: 20px;
  font-family: var(--main-font-family);
  font-weight: 700;
}

/* blog page end */


/* call us */

.callus a {
  text-decoration: none;
  background-color: #f5bb0d;
  border-radius: 20px;
  padding: 10px 20px;
  margin-right: 30px;
  color: black;
}

a:hover {
  color: white;
}

/* FAQs */

/* Header */

#booking {
  padding-left: 50px;
}

@media (max-width: 768px) {
  #booking {
    padding-left: 0;
    /* Remove the left padding when screen size is 768px or smaller */
    width: 100%;
    /* Set the width to 100% to make it occupy the full screen width */
  }
}

.booking h4 {
  color: rgb(9, 9, 188);
  padding-left: 40px;
  text-align: left !important;
  padding-bottom: 0px;
  margin-top: 50px;
}

.col-md-6.booking {
  text-align: center;
}

.accordion .accordion-item {
  border: none;
  /* Remove the default border for the accordion items */

  padding-left: 0px;
  /* Set position to relative for pseudo-element */

  /* Add some space between accordion items */
}

.accordion h1 {
  border: 1px solid #1620a7;
}

.accordion .accordion-button {
  background-color: white;
  color: #333;
  border: none;
  /* Remove the default border for the accordion button */
  /* border-radius: 5px; */
  text-align: left;
  padding: 40px 40px;
  width: 100%;
  /* Expand the button to fill the container */
  position: relative;
  /* Set position to relative for pseudo-element */
}

.accordion .accordion-button.collapsed {
  background-color: #ffffff;
}

.accordion .accordion-body {
  padding: 10px 20px;
  background-color: #ffffff;
  margin-left: 20px;
}

.accordion .accordion-body.show {
  display: block;
}

/* Pseudo-element for left padding on bottom border */
.accordion .accordion-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  /* Adjust the width of the left padding */
  height: 0px;
  background-color: #ffffff;
}

.accordion .accordion-button:focus {
  outline: 2px solid #FFFFFF;
  /* Change to your preferred color */
}

/* end of call us */

a.Visit {
  color: black;
  /* Set the color to black */
  text-decoration: none;
  margin-top: 50px;
  padding-left: 12px;
  /* Remove the underline */
}

a.Visi {
  color: black;
  /* Set the color to black */
  text-decoration: none;
  /* Remove the underline */
  margin-top: 70px;

  
}

/* Additional styling for the content */
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .happyhml {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #0d0d0d;
  }

  .happyhml {
    display: flex;
  }



  .happyhml .item {
    padding: 10px;
  }

  .happyhml .item {
    background-color: #d9d9d9;
    border-radius: 8px;
    margin: 10px;
    width: 100%;
  }
}

.happyhml .item {
  padding: 20px 0px;
}

/* visit page */

.fas {
  transform: rotate(-45deg);
}

.content h6 {
  margin-top: 15px;
  /* Adjust the margin as needed */
  /* padding-left: 10px; */
  color: #000;
}

.fa-thumbs-up {
  color: rgb(54, 18, 175);
  border: 2px blue solid;
  padding: 10px;
  border-radius: 50px;
  background-color: #f5bb0d;
}

.fa-suitcase {
  color: rgb(54, 18, 175);
  border: 2px blue solid;
  padding: 10px;
  border-radius: 50px;
  background-color: #f5bb0d;
}

/* services */

.services h4 {
  padding-bottom: 40px;
  font-size: 40px;
  color: #8a90e7;
}

.container {
  margin: 0 auto;
}

/* Styles for services section */
.services {
  padding-left: 80px;
  padding-bottom: 40px;
}

/* Add these styles to your existing CSS or in a separate CSS file */
.service-container {
  position: relative;
  margin-bottom: 20px;
  /* Add spacing between button-content pairs */
  border: none;
  /* No border initially */
  background-color: #fff;
  /* White background initially */
  transition: 0.3s;
  font-family: var(--font-family);
  /* Add smooth transition on background change */
}

.service-container:hover {
  /* display: block; */
  background: linear-gradient(90deg,
      rgba(52, 102, 246, 0.1) 0%,
      rgba(21, 43, 108, 0) 50%,
      rgba(45, 17, 94, 0.1) 100%);
  border: 2px solid blue;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-right: none;
}

.service-button {
  display: block;
  padding-bottom: 20px !important;
  background: none;
  border: none;
  font-size: 16px;
  color: rgb(152, 152, 181);
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.service-button:hover {
  color: rgb(14, 14, 180);
}

.service-content {
  display: block;
  margin-top: -40px;
  padding-top: 10px;
  padding-left: 50px;
  background-color: none;
  position: absolute;
  z-index: 1;
  width: 450px;
}

.service-button .service-content:hover {
  display: block;
}

.service-button img {
  width: 40px;
}

.service-image img {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  border: 1px solid blue;
  padding: 10px;
}

.service-image {
  display: none;
  position: absolute;
  right: -200px;
  top: -80px;
  width: 100px;
  background-color: #fff;
  z-index: 1000;
}

.fa-home {
  color: rgb(54, 18, 175);
  border: 2px blue solid;
  padding: 10px;
  border-radius: 50px;
  background-color: #f5bb0d;
}

.icon-text-space {
  margin-left: 10px;
  /* You can adjust this value as needed for the desired spacing */
}

.fa-bug {
  color: rgb(54, 18, 175);
  border: 2px blue solid;
  padding: 10px;
  border-radius: 50px;
  background-color: #f5bb0d;
}

.fa-paint-brush {
  color: rgb(54, 18, 175);
  border: 2px blue solid;
  padding: 10px;
  border-radius: 50px;
  background-color: #f5bb0d;
}

.service-container:hover+.service-image {
  display: block;
}

@media (max-width: 992px) and (min-width: 581px) {
  .services h4 {
    font-size: 32px;
  }

  #line2 {
    width: 264px;
  }

  .service-container:hover {
    background: white;
    border: none;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right: none;
  }

  .service-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .service-button img {
    width: 40px !important;
  }

  .service-button {
    margin-bottom: 10px;
    height: 100px;
  }

  .service-content,
  .service-image {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    border-left: none;
    box-shadow: none;
  }

  .service-image {
    max-width: 100%;
    height: auto;
    padding-top: 30px;
  }
}

.visionabout {
  display: flex;
  align-items: center;
  background-color: #1620a7;
  border-radius: 10px;
  /* margin: 10px; */
  color: white;
  margin-top: -167px;
  Width: 626.32px;
  Height:169.77px;
}

.missionabout {
  display: flex;
  align-items: center;
  background-color: #1620a7;
  border-radius: 10px;
  /* margin: 10px; */
  color: white;
  margin-top: -16px;

  width: 626px;
  height: 169px;
}

@media (max-width: 479px) and (min-width: 320px) {
  .vision1 {
    margin: 0px;
  }

  #line12 {
    height: -5px;
    margin-right: 162px;
  }
}

@media (max-width: 580px) {
  .services h4 {
    font-size: 32px;
  }

  .service-container:hover {
    background: white;
    border: none;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right: none;
  }

  .service-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .service-button img {
    width: 40px !important;
  }

  .service-button {
    margin-bottom: 10px;
  }

  .service-content,
  .service-image {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    border-left: none;
    box-shadow: none;
  }

  .service-image {
    max-width: 100%;
    height: auto;
    padding-top: 30px;
  }
}

/* Add these styles to your existing CSS or in a separate CSS file */
/* ... previous styles ... */

/* Adjust the image and content layout for smaller screens */

.whyimg {
  display: flex;
  justify-content: start;
}

.whycont {
  display: flex;
  justify-content: start;
}

#whyhl {
  background-color: #a4bdd7;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Styles for whyhl section */
.whyhl {
  padding-left: 25px;
  text-align: center;
}

.whyhl h4 {
  font-size: 40px !important;
  text-align: start !important;
  padding-bottom: 10px;
}

.image-with-ct {
  margin-bottom: -50px;
  /* Adjust the margin as needed to remove the space between the two images */
}

/* Media query for small screens (up to 576px) */
@media (max-width: 576px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar a {
    margin: 10px;
    /* Adjust link margin for small screens */
  }

  .wrapper {
    padding: 20px;
    /* Adjust padding for small screens */
  }

  .feature-box {
    margin-left: 20px;
  }

  .feature-box h1 {
    padding-bottom: 20px;
    /* Adjust padding for small screens */
  }

  .services {
    padding-left: 40px;
    /* Adjust padding for small screens */
  }

  .services h4,
  .services h6,
  .services p {
    padding: 10px;
    /* Adjust padding for small screens */
  }

  .services img {
    /* height: 200px;
    margin-top: 50px; */
    width: 100%;
  }

  .whyhl {
    padding-left: 20px;
    /* Adjust padding for small screens */
  }

  .whyhl h4 {
    font-size: 24px !important;
    /* Adjust font size for small screens */
  }
}

/* Media query for medium-sized screens (577px to 992px) */
@media (min-width: 577px) and (max-width: 992px) {
  .navbar a {
    margin: 15px;
    /* Adjust link margin for medium-sized screens */
  }

  .wrapper {
    padding: 30px;
    /* Adjust padding for medium-sized screens */
  }

  .feature-box {
    padding: 25px;
    /* Adjust padding for medium-sized screens */
  }

  .feature-box h1 {
    padding-bottom: 25px;
    /* Adjust padding for medium-sized screens */
  }

  .services {
    padding-left: 25px;
    /* Adjust padding for medium-sized screens */
  }

  .services h4,
  .services h6,
  .services p {
    padding: 20px;
    /* Adjust padding for medium-sized screens */
  }

  .services img {
    height: 100%;

    /* Adjust image height for medium-sized screens */
    margin-top: 10px;
    /* Adjust image margin for medium-sized screens */
  }

  .whyhl {
    padding-left: 25px;
    /* Adjust padding for medium-sized screens */
  }

  .whyhl h4 {
    font-size: 30px !important;
    /* Adjust font size for medium-sized screens */
  }
}

/* Custom styles for the pre tag within .trust div */
.trust p {
  /* Add a blue border with a width of 2px */
  border-radius: 10px;
  /* Apply a border radius of 10px for rounded corners */
  background-color: rgb(23 23 171);
  /* Set the background color to blue */
  color: white;
  /* Set text color to white to make it more visible */
  padding: 10px;
  /* Add some padding to create space between text and border */
  white-space: pre-wrap;
  /* Allow wrapping of long lines */
}

.trust {
  margin-top: 50px;
  /* Adjust this value to move the pre tag down */
}

/* Custom CSS for spacing between top and down classes */
.trust .row {
  margin-bottom: 10px;
  /* Adjust the value as needed for the desired spacing */
}

.within-p-image {
  float: left;
  padding-bottom: 50px;
  top: 10%;
  right: 10px;
  /* Adjust the right distance from the paragraph */
  transform: translateY(-50%);
}

.top {
  font-size: 25px;
  counter-reset: #fff;
  padding-left: 15px;
}

.down {
  font-size: 15px;
  color: #b4b6b6;
}

/* Custom styles for the button container */
/* Custom styles for the button container */
.whyhl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Custom styles for the button */
.btn-One {
  background-color: #f5bb0d;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  /* margin-top: -100px !important; */
}

.at h4 {
  font-size: 40px;
  text-align: left;
}

.c p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px !important;
  padding-left: 20px;
}

/* Custom styles for the container */

/* Custom styles for the image */

/* Custom styles for the container */
.image-with-ct {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.image-with-ct img {
  max-width: 400px;
  border-radius: 25px;
  border: 1px solid blue;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}

/* Custom styles for the content */
.image-with-ct .c {
  flex: 1;
  /* Allow content to take up remaining space */
}

@media (max-width: 767px) {
  .image-with-ct {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
  }

  .image-with-ct img {
    flex-direction: column;
    align-items: center;

    margin-bottom: 10px;
    /* Add spacing between image and content when stacked vertically */
    margin-top: 40px;
  }
}

#join {
  background-color: #1620a7;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Custom styles for the .join class */
.join {
  text-align: center;
  /* Align the text in the center */
  padding: 20px;
}

/* Custom styles for the h1 tag inside .join class */
.join h1 {
  color: white;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--main-font-family);
}

.p-2 h4 {
  font-size: 23px !important;
  text-align: start;
  font-weight: 700;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 45px;
  width: 100%;
  position: relative;
}

.pad15 {
  display: flex;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid blue;
  height: 380px;
}

.pad15 img {
  max-width: 100px;
  /* Adjust the size of the image as needed */
  margin-right: 20px;
  margin-bottom: 100px;
  margin-top: 20px;
  /* Add some spacing between the image and text */
  flex-shrink: 0;
}

.ptext {
  text-align: justify;
  margin-top: 20px;
  flex-grow: 1;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 0px 10px 0px;
  margin: 10px;
  background: linear-gradient(180deg, rgb(242 245 253) 0%, rgb(242 245 253) 0%, rgba(45, 17, 94, 0.06) 100%);
  color: #666;
}

.MultiCarousel .leftLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  margin-right: 10px;
}

.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  margin-left: 10px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  background-color: #FFFFFF;
  border: none;
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ffffff;
  border: none;
}

#map {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edeeeede;
}

.map h4 {
  font-size: 40px !important;
  text-align: start;
}

.content p span {
  font-size: 28px;
  /* Change the font size to 28px */
  font-weight: bold;
  /* Change the font weight to bold */
}

.content p span:last-child {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .image-with-content .content {
    display: flex;
    flex-direction: row;
    /* Arrange items in a row */
    flex-wrap: wrap;
    /* Allow items to wrap to the next line if necessary */
  }

  .image-with-content .item {
    flex-basis: calc(50% - 20px);
    /* Adjust the width of each item */
    padding: 10px;
  }

  .image-with-content .item p {
    display: flex;
    align-items: center;
    /* Center content vertically */
    justify-content: center;
    /* Center content horizontally */
    border: 1px solid gray;
    background-color: lightgray;
    padding: 10px;
    padding-left: 10px !important;
    text-align: center;
    margin: 20px;
    /* Add some margin between items */
    width: 100%;
    /* Make sure the content spans the full width of the item */
  }
}

.find h4 {
  font-size: 40px !important;
  text-align: start;
  padding: 30px 0px;
}

/* pest control and home cleaning  editions */
#whichty {
  background-color: rgb(232, 228, 228);
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  margin-right: 500px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  #whichty {
    background-color: rgb(232, 228, 228);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
    width: 80%;
  }
}

.service-containe {
  display: flex;
  align-items: center;
}

.service-plans {
  margin-right: 30px;
  height: 28px;
  width: 170px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 20px;
  margin-top: 22px;
  border-radius: 6px;
  font-weight: 500;
}

.service-plans.no-line {
  border-right: none !important;
}

.col_find {
  color: #1620a6;
}

@media (max-width: 768px) {
  .service-containe {
    display: flex;
    align-items: center;
  }

  .service-plans {
    border-right: 1px solid #000;
    padding-right: 15px;
    padding-top: 15px;
    margin-right: 15px;
    height: 60px;
    background: none;
  }
  div#blogDesc {
    margin-left: -1px!important;
}
}

/* pest control editions */

/* contact us */

#captchaContainer {
  align-items: center;
  text-align: center;
}

#captchaImage {
  width: 100px;
  height: 100px;
}

.captcha input {
  text-align: center;
}

/* Today changes */

/* Index Page */

/* compare section */

#compare {
  padding: 50px 80px;
  background-color: #e9e9e9;
}

/* #services {
  padding: 12px 80px;
} */
section#utubevideo {
  margin: 30px 0px 30px 0px;
}

#at {
  padding: 50px 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* This will make the section take up the full viewport height */
}

h4#services {
  font-size: 40px;
  margin-bottom: 30px;
  color: #8a90e7;
}

.image-with-content iframe {
  padding: 20px;
  border-radius: 16px;
  height: 502px !important;
  border: 0;
  border: 1px solid #000000;
}

@media (max-width: 767px) {
  .image-with-content iframe {
    width: 100%;
    height: 323px !important;
    border-radius: 5px;
  }
}

.service-container:hover .service-image {
  display: block;
}

/* #find {
  padding: 50px 80px;
} */

#Customer {
  padding: 50px 80px;
}

#tools { 
  background-color: #e9e9e9;
  padding: 20px 100px;
}

#ourservice {
  padding: 50px 80px;
}

#findplan {
  padding: 0px 80px;
}

#callus {
  padding: 10px 80px;
}

#map {
  padding: 50px 80px;
}

@media (max-width: 995px) {
 

  #findplan {
    padding: 0px;
  }

  #ourservice {
    padding: 20px 0px;
  }

 
}

@media (max-width: 767px) {
  #Customer {
    padding: 10px;
  }

  #findplan {
    margin-top: 40px!important;
    margin-bottom: 10px;
  }

  #ourservice {
    padding: 20px 0px;
  }

  #tools {
    background: none;
    padding: 0px;
  }

  #compare {
    padding: 10px;
    background-color: #e9e9e9;
    padding-top: 31px;
  }

  #callus {
    padding: 0px 0px;
  }

  #services {
    padding: 10px;
  }

  #at {
    padding: 10px;
    padding-top: 24px;
  }

  .at h4 {
    font-size: 40px;
    text-align: center;
  }

  

  #nav-bar {
    padding: 10px;
  }

  .content p {
    font-size: 13px;
  }

  .join h1 {

    font-size: 20px;
    font-family: var(--main-font-family);
    line-height: 30px;
    font-weight: 400;
  }

  #map {
    padding: 10px;
  }
  
  #find {
    margin: 50px 0px;
    align-items: start;
    padding: 0px 0px;
  }

  #whichtyp {
    padding: 10px 10px 10px 25px;
  }

  .whictype {
    padding: 10px 0px;
    margin-left: 17px;
  }

  .col-12.col-md-10.whictype>h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 10px;
  }

  h4.servicedetail {
    font-size: 24px;
  }

  p#contentpad {
    font-family: var(--font-family);
    font-size: 14px;
    margin-right: 15px;
  }

  .p-2 .utubee {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-2 a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family);
}

.mission1 {
  text-align: right;
}

.homeimg img {
  width: 493px;
  height: 289px;
  display: block;
  border-radius: 25px;
  border: 1px solid blue;
  padding: 20px;
  margin-top: 50px;
}

/* .content {
  text-align: center;
} */

.homeimg2 img {
  width: 493px;
  height: 289px;
  display: block;
  border-radius: 25px;
  border: 1px solid blue;
  padding: 20px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .homeimg img {
    width: 100%;
    max-width: none;
    margin: 20px auto;
    border-radius: 25px;
    border: 1px solid blue;
    padding: 20px;
  }

  .r2 .content {
    text-align: center !important;
  }

  .homeimg2 img {
    width: 100%;
    max-width: none;
    margin: 20px auto;
    border-radius: 25px;
    border: 1px solid blue;
    padding: 20px;
  }
}

@media (max-width: 572px) {
  .r2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* new changes */
.new2 {
  grid-row: span 2;
  /* This will make "new 2" span two rows */
}

@media (min-width: 992px) {
  .row2 {
    width: 100%;
    /* padding: 20px; */
    /* margin-bottom: 30px;  */
    padding-right: 0px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /* justify-content: center; */
  }
}

.abcd {
  max-width: 1120px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* This centers the text within the .abcd element */
}

.visit {
  border-radius: 23px;
  background: #8a90e7;
  text-align: start;
  padding: 10px;
  margin-bottom: 10px;
}

.visit:hover {
  background: #f5bb0d;
}

/* new 27 */
/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
  .iframe-container {
    max-width: 100%;
    height: 50px;
    margin: 10px auto;
  }

  .iframe-container iframe {
    width: 100%;
    height: 100%;
  }

  .visit {
    max-width: 400px;
    max-height: 245px;
    min-height: 245px;
  }


}


@media (max-width: 576px) {
  .happy_spacing {
    display: flex;
    flex-direction: row;
    padding: 0px;
  }

  .happy_spacing .item h1 {
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    line-height: 30.08px;
  }

  .happyhml .item p {
    line-height: 41px;
    margin: 0;
    font-size: 11.5px !important;
    text-align: center !important;
    font-weight: 400;
  }


}



.nav-links .nav-link.active {
  text-decoration: underline;
  color: #fec61b;
}

/* new css added by Aniket  */
/* 3/11/23 */
.footerthings .btn {
  background-color: #f5bb0d;
  border-radius: 9999px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  height: 50px;
  font-size: 16px;
  width: 196.47px;
  line-height: 34px;
}

.happyhml .item p {
  line-height: 41px;
  margin: 0;
  font-size: 30px;
  text-align: justify;
  font-weight: 400;
}

.content p {
  margin: 0;
  text-align: justify;
  font-weight: 400;
}

.ptext p {
  margin: 0;
  text-align: justify;
}

.item p {
  margin: 0;
  text-align: justify;
}

@media (min-width: 992px) {
  .happy_spacing {
    padding: 0px 20px 0px 20px;
  }
}

.content>a {
  text-decoration: none;
}

.footerthings h2 {
  color: white;
  font-size: 46px;
  font-weight: 500;
}

.things h2 {
  color: white;
  margin-left: 10px;
}

.things p {
  color: white;
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
}

.footerthings hr {
  border: 1px solid #1620a7;
}

.footerthings p {
  /* color: black; */
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.footerthings u {
  font-weight: 500;
}

#newid {
  /* margin-left: 10px; */
  /* margin-right: 50px; */
  padding-left: 10px;
  margin-top: 20px;
}

/* Added by aniket on 06-11-2023 */
.findRow h4 {
  color: #1620a7;
}

/* ............................ */
/* Added by aniket on 07-11-2023 */
thead {
  /* position: -webkit-sticky;
  position: sticky; */
}

/* Modified By Aditya.E */

.image-container-3 p {
  padding: 10px;
  font-family: var(--font-family);
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}

.footer_link {
  text-decoration: none;
  color: #cbd5e1;
}

.footer_link.active {
  text-decoration: underline;
  color: #ffffff;
}

#space-maker {
  margin-top: 20px;
}

.spacer-row {
  height: 20px;
  /* You can adjust the height to your preference */
}

/* ..............Changes done by Aniket on 08-11-2023...... */

#sticky-header th.mainhead {
  font-family: var(--main-font-family);
  font-size: 20px;
  font-weight: 500;
}

#sticky-header th.th_main1 {
  font-family: var(--main-font-family);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #000;
  border: none;
  padding-left: 10px;
}

#sticky-header th.th_main2 {
  font-family: var(--main-font-family);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #1620a7;
  border: none;
  padding-left: 10px;
}

#sticky-header th.th_main3 {
  font-family: var(--main-font-family);
  font-size: 20px;
  font-weight: 500;
  background: #f5bb0d;
  border: none;
  padding-left: 10px;
}

@media screen and (max-width: 678px) {
  #sticky-header th.mainhead {
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  #sticky-header th.th_main1 {
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    text-align: center;
  }

  #sticky-header th.th_main2 {
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    text-align: center;
  }

  #sticky-header th.th_main3 {
    font-family: var(--main-font-family);
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
    text-align: center;
  }

  .diningroom th {
    width: 100%;
  }
}


.nav-header-style {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

/* ......Mobile Res for testimonials, index pg........ */
@media (min-width: 768px) {
  .test-item1 {
    margin-top: 140px;
  }

  .test-item2 {
    margin-top: 66px;
  }

  .test-item3 {
    margin-top: 0px;
  }

  .ptext,
  .ptext1 {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .test-item1,
  .test-item2,
  .test-item3 {
    margin-top: 0px;
  }

  .ptext,
  .ptext1 {
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
  }

  .test-item1,
  .test-item2,
  .test-item3 b {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }

  .test-item1,
  .test-item2,
  .test-item3 p {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.ptext {
  display: flex;
  flex-wrap: wrap;
  height: 95%;
}

.ptext1 {
  display: inline-block;
  align-self: flex-end;
}

section#OurApproach {
  margin-top: 50px;
}

/*  */
p {
  text-align: justify;
}

section#services {
  margin-top: 30px;
}

.compare .row {
  display: flex;
  flex-wrap: wrap;
}

.compare .btn-One {
  margin-top: 15px;
  /* Adjust the margin as needed */
}

@media (max-width: 767px) {
  .compare .text-lg-end {
    order: 1;
    /* Move the text-lg-end column to the bottom in mobile view */
  }



  .blog h4 {
    font-size: 32px !important;
    padding-left: 0px;
  }

  .ltextn {
    font-size: 16px !important;
  }

  #blog {
    padding: 16px;
    margin-top: 28px;
  }

  .Occupied .vil {
    font-size: 13px !important;
    font-weight: 400;
  }

  .Occupied .apa {
    font-size: 13px !important;
    font-weight: 400;
  }

  .Occupied .ind {
    font-size: 13px !important;
    font-weight: 400;

  }

}

.icon_image {
  width: 46.86px;
  margin: 3px;
  padding: 0px;
  
}

h4.servicedetail {
  font-size: 24px;
  font-family: var(--main-font-family);
  font-weight: 700;
}

@media (max-width: 767px) {
  /* .d-flex {
    display: flex !important;
    flex-direction: row-reverse;
  } */

  .findss {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
  }

  .justify-content-center {
    justify-content: start !important;
  }

  .icon_image {
    width: 40px;
  }

  .text-center {
    text-align: start !important;
    padding: 20px 0px;
  }

  #footer-navigation {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  #footer-navigations {
    margin-left: 20px;
  }

  .threethings {
    justify-content: start;
  }

  .ssool {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
  }

  .footer-logo img {
    margin-right: 10px;
    width: 300px;
  }

  .footerlink {
    background-color: #1620A7 !important;
    padding: 20px 0px 20px 20px !important;
  }

  .footerlink .fin {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #8A90E7;
    padding-left: 15px;
    text-align: left !important;
  }

  .terms {
    display: flex;
    align-items: start !important;
    justify-content: start !important;
    padding-top: 20px;
  }

  .sicons {
    display: flex;
    align-items: start !important;
    justify-content: start !important;
    margin: 10px 0px 10px !important;
  }

  .linksss {
    display: flex;
    align-items: start !important;
    justify-content: start !important;
  }

  .linksss a {
    padding: 3px !important;
    font-size: 15px;
  }
}



.ssool {
  display: flex;
  justify-content: center;
}

.social-icons img {
  margin: 0px 10px;
}

.footerlink {
  background-color: #1620A7 !important;
  padding: 40px;
}

.footerlink .fin {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8A90E7;
  padding-left: 15px;
  text-align: center;
}

.sicons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.terms {
  display: flex;
  align-items: end;
  justify-content: end;
}

.linksss {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .linksss a {
  padding: 0px 10px;
} */

@media (max-width: 768px) {
  .feature-box h1 {
    padding-bottom: 20px;
    font-size: 48px !important;
  }
}
.color-pattern-1{
  color:#8a90e7;
}
