/*----------------- responsive variations -----------------*/
body {
  overflow-x: hidden;
  margin: 0px auto;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
}

@font-face {
  font-family: "roboto";
  src: url(../fonts/Roboto-Medium.ttf);
}
.row,
p,
h1,
h2.h3,
h4,
h5,
h6 {
  margin: 0;
}

/* navbar starts*/
.navbar-nav.ml-auto {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/togglericon.svg");
}

/* navbar ends*/
/* header nav */
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #000000 !important;
  font-weight: bold;
  border-bottom: 1px solid #C4161C;
}

.btn-primary-op {
  color: #fff !important;
  background-color: #C4161C !important;
  border-color: #C4161C !important;
  border-radius: 32px;
  padding: 0.5rem 2rem;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1607843137);
}

#header.fixed-top {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.0980392157);
  background: #fff;
}

button.btn.btn_footer-now {
  border-radius: 5px;
  background: #C4161C;
  color: white;
  font-weight: bold;
  width: 12rem;
  padding: 10px;
}

button.btn.btn_applynow {
  border-radius: 5px;
  background: #C4161C;
  color: white;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
}

a,
a:hover {
  text-decoration: none !important;
}

a,
a:hover {
  color: #000000;
}

.logo-wd {
  width: 10rem;
}

a,
a:hover {
  text-decoration: none !important;
}

a,
a:hover {
  color: #000000;
}

.logo-wd {
  width: 36%;
}

/*Scroll button starts*/
.scroll2 {
  outline: none !important;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  color: #fff !important;
  line-height: 40px;
  font-size: 30px;
  z-index: 9991;
  position: fixed;
  right: 15px;
  bottom: 10px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #C00414;
  font-weight: 600;
}

/*Scroll button ends*/
:focus,
.navbar-light .navbar-toggler:focus {
  outline: none;
}

/* #header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}
*/
.red-clr {
  color: #C4161C;
}

.navbar-light .navbar-toggler {
  border-color: rgb(197, 60, 64);
}

/* NEW css */
.bann-ht {
  margin-top: 5rem;
}

.banner_text {
  position: absolute;
  width: 84%;
  top: 36%;
  left: 4%;
  transform: translatey(-50%);
  z-index: 999;
  bottom: 23%;
}

.yellow_text {
  color: #FDDF49;
}

.btn.enq_now {
  background-color: #fff;
  font-size: 1.6rem;
  padding: 6px 53px 6px 53px;
}

.head {
  font-size: 36px;
  font-family: "Roboto";
}

.head-1 {
  font-size: 110px;
  text-transform: uppercase;
  color: #C4161C;
}
@media (max-width: 1400px) {
  .head-1 {
    font-size: 80px;
  }
}

.head-2 {
  font-size: 50px;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .head-2 {
    font-size: 40px;
  }
}

.head-3 {
  font-size: 50px;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .head-3 {
    font-size: 40px;
  }
}

.second-headinline {
  font-size: 32px;
  color: #fff;
}

.second-title {
  font-size: 26px;
}

.fw-500 {
  font-weight: 500;
}

.cm_head {
  font-size: 3rem;
}

.text_blue {
  color: #292967;
}

.dot-style-1 .owl-dots {
  position: absolute;
  left: -71%;
  margin: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .dot-style-1 .owl-dots {
    left: 50%;
    bottom: initial;
    transform: translateX(-50%);
    width: 100%;
  }
}
.dot-style-1 .owl-dots .owl-dot {
  width: 40px;
  height: 8px;
  background-color: #E4E4E4;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.dot-style-1 .owl-dots .owl-dot.active {
  background-color: #252525;
}
.dot-style-1 .owl-dots .owl-dot span {
  display: none;
}
.dot-style-1 .owl-dots .owl-dot + .owl-dot {
  margin-left: 4px;
}

.banner_form {
  padding: 13px;
  position: absolute;
  top: 13rem;
  right: 2%;
  width: 415px;
  z-index: 999;
  border-radius: 8px;
  background: #f7f7f7;
}

