@font-face {
  font-family: poppins-medium;
  src: url("../fonts/poppins-medium.ttf");
}

@font-face {
  font-family: poppins-semibold;
  src: url("../fonts/poppins-semibold.ttf");
}

@font-face {
  font-family: poppins-regular;
  src: url("../fonts/poppins-regular.ttf");
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media screen and (min-width: 1600px) and (max-width: 1999px) {
  .buisness-card-content p{
    font-size: 11px;
  }
}
@media screen and (max-width:2500px) {
  .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #000;
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 92%;
    font-size: 89px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27%;
    left: 5%;
    font-size: 89px;
  }
  .mobile-form {
    display: none;
  }

  .align-center {
    margin: 2rem auto 0rem auto;
  }

  .card-content h4 {
    border-bottom: 3px solid #3795FF;
    font-family: poppins-semibold;
    color: #202020;
    font-size: 20px;
    width: 100%;
    height: 70px;
    margin-bottom: 1.5rem;
  }

  .logo-container img {
    max-width: 40%;
  }

  header .navigation {
    display: flex;
    align-items: center;
    min-height: 7vh;
    background: #fff;
    position: relative;
    z-index: 2;
    min-width: 100%;
    width: 17%;
    padding: 1rem 0;
  }

  header .navigation .menu-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-right: 0;
    clear: right;
    float: right;
  }

  header .navigation .menu-list li {
    margin-right: 1rem;
  }

  header .navigation .menu-list li a {
    color: #363636;
    font-size: 16px;
    font-family: 'poppins-medium';
    text-decoration: none;
  }

  header .navigation .menu-list li a.active {
    color: #0078FF;
  }

  .nav-container {
    display: block;
    width: 100%;
  }

  .logo-container {
    width: 75%;
  }

  .banner-container {
    /* background: url("../images/banner.png");
    background-size: cover;
    background-position: center; */ 
  }
  .banner-img-container{
    display: block;
  }
  .banner-mob-img-container{
    display: none;
  }
  .banner-text-container {
    color: #fff;
    padding: 3rem 0;
    width: 55%;
  }

  .banner-text-container h2 {
    color: #FFAB6E;
    font-size: 36px;
    font-family: poppins-semibold;
    padding-bottom: 1rem;
  }

  .banner-text-container h3 {
    font-family: poppins-medium;
    font-size: 21px;
    letter-spacing: 1.8px;
  }

  .banner-text-container h2 span {
    color: #fff;
  }

  .banner-text-container h1 {
    font-family: poppins-semibold;
  }

  .admission {
    display: block;
    width: 242px;
    background-color: #FF6B00;
    color: #fff;
    font-family: poppins-semibold;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 2rem 0;
    box-shadow: 0px 3px 10px #4322162E;
  }

  .admission:hover {
    color: #fff;
    text-decoration: none;
  }

  .form-container {
    margin: 3rem -18px;
    border: 8px solid #717377;
    width: 108%;
    padding: 1rem;
    font-family: poppins-medium;
    background-color: #fff;
  }

  .align-center {
    margin: 2rem auto 0rem auto;
  }

  .form > select[id=stream] {
    float: left;
    clear: right;
  }

  .owl-carousel .owl-stage-outer {
    padding-top: 2rem;
  }

  .form > input[id=name] {
    float: right;
  }

  input[type=checkbox] {
    padding: 0 1rem;
  }

  label[for=terms] {
    display: block;  /* padding-left: 15px; */
    text-indent: -15px;
    padding: 0 15px;
    font-size: 13px;
  }

  select {
    width: 48%;
    padding: 8px 17px;
    border-radius: 5px;
    color: #000;
    margin: 5px 0px;
  }

  select#counrty-code {
    width: 20%;
  }

  select#course {
    width: 100%;
  }

  input[id=mobile] {
    width: 78%;
  }

  input[id=email] {
    padding: 5px 0px !important;
    text-align: center;
  }

  input[type=text] {
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 5px 18px;
    margin: 5px 0px;
    box-sizing: border-box;
    color: #000;
  }

  input[type=submit] {
    padding: 0.5rem 10rem;
    background-color: #FF6B00;
    border: none;
    color: #fff;
  }

  ::placeholder {
    color: #000;
  }

  .mobile-univ-container {
    display: none;
  }

  .university-head {
    color: #FF6B00;
    font-size: 42px;
    font-family: poppins-semibold;
    text-align: center;
    margin-bottom: 3rem;
  }

  .university-head p {
    color: #202020;
    font-size: 18px;
    font-family: poppins-medium;
  }

  .university-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .program-container ul.nav-tabs li a.active {
    border-bottom: 2px solid #0a58ca !important;
  }

  .university-container .card {
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    width: calc((100% - 80px) / 5);
    margin: 0px;
  }

  .university-container .card:hover {
    cursor: pointer;
    box-shadow: 0px 8px 2px #0078FF33;
  }

  .card-icon {
    padding: 1rem;
  }

  .card-content {
    padding: 0 1rem;
  }

  .card-content p {
    color: #202020;
    width: 100%;
    font-family: poppins-regular;
    font-weight: 600;
    padding-bottom: 3rem;
  }

  .align-center {
    margin: 3rem auto;
  }

  p.condition {

    /* float: right; */
    font-family: poppins-regular;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    margin-top: 2rem;
  }

  .program {
    background-color: #0078FF;
    background-image: url("../images/slider-shape.png");
    background-repeat: no-repeat;
  }

  .program-head {
    text-align: center;
  }

  .program-head h1 {
    font-size: 42px;
    font-family: poppins-semibold;
    color: #fff;
  }

  .program-head p {
    color: #fff;
    font-size: 16px;
    font-family: poppins-medium;
    text-align: center;
    padding-bottom: 3rem;
  }

  .program-container {
    background-color: #fff;
    border-radius: 8px;
  }

  /* .program-container ul{
  border-bottom: 2px solid #808080;
  text-align: center;
  } */
  .program-container ul {
    border-bottom: 2px solid #E9E9E9;
    text-align: center;  /* margin: 0 auto; */
    display: flex;
    justify-content: center;
  }

  .program-container ul li a {
    padding: 2rem 2rem 0;
    border: 0px;
    display: block;
  }

  #owl-demo1 .owl-dots {
    margin-top: 3rem;
  }

  #owl-demo1 .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 300px;
    border-radius: 0px;
    margin: 0;
  }

  #owl-demo1 .owl-dots .owl-dot.active span, #owl-demo1 .owl-dots .owl-dot:hover span {
    background: #FF6B00;
  }

  .program-container ul li.active {
    border-bottom: 2px solid #0078FF;
  }

  .program-container ul li a {
    color: #202020;
    text-decoration: none;
    font-size: 20px;
    font-family: poppins-medium;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px;
  }

  ul.sub-prog-container {
    border-bottom: 0px solid #E9E9E9;
  }

  ul.sub-prog-container li a {
    border-right: 1px solid #000 !important;
  }

  ul.sub-prog-container li:last-child a {
    border-right: 0px solid #000 !important;
  }

  #programs ul.sub-prog-container li.active {
    border-bottom: 0px solid #0078FF;
  }

  ul.sub-prog-container {
    text-align: center;
    color: #1F9853;
  }

  ul.sub-prog-container li a {
    color: #1F9853;
    font-family: poppins-regular;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0.5rem;
    border-right: 1px solid #000;
    border-radius: 0px;
  }

  ul.sub-prog-container li {
    display: inline-block;
    padding: 1rem 0;
  }

  ul.sub-prog-container li a.active {
    color: #000;
  }

  .buisness {
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 2rem 0;
  }

  .card-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card-img {
    width: 30%;
  }

  .card-icon-content {

    /* display: inline-block; */
    /* width: 70%; */
    align-self: center;
    position: relative;
    margin: 0 auto;
  }

  .buisness-card-content {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .card-icon-content p:after {
    content: '';
    text-align: center;
    position: absolute;
    height: 2px;
    width: 66%;  /* background-color: #FF6B00; */
    bottom: -16%;
    text-align: center;
    left: 20%;
    right: 0;
  }

  .buisness .buisness-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .buisness-card-content {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #C1C1C1;
    text-align: center;
    color: #202020;
    font-family: poppins-semibold;
    font-weight: 600;
    width: calc((100% - 60px) / 4);
    border-radius: 18px;
    margin: 10px;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: auto;
    margin: 0 auto;
    position: relative;
  }

  .card-icon-content p:after {
    content: '';
    text-align: center;
    position: absolute;
    height: 2px;
    width: 66%;
    background-color: #FF6B00;
    bottom: 0%;
    text-align: center;
    left: 20%;
    right: 0;
  }

  .scholarship {
    background-color: #fff;
  }

  .scholarship-head {
    text-align: center;
  }

  .scholarship-head h1 {
    color: #FF6B00;
    font-size: 42px;
    font-family: poppins-semibold;
  }

  .scholarship-head p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-medium;
    text-align: center;
    padding-bottom: 3rem;
  }

  .scholarship-container {
    margin: 0 6rem;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }

  .scholarship-card {
    display: flex;
    border: 2px solid #C1C1C1;
    background-color: #F8F8F8;
    margin: 0 1rem;
    border-radius: 5px;  /* height: 48vh; */
    width: calc((100% - 30px) / 3);
    flex-wrap: wrap;
  }

  .scholarship-img-container {

    /* background-color: #FFB400; */
    border-radius: 5px;  /* height: 33vh; */
    width: 80%;
    margin: -28px auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .scholarship-img-container:before {
    content: '';
    position: absolute;
    top: 35px;
    left: -10px;
    right: -10px;
    bottom: 0px;
    background: #FFB400;
    border-radius: 7px;
  }

  .-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
    padding: 1rem 0 0;
  }

  .buisness-card-content p {
    color: #202020;
    font-size: 13px;
    font-family: poppins-regular;
    text-align: center;
    margin-bottom: 5px;
  }

  .buisness-card-subcontent {
    padding: 3rem 2rem;
    width: 100%;
    text-align: center;
  }

  .term-cond {
    font-family: poppins-regular;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    margin-top: 2rem;
  }

  .scho {
    margin: -5px 0;
  }

  .owl-carousel .owl-stage-outer {
    padding-top: 3rem;
  }

  .buisness-navbar {
    margin: 0 auto;
  }

  .buisness-navbar ul li {
    list-style: none;
    display: inline-block;
  }

  .buisness-navbar ul li a.active {
    padding: 3rem 10rem;
    border-bottom: 6px solid #FF6B00;
    margin-left: 15.5rem;
  }

  .buisness-navbar ul li a {
    padding: 3rem 9.5rem;
    border-bottom: 6px solid #E5E5E5;
    list-style: none;
    text-decoration: none;
    margin-left: -0.5rem;
  }

  .scho-btn {
    margin-top: 6rem;
  }

  .scholarship-btn {
    display: block;
    width: 272px;
    background-color: #FF6B00;
    color: #fff;
    font-family: poppins-semibold;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
  }

  a.scholarship-btn:hover {
    color: #fff;
  }

  .section-padding {
    padding: 5rem 0;
  }

  .placement {
    background: url("../images/placement-bg.png");
  }

  .placement-head {
    padding-top: 3rem;
  }

  .placement-head h1 {
    color: #FFFFFF;
    font-size: 42px;
    font-family: poppins-semibold;
  }

  .placement-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: poppins-medium;
    width: 70%;
  }

  ul.bullet {
    list-style-image: url("../images/bullet.png");
  }

  ul.bullet li {
    color: #fff;
    font-family: poppins-semibold;
    font-size: 18px;
    padding-left: 0.5rem;
  }

  .placement-info {
    padding: 1rem 0;
    width: 80%;
  }

  .placement-info p {
    color: #fff;
    font-family: poppins-medium;
    font-size: 16px;
  }

  ul.partner-logo {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0 0;
  }
