@media only screen and (max-width:1280px){
/*	.banner-wrapper .banner-text {
	    bottom: initial;
	}*/
	
	.banner-wrapper .banner-text h1 {
	    font-size: 30px;
	    line-height: 40px;
	}


	.banner-wrapper .banner-text h6 {
	    font-size: 22px;
	}
	
	.banner-wrapper .banner-text h1 + h6 {
	    margin: 12px 0 0 0;
	}

	.banner-wrapper .banner-text.banner-link-bg > a{
		padding: 8px 32px;
		font-size: 14px;
	}

	/* ----- Banner type 4 ----- */
	.banner-wrapper .banner-text.bannertype4 h6{
		font-size: 20px;
	}

	.banner-wrapper .banner-text.bannertype4 p {
	    font-size: 20px;
	}

	.banner-wrapper .banner-text.bannertype5 h6{
		font-size: 20px;
	}

	.banner-wrapper .banner-text.bannertype5 p {
	    font-size: 20px;
	}

	/* school testimonial */
	
	.test-content {
	    padding: 25px 12px 15px 12px;
	}
	.test-content h6 {
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0;
	}


	/* why nmat */
	.overview-text{padding: 60px 30px 60px 30px;}

	.gmac-exam {
	    text-align: left;
	}

	.gmac-exam p br{
		display: none;
	}

	.overlap-text {
	    padding: 40px 20px 40px 20px;
	}
}