.about {
  background-image: url(../images/about-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4.25rem 0px 3.94rem 0px;
}
@media (max-width: 1199px) {
  .about {
    padding: 3rem 0px 0.94rem 0px;
  }
}
@media (max-width: 767px) {
  .about {
    background-image: url(../images/SIU-Dubai-LP-Assets-Mobile/about-bg-mobile.webp);
  }
}
.about .about-dta {
  padding: 0 3rem;
}
.about__listing, .about__listing1, .about__listing2 {
  background-image: url(../images/about-list.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 30%;
  height: 200px;
}
@media (max-width: 1199px) {
  .about__listing, .about__listing1, .about__listing2 {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .about__listing, .about__listing1, .about__listing2 {
    width: 80%;
    margin-top: 15px;
  }
}
.about__listing h6, .about__listing1 h6, .about__listing2 h6 {
  position: absolute;
  top: 50%;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  left: 15%;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .about__listing h6, .about__listing1 h6, .about__listing2 h6 {
    font-size: 30px;
  }
}
.about__listing p, .about__listing1 p, .about__listing2 p {
  position: absolute;
  top: 50%;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  transform: translateY(-50%);
  right: 0;
  padding-right: 10px;
  width: 48%;
}
@media (max-width: 1400px) {
  .about__listing p, .about__listing1 p, .about__listing2 p {
    font-size: 16px;
  }
}
.about__listing1 {
  background-image: url(../images/about-list2.webp);
}
.about__listing1 h6 {
  font-size: 34px;
  left: 6%;
}
@media (max-width: 1400px) {
  .about__listing1 h6 {
    font-size: 30px;
  }
}
.about__listing2 {
  background-image: url(../images/about-list3.webp);
}
.about__listing2 h6 {
  font-size: 34px;
  left: 8%;
}
@media (max-width: 1400px) {
  .about__listing2 h6 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .about__listing2 p {
    font-size: 16px;
  }
}
.about__box .why-choose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-left: 3rem;
}
.about__box .why-choose .why-title {
  color: white;
  text-align: center;
}
.about__box .why-boxs {
  width: 60%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about__box .why-boxs .why-box-inner {
  width: 40%;
  margin-bottom: 10px;
}
.about__box .why-box-inner img {
  margin-bottom: 20px;
}
.about__box .why-box-inner h6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.about__box .why-box-inner p {
  font-size: 18px;
}
.about__box .why-title h1 {
  margin: 0;
  font-size: 14rem;
  line-height: 1;
  font-weight: 700;
}
.about__box .why-title h3 {
  letter-spacing: 30px;
  font-weight: 700;
  font-size: 3rem;
}
.about__box .why-title h4.light-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300 !important;
}

.service {
  background-color: #F5F9FD;
  padding: 4rem 5rem;
}
.service__listing, .service__listing1, .service__listing2, .service__listing3 {
  width: 20%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 20px;
}
.service__listing p, .service__listing1 p, .service__listing2 p, .service__listing3 p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.sy-expert {
  padding: 6.3rem 6rem 4rem;
}
@media (max-width: 1400px) {
  .sy-expert {
    padding: 6.3rem 4rem 4rem;
  }
}
.sy-expert__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sy-expert__box__left {
  width: 40%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .sy-expert__box__left {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.sy-expert__box__left h4 {
  color: #9A9A9A;
  font-size: 75px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .sy-expert__box__left h4 {
    font-size: 60px;
  }
}
.sy-expert__box__left p {
  color: #C4161C;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .sy-expert__box__left p {
    font-size: 35px;
  }
}
.sy-expert__box__right {
  width: 58%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sy-expert__box__right {
    width: 100%;
  }
}
.sy-expert__box__right .owl-item {
  height: 100%;
}
.sy-expert__box__right .item {
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.sy-expert__box__right--list {
  background-image: url(../images/expert-bg1.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.4rem 0rem 1.7rem 0rem;
  box-shadow: 1px 20px 14px -22px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1400px) {
  .sy-expert__box__right--list {
    padding: 16.4rem 0rem 1rem 0rem;
  }
}
@media (max-width: 1199px) {
  .sy-expert__box__right--list {
    padding: 13.4rem 0rem 1rem 0rem;
  }
}
.sy-expert__box__right--list p {
  color: white;
  font-size: 20px;
}
.sy-expert__box__right .list1 {
  background-image: url(../images/expert-bg2.webp);
}
.sy-expert__box__right .list2 {
  background-image: url(../images/expert-bg3.webp);
}
.sy-expert__box__right .list3 {
  background-image: url(../images/expert-bg4.webp);
}
.sy-expert__box__right .list4 {
  background-image: url(../images/expert-bg5.webp);
}
.sy-expert__box__right .list5 {
  background-image: url(../images/expert-bg6.webp);
}
.sy-expert__box__right .list6 {
  background-image: url(../images/expert-bg7.webp);
}
.sy-expert__box__right .list7 {
  background-image: url(../images/expert-bg8.webp);
}

.learing {
  height: 40rem;
}
.learing .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-top: 8rem;
}
.learing .box h6 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.learing .box h5 {
  font-size: 67px;
  font-weight: 500;
  color: #fff;
}

.mtech-m-target {
  padding: 11rem 1.5rem 15.6rem 0;
  background-image: url(../images/learing-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .mtech-m-target {
    padding: 6rem 1.5rem 10.6rem 0;
  }
}
@media (max-width: 575px) {
  .mtech-m-target {
    background-image: url(../images/SIU-Dubai-LP-Assets-Mobile/learing-bg-mobile.webp);
    padding: 20rem 1.5rem 5rem;
  }
}
.mtech-m-target__box {
  width: 60%;
}
@media (max-width: 1199px) {
  .mtech-m-target__box {
    width: 60%;
  }
}
.mtech-m-target__box-img {
  width: 60%;
  display: none;
  margin: 0 auto 1.5rem;
}
.mtech-m-target__box h6 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1199px) {
  .mtech-m-target__box h6 {
    font-size: 24px;
  }
}
.mtech-m-target__box h5 {
  font-size: 67px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1199px) {
  .mtech-m-target__box h5 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .mtech-m-target__box h5 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .mtech-m-target__box h5 {
    font-size: 38px;
  }
}
.mtech-m-target__box__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 50px;
}
.mtech-m-target__box__list .dot-style-1 .owl-dots {
  left: 0;
  bottom: initial;
}
@media (max-width: 767px) {
  .mtech-m-target__box__list .dot-style-1 .owl-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mtech-m-target__box__list .dot-style-1 .owl-dots .owl-dot {
  background-color: #4F4F4F;
}
.mtech-m-target__box__list .dot-style-1 .owl-dots .owl-dot.active {
  background-color: #E4E4E4;
}
.mtech-m-target__box__list .item {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.mtech-m-target__box__list--listing img {
  width: auto;
  height: auto;
  padding-bottom: 30px;
}
.mtech-m-target__box__list--listing p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1400px) {
  .mtech-m-target__box__list--listing p {
    font-size: 16px;
  }
}

.admission-p {
  padding: 3rem 6rem 0rem;
}
@media (max-width: 1199px) {
  .admission-p {
    padding: 3rem 2rem 0rem;
  }
}
.admission-p .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.admission-p .list h6 {
  width: 20%;
  font-size: 60px;
  font-weight: 600;
  color: #0B1F44;
}
@media (max-width: 1199px) {
  .admission-p .list h6 {
    font-size: 31px;
  }
}
@media (max-width: 1400px) {
  .admission-p .list h6 {
    font-size: 36px !important;
  }
}
@media (max-width: 991px) {
  .admission-p .list h6 {
    font-size: 30px;
  }
}
.admission-p .list img {
  width: 80%;
}
.admission-p .eligibility {
  width: 88%;
  margin-left: auto;
  align-items: flex-end;
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .admission-p .eligibility {
    margin-top: -30px;
  }
}
.admission-p .eligibility .info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-shadow: 17px 7px 32px rgba(0, 0, 0, 0.0980392157);
  border-radius: 6px;
  background-color: #fff;
  padding: 2rem 10px 2rem 3rem;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .admission-p .eligibility .info {
    padding: 1rem 10px 1rem 2rem;
  }
}
.admission-p .eligibility .info-wrapper {
  padding-bottom: 18px;
  width: calc(100% - 160px);
  margin-left: -40px;
}
@media (max-width: 1400px) {
  .admission-p .eligibility .info-wrapper {
    width: calc(100% - 95px);
  }
}
@media (max-width: 1199px) {
  .admission-p .eligibility .info-wrapper {
    width: calc(100% - 60px);
  }
}
.admission-p .eligibility .info .subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #C4161C;
  margin-right: 1.7rem;
}
.admission-p .eligibility .info p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  width: 70%;
}
@media (max-width: 1400px) {
  .admission-p .eligibility .info p {
    font-size: 18px;
  }
}
.admission-p .eligibility .el-boy {
  width: 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .admission-p .eligibility .el-boy {
    width: 135px;
  }
}
@media (max-width: 1199px) {
  .admission-p .eligibility .el-boy {
    width: 100px;
  }
}

.acadmac {
  background-image: url(../images/acad.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 18rem 6rem 30rem;
  margin-top: -5.25rem;
}
@media (max-width: 1400px) {
  .acadmac {
    padding: 18rem 4rem 25rem;
  }
}
@media (max-width: 991px) {
  .acadmac {
    padding: 9rem 4rem 22rem;
  }
}
.acadmac__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acadmac__box__left {
  width: 30%;
}
@media (max-width: 991px) {
  .acadmac__box__left {
    width: 100%;
  }
}
.acadmac__box__left h5 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1400px) {
  .acadmac__box__left h5 {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .acadmac__box__left h5 {
    font-size: 40px;
  }
}
.acadmac__box__left h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 40px 0 30px;
}
.acadmac__box__left ul {
  padding-left: 15px;
}
.acadmac__box__left ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.acadmac__box__right {
  width: 60%;
}
@media (max-width: 991px) {
  .acadmac__box__right {
    width: 100%;
  }
}
.acadmac__box__right--listing {
  display: flex;
  flex-wrap: nowrap;
  padding: 70px 40px;
  border-radius: 6px;
  background-image: url(../images/acdam-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 50px;
}
.acadmac__box__right--listing--list {
  width: 60%;
}
@media (max-width: 1199px) {
  .acadmac__box__right--listing--list {
    width: 100%;
  }
}
.acadmac__box__right--listing--list p, .acadmac__box__right--listing--list1 p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.acadmac__box__right--listing--list p:last-child, .acadmac__box__right--listing--list1 p:last-child {
  border: none !important;
}
.acadmac__box__right--listing--list p:last-child::after, .acadmac__box__right--listing--list1 p:last-child::after {
  border: none;
}
.acadmac__box__right--listing--list p::after, .acadmac__box__right--listing--list1 p::after {
  content: "";
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-top: 5px;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.acadmac__box__right--listing--list ul, .acadmac__box__right--listing--list1 ul {
  padding-left: 15px;
}
.acadmac__box__right--listing--list ul li, .acadmac__box__right--listing--list1 ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.acadmac__box__right--listing--list1 p:last-child {
  border: none !important;
}
.acadmac__box__right--listing--list1 p:last-child::after {
  border: none;
}
.acadmac__box__right--listing--list1 p::after {
  border: none;
}

.checklist {
  padding: 3rem 7.5rem;
  margin-top: -25rem;
}
@media (max-width: 1400px) {
  .checklist {
    padding: 3rem;
    margin-top: -20rem;
  }
}
@media (max-width: 1199px) {
  .checklist {
    padding: 3rem 1rem;
  }
}
.checklist h5 {
  font-size: 50px;
  color: white;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .checklist h5 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .checklist h5 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .checklist h5 {
    font-size: 36px;
  }
}
.checklist span {
  display: block;
  font-size: 40px;
}
@media (max-width: 1400px) {
  .checklist span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .checklist span {
    font-size: 24px;
  }
}
.checklist__listing {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 991px) {
  .checklist__listing {
    justify-content: center;
  }
}
.checklist__listing--list {
  background-image: url(../images/list1-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 46%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .checklist__listing--list {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .checklist__listing--list {
    width: 65%;
    margin: 0 3% 1rem;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list {
    width: 37%;
  }
}
@media (max-width: 991px) {
  .checklist__listing--list {
    width: 60%;
    margin: 0;
  }
}
.checklist__listing--list img {
  width: 35%;
  height: 350px;
}
@media (max-width: 1400px) {
  .checklist__listing--list img {
    width: 28%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .checklist__listing--list img {
    width: 20%;
  }
}
.checklist__listing--list .fix {
  width: 62%;
  margin: auto 0;
}
@media (max-width: 991px) {
  .checklist__listing--list .fix {
    width: 75%;
  }
}
.checklist__listing--list .fix p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .checklist__listing--list .fix p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list .fix p {
    font-size: 14px;
  }
}
.checklist__listing--list .fix p:last-child {
  border: none !important;
}
.checklist__listing--list .fix p:last-child::after {
  display: none;
}
.checklist__listing--list .fix p::after {
  content: "";
  border-bottom: 1px solid black;
  display: block;
  width: 90%;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .checklist__listing--list .fix p::after {
    margin-top: 20px;
  }
}
.checklist__listing--list .fix p + p {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .checklist__listing--list .fix p + p {
    margin-top: 20px;
  }
}
.checklist__listing--list1 {
  background-image: url(../images/list2-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 21%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .checklist__listing--list1 {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list1 {
    width: 30%;
  }
}
.checklist__listing--list1 img {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .checklist__listing--list1 img {
    width: 100px;
    margin-bottom: 20px;
  }
}
.checklist__listing--list1 p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .checklist__listing--list1 p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list1 p {
    font-size: 14px;
  }
}
.checklist__listing--list2 {
  background-image: url(../images/list3-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 31%;
  padding: 40px;
}
@media (max-width: 1400px) {
  .checklist__listing--list2 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .checklist__listing--list2 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .checklist__listing--list2 {
    margin-top: 10px;
  }
}
.checklist__listing--list2 h4 {
  color: #971115;
  font-size: 40px;
  font-weight: 500;
  text-align: end;
}
@media (max-width: 1400px) {
  .checklist__listing--list2 h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list2 h4 {
    font-size: 24px;
  }
}
.checklist__listing--list2 h6 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  text-align: end;
}
@media (max-width: 1400px) {
  .checklist__listing--list2 h6 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list2 h6 {
    font-size: 18px;
  }
}
.checklist__listing--list2 p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .checklist__listing--list2 p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .checklist__listing--list2 p {
    font-size: 14px;
  }
}

.inter-partner__list {
  background-image: url(../images/world-map.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 13.75rem 0rem 32rem;
  margin-top: -7rem;
}
@media (max-width: 1400px) {
  .inter-partner__list {
    padding: 10.75rem 0rem 27rem;
  }
}
@media (max-width: 1199px) {
  .inter-partner__list {
    padding: 7.75rem 0rem 23rem;
  }
}
@media (max-width: 991px) {
  .inter-partner__list {
    padding: 13.75rem 0rem 19rem;
  }
}
@media (max-width: 767px) {
  .inter-partner__list {
    background-image: url(../images/SIU-Dubai-LP-Assets-Mobile/mb-world-map.webp);
    background-size: 100% 100%;
  }
}
.inter-partner__list h4 {
  font-size: 64px;
  color: #141B47;
  font-weight: 600;
  text-align: center;
}
.inter-partner__list p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.inter-partner #rec_slide {
  margin-top: -10.4rem;
}

.admission-ap {
  background-image: url(../images/panoramic.webp);
  background-repeat: no-repeat;
  padding: 11.75rem 1rem 12rem;
}
@media (max-width: 1400px) {
  .admission-ap {
    padding: 8.75rem 1rem 9.4rem;
  }
}
@media (max-width: 1199px) {
  .admission-ap {
    padding: 3.75rem 1rem 18.4rem;
  }
}
@media (max-width: 767px) {
  .admission-ap {
    padding: 2.75rem 1rem 33.4rem;
  }
}
@media (max-width: 767px) {
  .admission-ap {
    background-image: url(../images/mb-panoramic.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.admission-ap__list {
  width: 51%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .admission-ap__list {
    width: 100%;
  }
}
.admission-ap__list h5 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.admission-ap__list h6 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
.admission-ap__apply {
  padding: 6px 6px 6px 35px;
  border: 1px solid #fff;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.admission-ap__apply h4 {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  margin-right: 46px;
}
.admission-ap__apply a {
  background-color: #fff;
  padding: 12px 40px;
  font-size: 29px;
  color: #1A3B70;
  text-decoration: none;
  font-weight: 700;
  border-radius: 7px;
  line-height: 1;
}

.mb-ad {
  display: none;
}

/* Aakansha's css code start */
/* Captch Code Start */
.left-captcha {
  background: #dee7ef;
  padding: 0.5rem;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 0 !important;
  width: 30%;
  text-align: center;
}

.right-captcha {
  background: #dee7ef;
  padding: 0.5rem;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #007bff;
  width: 20%;
  text-align: center;
}

span#random1 {
  transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(346deg);
  display: inline-block;
  font-weight: 900;
}

span#random2 {
  transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(24deg);
  display: inline-block;
  font-weight: 900;
}

#captcha_number {
  width: 50%;
}

.banner_form {
  padding: 13px;
  position: absolute;
  top: 13rem;
  right: 2%;
  width: 415px;
  z-index: 999;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4392156863);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

#enquiry_form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  margin-bottom: 1rem;
}

#enquiry_form input::-moz-placeholder {
  color: #fff !important;
}

#enquiry_form input::placeholder {
  color: #fff !important;
}

#captcha_number {
  margin-bottom: 0rem !important;
  color: #000 !important;
  background: #fff !important;
}

#enquiry_form #captcha_number::-moz-placeholder {
  color: #000 !important;
}

#enquiry_form #captcha_number::placeholder {
  color: #000 !important;
}

