/* Bootstrap Reset */
.my-6{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.my-8{
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.my-10{
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.my-12{
    margin-top: 12rem;
    margin-bottom: 12rem;
}
.my-15{
    margin-top: 15rem;
    margin-bottom: 15rem;
}
.my-16{
    margin-top: 16rem;
    margin-bottom: 16rem;
}
.my-20{
    margin-top: 20rem;
    margin-bottom: 20rem;
}
.pl-6{
    padding-left: 6rem;
}
.pl-6p6{
    padding-left: 6.6rem;
}
.pl-7{
    padding-left: 7rem;
}
.pl-8{
    padding-left: 8rem;
}
.pl-9{
    padding-left: 9rem;
}
.pl-10{
    padding-left: 10rem;
}
.pl-14{
    padding-left: 14rem;
}
.pr-6{
    padding-right: 6rem;
}
.pr-7{
    padding-right: 7rem;
}
.pr-8{
    padding-right: 8rem;
}
.pr-9{
    padding-right: 9rem;
}
.pr-10{
    padding-right: 10rem;
}
.pr-11{
    padding-right: 11rem;
}
.pt-g{
    padding-top: 2.42rem;
}
.pb-6{
    padding-bottom: 6rem;
}
.pb-7{
    padding-bottom: 7rem;
}
.pb-8{
    padding-bottom: 8rem;
}
.pb-9{
    padding-bottom: 9rem;
}
.pb-10{
    padding-bottom: 10rem;
}
.pb-11{
    padding-bottom: 11rem;
}
.pb-12{
    padding-bottom: 12rem;
}
.pb-13{
    padding-bottom: 13rem;
}
.pt-6{
    padding-top: 6rem;
}
.pt-7{
    padding-top: 7rem;
}
.pt-8{
    padding-top: 8rem;
}
.pt-9{
    padding-top: 9rem;
}
.pt-10{
    padding-top: 10rem;
}
.pt-11{
    padding-top: 11rem;
}
.pt-12{
    padding-top: 12rem;
}
.pt-13{
    padding-top: 13rem;
}
.pt-0p25rem{
    padding-top: 0.25rem;
}
.pt-0p4rem{
    padding-top: 0.4rem;
}
.pt-0p9rem{
    padding-top: 0.9rem;
}
.pt-1p9rem{
    padding-top: 1.9rem;
}
.pt-2p6rem{
    padding-top: 2.6rem;
}
.pt-3p3rem{
    padding-top: 3.3rem;
}
.pl-3p3rem{
    padding-left: 3.3rem;
}
.pl-4rem{
    padding-left: 4rem;
}
.pl-5rem{
    padding-left: 5rem;
}
.pl-5p1rem{
    padding-left: 5.1rem;
}
.pr-3p5rem{
    padding-right: 3.5rem;
}
.pr-4rem{
    padding-right: 4rem;
}
.pr-5rem{
    padding-right: 5rem;
}
.pr-5p2rem{
    padding-right: 5.2rem;
}
.pr-5p5rem{
    padding-right: 5.5rem;
}
.p1-6{
    padding-top: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
}
.bg-black{
    background-color: #000;
}
@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff');
}
@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis/Metropolis-Medium.woff');
}
@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('../fonts/Metropolis/Metropolis-ExtraBold.woff');
}
@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis/Metropolis-Light.woff');
}
@font-face {
    font-family: 'Metropolis-ExtraLight';
    src: url('../fonts/Metropolis/Metropolis-ExtraLight.woff');
}
@font-face {
    font-family: 'Metropolis-Thin';
    src: url('../fonts/Metropolis/Metropolis-Thin.woff');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

.montserrat-medium{
    font-family: 'Montserrat' !important;
    font-weight: 500;
}
.montserrat-regular{
    font-family: 'Montserrat' !important;
    font-weight: 400;
}

.color-pink-F288AE{
    color: #F288AE;
}

.email-link:hover {
    color: #F288AE;

}
body {
    background-color: #FFFFFF !important;
    font-family: 'Metropolis-Regular';
}
.fixed-billboard{
    background-color: #323B82;
	padding-bottom: 20%;
}
.picture-frame{
    width: 100%;
}
.block-title{
    background-color: #323B82;
    color:  #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}
.block-title-about {
    /*background-color: #ffffff;*/
    color:  #ffffff;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.75rem;
}
.block-title-img {
    width: 30%;
}
.block-sub-title-1{
    background-color: #323B82;
    color:  #F29A3F;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.block-text{
    background-color: #323B82;
    color:  #FFFFFF;
    /* font-family: 'Metropolis-Thin'; */
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
    /* padding-top: 1rem; */
    padding-bottom: 1rem;
}
.desktop-block-sub-title-1{
    background-color: #323B82;
    color:  #F29A3F;
    font-size: 2.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.desktop-block-title{
    background-color: #323B82;
    color:  #FFFFFF;
    font-size: 3.5em;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}
.desktop-block-title-about {
    /*background-color: #ffffff;*/
    color:  #ffffff;
    font-size: 3.5em;
    font-weight: bold;
    text-align: left;
    /* line-height: 1.1;
    margin-top: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.75rem;
    background-repeat: no-repeat;
    background-image: url('../images/custom/Member Logo.jpg');
    background-size: 50% 100%;
    background-position: bottom 0% right 0%; */
}
.desktop-block-text{
    background-color: #323B82;
    color:  #FFFFFF;
    font-family: 'Metropolis-Thin';
    font-size: 1.125em;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    /* padding-top: 1rem; */
    padding-bottom: 1rem;
}
.title-line{
    border: 1px solid #FFFFFF;
}
.text-bold{
    font-weight: bold;
}
.font-11px{
    font-size: 11px;
}
.font-1em{
    font-size: 1em;
}
.mobile-about{
    padding-top: 3rem;
}
.about-image-text{
    background-color: #F488AE;
    color:  #323B82;
    font-family: 'Metropolis-Medium';
    font-size: 1.1em;
    text-align: center;
    line-height: 1.1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.contact-label{
    color:  #FFFFFF;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 0.75rem;
}
.contact-input{
    background-color: #BDBDE5;
    border-radius: 10px;
}
.contact-input:focus{
    background-color: #BDBDE5;
    border-radius: 10px;
}
.contact-button{
    width :35%;
    background-color: #F288AE;
    color:  #FFFFFF;
    font-size: 1.2em;
    line-height: 1.1;
    border-radius: 15px;
    border-color: #F288AE;
    padding-top: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.7rem;
}
input[type=email]:focus {
    background-color: #BDBDE5;
}
input[type=text]:focus {
    background-color: #BDBDE5 !important;
}
input[type=date]:focus {
    background-color: #BDBDE5;
}
.desktop-about-image{
    width: 100%;
}
.desktop-about-image-text{
    width: 100%;
    background-color: #F488AE;
    color:  #323B82;
    font-family: 'Metropolis-Medium';
    font-size: 1.5em;
    text-align: center;
    line-height: 1.1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.width-100{
    width: 100%;
}
.width-95{
    width: 95%;
}
.width-88{
    width: 88%;
}
.width-85{
    width: 85%;
}
.width-60{
    width: 60%;
}
.width-50{
    width: 50%;
}
.width-40{
    width: 40%;
}
.width-25{
    width: 25%;
}
.image-responsive{
    background-size: contain;
    max-width: 100%;
    height: auto;
}
.service-image-1{
    width: 498px;
    background-size: contain;
    height: 672px;
}
.service-image-2{
    width: 95%;
    background-size: contain;
    height: auto;
}
.service-image-3{
    width: 25%;
    background-size: contain;
    height: auto;
}
.fee-image-1{
    width: 100%;
    background-size: contain;
    height: auto;
}
.fee-image-2{
    width: 100%;
    background-size: contain;
    height: auto;
}

/* --------------------------------------------------------------------------- Navigation Section -------------------------------------------------------------*/

.header-navigation {
    background-color: #323B82;
}
.header-navigation .navbar {
    background-color: #323B82;
}
.header-navigation .navbar .navbar-collapse .nav-item .nav-link {
    color: #FFFFFF;
    font-size: 1vw;
    padding-right: 0rem;
    padding-left: 2rem;
}
.navbar-toggler-close {
    margin-top: 115px;
}
.main-menu ul {
    margin-top: -125px !important;
}
.manu-footer {
    height: 25% !important;
    background-color: #323B82;
}
.manu-footer i {
    font-size: 25px;
}
.main-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.nav-open .main-menu {
    opacity: 1;
    visibility: visible;
    background: #F388AF;
}
.main-menu .nav li a {
    color:#323B82;
    font-size: 2vw;
    font-family: 'Metropolis-ExtraBold';
}
.main-menu .nav li {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1 {
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -o-transition-delay:0.1s;
    transition-delay:0.1s;
}
.main-menu .nav li.delay-2 {
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    transition-delay:0.2s;
}
.main-menu .nav li.delay-3 {
    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
    -ms-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    transition-delay:0.3s;
}
.main-menu .nav li.delay-4 {
    -webkit-transition-delay:0.4s;
    -moz-transition-delay:0.4s;
    -ms-transition-delay:0.4s;
    -o-transition-delay:0.4s;
    transition-delay:0.4s;
}
.main-menu .nav li.delay-5 {
    -webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.main-menu .nav li.delay-6 {
    -webkit-transition-delay:0.6s;
    -moz-transition-delay:0.6s;
    -ms-transition-delay:0.6s;
    -o-transition-delay:0.6s;
    transition-delay:0.6s;
}
.main-menu .nav li.delay-7 {
    -webkit-transition-delay:0.7s;
    -moz-transition-delay:0.7s;
    -ms-transition-delay:0.7s;
    -o-transition-delay:0.7s;
    transition-delay:0.7s;
}
.main-menu .nav li.delay-8 {
    -webkit-transition-delay:0.8s;
    -moz-transition-delay:0.8s;
    -ms-transition-delay:0.8s;
    -o-transition-delay:0.8s;
    transition-delay:0.8s;
}
.main-menu .nav li.delay-9 {
    -webkit-transition-delay:0.9s;
    -moz-transition-delay:0.9s;
    -ms-transition-delay:0.9s;
    -o-transition-delay:0.9s;
    transition-delay:0.9s;
}
.navbar-toggler {
    position:relative;
    z-index:1000;
    display:block;
    width:50px;
    padding:12px;
}
.navbar-toggler #nav-icon3 {
    width:24px;
    height:22px;
    display:inline-block;
    position:relative;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    cursor:pointer;
}
.navbar-toggler #nav-icon3 span {
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:#FFFFFF;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out
}
.navbar-toggler #nav-icon3 span:nth-child(1) {
    top:0
}
.navbar-toggler #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top:7px
}
.navbar-toggler #nav-icon3 span:nth-child(4) {
    top:14px
}
.nav-open #nav-icon3 span:nth-child(1) {
    top:9px;
    width:0;
    left:50%
}
.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.nav-open #nav-icon3 span:nth-child(4) {
    top:9px;
    width:0;
    left:50%
}
.flex-center {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height:75%
}
.header-tile-container {
    background: #323B82;
    background: linear-gradient(180deg, #323B82 0%, #323B82 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}
.header-tile .upper-row {
    position: relative;
}
.header-tile .upper-row .upper {
    margin: auto;
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: 0;
    right: 0;
    margin-top: 10%;
}
.header-tile .lower-row-mobi {
    margin-top: 155%;
}
.header-tile .lower-row-desk {
    margin-top: 116%;
}
.header-tile .lower-row-mobi .lower, .header-tile .lower-row-desk .lower {
    margin: auto;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 45%;
}
.header-tile img {
    width: 100%;
}
.header-tile .upper, .header-tile .lower {
    display: block;
    line-height: 1.2 !important;
}
.header-tile .upper {
    color: #FFFFFF;
    font-size: 4.2vw;
    font-weight: bold;
}
.header-tile .lower {
    color: #323B82;
    font-size: 3.2vw;
    font-weight: bold;
}
.manu-footer .mobile-menu-logo img {
    width: 100px;
}
.dynamic-tile-container {
    background-color: #F388AF
}
.dynamic-tile-container .outer-rounded {
    background-color: #ffaecc;
    border-radius: .5rem !important;
}
.dynamic-tile-container .outer-rounded .img-wrapper-mobi img {
    width: -webkit-fill-available;
}
.dynamic-tile-container .outer-rounded .img-wrapper-desk img {
    width: 100%;
}
.dynamic-tile-container .outer-rounded .header-mobi {
    color: #FFFFFF;
    font-size: 4.2vw;
    font-weight: bold;
}
.dynamic-tile-container .outer-rounded .header-desk {
    display: block;
    line-height: 1;
    color: #FFFFFF;
    font-size: 2.75vw;
    font-weight: bold;
    text-align: left;
}
.dynamic-tile-container .outer-rounded hr {
    border-top: 2px solid rgb(255 255 255);
}
.dynamic-tile-container .outer-rounded .description-mobi {
    color: #323B82;
    font-size: 3.2vw;
    font-weight: bold;
    display: block;
    line-height: 1.2 !important;
}
.dynamic-tile-container .outer-rounded .description-desk {
    color: #323B82;
    font-size: 3.2vw;
    font-weight: bold;
    display: block;
    line-height: 1.2 !important;
}
.dynamic-tile-container .outer-rounded a {
    color: #323B82;
    font-weight: bold;
    font-size: 3.2vw;
    background: #ffffff;
    border-radius: 1.5rem !important;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi {
    background-color: #EF447B;
    border-radius: 0.5rem !important;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi .header-mobi {
    color: #FFFFFF;
    font-size: 4.2vw;
    font-weight: bold;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi a {
    color: #323B82;
    background-color: #FFFFFF;
    font-size: 3.2vw;
    border-radius: 1.5rem !important;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi a span i {
    font-weight: 600;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi .date-mobi {
    font-family: 'Metropolis-ExtraLight';
    font-size: 2.8vw;
}
.instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi .description-mobi {
    font-size: 3.2vw;
}
.footer-section .footer {
    background-color: #F5F5F5;
    border-top: 1px solid #323B82;
}
.footer-section .border-right {
    border-right: 1px solid #323B82 !important;
}
.footer-section .footer-mobi .footer-menu {
    font-size: 3.2vw;
    color: #323B82;
}
.footer-section .footer-light {
    font-family: 'Metropolis-ExtraLight';
}
.footer-section .footer-medium {
    font-family: 'Metropolis-Medium';
}
.footer-section .footer-mobi .social-media {
    position: relative;
}
.footer-section .footer-mobi .social-media .col-6.text-right {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.footer-section .footer-mobi .social-media .col-6.text-left {
    position: absolute;
    bottom: 0;
    left: 55%;
}
.footer-section .footer-mobi .social-media a {
    font-size: 5vw;
}
.footer-section .footer-desk .border-lr {
    border-left: 1px solid #323B82 !important;
    border-right: 1px solid #323B82 !important;
}
.footer-section .footer-desk .footer-menu {
    color: #323B82;
}
.footer-section .footer-desk p {
    line-height: 0.5;
    margin-left: 40%;
}
.footer-section .footer-desk .footer-medium {
    font-size: 2vw;
}
.footer-section .footer-desk .footer-light {
    font-size: 1.5vw;
}
.footer-section .footer-desk .social-media {
    position: relative;
}
.footer-section .footer-desk .social-media .fb {
    position: absolute;
    bottom: -50px;
    left: 38%;
}
.footer-section .footer-desk .social-media .in {
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.footer-section .footer-desk .social-media .fb a {
    font-size: 25px;
}
.footer-section .footer-desk .social-media .in a {
    font-size: 25px;
}
@media screen and (min-width: 320px) {
    .header-tile .upper {
        font-size: 3.8vw;
    }
    .header-tile .lower {
        font-size: 2.8vw;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        font-size: 3.8vw;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 2.8vw;
        font-weight: 600;
    }
    .header-tile .lower-row-mobi {
        display: block;
    }
    .header-tile .lower-row-desk {
        display: none;
    }
    .img-wrapper-mobi {
        display: block;
    }
    .img-wrapper-mobi img {
        display: block;
    }
    .img-wrapper-desk {
        display: none;
    }
    .img-wrapper-desk img {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .header-mobi {
        display: block;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .description-mobi {
        display: block;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .btn-mobi {
        display: flex;
    }
    .dynamic-tile-container .outer-rounded .btn-desk {
        display: none;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi {
        display: block;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk {
        display: none;
    }
    .footer-section .footer-mobi {
        display: block;
    }
    .footer-section .footer-desk {
        display: none;
    }
    .navbar-brand img {
        width: 18vw;
    }
    .footer-logo-container img {
        width: 25vw;
    }
}
@media screen and (min-width: 425px) {
    .footer-logo-container img {
        width: 20vw;
    }
}
@media screen and (min-width:500px) {
    .font-11px {
        font-size: 12px;
    }
}
@media screen and (max-width:600px) {
    .font-12px {
        font-size: 13px;
    }
}
@media screen and (min-width: 675px) {
    .header-tile .upper {
        font-size: 3.6vw;
    }
    .header-tile .lower {
        font-size: 2.6vw;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        font-size: 3.6vw;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 2.6vw;
        font-weight: 600;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk {
        background-color: #EF447B;
        border-radius: 0.5rem !important;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .header-desk {
        font-size: 3.6vw;
        font-weight: bold;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk a {
        font-size: 2.6vw;
        font-weight: 600;
        color: #323B82;
        background-color: #FFFFFF;
        border-radius: 1.5rem !important;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .btn-desk {
        color: #ffffff;
        background-color: #323B82;
        border-radius: 1.5rem !important;
        font-size: 2.6vw;
        font-weight: 600;
    }
    .footer-section .footer-mobi .footer-menu {
        font-size: 2.8vw !important;
        color: #323B82;
    }
    .footer-section .social-media .footer-desk .col-6.text-right {
        position: absolute;
        bottom: -5px;
    }
    .footer-section .social-media .footer-desk .col-6.text-left {
        position: absolute;
        bottom: -5px;
    }
}
@media screen and (min-width: 768px) {
    .first {
        order: 1;
    }
    .second {
        order: 2;
    }
    .header-navigation .navbar .navbar-brand img {
        content: url("../images/custom/TIC_SemiReversed_Logo_Tagline_RGB[2].png");
        width: 12vw;
    }
    .header-tile-container {
        background: linear-gradient(180deg, #323B82 0%, #323B82 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    }
    .header-tile img {
        width: 90%;
        float: right;
        content: url("../images/custom/Mask Group 9.png");
    }
    .header-tile .upper-row .upper {
        margin-top: 5%;
    }
    .header-tile .lower-row {
        margin-top: 54%;
    }
    .header-tile .lower-row-mobi {
        display: none;
    }
    .header-tile .lower-row-desk {
        display: block;
        margin-top: 70%;
    }
    .header-tile .lower {
        font-size: 2vw;
    }
    .img-wrapper-mobi {
        display: none;
    }
    .img-wrapper-mobi img {
        display: none;
    }
    .img-wrapper-desk {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: .5rem !important;
    }
    .img-wrapper-desk img {
        display: block;
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        /* transform: scale(1.1); */
    }
    .dynamic-tile-container .outer-rounded .header-mobi {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        display: block;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 2vw;
        font-weight: 600;
    }
    .dynamic-tile-container .outer-rounded .description-mobi {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        text-align: left;
        display: block;
        font-size: 2vw;
    }
    .dynamic-tile-container .outer-rounded .btn-mobi {
        display: none;
    }
    .dynamic-tile-container .outer-rounded .btn-desk {
        display: block;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-mobi {
        display: none;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk {
        display: block;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk a {
        font-size: 1.3vw;
        font-weight: 600;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .btn-desk {
        font-size: 1.8vw;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .date-desk {
        font-family: 'Metropolis-ExtraLight';
        font-size: 1.5vw;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .description-desk {
        font-size: 2vw;
    }
    .footer-section .footer-mobi {
        display: none;
    }
    .footer-section .footer-desk {
        display: block;
    }
    .footer-section .footer-desk .footer-light {
        font-size: 1.2vw;
    }
    .footer-logo-container img {
        width: 20vw;
    }
}
@media screen and (min-width: 856px) {
    .header-tile .upper {
        font-size: 3.5vw;
    }
    .header-tile .lower {
        font-size: 1.5vw;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        font-size: 1.5vw;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .description-desk {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 991px) {
    .desktop-about {
        display: none;
    }
    .mobile-about {
        display: block;
    }
    .desktop-service {
        display: none;
    }
    .mobile-service {
        display: block;
    }
    .desktop-fee {
        display: none;
    }
    .mobile-fee {
        display: block;
    }
    .desktop-contact {
        display: none;
    }
    .mobile-contact {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .header-navigation .navbar .navbar-collapse .nav-item .nav-link {
        font-size: 1.7vw;
    }
    .header-tile-container {
        background: linear-gradient(180deg, #323B82 0%, #323B82 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    }
    .header-tile .lower-row-desk {
        display: block;
        margin-top: 70%;
    }
    .container.header-tile-container {
        padding-bottom: 2rem;
    }
    .header-tile img {
        content: url("../images/custom/Mask Group 9@2x.png");
    }
    .dynamic-tile-container .dynamic-tile .outer-rounded {
        padding: 2rem !important;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        padding-bottom: 1.25rem !important;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .description-desk {
        font-size: 1.25vw;
    }
    .footer-section .footer-desk .footer-light {
        font-size: 1.3vw;
    }
    .footer-section .footer-desk .social-media .fb {
        position: absolute;
        bottom: -60px;
        left: 38%;
    }
    .footer-section .footer-desk .social-media .in {
        position: absolute;
        bottom: -60px;
        left: 50%;
    }
    .footer-logo-container img {
        width: 15vw;
    }
}
@media screen and (min-width: 1024px) {
    .footer-logo-container img {
        width: 18vw;
    }
}
@media screen and (max-width: 1100px) {
    .fee-image-2 {
        width: 150%;
        background-size: contain;
        height: 550px;
        padding-top: 45%;
    }
    .desktop-about-image{
        width: 140%;
    }
    .desktop-about-image-text{
        width: 140%;
    }
}
@media screen and (max-width: 1200px) {
    .fee-image-1 {
        width: 150%;
        background-size: contain;
        height: 550px;
    }
    .fee-image-2 {
        width: 150%;
        background-size: contain;
        height: 550px;
        padding-top: 20%;
    }
    .desktop-about-image{
        width: 130%;
    }
    .desktop-about-image-text{
        width: 130%;
    }
    .service-image-1{
        width: 410px;
        background-size: contain;
        height: 625px;
    }
}
@media screen and (min-width: 1200px) {
    .header-tile-container {
        background: linear-gradient(180deg, #323B82 0%, #323B82 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    }
    .header-tile .upper {
        font-size: 3.8vw;
    }
    .header-tile .lower {
        font-size: 1.8vw;
    }
    .header-tile img {
        width: 100%;
    }
    .header-tile .lower-row-desk {
        display: block;
        margin-top: 80%;
    }
    .dynamic-tile-container .outer-rounded img {
        width: 100% !important;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        font-size: 3.8vw;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        font-size: 1.8vw;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 1.8vw;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .btn-desk {
        font-size: 1.8vw;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .description-desk {
        font-size: 1.8vw;
    }
    .footer-section .footer-desk .footer-medium {
        font-size: 23px;
    }
    .footer-section .footer-desk .social-media a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1300px) {
    .desktop-about-image{
        width: 125%;
    }
    .desktop-about-image-text{
        width: 125%;
    }
}
@media screen and (min-width: 1366px) {
    .footer-logo-container img {
        width: 200px;
    }
}
@media screen and (max-width: 1400px) {
    .fee-image-1 {
        width: 130%;
        background-size: contain;
        height: 550px;
        padding-top: 10%;
    }
    .fee-image-2 {
        width: 130%;
        background-size: contain;
        height: 550px;
        padding-top: 30%;
    }
    .desktop-about-image{
        width: 120%;
    }
    .desktop-about-image-text{
        width: 120%;
    }
}
@media screen and (max-width: 1500px) {
    .fee-image-2 {
        width: 100%;
        background-size: contain;
        padding-top: 15%;
        height: 550px;
    }
    .desktop-about-image{
        width: 110%;
    }
    .desktop-about-image-text{
        width: 110%;
    }
}
@media screen and (max-width: 1600px) {
    .desktop-about-image{
        width: 100%;
    }
    .desktop-about-image-text{
        width: 100%;
    }
}
@media screen and (max-width: 1800px) {
    .fee-image-1 {
        width: 100%;
        background-size: contain;
        padding-top: 10%;
        height: 550px;
    }
    .fee-image-2 {
        width: 100%;
        background-size: contain;
        height: 550px;
    }
    .desktop-about-image{
        width: 100%;
    }
    .desktop-about-image-text{
        width: 100%;
    }
}
/* @media screen and (min-width: 1920px) {
    .header-tile .upper {
        font-size: 2.25vw;
    }
    .header-tile .lower {
        font-size: 1.1vw;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        font-size: 2.25vw;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        font-size: 1.1vw;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 1.1vw;
    }
} */
@media screen and (min-width: 1920px) {
    .header-navigation .navbar .navbar-collapse .nav-item .nav-link {
        font-size: 1.5vw;
    }
    .header-tile .upper {
        font-size: 55px;
    }
    .header-tile .lower {
        font-size: 21px;
    }
    .dynamic-tile-container .outer-rounded .header-desk {
        font-size: 55px;
    }
    .dynamic-tile-container .outer-rounded .description-desk {
        font-size: 21px;
    }
    .dynamic-tile-container .outer-rounded a {
        font-size: 21px;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk a {
        font-size: 21px;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .btn-desk {
        font-size: 21px;
    }
    .instagram-tile-container .instagram-tile .outer-rounded .instagram-desk .description-desk {
        font-size: 21px;
    }
    .header-navigation .navbar .navbar-brand img {
        width: 9vw;
    }
}
@media (min-width:992px) and (max-width:3000px) {
    .desktop-about {
        display: block;
    }
    .mobile-about {
        display: none;
    }
    .desktop-service {
        display: block;
    }
    .mobile-service {
        display: none;
    }
    .desktop-fee {
        display: block;
    }
    .mobile-fee {
        display: none;
    }
    .desktop-contact {
        display: block;
    }
    .mobile-contact {
        display: none;
    }
}
@media screen and (max-width: 3000px) {
    /* .desktop-about {
        display: block;
    }
    .mobile-about {
        display: none;
    } */
    /* .desktop-service {
        display: block;
    }
    .mobile-service {
        display: none;
    }  */
    /* .desktop-fee {
        display: block;
    }
    .mobile-fee {
        display: none;
    }
    .desktop-contact {
        display: block;
    }
    .mobile-contact {
        display: none;
    } */
}


/* Waitlist Popup */




.waitlist-modal-content {
    background-color: #323B82;
    color: white;
    padding: 20px;
    border-radius: 17px;
    border: none;
}
.waitlist-modal-header, .waitlist-modal-footer {
    border: none;
}
.waitlist-form-control, .waitlist-btn {
    border-radius: 17px;
}
.waitlist-form-control {
    background-color: #526799;
    color: white;
    border: none;
}
.waitlist-form-group label {
    display: block;
    margin-bottom: 5px;
}
.waitlist-modal-header .close {
    color: white;
    opacity: 1;
}
.waitlist-modal-header .close:hover {
    color: #F288AE;
    opacity: 1;
}
.waitlist-btn-primary {
    width: 45%;
    background-color: #F288AE;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 1.1;
    border-radius: 17px;
    border-color: #F288AE;
    padding-top: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.7rem;
}
.waitlist-btn-primary:hover {
    background-color: #FF6789;
}
.waitlist-modal-body .waitlist-form-row .waitlist-col-md-6 {
    margin-bottom: 15px;
}
.waitlist-form-check-input {
    display: none;
}
.waitlist-form-check-inline {
    margin-right: 20px;
}
.waitlist-modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.waitlist-suburb-note {
    font-size: 0.875rem;
    color: #B0B3BF;
    text-align: left;
}
.ndis-btn {
    margin-top: 1px;
}
.ndis-btn .btn {
    margin-right: 10px;
}
.waitlist-form-control::placeholder {
    color: white;
}
.ndis-yes, .ndis-no {
    border: 1px solid #526799;
    background-color: transparent;
}
.ndis-yes:hover, .ndis-no:hover {
    background-color: transparent;
}
.ndis-yes {
    color: rgb(121, 223, 121);
}
.ndis-no {
    color: #F288AE;
}
.waitlist-form-control {
    height: 50px;
}
#other_message {
    height: 100px;
}

/* SweetAlert2 custom styles */
.swal-popup-custom {
    background-color: #323B82;
    color: white;
    border-radius: 17px;
    z-index: 9999 !important; /* Ensure the alert is above everything */
}

/* Custom styles for smaller SweetAlert2 notifications */
.swal-popup-small {
    width: 300px !important; /* Adjust the width */
    padding: 10px !important; /* Adjust the padding */
    font-size: 0.9em !important; /* Adjust the font size */
}

.swal-button-custom {
    background-color: #F288AE;
    color: white;
    border-radius: 17px;
    border: none;
    z-index: 9999 !important; /* Ensure the alert button is above everything */
}

.swal-button-small {
    padding: 5px 10px !important; /* Adjust the padding for the button */
    font-size: 0.8em !important; /* Adjust the font size */
}

.swal-button-custom:hover {
    background-color: #FF6789;
    z-index: 9999 !important; /* Ensure the alert button is above everything */
}

input[type="text"].waitlist-form-control,
input[type="date"].waitlist-form-control {
    background-color: #526799; /* Background color */
    color: white; /* Text color */
    border: none;
    border-radius: 17px; /* Consistent border radius */
    padding: 10px;
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in width */
}

/* Placeholder styling */
input::placeholder {
    color: #A9A9A9; /* Placeholder color */
}

input:focus {
    background-color: #BDBDE5; /* Focus background color */
    outline: none; /* Remove default focus outline */
}
/* Media queries for screens up to 375px width */
@media (max-width: 375px) {
    .waitlist-modal-content {
        padding: 16px;
        border-radius: 13.6px;
    }
    .waitlist-form-control, .waitlist-btn {
        border-radius: 13.6px;
        height: 40px;
    }
    .waitlist-form-control {
        background-color: #526799;
        color: white;
        border: none;
    }
    .waitlist-btn-primary {
        width: 20%;
        font-size: 0.88em;
        padding-top: 0.56rem;
        padding-right: 0.56rem;
        padding-bottom: 0.56rem;
        padding-left: 0.56rem;
    }
    .waitlist-modal-title {
        font-size: 1rem;
    }
    .waitlist-suburb-note {
        font-size: 0.7rem;
    }
    .ndis-btn .btn {
        margin-right: 8px;
    }
    .ndis-yes, .ndis-no {
        border-radius: 13.6px;
        font-size: 0.88em;
    }
    .waitlist-form-control::placeholder {
        color: white;
    }
    .waitlist-modal-body .waitlist-form-row .waitlist-col-md-6,
    .waitlist-modal-body .waitlist-form-row .waitlist-col-md-12,
    .waitlist-modal-body .waitlist-form-row .waitlist-col-md-3 {
        margin-bottom: 12px;
    }
    #other_message {
        height: 80px;
    }
}
