/* banner-new-css */

.online-banner{overflow: hidden;}
.online-figure{
  background-image: url("../assests/banner3.svg");
  background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-inner-section{
  z-index: 2;
  position: relative;
}
.content-banner{
  margin-top: 22%;
  display: block;
  padding: 0px;
}
.applyBox {
  margin: 2.5rem 0;
  padding-right: 70px;
    width: 30rem;
    float: right;
  text-align: center;
}
.dsu-form {
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin: 0rem 0rem;
}
.content-banner h1 {
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.content-banner p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Nova Square", sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}
.content-banner a {
  background: #f18121;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #f18121;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  display: block;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 55px;
  width: 160px;
}
.content-banner span {
  color: #f48c06;
}


form {
  text-align: center;
  width: 100%;
  border-radius: 17.83px;
  background: #fff;
  padding: 10px 28px 10px 28px;
}

form input {
  margin-bottom: 14px;
  height: 40px;
  border-radius: 8.92px !important;
  border: 1px solid #747474 !important;
}
form select {
  width: 504.69px;
  height: 40px;
  border-radius: 8.92px !important;
  border: 1px solid #747474 !important;
  margin-bottom: 14px;
}
form h4 {
  margin-top: 30px;
  margin-bottom: 27px;
  color: #333;
  font-size: 31.17px;
  font-weight: 600;
  line-height: 27.61px;
}
form a {
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 9px 40px;
  display: inline-block;
  text-decoration: none;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16.03px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 20px 23px 13px #2175c92b;
}
.message_input {
  height: 40px;
}
.btn_sec{
  padding-bottom: 10px;
}
.btn_sec img {
  box-shadow: 0px 0px 20px 13px #2175c92b;
  width: 228px;
}
/* end */










.side_sec {
    width: 50px;
    right: 0px;
    z-index: 9;
    top: 50%;
    position: fixed;
    padding: 0px;
  }
  .side_sec .btn1 {
    cursor: pointer;
    width: 49px;
    padding: 13px;
    margin-bottom: 32px;
    /* transform: rotate(-90deg); */
    background: #fff;
    /* width: 49px; */
    display: block;
    display: block;
    border-radius: 10px 0px 0px 10px;
    border: none;
  }
  .side_sec .btn2 {
    cursor: pointer;
    margin-left: -24px;
    width: 100px;
    height: 106px;
    padding: 12px 0px;
    background: #ff9415;
    border-radius: 10px 10px 0px 0px;
    border: none;
    height: 49px;
    display: block;
    transform: rotate(-90deg);
    background: #ff9415;
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 19.5px; */
    text-align: center;
  }
  body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  header{
    padding: 25px 0;
  }
  header a{
    text-decoration: none;
    color: #333333;
    font-size: 16px;
  }
 header .logo-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .banner_sec{position: relative;} 
  .banner_sec img {
    width: 100%;
  }
  .banner_sec .container{
    position: absolute;
    left: 9%;
    top: 26px;
  }
  .banner-content{
    display: flex;
  } 
  .banner-text-wrapper {
    max-width: 530px;
    padding-top: 157px;
  }
  .banner-text-wrapper h1 {
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }
  .banner-text-wrapper p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: "Nova Square", sans-serif;
    font-style: normal;
    margin-bottom: 35px;
  }
  .banner-text-wrapper a {
    background: #f18121;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #f18121;
    border-radius: 100px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 55px;
    width: 160px;
  }
  .banner-text-wrapper span {
    color: #f48c06;
  }
  .form-section{
    padding-left: 150px;
  }
  
  form {
    text-align: center;
    width: 100%;
    border-radius: 17.83px;
    background: #fff;
    padding: 10px 28px 10px 28px;
  }
  
  form input {
    margin-bottom: 14px;
    height: 40px;
    border-radius: 8.92px !important;
    border: 1px solid #747474 !important;
  }
  form select {
    width: 504.69px;
    height: 40px;
    border-radius: 8.92px !important;
    border: 1px solid #747474 !important;
    margin-bottom: 14px;
  }
  form h4 {
    margin-top: 30px;
    margin-bottom: 27px;
    color: #333;
    font-size: 31.17px;
    font-weight: 600;
    line-height: 27.61px;
  }
  form a {
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 9px 40px;
    display: inline-block;
    text-decoration: none;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16.03px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 20px 23px 13px #2175c92b;
  }
  .message_input {
    height: 40px;
  }
  .btn_sec{
    padding-bottom: 10px;
  }
  .btn_sec img {
    box-shadow: 0px 0px 20px 13px #2175c92b;
    width: 228px;
  }

/* steer section */
.steer-section{
  padding: 50px 0;
}
.steer-row{
  display: flex;
}
.steer-bx-left{
  width: 40%;
  padding-right: 45px;
}
.steer-bx-left figure{
  margin: 0;
}
.steer-bx-left figure img{
  width: 100%;
}
.steer-bx-right{
  width: 50%;
  padding-left: 10px;
}

/* end */
/* counter section */
.counter-section{
  border-radius: 20px;
  max-width: 995px;
  padding: 20px 72px;
  margin: 0 auto;
  box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
  background-color: #ffffff;
}
.counter-flex{
  display: flex;
  justify-content: space-between;
}
.counter-head{
  display: flex;
  align-items: center;
}
.counter-head:nth-child(3n){
  align-items: center;
}
.counter-head h4{
  color: #FF9415;
  font-family: "Roboto Flex", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 15px;
}
.testimonial .card_wrapper{margin-bottom: 20px;}
.service-slider-box .service-bx img{width: 100%;}
.counter-head p{
  font-size: 18px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  border-left: 1px solid #000;
  color: #000;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 0;
}
.small-img img{width:auto;}
/* end */
/* listing-tabs */
.listing-tabs{
  display: flex;

}
.online-master-section{
  padding: 50px 0;
}
.tab-section:nth-child(2n){
  margin-top: 40px;
}
.tab-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-flex .nav {border:none}
.tab-flex .nav-link{border: none;    background: #D9D9D9;color: #000;margin-right: 10px;
  border-radius: 100px;}
  .tab-flex .nav-link.active{background-color: #ff9415;color: #fff;}
.tab-flex h3 {
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 600;
  font-family: "Roboto Flex", sans-serif;
}
.listing-bx{
  padding-right: 0;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 43px;
  margin-right: 12px;
  margin-top: 150px;
  box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
  position: relative;
}
.img_sec {
  position: relative;
  margin-top: -30%;
}
.img_sec img{
  width: auto;
 }
 .small-img{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -2.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 99;
    padding-top: 0;
}
.small-img img{width: auto;}

.eligible-text {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.eligi {
  padding-right: 22px;
  border-right: 1px solid #000;
}
.eligi p{margin-bottom: 0;}
.eligi h5{font-weight: 500;}
.duration{
  padding-left: 22px;
}
.duration p{margin-bottom: 0;}
.duration h5{font-weight: 500;}
.button-section {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.button-section a:nth-child(1n){
  color: #333333;
    border: 1px solid #333333;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.button-section a:nth-child(2n){
  color: #F48C06;
  border: 1px solid #F48C06;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listing-tabs-slider span.slick-arrow {
  position: absolute;
  bottom: -21px;
  width: 30px;
  display: flex !important;
  
  border-radius: 50%;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF9415;
}
.listing-tabs-slider .prev-arrow{left: 50%;}
.listing-tabs-slider .next-arrow{left: 55%;}

.testimonial-slider span.slick-arrow {
  position: absolute;
  bottom: -21px;
  width: 30px;
  display: flex !important;
  
  border-radius: 50%;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF9415;
}
.testimonial-slider .prev-arrow{left: 50%;}
.testimonial-slider .next-arrow{left: 55%;}

.service-slider-box span.slick-arrow {
  position: absolute;
  bottom: -21px;
  width: 30px;
  display: flex !important;
  
  border-radius: 50%;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF9415;
}
.service-slider-box .prev-arrow{left: 50%;}
.service-slider-box .next-arrow{left: 55%;}
/* end */

  
 
 

  .about_text_sec h3 {
    font-family: "Roboto Flex", sans-serif;
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    line-height: normal;
    color: #333333;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    font-style: normal;
  }
  .about_text_sec{
    padding-top: 30px;
  }
  .h_second {
    line-height: 45px;
  }
  .about_text_sec p {
    color: #555555;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .about_text_sec p:nth-child(2n){
    font-size: 14px;
  }
  .about_text_sec img {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .about_second_sec {
    margin: 61px auto 0px auto;
    width: 88%;
    padding: 35px 20px 7px 75px;
    min-height: 138px;
  
    /* border:1px solid #0000001C; */
    border-radius: 20px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
  }
  .about_second_sec h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Roboto Flex", sans-serif;
    text-align: left;
  }
  .about_second_sec h4 p {
    width: 200px;
    text-align: left;
    display: inline-block;
    /* vertical-align: -webkit-baseline-middle; */
    vertical-align: middle;
  }
  .about_second_sec .about_1st_sec_h p {
    width: auto;
  }
 
  .about_second_sec img {
    vertical-align: text-bottom;
    margin-right: 8px;
    margin-left: 8px;
  }
  .about_second_sec span {
    font-size: 50px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #ff9415;
  }
  .program_sec {
    margin-top: 45px;
  }
  .program_sec .title_sec {
    margin-bottom: 175px;
  }
  .program_sec .title_sec h3 {
    margin-bottom: 0px;
    font-size: 45px;
    font-weight: 600;
    font-family: "Roboto Flex", sans-serif;
  }
  .program_sec .title_sec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 7px !important;
  }
  .program_sec .title_sec li {
    float: left;
    width: 107px;
    height: 33px;
    background: #d9d9d9;
    border-radius: 100px;
    font-size: 18px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    margin-left: 29px;
    padding: 4px 2px 2px 2px;
  }
  .program_sec .card_wrapper {
    border-radius: 20px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    min-height: 388px;
    position: relative;
  }
  .card_wrapper .img_sec {
    top: -132px;
    width: 100%;
    position: absolute;
    padding: 0px 26px;
  }
  .card_wrapper .img_sec img {
    width: 100%;
  }
  .collage_name_img {
    position: relative;
    margin-top: 135px;
    margin-bottom: 24px;
  }
  .card_wrapper .text_sec {
    text-align: center;
  }
  .card_wrapper .text_sec label {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #000;
    display: block;
  }
  .card_wrapper ul {
    padding: 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  .card_wrapper ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .card_wrapper .text_sec strong {
    font-weight: 600;
    font-size: 25px;
    font-family: "Roboto Flex", sans-serif;
    color: #000;
    display: block;
  }
  .card_wrapper .text_sec button {
    width: 187.13px;
    height: 36.68px;
    border-radius: 7.49px;
    color: #333;
    font-family: "Roboto Flex", sans-serif;
    font-size: 13.47px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #333333;
  }
  .card_wrapper .line_3 {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .apply_btn {
    border: 1px solid #f48c06 !important;
    color: #f48c06 !important;
  }
  .admission-head{text-align: center;}
  .admission_sec {
    margin-top: 60px;
  }
  .admission_sec h3 {
    font-family: "Roboto Flex", sans-serif;  
    font-size: 35px;
    font-weight: 600; 
    text-align: center;
    color: #333;
  }
  .circle_sec {
    margin-bottom: 32px;
  }
  .circle_wraaper {
    position: relative;
    text-align: center;
    width: 25%;
  }
  .circle_wraaper figure{
    margin-bottom: 0;
    position: relative;
  }
  .steer-section-mobile{display: none;}
  .circle_wraaper figure h6{
    position: absolute;
    top: 40%;
    left: 40%;
    color: #fff;
  }
  .green_line {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(5%, -50%);
  }
  .admission_sec h5 {
    font-family: "Roboto Flex", sans-serif;
    font-size: 20px;
    margin-top: 18px;
    font-weight: 600;
    line-height: 28.75px;
  
    color: #074a86;
  }
  .yellow_color {
    color: #ff9415 !important;
  }
  .admission_sec p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
  }
  .key_sec {
    background-image: url("../assests/manbg.svg");
  
    background-repeat: no-repeat;
    min-height: 623px;
  }
  .key_sec img {
    margin-top: 55px;
    width: 101%;
  }
  .service {
    margin-top: 40px;
  }
  .service .titile_sec {
    text-align: center;
    margin-bottom: 35px;
  }
  .titile_sec h3 {
    margin-bottom: 0px;
  
    font-family: "Roboto Flex", sans-serif;
    font-size: 35px;
    color: #333;
    font-weight: 600;
  }
  .box_wrapper img {
    width: 100%;
  }
  .testimonial {
    margin-top: 45px;
  }
  .testimonial .card_wrapper {
    border-radius: 20px;
    /* border:1px solid #00000026; */
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 16%);
  
    padding: 29px 27px;
  }
  .testimonial p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    margin-top: 4px;
    font-weight: 400;
    text-align: left;
    color: #333;
  }
  .testimonial strong {
    font-family: "Roboto Flex", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left;
    display: block;
  }
  .testimonial .titile_sec {
    text-align: center;
    margin-bottom: 25px;
  }
  .testimonial label {
    font-family: "Roboto Flex", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #555;
  }
  .clinet_sec {
    background-position: center;
    /* overflow: hidden; */
    min-height: 350px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    background-image: url("../assests/bg2.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-section-key{display: none;}
  .clinet_sec h3 {
    font-family: "Roboto Flex", sans-serif;
    font-size: 60px;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .clinet_sec p {
    margin-top: 7px;
    margin-bottom: 30px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 27px;
    font-weight: 400;
  }
  footer {
    font-family: "Montserrat", sans-serif;
    font-size: 20.87px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    background: #333;
    color: #fff;
    padding: 17px 7px 10px 10px;
    margin-top: 50px;
  }
  
  h2 {
    text-align: center;
    padding: 20px;
  }
  /* Slider */
  .customer-logos .slide img{width: 100%;}
  
  
  
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }

  .clinet_sec-mobile{display: none;}
  .testimonial-section-outer{display: none;}

  /* media query */
  @media (max-width:1441px){
    .steer-section .container{max-width: 1140px;}
    .steer-bx-left{padding-right: 45px;}
    .steer-bx-right{padding-left: 10px;}
  }
  @media (max-width:1380px){
  }
  @media (max-width:1200px){
 
  }
  @media (max-width:1024px){
    .applyBox{width: 25rem;}
    .tab-flex h3{
      font-size: 26px;
    }
    .clinet_sec h3{ font-size: 40px;}
    .clinet_sec p{font-size: 20px;}
    .clinet_sec{min-height: 290px;}
    .about_text_sec h3{font-size: 28px;}
    .steer-bx-left{padding-right: 25px;}
    .img_sec img{width: 100%;
      max-width: 250px;}
      .small-img img{max-width: 180px;}
      .small-img{margin-top: -1.5rem;}
    .button-section a:nth-child(1n){font-size: 12px;}
  
  
  }
  @media (max-width:992px){
    .online-figure{
      background-position: top!important;
    }
    .content-banner{margin-top: 10% ;}
    .applyBox{width: 100%;padding-right: 0;}
    .about_text_sec h3{text-align: center;font-size: 22px;}
    .steer-section-mobile .steer-row{
      flex-wrap: wrap;
      display: flex;
    }
    .steer-section-mobile .steer-row .steer-bx-right{
      width: 100%;
      padding-left: 0;
    }
    .steer-section-mobile  .steer-bx-left{
      width: 100%;
      margin-top: 20px;
      padding-right : 0;
    }
    .btn_sec .col img{height:auto!important;}
    .banner_sec img{height: 452px;}

    .steer-section-mobile{display: block;}
    .form-section form{
      border: 1px solid #000;
    }
    .form-section {
      padding-left: 0;
      padding-top: 46px;
  }
  .banner_sec .container {
    left: 10%;
}
.banner-content {
  flex-wrap: wrap;
}
.banner_sec{
  height: 1015px;
}
.clinet_sec{display: none;}
.clinet_sec-mobile{display: block;
  background-position: center;
    min-height: 350px;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    background-image: url(../assests/bg2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.customer-logos1{display: flex;flex-wrap: wrap;margin-top: 40px;}
.customer-logos1 .slide{width: 50%;margin-bottom: 30px;}
.customer-logos1 .slide img{width: 100%;max-width: 240px;}
form a{width:100%;}
.banner-text-wrapper{padding-top: 30px;}
    .steer-section{display: none;}
    .counter-section{
        background-color: none;
        max-width: auto;
        margin: 0;
        padding: 40px 0;
        box-shadow: 0 0 0;
        border-radius: 0%;
    }
    .clinet_sec{margin-top: 0;}
    .counter-head{
      padding: 10px 30px;
      justify-content: center;
      border-radius: 10px;
      margin-right: 10px;
      background: #F2F3F8;
      flex-wrap: wrap;
    }
    .counter-head p{
      font-size: 14px;
      font-family: "Roboto Flex", sans-serif;
      border-left: none;
      font-weight: 500;
      padding-left: 0;
    margin-bottom: 0;
    }
    .circle_sec{display: none;}
    .green_line{display: none;}
    header a{display: none;}
    header .logo-sec{
      justify-content: center;
    }
    .tab-flex{flex-wrap: wrap;}
    .tab-flex nav{margin-top: 30px;}
   
    .small-img img {
      width: 100%;
      max-width: 130px;
  }
  .eligi h5{font-size: 16px;}
  .duration h5{font-size: 16px;}
  .admission_sec h5{font-size: 16px;}
  .admission_sec p{font-size: 14px;}
  .button-section{flex-wrap: wrap;}
  .button-section a:nth-child(1n) {
    margin-bottom: 10px;
}
.button-section a:nth-child(2n){
  width: 145px;
}

.circle_wraaper figure h6{
  left: 40%;
}
.circle_wraaper{
  margin-bottom: 20px;
  width: 50%;
}
.key_sec{min-height: auto;}

.testimonial-section-outer {
  margin-top: 45px;
  display: block;
}
.testimonial-section-outer .card_wrapper {
  border-radius: 20px;
 
  box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.15);

  padding: 29px 27px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimonial-section-outer p {
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  margin-top: 4px;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.testimonial-section-outer strong {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  display: block;
}
.testimonial-section-outer .titile_sec {
  text-align: center;
  margin-bottom: 25px;
}
.testimonial-section-outer label {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #555;
}
.testimonial{display: none;}
.testimonial-section-outer{
  display: block;
}

  }
  @media (max-width: 768px){
    .dsu-form{
      box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.15);
      border: 1px solid #000;
    }
    .step-slider-box{margin-top: 40px;}
    .online-master-section{padding: 30px 0;}
    .img_sec img{max-width: unset;}
    .listing-bx{
    padding: 50px 26px 30px;
    border-radius: 16px;
    margin-left: 16px;
    margin-top: 90px;
    margin-right: 0;
    }
    .button-section{margin-bottom: 10px;}
    .listing-tabs-slider .prev-arrow{
      left: 45%;
    }
    .testimonial-slider .prev-arrow{
      left: 45%;
    }
    .service-slider-box .prev-arrow{
      left: 45%;
    }
    .content-banner h1{
      font-size: 30px;
      line-height: normal;
    }
    .content-banner{margin-top: 5%;}
    .content-banner a{font-size: 16px;height: 45px;width: 120px;}
    .counter-section{padding: 0px 0 40px;}
  }
  @media (max-width:580px){
    .img_sec{
      margin-top: 0;
    }
      .listing-bx{
        padding: 0px 0 30px;
        margin-top: 30px;
        border-radius: 46px 46px 16px 16px;

    }
    .customer-logos1 .slide img{max-width: 180px;}
    .applyBox{
      padding-right: 32px;
      padding-left: 32px;
    }
    .counter-head{text-align: center;}
    .online-figure{
      background-image: url(../assests/mobile-banner.png);
    }
   
  }
  @media (max-width:568px){

    .customer-logos1 .slide img{max-width: 185px;}
    .mobile-section-key{
      display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(../assests/img-key.jfif);
        padding: 40px 0 350px;
    }
    .mobile-section-key h3{
      margin-bottom: 0px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 30px;
    color: #333;
    text-align: center;
   
    font-weight: 600;
    }
    .steer-section-mobile .steer-bx-left{padding-right: 0;}
    .titile_sec h3{font-size: 30px;}
    .mobile-section-key ul{ padding-top: 20px;}
    
    .mobile-section-key ul li{
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 15px;
      font-weight: 600;
      font-family: 'Montserrat',sans-serif;
      color: #333333;
    }
    .admission-head{margin-bottom: 30px;}
    .key_sec{display: none;}
    .banner_sec .container{left: 0;}
    .tab-flex nav{overflow: hidden;}
    .tab-flex .nav{flex-wrap: nowrap;
      overflow-y: scroll;}
      .tab-flex .nav-link{
        margin-right: 7px;
        margin-bottom: 15px;
        display: inline-block;
        font-size: 15px;
        padding: 1px 34px;
      }
     
      .counter-head{padding: 10px 20px;width: 33.3%;}
      .small-img{padding-top: 0;}
      .about_text_sec{padding-top: 60px;}
  }
  @media (max-width:460px){
    .admission_sec h3{font-size: 30px;}
    .titile_sec h3{font-size: 22px;}
    .about_text_sec p{font-size: 14px;}
    .testimonial-section-outer p{font-size: 13px;}
    form h4{margin-top: 12px;font-size: 24px;
      margin-bottom: 22px;}
    .listing-bx{margin-top: 10px;}
    .customer-logos1 .slide img{max-width: 150px;}
    .applyBox{padding-right: 20px;padding-left: 20px;}
   
    .counter-section{
      padding: 30px 0 20px;
    }
    .banner-text-wrapper h1{
      line-height: 50px;
    color: #fff;
    font-size: 36px;
    }
    .tab-flex .nav-link{
      margin-right: 7px;
      margin-top: 10px;
    }
   
  
    footer{
      min-height:auto;
      font-size: 13.87px;
    }
    .eligi h5{
      font-size: 16px;
    }
    .duration{padding-left: 10px;}
    .eligi{padding-right: 10px;}
    .duration h5{
      font-size: 16px;
    }
  }
  @media (max-width:460px){
    .content-banner a{font-size: 10px;height: 35px;
      width: 94px;}
    .content-banner{
      max-width: 300px;padding: 0 0px 0 25px;}
      .content-banner h1{font-size: 25px;}
      .content-banner p{font-size: 12px;margin-bottom: 16px;}
      .applyBox{margin: 1.5rem 0;}
      .counter-head h4{font-size: 20px;}
      .counter-head p{font-size: 12px;}
      .counter-head{padding: 10px 7px;}
  }

  /* end */