@media screen and (max-width:1024px) {
  .herocontent {
    margin-top: 60px;
  }

  .coulum {

    gap: 8px;
    margin-bottom: 8px;
  }

  .industriessection {
    margin: -30px;


  }

  .coulum p {

    font-size: 14px;
    margin-bottom: 8px !important;

  }

  .featureslist {
    margin-bottom: 20px;
  }

  .wholeimg {
    margin-top: 60px;
  }

  .aboutsection {
    padding-top: 40px;

  }

  .coulum {
    margin-top: 10px;
  }

  .ctaimg {
    padding-bottom: 40px;
  }

  /*  */
  .abt-img {
    margin-top: 60px;
  }
  .sc-title h3{
    margin-top: 20px;
  }
  .virtual-visa img {
   margin-top: 60px;
}

}




@media (max-width: 768px) {
  .fet-content h3 {
    font-size: 18px;

  }

  .mobilemenu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 1000;
  }

  .navmenu .menu {
    display: none;
  }

  .mobilemenu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.3s ease;
  }

  .mobilemenu.open span:nth-child(1) {
    transform: rotate(45deg) translate(12px, 10px);
  }
  
  .mobilemenu.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  
  .mobilemenu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  .mainmenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateX(20px);
    z-index: 999;
  }

  .mainmenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .mainmenu .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    text-align: center;
    padding: 0;
  }

  .mainmenu .menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    padding: 10px;
    display: block;
  }

  .mainmenu .menu li a:hover {
    color: #00b773;
  }

  .featureslist {
    padding-bottom: 20px;
  }

  .aboutsection {
    padding-bottom: 40px;
  }

  .wholeimg {
    margin-top: 0px;
  }

  .download-container {
    margin-top: 20px;
  }

  .servicesection {
    padding-bottom: 40px;
  }

  .img-fluid {
    margin-top: 30px;
  }

  .industriessection {
    margin: 0;
  }

  .wpbutton {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .aboutimg {
    margin-bottom: -18px;
  }

  .herocontent p {
    width: 100%;
    font-size: 14px;


  }

  .herocontent {
    max-width: 400px;
  }

  .herocontent h1 {
    font-size: 40px;
  }

  .aboutcontent h2 {
    font-size: 30px;
  }

  .aboutcontent P {
    font-size: 15px;
  }

  .aboutcontent {
    margin-top: 40px;
  }


  .report-title {
    font-size: 20px;
  }

  .servtitle {
    font-size: 30px;
  }

  .features {
    padding-top: 80px;
  }

  .fw-bold {
    font-size: 30px;
  }

  .ctacontent h2 {
    font-size: 30px;
  }

  .footerhead {
    margin-top: 20px;
  }

  .ctabutton {
    display: block;
    margin-top: 20px;
  }

  .detailslink {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
  }


  /* SERVICEPAGE */
  .sc-img img {
    width: 100%;
    height: auto;
  }

  .abt-aboutsection {
    padding-bottom: 0px;
  }

  .mission-vision-values {
    padding-top: 40px;
  }
  .section-header h2{
    font-size: 30px;
  }
  .serv-content h2{
    font-size: 30px;
  }
  .Services-detail {
 
    padding-bottom: 40px;
}
.detail-title h2{
  font-size: 30px;
}

.contact-info {

  gap: 2px;
}
.contactdetail a {
  font-size: 12px!important;
}
.contactdetail p{
  font-size: 12px!important;
}
.sc-content {
  padding-top: 0px;
}
.sc-content h2 {

  font-size: 26px;
}
.sc-content p {
  margin: 10px 0px;
  font-size: 14px;


}
.auditservice {
  padding-top: 40px
}
.serv-head h2 {
  font-size: 30px;
}
.virtual-visa img {
  margin-top: 0px;
  margin-bottom: 20px;
}
.virtual-visa h2 {
  font-size: 30px;
}
}

@media screen and (max-width: 600px) {
  .service-container {
    display: block;
    height: auto;
  }

  .service-item:first-child {
    width: 100%;
  }

  .service-item:not(:first-child) {
    width: 100%;
  }


  .service-item {
    margin-bottom: 20px;


  }

  .ctabutton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }

  .Contactbutton a,
  .wpbutton a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .aboutsection {
    padding-top: 40px;
  }

  .wpbutton {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .detailslink {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ctaimg {
    padding-bottom: 40px;
  }

  .whyusesction {
    padding-top: 40px;
  }
  .sc-img{
    margin-top: 20px;
  }
  
  .info-box {

    margin-bottom: 20px;
  }
  .contact-form input, .contact-form textarea {
    margin-bottom: 10px;
  }
  .form-button {
    margin-bottom: 30px;
  }
  .lettersend img {

    height: -37px;
  }
  .contact-info {

    gap: 8px;
  }
  .contactdetail a {
    font-size: 14px!important;
  }
  .contactdetail p{
    font-size: 14px!important;
  }
  .sc-content {
    padding-top: 40px;
}
.abt-herocontent h1 {
  font-size: 34px;
}
.aboutsection .col-6 {
  padding-right: 7px;
  padding-left: 7px;
}
.service-container {
  padding: 0px;
}

}