/* ========================
   Theme Name: Gravity Advisory
   ======================== */
/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
**/

:root{
    --primary-color: #1A272E;
    --secondary-color: #FECC0A;
    --gray-color: #F7F7F8;
}

/* 1.0 - Fonts
============================== */
@font-face {
    font-family: 'Ambit';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-SemiBold.woff2') format('woff2'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-Regular.woff2') format('woff2'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-Bold.woff2') format('woff2'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Ambit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/NeueMachina-Ultrabold.woff2') format('woff2'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/NeueMachina-Ultrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Supply';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Supply-Regular.woff2') format('woff2'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/Supply-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images//LucidaGrande-Bold.woff2') format('woff2'),
    url('../fonts/lucida-grande/LucidaGrande-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* 2.0 - Icon fonts
============================== */
@font-face {
    font-family: 'icomoon';
    src:  url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/icomoon.eot');
    src:  url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/icomoon.eot#iefix') format('embedded-opentype'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/icomoon.ttf') format('truetype'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/icomoon.woff') format('woff'),
    url('https://pages.jmcacademy.edu.au/rs/131-RAJ-144/images/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "\e903";
}
.icon-left:before {
    content: "\e90f";
}
.icon-right:before {
    content: "\e910";
}
.icon-linkedin:before {
    content: "\eaca";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-plus-light:before {
    content: "\e902";
}
.icon-plus:before {
    content: "\e906";
}
.icon-down:before {
    content: "\e905";
}
.icon-check:before {
    content: "\e900";
}
.icon-mail:before {
    content: "\e901";
}
.icon-phone:before {
    content: "\e942";
}
.icon-play:before {
    content: "\ea1c";
}
.icon-youtube:before {
    content: "\ea9d";
}

/* 3.0 - Useful classes
============================== */
.v-delim-l{
    border-left: 1px solid var(--line-color);
}
hr{
    border-color:  var(--line-color);
}
.anchor:hover,
.anchor{
    position: absolute;
    left: 50%;
    z-index: 99;
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 18px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.13);
    background-color: #fff;
}
.breadcrubs{
    border-bottom: 1px solid var(--line-color);
    background-color: #fff;
}
.breadcrubs ul{
    margin: 0;
}
.breadcrubs ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrubs ul > li > span{
    text-decoration: underline;
}
.breadcrubs ul > li a{
    text-decoration: none;
}
.breadcrubs ul > li + li{
    padding-left: 70px;
    position: relative;
    overflow: hidden;
}
.breadcrubs ul > li + li:before{
    content: "";
    width: 1px;
    height: 80px;
    display: inline-block;
    position: absolute;
    background-color: var(--line-color);
    transform: rotateZ(45deg);
    top: -15px;
    left: 36px;
}
.pagination{
    padding-top: 30px;
}
.page-link{
    color: inherit;
    border: none;
}
.page-item.active .page-link{
    background-color: var(--primary-color);
    color: #fff;
}
.page-item.prev .page-link,
.page-item.next .page-link{
    font-size: 20px;
    font-weight: 600;
}
@media (min-width: 1340px){
    .container{
        max-width: 1170px;
    }
    .container-lg{
        max-width: 1370px;
    }
    .container-sm {
        max-width: 980px;
    }
}
@media screen and (max-width: 575px) {
    .mobile-space{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrubs ul > li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .breadcrubs ul > li + li{
        padding-left: 40px;
    }
    .breadcrubs ul > li + li:before{
        left: 16px;
    }
}
/* 4.0 - General
============================== */
body{
    font-family: 'Ambit';
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
    font-family: 'Neue Machina';
    font-weight: 800;
    line-height: .88;
}
h1, .h1 {
    font-size: 52px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 20px;
    font-family: 'Ambit';
    font-weight: 700;
    line-height: 1.25;
}
h5{
    font-size: 18px;
    line-height: 1.12;
}
h6{
    font-size: 20px;
    font-family: 'Supply';
    line-height: 1.2;
    letter-spacing: -1px;
}
a{
    transition: all .3s;
    color: inherit;
}
a:hover{
    color: inherit;
    opacity: 0.6;
    text-decoration: none;
}
a:active{
    outline: none;
}
.text-underline {
    text-decoration: underline;
}
.text-underline:hover {
    text-decoration: none;
}
.clear-line {
    color: #EBEBEB;
}
img {
    max-width: 100%;
}
.bg-primary {
    background-color: var(--primary-color)!important;
    color: #fff;
}
.bg-secondary {
    background-color: var(--secondary-color)!important;
}
.text-16 {
    font-size: 16px;
}
.text-20 {
    font-size: 20px;
}
.gutter-18 {
    margin-left: -9px;
    margin-right: -9px;
}
.gutter-18 > * {
    padding-left: 9px;
    padding-right: 9px;
}
.gutter-16 {
    margin-left: -8px;
    margin-right: -8px;
}
.gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
}
.gutter-24 {
    margin-left: -12px;
    margin-right: -12px;
}
.gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 33px;
        line-height: 1.21;
    }
}
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 23px;
        line-height: 1.21;
    }
    h2{
        font-size: 24px;
        line-height: 1;
    }
    h3{
        font-size: 22px;
    }
    h5{
        font-size: 16px;
        line-height: 1.25;
    }
}

