* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
body{
  font-family: sans-serif;
}
header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  padding: 5px 0px;
}
.navbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.navbox_inner{
  width: 48%;
}
.hero_inner1{
  position: relative;
  padding-right: 50px;
}
.logobox img{
  width: 90px;
}
.phonebox{
  text-align: right;
}
.phonebox a {
  display: inline-block;
  background: #b23139;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  transition: .5s;
}
.phonebox a:hover{
  background: #083764;
}
.phonebox a i{
  font-size: 20px;
}
.bg_heroSection{
  background-image: linear-gradient(to right, #fff1e8, #fff7f2, #b23139);
  padding:30px 0px;
}
.heroBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero_inner{
  width:49%;
}
.heading1{
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
}
.highlights {
    color: #b23139;
}
.parap1{
  color: #969696;
  font-size: 30px;
  line-height: 32px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.form_section{
  padding: 20px 30px;
  background: #fff;
}
.formTitle{
  font-weight: 700;
  font-size: 27px;
}
.textfill{
  color: #969696;
  margin-bottom: 15px;
}
.from_group{
  margin-bottom: 10px;
}
.inputGroup input{
  padding:10px 0px;
  border-left: 0;
  border-radius: 0
}
.inputGroup span{
  background: 0;
  border-radius: 0
}
.form-control:focus{
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
  border-left: 0;
}
.from_group select{
  width: 100%;
  border: 1px solid #ced4da;
  padding:13px 0px;
  outline: none;
  padding-left: 30px;
  color: #212529b3;
}
.selectIcon{
  position: absolute;
  top: 11px;
  left: 10px;
}
.form_group_btn button{
  border:0;
  display: inline-block;
  background: #b23139;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  transition: .5s;
}
.bg_counter{
  padding: 50px 0px;
}
.counter-box {
    text-align: center;
    box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    height: 120px;
    padding: 10px 5px;
}
.counter_inner_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: .2s;
  margin: auto;
}
.counter_inner_img img {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter_inner2 .counter {
  display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #191e44;
    margin-top: 10px;
    line-height: 17px;
}
.counter_inner2 p {
    font-weight: 600;
    font-size: 12px;
}
.counter_inner2 .plus_icon {
    font-size: 36px;
    font-weight: bold;
}
.ratingImg img{
  width: 60%;
  margin-top:33px;
}
.headingTitle{
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: auto;
  width: 700px;
  padding-bottom: 30px;
}
.bg_target{
  padding: 0px 0px 50px 0px;
}
.navPill{
  justify-content: center;
  gap:15px;
}
.navPill .nav-link{
  font-weight: 700;
  border: 1px solid #b23139;
  border-radius: 0;
  padding: 11px 20px;
  color:#b23139;
}
.navPill .nav-link.active, .navPill .show>.nav-link{
  background: #b23139;
  border-radius: 0;
  padding: 11px 20px;
}
.tabContent{
  border:1px solid #b23139;
  box-shadow: 0 20px 40px 0 #b231393d;
  padding: 20px 25px;
  position: relative;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-next:hover{
  background: #b23139;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-next span{
  position: relative;
  top: -12px;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-prev:hover{
  background: #b23139;
}
.owlCarouelBx .owl-carousel .owl-nav button.owl-prev span{
  position: relative;
  top: -12px;
}
.h4-color-title{
  font-weight: 600;
  font-size: 32px;
  text-align: left;
  margin-bottom: 10px;
}
.title1{
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
.apply_now_btn a{
  display: inline-block;
  text-decoration: none;
  background: #b23139;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  padding: 13px 20px;
  color: #fff;
  transition: .5s;
}
.apply_now_btn a:hover{
  background: #083764;
}
.yourSuccess{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.status_green{
  display: flex;
  border-radius: 20px;
  border: 1px solid #f2c84b;
  background: #fef9ea;
  padding: 20px;
  gap: 18px;
  width: 26%;
  font-size: 16px;
  font-family: 'Merriweather Sans';
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.main_pre{
  font-size: 27px;
  margin-top: 30px;
  position: relative;
}
.green-color{
  font-weight: 600;
}
.status_blue{
  display: flex;
  border-radius: 20px;
  border: 1px solid #1b4762;
  background: #778e9b33;
  padding: 20px;
  gap: 18px;
  width: 33%;
  font-size: 16px;
  font-family: 'Merriweather Sans';
  font-weight: 500;
  color: #1b4762;
  align-items: center;
  justify-content: center;
}
.blue-color{
  font-weight: 600;
}
.status_orange{
  display: flex;
  border-radius: 20px;
  border: 1px solid #b53733;
  background: #b537332e;
  padding: 20px;
  gap: 18px;
  width: 33%;
  font-size: 16px;
  font-family: 'Merriweather Sans';
  font-weight: 500;
  color: #b53733;
  align-items: center;
  justify-content: center;
}
.orang-color{
  font-weight: 600;
}
.statusImg img{
  width:44px !important;
  height:44px !important;
}
.ul_list{
  margin-top: 20px;
  padding-left: 0;
}
.ul_list li{
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: left;
}
.fees {
  
}
.fees p{
  border-bottom:1px solid #ccc;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#b23139;
}
.fees p span{
  display: inline-block;
  padding: 10px;
  box-shadow: 0px 0px 10px 1px #b23139;
}
.bg_why_Choose{
  padding:0px 0px 50px 0px;
}
.why_choose{
  background-image: linear-gradient(to right, #b23139, #fff7f2, #fff1e8);
  background: linear-gradient(135deg, #ffe4e6, #fff7ed);
  padding: 30px;
}
.choose_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.choose_box_inner{
  width: 48%;
}
.choose_box_inner img{
  width: 100%;
  border-radius: 20px;
}
.ul_choose li{
  font-size: 17px;
  font-weight: 700;
  padding: 5px 0px;
  list-style-type: disclosure-closed;
}
.ul_choose li::marker{
  color:#b23139;
}
.bg_team{
  padding:0px 0px 50px 0px;
}
.owlCarouelBx{
  margin:0px 60px;
}
.inner_banner{
  border:1px solid #ccc;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.inner_banner::before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: #b23139;
  bottom: 0;
  left:0;
  border-radius: 0px 39px 0px 0px;
}
.inner_banner img{
  width: 100%;
}
.imgBx h2{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}
.bg_middle{
  padding:0px 0px 50px 0px;
}
.middle_strip{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:40px 30px;
  background: linear-gradient(135deg, #f8a7ad, #f6cc96);
  align-items: center;
}
.strip_inner1{
  width: 73%;
}
.strip_inner2{
  width: 25%;
  text-align: right;
}
.strip_inner2 a {
    display: inline-block;
    background: #b23139;
    font-size: 1rem;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    transition: .5s;
}
.strip_inner2 a:hover{
  background: #083764;
}
.bg_student{
  padding:50px 0px 30px 0px;
  background: #f5f5f7;
  margin-bottom: 50px;
}
.student_say{
  width: 100%;
  background: #fff;
  border: 0 !important;
  border-radius: 18px;
  box-shadow: 0 29px 21px -12px rgba(0, 0, 0, .1) !important;
  padding:20px;
  margin:30px 0px;
  position: relative;
  height: 230px;
}
.student_say img{
  position: absolute;
  width: 30px !important;
  right: 20px;
}
.student_say h2{
  font-size: 18px;
  font-weight: 700;
}
.star_box{
  margin-bottom: 15px;
}
.rating{
  display: inline-block;
  background: #ff9500d4;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.bg_register{
  margin: 50px 0px 50px 0px;
}
.register_box{
  background: linear-gradient(135deg, #ffe4e6, #fff7ed);
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.register_box_inner1{
  width: 60%;
}
.register_box_inner2{
  width: 38%;
}
.colorTitle{
  line-height: 45px;
}
.register_btn1 a{
  border:0;
  display: inline-block;
  background: #b23139;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  transition: .5s;
  margin-top:20px;
}
.register_btn1 a:hover{
  background: #083764;
}
.register_box_inner2 img{
  width: 100%;
  position: relative;
  top: 30px;
}
.bg_faq{
  padding: 0px 0px 50px 0px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color:#b23139;
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}
.register_btn a{
  display: inline-block;
  background: #b23139;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  transition: .5s;
}
.btm_form{
  width: 50%;
  margin:auto;
}
.bt_btm{
  padding:0px 0px 50px 0px;
}

.bottombox{
  background: #083764;
  padding:20px 0px;
  text-align: center;
  color:#fff;
  font-weight: 700;
}

.whatapp_box img {
    position: fixed;
    right: 15px;
    bottom: 40%;
    width: 70px;
    z-index: 3;
}

.phone_box img {
    position: fixed;
    right: 15px;
    bottom: 27%;
    width: 60px;
    z-index: 3;
}