@media (min-width: 1200px) {
  .about_sec .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.mail_icon_top {
  position: relative;
}

/* .about_sec .icon-box:hover {
  background: #009786;
} */

/* .about_sec .icon-box:hover .title a,
.about_sec .icon-box:hover .icon {
  color: #077d70;
} */

@media (max-width: 1200px) {
  .about_sec::after {
    display: none;
  }

  .txt_bnt_text {
    top: 15%;
  }

  /* #main::after {
    content: '';
    background-image: url(../images/about_top_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 443px;
    height: 223px;
  } */

  .count_section {
    position: relative;
    top: 0;
    display: flex;
    text-align: center;
  }

  .hero-counter-wrap {
    margin-top: 20px;
  }

}

@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }

  .breadcrumbs .page-header h2 {
    font-size: 30px;
  }

  .txt_bnt_text {
    top: 8%;
  }

  .Login-box,
  .reg-box {
    margin-top: 30px !important;
  }

  .count_section {
    position: relative;
    top: 0;
    display: flex;
    text-align: center;
	margin-bottom: 20px;
  }

  .hero-counter-wrap {
    margin-top: 20px;
  }

  .services .service-item img {
    width: 100%;
    height: 135px;
  }

  .txt_bnt_text p {
    font-size: 16px;
    line-height: 16px;
  }

  .txt_bnt_text h5 {
    font-size: 26px;
  }

  .playtore_Sec::before {
    display: none;
  }

  .footer .copyright,
  .quick-links {
    text-align: center;
  }

  #sidebar-nav {
    display: none;
  }

  .examTitleDetailsContainer .examTitleDetails {
    position: static;
  }
}


@media (max-width: 780px) {
  .w50.img-1 {
    display: none;
  }

  .breadcrumbs .page-header h2 {
    font-size: 28px;
  }

  .w50 {
    width: 100%;
    height: 0px;
  }

  .txt_bnt_text p {
    color: var(--color-default);
    font-size: 14px;
    line-height: 18px;
  }

  .txt_bnt_text .cnt.col-md-6 {
    background: #ffffffc4;
    padding: 20px;
    height: 200px;
    width: 70%;
    overflow: hidden;
  }

  .txt_bnt_text h5 {
    color: var(--color-default);
    font-size: 26px;
    text-transform: uppercase;
  }

  .txt_bnt_text {
    z-index: 1;
    width: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .news span {
    font-size: 18px;
  }

  .latest_news a {
    font-size: 14px;
  }

}

@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }

  .breadcrumbs .page-header h2 {
    font-size: 26px;
  }

  .programs_sec .blog-details .meta-top ul li+li {
    padding-left: 0px;
    margin-top: 10px;
  }

  .programs_sec .blog-details .title {
    font-size: 24px;
  }

  .Login-box,
  .reg-box {
    height: 100%;
  }

  .Login-box::after,
  .reg-box::after {
    background-size: cover;
  }

  .mail_icon_top::after {
    position: absolute;
    content: '';
    right: -3px;
    width: 2px;
    height: 20px;
    background-color: #b0b3b2;
  }

  .newsletter-form .th-btn span {
    display: none;
  }

  .newsletter-form .th-btn {
    min-width: 20px;
  }

  .section-header p {
    font-size: 20px;
  }

  .section-header h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .services {
    padding: 30px 0;
  }

  .Title_sec {
    padding-bottom: 30px;
  }

  .team_sec {
    padding: 30px 0;
  }

  .call-to-action .container {
    padding: 30px 30px;
  }

  .jc_center {
    justify-content: center;
  }

  .footer-contact {
    margin-top: 0px;
  }

}

@media (max-width: 560px) {

  .playtore_Sec {
    padding: 40px 0px 40px;
  }

  .call-to-action {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .testimonials {
    padding-bottom: 20px;
  }

  .footer {
    padding: 30px 0px 0;
  }

}

@media (max-width: 430px) {

  .header .logo img {
    width: 70%;
  }

  .w50 {
    width: 100%;
    height: 150px;
  }

  .txt_bnt_text {
    display: none
  }

  .footer::before {
    display: none;
  }

  .ml25 {
    margin-left: 0px;
  }

  .footer .btn-play_store {
    margin: 5px 0px;
  }

  .call-to-action .container {
    padding: 20px 10px;
  }

  .call-to-action h3 {
    font-size: 18px;
  }

  .call-to-action p {
    line-height: 16px;
  }
}

@media (max-width: 387px) {
  .btn-play_store {
    margin-top: 10px;
  }
}