@media screen and (max-width: 1200px) {
  .contact-inf {
    display: flex;
    flex-wrap: wrap;
  }

  .about-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.5rem;
  }

  .achievement-container .counters .counter {
    margin-top: 1rem;
  }


}



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

  /*-----======= General Css Section =======-----*/
  h1 {
    margin: 1rem 0;
    font-family: 'Epilogue';
    font-size: var(--font-size-2);
  }

  h2 {
    font-family: 'Epilogue';
    font-size: var(--font-size-4);
    margin: 1rem 0;
    color: var(--color-danger);
  }

  h3 {
    font-family: 'Epilogue';
    font-size: var(--font-size-6);
    margin-bottom: 1.5rem;
    color: var(--color-danger);
  }

  p {
    color: black;
    font-size: 1rem;
    font-family: var(--font-family-2);
  }

  .container {
    width: var(--container-width-md);
  }

  .button-btn {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .button {
    padding: 10px 20px;
  }

  /*-----======= Navbar Section =======-----*/
  .header,
  .navbar {
    display: none;
  }

  .mobile_navbar {
    display: flex;
  }

  .menu-items:first-child {
    padding-left: 0.5rem;
  }

  .menu-items li a {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }

  .navbar-hamburger {
    display: flex;
  }

  nav {
    height: fit-content;
  }

  li,
  ul,
  a {
    display: block;
  }

  .menu-items {
    flex-direction: column;
    margin-top: 5rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu-items {
    display: none;
  }

  .sub-menu {
    display: none;
  }

  .down.active .sub-menu {
    display: block;
  }

  .sub-menu-items {
    display: none;
  }

  .sub-menu-items.show {
    display: block;
  }

  /*-----======= Hero Section =======-----*/
  .hero {
    top: 15vh;
    margin-bottom: 10rem;
  }

  .hero-container {
    padding: 1rem;
  }

  .hero-container h1 {
    font-size: 2rem;
  }

  .hero-container p {
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-description {
    text-align: center;
  }

  .hero-container .button {
    margin-bottom: 0;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }

  /*-----======= Contact Section =======-----*/
  .contact {
    margin: 6rem 0;

  }

  .contact-container {
    min-height: 45vh;
    margin-top: 2rem;
    height: auto;
  }

  .title {
    font-size: 1.1rem;
  }

  .input,.select,
  input.btn {
    font-size: 0.9rem;
  }

  .contact-info p {
    font-size: 0.9rem;
  }

  .information {
    font-size: 0.9rem;
  }

  /*-----======= Contact-Information Section =======-----*/
  .contact-inf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .contact-inf li a,
  .contact-inf li i,
  .contact-inf li p {
    font-size: 0.9rem;
  }

  /*-----======= About us Section =======-----*/
  .about-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-left span {
    font-size: 0.9rem;
    padding: 7px;
  }

  .about-us::before {
    top: 1.35rem;
  }

  .about-left h2 {
    font-size: 1.5rem;
  }

  .about-rigth p,
  .about-rigth p a {
    font-size: 0.9rem;
  }

  .button-btn {
    font-size: 0.9rem;
    padding: 8px;
    margin-bottom: 26px;
  }

  /*-----======= Our-Service Section =======-----*/
  .services-header h1 {
    font-size: 2rem;
  }

  .card h2 a {
    font-size: 1.25rem;
  }

  .card p,
  .card p a {
    font-size: 0.9rem;
  }

  /*-----======= Achivement Section =======-----*/

  .achievement {
    margin: 2.5rem 0;
  }

  .achievement-container {
    display: block;
    text-align: center;
    padding: 0 1rem;
    text-align: center;
  }

  .achievement-container .counters .counter {
    margin-bottom: 1rem;
  }

  .consultation-left h2 {
    font-size: 1.5rem;
  }

  .consultation-left p {
    font-size: 0.9rem;
  }

  .consultation-rigth {
    justify-content: center;
  }

  /*-----======= Conultation Section =======-----*/
  /* .consultation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
  } */

  /*-----======= Service-Methodology Section =======-----*/
  .service-container {
    padding: 2rem;
    display: grid;
    grid-template-columns: 100%;
    gap: 0.8rem;
  }

  .service-left img {
    max-width: 100%;
    /* height: 900px; */
    box-shadow: 0 4px 8px rgba(81, 80, 80, 0.1);
  }

  .service-left {
    align-items: center;
  }

  .btn-primary {
    /* display: inline; */
    margin-right: 1rem;
  }

  /*-----======= Our-Services Section =======-----*/

  .content-box {
    grid-template-columns: repeat(1, 1fr);
  }

  /*-----======= Our-Experience Section =======-----*/
  .exp-header {
    text-align: center;
  }

  .exp-header h2 {
    font-size: 1.5rem;
  }

  /*-----======= Our-Team Section =======-----*/

  .team-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .team-member {
    padding: 1rem;
  }

  .our-team {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .heading h2 {
    font-size: 28px;
  }

  .details h4 {
    font-size: 1.3rem;
  }

  .details strong {
    font-size: 1rem;
  }

  /*-----======= Our-Team Section =======-----*/

  .faq-testi-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 2rem;
  }

  .section__card p {
    margin: 1.5rem 0;
    color: var(--text-light);
    transition: 0.3s;
  }

  .section__card::before {
    width: 15%;
  }

  section {
    margin: 0.5rem 0;
  }

  h1,
  h2 {
    line-height: 1;
  }

  h3 {
    line-height: 1;
  }

  .faqs-header h2 {
    font-size: 28px;
  }

}



@media (min-width: 600px) and (max-width: 991px) {
  .mobile_navbar {
    top: 0;
  }

  .container {
    width: var(--container-width-sm);
    padding: 0.5rem;
  }

  .drawer .menu .menu-items a,
  nav .menu ul li .sub-menu li a,
  nav .menu ul li .sub-menu li .sub-menu-items li a {
    font-size: 0.9rem;
  }

  .mobile_navbar .mobile_logo img {
    max-width: 150px;
  }

  section {
    margin: 0.5rem 0;
  }

  h1,
  h2 {
    line-height: 1;
  }

  h3 {
    line-height: 1;
  }

  .button-btn {
    font-size: 0.9rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .contact-container {
    display: inline;
    min-height: 45vh;
  }

  .hero {
    top: 17vh;
    margin-bottom: 10rem;
  }

  .hero-container h1 {
    font-size: var(--font-size-4);
    margin: 1.5rem;
  }

  .hero-container p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .hero-container .button {
    padding: 0.8rem 0.7rem;
    font-size: 0.9rem;
  }

  .form {
    padding: 0;
  }

  .input-container {
    position: relative;
    margin: 1rem 0;
  }

  .information i {
    font-size: 0.9rem;
  }

  .information p {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }

  .social-media.p {
    padding-top: 0;
  }

  textarea.input {
    min-height: 80px;
  }

  .social-icons i {
    font-size: 0.9rem;
    padding: 5px;
    margin-right: 0.1rem;
  }

  .input {
    font-size: 0.9rem;
    display: inline;
  }
  .select {
    font-size: 0.9rem;
    display: inline;
  }

  .btn {
    font-size: 0.9rem;
  }

  .about-container {
    display: flex;
    flex-direction: column;
  }

  .content-box {
    grid-template-columns: 1fr;
  }

  .contact {
    margin-bottom: 0;
  }

  .contact-inf-container {
    padding-top: 1rem;
  }

  #team h2{
    font-size: 1.5rem;
  }

  .contact-inf li a,
  .contact-inf li p {
    font-size: 0.9rem;
  }

  .contact-inf li i {
    font-size: 0.6rem;
  }

  .about {
    padding-top: 0;
  }

  .about-left p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0 0.1rem;
  }

  .about-us {
    font-size: 0.7rem;
  }

  .about-left h2 {
    font-size: 1.25rem;
    margin: 1rem 0;
  }

  .about-us::before {
    top: 1.4rem;
    transform: rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
  }

  .about-rigth {
    display: none;
  }

  .consultation {
    margin: 1rem 0;
  }

  .consultation-left h2 {
    font-size: 1.25rem;
  }

  .consultation-left p {
    font-size: 0.9rem;
  }

  .consultation-rigth {
    justify-content: start;
    margin-bottom: 1rem;
  }

  .contact-info {
    display: none;
  }

  form {
    padding: 0.5rem;
  }

  .service {
    margin-top: 2rem;
  }

  .service-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.5rem;
    padding: 0 0.5rem;
  }

  .service-left h2 {
    font-size: 1.25rem;
  }

  .service-left img {
    width: 100%;
    margin: 0;
    max-height: 400px;
  }

  .service-left h3 {
    font-size: 1.1rem;
  }

  .btn-primary {
    padding: 10px 15px;
    font-size: 0.9rem;
    display: block;
  }

  .service-rigth p,
  .service-rigth p a {
    font-size: 0.9rem;
  }

  .services-header h1 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .content-box {
    gap: 0;
  }

  .card {
    padding: 0.5rem 0;
  }

  .card h2 {
    font-size: 1rem;
  }

  .card img {
    margin: 0.3rem 0;
    width: 20px;
    height: 20x;
  }

  .card p,
  .card p a {
    font-size: 0.9rem;
  }

  .experience {
    margin: 0;
  }

  .experience-container {
    padding: auto;
  }

  .experience-container h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .exp-header h3 {
    margin-bottom: 1rem;
  }

  .experience-container p {
    font-size: 0.9rem;
  }

  .exp-description {
    text-align: center;
  }

  .heading {
    margin-top: 0;
  }

  .heading h2 {
    font-size: 1.25rem;
  }

  .heading span {
    font-size: 0.7rem;
    padding: 6px;
  }

  .heading span::before {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 40%;
    top: 1.5rem;
  }

  .box {
    padding: 10px;
    max-height: 300px;
    max-width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .details img {
    width: 150px;
    height: 150px;
  }

  .details h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }

  .details strong {
    font-size: 0.9rem;
  }

  .faqs-header h2 {
    font-size: 1.25rem;
  }

  .faq-ans h4,
  .faq-ans p {
    font-size: 0.9rem;
  }

  .faq-icon {
    font-size: 0.9rem;
  }

  .faqs-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .faq-testi-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }

  .section__card {
    padding: 0.5rem 1rem;
  }

  .section__card p {
    font-size: 0.9rem;
  }

  .section__card h5 {
    font-size: 1rem
  }

  .section__card h6 {
    font-size: 0.9rem;
  }

  .partner-area-header h2 {
    font-size: 1.5rem;
  }

  .partner-area-container ul li img {
    display: inline-block;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    border: 3px solid var(--color-danger-variant);
  }

  .partner-area-container .partners-2 {
    display: none;
  }

  .footer {
    padding: 0.5rem 1.25rem;
  }

  .footer-col li p,
  .footer-col li a {
    font-size: 0.9rem;
  }
}