/**** 4.1 - Forms ****/
.gform_body{
    
}
.gform_fields {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    padding-left: 0;
    --line-color: #979797;
    margin: 0;
}
.gform_footer .button{
    width: 100%;
}
.gform_fields > li {
    flex: 1 1 100%;
}
.gform_fields > li.gfield_error input {
    border: 1px solid #a00;
}
.gform_fields > li.gf_half {
    max-width: calc(50% - 9px);
}
.gform_fields > li.one-third {
    max-width: calc(33.333% - 9px);
}
.gform_fields > li.one-fourth {
    max-width: 24%;
}
.gform_fields .gfield_checkbox {
    list-style: none;
    padding: 0;
    margin-top: -17px;
}
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'], [type='week'],
[type='email'], [type='number'],
[type='search'], [type='tel'],
[type='time'], [type='url'],
[type='color'],
select,
textarea,
.form-control {
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
    border: 0;
    padding: 10px 16px;
    border-radius: 0;
    background-color: var(--gray-color);
    color: var(--primary-color);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: var(--primary-color);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--primary-color);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--primary-color);
}
textarea,
textarea.form-control{

}
select{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image: url("../images/bottom.svg");
    background-repeat: no-repeat;
    background-position: 97% 44%;
}
select,
select.form-control {
    padding-right: 45px;
}
input + .password-icon {
    position: absolute;
    top: 8px;
    right: 27px;
    cursor: pointer;
}
.checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}
.icon-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    border: 2px solid var(--primary-color);
    background-color: #FFFFFF;
    font-size: 15px;
}
.icon-check::before {
    opacity: 0;
}
.checkbox input:checked + .icon-check::before {
    opacity: 1;
}
.checkbox-text {
    padding-left: 20px;
}

@media screen and (max-width: 575px) {
    .gform_fields > li.gf_half{
        max-width: 100%;
    }
}

/**** 4.2 - Buttons ****/
.gform_footer .button,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px 13px;
    min-height: 60px;
    border-radius: 0;
    border: none;
    font-weight: 700;
    text-align: center;
}
.btn-group > .btn+.btn {
    margin-left: 10px;
}
.btn-sm {
    padding: 22px 33px 19px;
}
.gform_footer .button,
.btn.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
}
.gform_footer .button:hover,
.btn.btn-primary:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    opacity: 1;
}
.btn.btn-secondary {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.btn.btn-secondary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #fff;
    opacity: 1;
}
.btn-style {
    display: inline-block;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 30px;
    text-align: center;
    font-family: 'Supply';
    line-height: 1;
}
.btn-reset {
    background: transparent;
    border: 0;
    outline: none;
}
@media screen and (max-width: 575px) {
    .btn {
        width: 100%;
        padding: 14px 15px 13px;
    }
    .btn-style {
        padding: 13px;
        width: 100%;
        font-size: 16px;
        line-height: 1.25;
    }
}

