|
|
|
@ -75,7 +75,7 @@ h2{ |
|
|
|
|
|
|
|
|
|
.mobile-nav-icon { |
|
|
|
|
width: 3rem; |
|
|
|
|
height: 2rem; |
|
|
|
|
height: 3rem; |
|
|
|
|
color: #212529; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -106,8 +106,8 @@ h2{ |
|
|
|
|
Responsive Codes |
|
|
|
|
======================================= */ |
|
|
|
|
|
|
|
|
|
/* 980px */ |
|
|
|
|
@media (max-width: 62em) { |
|
|
|
|
/* 1024px */ |
|
|
|
|
@media (max-width: 64em) { |
|
|
|
|
html { |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
} |
|
|
|
@ -116,7 +116,6 @@ Responsive Codes |
|
|
|
|
z-index: 999; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.header .logo { |
|
|
|
|
width: 40%; |
|
|
|
|
} |
|
|
|
@ -370,7 +369,7 @@ Responsive Codes |
|
|
|
|
text-align: center; |
|
|
|
|
padding: 20px; |
|
|
|
|
width: 90%; |
|
|
|
|
min-height: 300px; |
|
|
|
|
min-height: 350px; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); |
|
|
|
|
border-radius: 16px; |
|
|
|
@ -1381,9 +1380,6 @@ Responsive Codes |
|
|
|
|
background: #296AC7; |
|
|
|
|
} |
|
|
|
|
.footer-text{ |
|
|
|
|
margin-top: 4px; |
|
|
|
|
margin-left: 56px; |
|
|
|
|
margin-bottom: -16px; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
} |
|
|
|
|
.footer-text p{ |
|
|
|
@ -1394,3 +1390,134 @@ Responsive Codes |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
/* Footer Css */ |
|
|
|
|
|
|
|
|
|
/* mobile view css */ |
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 480px) { |
|
|
|
|
.about-icons-section{ |
|
|
|
|
grid-template-columns: 1fr; |
|
|
|
|
} |
|
|
|
|
.services-section, |
|
|
|
|
.blog-section, |
|
|
|
|
.study-australia-desc, |
|
|
|
|
.study-sydney-section, |
|
|
|
|
.study-melbourne-section, |
|
|
|
|
.study-detail-section, |
|
|
|
|
.scholarship-section, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.about-header-section, |
|
|
|
|
.why-et, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.blogs-section, .why-et, |
|
|
|
|
.blog-detail-section, |
|
|
|
|
.faq-section, |
|
|
|
|
.why-us-section, |
|
|
|
|
.testimonials-section, |
|
|
|
|
.footer-top{ |
|
|
|
|
padding: 2rem; |
|
|
|
|
} |
|
|
|
|
.services-content, |
|
|
|
|
.testimonials-desc { |
|
|
|
|
margin-right: 0; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|
.why-us-section::before{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.why-us-img, |
|
|
|
|
.blog-header p{ |
|
|
|
|
padding: 0; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|
.service-card{ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.footer-text, |
|
|
|
|
.footer-links{ |
|
|
|
|
margin: 0 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* mobile view css end */ |
|
|
|
|
/* ipad, tablets screen css */ |
|
|
|
|
@media only screen and (min-width: 481px) and (max-width: 768px) { |
|
|
|
|
.about-icons-section{ |
|
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
|
} |
|
|
|
|
.services-section, |
|
|
|
|
.blog-section, |
|
|
|
|
.study-australia-desc, |
|
|
|
|
.study-sydney-section, |
|
|
|
|
.study-melbourne-section, |
|
|
|
|
.study-detail-section, |
|
|
|
|
.scholarship-section, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.about-header-section, |
|
|
|
|
.why-et, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.blogs-section, .why-et, |
|
|
|
|
.blog-detail-section, |
|
|
|
|
.faq-section, |
|
|
|
|
.why-us-section, |
|
|
|
|
.testimonials-section, |
|
|
|
|
.footer-top{ |
|
|
|
|
padding: 3rem; |
|
|
|
|
} |
|
|
|
|
.service-card{ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.why-us-section::before{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.services-content, |
|
|
|
|
.testimonials-desc { |
|
|
|
|
margin-right: 0; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* ipad, tablets screen css ends */ |
|
|
|
|
/* Small screens, laptops css */ |
|
|
|
|
@media only screen and (min-width: 769px) and (max-width: 1024px) { |
|
|
|
|
.about-icons-section{ |
|
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
|
} |
|
|
|
|
.services-section, |
|
|
|
|
.blog-section, |
|
|
|
|
.study-australia-desc, |
|
|
|
|
.study-sydney-section, |
|
|
|
|
.study-melbourne-section, |
|
|
|
|
.study-detail-section, |
|
|
|
|
.scholarship-section, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.about-header-section, |
|
|
|
|
.why-et, |
|
|
|
|
.student-visa-section, |
|
|
|
|
.blogs-section, .why-et, |
|
|
|
|
.blog-detail-section, |
|
|
|
|
.faq-section, |
|
|
|
|
.why-us-section, |
|
|
|
|
.testimonials-section, |
|
|
|
|
.footer-top{ |
|
|
|
|
padding: 3rem; |
|
|
|
|
} |
|
|
|
|
.why-us-section::before{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.service-card{ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.services-content, |
|
|
|
|
.testimonials-desc { |
|
|
|
|
margin-right: 0; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* Small screens, laptops css ends */ |
|
|
|
|
/* Desktops, large screens css */ |
|
|
|
|
@media only screen and (min-width: 1025px) and (max-width: 1200px) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
/* Desktops, large screens css ends */ |
|
|
|
|
/* Extra large screens, TV css */ |
|
|
|
|
@media screen and (min-width: 1201px) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
/* Extra large screens, TV css ends */ |