@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
    width: var(--container-width-sm);
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 5px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.3rem !important;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.9rem;
  }



  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 1;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 5px 10px;
    font-size: 0.9rem;
  }

  .contact-form {
    padding: 1rem;
  }

  .contact-container {
    padding: 2rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45vh !important;
  }
}


@media(max-width: 1139px) {
  .top-contact a {
    display: none;
  }

  .menu-items {
    padding-left: 0.1rem;
  }

}

@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}


@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }

  .footer-col h4 {
    font-size: 1.25rem;
  }

  .footer-col ul li p {
    font-size: 0.9rem;
  }

  .footer-col ul li a {
    font-size: 0.9rem;
  }

  .footer-contact li i {
    font-size: 0.7rem;
  }

  .footer-items li a i {
    font-size: 0.7rem;
    padding: 5px;
  }

}

@media(max-width: 1300px) {
  .footer-logo img {
    width: 100%;
    max-width: 200px;
  }
}


@media(max-width:991px) {
  .wrapper {
    padding: 25px;
  }

  .wrapper h1 {
    font-size: 2.5em;
    font-weight: 600;
  }

  .content-box {
    flex-direction: column;
    width: 100%;
  }

  .card {
    min-width: 250px;
    margin: 10px auto;
  }
}

@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}


/*Testimonials*/