ul.partner-logo li img{width:100%;aspect-ratio: 3/2;object-fit: contain;}
  ul.partner-logo li {
    list-style: none;
    width: calc((100% - (50px))/4);
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
  }

  ul.partner-logo li img {
    align-self: center;
  }

  .infrastructure {
    background-color: #fff;
  }

  .infrastructure-head {
    margin: 0 auto;
  }

  .infrastructure-head h1 {
    color: #FF6B00;
    font-size: 42px;
    font-family: poppins-semibold;
    text-align: center;
  }

  .infrastructure-wrapper {
    position: relative;
    margin-bottom: 2rem;
  }

  .infra-img-container {

    /* margin: 1rem; */
  }

  .infra-img-content {
    display: none;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    /* background-color: #00D377; */
    background-color: rgba(211, 52, 0, 0.95);
    padding: 4.7rem 3rem;
    height: 100%;
    display: block;
  }

  .infra-img-container:hover .infra-img-content p {
    text-align: center;
  }

  .nav-tabs.sub-prog-container>li.active>a, .sub-prog-container.nav-tabs>li.active>a:focus, .sub-prog-container.nav-tabs>li.active>a:hover {
    border-right: 1px solid #000 !important;
    border-bottom: 0px !important;
    border-radius: 0px;
    color: #000;
  }

  .scholarship-img-container p {
    position: relative;
    z-index: 1;
    margin: 1rem 0;
    font-size: 20px;
  }

  .rating-card {
    border-bottom: 1px solid #fff;
    /* height: 26vh; */
    margin-top: 2rem;
  }

  .rating {
    /* border: 2px solid #fff; */
    border-radius: 24px;  /* padding: 5px 30px; */
    margin: 2rem 2rem 1rem;
    text-align: center;
    display: inline-block;
    color: #fff;
  }

  .forbes {
    margin: 1.9rem 50px;
  }

  .infra-img-content h5 {
    font-family: poppins-semibold;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }

  .fa .fa-star {
    color: #fff;
    font-size: 16px;
  }

  i {
    vertical-align: middle;
    line-height: 40px;
  }

  .rating-card p.rating-subtext {
    color: #fff;
    font-size: 10px;
    font-family: poppins-regular;
    border: none;
    padding-left: 2px;
  }

  .five {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .infra-img-content p {
    font-family: poppins-regular;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: left;
  }

  .about-mahe {
    background-image: url("../images/about-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mahe-head h1 {
    font-size: 42px;
    font-family: poppins-semibold;
    text-align: left;
    color: #fff;
  }

  .scholarship-btn:hover {
    text-decoration: none;
  }

  .mahe-head p {
    font-family: poppins-regular;
    font-size: 14px;
    color: #fff;
    text-align: left;
  }

  .rating-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    flex-direction: column;
    align-items: center;
  }

  .rating-container .rating-card:last-child {
    border-right: 0px;
  }

  .rating-card {
    /* width: 30%; */
  }

  .rating-card p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: poppins-medium;
    text-align: center;
    padding-right: 1rem;  /* border-right: 1px solid #fff; */
  }

  .award-container {
    margin-top: 2rem;
  }

  .award-img-container {
    width: 100%;
  }

  .contact {
    padding-top: 3rem;
    float: right;
    color: #fff;
    font-family: poppins-semibold;
    font-size: 16px;
  }

  .social-icon {
    margin: 0 3rem;
    display: flex;
  }

  .linkedin {
    margin: 1rem;
  }

  footer {
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
  }

  footer p {
    text-align: center;
  }

  .program-container {
    width: 90%;
    margin: 0 auto;
  }

  .univ-nav {
    display: none;
  }

  .scho-slider {
    display: block;
  }

  .mobile-scholarship-container {
    display: none;
  }

}

