* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  font-family: "poppins", sans-serif;
}

/* nav */

.banner-image a img {
  width: 70px;
}
.banner-navbar ul li {
  display: inline-block;
  margin: 0px 15px;
}
.banner_section {
  display: flex;
  padding: 7px 30px;
  align-items: center;
  justify-content: space-between;
}
.banner-image {
  display: flex;
  align-items: center;
}
.banner_section a {
  text-decoration: none;
}
.banner-image h2 {
  margin: 0px 15px;
  color: #fafafa;
}
.banner-navbar ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #201f1f;
}

.banner-icons a:nth-child(1):hover,
.footer.social a:hover:nth-child(2) {
  color: #1077f0;
  transition: 0.9s;
}

.banner-navbar ul li a:hover {
  color: #e7353d;
  border-bottom: 3px solid #deec2f;
  padding-bottom: 5px;
  transition: 0.2s;
}
.banner-icons.banner-navbar a {
  font-size: 1.7rem;
  margin: 0px 7px;
  color: #fafafa;
}
.banner-icons a {
  color: #000;
  font-size: 1.7rem;
  margin: 0px 7px;
}
.banner-icons a:nth-child(1):hover,
.footer.social a:hover:nth-child(2) {
  color: #1077f0;
  transition: 0.3s;
}
.banner-icons a:nth-child(2):hover,
.footer.social a:hover:nth-child(3) {
  color: #ff2775;
  transition: 0.3s;
}
.banner-icons a:nth-child(3):hover,
.footer.social a:hover:nth-child(4) {
  color: #fe0000;
  transition: 0.3s;
}
.banner-icons a:nth-child(4):hover,
.footer.social a:hover:nth-child(5) {
  color: #229af0;
  transition: 0.3s;
}
.menu-line {
  width: 20px;
  height: 3px;
  background: #fff;
  margin-bottom: 3px;
}
.menu {
  cursor: pointer;
  display: none;
}

.article-0 {
  background-image: url(/image/aram_home_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -20px;
}
.banner_content h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 50px;
  color: antiquewhite;
  width: 8ch;
  overflow: hidden;
}
.banner_content {
  padding-left: 150px;
  padding-top: 100px;
  padding-bottom: 190px;
}

.banner_content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #cf2323;
}
.banner_content h3 {
  font-weight: 100;
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 15px;
  color: #000;
}
.banner_content p span {
  display: block;
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: black;
  font-weight: 600;
}
.banner_content button {
  margin: 25px 0px;
  padding: 10px 60px;
  font-size: 1.3rem;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: #fafafa;
  background-color: #cf2323;
  margin-top: 40px;
}
.banner_content button:hover {
  transition: 0.9s;
  background-color: #ffbd2b;
}
/* article-1 */

.quick_enquiry {
  display: flex;
  padding: 26px 0px;
  align-items: center;
  justify-content: space-around;
  border: 1px solid transparent;
  box-shadow: 0px 3px 49px #00000029;
  margin: 0px 68px;
  background-color: #fff;
  position: relative;
  bottom: 65px;
}
.qui_enq_form input {
  padding: 10px 20px;
  margin-right: 20px;
  position: relative;
}
.qui_enq_form input:focus {
  background-color: aliceblue;
  border: 0px;
}
.qui_enq_form button {
  padding: 9px 42px;
  font-size: 16px;
  font-weight: 600;
  background-color: #e5323a;
  color: #fafafa;
  border: transparent;
  cursor: pointer;
  border-radius: 5px;
}

.qui_enq_form button:hover {
  background-color: #229af0;
  transition: 0.8s;
}
.qui_enq_form {
  display: flex;
}
.qui_enq_content h3 {
  font-size: 1.4rem;
  color: #e5323a;
}
.qui_enq_content h2 {
  font-size: 1.8rem;
  line-height: 40px;
}

/* article-2 */

