@media (max-width:640px){
	.example-list li {
		width: 100%;
	}
	.example-banner-content-wrap h1 {
	    font-size: 30px;
	    max-width: 320px;
	    line-height: 40px;
	}
	.example-banner-content-wrap p {
	    font-size: 18px;
    	line-height: 26px;
	}
}

@media (max-width:540px){
	.example-logo {
	 	float: none!important;
	 	margin: 0 auto;
	}
	.example-menu-links {
	 	float: none!important;
	 	margin: 0 auto;
	 	text-align: center;
	}
	.build-yours {
    	width: 70%;
	}
	.example-section-head {
    	font-size: 28px!important;
    }
    .our-mission-main-wrap p {
	    font-size: 20px!important;
	    margin: 25px 0%!important;
	}
	.example-list li {
		margin-bottom: 30px;
	}
	.show-more {
		width: 50%;
	}
	.signup-form {
		width: 90%;
	}
}

@media (min-width:992px) and (max-width:1199px){
    .main_logo_pro {
    	padding: 30px 15px!important;
	}
}

@media (max-width:767px){
	.main_logo_pro {
		padding:20px 10px 0!important;
	}
}

@media(max-width:499px){
	.social-network li button {
		height: 40px;
		font-size: 15px;
	}
	button.sign_up_its_free {
    	height: 40px;
    	font-size: 16px;
    	margin-top: 3px;
	}
}
@media (max-width:991px){
	.footer_kudos_pro_wrap {
	    width: 95px !important;
	    float: left;
	}
}
@media (min-width:641px) and (max-width:767px){
    .example-section-head {
	    font-size: 28px;
	}
	.our-mission-main-wrap p {
	    font-size: 2rem;
	    line-height: 26px;
	    margin: 25px 14%;
	}
	.example-banner-content-wrap h1 {
	    font-size: 36px;
	    line-height: 46px;
	}
	.show-more {
	    width: 50%;
	}
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .sticky-sidebar {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        justify-content: center;
    }
    
    .sticky-sidebar a {
        margin: 0 10px;
    }
    
    .sticky-sidebar img {
        width: 30px;
        height: 30px;
    }
}
/* Responsive Styles */
@media (max-width: 768px) {
    .navigation ul {
        display: none;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%; /* Ensure the menu takes up the full width */
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navigation ul.open {
        display: flex;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
        margin-right: 10px; /* Adjust the margin to bring the menu closer to the logo */
    }

    .menu-toggle span {
        background-color: #333;
        height: 3px;
        width: 25px;
    }
}