body{
    font-family: "Open Sans", sans-serif;
}

fieldset {
    outline: none;
    border: none;
}


/* Big padding */
@media (width > 800px) {
   
                        .logo{
                        
                            padding-top: 23px;
                            padding-bottom: 23px;
                        }
                        .nav_items{
                        align-items: center;
                        display: flex;
                        
                        
                        
                        
                        }
                        h1{
                            font-size: 32px;
                        }
                        .header{
                            align-items: center;
                            display: flex;
                            justify-content: space-between;
                            padding: 0 57px;
                            
                        }
                        

                        .contact{
                        
                            background-color: #368E68;
                            padding: 15px;
                            
                            border-radius: 4px;
                            color: white;
                            
                        }
                        
                        .contact:hover{
                            background-color: #273989;
                        }
                        
                        .faqs{
                            padding-top: 47px;
                            padding-bottom: 47px;
                            padding-right: 40px;
                        display: flex;
                        align-items: flex-end;
                        
                        -webkit-text-fill-color: #273989;
                        }
                        
                        
                        a{
                            font-family: "Open Sans", sans-serif;
                            text-decoration: none;
                            display: flex;
                            align-items: stretch;
                            font-size: 19px;
                            
                        }
                        
                        .faqimg{
                            padding-right: 10px;
                        }
                        
                        .contactimg{
                            padding-right: 10px;
                        }
                        
                        .top{
                            display: flex;
                            justify-content: space-between;
                            background-color: #182F2E;
                            align-items: flex-start;
                        }
                        
                        
                        .bigtext{
                            color: white;
                            
                            padding-left: 57px;
                            padding-top: 57px;
                            margin-top: 0px;
                        }
                        
                        .smalltext{
                            padding-left: 57px;
                            font-size: 16px;
                            padding-right: 48px;
                            padding-bottom: 57px;
                        }
                        .services_text{
                            padding-top: 39px;
                            padding-left: 37px;
                            padding-bottom: 43px;
                            font-size: 32px;
                            margin: 0px;
                        }
                        
                        /*
                        font-size: clamp(24px, 7vw, 32px);
                        */
                        
                        h2{
                            font-size: 20px;
                            font-weight: bold;
                        }
                        
                        .buttons{
                            display: flex;
                            flex-wrap: wrap;
                        padding-left: 57px;
                        padding-right: 57px;
                        }
                        
                        
                        .button_item{
                            text-align: center;
                        width: calc(100%/6);
                        
                        }

                        .button_item a{
                            background-color: #368E68;
                        display: inline-flex;
                        height: 120px;
                        width: 120px;
                        border-radius: 50%;
                        align-items: center;
                        justify-content: center;
                        flex-wrap: wrap;
                        }
                        
                        .button_item a:hover{
                            background-color: #273989;
                        }
                        
                        .part2{
                            display: flex;
                        justify-content: space-between;
                        padding-top: 79px;
                        }
                        
                        /* .img1{
                            padding-left: 57px;
                            max-width: 100%;
                        } */
                        
                        .firsthead{
                            font-size: 32px;
                            margin-top: 0px;
                        }
                        
                        .firsttext{
                            padding-left: 45px;
                            padding-right: 66px;
                        }
                        
                        .plan{
                            text-align: center;
                            align-items: center;
                            justify-content: center;
                            background-color: #368E68;
                            padding: 15px 32px;
                            margin-top: 60px;
                            width: 227px;
                            border-radius: 4px;
                            color: white;
                        }
                        
                        .part3{
                        
                            display: flex;
                            justify-content: space-between;
                            padding-top: 53px;
                        }
                        
                        .secondtext{
                            padding-left: 57px;
                            order: -1;
                        }

                        .pic2{
                            order: 1;
                        }
                        
                        /* .pic2{
                            padding-left: 153px;
                            padding-right: 57px;
                            max-width: 100%;
                            padding-bottom: 82px;
                        } */
                        
                        .contact-info{
                        list-style-type: none;
                        padding-left: 0px;
                        }
                        
                        .padding{
                            padding: 0 ;
                        }
                        
                        .plan:hover{
                        background-color: #273989;
                        }
                        
                        .contact_us{
                            background-color: #368E68;
                            padding: 15px;
                            border-radius: 4px;
                            color: white;
                            margin-right: 168px;
                            margin-top: 42px;
                        }
                        
                        .footer{
                            background-color: black;
                            display: flex;
                        }
                        
                        .white_big{
                            font-size: 24px;
                            color: white;
                            font-weight: bold;
                            margin: 0px;
                        }
                        
                        .white_small{
                            color: white;
                            font-size: 16px;
                            padding-top: 20px;
                            
                        }
                        .hamburger{
                            display: none;
                        }
                       
                        
                        .footer1{
                            padding-left: 57px;
                            padding-top: 62px;
                            padding-bottom: 95px;
                            padding-right: 115px;
                        }
                        
                        .list{
                            list-style-type: none;
                        padding-left: 5px;
                        margin: 0px;
                        
                        }
                        .footer2{
                            padding-left: 57px;
                            padding-bottom: 60px;
                            padding-top: 57px;
                        }
                    
                        
                        .mini_image{
                            padding-right: 10px;
                        }
                        
                        .footer3{
                            padding-left: 72px;
                            padding-top: 57px;
                        }
}