@media screen and (min-width:992px) and (max-width:1200px) {
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 100%;
    font-size: 89px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27%;
    left: -4%;
    font-size: 89px;
  }
  .banner-container {
    /* background: url("../images/banner.png");
    padding-bottom: 0rem;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: center; */
  }
  .banner-img-container{
    display: block;
  }
  .banner-mob-img-container{
    display: none;
  }

  header .navigation .menu-list li a {
    font-size: 12px;
  }

  .logo-container {
    width: 42%;
    padding-left: 10rem;
  }

  .banner-text-container {
    width: 100%;
  }

  .banner-text-container h2 {
    font-size: 30px;
  }

  .banner-text-container h2 span {
    font-size: 30px;
  }

  .admission {
    width: 180px;
  }

  .banner-text-container h3 {
    font-size: 17px;
  }

  .form-container {
    display: block;
  }

  .university-head {
    font-size: 30px;
    width: 100%;
    padding-left: 10rem;
  }

  .university-head p {
    font-size: 12px;
  }

  .university-container .card {
    margin: 10px;
    width: calc((100% - 80px) / 3);
  }

  .university-container {
    justify-content: center;
  }

  p.condition {
    font-size: 8px;
    padding-right: 2rem;
  }

  .buisness-card-content {
    margin: 1rem;
    width: calc((100% - 60px) / 3);
  }

  ul.sub-prog-container li {
    display: flex;
    padding: 1rem 0;
  }

  .program-head h1 {
    font-size: 30px;
  }

  .program-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .program-container ul li.mobile-prog a.active {
    background-color: #0078FF;
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 1rem 0;
  }

  .scholarship-head h1 {
    font-size: 30px;
  }

  .buisness-navbar ul li a.active {
    margin-left: 14rem;
    padding: 0rem 5rem;
    margin-top: 0;
  }

  .scholarship-container {
    margin: 0;
  }

  .scholarship-card {
    margin-bottom: 3rem;
    width: calc((100% - 20px) / 3);
    margin: 0;
  }
  
  .buisness-card-subcontent {
    padding: 4rem 2rem;
    width: 100%;
    text-align: center;
  }

  .scholarship-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
  }

  .owl-carousel .owl-item img {
    width: 80%;
  }

  .scho {
    margin: -37px 47px;
  }

  .scholarship-img-container {
    border-radius: 5px;
    margin: 7px auto -48px;
    padding-top: 1px;
  }

  .buisness-navbar ul li a {
    padding: 0rem 4.5rem;
    margin-left: -0.5rem;
  }

  .scholarship-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .term-cond {
    padding-right: 3rem;
  }

  .placement-content p {
    font-size: 14px;
    width: 100%;
    padding-top: 1rem;
  }

  ul.bullet li {
    font-size: 16px;
  }

  .placement-info p {
    font-size: 14px;
  }

  .placement-info {
    width: 100%;
  }

  .infra-img-container {
    margin: 0rem;
  }

  .infrastructure-head h1 {
    font-size: 32px;
    padding-bottom: 1rem;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    background-color: rgba(211, 52, 0, 0.95);
    padding: 2rem 3rem;
  }

  .mahe-head h1 {
    text-align: center;
    font-size: 32px;
  }

  .mahe-head p {
    text-align: center;
  }

  .rating-card {
    margin: 0;
  }

  .rating {
    margin: 0;
    padding: 0;
  }

  .rating-card p.rating-subtext {
    padding-left: 4px;
    font-size: 10px;
  }

  .about-mahe {
    background: url("../images/manipal.png");
    background-size: cover;
    background-position: bottom;
    padding-bottom: 20rem;
  }

  .rating-container {
    padding-bottom: 0;
  }

  .rating-card p {
    font-size: 11px;
  }

  .rating-card {
    height: 15vh;
    text-align: center;
  }

  .rating-card p.rating-subtext {
    font-size: 8px;
  }

  .forbes {
    margin: 1px 15px;
  }

  footer p {
    font-size: 12px;
    padding: 0 2rem;
  }

  .program-container ul {
    border-bottom: none;
  }

  .mobile-univ-container {
    display: none;
  }

  .card-icon {
    width: 30%;
  }

  .univ-nav {
    display: none;
  }

  .univ-nav ul {
    display: flex;
    margin-top: 3rem;
    margin-left: 10rem;
  }

  .program-container {
    width: 100%;
  }

  .card-img {
    width: 30%;
  }

  .univ-nav ul li {
    list-style: none;
  }

  .univ-nav ul li.univ-item {
    border-bottom: 2px solid #717377;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .univ-nav ul li.active {
    border-bottom: 2px solid #FF6B00;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .mobile-scholarship-container {
    display: none;
  }

  .scho-slider {
    display: block;
  }

}

