  @keyframes beating {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.99);
    }
    80% {
        transform: scale(1.01);
    }
    85% {
        transform: scale(0.99);
    }
    90% {
        transform: scale(1);
    }

}

.beat {
    animation-name: beating;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transition: ease all;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font: normal 16px Lato, sans-serif, Helvetica, Arial;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.5;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(210, 230, 243, 0.7), rgba(252, 255, 222, 0.7)), url(/enquiries/mahsa/assets/images/pattern.jpg);
}

.text-primary {
    color: #004f9f !important;
}

.bg-primary,
.bgcolor-primary {
    background: #004f9f;
    background: linear-gradient(to bottom right, rgba(0, 84, 145, 0.97), rgba(0, 98, 169, 0.95), rgba(0, 84, 145, 0.99)), url(/enquiries/mahsa/assets/images/patterns2.jpg); /* Standard syntax */
}

.text-white {
    color: #fff;
}

/* Style the programme dropdown */
.programme-dropdown {
    color: #cd0000; /* Bootstrap's default blue color */
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.bg-primary a {
    color: #fff;
    text-decoration: underline;
}
.text-danger {
    color: #ff2222 !important;
}
.bg-white,
.bg-white a {
    color: #333333;
    text-decoration: none;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


button, .btn {
    white-space: initial;
}

.btn-warning.pull-right {
    height: auto;
    /*background-image: linear-gradient(#ffa600, #e67e22);*/
    border-radius: 0;
    border: none;
}

a {
    color: #03193e;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover,
a:focus {
    color: #2980b9;
    outline: none;
    text-decoration: none;
}

a.boxlink {
    color: inherit;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single {
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: pre-wrap;
    line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

td {
    padding: 5px 0;
}

p.lead {
    font-size: 24px;
    font-weight: 200;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    margin-bottom: 20px;
}

blockquote {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #1ABC9C;
}

blockquote small {
    color: inherit;
}

pre {
    background-color: rgba(255, 255, 255, .5);
    border-color: rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.border-blue {
    border: 2px solid #18438b;
}

.google-maps {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-title {
    display: block;
    padding: 14px;
    font-size: 1.4em;
    background-color: #a01811;
    color: #ffffff;
    border-radius: 3px;
}


.active-section {
    top: 80px;
}

.navbar.active-section {
    top: 0 !important;
}

.alert {
    color: #FFF;
    border: none;
}

[class^="alert-"] .alert-link,
[class*=" alert-"] .alert-link {
    color: #FFF;
    font-weight: 300;
    text-decoration: underline;
}

.bg-white {
    background-color: #fff;
}

.bg-secondary {
    color: #333333;
    background-color: #fff;
    background: linear-gradient(170deg, rgba(255,255,255,0.6), rgba(255,255,255,1)), url(/enquiries/mahsa/assets/images/patterns.jpg);
}

.btn,
.label {
    font-weight: 300;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn {
    border-radius: 3px;
    display: inline-block;
}

a.btn, button {
    text-decoration: none;
    color: #fff;
}

.btn:hover,
.btn:focus {
    outline: none;
}

.kpt {
    font-size: 11px;
    color: #666666;
}

.btn-link {
    color: #1abc9c;
}

.btn-link:hover,
.btn-link:focus {
    color: #16a085;
}

.btn-default,
.label-default {
    background-color: #005491;
    border-color: #005491;
    color: #FFF;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #005491;
    border-color: #005491;
    color: #FFF;
}

.btn-success,
.label-success,
.alert-success {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-success:hover,
.btn-success:focus {
    border-color: #27ae60;
    background-color: #27ae60;
}

#expect .tab-content, #application .tab-content {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}

.nav-logo {
    padding: 13px 0;
    width: 190px;
    margin-right: 50px;
}

#what-tourist button.thumbnail {
    margin-bottom: 0;
}

#what-tourist .col-md-3 p {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 20px;
    margin-top: 10px;
}

#what-time .jcgmt-container {
    float: none;
    margin-bottom: 30px;
}

#msiaModal .modal-body img {
    width: 568px;
    height: 426px;
    max-width: 100%;
}

#why .row1 h3 {
    font-size: 20px;
    min-height: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
}


#expect .modal {
    z-index: 9999;
}

#expect button.close {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-social {
    margin-top: 16px;
}

.nav-social img {
    margin: 3px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
    border: none;
    border-color: rgba(255, 255, 255, 0);
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ecf0f1;
}

.nav .caret,
.nav a:hover .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #1abc9c;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #bdc3c7;
}

.navbar .navbar-toggle {
    background-color: #005491;
    border-color: #005491;
    margin-top: 23px;
}

.navbar .navbar-toggle:focus {
    outline: none;
}

.box {
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.greybox {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #F0F0F0;
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.panel-default {
    border-color: #ecf0f1;
}

.panel-default:last-child {
    margin-bottom: 25px;
}

.panel-default > .panel-heading {
    background: #ecf0f1;
    color: inherit;
    border-bottom: 1px solid #DDD;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

label {
    font-weight: 300;
}

.input-group {
    margin-bottom: 10px;
}

.form-control {
    border-color: #ecf0f1;
    background-color: #ecf0f1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
    min-height: 1.2em;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover,
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
    background-color: #ecf0f1;
}

.form-control:hover,
.form-control:focus {
    outline: none;
    border-color: #ecf0f1;
    background-color: #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


.input-group-addon {
    background-color: #FFF;
    border-color: #ecf0f1;
    color: #ecf0f1;
}

[class^="has-"] .form-control,
[class*=" has-"] .form-control {
    color: #FFF;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #2ecc71;
}

.has-success .form-control {
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.has-success .form-control:hover,
.has-success .form-control:focus {
    border-color: #2ecc71;
    background-color: #FFF;
    color: #2ecc71;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #e67e22;
}

.has-warning .form-control {
    border-color: #e67e22;
    background-color: #e67e22;
}

.has-warning .form-control:hover,
.has-warning .form-control:focus {
    background-color: #FFF;
    border-color: #e67e22;
    color: #e67e22;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #e74c3c;
}

.has-error .form-control {
    border-color: #e74c3c;
    background-color: #e74c3c;
}

.has-error .form-control:hover,
.has-error .form-control:focus {
    background-color: #FFF;
    border-color: #e74c3c;
    color: #e74c3c;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#header {
    z-index: 1040;
    height: 90px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #EEE;
}

#header .nav-text .text-right {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: -1px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px;
}

.navbar .navbar-brand {
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    color: inherit;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #000;
}

.navbar {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .95);
    border: none;
}

.navbar-right button {
    margin: 23px 0;
}

.navbar-nav > li > a {
    padding: 30px 0;
    margin: 0 10px;
}

.navbar .navbar-nav > li > a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
    color: #3498db;
}

.header-button {
    margin-left: 15px;
}

#header .nav-menu {
    font-family: Lato, sans-serif, Helvetica, Arial;
    list-style: none;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 0 0;
    float: right;
}

#header .nav-menu li {
    float: left;
    margin-left: 15px;
    letter-spacing: -0.5px;
}

#redbar {
    margin-top: 90px;
    background-color: #03193e;
    color: #FFF;
    padding: 5px;
}