@media (width < 1200px) {
  .container {
    gap: 3rem;
  }
}

@media (width < 900px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }

  .container__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 750px) {
  .container__right {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (max-width: 780px) {
  .contact-information {
    height: auto;
  }

  .contact-inf {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-inf li i {
    font-size: 0.9rem;
  }

}


@media screen and (max-width: 400px) {
  .hero {
    top: 15vh;
    margin-bottom: 5rem;
  }
}


/*-----======= Certification 45001 Page Css Section =======-----*/

@media screen and (max-width: 1100px) { 
  
  /* .section-services-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }  */

  .section-services .single-service {
    margin-top: 10px;
    border-radius: 10px;
    padding: 25px;
    overflow: hidden;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }

  .section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 70px;
    height: 70px;
    border: 6px solid red;
  }

  .section-services .header-section .title {
    margin: 1.5rem 0;
    font-size: 1.5rem
  }

  .section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }

}



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

  .breadcrumb-container {
    padding: 3rem 0 2rem 0;
    row-gap: 0.5rem;
  }

  .about-cert-content p {
    margin-bottom: 0.5rem;
  }

  .about-cert-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-cert-container .contact-form {
    margin-top: 2rem;
  }


  .cretificate-content-container {
    padding: 2rem;
  }

  .faqs-cert-container .faqs-header h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .cert-faqs .faqs-cert-container {
    display: flex;
    flex-direction: column;
  }

  .testimonial-cert-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumb-header h1 {
    font-size: 2rem;
  }

  .breadcrumb-list a {
    font-size: 0.9rem;
  }

  .breadcrumb-desc p {
    color: white;
    font-size: 1rem;
  }

  .about-cert-container {
    gap: 0.5rem;
    padding-bottom: 2rem;
  }

  .about-cert-content p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .about-cert-content p a {
    font-size: 0.8rem;
  }

  .cretificate-content-container {
    padding: 1rem;
  }

  .cretificate-content-container>div h2 {
    font-size: 1.5rem;
  }

  .cretificate-content-container>div p,
  .cretificate-content-container>div p a {
    font-size: 0.9rem;
  }

  .cert-content-ul li strong {
    font-size: 1rem;
  }

  .testimonial-cert-sec {
    display: flex;
    flex-direction: column;
    column-gap: 1rem;
  }

  .faq-ans p a{
    font-size: 0.8rem;
  }


  .section-services-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  } 

  .section-services .single-service {
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }

  .section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 70px;
    height: 70px;
    border: 6px solid red;
  }

  .section-services .header-section .title {
    margin: 0.5rem;
    font-size: 1.5rem
  }

  .section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }

}