@media screen and (min-width:769px) and (max-width:991px) {
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 92%;
    font-size: 89px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27%;
    left: 2%;
    font-size: 89px;
  }
  .banner-container {
    /* background: url(../images/mobile-banner-bg.png);
    padding-bottom: 25rem;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: bottom; */
  }
  .banner-img-container{
    display: block;
  }
  .banner-mob-img-container{
    display: none;
  }
  .banner-text-container {
    width: 80%;
  }

  .logo-container img {
    max-width: 100%;
  }

  .banner-text-container h2 {
    font-size: 30px;
  }

  .banner-text-container h2 span {
    font-size: 30px;
  }

  .admission {
    width: 200px;
  }

  .banner-text-container h3 {
    font-size: 17px;
  }

  .form-container {
    display: none;
  }

  .university-head {
    font-size: 30px;
  }

  .university-head p {
    font-size: 12px;
  }

  .university-container .card {
    margin: 5px auto;
  }

  .university-container .card {
    width: 80%;
  }

  p.condition {
    font-size: 12px;
    padding-right: 2rem;
  }

  .buisness-card-content {
    margin: 10px;
    width: 45%;
  }

  .program-head h1 {
    font-size: 30px;
  }

  .program-head p {
    font-size: 14px;
    padding-bottom: 1rem;
  }

  .partner-logo li {
    text-align: center;
  }

  .program-container ul li.mobile-prog a.active {
    background-color: #0078FF;
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 1rem 0;
  }

  .scholarship-head h1 {
    font-size: 30px;
  }

  .buisness-navbar ul li a {
    margin-left: 0;
    padding: 1.5rem 8rem;
    margin-top: 1rem;
  }

  .buisness-navbar ul li a.active {
    padding: 0rem 9.5rem;
    margin-left: 8rem;
  }

  .scholarship-container {
    margin: 0;
  }

  .scholarship-card {
    width: 80%;
    margin-bottom: 3rem;
  }

  .mobile-form {
    display: block;
    text-align: center;
  }

  .buisness-card-subcontent {
    padding: 4rem 2rem;
    width: 100%;
    text-align: center;
  }

  #owl-demo-scho .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 75px;
    border-radius: 0px;
    margin: 0;
  }

  #owl-demo-scho .owl-dots .owl-dot.active span, #owl-demo-scho .owl-dots .owl-dot:hover span {
    background: #FF6B00;
  }

  .scholarship-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
    padding: 0rem 0 0;
    margin: 2rem;
  }

  .owl-carousel .owl-item img {
    width: 90%;
  }

  .scho {
    margin: -37px 22px;
  }

  .scholarship-card {
    display: block;
    border: 2px solid #C1C1C1;
    background-color: #F8F8F8;
    margin: 0 1rem;
    border-radius: 5px;
    height: 100%;
    margin: 0 auto;
  }

  .card-content h4 {
    width: 50%;
  }

  .scholarship-img-container {
    border-radius: 5px;
    width: 80%;
    margin: 7px auto -48px;
    padding: 5px 17px -1px;
    padding-top: 1px;
  }

  .buisness-navbar ul li a {
    padding: 0rem 9.5rem;
    margin-left: 8rem;
  }

  .scholarship-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .term-cond {
    padding-right: 3rem;
  }

  .placement-content p {
    font-size: 14px;
    width: 100%;
    padding-top: 1rem;
  }

  ul.bullet li {
    font-size: 16px;
  }

  .placement-info p {
    font-size: 14px;
  }

  .placement-info {
    width: 100%;
  }

  .infra-img-container {
    margin: 0rem;
  }

  .infrastructure-head h1 {
    font-size: 32px;
    padding-bottom: 1rem;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    background-color: rgba(211, 52, 0, 0.95);
    padding: 2.7rem 3rem;
  }

  .mahe-head h1 {
    text-align: center;
    font-size: 32px;
  }

  .mahe-head p {
    text-align: center;
  }

  .rating-card {
    margin: 0;
  }

  .rating {
    margin: 0;
    padding: 0;
  }

  .rating-card p.rating-subtext {
    padding-left: 4px;
    font-size: 10px;
  }

  .about-mahe {
    background: url(../images/manipal.png);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 24rem;
  }

  .rating-container {
    padding-bottom: 0;
  }

  .rating-card p {
    font-size: 11px;
  }

  .rating-card {
    height: 15vh;
    text-align: center;
  }

  .rating-card p.rating-subtext {
    font-size: 8px;
  }

  .forbes {
    margin: 1px 15px;
  }

  footer p {
    font-size: 12px;
    padding: 0 2rem;
  }

  .program-container ul {
    border-bottom: none;
    flex-wrap: wrap;
    padding-left: 0px;
  }

  #owl-demo-univ .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    border-radius: 0px;
  }

  #owl-demo-univ .owl-dots .owl-dot.active span {
    background: #FF6B00;
  }

  .university-container {
    display: none;
  }

  .mobile-univ-container {
    display: block;
  }

  .card-icon {
    width: 30%;
  }

  .univ-nav {
    display: block;
  }

  .univ-nav ul {
    display: flex;
    margin-top: 3rem;
  }

  .univ-nav ul li {
    list-style: none;
  }

  .univ-nav ul li.univ-item {
    border-bottom: 2px solid #717377;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .univ-nav ul li.active {
    border-bottom: 2px solid #FF6B00;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .mobile-scholarship-container {
    display: block;
  }

  .scho-slider {
    display: none;
  }

}