input#submit_btn {
  background: #C4161C;
  border: none;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
}

form#enquiry_form {
  padding: 0.5rem;
}

form#enquiry_form {
  padding: 0.5rem;
}

.iti__flag {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #fff;
}

.iti__arrow {
  border-top: 4px solid #fff !important;
}

#mobile {
  padding-left: 84px !important;
}

/* Captcha Code End */
/* Aakanshas css code end *//*# sourceMappingURL=styles.css.map */


/* ==========================================================================
   LP Hero Banner — reusable across landing pages
   Copy HTML structure + set modifier class (e.g. lp-hero--bba) for images only.
   ========================================================================== */
.lp-hero-section {
    position: relative;
    /* padding-bottom: 50px; */
    margin-top: 100px;
    overflow: hidden;
    background-color: #fff;
    --lp-hero-padding-x: 20px;
    --lp-hero-bg-desktop: none;
    --lp-hero-bg-mobile: none;
    --lp-hero-bar-color: #0a5cae;
    --lp-hero-bar-opacity: 0.75;
}

/* Per-LP images: add modifier on <section class="lp-hero-section lp-hero--yourlp"> */
.lp-hero-section.lp-hero--bba {
    --lp-hero-bg-desktop: url("../images/mba-desktop.webp");
    --lp-hero-bg-mobile: url("../images/mba-mbl.webp");
}