@media screen and (max-width: 420px) {
  .breadcrumb-header h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .breadcrumb-list a {
    font-size: 0.9rem;
  }

  .breadcrumb-desc p {
    color: white;
    font-size: 0.9rem;
  }

  .about-cert-container .contact-form form  .circle {
    display: none;
  }

  .select {
    width: 100%;
    padding: 0.4rem 0.6rem;
  }
  
  .testimonial-cert-sec {
    gap: 0rem;
  }

  .faq-image {
    padding-top: 1rem;
  }

  .single-service .content h3 {
    font-size: 1rem;
  }

  .g-recaptcha {
    overflow: hidden;
    width: 100%;
    max-width: 220px;
    transform: scale(0.8);
    margin: 0;
  }

  .rc-anchor-logo-portrait {
    margin: 0.2rem;
  }

  .circle.one {
    width: 90px;
    height: 90px;
    top: 130px;
    right: 0px;
  }
}


/*-----======= Contact Page Css Section =======-----*/
@media(max-width: 991px) {
  .Contact {
      padding: 50px;
  }
  .contact_container {
      flex-direction: column;
  }
  .contact_container .contactinfo {
      margin-bottom: 40px;
  }
  .contact_container .contactinfo, .contactForm {
      width: 100%;
  }
}



/*------------------- Abous Us PAge Media Queries ------------------------*/
@media only screen and (max-width: 40em) {

  ol.process-chart {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
  }

  ol.process-chart>li {
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    flex-basis: inherit;
    margin: -1em 0 1em 0;
    min-width: inherit;
    padding: 1em 1em 0 1em;
  }

  ol.process-chart>li:before {
    left: 1em;
    top: 2em;
  }

  ol.process-chart>li:after {
    border-bottom: 0 solid transparent;
    border-left: 1em solid transparent !important;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: -1em;
    height: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }

  ol.process-chart>li>div {
    padding: 1em 1em 0 1em;
  }

  /*** PRIMARY ***/
  ol.process-chart>li:nth-of-type(6n+1):after {
    border-top-color: #a2ed56;
  }

  /*** SECONDARY ***/
  ol.process-chart>li:nth-of-type(6n+2):after {
    border-top-color: #83e4e2;
  }

  /*** TERTIARY ***/
  ol.process-chart>li:nth-of-type(6n+3):after {
    border-top-color: #fd6470;
  }

  /*** QUATERNARY ***/
  ol.process-chart>li:nth-of-type(6n+4):after {
    border-top-color: #fca858;
  }

  /*** QUINARY ***/
  ol.process-chart>li:nth-of-type(6n+5):after {
    border-top-color: #fddc32;
  }

}