/* Little Padding*/

@media (width < 800px){
                        .logo{
                        
                            padding-top: 23px;
                            padding-bottom: 23px;
                        }
                        .nav_items{
                        align-items: center;
                        display: flex;
                        
                        }
                        .header{
                            align-items: center;
                            display: flex;
                            justify-content: space-between;
                            padding-left: 24px;
                        }
                       
                        
                        .contact{
                            display: none;
                        }
                        
                        .contact:hover{
                            background-color: #273989;
                        }
                        
                        .faqs{
                           display: none;
                        }

                        .hamburger{
                            padding-right: 24px;
                            }
                        
                        
                        nav input[type='checkbox'], hamburg {
                            display: none;
                        }
                        
                        a{
                            font-family: "Open Sans", sans-serif;
                            text-decoration: none;
                            display: flex;
                            align-items: stretch;
                            font-size: 19px;
                            
                        }
                        
                        .faqimg{
                            padding-right: 10px;
                        }
                        
                        .contactimg{
                            padding-right: 10px;
                        }
                        
                        .top{
                            display: flex;
                            justify-content: space-between;
                            background-color: #182F2E;
                            align-items: flex-start;
                        }
                        
                        
                        .bigtext{
                            color: white;
                            
                            padding-left: 24px;
                            padding-top: 24px;
                            margin-top: 0px;
                        }
                        
                        .smalltext{
                            padding-left: 24px;
                            font-size: 16px;
                            padding-right: 48px;
                        }
                        
                       
                        .smalltext{
                            padding-bottom: 25px;
                        }
                            
                        
                        
                        
                        
                        .services_text{
                            padding-top: 24px;
                            padding-left: 24px;
                            padding-bottom: 43px;
                            font-size: 24px;
                            margin: 0px;
                        }
                        
                        /*
                        font-size: clamp(24px, 7vw, 32px);
                        */
                        
                        h2{
                            font-size: 18px;
                            font-weight: bold;
                        }
                        
                        .buttons{
                            display: flex;
                            flex-wrap: wrap;
                        padding-left: 0px;
                        padding-right: 0px;
                        }
                        
                        
                        .button_item{
                            text-align: center;
                        width: calc(100%/6);
                        
                        }
                        
                        .button_item a{
                                background-color: #368E68;
                                display: inline-flex;
                                height: 120px;
                                width: 120px;
                                border-radius: 50%;
                                align-items: center;
                                justify-content: center;
                                flex-wrap: wrap;
                            }
                        
                        
                        .button_item a{
                            background-color: #368E68;
                        display: inline-flex;
                        height: 120px;
                        width: 120px;
                        border-radius: 50%;
                        align-items: center;
                        justify-content: center;
                        flex-wrap: wrap;
                        
                        }
                        
                        .button_item a:hover{
                            background-color: #273989;
                        }
                        
                        .part2{
                            display: flex;
                        justify-content: space-between;
                        padding-top: 30px;
                        
                        }
                        
                        /* .img1{
                            padding-left: 24px;
                            max-width: 100%;
                        } */
                        
                        .firsthead{
                            font-size: 24px;
                        }
                        
                        .firsttext{
                            padding-left: 25px;
                            padding-right: 25px;
                        }
                        
                        .plan{
                            text-align: center;
                            align-items: center;
                            justify-content: center;
                            background-color: #368E68;
                            padding: 15px 32px;
                            margin-bottom: 24px;
                            width: 227px;
                            border-radius: 4px;
                            color: white;
                        }
                        
                        .part3{
                        
                            display: flex;
                            justify-content: space-between;
                            padding-top: 10px;
                        }
                        
                        .secondtext{
                            padding-left: 24px;
                        }
                        
                         
                        
                        .contact-info{
                        list-style-type: none;
                        padding-left: 0px;
                        }
                        
                        .padding{
                            padding: 0 ;
                        }
                        
                        .plan:hover{
                        background-color: #273989;
                        }
                        
                        .contact_us{
                            background-color: #368E68;
                            padding: 15px;
                            border-radius: 4px;
                            color: white;
                            margin-right: 168px;
                            margin-top: 42px;
                        }
                        
                        .footer{
                            background-color: black;
                            display: flex;
                        }
                        
                        .white_big{
                            font-size: 24px;
                            color: white;
                            font-weight: bold;
                            margin: 0px;
                        }
                        
                        .white_small{
                            color: white;
                            font-size: 16px;
                            padding-top: 10px;
                            
                        }
                        
                        .footer1{
                            padding-left: 24px;
                            padding-top: 62px;
                            padding-bottom: 95px;
                            padding-right: 115px;
                        }
                        
                        .list{
                            list-style-type: none;
                        padding-left: 5px;
                        margin: 0px;
                        
                        }
                        
                        
                        .footer2{
                            padding-left: 24px;
                            padding-bottom: 60px;
                            padding-top: 24px;
                        }
                        
                        .mini_image{
                            padding-right: 10px;
                        }
                        
                        .footer3{
                            padding-left: 45px;
                            padding-top: 24px;
                            padding-right: 24px;
                        }
                    }


                    @media (width > 800px){
                        
                        .img1{
                            width: 677px;
                            
                                padding-left: 57px;
                            
                        
                        }
                        .pic2{
                            padding-left: 153px;
                            padding-right: 57px;
                            width: 906px;
                            padding-bottom: 82px;
                            
                        }
                        
                    }