.article-2 {
  padding: 0px 80px 40px 40px;
}
.article-2 h1 {
  text-align: center;
}
.article-2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-block: 25px;
  color: #1077f0;
}
/* box-section */
.main-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 35px;
  padding-top: 80px;
  row-gap: 30px;
}
#sub-1,
#sub-2,
#sub-3,
#sub-4,
#sub-5 {
  display: none;
}
.sub-box1 {
  flex: 0 0 17%;
}
.sub-box1 h3 {
  text-align: center;
  display: inline;
}
.main a {
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid antiquewhite;
  background-color: antiquewhite;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 0 15px gray;
  display: inline-block;
}
.main {
  text-align: center;
}
.sub-box1 a:hover {
  background-color: #aca6b9;
}
.sub-box1 a:focus {
  background-color: #a5cde9;
}
.sub-box1 a i {
  color: #cf2323;
  padding-left: 15px;
}
.tamil {
  padding: 10px 10px;
}
.Maths {
  padding: 10px 8px;
}
.Hindi {
  padding: 10px 11px;
}
.sub-1 ul li::marker {
  color: #cf2323;
  font-size: 18px;
}
.sub-1 {
  padding-block: 40px;
}
.sub-1 ul li {
  padding-block: 8px;
}
/* .crt {
    padding-left: 25px;
} */
.sub-1 {
  border: 8px solid rgb(251, 252, 253);
  padding: 20px;
  padding-left: 35px;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgb(68, 69, 69);
  margin-top: 40px;
}

.sub--1 {
  display: none;
}

/* article-3 */

.article-3 {
  padding: 120px 80px 150px;
}
.about_section {
  display: flex;
  justify-content: center;
  column-gap: 100px;
}
.about_container {
  flex-basis: 44%;
  position: relative;
}
.banner_img img {
  width: 100%;
  box-shadow: 0px 3px 49px #00000029;
  border-radius: 10px;
}
.bottom_img {
  position: relative;
}

.bottom_img img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: -140px;
  left: 410px;
  box-shadow: 0px 3px 49px #00000029;
}
.about_container h3 {
  font-size: 36px;
  color: #e5323a;
  line-height: 32px;
  padding-bottom: 20px;
}
.about_container h3::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #1077f0;
  left: 2%;
  top: 10%;
}
.about_content p {
  padding-block: 15px 20px;
  font-size: 17px;
  line-height: 30px;
}
.about_content button {
  padding: 9px 42px;
  font-size: 16px;
  font-weight: 600;
  background-color: #e5323a;
  color: #fafafa;
  border: transparent;
  cursor: pointer;
  border-radius: 5px;
}
.about_content button:hover {
  background-color: #229af0;
  transition: 0.8s;
}

/* article-4 */
.article-4 {
  padding: 80px 0px;
  background-color: #ede5da;
  position: relative;
}

.article-4 h3 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 40px;
}
.article-4 h3::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: #1077f0;
  left: 44%;
  top: 17%;
}
.sub-box4 img {
  filter: drop-shadow(2px 4px 6px black);
  padding-left: 70px;
}
.sub-box4 {
  flex: 0 0 29%;
  background-color: #fafafa;
  padding-block: 35px 35px;
  padding-inline: 40px;
  border-radius: 10px;
}
.main-box4 {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-block: 40px 25px;
}
.sub-box4:hover {
  background-color: #b9b9df;
  transition: 0.5s;
}
.sub-box4 p {
  padding-top: 35px;
  line-height: 30px;
  text-align: justify;
}

/* article-5 */

.article-5 {
  padding: 80px 80px;
  position: relative;
}
.article-5 h3 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 40px;
}
.article-5 h3::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: #1077f0;
  left: 44%;
  top: 17%;
}
.main-box5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-box5 {
  flex-basis: 31%;
  border: 1px solid transparent;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px 45px;
  text-align: center;
  background-color: #293048;
  box-shadow: 0px 3px 49px #00000029;
}
.sub-box5 .icon {
  font-size: 3rem;
  padding-bottom: 20px;
  color: azure;
}
.sub-box5 p {
  font-size: 17px;
  color: #ffffff;
  line-height: 30px;
}

/* article-6 */

