﻿.d-none {
    display: none!important
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-block {
        display: block!important
    }
}

.banner {
  clear: both;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.banner h1 {
  position: absolute;
  bottom: 10%;
  width: 100%;
  color: #fff;
  line-height: 0.8;
  font-family: Myriad-Arabic-Bold, Arial, sans-serif;
  text-align: center;
  text-shadow: 1px 3px 24.94px rgba(0, 0, 0, 0.48);
}
@media screen and (min-width: 768px) {
  .banner h1 {
    margin: 30px 0 10px;
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .banner h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 40px;
    width: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.specialties {
  background-color: #f9efdf;
  padding: 20px 0;
}
.specialties h2 {
  text-align: center;
  line-height: 1.1;
  color: #7a202c;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .specialties h2 {
    font-family: Myriad-Arabic-Regular, Arial, sans-serif;
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .specialties h2 {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .specialties h2 {
    font-family: Myriad-Arabic-Bold, Arial, sans-serif;
    font-size: 28px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.specialties h3 {
  text-align: center;
  line-height: 1.1;
  color: #7a202c;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .specialties h3 {
    font-family: Myriad-Arabic-Regular, Arial, sans-serif;
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .specialties h3 {
    font-family: Myriad-Arabic-Bold, Arial, sans-serif;
    font-size: 28px;
  }
}
.specialties .items {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .specialties .items {
    display: flex;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .specialties .items {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .specialties .items {
    display: block;
    max-width: calc(100% - 60px);
  }
}
.specialties .items .item {
  background-color: #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .specialties .items .item {
    margin-right: 2%;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .specialties .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.specialties .items .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .specialties .items .item .item-header {
    display: table;
    width: 100%;
    min-height: 145px;
    height: 1px;
  }
}
.specialties .items .item.col1 .more-link,
.specialties .items .item.col1 h3 {
  background-color: #044626;
  background-color: #1e6341;
}
.specialties .items .item.col2 h3 {
  background-color: #7e0e53;
}
@media screen and (min-width: 768px) {
  .specialties .items .item.col2 h3 {
    padding: 15px 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .specialties .items .item.col2 h3 {
    padding: 15px 55px 20px;
  }
}
.specialties .items .item.col2 .more-link {
  background-color: #90396f;
}
.specialties .items .item.col3 h3 {
  background-color: #301b51;
}
.specialties .items .item.col3 .more-link {
  background-color: #4d3e65;
}
.specialties .items .item.col4 h3 {
  background-color: #203469;
}
.specialties .items .item.col4 .more-link {
  background-color: #3f507b;
}
.specialties .items .item h3 {
  line-height: 1.1;
  font-family: DarAlHekma-Bold, Arial, sans-serif;
  text-align: center;
  padding: 15px 15px 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .specialties .items .item h3 {
    font-size: 27px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .specialties .items .item h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .specialties .items .item h3 {
    font-size: 25px;
    padding: 15px 20px 20px;
  }
}
.specialties .items .item p {
  font-size: 22px;
  color: #646463;
  padding: 20px 25px;
}
.specialties .items .item .more-link,
.specialties .items .item p {
  line-height: 1.1;
  text-align: center;
  font-family: Myriad-Arabic-Regular, Arial, sans-serif;
}
.specialties .items .item .more-link {
  font-size: 28px;
  color: #fff;
  margin: 20px auto 0;
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
}
.universities {
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.universities h2 {
  text-align: center;
  font-family: DarAlHekma-Bold, Arial, sans-serif;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}
@media screen and (min-width: 768px) {
  .universities h2 {
    padding: 15px 0 25px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .universities h2 {
    font-size: 30px;
    padding: 15px 20px 25px;
  }
}
.universities .items {
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 768px) {
  .universities .items {
    display: flex;
    justify-content: center;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .universities .items {
    max-width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .universities .items {
    display: block;
    max-width: calc(100% - 60px);
  }
}
.universities .items + .items {
  margin-top: 20px;
}
.universities .items .item {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 768px) {
  .universities .items .item {
    width: 25%;
    margin-right: 2%;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .universities .items .item {
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.universities .items .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .universities .items .item .item-header {
    display: table;
    width: 100%;
    min-height: 105px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .universities .items .item .item-header {
    min-height: 200px;
    height: 1px;
  }
}
.universities .items .item h3 {
  line-height: 1.1;
  font-family: Myriad-Arabic-Bold, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .universities .items .item h3 {
    pointer-events: none;
    font-size: 26px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .universities .items .item h3 {
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    padding: 15px 40px 0 15px;
    position: relative;
  }
  .universities .items .item h3:after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    float: right;
    margin-top: 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .universities .items .item h3 a {
    display: block;
    width: 100%;
  }
}
.universities .items .item p {
  
  line-height: 1.1;
  text-align: center;
  color: #646463;
  font-family: Myriad-Arabic-Regular, Arial, sans-serif;
  padding: 10px 25px 20px;
}
@media screen and (max-width: 767px) {
  .universities .items .item p {
    display: none;
  }
}
.universities .items .item .more-link {
  font-size: 20px;
  line-height: 1.1;
  font-family: Myriad-Arabic-Regular, Arial, sans-serif;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .universities .items .item .more-link {
    max-width: 170px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .universities .items .item .more-link {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .universities .items .item .more-link {
    display: none;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .universities .items .item.open .more-link,
  .universities .items .item.open p {
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  .universities .items .item.open h3:after {
    transform: rotate(0);
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style1 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style2 h3 {
    padding: 15px 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style3 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style4 h3 {
    padding: 15px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style5 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style6 h3 {
    padding: 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style7 h3 {
    padding: 15px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style8 h3,
  .universities .items .item.style9 h3,
  .universities .items .item.style10 h3,
  .universities .items .item.style11 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style12 h3 {
    padding: 15px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style13 h3 {
    padding: 15px 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style14 h3,
  .universities .items .item.style15 h3,
  .universities .items .item.style16 h3,
  .universities .items .item.style17 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style18 h3 {
    padding: 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style19 h3,
  .universities .items .item.style20 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style21 h3 {
    padding: 15px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items .item.style22 h3 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .universities .items.three {
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .universities .items.three {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .universities .items.three {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 768px) {
  .universities .items.three .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .universities .items.three .item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .universities .items.five {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .universities .items.five {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .universities .items.five {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 768px) {
  .universities .items.five .item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .universities .items.five .item {
    width: 100%;
  }
}
.universities.univ1 {
  background-image: url(../images/univ1.jpg);
}
.universities.univ1 h2 {
  background-color: #044626;
}
.universities.univ1 .items .item h3 {
  color: #044626;
}
@media screen and (max-width: 767px) {
  .universities.univ1 .items .item h3:after {
    background-image: url(../images/arrow-icon1.png);
  }
}
.universities.univ1 .items .item .more-link {
  background-color: #044626;
}
@media screen and (max-width: 767px) {
  .universities.univ1 .items .item.open h3 {
    background-color: #044626;
    color: #fff;
    padding: 15px 20px 15px 15px;
  }
  .universities.univ1 .items .item.open h3:after {
    background-image: url(../images/arrow-open.png);
  }
}
.universities.univ2 {
  background-image: url(../images/univ2.jpg);
}
.universities.univ2 h2 {
  background-color: #7e0e53;
}
.universities.univ2 .items .item h3 {
  color: #7e0e53;
}
@media screen and (max-width: 767px) {
  .universities.univ2 .items .item h3:after {
    background-image: url(../images/arrow-icon2.png);
  }
}
.universities.univ2 .items .item .more-link {
  background-color: #7e0e53;
}
@media screen and (max-width: 767px) {
  .universities.univ2 .items .item.open h3 {
    background-color: #7e0e53;
    color: #fff;
    padding: 15px;
  }
  .universities.univ2 .items .item.open h3:after {
    background-image: url(../images/arrow-open.png);
  }
}
.universities.univ3 {
  background-image: url(../images/univ3.jpg);
}
.universities.univ3 h2 {
  background-color: #301b51;
}
.universities.univ3 .items .item h3 {
  color: #301b51;
}
@media screen and (max-width: 767px) {
  .universities.univ3 .items .item h3:after {
    background-image: url(../images/arrow-icon3.png);
  }
}
.universities.univ3 .items .item .more-link {
  background-color: #301b51;
}
@media screen and (max-width: 767px) {
  .universities.univ3 .items .item.open h3 {
    background-color: #301b51;
    color: #fff;
    padding: 15px;
  }
  .universities.univ3 .items .item.open h3:after {
    background-image: url(../images/arrow-open.png);
  }
}
.universities.univ4 {
  background-image: url(../images/univ4.jpg);
}
.universities.univ4 h2 {
  background-color: #203469;
}
.universities.univ4 .items .item h3 {
  color: #203469;
}
@media screen and (max-width: 767px) {
  .universities.univ4 .items .item h3:after {
    background-image: url(../images/arrow-icon4.png);
  }
}
.universities.univ4 .items .item .more-link {
  background-color: #203469;
}
@media screen and (max-width: 767px) {
  .universities.univ4 .items .item.open h3 {
    background-color: #203469;
    color: #fff;
    padding: 15px;
  }
  .universities.univ4 .items .item.open h3:after {
    background-image: url(../images/arrow-open.png);
  }
}
.register-form {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .register-form {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .register-form {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .register-form {
    max-width: calc(100% - 60px);
    margin-bottom: 50px;
  }
}
.register-form form {
  margin: 20px 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .register-form form {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .register-form form .form-group-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group-wrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .register-form form .form-group-wrapper .form-group {
    width: 46%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group-wrapper .form-group {
    width: 100%;
  }
}
.register-form form .form-group-wrapper .form-group:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .register-form form .form-group-wrapper .levels-select,
  .register-form form .form-group-wrapper .specialties-select {
    width: 46%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group-wrapper .levels-select,
  .register-form form .form-group-wrapper .specialties-select {
    width: 100%;
  }
}
.register-form form .form-group-wrapper .levels-select .form-group,
.register-form form .form-group-wrapper .specialties-select .form-group {
  width: 100%;
  margin-right: 0;
}
.register-form form .form-group-wrapper .specialties-select {
  margin-right: 0;
}
.register-form form .form-group-wrapper .specialties-select .form-group {
  display: none;
}
.register-form form .form-group-wrapper.row-group .form-group:first-child {
  position: relative;
}
.register-form
  form
  .form-group-wrapper.row-group
  .form-group:first-child:before {
  content: "966";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  direction: ltr;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #7a202c;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .register-form
    form
    .form-group-wrapper.row-group
    .form-group:first-child:before {
    height: 60px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .register-form
    form
    .form-group-wrapper.row-group
    .form-group:first-child:before {
    height: 50px;
    font-size: 24px;
    line-height: 30px;
  }
}
.register-form form .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.register-form form .form-group select {
  color: #7a202c;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% 0;
}
@media screen and (min-width: 768px) {
  .register-form form .form-group select {
    padding: 10px 30px;
    height: 60px;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group select {
    padding: 10px 15px;
    height: 50px;
    background-size: 50px;
    font-size: 24px;
    line-height: 30px;
  }
}
.register-form form .form-group input {
  outline: none;
  color: #7a202c;
  border-radius: 0;
  border: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .register-form form .form-group input {
    height: 60px;
    padding: 10px 30px;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group input {
    height: 50px;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .register-form form .form-group input[name="mobile"] {
    padding: 10px 30px 10px 100px;
  }
}
@media screen and (max-width: 767px) {
  .register-form form .form-group input[name="mobile"] {
    padding: 10px 15px 10px 95px;
  }
}
.register-form form .form-group input::-moz-placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input:-ms-input-placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input::placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input:-ms-input-placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input::-ms-input-placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input:-moz-placeholder,
.register-form form .form-group input::-moz-placeholder {
  color: #7a202c;
  direction: rtl;
}
.register-form form .form-group input#appbundle_member_mobile {
  direction: rtl;
  padding-left: 100px;
}
.register-form form .form-group.has-error .help-block ul {
  text-align: left;
}
.register-form form .form-group.has-error .help-block ul li {
  font-size: 16px;
  line-height: 18px;
}
.register-form form .form-group .help-block {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Myriad-Arabic-Bold, Arial, sans-serif;
}
.register-form form .form-group .help-block .glyphicon {
  margin-right: 10px;
}
.register-form form .form-group .email-has-error,
.register-form form .form-group .gender-has-error,
.register-form form .form-group .member-bachlormajors-has-error,
.register-form form .form-group .member-interest-has-error,
.register-form form .form-group .member-mastermajors-has-error,
.register-form form .form-group .mobile-has-error,
.register-form form .form-group .name-has-error {
  color: red;
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Myriad-Arabic-Bold, Arial, sans-serif;
}
.register-form form .form-group .email-has-error .glyphicon,
.register-form form .form-group .gender-has-error .glyphicon,
.register-form form .form-group .member-bachlormajors-has-error .glyphicon,
.register-form form .form-group .member-interest-has-error .glyphicon,
.register-form form .form-group .member-mastermajors-has-error .glyphicon,
.register-form form .form-group .mobile-has-error .glyphicon,
.register-form form .form-group .name-has-error .glyphicon {
  margin-right: 10px;
}
.register-form form button {
  margin: 0 auto;
  display: block;
  font-size: 40px;
  outline: none;
  font-weight: 400;
  border-radius: 0;
  background-color: #7a202c;
  border-color: #7a202c;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .register-form form button {
    line-height: 1;
    height: 60px;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .register-form form button {
    height: 44px;
    max-width: 100%;
    line-height: 1.2;
    font-size: 30px;
  }
}
.register-form form button:active,
.register-form form button:active:focus,
.register-form form button:active:hover,
.register-form form button:focus,
.register-form form button:hover {
  background-color: #7a202c;
  border-color: #7a202c;
  color: #fff;
}
.select2-container.select2 {
  background-color: #fff;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  line-height: 1;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .select2-container.select2 {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .select2-container.select2 {
    background-size: 50px;
    min-height: 50px;
  }
}
.select2-container.select2 .select2-selection {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.select2-container.select2 .select2-selection .select2-selection__rendered {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .select2-container.select2 .select2-selection .select2-selection__rendered {
    padding: 5px 70px 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .select2-container.select2 .select2-selection .select2-selection__rendered {
    white-space: normal;
    padding: 12px 60px 0 5px;
  }
}
.select2-container.select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  + .select2-search {
  display: none;
}
.select2-container.select2
  .select2-selection
  .select2-selection__rendered
  .select2-search {
  width: 100%;
}
.select2-container.select2
  .select2-selection
  .select2-selection__rendered
  .select2-search
  .select2-search__field {
  height: auto;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .select2-container.select2
    .select2-selection
    .select2-selection__rendered
    .select2-search
    .select2-search__field {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .select2-container.select2
    .select2-selection
    .select2-selection__rendered
    .select2-search
    .select2-search__field {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }
}
.select2-container.select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  width: 97%;
  background-color: #7a202c;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  line-height: 1.1;
  text-align: left;
}
.select2-container.select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  margin-right: 10px;
  color: #fff;
  float: left;
}
.select2-container .select2-dropdown {
  border: 0;
  border-radius: 0;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options:not(.select2-results__options--nested) {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options:not(.select2-results__options--nested) {
    padding-right: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options:not(.select2-results__options--nested) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__message {
  font-size: 16px;
  line-height: 18px;
  color: red;
  font-weight: 700;
  text-align: left;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__group {
  color: #7a202c;
  text-decoration: underline;
  font-family: Myriad-Arabic-Bold, Arial, sans-serif;
  line-height: 1.1;
  display: none;
}
@media screen and (min-width: 768px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__group {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__group {
    font-size: 20px;
  }
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested {
  text-align: left;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option {
  color: #646463;
  line-height: 1.1;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option:before {
  content: "";
  margin-right: 10px;
  background-image: url(../images/checkbox-icon1.png);
  color: #000;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
@media screen and (min-width: 768px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__options--nested
    .select2-results__option {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__options--nested
    .select2-results__option {
    font-size: 18px;
  }
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #fff !important;
  background-color: #7a202c;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option.select2-results__option--highlighted[aria-selected]:before {
  background-image: url(../images/checkbox-icon3.png);
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option.select2-results__option[aria-selected="true"] {
  color: #fff !important;
  background-color: #7a202c;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__options--nested
  .select2-results__option.select2-results__option[aria-selected="true"]:before {
  background-image: url(../images/checkbox-icon4.png);
}
.alert.alert-danger,
.alert.alert-success {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .alert.alert-danger,
  .alert.alert-success {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .alert.alert-danger,
  .alert.alert-success {
    font-size: 24px;
  }
}











/*CE Landing Page Start*/


.program_learn {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    margin: auto;
    padding: 1em 0;
    width: 90%
}

.program_learn h2 {
    color: #802428;
    font-family: DarAlHekma-Bold,Arial,sans-serif;
    font-size: 42pt;
    line-height: 1.1;
    padding: 1em .5em;
    text-align: center
}

@media screen and (max-width: 767px) {
    .program_learn h2 {
        font-size:36pt
    }
}

.program_learn .items {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    margin: auto;
    width: 100%
}

.program_learn .items .col1 {
    background-image: url(../images/english_language_programs.jpg)
}

.program_learn .items .col2 {
    background-image: url(../images/professional_diplomas.jpg)
}

.program_learn .items .col3 {
    background-image: url(../images/short_courses.jpg)
}

.program_learn .items .col4 {
    background-image: url(../images/profesional-certifications.jpg)
}

.program_learn .items .col5 {
    background-image: url(../images/teacher_development_kit.jpg)
}

.program_learn .items .item {
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-basis: 30%;
    flex-direction: column;
    gap: 1em;
    height: 278px;
    justify-content: center;
    padding: 1em
}

@media screen and (max-width: 767px) {
    .program_learn .items .item {
        flex-basis:100%;
        height: 265px;
        width: 100%
    }
}

.program_learn .items .item h3 {
    color: #fff;
    font-family: Myriad-Arabic-Regular,Arial,sans-serif;
    font-size: 24pt;
    font-weight: 200;
    line-height: 1.1;
    text-align: center
}

.program_learn .items .item .more-link {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 16pt;
    gap: .5em;
    height: 40px;
    line-height: 32pt;
    width: 195px
}

.program_learn .btn-apply,.program_learn .items .item .more-link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center
}

.program_learn .btn-apply {
    background-color: #802428!important;
    border: none;
    border-radius: 30px;
    font-family: DarAlHekma-Bold,Arial,sans-serif;
    font-size: 18pt;
    height: 50px;
    margin: 1em 0!important;
    outline: none;
    text-transform: uppercase;
    width: 295px
}

@media screen and (max-width: 767px) {
    .program_learn .btn-apply {
        font-family:Myriad-Arabic-Regular,Arial,sans-serif;
        width: 90%
    }
}

* {
    box-sizing: border-box
}

#univ1 .header {
    background-image: url(../images/s_english_language_programs.jpg)
}

@media screen and (max-width: 767px) {
    #univ1 .header {
        background-image:url(../images/m_s_english_language_programs.jpg)
    }
}

#univ2 .header {
    background-image: url(../images/s_professional_diplomas.jpg)
}

@media screen and (max-width: 767px) {
    #univ2 .header {
        background-image:url(../images/m_s_professional_diplomas.jpg)
    }
}

#univ3 .header {
    background-image: url(../images/s_short_courses.jpg)
}

@media screen and (max-width: 767px) {
    #univ3 .header {
        background-image:url(../images/m_s_short_courses.jpg)
    }
}

#univ4 .header {
    background-image: url(../images/s_profesional_certifications.jpg)
}

@media screen and (max-width: 767px) {
    #univ4 .header {
        background-image:url(../images/m_s_profesional_certifications.jpg)
    }
}

#univ5 .header {
    background-image: url(../images/s_teacher_development_kit.jpg)
}

@media screen and (max-width: 767px) {
    #univ5 .header {
        background-image:url(../images/m_s_teacher_development_kit.jpg)
    }
}

.programs {
    background-color: #ededed;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between!important
}

.programs,.programs .header {
    align-items: center;
    display: flex
}

.programs .header {
    background-position-x: 50%;
    background-position-y: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    height: 359px;
    justify-content: center;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .programs .header {
        background-position-x:70%
    }
}

.programs .header h2 {
    color: #fff;
    font-family: DarAlHekma-Bold,Arial,sans-serif;
    font-size: 42pt;
    line-height: 1.1;
    padding: 1em .5em;
    text-align: center
}

@media screen and (max-width: 767px) {
    .programs .header h2 {
        font-size:36pt
    }
}

.programs .items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    margin: -60px auto 2em;
    width: 90%
}

.programs .items .desktop {
    display: flex!important;
    height: auto;
    justify-content: space-between!important;
    padding-bottom: 2em!important
}

@media screen and (max-width: 767px) {
    .programs .items .desktop {
        display:none!important
    }
}

.programs .items .item-prgm {
    flex-basis: 50%!important
}

.programs .items .item {
    background-color: #fff;
    display: flex;
    flex-basis: 30%;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .programs .items .item {
        flex-basis:100%
    }
}

.programs .items .item .collapse {
    height: 100%;
    padding-bottom: 2em
}

.programs .items .item [aria-expanded=true] span {
    background-image: url(../images/arrow-icon-up.jpg)!important
}

.programs .items .item .item-header {
    align-items: center;
    background-color: #802428;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 24pt;
    height: 100px;
    justify-content: center;
    line-height: .8;
    padding: .5em;
    pointer-events: none;
    width: auto
}

@media screen and (max-width: 767px) {
    .programs .items .item .item-header {
        cursor:pointer;
        gap: .3em;
        justify-content: space-between;
        pointer-events: all;
        text-align: left;
        font-size:1.1em;
    }
}

.programs .items .item .item-header span {
    background-image: url(../images/arrow-icon-down.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    min-height: 7px;
    min-width: 12px
}

.programs .items .item p {
    flex-grow: 1;
    /*font-size: 20pt;*/
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 1.2;
    padding: 1em
}

.programs .items .item a {
    align-items: center;
    border: 1px solid #802428;
    border-radius: 30px;
    color: #802428;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: Myriad-Arabic-Regular,Arial,sans-serif;
    font-size: 20pt;
    gap: .5em;
    height: 40px;
    justify-content: center;
    line-height: 32pt;
    margin: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 195px
}

@media screen and (max-width: 767px) {
    .programs .items .item a :first-child,.programs .items .item a :nth-child(2) {
        width:auto
    }
}

.section-btn {
    background-color: #ededed;
    height: 50;
    padding-bottom: 3em;
    text-align: center;
    width: 295
}

.section-btn-apply {
    align-items: center;
    background-color: #802428!important;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: DarAlHekma-Bold,Arial,sans-serif;
    font-size: x-large;
    height: 50px;
    justify-content: center;
    margin: auto;
    margin-bottom: 1em!important;
    outline: none;
    padding: .5em 3em;
    text-align: center;
    text-transform: uppercase;
    width: 360px
}

@media screen and (max-width: 767px) {
    .section-btn-apply {
        font-family:Myriad-Arabic-Regular,Arial,sans-serif;
     }
}

.section-btn-apply:hover {
    color: #fff
}

.lp-form-sec .form-wrapper .form-group .bootstrap-select .btn span.caret {
    background: #7a202c;
}

.lp-form-sec .form-wrapper .form-group .bootstrap-select .btn span.caret:before {
    color: #fed9a2;
}

.dropdown-backdrop {
    z-index: 0 !important;
}

@media (max-width: 767px) {
	.ce-lp-form-sec h1{
		font-size:3.2em !important;
	}
	
	.request-info-sec .blp-form-box {
	   width: 100% !important;
	}
}