@media (width < 1300px){
    .img1{
        width: 600px;
        height: 384px;
        overflow: hidden;
    }
}
@media (width < 1200px){
    .img1{
        width: 500px;
        height: 384px;
        overflow: hidden;
    }
}

@media (width < 800px){
    .part2{
        display: block;
    }
    .img1{
     width: calc(100%/1);
    height: auto;
    }
    .pic2{
        width: calc(100%/1);

    }
    .part3{
        display: block;
    }
}

@media (width < 1224px){
    .top{
        display: flex;
        align-items: center;
    }
}


/*
.logo{
    
    padding-top: 23px;
    padding-bottom: 23px;
}
.nav_items{
   align-items: center;
   display: flex;
   
   
   
}
.header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    
}
*/

/*
.contact{
   
    background-color: #368E68;
    padding: 15px;
    
    border-radius: 4px;
    color: white;
    
}

.contact:hover{
    background-color: #273989;
}

.faqs{
    padding-top: 47px;
    padding-bottom: 47px;
    padding-right: 40px;
  display: flex;
  align-items: flex-end;
  
  -webkit-text-fill-color: #273989;
}


a{
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    display: flex;
    align-items: stretch;
    font-size: 19px;
    
}

.faqimg{
    padding-right: 10px;
}

.contactimg{
    padding-right: 10px;
}

.top{
    display: flex;
    justify-content: space-between;
    background-color: #182F2E;
    align-items: flex-start;
}


.bigtext{
    color: white;
    font-size: 32px;
    padding-left: 57px;
    padding-top: 74px;
    margin-top: 0px;
}

.smalltext{
    padding-left: 57px;
    font-size: 16px;
    padding-right: 48px;
}
*/

