@media (max-width: 1400px) {


	/*== == SITE WIDE == == */
	body .row-container {
    padding: 0 20px;
}
	
	/*== == SITE WIDE  END == == */
	
	
	/*== == MWM FOOTER == == */
	.date-sitename{
		left: 20px;
	}
	
	.privacy-site.moduletable{
		right: 20px;
	}
	
	/*== == MWM FOOTER END == == */
}

@media (max-width: 1200px){

	/*=== == CASE STUDY == ==*/

	    .all-post-item {
		    flex: 0 0 calc((100% / 2) - (40px / 2));
}
	
		/*== == CASE STUDY END == ==*/
	
}


@media (max-width: 1024px) {
	
	ul.services-list {
		text-align: left;
	}
	
	/*== == MOBILE MENU == ===*/
	
	.mob-standard-logo {
		display: block;
		height: 41px!important;
		margin: auto;
		transform: translatey(2px);
	}

	
		/*== == MOBILE MENU END == ==*/
	
     /*EBOOK FOLD B*/
    div#ebook-fold-b .ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column !important;
    z-index: 5;
    gap: 40px;
    text-align: center;
}

div#ebook-fold-b .ebook-fold-inner .readmore{
    margin: 20px auto 0px;
}

div#ebook-fold-b .ebook-image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 540px;
    margin: 0px auto;
}

    #primary{
        padding: 0px;
    }
    
    #ebook-fold-b::before {
    background-image: url(/wp-content/uploads/2022/09/ebook-curve.png);
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    opacity: .2;
}
	
	/* == == MWM FOOTER == == */
	
	.privacy-site.moduletable {
    right: auto;
    width: auto;
    position: relative;
    float: none;
    top: auto;
    width: 200px;
    transform: none;
    -webkit-transform: none;
    text-align: center;
		margin: 0px auto 20px;
}
	
	#footer .socials i{
		margin-bottom: 10px;
	}
	#footer .socials{
		float: none;
	}
	#footer .privacy-text{
		    position: relative;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
		float: none;
		clear: both;
	}
	
	.date-sitename{
		position: relative;
    margin: 10px auto 0px;
    width: auto !important;
    display: block;
		left: 0px;
    text-align: center;
	}
	
/* == == EBOOK FOLD == == */
	
	div#ebook-fold{
		padding: 70px 0px;
	}
	
	div#ebook-fold .ebook-image{
		width: 100%;
		max-width: 540px;
		margin: 0px auto;
		float: none;
	}
	
	div#ebook-fold .ebook-form{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	
	div#ebook-fold .ebook-form input.wpcf7-submit{
		margin: 0px auto;
	}
	
	.ebook-fold-inner {
    display: block;
}
	
.sub-btn {
    display: inline-block;
}
	
	
	.wpcf7 .ajax-loader {
		margin: 0 auto;
		display: block;
	}
	
	/* == == EBOOK FOLD END == == */	
	
	
/*== == Case Study == ==*/
	
	.case-studies-wrapper {
 	   background-attachment: local;
}
	

	/*== == Case Study END == ==*/

	
	
/*== == Contact Page == ==*/

.form-name, .form-email {
	width:100%;
}
	
.contact-section {
    flex-direction: column;
	text-align: center;
}
	

.contact-card,
.address-wrap{
    width: 100%;
}
	
.address-wrap ul {
    padding-left: 0px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
	
.contact-card .sub-btn {
    float: none;
    margin-left: 25px;
}
	
.address-wrap ul {
    padding-left: 0px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}
	.address-wrap ul::before {
    position: relative;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
}
/*== == Contact Page END == ==*/



}

@media (max-width: 767px) {
	
	.footer-block{
		padding: 30px 0px;
	}
.footer-block .footer-block-item {
    text-align: center;
    width: 100% !important;
    margin-right: 0px !important;
}
	
.footer-block .footer-block-item#middle {
    display: none;
}
	
.footer-block .readmore {
    float: none;
    display: block;
    margin: 20px auto 0px;
}

}


@media (max-width: 640px) {

	/*== == CASE STUDY == ==*/

    .all-post-item{
        flex: 0 0 100%;
        max-width: 400px;
        margin: 0px auto;
    }	
	.all-post-item img {
	    max-height: 300px;
}

	
		/*== == CASE STUDY END == ==*/
	
}

@media (max-width: 540px) {
    
    .title{
        font-size: 40px;
        line-height: 48px;
    }
    
    p{
        font-size: 17px;
    }
    
    /*EBOOK FOLD B*/
    div#ebook-fold-b .ebook-form .ebook-form-fields > span{
        flex: 0 0 100%;
    }
    
    div#ebook-fold-b .ebook-form .ebook-form-fields{
        flex-wrap: wrap;
    }
    
    div#ebook-fold .ebook-form .ebook-form-fields{
        flex-direction: column;
        gap: 10px;
    }
	.footer-block .footer-block-item h5{
		text-align: center;
	}
	
	.footer-block .footer-block-item#middle li {
    float: left;
    width: 100%;
    padding: 8.2px 0px;
    font-size: 17px;
    list-style-type: none;
    text-align: center;
}
	
	.footer-block .footer-block-item{
		text-align: center;
	}
	
	.footer-block .readmore{
		margin: 20px auto 0px;
	}
	
/*EBOOK FOLD*/

/*EBOOK FOLD END*/	
	
		
/*== == Case Study == ==*/
.cs-title {
    font-size: 32px;
}
	

	
/*== == Case Study END == ==*/
	
	/*== == CONTACT FORM === ==*/
	
	#sgpb-popup-dialog-main-div h3 span {
		font-size: 32px;
		line-height: 1.4;
	}

#sgpb-popup-dialog-main-div h3:has(span)  {
    font-size: 20px;
    line-height: 1.2;
}
	
	 #mobmenuleft li a, #mobmenuleft li a:visited {
		 font-weight: 700;
		 color: var(--color3);
	 }

.mobmenu-content li > .sub-menu li {
    padding-left: 0px;
}
		/*== == CONTACT FORM END == ==*/

}

@media (max-width: 480px) {
	/* == == EBOOK FOLD == == */
	
	/* == == EBOOK FOLD END == == */	
	
#contact-details > ul {
    width: 100%;
}
	.form-field.half {
    flex: 0 0 100%;
}
}
@media (max-width: 400px) {
.multi-web-footer {
    font-size: 10.5px;
}
}