*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
h4{
    font-weight: 300;
    font-size: 18px;
}

.top{
    background-color: #013d24;
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: space-between;
}

.info{
    display: flex;
    margin-left: 19vw;
    height: 5vh;
    display: flex;
    align-items: center;
}
.info div{
    display: flex;
    height: 2vh;
    justify-content: center;
    align-items: center;
    margin-left: 20px; 
    border-right: 1px solid rgba(255, 255, 255, 0.373);
}
.info p{
    color: rgba(255, 255, 255, 0.814);
    margin-left: 10px;
    font-size: 15px;
    margin-right: 10px;
}
.socials{
    display: flex;
    height: 5vh;
    align-items: center;
    margin-right: 150px;
}

.socials img{
    margin-right: 20px;
   
}
.nav_bar{
    height: 13vh;
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
}
.logo h2{
    margin-left: 10px;
}
.logo{
    display: flex;
    margin-left: 20vw;
    height: 40px;
    align-items: center;
}

.nav{
    margin-left: 5%;
    display: flex;
    width: 30%;
    justify-content: space-between;
   
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
}

.active{
    color: rgba(49, 190, 67, 1);
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}
.dormant{
    color: black;
    text-decoration: none;
    font-size: 18px;
}
.dormant:hover{
    color: rgba(49, 190, 67, 1);
    cursor: pointer;
    
}
.homehead{
    
    background-image: url(./images/homeback.svg);
    background-size: 100% 791px;
    height: 692px;
    width: 100%;
    background-position: center -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homehead_content{
    width: 1400px;
    height: fit-content;
   
    display: flex;
    justify-content: space-between;
}
.box-one{
    background-color: white;
    width: 259px;
    height: 259px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.box-one h2{
    margin-top: 30px;
}
.box-one p{
    color :black;
    margin-left: 0px;
    margin-top: 30px;
}

.head-text{
    height: 259px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head-text h1{
    color: white;
}
.head-text button{
 color: white;
 width: 220px;
 height: 50px;
 border-radius: 5px;
 background-color: rgba(49, 190, 67, 1);
 border: none;
 margin-top: 15px;
}

.box-two{
    width: 178px;
    height: 136px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.box-two p{
    color :black;
    margin-left: 0px;
    margin-top: 20px;
}

.about-contain{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.about-main{
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    width: 75%;
     
}
.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    margin-top: 30px;
}

.checklist li {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checkmark {
    color: green;
    font-weight: bold;
    margin-right: 10px;
}

.discover-btn {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 60px;
}

.discover-btn:hover {
    background-color: #218838;
    
}
.about-right{
    width: 536px;
    height: 467px;
    margin-top: -170px;
    
    
}
.about-right p{
    color: black;
    margin-left: 0px;
    margin-top: 30px;
}
.abouttxt{
    
    height: fit-content;
    width: 104px;
    border-left: 1px solid rgba(49, 190, 67, 1);
}
.abouttxt p{
    color: rgba(49, 190, 67, 1);
    margin-left: 20px;
}
.whychoose{
    width: 100%;
    height: 638px;
    background-color: #28a745;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.whychosecontain{
    width: 50%;
    height: 100%;
}

.whychosetxt{
    height: fit-content;
    width: 450px;
    border-left: 1px solid white;
}

.whychosetxt p{
    color: white;
    margin-left: 20px;
}

.whychosecontain h1{
    color: white;
    margin-top: 20px;
}
.whychosecontain{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.checkcontain{
    display: flex;
    align-items: center;
    width: 460px;
    height: fit-content;
    margin-top: 20px;
}

.checkcontain h2{
    color: white;
    margin-left: 20px;
}

.checkcontain p{
    margin-left: 20px;
}









.contacthead{
    background-image: url(./images/contactback.svg);
    max-width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
}

.contacthead h1{
    font-size: 64px;
}
.contacthead p{
    font-size: 18px;
}
.contacthead h1, p{
    color: white;
    margin-left: 20vw;
}

.contactmid{
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: center;
    margin-top: 12vh;
    
}

.left-side{
    background-color: rgba(245, 246, 246, 1);
    width: 500px;
    height: 680px;
    border-radius: 5px;
   
}
.left-side h2{
    margin-left: 64px;
    margin-top: 50px;
    font-size: 21px;
}
.left-side form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left-side form input,select{
    width: 370px;
    height: 60px;
    padding: 10px;
    margin-top: 3vh;
    border: none;
}
.left-side form textarea{
    max-width: 370px;
    min-width: 370px;
    min-height: 146px;
    max-height: 126;
    margin-top: 3vh;
    border: none;
    padding: 10px;
}
.appointment-button{
    width: 190px;
    height:60px;
    border: none;
    color: white;
    background-color:rgba(49, 190, 67, 1);
    margin-left: -180px;
    margin-top: 3vh;
}
.links-services{
    display: flex;
    justify-content: space-between;
    width: 300px;
}
.right-side{
    height: 680px;
    width: 594px;
   margin-left: 70px;
}
.right-side h1{
    font-size: 36px;
    margin-top: 20px;
}
.right-side h3{
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
    font-size: 18px;
}
.getintouch{
    height: 28px;
    width: 128px;
    border-left: 1px solid rgba(49, 190, 67, 1);
    color: rgba(49, 190, 67, 1);
    display: flex;
    align-items: center;
}
.getintouch h4{
    margin-left: 10px;
}

.reach{
    margin-top: 40px;
    display: flex;
   
    height: 51px;
    align-items: center;
   
}
.reach p{
    margin-left: 0px;
  color: black;
  font-weight: 300;
  font-size: 21px;
}
.reach a{
    text-decoration: none;
}
.contactbottom{
    height: 585px;
    background-color: rgba(245, 246, 246, 1);
    margin-top: 13vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.workprocess{
    margin-top: 10vh;
    height: 18px;
    width: 128px;
    border-left: 2px solid rgba(49, 190, 67, 1);
    color: rgba(49, 190, 67, 1);
    display: flex;
    align-items: center;
}
.workprocess h4{
    margin-left: 10px;
    font-weight: 400;
}
.contactbottom h2{
    font-size: 38px;
    margin-top: 15px;
}
.footer{
    background-image: url(./images/footerback.svg);
    height: 674px;
}
.footer-top{
    display: flex;
    align-items: center;
    height: 250px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.215);
    justify-content: center;
}
.newsletter{
    display: flex;
    width: 1150px;
  
    justify-content: space-between;

}
.newsletter p{
    margin-left: 0px;
}
.newsletter h1{
    font-size: 38px;
    color: white;
    line-height: 28px;
    height: 30px;
}
.footform input{
    border: none;
    padding: 10px;
    width: 330px;
    height: 70px;
    padding: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    flex: 1;
    
    
}

.footform button{
    border: none;
    color: white;
    width: 140px;
    height: 70px;
    margin-left: -2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color:rgba(49, 190, 67, 1) ;
    margin-bottom: 0px;
    font-weight: 600;
   
} 
.footform{
   
    height: 70px;
    width:100%;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    
    align-items: center;

}
.footer-mid{
    border-bottom: 1px solid rgba(255, 255, 255, 0.227);
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footmid-txt{
    width: 1150px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footlogo{
    display: flex;
    height: fit-content;
    width: fit-content;
    align-items: center;
    color: white;
    font-size: 25px;
}

.first p{
    margin-left: 0px;
    width: 439px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 28px;
}
.sociallinks{
    margin-top: 20px;
}
.sociallinks a{
    cursor: pointer;
}
.footer-links{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.footer-links4{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.second h3{
    color: white;
    size: 24px;
}
.footer-links a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
}

.footer-links a:hover{
    color: rgba(49, 190, 67, 1);
}
.footer-links p{
    margin-left: 0px;
    margin-top: 10px;
}
.footer-links4 p{
    margin-left: 0px;
    margin-top: 10px;
}
.footer-links4 div{
    display: flex;
    width: 245px;
    height: 20px;
    align-items: center;
    
    margin-top: 20px;
}
.third h3{
    color: white;
    size: 24px;
}
.fourth h3{
    color: white;
    size: 24px;
}

.footer-links div{
    display: flex;
    width: 245px;
    height: 20px;
    align-items: center;
    
    margin-top: 20px;
}
.footer-links div p{
    margin-left: 10px;
    font-size: 18px;
}
.footer-links4 div p{
    margin-left: 10px;
    font-size: 18px;
}
.footer-bottom{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.592);
    font-size: 15px;
}
.footer-bottom p{
    margin-left: 0%;
}
.contactbottom img{
    margin-top: 100px;
}

/* about page */
.abouthead{
    background-image: url(./images/aboutback.svg);
    width: 100%;
    height: 350px;
}

.stats{
    background-image: url(./images/backgroundglobe.svg);
    width: 100%;
    height: 500px;
    border: 1psx solid saddlebrown;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-left h1{
 font-size: 102px;
 color: #013818;
}
.stat-left p{
    margin-left: 0;
    color: black;
}
.statbutton{
    color: white;
    border: none;
    background-color:rgba(49, 190, 67, 1);
    height: 60px;
    width: 190px;
    margin-top: 10px;
}
.figures{
    display: flex;
    margin-top: 20px;
}
.stat-right{
    margin-left: 50px;
}
.figures h2{
    color: #28a745;
    margin-left: 10px;
}
.figures p{
    color: black;
    margin-left: 10px;
}
.secondstat{
    display: flex;
    margin-left: 100px;
}
.secondstat2{
    display: flex;
    margin-left: 25px;
}
.work-process h2{
    color: white;
    margin-top: 20px;
}
.work-process img{
    margin-top: 20px;
}
.work-process{
    width: 100%;
    height: 500px;
    background-color: #28a745;
    display: flex;
    flex-direction: column;
    
    align-items: center;
}
.workprocess2{
    margin-top: 10vh;
    height: 18px;
    width: 128px;
    border-left: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    overflow-y: hidden;
}
.workprocess2 h4{
    margin-left: 10px;
    font-weight: 400;
}
.mobileflow{
    display: none;
}
.servicehead{
    background-image: url(./images/servicehead.svg);
    width: 100%;
    height: 350px;
}
.service{
    margin-top: 50px;
    height: fit-content;
    text-align: center;
   
}
.servicebox {
    height: 377px;
    width: 370px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.servicebox img{
    height: 50px;
}
.servicebox h2{
    color: #218838;
    margin-top: 20px;
    margin-bottom: 20px
}
.servicebox p{
    margin-left: 0;
    color: #218838;
}

.servicebox:hover{
    background-color: #013d24;
    color: white;
}
.servicetop{
    display: flex;
    width: 100%;
    justify-content: center;
}
.servicebottom{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

/* mobile */
@media only screen and (max-width: 600px) {
    *{
       overflow-x: hidden;
    }

    .logo-menucontain{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .info{
        display: none;
    }
    .top{
       width: 100%;
       display: flex;
       
    }
    .socials{
        margin-left: 20px;
        
    }
   
    .nav {
        display: none; /* Hide navigation links by default */
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }

    .menu-toggle {
        display: flex; /* Show burger icon on mobile */
        margin-right: 20px;
        
    }

    /* Show nav when active */
    .nav.active {
        display: flex;
    }

    .contacthead{
        width: 100%;
        height: 174px;
        background-image: url(./images/mobilecontacthead.svg);
    }
    .contacthead h1{
        font-size: 38px;
        margin-left: 20px;
    }
    .contacthead p{
        margin-left: 20px;
    }
    .contactmid{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .contactbottom img{
        display: none;
    }
    
   
    
    .logo h2{
        font-size: 18px;
    }
    .nav_bar{
        width: 100%;

        
    }
    .logo{
        
        margin-left: 10px;
        display: flex;
    }
    
    .nav{
        margin-left: 0px;
        margin-top: 70px;
        width: 100%;
        height: 150px;
    }
    .nav a{
        margin-left: 10px;
    }
   
  
    .right-side{
       width: 100%;
      margin-left: 30px;
    }
    .right-side p{
        font-size: 18px;
    }
    .right-side h1{
        font-size: 32px;

    }
    .right-side h3{
        font-size: 16px;
    }
    .left-side{
       width: 90%;
    }
    .left-side form input,select{
        width: 270px;
        height: 60px;
        padding: 10px;
        margin-top: 3vh;
        border: none;
    }
    .left-side form textarea{
        max-width: 270px;
        min-width: 270px;
        min-height: 146px;
        max-height: 126;
        margin-top: 3vh;
        border: none;
        padding: 10px;
    }
    .appointment-button{
        width: 190px;
        height:60px;
        border: none;
        color: white;
        margin-left: 0px;
        background-color:rgba(49, 190, 67, 1);
        margin-top: 5vh;
    }
    .footer{
        height: 1000px;
        margin-top: 30px;
    }
    .footer-mid{
        height: 700px;
    }
    .newsletter{
        display: flex;
        flex-direction: column;
    }
    .newsletter h1{
        font-size: 25px;
        text-align: center;
    }
    .newsletter p{
        font-size: 15px;
        text-align: center;
    }
    .newsletter button{
        width: 112px;
    }
    .newsletter input{
        width: 235px;
    }
    .footform{
        width: 100%;
        margin-top: 30px;
        justify-content: center;
    }
    .footmid-txt{
        display: flex;
        flex-direction: column;
    }
    .first{
        width: 100%;
    }
    .sociallinks{
        margin-left: 30%;
        margin-top: 30px;
    }
    .first-write{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .first h2{
        font-size: 18px;
    }
    .first p{
        font-size: 15px;
        width: 100%;
        margin-left: 10px;
        
    }
    .footlogo{
        margin-left: 10px;
    }
    .links-services{
        margin-top: 40px;
    }
    .foot-info{
        margin-top: 40px;
    }
  
    .footer-links4 div{
        height: 30px;
        width: 300px;
    }
    .footer-bottom{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer-bottom p{

        font-size: 10px;
        margin-left: 0%;
    }


    /*About Page*/
    .abouthead{
        width: 100%;
        height: 174px;
        background-image: url(./images/mobileabouthead.svg);
    }

    .about-contain{
        height: 1320px;
        overflow-y: hidden;
        
    }

    .about-main{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        width: 100%;
        height: 1320px;
        overflow-y: hidden;
    }
    .about-right{
        width: 100%;
        height: fit-content;
        margin-left: 0px;

       
    }
    .about{
        margin-top: -100px;
    }
    .about-right p{
        font-size: 17px;
    }
    .about-right h1{
        font-size: 32px;
    }
   
    .discover-btn{
        margin-top: 30px;
    }

    .whychoose{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        height: 750px;
        overflow-y: hidden;
    }
    .whychosecontain{
        width: 100%;

    }
    .whychosecontain p{
        font-size: 17px;
    }
    .whychosecontain h1{
        font-size: 32px;
        margin-left: 10px;
    }
    .whychosecontain h2{
        font-size: 20px;
    }
    .checkcontain{
        width: 100%;

    }
    .checkcontain img{
        height: 80px;
        width: 80px;
        margin-left: 10px;
    }
   .whychoseimg{
    margin-top: 100px;
    width: 100%;
    height: 700px;
    margin-bottom: -80px;
   }
   .whychosetxt{
    margin-left: 60px;
   }
   .homehead{
    background-image: url(./images/mobilehomehead.svg);
   }
   .homehead_content{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
   }
   .stats{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
   }
  .stat-right{
    margin-left: 10px;
  }
  .secondstat{
    margin-left: 10px;
  }
  .stat-left{
    margin-top: 30px;
  }
  .flow{
    display: none;
  }
  .mobileflow{
    display: block;
  }
  .work-process{
    height: 1300px;
  }
  .servicehead{
    background-image: url(./images/mobileservicehead.svg);
    background-repeat: no-repeat;
  
    width: 100%;
    height: 170px;
    }
    .servicetop{
        display: flex;
        flex-direction: column
    }
    .servicebottom{
        display: flex;
        flex-direction: column;
        margin-top:0;
    }
    .servicebox{
        margin-top: 20px;
    }
}


/* Tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .content {
        font-size: 16px;
        padding: 20px;
    }
}