.article-6 {
  padding: 80px;
  position: relative;
}
.article-6 h2 {
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}
.article-6 > p {
  font-size: 18px;
  line-height: 28px;
  padding-block: 25px;
  text-align: center;
}
.article-6 h2::after {
  content: "";
  position: absolute;
  left: 44%;
  top: 16%;
  width: 200px;
  height: 3px;
  background-color: #1077f0;
}
.testimonial-info {
  padding: 50px 15px;
  border: 2px solid transparent;
  border-radius: 10px;
  position: relative;
  margin: 0px 15px;
  box-shadow: 0px 3px 49px #00000029;
  padding-top: 100px;
  background-color: #fff;
  /* width: 400px; */
  margin-top: 100px;
  margin-bottom: 40px;
}
.testimonial-info p span {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 27px;
  text-align: start;
}
.parents-info {
  text-align: center;
  padding-top: 20px;
}
.parents-info h4 {
  font-size: 36px;
}
.parents-info p {
  font-size: 18px;
}
.testimonial-info p::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 25px;
  color: cornflowerblue;
  font-size: 60px;
}
.testimonial-info p::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 25px;
  color: cornflowerblue;
  font-size: 60px;
}
.testimonial-info label {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  color: #1077f0;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  text-align: end;
}
.testimonial-info label:hover {
  color: #fe0000;
  transition: 0.5s ease-in-out;
}
.test_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 29%;
  top: -90px;
}
.test_img img {
  width: 170px;
  height: 170px;
  border: 3px solid rgb(138, 177, 251);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 3px 19px #00000029;
  padding-top: 9px;
  padding-left: 2px;
  background-color: rgb(248, 246, 246);
}
.box-6 {
  text-align: end;
  padding-right: 20px;
}
.box-6 a {
  color: #1077f0;
}
.box-6 a:hover {
  color: #e5323a;
}
.content_info,
.content_info1,
.content_info2,
.content_info3,
.content_info4,
.content_info5,
.content_info6,
.content_info7 {
  display: none;
}

#box-0 {
  padding-top: 27px;
}
#box-2 {
  padding-top: 27px;
}
#box-6 {
  padding-top: 27px;
}
#box-3 {
  padding-top: 27px;
}
#box-4 {
  padding-top: 27px;
}

/* article-7 */
.article-7 {
  padding-block: 40px;
}
.students_review_section {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  flex-wrap: wrap;
}
.stu_review {
  flex-basis: 25%;
  border: 1px solid transparent;
  padding: 25px 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: bisque;
}
.stu_review iframe {
  width: 100%;
}
.stu_review h4 {
  color: #e5323a;
  text-align: center;
  margin-top: 10px;
}
.heading h2 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 35px;
}

/* article-8 */

.article-8 {
  padding: 80px;
  position: relative;
  background-color: #ede5da;
  align-items: center;
}

