.hero-banner-main {padding: 33px 0 36px 0;}
.intro-features-grid {margin: 0 0 5.7% 2.7%;}


.intro{padding: 98px 0 0 0 !important;}
.intro-btm .btn .button {border-radius: 0; min-width: 352px; margin: 0 16px;}
.intro-features {margin: 0 0 14px;}

.cta-main {background: transparent;}
.cta-inner-wrap {flex-direction: row-reverse;}
.cta-txt h2 {padding-right: 70px;}

/*-- media css starts here --*/
@media only screen and (max-width: 1100px){
	
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.intro-btm .btn .button {min-width: 322px;}
	
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
	
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
	.hero-banner-main small {margin-bottom: 23px;}
	.hero-banner-main {padding:64px 0 36px 0;}
	.hero-banner-main h1 {line-height:1.1; letter-spacing:2px; margin-bottom: 24px;}
	.hero-banner-main p {margin-bottom: 25px;}
	
	
	
	.intro {padding: 54px 0 42px;}
	.intro-lt small {margin-bottom: 8px;}
	.intro-features-grid .thumb {margin: 0 0 16px 0;}
	.intro-features-grid h6 {margin-bottom: 9px;}
	.intro-features {margin: 0 0 14px;}
	.intro-features-grid {margin-left: 0;}
	
	.intro-btm .btn .button {margin: 0 0 24px 0; min-width: inherit; width: 100%; border-radius: 4px;}
	.cta-txt {padding: 28px 30px 40px 20px;}
	
}

.mission-vision-values .container-md {
    border-top: 1px solid rgba(117, 117, 117, .25);
    margin-top: 65px;
    padding-top: 67px;
}


.mv-buttons.text-center {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 98px;
}
.mv-buttons a.admission_popup.button {
    width: 350px;
}

.mv-buttons a.button.grey {
    width: 350px;
}

.mv-col h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 300;
}
.mv-col p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.mv-values h2.text-center {
    text-align: center;
}
.value-box {
 max-width: 400px;
 padding-bottom: 30px;
}
.value-box .icon {
  margin-bottom: 15px;
}
.value-box .icon img {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
  background-color: #E77723;
  padding: 15px;
  border-radius: 50%;
}
.value-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.value-box p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.value-box h6 {padding-top: 20px;padding-bottom: 10px;}
.values-grid.flex.wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: start;
    text-align: center;
    margin-bottom: 40px;
}
.mv-top.flex.flex-vcenter {
    display: grid;grid-template-columns: repeat(2, 1fr);
	 gap: 40px;
	 margin-bottom: 50px;
	 justify-content: space-between;
	 justify-items: center;
}
.mv-values h2.text-center {
    text-align: center;
}
.mv-col h2 {
    text-align: center;
}
.mv-col p {
    text-align: center;
}
.mv-col {
    background: #fff;
    padding: 30px;
}

@media (max-width: 768px) {
    .values-grid.flex.wrap {
        grid-template-columns: 1fr;
		gap: 10px;
    }

    .mv-top.flex.flex-vcenter {
        grid-template-columns: 1fr;
        gap: 10px;
}
.value-box {
  padding: 10px;
}
.value-box h6{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mv-buttons.text-center {
    display: block;
    text-align: center;
}
.mv-buttons a.admission_popup.button {
    font-size: 12px;
}

.mv-buttons a.button.grey {
    margin: 20px 0;
    font-size: 12px;
}

}
