/* #a23c08 */


a {
  text-decoration: none;
}

/*body, html {*/
/*  overflow-x: hidden !important;*/
/*}*/




.btn-main a {
  width: 170px;
  background: #f10f24;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 18px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: 0.3s all;

}

.bg-main {
  /* background-image: url('../images/main-banner.png'); */
  background: linear-gradient(0deg, #00000080, #00000080), url('../images/main-banner.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.right-bar a {
  width: 60%;
}

.call-right-bar {
  background: linear-gradient(0deg, #00000080, #00000080), url('../images/sales.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 
.call-right-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
} */

.btn-theme {
  background: #f10f24;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 18px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: 0.3s all;
}

.btn-theme:hover {
  background-color: #2190bc;
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; */
  box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
  transition: 0.3s all;
}

.btn-theme-secondary {
  background: #2190bc;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 18px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: 0.3s all;
}

.btn-theme-secondary:hover {
  background: #f10f24;
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; */
  box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
  transition: 0.3s all;
}

.text-primary {
  color: #f10f24 !important;
}


.nav-link {
  color: #2190bc;
  font-weight: 600;
}

.nav-link.active {
  color: #2190bc !important;
  font-weight: 700;
}

.bg-blue {
  background-color: #2190bc !important;
  ;
}


.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 75px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #f10f24;
  z-index: 9999;
  position: relative;
}

.timeline-block-right .marker {
  left: -26px;
}

.timeline i {
  padding-top: 18px;
  color: #fff;
  font-size: 27px;
  font-weight: 200;
}

.timeline-block-right i {
  padding-left: 19px;
}

.timeline-block-left .marker {
  right: -26px;
}

.timeline-block-left i {
  padding-right: 19px;
}


.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}


@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

.timeline {
  margin: auto;
  position: relative;
  overflow: hidden;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1
}

.zoom-1 {
  zoom: 1.1;
}

.border-primary {
  border-color: #004a5f !important;
}

.text-torquise {
  color: #004a5f !important;
}

.pk_testimonial_grid {
  padding: 4em 2em 2em;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  margin-top: 5rem;
}

.pk_testimonial_grid_pos {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25%;
  left: 0%;
}

.pk_testimonial_grid_pos img {
  margin: 0 auto;
}

.br-50 {
  border-radius: 50px;
}

.mt-50 {
  margin-top: -50px;
}

.pd-secondary {
  padding: 1rem 3.5rem;
}

.rounded-secondary {
  border-radius: 45px;
}

.br-blog {
  border-radius: 30px;
}

.blog img {
  border-color: #000 !important;
}

.bg-brown {
  background-color: #f10f24;
}

.text-blue {
  color: #2190bc !important;
}

.text-brown {
  color: #f10f24 !important;
}

.bg-blue {
  background-color: #2190bc !important;
}

.br-right {
  border-right: 1px solid gray;
}

.hr-border {
  color: #fff;
  width: 50px;
  border-width: 2px;
  margin: 8px 0;
  opacity: 1;
}

.contact {
  color: #fff;
}

/* .contact a {
  font-weight: 600;
} */

.SocialIcons i.fa {

  /* margin-right: 5px; */
  /* padding: 10px; */
  color: #2190bc;
  background: #ffffff;
  padding: 10px;
  font-size: 18px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50px;
  transition: 0.3s all;
}

.SocialIcons i.fa:hover {

  transition: 0.3s all;
  background: #f10f24;
  color: #fff;

}


.contact-form {
  padding: 35px;
  box-shadow: 0 10px 50px 0 rgba(26, 46, 85, .1);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}



.price {
  list-style-type: none;
  border-radius: 8px;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);

  overflow: hidden;
}

.price:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.price .scroll {
  overflow-y: scroll;
  max-height: 75vh;
}

/* width */
.price .scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.price .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.price .scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.price .scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.price .header {
  background-color: #2190bc;
  color: white;
  /* font-size: 25px; */
  font-size: 22px;
  border-radius: 8px 8px 0 0;
  border: 0px;
  text-align: center;
  padding: 20px;
}

.price .header-primary {
  background-color: #f10f24;
  color: white;
  font-size: 25px;
  border-radius: 8px 8px 0 0;
  border: 0px;
  text-align: center;
  padding: 20px;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* Feature Box
---------------------*/
.feature-box-1 {
  background: #2190bc;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}


.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #f10f24;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  top: -5px;
}

.feature-box-1:hover h6 {
  color: #ffffff;
}

.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.section {
  padding: 50px 0;
  position: relative;
}

.section-title {
  padding-bottom: 45px;
}

.section-title h2 {
  font-weight: 700;
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}




/* twistyBRAT ];) */

.timeline-c {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline-c::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #2190bc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.box-conteiner {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.box-conteiner.left {
  left: 0;
}

.box-conteiner.right {
  left: 50%;
}

.box-conteiner::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #2190bc;
  border-radius: 16px;
  z-index: 1;
}

.box-conteiner.right::after {
  left: -8px;
}

.box-conteiner::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #2190bc;
  z-index: 1;
}

.box-conteiner.right::before {
  left: 8px;
}