.lp-hero-section .lp-hero-media {
    position: relative;
    width: 100%;
    padding-bottom: 50.625%;
    min-height: 420px;
    overflow: hidden;
}

.lp-hero-section .lp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: var(--lp-hero-bg-desktop);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-hero-section .banner-img,
.lp-hero-section .mob-banner-img,
.lp-hero-section .banner-content-list,
.lp-hero-section .banner-content-p,
.lp-hero-section .banner-content-wrapper,
.lp-hero-section .banner-blue-gradient {
    display: none !important;
}

.lp-hero-section .lp-hero-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
}

.lp-hero-section .lp-hero-bar {
    position: relative;
    width: 100%;
    padding: 24px 0 18px;
    background: transparent;
}

.lp-hero-section .lp-hero-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--lp-hero-bar-color);
    opacity: var(--lp-hero-bar-opacity);
    mix-blend-mode: multiply;
    z-index: 0;
}

.lp-hero-section .lp-hero-bar .container,
.lp-hero-section .lp-hero-strip .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--lp-hero-padding-x);
    padding-right: var(--lp-hero-padding-x);
    box-sizing: border-box;
}

.lp-hero-section .lp-hero-bar .container {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.lp-hero-section .lp-hero-text {
    color: #fff;
    margin: 0 0 14px;
    max-width: 62%;
    padding: 0;
}

.lp-hero-section .lp-hero-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.32;
    margin: 0;
    color: #fff;
    letter-spacing: 0;
}