@media screen and (max-width: 420px) { 
  .role-card-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .role-content-intro p {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #636060;
  }

  .card-title {
    font-size: 1.1rem;
    line-height: 1.33;
    font-weight: 700;
  }

  .card-intro {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 0.8rem;
  }
  
  .btn-c {
    display: inline;
    width: 45%;
    height: 35px;
    border: none;
    border-radius: 4px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(255, 113, 113) 0%, rgb(250, 112, 176) 90%);
    font-size: 14px;
    color: white;
    cursor: pointer;
  }

  .role-content-intro p {
    padding: 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .role-content-intro h2 {
    padding: 0.5rem;
    color: #636060;
    line-height: 1.3;
    font-size: 1.5rem;
    margin: 0.5rem 0;
    color: var(--color-danger);
  }
  
  .role-content-2 h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  .role-content-2 p, .role-content-2 p a {
    font-size: 0.9rem;
  }

  .about-cert-content h4 {
    font-size: 0.9rem;
  }

  .conslntn-container {
    grid-template-columns: 100%;
  }

  
  .conslntn {
    margin: 1rem 0;
  }

  .conslntn-left h2 {
    font-size: 1.25rem;
  }

  .conslntn-left p {
    font-size: 0.9rem;
  }

  .conslntn-rigth {
    justify-content: start;
    margin-bottom: 1rem;
  }

  .card-peopl-header h2 {
    font-size: 1.25em;
    margin-bottom: 0.5rem;
  }

  .card-people-body {
    padding: 1rem 1.5rem ;
  }

  .card-people-btn-card {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 4px;
  }

  .card-people {
    display: flex;
    flex-direction: column;
    flex-basis: 240px;
  }
 
  .card-people-img img {
    width: 100%;
    max-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .class1 {
    font-size: 18px;
  }
  .class{
   width: 100%;
  }
  .img img{
    width: 100%;
  }
  .img1{
    width: 0;
}
}

@media screen and (max-width: 600px) {
  table {
    border: none;
  }
  th, td {
    padding: 0.5rem 1rem;
    font-size: 10px;
  }
  .enquire .button {
    padding: 0.2rem 0.5rem; /* Adjust padding to decrease button size */
    font-size: 0.8rem !important; /* Adjust font size to decrease button size */
    height: auto; /* Set height to auto for responsiveness */
  }
  
}


@media screen and (max-width: 780px) {
  .ft_bottom p{
    font-size: 7px !important;
  }
  .ft_bottom a{
    font-size: 7px !important;
  }
  .experience {
    margin-top: 0%;
  }
  .about-right iframe{
    width: 100%;
    height: 30vh;
  }
  .whatsapp-float {
    width: 35px;
    height: 35px;
  }
  .open-chat-popup {
    width: 35px;
    height: 35px;
  }
  .footer-bottom .container{
    min-height: 13vh;
  }
}