.navlogo{
  width: 100%;
}
@media (max-width: 734px) {
  .navlogo {
    width: 57%;
  }
}
  .vector-28 {
    height: 5px;
    padding: 0px 0px 0px 30px;
  }
 
  .text-wrapper-8 {
    position: absolute;
    margin-left: 30px;
    font-family: "Myriad Pro-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    background-color: #000;
    border-radius: 5px;
    padding: 3px 10px;
  }
  .group-12 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .overlap-1 {
    flex-basis: 200;
    width: 320px;
    height: 437px;
    background-color: #98E591;
    background-size: 100% 100%;
    margin: 10px;
    padding: 20px 30px;
  }
  .overlap-2 {
    flex-basis: 200;
    width: 320px;
    height: 437px;
    background-color: #8EE0AE;
    background-size: 100% 100%;
    margin: 10px;
    padding: 20px 30px;
  
  }
  .overlap-3 {
    flex-basis: 200;
    width: 320px;
    height: 437px;
    background-color: #82D7E1;
    background-size: 100% 100%;
    margin: 10px;
    padding: 20px 30px;
  
  }
  .group-44 {
    width: 100%;
  }
  .servisicon{
    border: 16px solid #59E677;
    padding: 35px;
    border-radius: 50%
  }
  
  
.container {
    overflow: hidden;
    max-width: 100% !important;
  
    .slider {
      animation: slidein 30s linear infinite;
      white-space: nowrap;
      .logos {
        width: 100%;
        display: inline-block;
        margin: 0px 0;
        .fab {
          width: calc(100% / 5);
          animation: fade-in 0.5s 
            cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }
  
  .container rounded{
    margin: 0;
  }
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-200%, 0, 0);
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #main {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  
  #main div {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: 11px;
  }
  
   .indian {
    width: 80%;
    aspect-ratio: 3/2;
    object-fit: contain;
    display: block;
    margin: auto;
    padding-top: 5%;
  }

  .testimonial-container{
    font-family:"DINPro-Medium";
    background-color: #fff;
    color: #000;
    padding: 0px 70px;
    position:relative;
    top: -39%;
  }
  
  
  .testimonial{
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }

.user{
    display:flex;
    align-items:center;
    justify-content: end;
  }
  
  .user .user-image{
    border-radius: 50%;
    border: 3px solid #000;
    width: 7vw;
    object-fit: cover;
  }
  
  .user .user-details{
    margin-left: 10px;
  }
  
  .user .username{
    margin: 0;
    font-family: "Myriad Pro-BoldItalic", Helvetica;
    font-weight: 700;
    font-style: italic;
    color: #000;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .user .role{
    margin: 10px 0;
    font-family: "Myriad Pro-BoldItalic", Helvetica;
    font-weight: 700;
    font-style: italic;
    color: #000;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .progress-bar{
    background-image: linear-gradient(to right, #59e677, #19D3E1);
    height: 4px;
    width: 100%;
    margin-bottom: 30px;
    animation: grow 10s linear infinite;
    transform-origin: left;
  }
  
  @keyframes grow{
    0%{
      transform: scaleX(0);
    }
  }
  .group-30 {
    position: absolute;
    width: 3vw;
    height: 4vh;
    left: 20px;
  }
  
   .group-31 {
    position: absolute;
    width: 3vw;
    height: 4vh;
    right: 10px;
  }


 
  
   .line{
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #44413D;
    top: 24%;
  }
   .foott{
    position: relative;
    padding: 0px 20px;
    top: 22%;
  }
   .lef{
    color: #59e677;
    font-family: "DINPro-Bold";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    font-style: normal;
  }
   .cen{
    color: #59e677;
    font-family: "DINPro-Bold";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    font-style: normal;
  }
  .cen2{
    color: #59e677;
    font-family: "DINPro-Bold";
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    position: relative;
    line-height: normal;
  }
   .rig{
    color: #59e677;
    font-family: "DINPro-Bold";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    line-height: normal;
    font-style: normal;
  }
   .text-wrapper-30 {
    position: relative;
    font-family: "Open Sans";
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
   .cen1 {
    position: relative;
    font-family: "DINPro-Regular";
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .rig1 {
    position: relative;
    font-family: "DINPro-Regular";
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-align: right;
    margin-top: 10px;
  }
   .lef1 {
    position: relative;
    font-family: "DINPro-Regular";
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
    margin-top: 10px;
  }
   .ic{
    width: 26px;
    height: 25px;
    flex-shrink: 0;
  }
   .demo{
    color: #59e677;
    font-family: "DINPro-Bold";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #59e677;
    height: 45px;
    padding: 5px;
    width: 70%;
    text-align: center;
    margin: auto;
  }
   .arr{
    position: relative;
    width: 21px;
    top: 4px;
  }



 .group-66 {
    width: 75%;
  }
  
  
   .text-wrapper-34 {
    letter-spacing: 0;
    color: #59E677;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
  }
  
input.mailadd::placeholder {
    position: relative;
    font-family: "DINPro-Medium";
    font-weight: 900;
    color: #59e677;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
    font-style: italic;
    vertical-align: middle;
  }
  .group-32 {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right,#19d3e1, #59e677, #19d3e1) 1 0;
  }
  input[type=email], select {

    padding:20px;
    display: inline-block;
    border: 1px solid transparent;
    background-color: transparent;
    box-sizing: border-box;
    color: #6B6B6B;
    font-family: "DINPro-Medium";
    font-weight: 100;
    
  }

  #email2 {
    width: 30%;
    font-size: 32px;
    border-radius: 4px;
  }

  input[type=submit], select{
    width: 10%;
    margin:  -15px;
    background-color: transparent;
    border-color: transparent;
    color: #ccc;
  }
  .log{
    background-image: linear-gradient(359deg, #96FF00 0%, #19D2E0 100%);
    border-radius: 7px;
    color: #141312;
    padding: 3px 15px;
    width: fit-content;
  }
   .loin{
    width: 14px;
    position: relative;
    top: 2px;
    
  }

  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 80%;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition: opacity 1s;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }


.tab,.tab1 {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.tab button , .tab1 button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 6px;
  transition: 0.3s;
  font-size: 16px;
  color: #fff;
  font-family: "DINPro-Regular";
  font-weight: 400;
}

.tab button:hover, .tab1 button:hover {
  color: #59E677;
  font-family: "DINPro-Bold";
}

.tab button.active, .tab1 button.active {
  color: #59E677;
  font-family: "DINPro-Bold";
}

.address, .address1 {
  display: none;
  padding: 6px;
  border-top: none;
  text-align:right;
  font-size: 16px;
  font-family: "DINPro-Regular";
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

.group-2 {
  position: relative;
  width: 5px;
  height: 5px;
  left: -12px;
  top: -3px;
}
.subscr{
  width: 2%;
}

.servicesvg {
  position: relative;
  height: 220px;
  width: 220px;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.servicesvg::before {
  content: "";
  position: absolute;
  inset: -10px -10px;
  background: linear-gradient(to right, #59E677, #19D2E0);
  transition: 0.5s;
  animation: animate 0.5s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.servicesvg::after {
  content: "";
  position: absolute;
  inset: 16px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
.go {
  position: absolute;
  z-index: 3;
  width: 45%;
}



@media only screen and (min-width:577px) and (max-width:767px){
 .deskview{
  display: none;
 }
 .servicesvg {
  height: 80px !important;
  width: 80px !important;
}
}
@media only screen and (max-width:576px){
  .mobiview{
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .deskrem{
    display: none;
  }
  .rig, .lef{
    font-size: 12px;
  }
  .cen{
    font-size: 12px;
    text-align: left;
  }
  .rig1{
    font-size: 10px;
  }
  .cen1{
    font-size: 10px;
    text-align: left;
  }
  .lef1{
    font-size: 10px;
  }
  .tab button, .tab1 button{
    font-size: 10px;
    padding: 5px;
  }
  .address, .address1{
    font-size: 10px;
  }
  .demo{
    font-size: 12px;
    padding: 8px;
    width: 100%;
  }
  .arr{
    width: 18px;
  }
  #email2 {
    font-size: 20px;
    width: 75%;
    padding: 20px 10px;
  }
  .input[type=email], select{
    padding: 10px;
  }
  .subscr{
    width: 4%;
  }
  .text-wrapper-34{
    font-size: 13px;
    text-align: center;
  }
  .servisicon{
    padding: 23px !important;
    border: 7px solid #59E677
  }
  .container{
    .slider {
      .logos{
        width: 170%;
      }
    }
  }
  #main div{
    border-radius: 7px;
  }
  .servicesvg{
    height: 100px;
    width: 100px;
  }
  .servicesvg::after {
    inset: 8px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .rig .cen .lef{
    font-size: 12px;
  }
  .rig1{
    font-size: 10px;
  }
  .cen1{
    font-size: 10px;
  }
  .lef1{
    font-size: 10px;
  }
  .tab button, .tab1 button{
    font-size: 12px;
  }
  .address, .address1{
    font-size: 10px;
  }
  .demo{
    font-size: 12px;
    padding: 8px;
  }
  .arr{
    width: 18px;
  }
  #email2 {
    font-size: 23px;
    width: 40%;
  }
 
  .text-wrapper-34{
    font-size: 13px;
  }
  .mobilefoot{
    display: none;
  }
  .servisicon{
    padding: 20px;
    border: 10px solid #59E677;
  }
  .mobiview{
    display: none;
  }
  .servicesvg{
    height: 110px;
    width: 110px;
  }
  .servicesvg::after {
    inset: 10px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1283px) {
  .mobilefoot{
    display: none;
  }
  .servisicon{
    border: 10px solid #59E677;
    padding: 25px;
  }
  .mobiview{
    display: none;
  }
  .servicesvg{
    height: 140px;
    width: 140px;
  }
  .servicesvg::after {
    inset: 10px;
  }
}
@media only screen and (min-width:1284px) and (max-width:1439px) {
  .mobilefoot{
    display: none;
  }
  .mobiview{
    display: none;
  }
}
@media only screen and (min-width:1440px) {
  .mobilefoot{
    display: none;
  }
  .mobiview{
    display: none;
  }
}

.containerbox {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 11px;
  height: 2px;
  background-color: #000;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 25px;
}

.change .bar1 {
  transform: translate(0, 4px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -4px) rotate(45deg);
}