@keyframes moveLeftRight {
    0%, 70%, 100% {
        transform: translateX(0);
    }
    85%, 80% {
        transform: translateX(5px);
    }

}

.left-right {
    animation: moveLeftRight 2s ease-in-out infinite; /* Adjust the duration as needed */
}

.no-gutters.row > * {
    padding-left: 0;
    padding-right: 0;
}


#hero {
    color: #FFF;
    padding: 0;
    margin-top: 0;
    background-image: url(/enquiries/mahsa/assets/images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes zoomBackground {
    0% {
        background-size: 130%;
    }
    100% {
        background-size: 140%;
    }
}

#hero img {
    filter: drop-shadow(2px 0 0 white)
    drop-shadow(0 2px 0 white)
    drop-shadow(-2px 0 0 white)
    drop-shadow(0 -2px 0 white);
}

#hero .lp-element {
    padding: 25px;
    background: linear-gradient(90deg, rgb(10, 30, 89), rgb(10, 30, 89));
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#hero h1 {
    font-size: 60px;
}

#hero h2 {
    font-size: 1.7em;
    color: #FFF;
}

#hero p.lead {
    font-size: 1.8em;
}


#cta1 {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7)), url("/enquiries/mahsa/assets/images/header.jpg");
    background-size: cover;
    border-top: goldenrod solid 2px;
    border-bottom: goldenrod solid 2px;
}

.gallery > img {
    width: 25%;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.text-pop {
    font-weight: 500;
    padding: 5px 15px;
    border-left: 2px solid goldenrod;
    font-size: 18px;
    color: #3498db;
}

ul.list {
    display: block;
    padding-left: 0;
}

ul.list > li {
    display: block;
    background-color: #ffffff;
    padding: 5px 10px;
    color:  #ff2222;
}

ul.list > li:nth-child(odd) {
    background-color: rgba(238, 238, 238, 0.5);
}

ul.list > li > a:hover {
    color: #f9f9f9;
}

#highlights img {
    max-width: 100%;
    margin-bottom: 10px;
}

