@media screen and (min-width:200px) and (max-width:683px) {
    body {
        font-size: 85%;
    }

   
   
    .container {
        width: 85%;
    }
	
	.member-img img {
		
    height: 380px;
    object-fit: cover; 
}
  .location-services .flex {
    gap: 35px; 
}
   .location-set {
    width: 100%;
}

    ul.sub {

        padding: 0 0 0 20px;
    }
    .mobile-only {
        display: block;
      }
   .header header nav ul li:last-child {
	display:block;
} 

    .menu-toggle {
        color: #000;
        width: 20px;
    }

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

 

    .logo {
        width: 40%;
    }

  
    .flex {
        flex-wrap: wrap;
    }

 
    .logo img {
        max-width: 110px;
    }
    .header.bgcolor .logo img {
        max-width: 90px;
    }
    h1 {
        font-size: 3em;
    }
    
    .header-btn {
        display: none;
    }
    header {
        padding: 10px 0;
    }
    
    h2 {
        font-size: 2.4em;
    }
    
    h3 {
        font-size: 1.6em;
    }
  .about .right p {
    font-size: 1.5em;
}
    
    h4 {
        font-size: 1.3em;
    }
    .banner {
        height: 70vh;
        min-height: 500px;
    }
    .banner-text {
    padding: 150px 0 100px 0;
}
    .banner p {
    font-size: 1.3em;
    color: var(--lightblack);
    padding: 20px 0 0 0;
    font-weight: 600;
}
    .about .left {
    width: 100%;
    opacity: 0.8;
}
    .about .right {
    width: 100%;
    opacity: 0.8;
}
    .about .flex {
        gap: 20px;
    }
    .service-head {
        padding: 50px 0;
    }
    .service-head .carousel-cell {
  width: 48%;
  margin: 0 0.2%;
    height: 200px;
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
    .service-head .carousel-cell h4 {
        padding:30px 20px;
    }
    .contact-text p {
        font-size: 1.4em;
    }
    .contact-text {
        padding: 0 0 10px 0;
    }
    .sec {
    width: 100%;
}
    .sec h5 {
        padding: 0 35px;
    }
    .first-footer ul {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    .footer {
        padding: 50px 0;
    }
    .middle-footer ul {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
}
	.footer {
		text-align:left;
	}
    .first-footer ul li a {
        font-size: 1.5em;
    }
        .about-description .left {
    width: 100%;
}
      .inner .banner-text h1 {
        font-size: 2.5em;
    }
    .about-description .left h3 {
        font-size: 1.6em;
    }
    .about-description .flex {
        padding: 50px 0;
    }
    .about-description .right {
    width: 100%;
}
    .text-description {
    width: 100%;
    padding: 0 0 20px 0;
}
    .member-img {
        width: 100%;
    }
    .member-details {
        width: 100%;
    }
    .board-members {
        padding: 50px 0 50px 0;
    }
    .inner .banner {
        min-height: 250px;
		height:inherit;
    }
    .inner .banner {
        margin: 80px 0 0 0;
    }
    .service-link ul {
        gap: 10px;
flex-wrap: wrap;
    }
    .content-sec p {
        font-size: 1.2em;
    }
    .content-sec {
        padding: 40px 0 0 0;
    }
    .service-list-sec {
    width: 100%;
    background-color: #F7F5F0;
    padding: 40px;
}
    .contact-link-sec li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact-link-sec {
        margin: 50px 0 0 0;
    }
    input[type="submit"] {
        width: 50%;
    }
	.mobile-view {
		display:block;
	}
	.header header nav li:hover > ul {
		position: relative;
		background-color: transparent;
		position: relative;
        background-color: transparent;
        left: 0;
        width: 100%;
		padding:0;
	}
	.header header nav li ul li:nth-child(even) a {
		background-color: transparent;
	}
	.header header nav li ul li:nth-child(odd) a {
		background-color: transparent;
	}
	.header header nav li ul li a {
		color: #828282;
		font-size: 1.2em;
		 padding: 5px 0;
	}
	header nav {
        flex-wrap: wrap;
        align-items: center;
        padding: 80px 20px;
        justify-content: center;
    }
	.header header nav ul li a {
		text-align: center;
	}
	.header header nav ul li a {
		font-size: 1.8em;
		padding: 10px 0;
	}
}

@media screen and (min-width:684px) and (max-width:1024px) {
   body {
        font-size: 85%;
    }
   .header header nav ul li:last-child {
	display:block;
} 
   	.header header nav li:hover > ul {
		position: relative;
		background-color: transparent;
		position: relative;
        background-color: transparent;
        left: 0;
        width: 100%;
		max-width:100%;
		padding:0;
	}
    .header a.btn {
        display: none;
    }
    .container {
        width: 90%;
    }

    
    .header header nav li ul li a {
        padding: 0;
    }

    ul.sub {

        padding: 10px 0;
    }
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    h1 {
        font-size: 4.5em;
    }
    .header {
        padding: 20px 0;
    }
    .header.bgcolor {
        padding: 20px 0;
    }

    .banner {
        min-height: 700px;
    }
    .about .right {
        width: 48%;
    }
    .service-head .carousel-cell {
        width: 33%;
        height: 400px;
    }
  
    .contact-link-sec li {
        width: 45%;
    }
		.header header nav li:hover > ul {
		position: relative;
		background-color: transparent;
	}
	.header header nav li ul li:nth-child(even) a {
		background-color: transparent;
	}
	.header header nav li ul li:nth-child(odd) a {
		background-color: transparent;
	}
	.header header nav li ul li a {
		color: #fff;
		font-size: 0.9em;
		 padding: 10px 0;
	}
	header nav {
        flex-wrap: wrap;
        align-items: center;
        padding: 80px 20px;
        justify-content: center;
    }
	.header header nav ul li a {
		text-align: center;
	}
	.header header nav ul li a {
		font-size: 1.8em;
		padding: 10px 0;
	}
	.header header nav li > ul {
    list-style-type: none;
    display: block;
    width: 100%;
}
	.header header nav li ul li a {
		font-size: 1.2em;
	}
	.mobile-view {
		display:block;
	}
}

@media screen and (min-width:1024px) and (max-width:1550px) {

    body {
        font-size: 85%;
    }
 
  
    .container {
        margin: 0 auto;
        width: 90%;
        max-width: 1100px;
    }
}