@media only screen and (max-width:1080px){

	/* start banner */
	.banner-wrapper .banner-text h1 {
	    font-size: 28px;
	    line-height: 38px;
	}
	
	.banner-wrapper .banner-text.banner-link-bg > a {
	    padding: 8px 32px;
	    font-size: 14px;
	    margin: 10px 0 0 0;
	}



	/* ----- Banner type 4 ----- */
	.banner-wrapper .banner-text.bannertype4 h1 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.banner-wrapper .banner-text.bannertype4 h1 + h6 {
		margin: 0;
	}
	.banner-wrapper .banner-text.bannertype4 h6 {
	    font-size: 18px;
	}
	.banner-wrapper .banner-text.bannertype4 h6 + p {
	    margin: 10px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype4 p {
	    font-size: 18px;
	}
	.banner-wrapper .banner-text.bannertype4 > img{
		width: 220px;
		margin: 0px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype4 span{
		font-size: 12px;
		margin: 10px 0 0 0;
	}


	.banner-wrapper .banner-text.bannertype5 h6 {
	    font-size: 18px;
	}
	.banner-wrapper .banner-text.bannertype5 h6 + p {
	    margin: 10px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype5 p {
	    font-size: 18px;
	}
	.banner-wrapper .banner-text.bannertype5 img{
		width: 220px;
		margin: 8px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype5 span{
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0 0 0;
	}

	/* End banner */

	.section-gap {
	    padding-top: 50px;
	}

	.number-counter {
	    margin-top: 40px;
	}

	.counter-item p {
	    font-size: 36px;
	}

	.counter-item span {
	    font-size: 16px;
	}

	/* Term and conditions */

	.shadow-table thead tr th {
	    font-size: 20px;
	    padding: 14px 18px;
	}
	.shadow-table tbody tr th.table-headig {
	    font-size: 16px;
	    padding: 10px 18px;
	}
	.shadow-table tbody tr td {
	    padding: 20px 18px;
	}
}

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

	.innerpage-banner {
	    margin-bottom:0px;
	}	

	.innerpage-banner > a.formlink{
		display: block;
	}

	.container-mobile{
		padding: 0px;
	}

	.page-wrapper{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.page-wrapper .page-content {
	    width: 100%;
	    padding: initial;
	    padding: 0 15px;
	}

	.page-wrapper.nosidebar{
		padding-top: 40px;
	}

	.page-wrapper .sidebar {
	    width: 100%;
	    min-width: 100%;
	    max-width: 100%;
	    margin-bottom: 40px;
	}

	.innerpage-menu{
		padding: 0 15px;
		margin: 0;
	}
	.innerpage-menu ul{
	    display: flex;
	    width: 100%;
	    overflow-x: scroll;
	}

	.slide-menu-horz{overflow-y: scroll;scrollbar-color: transparent transparent;scrollbar-width: thin;}

	.slide-menu-horz::-webkit-scrollbar {width: 1px;}


	.slide-menu-horz::-webkit-scrollbar-track {background:transparent; }


	.slide-menu-horz::-webkit-scrollbar-thumb { background:transparent; }


	.slide-menu-horz::-webkit-scrollbar-thumb:hover {background:transparent;}

	.innerpage-menu ul li{
	    margin-right: 28px;
	}

	.innerpage-menu ul li a{
		border-bottom: 1px solid transparent;
		padding: 20px 0 16px 0;
		white-space: nowrap;
		font-weight: 400;
	}	

	.innerpage-menu ul li a.active:after {
	    content: '';
	    position: absolute;
	    width: calc(100% - 20px);
	    height: 2px;
	    background: #6c9f17;
	    left: 0;
	    bottom: 0;
	}

	.sidebar-card{
		display: none;
	}

	.download-cta {
		display: flex;
		box-shadow: none;
		border: 0;
	}

	.download-cta .cta-image {
		padding: 5px;
		width: 45%;
	}
	.download-cta .cta-text {
		width: 55%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 20px 30px;
	}

	.download-cta .cta-text .cta-description > h6  {
		margin: 0;
		margin-right: 15px;
	}

	.download-cta .cta-text > a {
		margin-top: 0;
		flex: none;
	}

}	


@media only screen and (max-width:991px){

	p {
	    font-size: 14px;
	    line-height: 24px;
	}

	p.note br{
		display: none;
	}

	.gap-register {
	    padding-top: 40px;
	}

	.section-bottom-gap{
		padding-bottom: 50px;
	}

	.page-heading h4 {
	    font-size: 24px;
	}

	.sub-heading-bold > h5{
		font-size: 20px;
	}

	.register-schedule p {
	    font-size: 14px;
	    line-height: 24px;
	}

	.card-noborder .icon-card-item {
	    margin-top: 25px;
	}

	.card-noborder .icon-card-item{
		padding: 0 0 0 0;
	}

	.icon-card-item p{
		font-size: 14px;
		line-height: 24px;
	}

	.card-noborder .icon-card-item img {
	    margin-bottom: 14px;
	}


	/* test center */

	.counter-item span {
	    font-size: 14px;
	}

	.center-block {
	    margin-top: 44px;
	    margin-bottom: 20px;
	}

	.center-item > div.row > div{
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.cart-geen{
		text-align: center;
		margin-bottom: 12px;
	}

	.cart-geen h6{
		padding: 6px 0;
		margin: 0;
	}
	
	.center-place-wrapper {
	margin: 0 0 10px 0;
	}

	.cart-shadow {
	    margin: 20px 0 0 0;
	}

	.cart-shadow > div.row > div, .cart-shadow > div.row.crtshow-threebox > div:nth-child(3n+1), .cart-shadow > div.row.crtshow-threebox > div:nth-child(3n+3){
		padding: 0px 7px;
	}

	.cart-shadow > div.row.crtshow-threebox > div:nth-child(2n+1){padding-left: 15px;}
	.cart-shadow > div.row.crtshow-threebox > div:nth-child(2n+2){padding-right: 15px;}

	.cart-shadow-item {
	    margin-top: 22px;
	}

	.domestic-center p {
	    font-size: 14px;
	}


	.banner-wrapper .banner-text.bannertype4 h1{
		font-size: 20px;
	}

	.banner-wrapper .banner-text.bannertype4 h6 {
	    font-size: 16px;
	}

	.banner-wrapper .banner-text.banner-link-bg > a {
	    padding: 6px 28px;
	    font-size: 12px;
	    margin: 10px 0 0 0;
	}

	.banner-wrapper .banner-text.bannertype4 > img {
	    width: 190px;
	    margin: 0px 0 0 0;
	}


	/* Post check in */
	.post-checkin p{
		font-size: 14px;
		line-height: 24px;
	}

	.ul-bullets li{
		font-size: 14px;
		margin: 18px 0 0 0;
		line-height: 24px;
	}


	/* Admit card */
	.admit-card p {
	    margin-top: 20px;
	}

	.section-gap-admitcard{
		padding-top: 35px;
	}

	.blue-sub-heading h6{
		font-size: 16px;
		margin-bottom: 18px;
	}


	/* Term and conditions */

	.shadow-table thead tr th {
	    font-size: 18px;
	    padding: 12px 18px;
	}

	.shadow-table tbody tr th.table-headig {
	    font-size: 16px;
	    padding: 10px 18px;
	}

	.shadow-table tbody tr td {
	    padding: 20px 18px;
	}

	.shadow-table tbody tr td h6 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}

	.shadow-table tbody tr td p{font-size: 14px;line-height: 26px;}

	.notetext p {
	    font-size: 14px;
	    font-weight: 500;
	}

	/* why nmat */
	.overview-image{
		display: none;
	}

	.overview-text{
		padding: 60px 15px 60px 15px;
		width: 100%;
	}

	.overview-text p{
		font-size: 14px;
	}

	.anchor-button-list ul{
		justify-content: space-around;
		margin: 0px -5px;
		align-items:;
	}

	.anchor-button-list ul li{
		width: calc(50% - 10px);
		margin: 0px 0 10px 0;
		text-align: center;
		min-width: initial;
	}
	
	.anchor-button-list ul li:last-child, .anchor-button-list ul li:nth-child(3){
		margin-bottom: 0px;
	}

	.anchor-button-list ul li a{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.overlap-image{
		width: 50%;
	}

	.overlap-text{
		width: 50%;
		position: relative;
	}

	.gmac-exam p, .overlap-text p, .performence-view p, .bullets-list p, .convenient-text p{
		font-size: 14px;
		line-height: 24px;

	}

	.icon-card > div{
		padding: 0px 5px;
		margin-bottom: 10px;
	}

	.icon-card > div:nth-child(2n + 1){
	    padding-left: 15px;
	}
	.icon-card > div:nth-child(2n + 2){
	    padding-right: 15px;
	}

	.convenient-text{
		margin-left: -10%;
		padding: 40px 0px 30px 30px;
		width: 55%;
	}

	.bullets-list.whynmat-bullets {
	    width: 82%;
	}
	

}

@media only screen and (min-width:768px) and (max-width:990px){
    .card-box > div.row.threebox > div:nth-child(3n+1){
        padding-left: 15px;
    }

    .card-box > div.row.threebox > div:nth-child(3n+3){
        padding-right: 15px;
    }

    .card-box > div.row.fourbox > div:nth-child(3n+1){
        padding-left: 15px;
    }

    .card-box > div.row.fourbox > div:nth-child(3n+3){
        padding-right: 15px;
    }
}
@media only screen and (max-width:768px){
	/* start banner */

	.innerpage-banner h6 {
	    display: block;
	}
	.banner-wrapper .banner-text{
		top: 50px;
		left: 3%;
		width: 56%;
		transform: initial;
	}

	.banner-wrapper .banner-text h1 {
	    font-size: 36px;
	}

	.banner-wrapper .banner-text h1 br{
		display: none;
	}

	.banner-wrapper .banner-text p{
		font-size: 16px;
	}

	.banner-wrapper .banner-text p br{
		display: none;
	}

	.banner-wrapper .banner-text.banner-link-bg > a {
	    font-size: 16px;
	    margin: 18px 0 0 0;
	}

	/* ----- Banner type 2 ----- */
	.banner-wrapper .banner-text.bannertype2 {
	    top: 28%;
	}

	/* ----- Banner type 3 ----- */
	.banner-wrapper .banner-text.bannertype3{flex-wrap: wrap;}
	.banner-wrapper .banner-text.bannertype3 img{
	    width: 120px;
	    margin-bottom: 15px;
	}
	.banner-wrapper .banner-text.bannertype3 h1{
		margin-left: 0;
	}

	/* ----- Banner type 4 ----- */
	.banner-wrapper .banner-text.bannertype4{top: 50px;transform: inherit;left: 0;right: 0;text-align: center;width: 100%;}
	.banner-wrapper .banner-text.bannertype4 h1 + h6 {
	    margin: 16px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype4 h1{
		font-size: 38px;
	}
	.banner-wrapper .banner-text.bannertype4 h6{font-size: 22px;margin: 14px 0 0 0;}
	.banner-wrapper .banner-text.bannertype4 p{
		/* display: none; */
	}
	.banner-wrapper .banner-text.bannertype4 > img{
		/* display: none; */
		margin: 0px auto;
	}
	.banner-wrapper .banner-text.bannertype4 > div {
	    display: flex;
	    justify-content: center;
	    margin-right: -10px;
	}
	.banner-wrapper .banner-text.bannertype4 span{
		display: none;
	}


	.banner-wrapper .banner-text.bannertype5{bottom: 20px;transform: inherit;left: 0;right: 0;text-align: center;width: 100%;top: initial;}
	.banner-wrapper .banner-text.bannertype5 h1 + h6 {
	    margin: 16px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype5 h1{
		font-size: 38px;
	}
	.banner-wrapper .banner-text.bannertype5 h6{font-size: 22px;margin: 14px 0 0 0;}
	.banner-wrapper .banner-text.bannertype5 p{
		display: none;
	}
	.banner-wrapper .banner-text.bannertype5 img{
		display: block;
		margin: 8px auto 0;
		width: 150px;
	}
	.banner-wrapper .banner-text.bannertype5 span{
		display: block;
	}

	/* End banner */


	.testimonials-wrapper > div.row > div, .testimonials-wrapper > div.row.threebox > div:nth-child(3n+1), .testimonials-wrapper > div.row.threebox > div:nth-child(3n+3){
	    padding:initial;
	}

	.testimonials-wrapper > div.row > div{
	    padding-left: 6px;
	    padding-right: 6px;	
	}

	.testimonials-wrapper > div.row.threebox > div:nth-child(2n+1){
		padding-left: 15px;
	}

	.testimonials-wrapper > div.row.threebox > div:nth-child(2n+2){
		padding-right: 15px;
	}

	.cont-info-item-text h5 {
	    font-size: 18px;
	}

	/* Whynmat */
	.text-overlap-section {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.download-cta .cta-image {
	    width: 40%;
	}
	.download-cta .cta-text {
	    width: 60%;
        padding: 5px;
	}


}



@media only screen and (min-width:575px) and (max-width:767px){
    .card-box > div.row.threebox > div:nth-child(2n+1){
        padding-left: 15px;
    }

    .card-box > div.row.threebox > div:nth-child(2n+2){
        padding-right: 15px;
    }

    .card-box > div.row.fourbox > div:nth-child(2n+1){
        padding-left: 15px;
    }

    .card-box > div.row.fourbox > div:nth-child(2n+2){
        padding-right: 15px;
    }
}

@media only screen and (max-width:750px){
	/* Whynmat */
	.green-heading > h6 {
	    font-size: 20px;
	}
	.anchor-button-list ul li a {
	    font-size: 14px;
	}
	.overlap-image {
	    width: 100%;
	}
	.overlap-text {
	    width: calc(100% - 50px);
	    box-shadow: 0px 1px 8px 3px #0000000f;
	    margin: -40px 0 0 0;
	}
	.performence-view p br, .admissions-accept p br{
		display: none;
	}

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

	.convenient-image, .convenient-text, .bullets-list.whynmat-bullets {
	    width: 100%;
	    margin: 0;
	}

	.convenient-text {
	    padding: 40px 0px 30px 0px;
	}

	.custom-table tr td{
		font-size: 13px;
		min-width: 280px;
		line-height: 20px;
	}

}

@media only screen and (max-width:667px){
.formpage-communication-preferances section p {
    font-size: 18px;
}	
.hs-form-style .hs-form-field {
    display: block;
}
.hs-form-style .hs-form-field input.hs-input {
    width: 100%;
    max-width: 100%;
}
.hs-form-style .hs-form-field div.input {
    width: 100%;
    max-width: 100%;
}
.hs-form-style .hs-form-field > label {
    margin: 0 0 4px 0;
    width: 100%;
}	
.hs-form-style .hs-form-booleancheckbox .hs-form-booleancheckbox-display input {
    width: 35px;
}
.hs-form-style .hs-button {
    font-size: 12px;
    padding: 11px 16px 10px;
}
.testimonial-text p {
    padding: 0;
}
}

@media only screen and (max-width:575px){
	.banner-wrapper .banner-text h1 br{
		display: none;
	}
	.banner-wrapper .banner-text h1{
		font-size: 32px;
	}

	/* ----- Banner type 3 ----- */
	.banner-wrapper .banner-text.bannertype3 {
	    width: calc(100% - 30px);
	}
	.banner-wrapper .banner-text.bannertype3 img{
		width: 80px;
	}
	/* ----- Banner type 4 ----- */
	.banner-wrapper .banner-text.bannertype4 {
	    top: 30px;
	}
	.banner-wrapper .banner-text.bannertype4 h1 {
	    font-size: 30px;
	}
	.banner-wrapper .banner-text.bannertype4 h6 {
	    font-size: 18px;
	}
	.banner-wrapper .banner-text.bannertype4 h1 + h6 {
	    margin: 12px 0 0 0;
	}
	.banner-wrapper .banner-text.banner-link-bg > a {
	    font-size: 15px;
	    margin: 15px 0 0 0;
	    padding: 8px 20px 5px 20px;
	}

	/* ----- Banner type 5 ----- */
	.banner-wrapper .banner-text.bannertype5 h1 {
	    font-size: 25px;
	}
	.banner-wrapper .banner-text.bannertype5 h6 {
	    font-size: 16px;
	}
	.banner-wrapper .banner-text.bannertype5 span{
		font-size: 14px;
	}
	.banner-wrapper .banner-text.bannertype5 h1 + h6 {
	    margin: 12px 0 0 0;
	}

	.custom-dropdown .btn {
	    padding: 9px 15px 8px 16px;
	    font-size: 14px;
	    min-width: 140px;
	}
	
	.innerpage-menu ul li {
	    margin-right: 22px;
	}
	
	.innerpage-menu ul li a{
		font-size: 14px;
		padding: 14px 0 11px 0;
	}

	.download-cta {
		flex-wrap: wrap;
	}

	.download-cta .cta-image {
	    width: 100%;
	    padding: 10px 15px 5px;
	}
	.download-cta .cta-text {
	    width: 100%;
        padding: 5px 15px 10px
	}

	.section-gap {
	    padding-top: 30px;
	}


	/* Test center */
	.domestic-center h4 + .center-block {
	    margin-top: 30px;
	}
	
	.number-counter div.row > div:last-child .counter-item{
	   margin-bottom: 0;
	}
	.counter-item {
		text-align: center;
	}	

	.cart-shadow-item {
	    margin: 0 0 8px 0;
	}

	.international-center > h4 + .cart-shadow {
	    margin: 30px 0 0 0;
	}

	/* official guide */
	.official-guide h6 {
	    margin-top: 30px;
	    font-size: 16px;
	}

	/* Admit card */
	.column-divide {
	    column-count: initial;
	    column-gap: initial;
	}

	.download-form h5 {
	    margin-bottom: 20px;
	}

	/* school testimonial */
	.school-testimonials{
	    padding-left: 0;
	    padding-right: 0;
	}
	.testimonials-wrapper > div.row > div, .testimonials-wrapper > div.row.threebox > div:nth-child(3n+1), .testimonials-wrapper > div.row.threebox > div:nth-child(3n+3) {
	    padding: initial;
	}

	.testimonials-wrapper > div.row > div{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* student testimonial */

	.logos-testimonail {
	    margin-top: 30px;
	}

	.blue-sub-heading h6.logoheading{
		display: block;
	}

	.sub-heading-bold h5.logoheading {
	    display: block;
	}

	.collage-logo{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.collage-logo a{
		width: calc(33.33% - 9px);
	}

	.student-testimonial{margin-top: 10px;}
	
	.student-testimonial.blue-sub-heading > h6{
		display: none;
	}

	.student-testimonial h5{
		display: none;
	}

	/* hear from school */
	.card-box > div.row > div{
	    padding: 0;
	    margin-top: 0;
	}


	.card-item , .card-item:hover{
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}

	.card-box > div.row > div:first-child .card-item{
		border-top: 1px solid #e7e7e7;
	}

	.card-item:hover {
	    border-color: #e7e7e7;
	}

	.card-item{
		display: flex;
		padding: 0px 15px;
	}
	.card-item .card-img{
		width: 35%;
		border-right: 1px solid #e7e7e7;
		margin: 0;
		padding: 25px 0px;
		display: flex;
		align-items: center;
	}

	.card-item .card-content{
		padding: 25px 20px;
		width: 65%;
	}


	/* Hear from school */
	.card-item .card-content p{
		font-size: 16px;
	}
	.card-item .card-content p br{
		display: none;
	}
	.card-item .card-content a{
		font-size: 13px;
	}
	.card-item .card-content a img{
		width: 16px;
		margin: 0px 0 0 6px;
	}

	/* Privacy policy */

	.cont-info-item {
	    padding: 24px 18px;
	}

	.cont-info-item-text h6 br{
		display: none;
	}

	/* whynmat */	
	.green-heading > h6 {
	    font-size: 18px;
	}

	.select-dropdown {
	    position: relative;
	}
	
	.select-dropdown:after {
	    top: 12px;
	}

	.select-dropdown select {
	    font-size: 15px;
	    padding: 9px 14px 8px 14px;
	}

}

@media only screen and (max-width:575px){
	/* Test Center */

	.counter-item p {
	    font-size: 30px;
	    text-align: left;
	}
	.counter-item span {
	    font-size: 13px;
	    text-align: left;
	}
	.cart-geen h6 {
	    font-size: 16px;
	}

	.center-place-wrapper .center-place-item a {
	    font-size: 13px;
	    color: #7f7e7e;
	    padding: 10px 9px 7px 9px;
	    box-shadow: 0 4px 5px #0000000f;
	}
	
	.cart-shadow-item{padding: 21px 15px 29px;}
	.cart-shadow-item h6 {
	    font-size: 22px;
	}
	.cart-shadow-item p {
	    font-size: 20px;
	}

	/* Test score */
	.test-score p.shadow-para{
	    -webkit-box-shadow: 1px 2px 5px #0000000f;
	    -moz-box-shadow: 1px 2px 5px #0000000f;
	    box-shadow: 1px 2px 5px #0000000f;
	    padding: 25px;
	}

	/* whynmat */

	.overview-text {
	    padding: 0px 15px;
	    background: none;
	}
	.overview-text:before{
		display: none;
	}
	.gmac-exam h4 br{
	    display: none;
	}

	.icon-card > div, .icon-card > div:first-child, .icon-card > div:nth-child(2n + 1), .icon-card > div:nth-child(2n + 2){
		padding: 0px 15px;
	}

	.sitemap > div.row {
	    margin: 0 0 15px 0;
	}
	.sitemap a {
	    font-size: 14px;
	}

	.sitemap-heading a {
    	font-size: 18px;
	}
}

@media only screen and (max-width:480px){

	.banner-wrapper .banner-text h1{
		font-size: 26px;
		line-height: 30px;
	}

	/* ----- Banner type 4 ----- */
	.banner-wrapper .banner-text.bannertype4{
		/* top: 15px; */
	}
	.banner-wrapper .banner-text.bannertype4 h1 {
	    font-size: 24px;
	}
	.banner-wrapper .banner-text.bannertype4 h1 sup{
		font-size: 12px;
	}
	.banner-wrapper .banner-text.bannertype4 h6{font-size: 15px;}
	.banner-wrapper .banner-text.bannertype4 h1 + h6 {
	    margin: 3px 0 0 0;
	}

	.banner-wrapper .banner-text.banner-link-bg > a{
		font-size: 12px;
		margin: 11px 0 0 0;
		padding: 6px 16px 6px 16px;
	}

	.banner-wrapper .banner-text.bannertype4 p {
	    margin: 0;
	    display: none;
	}
	

	.banner-wrapper .banner-text.bannertype4 p.sml {
	    display: block;
	}
	
	.innerpage-banner > a.formlink{
		padding: 5px 10px;
		font-size: 18px;
	}

	.page-heading h4 {
	    font-size: 22px;
	}

	.table-green thead th{
		font-size: 15px;
		padding: 8px 16px 8px 16px;
	} 
	.table-green td {
	    padding: 12px 12px 9px 18px;
	    font-size: 13px;
	}

	.test-score .table-green + p{
		margin-top: 26px;
	}

	.page-heading > h5 {
	    font-size: 18px;
	    color: #043053;
	    line-height: 26px;
	}
	.page-heading > p + h5 {
	    margin: 26px 0 0 0;
	}
	.page-heading > h4 + h5 {
    	margin: 26px 0 0 0;
 	}

 	/* term and conditions */
	.shadow-table thead tr th {
	    font-size: 18px;
	    padding: 12px 18px;
	}
	.shadow-table tbody tr td{
	    padding: 20px 10px;
	}
	.notetext {
	    padding: 20px 10px 0;
	}


	/* School testimonial */
	.test-content h6{
		line-height: 22px;
	}

	/* whynmat */
	.anchor-button-list ul li a {
	    font-size: 12px;
	    padding: 10px;
	}

	.overlap-text {
	    width: calc(100% - 30px);
	    padding: 26px 20px;
	}

}

@media only screen and (max-width:420px){
	/* Test Center */
	.center-item > div.row > div, .center-item > div.row > div:first-child, .center-item > div.row > div:last-child{
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.center-item > div.row > div{
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.cart-shadow-item{padding: 18px 12px 18px;}
	.cart-shadow-item h6 {
	    font-size: 20px;
	}
	.cart-shadow-item p {
	    font-size: 18px;
	}

	/* whynmat */
	.icon-card-item {
	    padding: 30px 15px 30px 15px;
	}
	.icon-card-item h6 {
	    font-size: 16px;
	    line-height: 22px;
	}
}

@media only screen and (max-width:380px){
	/* Start Banner */
	.innerpage-banner > a.formlink{
		font-size: 16px;
		padding: 4px 10px;
	}
	.banner-wrapper .banner-text{
		top: 22px;
	}
	.banner-wrapper .banner-text h1 {
	    font-size: 24px;
	    line-height: 28px;
	}


	.banner-wrapper .banner-text.bannertype5 {
	    bottom: 15px;
	    top: initial;
	}
	.banner-wrapper .banner-text.bannertype5 h1 + h6{
		margin: 8px 0 0 0;
	}
	.banner-wrapper .banner-text.bannertype5 img {
	    width: 130px;
	}
	.banner-wrapper .banner-text.bannertype5 h6 {
	    font-size: 14px;
	}
	.banner-wrapper .banner-text.bannertype5 span {
	    font-size: 12px;
	}

	.banner-wrapper .banner-text.bannertype4 {
	     top: 15px; 
	}
	.banner-wrapper .banner-text.banner-link-bg > a {
	    font-size: 12px;
	    margin: 6px 0 0 0;
	    padding: 6px 16px 6px 16px;
	}
	/* End Banner */


	.cart-shadow > div.row.crtshow-threebox > div{
		flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0px 15px !important;
	}

	.download-cta .cta-text .cta-description > h6 {
		font-size: 14px;
	}
	.download-cta .cta-text > a {
		font-size: 10px;
		padding: 8px 12px;
	}
}