.box-conteiner .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.box-conteiner.left .date {
  right: -75px;
}

.box-conteiner.right .date {
  left: -75px;
}

.box-conteiner .icon {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 18px 0;
  top: calc(50% - 30px);
  background: #fff;
  border: 2px solid #2190bc;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #2190bc;
  z-index: 1;
}

.box-conteiner.left .icon {
  right: 56px;
}

.box-conteiner.right .icon {
  left: 56px;
}

.box-conteiner .content {
  background: #f10f24;
  position: relative;
  border-radius: 8px;
  color: #fff;
}

.box-conteiner.right .content {
  padding: 30px 30px 30px 100px;
}

.box-conteiner.left .content {
  padding: 30px 100px 30px 30px;
}

.box-conteiner.right .content p {
  text-align: start;
}

.box-conteiner.left .content p {
  text-align: end;
}

.box-conteiner .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.box-conteiner .content p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .timeline-c::after {
    left: 90px;
  }

  .box-conteiner {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .box-conteiner.right {
    left: 0%;
  }

  .box-conteiner.left::after,
  .box-conteiner.right::after {
    left: 82px;
  }

  .box-conteiner.left::before,
  .box-conteiner.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .box-conteiner.left .date,
  .box-conteiner.right .date {
    right: auto;
    left: 15px;
  }

  .box-conteiner.left .icon,
  .box-conteiner.right .icon {
    right: auto;
    left: 146px;
  }

  .box-conteiner.left .content,
  .box-conteiner.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

.ofuqal-bg {
  background: url("../images/brooke-cagle--uHVRvDr7pg-unsplash.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.TopTeacherTrainingBg {
  background: url("../images/christina-wocintechchat-com-7JGjoSVfIDM-unsplash.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* https://academist.qodeinteractive.com/wp-content/uploads/2018/06/courses-1.jpg */

.TopTeacherTrainingBg2 {
  background: url("../images/1664878419507.JPEG");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.TopTeacherTrainingBg3 {
  /* background: url("../images/beuher.jpg"); */
  background: url("https://academist.qodeinteractive.com/wp-content/uploads/2018/06/courses-1.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-box {
  padding: 30px;
  min-height: 320px;
}

.icon-box .icon {
  padding: 10px;
  filter: brightness(0) invert(1);
}

.icon-box2 {
  padding: 30px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box2 .icon {
  width: 160px;
}

.icon-box2 .icon img {
  width: 100%;
}

.inner-banner {
  /* height: 45vh; */
  height: 30vh;
}

.inner-banner-blog {
  /* height: 45vh; */
  height: 40vh;
}

.qtsBgHero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/qtsherobg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}


.col_white_amrc {
  color: #FFF;
}

.footer_amrx {
  width: 100%;
  /* background-color: #263238; */
  background-color: #2190bc;
  color: #ffffff;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

.footer_amrx a {
  color: #ffffff;
}

.footer_amrx li a {
  color: #ffffff;
}

.footer_amrx li {
  color: #ffffff;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

.footer_amrx p {
  font-size: 13px;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: rgba(255, 255, 255, 0.89);
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: rgba(255, 255, 255, 0.89);
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #CCC;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.navbar-brand {
  /* width: 200px; */
  width: 160px;
  /* margin-bottom: -60px; */
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar span h3 {
  font-size: 2.5rem !important;
}

/* 
.navbar-brand {
  width: 150px;
} */

.chart-img {
  height: 650px;
  max-height: 700px;
  margin: 0 auto;
}

.chart-img img {
  /* width: 100%; */
  height: 100%;
}


#svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

#svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.disabled {
  display: none;
}

section {
  padding: 50px;
  /* max-width: 300px; */
  /* margin: 30px auto; */
  transition: transform 0.2s ease-in-out;
}

.card_blog img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.card_blog {
  display: flex;
  flex-direction: column;
  /* width: clamp(20rem, calc(20rem + 2vw), 22rem); */
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  background: #fff;
  /* background: linear-gradient(to right, #FFFFFF, #ECE9E6); */
  border: 0;

}

.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.card__body.text-trancate .heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__body.text-trancate p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.tag+.tag {
  margin-left: .5em;
}

.tag-blue {
  background: #2190bc;
  /* background: linear-gradient(to bottom, #2F80ED, #56CCF2); */
  color: #fafafa;
}

.tag-brown {
  background: #cb2d3e;
  /* background: linear-gradient(to bottom, #FFD194, #D1913C); */
  color: #fafafa;
}

/* .tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
} */

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: .5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info>small {
  color: #666;
}

.chart-edu {
  overflow: hidden;
}

.chart-edu .table {
  min-width: 1920px;
}

.chart-edu .scroll-xx {
  overflow-x: scroll;
}

/* width */
.chart-edu .scroll-xx::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.chart-edu .scroll-xx::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.chart-edu .scroll-xx::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.chart-edu .scroll-xx::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.blogPostFeatureImage {
  background: url("https://21ceducation.org/wp-content/uploads/2020/11/fffff.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blogPostFeatureImage2 {
  background: url("https://21ceducation.org/wp-content/uploads/2020/11/ffffff-1024x683.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blogPostFeatureImage3 {
  background: url("https://21ceducation.org/wp-content/uploads/2020/11/fffff-1.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

















/* --------- RESPONSIVE STYLE --------- */


@media only screen and (max-width: 540px) {


  .topbar ul {
    flex-direction: column;
  }

  /*.navbar .navbar-brand {*/
  /*  width: 120px;*/
  /*}*/

  .navbar span.NavHeading {
    display: none;
  }

  .responsive-mobile.hero .col-md-7 {
    padding: 30px !important;
  }

  .responsive-mobile.hero .col-md-7 .content h5 {
    font-size: 1rem;
  }

  .responsive-mobile.hero .col-md-5.bg-main {
    padding: 50px 0;
  }

  .responsive-mobile.hero .col-md-5.bg-main .right-bar .btn-theme {
    font-size: 12px;
  }

  .responsive-mobile.top-teach-training .row .col h1.display-4 {
    font-size: calc(1rem + 1vw);
  }

  .responsive-mobile.top-teach-training .row .col h4 {
    font-size: calc(0.7rem + .5vw);
  }

  .responsive-mobile.top-teach-training .row.mt-md-4.mt-2.py-md-5.py-3 {
    padding: 0 10px;
  }

  .responsive-mobile.top-teach-training .icon-box {
    min-height: 200px;
  }

  .responsive-mobile.top-teach-training .icon-box .icon {
    width: 90px;
    margin: auto;
  }

  .responsive-mobile.top-teach-training .icon-box .heading h6 {
    font-size: 0.9rem;
  }

  .ofuqal.responsive-mobile .col-md-7 {
    padding: 30px !important;
  }

  .ofuqal.responsive-mobile .bg-white.p-4.rounded-2.mt-5.w-50.d-flex.align-items-center.justify-content-between {
    display: block;
    width: 100% !important;
  }

  .ofuqal.responsive-mobile .w-50 img {
    height: 50px;
  }

  .responsive-mobile.Timeline .row h1.display-4 {
    font-size: calc(1rem + 1vw);
  }

  .responsive-mobile.Timeline .timeline-c .box-conteiner.left,
  .responsive-mobile.Timeline .timeline-c .box-conteiner {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .responsive-mobile.Timeline .box-conteiner.left .content,
  .responsive-mobile.Timeline .box-conteiner.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 6px;
  }

  .responsive-mobile.Timeline .timeline-c::after {
    left: 0;
  }

  .responsive-mobile.Timeline .box-conteiner.left::before,
  .responsive-mobile.Timeline .box-conteiner.right::before {
    left: 10px;
  }

  .responsive-mobile.Timeline .box-conteiner.left::after,
  .responsive-mobile.Timeline .box-conteiner.right::after {
    left: -8px;
  }

  .responsive-mobile.Timeline .box-conteiner.left .icon,
  .responsive-mobile.Timeline .box-conteiner.right .icon {
    left: 18px;
  }

  .responsive-mobile.Timeline .box-conteiner .content p {
    font-size: 12px;
    text-align: start;
  }

  .responsive-mobile.TopTeacherTrainingDetail .row {
    padding: 30px !important;
  }

  .mobile-reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-responsive.CTA .content .right-bar {
    flex-direction: column !important;
  }

  .mobile-responsive.CTA .content .right-bar a {
    margin-bottom: 10px;
    width: 100%;
  }

  .mobile-responsive.CTA .col-md-4.px-0.bg-main {
    padding: 160px;
  }

  .foote_bottom_ul_amrc {
    display: flex;
    flex-direction: column;
  }

  .foote_bottom_ul_amrc li {
    margin-bottom: 8px;
  }


  .inner-banner {
    height: 40vh;
  }

  .inner-banner h1.display-2 {
    font-size: calc(1rem + 3vw);
  }

  .inner-banner h4 {
    font-size: calc(1rem + .3vw);
  }

  .partnership-mobile-responsive .row .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .chart-img {
    width: 100%;
    max-height: 350px;
    margin: 0 auto;
  }

  .partnership-mobile-responsive2 .container-fluid {
    padding: 30px !important;
  }

  .partnership-mobile-responsive2 .display-4 {
    font-size: calc(0.7rem + 1vw);
  }

  .price {
    margin-bottom: 20px;
  }

  .partnership-mobile-responsive2 .row.bg-light {
    padding: 30px !important;
  }

  .icon-box2 {
    margin: 15px;
  }

  .TeacherEnquiryForm h1.display-4 {
    font-size: calc(1rem + 2vw);
  }

  .TeacherEnquiryForm h5 {
    width: 80% !important;
    font-size: 0.8rem;
  }

  .TeacherEnquiryForm h6 {
    width: 80% !important;
    font-size: 0.8rem;
  }

  .TeacherEnquiryForm p {
    font-size: 12px;
    width: 80%;
    margin: auto;
  }

  .TeacherEnquiryForm .container section {
    padding: 20px !important;
  }

  .TeacherEnquiryForm .container .row .col-12 p {
    margin: auto !important;
  }



}