/* Responsive CSS */

@media screen and (max-width:1550px) and (min-width:1300px) { 
	.values-main-div::after {
        width: 650px;
        height: 650px;
        right: -120px;
    }
}

@media screen and (max-width:1169px) and (min-width:981px) {
	html{overflow-x:hidden; }
	.banner-wrap h2 {
	    font-size: 37px !important;
	}
	.header-wrap .wp-block-social-links .wp-social-link svg {
	    height: 20px;
	    width: 20px;
	}
	.inner-menu-header .wp-block-button__link{
		padding: 10px;
	}
	.header-wrap{
		position: static;
	}
	.banner-wrap:after {
	    height: 50px;
	    width: 350px;
	    left: 100px;
	}
	.fashion-store-category {
        display: grid !important;
        grid-template-columns: auto auto;
        gap: 100px 75px;
    }
	.special-programs-main-div {
        display: grid !important;
        grid-template-columns: auto;
        place-items: center;
    }
	.service-main-box{
		padding: 20px 0 !important;
	}
	.core-values-flex-main {
		display: block !important;
	}
	.core-values-main-box{
		padding-top: 200px;
	}
	.values-main-div::after {
		width: 100%;
		height: 680px;
		right: 0px;
	}
}

@media screen and (max-width: 980px){
	.fse-overlap-image{ position:relative !important; right:auto !important; bottom:auto !important; margin:25px 0 !important;}
	.wp-block-section-01 h2, .wp-block-section-02 h2{ font-size:28px !important; }
	.wpcf7 input[type="text"], 
	.wpcf7 input[type="tel"], 
	.wpcf7 input[type="email"], 
	.wpcf7 textarea{ 
		width:100%;
	}	
	.blog-area .wp-block-post-template{
		grid-template-columns: auto auto;
	}
	.header-wrap{
		position: static;
	}
	.header-wrap,
	.header-wrap p,
	.banner-wrap h2,
	.banner-wrap p{
		text-align: center;
	}
	.header-wrap .wp-block-social-links,
	.header-wrap nav,
	.header-wrap ul,
	.inner-menu-header .wp-block-group,
	.inner-menu-header .wp-block-search__inside-wrapper,
	.inner-menu-header .wp-block-buttons,
	.banner-wrap .wp-block-buttons {
		justify-content: center;
	}
	.inner-menu-header,.top-header{
		position: static;
	}
	.banner-wrap:after{
		width: auto;
	}
	.banner-image {
		bottom: 0;
	}
	.banner-wrap:after {
	    height: 50px;
	    width: 400px;
	    left: 60px;
	}
	.fashion-store-category {
	    display: grid !important;
	    grid-template-columns: auto;
	    gap: 100px 0;
	}
	.service-main-box{padding: 20px 0 !important}
	.core-values-flex-main {
		display: block !important;
	}
	.core-values-main-box{
		padding-top: 200px;
	}
	.values-main-div::after {
        width: 100%;
        height: 700px;
        right: 0;
        top: -40px;
    }
}

@media screen and (max-width:767px) {
	*{box-sizing:border-box;}
	.wp-block-navigation__responsive-container.is-menu-open.has-modal-open{ padding:25px;}
	.banner-wrap:after {
	    width: auto;
	}
	.banner-wrap h2{
		font-size: 40px !important;
	}
	.fashion-store-category {
	    display: flex !important;
	}
	.programs-row, .programs-row h3,.programs-row .wp-block-button {
		display: block !important;
		text-align: center;
		margin: 0 auto;
	}
	.core-values-main-box{
		padding-top: 100px;
	}
	.values-main-div::after {
        display: none;
    }
	.core-values-section .wp-block-spacer {
		height: 40px !important;
	}
	.values-list {
		display: block;
		padding: 0;
		padding-left: 2em;
	}
	.values-main-div {
		text-align: center;
	}
}