@media (max-width:1300px){
.headphoto{
    width: 800px;
}

}
@media (max-width:1225px){
    .headphoto{
        width: 700px;
    }
    
    
}



@media (max-width:1165px){
    .headphoto{
        width: 600px;
    }
    
}
@media (max-width:1092px){
   .headphoto{
    display: none;
   }
   .smalltext{
    padding-bottom: 25px;
   }
    
}

/* 

.services_text{
    padding-top: 39px;
    padding-left: 37px;
    padding-bottom: 43px;
    font-size: 32px;
    margin: 0px;
} */

/*
font-size: clamp(24px, 7vw, 32px);
*/

/* h2{
    font-size: 20px;
    font-weight: bold;
}

 .buttons{
    display: flex;
    flex-wrap: wrap;
  padding-left: 57px;
  padding-right: 57px;
}


.button_item{
    text-align: center;
width: calc(100%/6);

} */
@media (max-width:1180px){
    .button_item{
        text-align: center;
        width: calc(100%/3); 
    }
}
@media (width < 500px){
    .button_item{
        text-align: center;
        width: calc(100%/2); 
    
    }
    h2{
        font-size: 16px;
    }

    .logo{
        width: 200px;
    }
    .contact{
        display: none;
    }
    .faqs{
        display: none;
    }
    h1{
        font-size: 24px;
    }
    .white_small{
        font-size: 14px;
    }
}

/* .button_item a{
    background-color: #368E68;
display: inline-flex;
height: 120px;
width: 120px;
border-radius: 50%;
align-items: center;
justify-content: center;
flex-wrap: wrap;

}

.button_item a:hover{
    background-color: #273989;
}

.part2{
    display: flex;
justify-content: space-between;
padding-top: 79px;
}

.img1{
    padding-left: 57px;
    max-width: 100%;
}

.firsthead{
    font-size: 32px;
}

.firsttext{
    padding-left: 45px;
    padding-right: 66px;
}

.plan{

    background-color: #368E68;
    padding: 15px;
    
    border-radius: 4px;
    color: white;
}

.part3{

    display: flex;
    justify-content: space-between;
    padding-top: 53px;
}

.secondtext{
    padding-left: 57px;
}

.pic2{
    padding-left: 153px;
    padding-right: 57px;
    max-width: 100%;
    padding-bottom: 82px;
}

.contact-info{
   list-style-type: none;
   padding-left: 0px;
}

.padding{
    padding: 0 ;
}

.plan:hover{
background-color: #273989;
}

.contact_us{
    background-color: #368E68;
    padding: 15px;
    border-radius: 4px;
    color: white;
    margin-right: 168px;
    margin-top: 42px;
}

.footer{
    background-color: black;
    display: flex;
}

.white_big{
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin: 0px;
}

.white_small{
    color: white;
    font-size: 16px;
    padding-top: 20px;
    
}

.footer1{
    padding-left: 57px;
    padding-top: 62px;
    padding-bottom: 95px;
    padding-right: 115px;
}

.list{
    list-style-type: none;
   padding-left: 5px;
   margin: 0px;
  
} */

@media (max-width:920px){
    .white_logo{
        display: none;
    }
}
@media (max-width:920px){
    .contact_us{
        display: none;
    }
}


@media (max-width:920px){
    .footer1{
        padding: 0%;
    }
}
/* 
.footer2{
    
    padding-bottom: 60px;
    padding-top: 57px;
}

.mini_image{
    padding-right: 10px;
}

.footer3{
    padding-left: 72px;
    padding-top: 57px;
} */