@media screen and (min-width:569px) and (max-width:769px) {
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 90%;
    font-size: 89px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27%;
    left: 4%;
    font-size: 89px;
  }
  header .navigation .menu-list li {
    margin-right: 0;
  }

  header .navigation .menu-list li a {
    font-size: 10px;
    padding: 0 0;
  }

  .logo-container img {
    max-width: 100%;
  }

  .banner-container {
    /* background: url(../images/mobile-banner-bg.png);
    padding-bottom: 25rem;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: center; */
  }
  .banner-img-container{
    display: block;
  }
  .banner-img-container img{width:100%}
  .banner-mob-img-container{
    display: none;
  }
  .mobile-form {
    display: block;
    text-align: center;
  }

  .banner-text-container {
    width: 80%;
  }

  .banner-text-container h2 {
    font-size: 30px;
  }

  .banner-text-container h2 span {
    font-size: 30px;
  }

  .admission {
    width: 180px;
  }

  .banner-text-container h3 {
    font-size: 17px;
  }

  .form-container {
    display: none;
  }

  .university-head {
    font-size: 30px;
  }

  .university-head p {
    font-size: 18px;
  }

  .university-container .card {
    margin: 5px auto;
  }

  .university-container .card {
    width: 80%;
  }

  p.condition {
    font-size: 10px;
    padding-right: 2rem;
  }

  .buisness-card-content {
    margin: 1rem;
    width: 45%;
  }

  .program-head h1 {
    font-size: 30px;
  }

  .program-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .program-container ul li.mobile-prog a.active {
    background-color: #0078FF;
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 1rem 0;
  }

  .scholarship-head h1 {
    font-size: 30px;
  }

  .buisness-navbar ul li a.active {
    margin-left: 0;
    padding: 1.5rem 7rem;
    margin-top: 1rem;
  }

  .scholarship-container {
    margin: 0;
  }

  .scholarship-card {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
    height: auto;
    display: block;
  }

  .buisness-card-subcontent {
    padding: 4rem 2rem;
    width: 100%;
    text-align: center;
  }

  .scholarship-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
    padding: 0rem 0 0;
  }

  ul.partner-logo li img {
    text-align: center;
    align-self: center;
  }

  ul.partner-logo li {
    justify-content: center;
    display: flex;
  }

  .scho {
    margin: -37px 42px;
  }

  .scholarship-img-container {
    border-radius: 5px;
    width: 80%;
    margin: 7px auto -48px;
    padding: 5px 17px -1px;
    padding-top: 1px;
  }

  .buisness-navbar ul li a {
    padding: 0rem 8.5rem;
    margin-left: 10rem;
  }

  .scholarship-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .term-cond {
    padding-right: 3rem;
  }

  .placement-head h1 {
    text-align: center;
  }

  .placement-content p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-top: 1rem;
  }

  ul.bullet li {
    font-size: 16px;
  }

  .placement-info p {
    font-size: 14px;
    text-align: center;
  }

  .placement-info {
    width: 100%;
  }

  .infra-img-container {
    margin: 0rem;
    text-align: center;
  }

  .scholarship-img-container:before {
    content: '';
    position: absolute;
    top: 34px;
    left: -10px;
    right: -10px;
    bottom: -2px;
    background: #FFB400;
    border-radius: 7px;
  }

  .infrastructure-head h1 {
    font-size: 32px;
    padding-bottom: 1rem;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    background-color: rgba(211, 52, 0, 0.95);
    padding: 4.7rem 3rem;
  }

  .mahe-head h1 {
    text-align: center;
    font-size: 32px;
  }

  .mahe-head p {
    text-align: center;
  }

  .rating-card {
    margin: 0;
  }

  .rating {
    margin: 0;
    padding: 0;
  }

  .rating-card p.rating-subtext {
    padding-left: 4px;
    font-size: 10px;
  }

  .about-mahe {
    background: url("../images/manipal.png");
    background-size: cover;
    background-position: bottom;
    padding-bottom: 20rem;
  }

  .rating-container {
    padding-bottom: 0;
  }

  .rating-card p {
    font-size: 11px;
  }

  .rating-card {
    height: 15vh;
    text-align: center;
  }

  .rating-card p.rating-subtext {
    font-size: 8px;
  }

  .forbes {
    margin: 1px 15px;
  }

  footer p {
    font-size: 12px;
    padding: 0 2rem;
  }

  .program-container ul {
    border-bottom: none;
  }

  .university-container {
    display: none;
  }

  .mobile-univ-container {
    display: block;
  }

  .card-icon {
    width: 30%;
  }

  .univ-nav {
    display: block;
  }

  .univ-nav ul {
    display: flex;
    margin-top: 3rem;
  }

  .univ-nav ul li {
    list-style: none;
  }

  .univ-nav ul li.univ-item {
    border-bottom: 2px solid #717377;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .univ-nav ul li.active {
    border-bottom: 2px solid #FF6B00;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .mobile-scholarship-container {
    display: block;
  }

  .scho-slider {
    display: none;
  }

}