.lp-hero-section .lp-hero-text .lp-hero-highlight {
    font-weight: 700;
    display: inline;
}

.lp-hero-section .lp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.lp-hero-section .lp-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 9px 28px;
    border-radius: 50px;
    background-color: #a41e35;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.lp-hero-section .lp-hero-strip {
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.lp-hero-section .lp-hero-strip .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.lp-hero-section .lp-hero-strip p {
    margin: 0;
    padding: 0;
    color: #c61d23;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    letter-spacing: 0;
}

.lp-hero-section .form-outer-wrapper {
    position: absolute !important;
    top: 50% !important;
    right: 4.5% !important;
    left: auto !important;
    width: 380px !important;
    max-width: 31% !important;
    margin: 0 !important;
    transform: translateY(-52%);
    z-index: 6;
    text-align: left;
}

.lp-hero-section .form-wrapper {
    border-radius: 14px;
    padding: 0;
}

.lp-hero-section .enquire-form-container {
    background: #fff;
    padding: 28px 26px 24px;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    /* max-height: 560px; */
    overflow-y: auto;
    margin: 0;
}

.lp-hero-section .enquire-form-container h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin: 0 0 18px;
    color: #1c4897;
    font-weight: 700;
    line-height: 1.2;
}

.lp-hero-section .enquire-form-container iframe {
    min-height: 460px;
    border: 0;
}