#highlights p {
    font-size: 0.9em;
    line-height: 1.3em;
}

#fields img {
    width: 100%;
    height: auto;
}

#fields .intake {
    position: relative;
    padding: 12px 10px;
    background-color: rgb(52, 152, 219);
    background-color: rgba(52, 152, 219, 0.8);
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: -29px;
    float: left;
    margin-left: 5px;
    margin-bottom: 2px;
    border-radius: 5px;
}

ul#fields-nav li a {
    font-size: 0.95em;
    padding: 16px 25px;
    border-bottom: 1px dotted #DDD;
    border-radius: 0;
}

#inter1 {
    background-color: #FFF;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control {
    color: #3498db;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover {
    color: #2980b9;
}

.carousel-indicators li {
    border-color: #005491;
    margin: 0 2px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 2px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.carousel-indicators .active {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 2px;
    background-color: #005491;
    border: 1px solid #005491;
}

.carousel.slide {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.carousel-inner blockquote {
    border: none;
    text-align: center;
    padding: 40px 15%;
}

.carousel-inner blockquote small {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.carousel-inner blockquote p {
    font-size: 24px;
}

.carousel-control .glyphicon {
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 20px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-control {
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 40px;
    width: 40px;
}


#contact form {
    width: 50%;
    margin: 0 25%;
}

#hero input[type=text],
#hero input[type=email],
#hero select,
#hero textarea {
    background-color: #FFF;
    border: 1px solid #CCC;
}

#hero .private {
    font-size: 0.8em;
}

#hero .container {
    padding: 0;
}

select,
input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

.navbar-nav > li > a {
    line-height: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

nav.collapse.navbar-collapse.bs-navbar-collapse.navbar-right {
    float: right;
}

.container > .navbar-header {
    height: 70px;
}

#social-footer {
    font-size: 0.8em;
    margin: auto;
    padding: 20px;
    list-style: none;
    background-color: #FFF;
    margin-top: 50px;
    text-align: center;
}

#social-footer ul {
    margin-bottom: 0;
    padding-left: 0;
}

#social-footer li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.inline-block {
    display: inline-block !important;
}

#application .btn-primary {
    margin: 10px 0;
}

#application {

}

#application .btn-primary span {
    position: relative;
    top: 25%;
}

#assistance {

}

#assistance .btn-primary {
    margin: 10px 0;
    height: 70px;
}

#assistance .btn-primary span {
    position: relative;
    top: 25%;
}

#financial {

}

#financial table {
    font-size: 0.8em;
}

#financial table th {
    background-color: #3ca2e0;
    color: #FFF;
    text-align: center;
}

#fields a.btn.btn-lg.btn-danger {
    display: inline-block;
    margin-bottom: 0;
}

#fields div.no-link {
    margin-bottom: 30px;
    display: block;
}

#fields table.pathway {
    width: 100%;
}

#fields table.pathway td {
    border: 1px solid;
    padding: 10px 15px;
    color: #D6FD2E;
}

#fields table.pathway.bd td {
    padding: 8px 15px 5px 15px;
}

#fields table.pathway.bd thead td {
    padding: 10px 15px;
}

#fields table.pathway thead td {
    text-transform: uppercase;
    font-size: 1.3em;
    background-color: #9CB920;
    color: #fff;
}

#fields table.entry_requirements {
    width: 100%;
    font-size: 14px;
}

#fields table.entry_requirements.english {
    font-size: 12px;
}

#fields table.entry_requirements td {
    border: 1px solid;
    padding: 10px 5px;
}

#fields table.entry_requirements.english td {
    padding: 5px;
}

#fields table.entry_requirements thead td {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    background-color: #9CB920;
    padding: 5px;
}

#fields table tr.entry_sub_head td {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border-color: #fff;
}

#fields table a {
    margin-bottom: 0;
    color: #D6FD2E;
}

.variation #fields table.pathway thead td,
.variation #fields table.entry_requirements thead td {
    background-color: #FFBB00;
    color: #000;
    font-weight: bold;
}

.variation #fields table tr td {
    color: #FDCA3D;
}

.variation #fields table a {
    color: #FDCA3D;
}

.variation #fields table tr.entry_sub_head td {
    color: #000;
}

.text-red {
    color: #f00;
}

div.slider-1, div.slider-2, div.slider-3, div.slider-4, div.slider-5, div.slider-6 {
    padding: 30px 0 80px;
}