@media screen and (min-width:320px) and (max-width:568px) {
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 90%;
    font-size: 89px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27%;
    left: 0%;
    font-size: 89px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top : -20px;
  }
  .mobile-form {
    display: block;
  }

  .owl-carousel .owl-item img {
    width: 90%;
  }

  .logo-container img {
    max-width: 100%;
  }

  .banner-container {
    /* background: url(../images/mobile-banner-bg.png);
    padding-bottom: 25rem;
    background-size: cover;
    background-position: center; */
  }
  .banner-img-container{
    display: none;
  }
  .banner-mob-img-container{
    display: block;
  }
  .banner-mob-img-container img{width:100%}
  .banner-text-container {
    width: 80%;
  }

  .program-container {
    width: auto;
    margin: 0 auto;
  }

  .banner-text-container h2 {
    font-size: 30px;
  }

  .banner-text-container h2 span {
    font-size: 30px;
  }

  .admission {
    width: 180px;
  }

  .banner-text-container h3 {
    font-size: 17px;
  }

  .form-container {
    display: none;
  }

  .university-head {
    font-size: 30px;
  }

  .university-head p {
    font-size: 12px;
  }

  .university-container .card {
    margin: 5px auto;
  }

  .university-container .card {
    width: 80%;
  }

  p.condition {
    font-size: 8px;
    padding-right: 2rem;
  }

  .buisness-card-content {
    margin: 1rem;
    width: 100%;
  }

  .program-head h1 {
    font-size: 30px;
  }

  .program-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .program-container ul li.mobile-prog a.active {
    background-color: #0078FF;
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 1rem 0;
  }

  .scholarship-head h1 {
    font-size: 30px;
  }

  .buisness-navbar ul li a.active {
    margin-left: 0;
    padding: 1.5rem 7rem;
    margin-top: 0rem;
  }

  .scholarship-container {
    margin: 0;
    justify-content: center;
  }

  .scholarship-card {
    width: 80%;
    margin-bottom: 3rem;
  }

  .buisness-card-subcontent {
    padding: 4rem 2rem;
    width: 100%;
    text-align: center;
  }

  .scholarship-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
    padding: 3rem 0 1rem;
    position: relative;
  }

  .scho {
    margin: -37px 11px;
  }

  .scholarship-img-container {

    /* background-color: none; */
    border-radius: 5px;  /* height: 30vh; */
    width: 80%;  /* margin: 7px auto -48px; */
    padding: 5px 17px -1px;
    padding-top: 1px;
  }

  .buisness-navbar ul li a {
    padding: 1.5rem 6.5rem;
    margin-left: -0.5rem;
  }

  .scholarship-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .term-cond {
    padding-right: 3rem;
  }

  .placement-head h1 {
    text-align: center;
  }

  .placement-content p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-top: 1rem;
  }

  ul.bullet li {
    font-size: 16px;
  }

  .placement-info p {
    font-size: 14px;
    text-align: center;
  }

  .placement-info {
    width: 100%;
  }

  .infra-img-container {
    margin: 0rem;
  }