@media screen and (min-width: 1290px) {
    .lp-hero-section .form-outer-wrapper {
        right: 5.5% !important;
        width: 400px !important;
        max-width: 30% !important;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1289px) {
    .lp-hero-section .lp-hero-text {
        max-width: 56%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 30px;
    }

    .lp-hero-section .form-outer-wrapper {
        right: 3% !important;
        width: 360px !important;
        max-width: 34% !important;
    }

    .lp-hero-section .enquire-form-container {
        max-height: 520px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .lp-hero-section .lp-hero-bar {
        padding: 22px 0 18px;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 52%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 26px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 18px;
    }

    .lp-hero-section .form-outer-wrapper {
        right: 2% !important;
        width: 340px !important;
        max-width: 36% !important;
    }
}

@media screen and (min-width: 1350px) {
    .lp-hero-section {
        --lp-hero-padding-x: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1349px) {
    .lp-hero-section {
        --lp-hero-padding-x: 48px;
    }
}

@media screen and (min-width: 1025px) {
    .lp-hero-section .lp-hero-panel {
        bottom: 100px;
    }

    .lp-hero-section .lp-hero-media {
        min-height: 480px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-hero-section {
        padding-bottom: 50px;
        --lp-hero-padding-x: 24px;
    }

    .lp-hero-section .lp-hero-media {
        padding-bottom: 56%;
        min-height: 380px;
    }

    .lp-hero-section .lp-hero-panel {
        bottom: 0;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 100%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 24px;
    }

    .lp-hero-section .lp-hero-bar {
        padding: 20px 0 16px;
    }

    .lp-hero-section .form-outer-wrapper {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
        transform: none;
        padding: 24px 15px 0;
        z-index: 6;
    }

    .lp-hero-section .enquire-form-container {
        max-height: none;
    }
}

@media screen and (max-width: 767px) {
    .lp-hero-section {
        padding-bottom: 0;
        --lp-hero-padding-x: 20px;
    }

    .lp-hero-section .lp-hero-media {
        padding-bottom: 143.64%;
        min-height: 0;
        overflow: hidden;
    }

    .lp-hero-section .lp-hero-bg {
        background-image: var(--lp-hero-bg-mobile);
        background-position: center top;
        background-size: cover;
    }

    .lp-hero-section .lp-hero-panel {
        bottom: 20px;
    }

    .lp-hero-section .lp-hero-bar {
        padding: 16px 0 12px;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 100%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 20px;
        line-height: 1.35;
    }

    .lp-hero-section .lp-hero-pill {
        font-size: 14px;
        padding: 8px 22px;
        min-width: 72px;
    }

    .lp-hero-section .lp-hero-strip .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 15px;
    }

    .lp-hero-section .form-outer-wrapper {
        max-width: 100%;
        padding: 16px 12px 0;
    }

    .lp-hero-section .enquire-form-container {
        padding: 22px 18px 20px;
    }

    .lp-hero-section .enquire-form-container iframe {
        min-height: 420px;
    }
}

@media screen and (max-width: 575px) {
    .lp-hero-section {
        --lp-hero-padding-x: 16px;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 18px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 399px) {
    .lp-hero-section .lp-hero-text h1 {
        font-size: 16px;
    }

    .lp-hero-section .lp-hero-pill {
        font-size: 13px;
        padding: 7px 18px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 13px;
    }
}