div.slider-1::after, div.slider-2::after, div.slider-3::after, div.slider-4::after, div.slider-5::after, div.slider-6::after {
    content: "";
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-position: top center !important;
}

.carousel-inner > .item {
    min-height: 300px;
}

.carousel-inner > .item > img {
    min-height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.trap {
    display: none;
}

.p-0 {
    padding: 0;
}

/**** POPUP Notification ****/
.popup {
    z-index: 9999;
    position: absolute;
    top: 120px;
    width: 100%;
}

.popup h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.popup-content {
    margin: auto;
    width: 600px;
    background: #FFF;
    border: 5px solid #CCC;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    color: #000;
}

.popup .error .popup-close {
    background: #C00;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.popup .error .popup-close:hover {
    background: #D00;
}

.popup .success .popup-close {
    background: #0A0;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.popup .success .popup-close:hover {
    background: #0B0;
}

div.prog_title {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
}

.sc-avail {
    position: relative;
    display: inline;
    bottom: 25px;
    background-color: rgba(231, 76, 60, 0.9);
    line-height: 0;
    padding: 7px;
}

#disclaimer {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.padding-2x {
    padding-top: 50px;
    padding-bottom: 50px;
}

.underline:after {
    font-family: Lato, sans-serif, Helvetica, Arial;
    display: block;
    font-weight: normal;
    padding-bottom: 14px;
    line-height: 14px;
    font-size: 24px;
    content: "......";
    opacity: 0.2;
}

.flex-end {
    justify-items: flex-end;
}

.table-sm th,
.table-sm td {
    padding: 3px;
    font-size: 0.9em;
}

.table-borderless.table>tbody>tr>th,
.table-borderless.table>tbody>tr>td {
    border: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mb-1 {
    margin-bottom: 1em;
}

.nav-tabs.with-icon a > p {
    display: flex;
}

.nav-tabs.with-icon a > p > i {
    text-align: center;
    color: #cd0000;
    font-size: 24px;
    min-width: 42px;
    margin-right: 5px;
}

#scholar-accdn .panel-default {
    padding: 10px 5px;
}

#scholar-accdn a:not(.collapsed) > .panel-heading {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.icon-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-boxes .icon-box {
    box-sizing: border-box;
    padding: 15px;
    width: 24%;
    align-items: center;
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 15px;
    margin: 5px;
}

.icon-boxes-2 .icon-box {
    box-sizing: border-box;
    padding: 10px;
    width: 250px;
    align-items: center;
}

.icon-boxes .icon-box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.3em;
}

.icon-boxes .icon-box i {
    color: #005491;
}

.icon-boxes-2 .icon-box i {
    color: #cd0000;
}

.custom-list li {
    margin-bottom: 15px;
}

#tabs-programmes .nav-link {
    color: #333333;
}

@media (max-width: 991px) {

    .icon-boxes .icon-box {
        width: 33%;
    }

    .hero-wrap {
        padding: 0 15px;
    }

    .nav-logo {
        margin-right: 40px;
    }

    #redbar {
        margin-top: 95px;
        font-size: 0.85em;
    }

    #header {
        height: 95px;
    }

    #header .nav-text {
        font-size: 0.85em;
    }

    .navbar .navbar-brand {
        width: 190px;
    }

    .nav-social {
        margin-top: 12px;
    }

    #hero .container {
        padding-top: 0;
    }

    #parallax {
        height: 100%;
    }

    #hero .col-md-7 img {
        width: 100%;
    }
    .nav-tabs > li > a {
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    .panel-default > .panel-heading {
        padding: 15px;
        margin: 5px 0;
    }

    .icon-boxes .icon-box {
        width: 100%;
        padding: 25px;
        text-align: center;
    }

    .nav-logo {
        float: none;
        width: 30%;
        margin-right: 30px;
    }

    .navbar .navbar-brand {
        width: 100%;
        margin: 0;
    }

    .faq-block {
        margin: 0 50px;
    }

    .navbar-nav > li > a {
        padding: 10px;
    }

    .header-button {
        margin: 0;
    }

    .navbar-right button {
        margin-top: 0;
        margin-bottom: 50px;
    }

    table.entry_requirements.english {
        border-collapse: collapse;
    }

    .hide-mobile {
        display: none;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4,
    .carousel-inner blockquote p {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p.lead {
        font-size: 18px;
    }

    #contact form {
        width: 100%;
        margin: 0;
    }

    .faq-block {
        margin: 0 40px;
    }

    .carousel-inner > .item {

    }

    #hero .col-md-7 img {
        width: 100%;
    }

    .popup-content {
        width: 90%;
    }

    .research-area {
        max-width: 255px;
        margin: 10px auto;
        min-height: auto;
    }

    .research-area img {
        width: 100%;
    }

    span.prog_title {
        min-height: 55px;
        font-size: 80%;
    }

    /* #fields .col-xs-6:nth-of-type(2n+4){clear:left;} */
    #fields .foundation .col-xs-6:nth-of-type(2n+4) {
        clear: none;
    }

    #application .btn-primary {
        font-size: 15px;
        height: 60px;
    }

    #application h1 {
        float: none;
        text-align: center;
    }

    #assistance .btn-primary {
        font-size: 15px;
        height: 60px;
    }

    #header .nav-text {
        font-size: 1em;
        margin-top: 15px;
    }

    #header .nav-text span {
        display: block;
    }
}