.infra-img-container img{
    width:100%;
}

  .infrastructure-head h1 {
    font-size: 32px;
    padding-bottom: 1rem;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    background-color: rgba(211, 52, 0, 0.95);
    padding: 4rem 3rem;
  }

  .mahe-head h1 {
    text-align: center;
    font-size: 32px;
  }

  .mahe-head p {
    text-align: center;
  }

  .rating-card {
    margin: 0;
  }

  .rating {
    margin: 0;
    padding: 0;
  }

  .rating-card p.rating-subtext {
    padding-left: 4px;
    font-size: 10px;
  }

  .about-mahe {
    background: url("../images/manipal.png");
    background-size: cover;
    background-position: bottom;
    padding-bottom: 15rem;
  }

  .rating-container {
    padding-bottom: 0;
  }

  .rating-card p {
    font-size: 11px;
  }

  .rating-card {
    /* height: 15vh; */
  }

  .rating-card p.rating-subtext {
    font-size: 8px;
  }

  .forbes {
    margin: 1px 15px;
  }

  footer p {
    font-size: 12px;
    padding: 0 2rem;
  }

  .program-container ul {
    border-bottom: none;    /* display: block;
      text-align: center;
      width: 100%; */
    flex-wrap: wrap;
  }

  #owl-demo-scho .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 50px;
    border-radius: 0px;
    margin: 0;
  }

  #owl-demo-scho .owl-dots .owl-dot.active span, #owl-demo-scho .owl-dots .owl-dot:hover span {
    background: #FF6B00;
  }

  .university-container {
    display: none;
  }

  .mobile-univ-container {
    display: block;
  }

  .card-icon {
    width: 30%;
  }

  .univ-nav {
    display: block;
  }

  .univ-nav ul {
    display: flex;
    margin-top: 3rem;
  }

  .univ-nav ul li {
    list-style: none;
  }

  .univ-nav ul li.univ-item {
    border-bottom: 2px solid #717377;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .univ-nav ul li.active {
    border-bottom: 2px solid #FF6B00;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .mobile-scholarship-container {
    display: block;
  }

  .scho-slider {
    display: none;
  }

}