.contact_home h2 {
  text-align: center;
  font-size: 34px;
}
.contact_home h2::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 3px;
  background-color: #1077f0;
  left: 45%;
  top: 13%;
}
.contact_container {
  padding: 70px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_container::after {
  position: absolute;
  content: "";
  height: 72%;
  background: #1e1e1b;
  width: 1px;
  left: 50%;
  transform: translateX(-40%);
}
.contact_container .contact_info {
  flex-basis: 45%;
  padding: 0px 25px;
  position: relative;
}
.contact_info h3 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 80px;
}
.contact_info h3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #1077f0;
  left: 40%;
  top: 8%;
}
.email_info h5,
.call_info h5,
.social_info h5 {
  font-size: 20px;
  line-height: 36px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.email_info a {
  text-decoration: none;
  color: #1077f0;
  padding-left: 20px;
}
.email_info a:hover {
  color: #cf2323;
}
.hello {
  padding-bottom: 10px;
}
.div {
  padding-top: 10px;
}
.email_info,
.call_info,
.social_info {
  position: relative;
  margin: 0px 100px;
  margin-bottom: 20px;
}
.email_info h5::before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  left: -17px;
}
.call_info h5::before {
  content: "\f095";
  font-family: FontAwesome;
  position: absolute;
  left: -17px;
}
.social_info h5::before {
  content: "\f14d";
  font-family: FontAwesome;
  position: absolute;
  left: -17px;
}
.contact_info:nth-child(2) {
  padding: 45px 90px;
  box-shadow: 0 0 5px 2px #b5b5b54a;
  border-radius: 20px;
  background-color: #fff;
}
.call_info a {
  font-size: 18px;
  padding-left: 15px;
  text-decoration: none;
}
.social_info a {
  padding-left: 15px;
  font-size: 25px;
}
.contact_info label {
  display: block;
  font-weight: 600;
}
.contact_info input,
.contact_info select {
  outline: 0px;
  border: 2px solid #e6e3f1;
  padding: 7px 10px;
  width: 100%;
  margin: 8px 0px;
  background-color: #f4f6f7;
  height: 37px;
}
.form-item {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.form-item input {
  flex: 0 0 49%;
}

.phones {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.phones select {
  flex: 0 0 31%;
}
.phones input {
  flex: 0 0 68%;
}

.name input:nth-child(1) {
  margin-right: 2px;
}
.button input {
  width: 30%;
  color: white;
  background-color: rgb(238, 38, 38);
  font-size: 20px;
  padding: 5px 0px;
  border-radius: 5px;
  border: 1px solid rgb(238, 38, 38);
  margin-left: 70%;
}

.button input:hover {
  background-color: #229af0;
  transition: 0.5s;
  border: 1px solid#229af0;
}
.country_time {
  position: relative;
}

.country {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.country select {
  flex: 0 0 68%;
}
.country input {
  flex: 0 0 31%;
}

/* footer */

.article-9 {
  padding: 40px 0 20px;
  background-color: #1e1e1b;
}
.footer_container {
  display: flex;
  padding: 7px 30px;
  padding-top: 15px;
  justify-content: space-between;
}
.footer {
  flex-basis: 23%;
  text-align: center;
}
.footer.image h2 {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
}
.footer.image img {
  width: 80px;
}
.footer.image h3 {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  font-weight: 100;
}
.footer.subjects {
  color: #fff;
  text-align: center;
}
.footer_sub {
  text-align: center;
}
.footer.subjects h3,
.footer.contactus h3,
.footer.social h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.footer a {
  text-decoration: none;
}

.footer.subjects a h4 {
  font-size: 17px;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 15px;
  text-align: center;
}
.footer.subjects a h4:hover {
  color: #2f57ef;
  transition: 0.9s;
}
.footer.contactus {
  text-align: center;
  color: #fff;
}
.footer.contactus a {
  display: block;
  font-size: 20px;
  margin: 6px 0px;
  color: #e2e0e5;
  padding-bottom: 10px;
}
.footer.contactus a:hover {
  color: red;
}
.footer.social {
  text-align: center;
  z-index: 999;
  position: relative;
}
.footer.social a {
  color: #fff;
  font-size: 26px;
  padding: 0px 9px;
}
.social a:nth-child(1):hover {
  font-size: 10px;
}

/* header */
#banner-icons a {
  color: white;
}

#banner-icons a:nth-child(1):hover,
.footer.social a:hover:nth-child(2) {
  color: #1077f0;
  transition: 0.3s;
}
#banner-icons a:nth-child(2):hover,
.footer.social a:hover:nth-child(3) {
  color: #ff2775;
  transition: 0.3s;
}
#banner-icons a:nth-child(3):hover,
.footer.social a:hover:nth-child(4) {
  color: #fe0000;
  transition: 0.3s;
}
#banner-icons a:nth-child(4):hover,
.footer.social a:hover:nth-child(5) {
  color: #229af0;
  transition: 0.3s;
}

/* about us */

.article-11 {
  padding: 80px;
  text-align: center;
}
.article-11 h1 {
  text-align: center;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 25px;
}
.article-11 p {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
  padding-inline: 100px;
}

/* magazine page */

.magazine_section {
  padding: 35px 68px;
}
.magazines {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.magazine_section h1 {
  font-size: 35px;
  text-align: center;
}
.magazine {
  flex-basis: 32%;
  padding: 10px;
  border: 1px solid transparent;
  box-shadow: 0 0 5px 2px #b5b5b54a;
  text-align: center;
}
.magazine img {
  width: 100%;
}
.magazine button {
  padding: 7px 20px;
  border: 1px solid blue;
  background-color: transparent;
  margin: 15px 0px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
}
.magazine button:hover {
  background-color: blue;
  color: #fafafa;
  transition: 0.3s ease-in-out;
}

.slick-arrow::before {
  color: #000;
  font-size: 30px;
  position: absolute;
  left: -6px;
}
.article-6 {
  background-color: #dddfe2;
}

@media screen and (min-width: 340px) and (max-width: 700px) {
  * {
    font-size: 15px;
  }
  .container h1 {
    font-size: 22px;
  }
  .container h3 {
    font-size: 18px;
  }
  .container h2 {
    font-size: 20px;
  }

  .banner_section {
    display: flex;
    justify-content: space-around;
    column-gap: 0px;
    position: relative;
    padding-inline: 10px;
    background-image: linear-gradient(
      to right,
      rgb(22, 22, 246),
      rgb(42, 159, 165)
    );
  }
  .banner-navbar ul li {
    display: block;
    list-style-type: none;
    padding: 15px 115px;
    border: 1px solid;
    background-color: burlywood;
    margin: 0px;
  }
  .banner-navbar {
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 2;
    align-items: center;
    margin: 0px;
    padding-left: 10px;
  }
  .banner-navbar {
    display: none;
  }
  .banner-icons {
    display: none;
  }
  .banner-image {
    align-items: start;
  }
  .banner-image a img {
    width: 25px;
  }
  .menu {
    display: block;
  }
  /* .banner-icons a:nth-child(1){
        color:#1077f0 ;
    }
    .banner-icons a:nth-child(2){
        color:#ff2775 ;
    }
    .banner-icons a:nth-child(3){
        color:#fe0000 ;
    }
    .banner-icons a:nth-child(4){
        color:#229af0 ;
    } */
  .banner_content h2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .banner_content h3 {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
  }
  .banner_content p span {
    line-height: 8px;
    padding-bottom: 10px;
    font-size: 8px;
  }
  .banner_content button {
    margin-top: 5px;
    font-size: 16px;
    padding: 6px 20px;
  }
  .article-0 {
    background-position: 0px 25px;
  }

  .banner_content {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  /* article-1 */
  .quick_enquiry {
    flex-direction: column;
    padding-block: 40px;
    text-align: center;
    margin: 65px 30px 0;
    box-shadow: 0 0 10px rgb(122, 121, 121);
  }
  .qui_enq_form {
    flex-direction: column;
  }
  .qui_enq_form input {
    margin-block: 10px 20px;
  }
  .qui_enq_form button {
    margin-left: -10px;
  }

  /* article-2 */

  .article-2 {
    padding: 0px 5px 30px 5px;
    align-items: center;
  }

  .main-box2 {
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 50px;
    padding-top: 20px;
    align-items: center;
  }
  .sub-box1 {
    flex: 1 1 35%;
  }
  .crt ul li {
    padding: 20px;
  }
  .sub-box1 a {
    padding: 9px 100px;
    display: inline-block;
  }
  .sub-box1 a i {
    font-size: 17px;
  }
  .crt {
    align-items: center;
  }
  .sub-1 {
    margin-inline: 20px;
  }
  .main {
    padding: 0px 25px;
  }

  /* article-3 */
  .article-3 {
    padding: 30px 10px;
    text-align: center;
  }
  .about_section {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
    padding: 15px;
  }
  .bottom_img img {
    display: none;
  }
  .about_container h3::after {
    display: none;
  }
  .about_container h3 {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 10px;
  }

  /* article-4 */

  .article-4 {
    padding: 30px 0;
  }
  .article-4 h3 {
    padding: 15px;
    font-size: 22px;
  }
  .main-box4 {
    flex-direction: column;
    padding: 20px;
    row-gap: 50px;
  }
  .article-4 h3::after {
    display: none;
  }
  .article-5 h3::after {
    display: none;
  }
  .sub-box4 img {
    padding-left: 0px;
    padding-right: 20px;
  }

  /* article-5 */

  .article-5 {
    padding: 30px 10px;
    text-align: center;
  }
  .main-box5 {
    text-align: center;
    justify-content: center;
  }
  .sub-box5 {
    flex: 0 0 80%;
    padding: 15px;
  }
  .fa-solid {
    font-size: 35px;
  }

  /* article-6 */

  .article-6 h2::after {
    display: none;
  }
  .test_img img {
    width: 140px;
    height: 140px;
  }

  /* article-7 */

  .article-6 {
    padding: 20px 10px;
  }
  .stu_review {
    flex: 0 0 85%;
    width: 100%;
    column-gap: 10px;
  }
  .stu_review iframe {
    height: 280px;
  }
  .students_review.heading h2 {
    font-size: 22px;
  }

  /* article-8 */
  .contact_container {
    padding: 20px 10px;
  }
  .email_info,
  .call_info,
  .social_info {
    margin: 0px 0px;
  }
  .contact_info {
    padding: 30px 15px;
  }
  .email_info h5,
  .call_info h5,
  .social_info h5 {
    padding-bottom: 15px;
  }
  .contact_info h3 {
    padding-bottom: 20px;
    text-align: start;
  }
  .social_info i {
    padding-bottom: 50px;
    font-size: 25px;
  }
  .contact_info label {
    font-size: 16px;
  }
  .contact_info input,
  .contact_info select {
    width: 100%;
  }

  .contact_info:nth-child(2) {
    padding: 40px 30px;
  }
  .phones {
    display: flex;
    justify-content: center;
    column-gap: 5px;
  }
  .phones select {
    flex: 0 0 31%;
  }
  .phones input {
    flex: 0 0 68%;
  }
  .name input {
    width: 49%;
  }

  .contact_home h2::after {
    display: none;
  }
  .contact_info h3::after {
    display: none;
  }
  .contact_home h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .contact_info h3 {
    color: #1077f0;
  }
  .button {
    position: static;
  }
  .button input {
    margin-left: 70%;
    width: 30%;
  }

  /* footer */

  .article-8 {
    padding: 30px 10px;
  }
  .contact_container::after {
    display: none;
  }
  .contact_container {
    flex-direction: column;
  }
  .footer_container {
    flex-direction: column;
  }
  .footer.contactus {
    padding-bottom: 20px;
  }
  .footer.subjects {
    padding-bottom: 20px;
  }
  .fa-brands {
    font-size: 25px;
  }

  /* magazines */
  .magazine_section {
    padding: 30px 15px;
  }

  .magazines {
    flex-direction: column;
    row-gap: 50px;
  }
  .magazine_section h1 {
    padding-top: 50px;
  }
  .contact_home {
    margin-top: 50px;
  }

  .article-11 {
    padding: 30px 10px;
    text-align: center;
  }
  .article-11 h1 {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  .article-11 p {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    padding-inline: 10px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1070px) {
  * {
    font-size: 18px;
  }
  .container h1 {
    font-size: 24px;
  }
  .container h3 {
    font-size: 20px;
  }
  .container h2 {
    font-size: 22px;
  }

  .banner_section {
    display: flex;
    justify-content: space-between;
    column-gap: 0px;
    position: relative;
    padding-inline: 30px;
    background-image: linear-gradient(
      to right,
      rgb(22, 22, 246),
      rgb(42, 159, 165)
    );
  }
  .banner-navbar ul li {
    display: block;
    list-style-type: none;
    padding: 15px 138px;
    border: 1px solid;
    background-image: linear-gradient(
      to right,
      rgb(22, 22, 246),
      rgb(42, 159, 165)
    );
    margin: 0px;
  }
  .banner-navbar {
    position: absolute;
    top: 41px;
    right: 0px;
    z-index: 2;
    align-items: center;
    margin: 0px;
    padding-left: 10px;
  }
  .banner-navbar {
    display: none;
  }

  .banner-image {
    align-items: start;
  }
  .banner-image a img {
    width: 25px;
  }
  .menu {
    display: block;
  }
  .banner-icons a:nth-child(1) {
    color: #1077f0;
  }
  .banner-icons a:nth-child(2) {
    color: #ff2775;
  }
  .banner-icons a:nth-child(3) {
    color: #fe0000;
  }
  .banner-icons a:nth-child(4) {
    color: #229af0;
  }
  .banner_content h2 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .banner_content h3 {
    line-height: 20px;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .banner_content p span {
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .banner_content button {
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 25px;
  }
  .article-0 {
    background-position: 0px 25px;
  }

  .banner_content {
    padding-left: 40px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  /* article-1 */
  .quick_enquiry {
    flex-direction: column;
    padding-block: 40px;
    text-align: center;
    margin: 65px 30px 0;
    box-shadow: 0 0 10px rgb(122, 121, 121);
  }
  .qui_enq_form {
    flex-direction: column;
  }
  .qui_enq_form input {
    margin-block: 10px 20px;
  }
  .qui_enq_form button {
    margin-left: -10px;
  }

  /* article-2 */

  .article-2 {
    padding: 0px 40px 40px 40px;
  }
  .article2 {
    padding-bottom: 10px;
  }
  .main-box2 {
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: center;
    row-gap: 70px;
    padding-top: 20px;
  }
  .sub-box1 {
    flex: 0 0 45%;
  }
  .article-6 h2::after {
    display: none;
  }
  .about_container h3::after {
    display: none;
  }
  .crt ul li {
    padding: 20px;
  }
  .crt {
    align-items: center;
  }
  .about_section {
    flex-direction: column;
    row-gap: 50px;
  }
  .test_img {
    position: absolute;
    left: 35%;
  }
  .main a {
    padding: 8px 99px;
    display: inline-block;
  }

  .sub-box1 i {
    font-size: 20px;
  }
  /* article-4 */
  .article-4 {
    padding: 30px 15px;
  }
  .article-4 h3 {
    padding: 15px;
    font-size: 22px;
  }
  .main-box4 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .sub-box4 {
    flex: 0 0 48%;
  }
  .article-4 h3::after {
    display: none;
  }
  .article-5 h3::after {
    display: none;
  }
  /* article-5 */

  .article-5 {
    padding: 30px 20px;
    text-align: center;
  }
  .main-box5 {
    text-align: center;
    justify-content: center;
    column-gap: 20px;
  }
  .sub-box5 {
    flex: 0 0 48%;
    padding: 15px;
  }
  .fa-solid {
    font-size: 35px;
  }
  .test_img img {
    width: 140px;
    height: 140px;
  }

  /* article-6 */
  .article-6 {
    padding: 40px 25px;
  }
  .stu_review {
    flex: 0 0 45%;
    width: 100%;
    column-gap: 10px;
  }
  .stu_review iframe {
    height: 280px;
  }
  .students_review.heading h2 {
    font-size: 22px;
  }
  /* article-8 */

  .contact_container {
    padding: 20px 10px;
  }
  .email_info,
  .call_info,
  .social_info {
    margin: 0;
  }
  .contact_info {
    padding: 30px 15px;
  }
  .email_info h5,
  .call_info h5,
  .social_info h5 {
    padding-bottom: 15px;
  }
  .contact_info h3 {
    padding-bottom: 20px;
    text-align: start;
  }
  .social_info i {
    padding-bottom: 50px;
    font-size: 25px;
  }
  .contact_info label {
    font-size: 16px;
  }
  .contact_info input,
  .contact_info select {
    width: 100%;
  }

  .contact_info:nth-child(2) {
    padding: 40px 90px;
  }

  .name input {
    width: 49%;
  }

  .country_time {
    position: relative;
  }

  .contact_home h2::after {
    display: none;
  }
  .contact_info h3::after {
    display: none;
  }
  .contact_home h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .contact_info h3 {
    color: #1077f0;
  }
  .button {
    position: static;
  }
  .button input {
    margin-left: 70%;
    width: 30%;
  }
  .sub-box4 img {
    padding-left: 0px;
  }

  .contact_container::after {
    display: none;
  }
  .contact_container {
    flex-direction: column;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .test_img {
    position: absolute;
    left: 38%;
  }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
  .bottom_img img {
    position: absolute;
    left: 65%;
  }
}

@media screen and (min-width: 905px) and (max-width: 1100px) {
  .bottom_img img {
    position: absolute;
    left: 75%;
  }
  .main-box2 {
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: center;
    row-gap: 70px;
    padding-top: 20px;
  }
  .sub-box1 a i {
    font-size: 20px;
  }
  .sub-box1 {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .bottom_img img {
    position: absolute;
    left: 45%;
  }
  .main-box2 {
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: center;
    row-gap: 70px;
    padding-top: 20px;
  }
  .sub-box1 {
    flex: 0 0 45%;
  }
  .sub-box1 a i {
    font-size: 20px;
  }
  .contact_info {
    padding: 30px 15px;
  }
  .email_info h5,
  .call_info h5,
  .social_info h5 {
    padding-bottom: 15px;
  }
  .contact_info h3 {
    padding-bottom: 20px;
    text-align: start;
  }
  .social_info i {
    padding-bottom: 50px;
    font-size: 25px;
  }
  .contact_info label {
    font-size: 16px;
  }
  .contact_info input,
  .contact_info select {
    width: 88%;
  }

  .button input {
    width: 40%;
  }
  .button {
    align-items: center;
    padding-left: 40px;
  }
  .country_time {
    position: relative;
  }
  .time input {
    position: absolute;
    width: 35%;
    left: 53%;
    top: 18px;
  }
  .country select {
    width: 50%;
  }
  .contact_home h2::after {
    display: none;
  }
  .contact_info h3::after {
    display: none;
  }
  .contact_home h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .contact_info h3 {
    color: #1077f0;
  }
  .button input {
    font-size: 20px;
    color: #fff;
    background-color: #e5323a;
    border: transparent;
    padding: 9px 20px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    width: 30%;
  }
  .button {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .bottom_img img {
    position: absolute;
    left: 50%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .bottom_img img {
    position: absolute;
    left: 58%;
  }
}
@media screen and (min-width: 560px) and (max-width: 700px) {
  .test_img {
    position: absolute;
    left: 35%;
    top: -90px;
  }
  .sub-box4 img {
    padding-left: 65px;
  }
}