/**** 4.4 - Animation ****/
.animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
.animate-children > .complete{
    opacity: 1;
    transform: none;
}

/***** 5.0 - Mobile menu *****/
.mobile-menu{
    display: none;
}
@media screen and (max-width: 991px) {
    body.open{
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        left: -100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 999;
    }
}

/* 6.0 - Header and Footer
============================== */
.header {
    min-height: 640px;
    color: #fff;
    background-size: cover;
    margin-bottom: 80px;
}
.header-content {
    margin-bottom: -43px;
}
.header-content .btn-style {
    margin-left: -20px;
}
.header-top {
    padding: 80px 0;
}
.header-phone {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.77px;
}
.header-title {
    margin-bottom: 36px;
}
.video-block {
    position: relative;
    height: 360px;
}
.video-block::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -40px;
    top: -40px;
    bottom: -40px;
    width: 60%;
    background-color: var(--secondary-color);
}
.video-block-content {
    position: relative;
    z-index: 2;
    height: 100%;
}
.video-block img,
.video-block iframe,
.video-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-block-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
    font-size: 80px;
}
.video-block-play:focus {
    outline: none;
    opacity: .8;
}
.video-block-play span {
    vertical-align: middle;
}
.footer-top{
    padding-top: 40px;
    padding-bottom: 90px;
}
.footer-nav ul {
    -moz-column-count: 2;
    -moz-column-gap: 70px;
    -webkit-column-count: 2;
    -webkit-column-gap: 70px;
    column-count: 2;
    column-gap: 70px;
    margin-bottom: 0;
}
.footer-nav ul li{
    margin-bottom: 3px;
}
.footer-nav ul li a{
    font-family: 'Neue Machina';
    font-size: 12px;
}
.footer-top h6{
    font-family: 'Ambit';
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}
.social-list{
    max-width: 170px;
}
.social-list li{
    margin-right: 20px;
    margin-bottom: 20px;
}
.social-list li:last-child{
    margin-bottom: 0;
}
.social-list li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
}
.footer-bottom{
    font-size: 12px;
    padding-bottom: 20px;
}
.footer-bottom ul li{
    margin-left: 20px;
    margin-right: 20px;
}
.footer-bottom nav ul{
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .video-block::after {
        right: -35px;
        top: -35px;
        bottom: -35px;
    }
}
@media screen and (max-width: 1199px) {
    .header-top {
        padding: 60px 0;
    }
    .video-block::after {
        right: -20px;
        top: -20px;
        bottom: -20px;
        width: 60%;
        background-color: var(--secondary-color);
    }
}
@media screen and (max-width: 991px) {
    .header {
        min-height: auto;
        margin-bottom: 135px;
    }
    .header-top {
        padding: 40px 0;
    }
    .video-block {
        margin-top: 60px;
    }
    .header-content .btn-style {
        margin-left: 0;
    }
    .footer-nav ul{
        margin-bottom: 40px;
    }
    .social-list {
        max-width: 100%;
    }
    .social-list{
        margin-bottom: 40px;
    }
    .social-list li {
        margin-bottom: 0;
    }
    .footer-top{
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .header-top {
        padding: 15px 0 45px;
    }
    .header-logo {
        width: 81px;
    }
    .video-block {
        height: 225px;
    }
    .footer-top h6,
    .footer-nav ul li a{
        font-size: 16px;
    }
    .footer-bottom ul {
        display: block!important;
        flex-wrap: nowrap!important;
    }
    .footer-bottom ul li{
        margin-bottom: 10px;
    }
    .footer-bottom nav ul{
        margin-bottom: 0;
    }
    .footer-bottom ul li {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-bottom ul li a{
        font-size: 16px;
    }
    .footer-bottom{
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .header-content {
        margin-bottom: -75px;
    }
    .header-title {
        margin-bottom: 20px;
    }
    .video-block::after {
        width: 55%;
        right: -20px;
    }
    .video-block {
        height: 145px;
        padding: 0 5px;
    }
    .video-block-play {
        font-size: 60px;
    }
    .footer-nav ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .social-list li{
        margin-right: 10px;
    }
}

/* 7.0 - Pages
======================================= */
.registration-recommended {
    position: relative;
    padding-right: 40px;
    padding-bottom: 53px;
}
.registration-recommended::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: -43px;
    width: 1px;
    background-color: #EBEBEB;
}
.open-day-list {
    padding-right: 50px;
    margin-bottom: 24px;
}
.open-day-list li {
    margin-bottom: 14px;
}
.quote-block {
    position: relative;
    border: 1.6px solid #EFEFEF;
    border-radius: 3.2px;
    background-color: #fff;
    padding: 20px 28px;
}
.quote-user-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}
.quote-text {
    padding-right: 20px;
}
.quote-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    transform: rotateY(180deg) translateY(12px);
    font-family: 'Lucida Grande';
    color: var(--secondary-color);
    transform-origin: center center;
}
.quote-icon::before {
    content: 'â€œ';
    line-height: .5;
    font-size: 80px;
    vertical-align: middle;
    display: inline-block;
}
.registration-form {
    padding-top: 55px;
    padding-bottom: 55px;
}
.registration-form h2 {
    margin-bottom: 24px;
}
.images-section {
    overflow: hidden;
}
.images-slider {
    display: flex;
    margin-bottom: 16px;
}
.images-slider .slick-list {
    margin: 0 -8px;
}
.slick-arrow span {
    color: #393939;
}
.slick-arrow:hover span {
    color: #fff;
}
.images-slider img {
    width: 100%;
    object-fit: cover;
}
.images-slider .sl {
    padding-left: 8px;
    padding-right: 8px;
}
.images-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 40px;
    min-height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 30px;
}
.images-slider .slick-prev {
    left: 0;
    margin-left: -16px;
}
.images-slider .slick-next {
    right: 0;
    margin-right: -16px;
}
.courses-section {
    padding-bottom: 106px;
}
.courses-section .apply-btn {
    min-width: 235px;
}
.courses-section .h1 {
    padding-top: 80px;
    margin-bottom: 70px;
}
.courses-item {
    position: relative;
    min-height: 197px;
    padding: 32px;
    border: 1px solid rgba(255,255,255,.32);
    margin-bottom: 77px;
}
.courses-plus {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: inherit;
}
.courses-code {
    color: var(--secondary-color);
    font-size: 15px;
}
.specific-roles-list {
    padding-top: 12px;
    padding-left: 20px;
    column-count: 3;
}
.specific-roles-list li {
    margin-bottom: 10px;
}
.faqs-section {
    padding-top: 73px;
    padding-bottom: 56px;
}
.faqs-section .h1 {
    padding-bottom: 40px;
}
.faqs-container .btn {
    margin-bottom: 12px;
}
.faqs-container {
    width: 350px;
    margin-right: 36px;
}
.faqs-list {
    padding: 32px 32px 16px;
    margin-bottom: 12px;
    background-color: var(--gray-color);
}
.faqs-list h3 {
    margin-bottom: 21px;
}
.questions-section .h3 {
    color: var(--secondary-color);
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.questions-section {
    padding-top: 62px;
    padding-bottom: 70px;
}
.questions-form {
    padding-bottom: 67px;
    margin-bottom: 0;
}
.questions-slider {
    padding-top: 80px;
}
.questions-section .question-content{
    padding-left: 53px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.questions-section .question-content .quote-icon {
    top: 20px;
    right: auto;
    left: 15px;
    transform: rotateY(360deg) translateY(0);
}
.questions-slider .slick-dots > li > button {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: rgba(255,255,255,.6);
    border-radius: 0;
    opacity: 1;
    line-height: 1;
}
.questions-slider .slick-dots > li.slick-active > button {
    background-color: rgba(255,255,255,1);
}
.questions-slider .slick-dots{
    position: absolute;
    left: calc(50% + 68px);
    bottom: 0;
}
.questions-slider .slick-dots > li {
    margin: 0 10px;
    line-height: 1;
}
.questions-slider .slick-slide{
    height: auto;
}
.questions-slider img{
    width: 100%;
}
.simple-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.simple-section h2{
    margin-bottom: 28px;
}
.simple-section .btn-primary {
    border: 1px solid transparent;
}
.simple-section .btn-primary:hover {
    border-color: #fff;
}
.simple-section p{
    margin-bottom: 40px;
}
[aria-expanded=true] .icon-plus::before {
    content: '\e903';
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .registration-recommended {
        padding-right: 0;
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 10px;
    }
    .registration-recommended::after {
        display: none;
    }
    .images-slider .slick-arrow {
        margin: 0;
    }
    .faqs-container {
        width: 100%;
        margin-right: 0;
    }
    .questions-slider .slick-dots {
        position: static;
        left: auto;
        bottom: auto;
        justify-content: flex-start;
        padding-left: 30px;
    }
    .questions-section .question-content .quote-icon {
        top: 30px;
        left: 0;
    }
    .questions-section .question-content {
        padding-left: 40px;
        padding-bottom: 0
    }
    .simple-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .quote-block {
        text-align: center;
        padding: 16px 12px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .quote-icon {
        position: static;
        display: inline-block;
    }
    .quote-user-img {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .questions-section,
    .registration-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .registration-form h2 {
        margin-bottom: 40px;
    }
    .courses-section .h1 {
        padding-top: 42px;
        margin-bottom: 28px;
    }
    .courses-item {
        margin-bottom: 20px;
        min-height: 173px;
    }
    .specific-roles-list {
        column-count: 2;
    }
    .courses-section {
        padding-bottom: 76px;
    }
}
@media screen and (max-width: 575px) {
    .registration-recommended {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .images-slider .sl {
        padding-left: 4px;
        padding-right: 4px;
    }
    .images-slider .slick-list {
        margin: 0 -15px;
    }
    .images-slider .slick-prev {
        margin-left: -2px;
    }
    .images-slider .slick-next {
        margin-right: -2px;
    }
    .faqs-list,
    .courses-section {
        margin-left: -15px;
        margin-right: -15px;
    }
    .faqs-list,
    .courses-item {
        padding: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .specific-roles-list {
        column-count: 1;
    }
    .questions-form,
    .courses-section {
        padding-bottom: 40px;
    }
    .specific-roles-list li {
        margin-bottom: 8px;
    }
    .faqs-list {
        margin-left: -15px;
        margin-right: -15px;
        padding: 32px 20px 16px;
    }
    .faqs-buttons {
        padding: 0 5px;
    }
    .faqs-section {
        padding-top: 40px;
        padding-bottom: 8px;
    }
    .faqs-list h3 {
        font-size: 32px;
    }
    .faqs-section h4,
    .faqs-section .h1 {
        padding-bottom: 16px;
    }
    .questions-section .h3 {
        margin-bottom: 16px;
    }
    .questions-form {
        margin-top: 24px;
    }
    .questions-section .question-content{
        padding: 40px 20px 24px;
        text-align: center;
    }
    .questions-slider{
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .questions-slider .slick-dots {
        justify-content: center;
        padding-left: 0;
    }
    .faqs-list .card-body {
        text-align: justify;
    }
    .open-day-list {
        padding-right: 0;
        margin-bottom: 14px;
    }
    .registration-form {
        margin-bottom: 0;
    }
    .text-20 {
        font-size: 16px;
    }
    .footer-nav ul li a {
        font-family: 'Ambit';
        font-weight: 700;
    }
    .specific-roles-list {
        padding-left: 16px;
    }
}