@media screen and (min-width:279px) and (max-width:319px) {
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 27%;
    left: 86%;
    font-size: 75px;
}
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 27%;
    left: -5%;
    font-size: 75px;
}
  .owl-carousel .owl-item img {
    width: 80%;
  }

  .banner-container {
    /* background: url("../images/mobile-banner-bg.png");
    padding-bottom: 25rem; */
  }
  .banner-img-container{
    display: none;
  }
  .banner-mob-img-container{
    display: block;
  }

  .banner-text-container {
    width: 80%;
  }

  .banner-text-container h2 {
    font-size: 20px;
  }

  .banner-text-container h2 span {
    font-size: 20px;
  }

  .admission {
    width: 180px;
  }

  .banner-text-container h3 {
    font-size: 17px;
  }

  .form-container {
    display: none;
  }

  .university-head {
    font-size: 30px;
  }

  .university-head p {
    font-size: 12px;
  }

  .university-container .card {
    margin: 5px auto;
  }

  .university-container .card {
    width: 80%;
  }

  p.condition {
    font-size: 8px;
    padding-right: 2rem;
  }

  .buisness .buisness-card {
    display: block;
  }

  .buisness-card-content {
    margin: 1rem;
  }

  .program-head h1 {
    font-size: 30px;
  }

  .program-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .program-container ul li.mobile-prog a.active {
    background-color: #0078FF;
    padding: 1rem 0rem;
    border-radius: 5px;
    margin: 1rem 0;
    font-size: 16px;
  }

  ul.sub-prog-container li {
    padding: 0rem;
  }

  .buisness {
    justify-content: center;
  }

  .scholarship-head h1 {
    font-size: 30px;
  }

  .buisness-navbar ul li a.active {
    margin-left: 0;
    padding: 1.5rem 5rem;
    margin-top: 1rem;
  }

  .scholarship-container {
    margin: 0;
  }

  .scholarship-card {
    width: 80%;
    margin-bottom: 3rem;
  }

  .buisness-card-subcontent {
    padding: 4rem 2rem;
    width: 100%;
    text-align: center;
  }

  .scholarship-img-container p {
    color: #202020;
    font-size: 16px;
    font-family: poppins-semibold;
    text-align: center;
    padding: 4rem 0 0;
  }

  .scho {
    margin: -37px 16px;
  }

  .scholarship-img-container {
    background-color: #FFB400;
    border-radius: 5px;
    height: 22vh;
    width: 80%;
    margin: 7px auto -48px;
    padding: 5px 17px -1px;
    padding-top: 1px;
  }

  .buisness-navbar ul li a {
    padding: 0rem 3rem;
    margin-left: 7rem;
  }

  .scholarship-btn {
    width: 260px;
  }

  .scholarship-head p {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .term-cond {
    padding-right: 3rem;
  }

  .placement-head h1 {
    text-align: center;
    font-size: 19px;
  }

  .placement-content p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-top: 1rem;
  }

  ul.bullet li {
    font-size: 16px;
  }

  .placement-info p {
    font-size: 14px;
    text-align: center;
  }

  .placement-info {
    width: 100%;
  }

  .infra-img-container {
    margin: 0rem;
  }

  .infrastructure-head h1 {
    font-size: 24px;
    padding-bottom: 1rem;
  }

  .infra-img-container:hover .infra-img-content {
    position: absolute;
    top: 0px;
    opacity: 0.89;
    background-color: rgba(211, 52, 0, 0.95);
    padding: 2rem 3rem;
  }

  .mahe-head h1 {
    text-align: center;
    font-size: 32px;
  }

  .mahe-head p {
    text-align: center;
  }

  .rating-card {
    margin: 0;
  }

  .rating {
    margin: 0;
    padding: 0;
  }

  .rating-card p.rating-subtext {
    padding-left: 4px;
    font-size: 10px;
  }

  .about-mahe {
    background: url("../images/manipal.png");
    background-size: cover;
  }

  .rating-container {
    padding-bottom: 0;
  }

  .rating-card p {
    font-size: 11px;
  }

  .rating-card {
    height: 15vh;
  }

  .rating-card p.rating-subtext {
    font-size: 8px;
  }

  .forbes {
    margin: 1px 15px;
  }

  footer p {
    font-size: 12px;
    padding: 0 2rem;
  }

  .program-container ul {
    border-bottom: none;
  }

  .university-container {
    display: none;
  }

  .mobile-univ-container {
    display: block;
  }

  .card-icon {
    width: 30%;
  }

  .univ-nav {
    display: block;
  }

  .univ-nav ul {
    display: flex;
    margin-top: 3rem;
  }

  .univ-nav ul li {
    list-style: none;
  }

  .univ-nav ul li.univ-item {
    border-bottom: 2px solid #717377;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .univ-nav ul li.active {
    border-bottom: 2px solid #FF6B00;
    width: 15%;
    flex-wrap: wrap;
    margin: 5px;
  }

  .mobile-scholarship-container {
    display: block;
  }

  .scho-slider {
    display: none;
  }

  .banner-text-container h3 {
    font-size: 14px;
  }

}

header .navigation .humbarger {
  margin-right: 20px;
  display: none;
}

header .navigation .humbarger .bar {
  width: 30px;
  height: 2px;
  margin: 7px;
  background: #000;
}

header .navigation .menu-list li a {

  /* color: #333333; */

  /* font-size: 90%;
  font-family: 'OpenSans-Regular';
  letter-spacing: 2px;
  cursor: pointer;
  transition: color 1s ease, border 1s ease; */
  text-decoration: none;  /* font-weight: 600; */
  padding: 0 0.4rem;
}

@media only screen and (max-width:767px) {
  header .navigation .menu-list {
    position: absolute;
    top: 10vh;
    min-width: 100%;
    background: #fff;
    text-align: center;
    display: none;
    left: 0%;
  }

  header .navigation .menu-list li {
    display: block;
  }

  header .navigation .menu-list li a {
    display: block;
    padding: 20px;
    transition: color 1s ease, padding 1s ease, background-color 1s ease;
    color: #000;
  }

  header .navigation .menu-list li a:hover {
    color: #000;
    padding-left: 30px;      /* background: rgba(177, 212, 224, 0.2); */
  }

  header .navigation .humbarger {
    display: block;
  }

  header .navigation {
    min-height: 10vh;
  }

}

@media screen and (min-width:769px) and (max-width:991px) {
  header .navigation .menu-list {
    position: absolute;
    top: 7vh;
    left: 5%;
    min-width: 100%;
    background: #fff;
    text-align: center;
    display: none;
  }

  header .navigation .menu-list li {
    display: block;
  }

  header .navigation .menu-list li a {
    display: block;
    padding: 20px;
    transition: color 1s ease, padding 1s ease, background-color 1s ease;
    font-size: 20px;
    color: #000;
  }

  header .navigation .menu-list li a:hover {
    color: #000;
    padding-left: 30px;
  }

  header .navigation .humbarger {
    display: block;
  }

  header .navigation {
    min-height: 7vh;
  }

  header .navigation {
    justify-content: space-between;
  }

}
.caret {
    display: none !important;
}
.container-fluid.banner.section1.no-padding {
    /* width: 33%; */
}
body{
    overflow-x:hidden;
}