@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clear,
.clearfix {
    clear: both
}
body {
  font-family: 'Poppins', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.navbar_upgrade {
  background-color: #fff;
  padding: 5px 0px;
  position: fixed;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(224 224 224 / 20%), 0 6px 10px 0 rgba(224 224 224 / 20%);
  z-index: 99;
}
.navbar_upgrade .navbar-collapse .navbar-nav {
  gap: 0px;
  margin-right: 40px;
}
.navbar_upgrade .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.navbar_upgrade .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #101010;
}
.navbar_upgrade .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
}
.sec_first_img {
  width: 800px;
}
.bottom_navbar {
  height: 44px;
  display: flex;
  align-items: center;
  background: #673ab721;
  width: 100%;
  z-index: 2;
  padding: 8px 0;
}
.bottom_navbar .d-flex {
  gap: 15px;
  align-items: center;
}
.bottom_navbar .time_div {
  font-size: 11px;
}
.apply_now {
  color: #1b52be;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 500;
  font-size: 16px;
}
.section_first_live {
  position: relative;
  z-index: 1;
  margin: 0;
  background-image: url("../img/main-bg-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
}
.section_first_live .BannerSection_subtitle {
  font-size: 17px;
  line-height: 28px;
  color: rgb(24 78 148);
  font-weight: 400;
}
.doctor_title {
  color: #f26224;
  font-weight: 500;
  font-size: 22px;
}

.section_first_live .philospy_counsler_form h5{color: #023795; font-size: 18px;}

.d_button_gropu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.d_button_gropu .btn_apply {
  min-width: 250px;
  background: #fc5f00;
  border-radius: 8px;
  padding: 8px 28px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  margin-right: 15px;
  margin-bottom: 5px;
}
.d_button_gropu .ApplyNow_label {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
.d_button_gropu .btn_sallybus {
  background-color: #fff;
  color: #fc5f00;
  padding: 8px 28px;
  height: 60px;
  min-width: 247px;
  border-radius: 8px;
}
.d_button_gropu .btn_sallybus:hover {
  background: #fc5f00;
  color: #fff;
}
.d_button_gropu .btn_apply:hover {
  background-color: #fff;
  color: #fc5f00;
}
.p_huurry {
  font-weight: 400;
  font-size: 12px;
}
.Program_overview .program-voer-card {
  margin-top: -55px;
  z-index: 9;
  background-image: linear-gradient(
    97.85deg,
    rgba(222, 221, 255, 0.3) 0%,
    rgba(140, 188, 239, 0.3) 101.13%
  );
}
.testimonial_card {
  margin-top: 80px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
}
.testimonial_card .Testimonial_description__mvu43 {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  overflow: hidden;
  font-weight: 300;
  color: #4a5568;
}
.program_p {
  font-size: 18px;
  line-height: 22px;
  color: #5a5a5a;
  font-weight: 400;
  width: 100%;
}
.sllybus_Section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f5f7;
}
.Section_overview {
  padding-top: 80px;
  padding-bottom: 80px;
}
.Section_overview .card {
  border-radius: 10px 10px 0px 0px;
  box-shadow: rgb(19 46 112 / 10%) 0 1rem 4rem 0;
  border: 0;
  margin-bottom: 7px;
  min-height: 125px;
}
.accordion_program button.accordion-button{background: -webkit-linear-gradient(45deg, rgb(230 69 0) 0%, rgb(68 94 129) 100%); background: -moz-linear-gradient(45deg, rgb(230 69 0) 0%, rgb(68 94 129) 100%); color: #fff;}
.accordion_program .accordian_circulam .accordion-button:not(.collapsed){color: #fff;}
.accordion_program .accordion-button:focus{border: none;}
.accordion_program .accordion-item:last-of-type .accordion-button.collapsed{border-radius: 0px; margin-bottom: 15px;}
.accordion_program .accordion-item{border: none;}
.comman_heading p{font-size: 26px; color: #254c92; font-weight: 500;}
.comman_heading p span{color: #fc5f00; font-weight: 600;}

.Section_overview .card .h5-one {
  background: -webkit-linear-gradient(45deg, rgb(165 67 8) 0%, rgb(1 1 1) 100%);
  padding: 8px 20px;
  color: #fff;
  margin: 0;
}
.learn_program {
  color: #3f3f3f;
  font-size: 15px;
}
.mission_prt{
   color: #3f3f3f;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.Why_experts {
  padding-top: 80px;
  padding-bottom: 80px;
}
.Why_experts p {
  font-size: 15px;
  font-weight: 400;
}
.Executive_Doctor {
  background: #0359af;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.Executive_Doctor h5 {
  font-size: 16px;
  font-weight: 300;
}
.Executive_Doctor ul li {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.Instructors_start {
  background-color: #f4f5f7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg_roleoffer{background: #fff;}
.bg_color{background: #fff;}
.Instructors_start .card-body{background: #fff7f7; display: flex; justify-content: center; align-items: center; text-align: center;}
.Instructors_start .bg_second{background: #254c92;}
.admision_process .card .bg_second > p{color: #fff !important;}
.Instructors_start .card {
  border: none;
  box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
  border-radius: 4px;
}
.Instructors_start .img-fluid {
  border-radius: 50px !important;
  width: 80px !important;
}
.Instructors_start .card-title {
  font-size: 1rem;
  line-height: 19px;
  text-align: center;
  color: #101010;
  font-weight: 600;
  margin-top: 12px;
}
.Instructors_start .card-subtitle {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5a5a5a;
  padding-top: 1rem;
  font-weight: 400;
}
.Instructors_start .card-text {
  font-size: 14px;
  line-height: 1.25rem;
  text-align: center;
  color: #5a5a5a;
  padding-top: 1rem;
}
.industry_mentros {
  font-size: 18px;
  line-height: 120%;
  color: #1a202c;
  font-weight: 600;
  margin-bottom: 16px;
}
.admision_process .card .card-body h5 {
  font-size: 18px;
}
.admision_process .card .card-body h6 {
  font-size: 18px;
  color: #fc5f00;
  margin-bottom: 12px;
  font-weight: 400;
}
.admision_process .card .card-body p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #333a46;
  margin: 0;
}

/*program_outcome*/
.program_outcome{background: #fff; padding: 60px 0px;}
.program_outcome .outcome_user_list ul li{font-size: 16px; font-weight: 500;}
.program_outcome .out_come_img img{width: 100%; border-radius: 50px;}
/*end of program_outcome*/

.btn_apply_now {
  min-width: 100px;
  min-height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  box-shadow: 0 0 4px rgb(51 54 68 / 5%), 0 2px 6px rgb(51 54 68 / 10%);
  cursor: pointer;
  padding: 10px 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  background-color: #fc5f00;
}
.btn_apply_now:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn_apply_now_modal {
  background-color: #fc5f00;
  color: #fff;
}
.btn_apply_now_modal:hover {
  background-color: #fc5f00;
  color: #fff;
}
.Programme_Feee {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  border-top: 1px solid #8080803b;
  border-bottom: 1px solid #8080803b;
}
.card_right {
  border-radius: 4px 0px 0px 4px;
  border: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
  padding: 50px 30px;
}
.signup_section {
  background-color: #f4f5f7;
  padding-top: 80px;
  padding-bottom: 40px;
}
.need_card_form {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #f3f3f3, 0 2px 8px rgb(0 0 0 / 6%);
  -ms-box-shadow: 0 0 0 1px #f3f3f3, 0 2px 8px rgb(0 0 0/6%);
  -webkit-box-shadow: 0 0 0 1px #f3f3f3, 0 2px 8px rgb(0 0 0 / 6%);
  padding: 35px;
}
.btn_form_submit {
  margin-top: 0%;
  background: #0359af;
  border-radius: 8px;
  padding: 8px 28px;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  border: 0;
  margin-right: 15px;
}
.accordian_circulam .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  font-size: 15px;
}
.accordian_circulam .accordion-body {
  font-size: 15px;
  font-weight: 300;
  background: #f3f3f3;
}
.accordian_circulam .accordion-button {
  padding: 10px;
  font-size: 15px;
}
.section_disclaimer {
  padding: 110px 50px 40px !important;
}

.program_overview_new{margin-top: -50px; z-index: 1; position: relative;}
.program_overview_new .program_duration{background: #edf4ff;}
.program_overview_new .program_duration ul{list-style: none; margin: 0; padding: 0;}
.program_overview_new .program_duration ul li{display: inline-block; width: 20%; background: #023795; float: left; padding: 15px; border-right: 1px dotted #fff; text-align: center;}
.program_overview_new .program_duration ul li .icon_box h3{font-size: 20px; color: #fff; padding-top: 10px;}
.program_overview_new .program_duration ul li .icon_box i{color: #fff; font-size: 32px; background: #cae4ff21; padding: 8px; border-radius: 40px; width: 30px; height: 30px;}
.program_overview_new .program_duration ul li .icon_box p{color: #fff; font-size: 16px; margin: 0;}
.program_overview_new .program_duration ul li:last-child{border: none;}
.program_overview_new .program_duration ul li:nth-child(3){background: #fc5f00; margin-top: -12px;}
.program_overview_new .program_duration ul li.community_box .icon_box h3,
.program_overview_new .program_duration ul li.community_box .icon_box i,
.program_overview_new .program_duration ul li.community_box .icon_box p{color: #333; font-weight: 600;}
.modal .hero_banner__{background: #efefef; float: left;}


.footer_desgine {
  background-image: linear-gradient(90deg, #1b52be 0%, #1b3b5f 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer_desgine .footer-box .logo-box h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
}
.footer_desgine .footer-box .detail-box ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  margin-right: 20px;
}
.footer_desgine .footer-box .detail-box ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer_desgine .footer-box .detail-box ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.footer_desgine .footer-box .detail-box ul li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  background-color: #fc5f00;
  bottom: -5px;
}
.right_postion_fixed {
  position: fixed;
  top: 255px;
  right: -5px;
  z-index: 999;
}
.right_postion_fixed img {
  width: 35px;
}
.a_disclaimer {
  text-decoration: none;
  font-size: 12px;
  padding: 0px 10px 0px 0px;
  border-radius: 3px;
  color: #fff;
}
ul li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 7px;
}
.admision_process .card {
  height: 180px;
  margin-bottom: 10px;
}
.admision_process .card
#more {
  display: none;
}
.Instructors_start .admision_process .card-body ul{padding-left: 15px;}
.Instructors_start .admision_process .card-body ul li{font-size: 15px; color: #333; font-weight: 500;}
.program_overview_P {
  font-size: 16px;
  text-align: left;
}
.program_overview_P:last-child{margin-bottom: 0;}
.program_overview_P i{color: #0c5ebe;}
.readmore_btn {
  background-color: #fc5f00;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  font-weight: 300;
  border-radius: 5px;
  font-size: 14px;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none !important;
  opacity: 1;
}
.modal-footer {
  text-align: center;
  display: block !important;
}

#newsletter-popup {
  margin: 150px auto;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 1s ease-in-out;
}
.new_popup_header {
  padding: 10px;
}
.apply_footer {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #8080803b;
}
.newsletter-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  display: none;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
}
#newsletter-popup h3 {
  font-size: 24px;
  margin: 0 0 10px;
  text-align: center;
}
#newsletter-popup .popup-close {
  color: #000;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
}
.newsletter-in {
  padding-left: 20px;
  padding-right: 20px;
}
.footer_desgine .footer-box .detail-box ul {
  padding-left: 0px;
  display: inline-flex;
}
#exampleModalsallybus .modal-dialog .modal-content .modal-header {
  justify-content: center;
}
#exampleModalsallybus .modal-dialog .modal-content .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  float: right;
  position: absolute;
  right: 10px;
}
.modal-header {
  justify-content: center;
  color: #fff;
  border: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  float: right;
  position: absolute;
  right: 10px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}
.duration_time {
  color: #0359af;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
}
/* .col-duration {
  padding-bottom: 20px;
} */
.a_disclaimer:hover {
  color: #eee;
}
.respovinve_Section_top {
  padding-top: 20px;
}
.respovinve_Section_top .BannerSection_title {
  font-size: 33px;
  padding-top: 10px;
  color: #f26224;
}
.respovinve_Section_top .eimt_top {
  width: 150px;
  background: #fff;
  padding: 5px;
  margin-left: 2px;
}
.footer_desgine .footer-box .detail-box {
  text-align: center;
}
.footer_float {
  text-align: center;
}
.respovinve_Section_top ul li{font-weight: 500; color: rgb(24 78 148);}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.navbar-brand img {
  width: 200px;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}
.get_touch {
  margin-bottom: 1.9rem;
}
.row_adding {
  margin-top: 1.5rem;
}
.eimpt_top_responsive {
  width: 150px;
  margin-top: -5px;
}
.form_control_custome {
  font-size: 15px;
}
.thumbs_up {
  background-color: #ff5722de;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 1px 7px 5px #fff, 0 4px 8px 3px rgb(0 0 0 / 15%);
  text-shadow: 0 4px 8px rgb(0 0 0 / 40%);
}
.responsive_p_talk {
  font-size: 25px;
}
.respovinve_Section_top .bg-secondary {
  background-color: #fff !important;
  color: #fc5f00;
  padding: 6px;
}
.partner_insit {
  margin-top: 5px;
}
.philospy_counsler_form {
  border-radius: 10px;
  margin-top: 20px;
  height: 415px;
}
.sub_buissness_Card {
  background: #fc5f00;
}
.active_form_dream {
  background: #1b3b5f;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.active_form_dream .input-group {
  height: 45px;
}
.active_form_dream .form-select {
  height: 45px;
}
.active_form_dream .submit_form {
  height: 45px;
}
.active_form_dream .input-group .input-group-text {
  background: #fff;
}
.thankyou_page a.btn{width: 120px; margin: 0 auto;}
.thankyou_page .img_thankyou img{width: 50%; margin-bottom: 30px;}
.thankyou_page h1.BannerSection_title{color: #f26224;}
.thankyou_page p.fw-light{margin-bottom: 0;}
.btn-check:focus+.btn-primary,
    .btn-primary:focus {
      color: #fff;
      background-color: #fc5f00;
      border-color: #fc5f00;
      box-shadow: none;
    }

    #newsletter-popup {
      margin: 150px auto;
      background: #fff;
      border-radius: 5px;
      width: 30%;
      position: relative;
      transition: all 1s ease-in-out;
    }

    .duration_time {
      color: #0359af;
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 5px;
    }


/*hero banner form*/
.hero_banner__{margin-top: 25px;}
 .hero_banner__ form.contact_us_form {width: 100%; float: left; background: rgb(255 255 255 / 72%); padding: 30px 30px 15px; border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px}
 .hero_banner__ form.contact_us_form .form-control {width: 100%; float: left; margin-bottom: 15px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border-color: #eee; height: 42px}
 .hero_banner__ form.contact_us_form div.country_code div.code {width: 60px; position: absolute; background: #d0cece; border: 1px solid #eee; line-height: 40px; text-align: center; font-weight: 700; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px}
 .hero_banner__ form.contact_us_form textarea.form-control {resize: none; height: 100px;}
 .hero_banner__ form.contact_us_form div.captcha div.code {width: 90px; position: absolute; background: #03a84e; color: #fff; border: 1px solid #eee; line-height: 40px; text-align: center; font-weight: 700; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; font-size: 16px}
 .hero_banner__ form.contact_us_form div.captcha div.code>img {ewidth: 100%; height: 100%; float: left; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px}
 .hero_banner__ form div.country_code .form-control {padding-left: 72px;}
 .hero_banner__ form div.captcha .form-control {padding-left: 100px;}
 .hero_banner__ form .submit_area{width: 100%; float: left; text-decoration: none; background: #f7660e; color: #fff; border: none; outline: 0; font-weight: 700; text-transform: uppercase; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding: 11px 10px; text-align: center; margin-bottom: 15px;}
.hero_banner__ form h5{text-align: center; margin-bottom: 20px; padding: 0; font-weight: 600; color: #184e94;}
/*end of hero banner form*/


@media screen and (max-width: 1366px) {
  #newsletter-popup {
    width: 40%;
    margin: 150px auto;
  }
}
@media screen and (max-width: 992px) {
  #newsletter-popup {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .footer_desgine .footer-box .logo-box {
    width: 100%;
  }
  .footer_desgine .footer-box .detail-box {
    width: 100%;
    text-align: left;
  }
  .footer_desgine .footer-box .detail-box ul {
    padding-left: 0px;
    display: block;
  }
  .footer_float {
    margin-top: 0px;
  }
  .a_disclaimer {
    text-decoration: none;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 50%;
  }
  .row_adding {
    padding-top: 1rem;
  }
  .footer_desgine {
    background-image: linear-gradient(90deg, #1b52be 0%, #1b3b5f 100%);
    padding-top: 5px;
  }
  .footer_float {
    text-align: center;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 650px) {
  .bottom_navbar p {
    font-size: 12px;
  }
  .bottom_navbar .d-flex {
    gap: 5px;
    align-items: center;
  }
  .d_button_gropu .btn_apply {
    width: 100%;
  }
  .Program_overview .program-voer-card {
    margin-top: 50px;
  }
  .section_first .BannerSection_title {
    font-size: 25px;
  }
  .section_first .BannerSection_subtitle {
    font-size: 20px;
    display: none;
  }
  .section_first .card-img {
    height: 550px;
  }
  .section_first_live {
    padding: 20px 0px;
  }
  .sec_first_img {
    width: 100%;
  }
  .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .signup_section .img-fluid {
    display: none;
  }
  .section_first_live .img-fluid {
    width: 100%;
  }
  .dba-image-fluid {
    display: none;
  }
  .Program_overview .program-voer-card .h5 {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .duration_time {
    color: #0359af;
  }
  .d_button_gropu .btn_sallybus {
    width: 100%;
  }
  .span_colum {
    padding-bottom: 20px;
  }
  .respovinve_Section {
    padding-top: 50px 20px 20px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .admision_process .card {
    height: auto;
    margin-bottom: 10px;
  }
  .right_postion_fixed {
    position: fixed;
    top: 340px;
    right: 0px;
    z-index: 999;
  }
  .get_touch {
    margin-bottom: 1.5rem;
  }
  .row_adding {
    margin-top: 0.5rem;
    margin-left: -21px;
  }
  .sllybus_Section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .learn_program {
    margin-top: 8px;
  }
  .eimt_top {
    margin-top: 10px;
  }
  .Instructors_start {
    background-color: #f4f5f7;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer_desgine .footer-box .detail-box ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin-right: 20px;
    line-height: 29px;
  }
  .footer_desgine .footer-box .detail-box ul li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background-color: #fc5f00;
    bottom: 1px;
  }
  .eimpt_top_responsive {
    width: 150px;
    margin-top: 10px;
  }
  .respovinve_Section_top {
    padding-top: 80px;
  }
  .partner_insit {
    margin-top: 0px;
  }
}
@media screen and (min-device-width: 300px) and (max-device-width: 700px) {
  .apply_dba_img {
    display: none;
  }
  .respovinve_Section_top .eimt_top {
    width: 130px;
    background: #fff;
  }
  .program_overview_new .program_duration ul li{width: 100%; margin-bottom: 15px;}
  .program_overview_new .program_duration ul li:nth-child(3){margin-bottom: 15px; margin-top: 0px;}
  .program_overview_new{margin-top: 30px;}
  .respovinve_Section_top .BannerSection_title{font-size: 24px;}
  .section_first_live .BannerSection_subtitle{font-size: 14px;}
  #newsletter-popup{width: 100%;}
  .comman_heading p{font-size: 20px;}
}