@media (max-width: 599px) {

    #header {
        height: auto;
        position: static;
        margin-bottom: 0;
    }

    .nav-logo {
        float: none;
        width: 100%;
        margin: 0;
    }

    .nav-logo .navbar-brand {
        float: none;
        width: 100%;
        text-align: center;
    }

    .nav-logo .navbar-brand img {
        width: 200px;
        margin: auto;
    }

    .nav-social {
        display: none;
    }

    .nav-text br {
        display: none;
    }

    .btn-warning.pull-right {
        float: none !important;
        display: block;
    }

    #assistance .col-xs-6 {
        width: 100%;
    }

    #header .nav-text {
        margin-top: 0;
        margin-bottom: 10px;
        float: none !important;
    }

    #header .nav-text span {
        display: inline-block;
    }

    #header .nav-text .text-right {
        margin-top: 0;
        text-align: center;
    }

    #redbar {
        display: none;
    }
}

@media (max-width: 490px) {

    #hero h1 {
        font-size: 38px;
    }

    #hero p.lead {
        font-size: 1.5em;
    }

    #fields .col-xs-6 {
        width: 50%;
    }

    /* #fields .col-xs-6:nth-of-type(2n+4){clear:left;} */
    .faq-block {
        margin: 0;
    }

    .popup-content {
        width: 90%;
    }
}

@media (max-width: 510px) {
    div#social-footer span.text {
        display: none;
    }

    .carousel-inner > .item > img {
        min-height: auto;
    }

    .popup-content {
        width: 90%;
    }
}

@media (max-width: 362px) {
    ul.nav.navbar-nav {
        width: auto;
        font-size: 12px;
    }

    #redbar {
        display: none;
    }

    #hero {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .carousel-inner > .item > img {
        min-height: auto;
    }

    .d-sm-flex {
        display: flex;
    }
    #hero.thank-you {
        padding-top: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner > .item > img {
        min-height: auto;
        width: 100%;
    }

    .carousel-inner > .item {
        min-height: 270px;
    }

    .popup-content {
        width: 600px;
    }

    .research-area {
        max-width: 255px;
    }

    span.prog_title {
        min-height: 50px;
    }

    section {
        font-size: 0.9em;
    }

    #header .nav-text .text-right {
        margin-top: 30px;
    }

    #header .nav-menu {
        font-size: 1em;
    }

    #header .nav-menu li {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {

    .text-md-left {
        text-align: left;
    }

    .mt-md-4 {
        margin-top: 4em;
    }

    .ml-md-2 {
        margin-left: 2em;
    }

    .d-md-flex {
        display: flex;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #hero .private {
        font-size: 0.6em;
        line-height: 1.5;
        display: inline-block;
        margin-left: 20px;
    }

    #hero .col-md-7 img {
        width: 100%;
        margin-top: 50px;
    }

    .carousel-inner > .item {
        min-height: 250px;
    }

    .carousel-inner > .item > img {
        min-height: auto;
    }

    .research-area img {
        width: 100%;
    }

    span.prog_title {
        min-height: 50px;
        font-size: 0.7em;
    }

    #header .nav-menu {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) and (max-width: 1580px) {
    .popup-content {
        width: 600px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 7px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border: none;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    ul.nav.navbar-nav {
        background-color: #FFF;
        float: right;
        max-width: 300px;
        margin-top: 0;
        border: 1px solid #CCC;
        position: relative;
        margin-right: 0;
    }

    ul.nav.navbar-nav li {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid #CCC;
    }

    ul.nav.navbar-nav li a {
        font-size: 1.1em;
        padding: 20px 30px;
    }
}
