body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #5c6980;
}

h1 {}

h2 {
    font-size: 28px;
    color: #162a4a;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #162a4a;
}

p {
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
}
.small_show {
    display: none;
}
.program-option h2 {
    color: #162a4a;
    font-size: 1.875em;
    padding: 0px 0 30px;
}
.program-option h5 {
    color: #162a4a;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
}
.program-option .col {
    display: block;
}
.vertically-center {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.section-space {
    padding: 50px 0;
    position: relative;
}
.feature-card {
    /* padding: 40px;
    border-radius: 20px;
    height: 100%; */
}
.feature-card.blue {
    background: #edf8fe;
}
.feature-card.yellow {
    background: #fef8ee;
}
.feature-card.gray {
    background: #edf8f6;
}
.feature-card.purple {
    background: #f1edf6;
}
.feature-card h4 {
    color: #162a4a;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}
#our-location {
    padding: 100px 0 200px;
}
.btn-solid {
    background: #40baec;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 600 !important;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
}
.btn-secondary {
    background: #162a4a;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 600 !important;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
}
.global-section {
    border-top: 1px solid #ccc;
    padding: 40px 0;
}
.global-section h3 {
    font-size: 1.875em;
}
.global-card {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.global-card.one {
    background: #edf8f6;
}
.global-card.two {
    background: #edf9fe;
}
.global-card.three {
    background: #fef8ee;
}
.global-card.four {
    background: #f8eded;
}
.global-card img {
    border-radius: 10px;
}
.global-card h4 {
    color: #162a4a;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px;
}
.global-card h5 {
    color: #5c6980;
    font-size: 16px;
    background: url(../images/ic-location.png) no-repeat top left;
    padding: 0 0 0 30px;
    font-weight: normal;
    line-height: 1.5;
}
.map-section p {
    padding: 0 10%;
}
.map-section h3 {
    font-size: 1.875em;
}
.join-cont {
    background: #eaf4fa;
    padding: 100px 0;
}
.join-section {
    padding: 0px 180px;
    color: #fff;
}
.blue-box {
    background: #162a4a;
    border-radius: 20px;
    padding: 50px 100px;
    color: #fff;
}
.blue-box h3 {
    color: #fff;
    font-size: 1.875em;
}
.blue-box p {
    padding: 10px 0 20px;
}
.para-bottom {
    padding: 40px 150px 20px;
}
.mobile-btn {
    display: none;
}
.desktop-btn {
    display: block;
}
.contact-cont {
    background: #144672;
    color: #fff;
    padding: 50px 0 100px;
}
.contact-cont h3 {
    color: #fff;
    font-size: 1.875em;
}
.map-img img {
    border-radius: 20px;
}
.contact-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 30px auto;
    width: 940px;
}
.contact-box h3 {
    color: #162a4a;
    font-size: 1.25em;
}
.contact-box img {
    border-radius: 20px;
}
.zoom {       
    transition: all 0.35s ease-in-out;     
    cursor: -webkit-zoom-in;      
    cursor: -moz-zoom-in;      
    cursor: zoom-in;  
    }     
    
    .zoom:hover,  
    .zoom:active,   
    .zoom:focus {
    transform: scale(1.5);    
    position:relative;      
    z-index:100;  
    }
/**Testimonial**/
.testimonial {
    padding: 50px 0 100px;
}
.testimonial h2 {
    font-size: 1.875em;
}
.testimonial-left {
    background: url(../images/testimonial-left.png) left bottom no-repeat;
}
.testimonial-right {
    background: url(../images/testimonial-right.png) right top no-repeat;
    background-size: contain;
}
#testimonial-carousel {
    background: #fff url(../images/ico-quote.png) no-repeat right 20px bottom 20px;
    border-radius: 20px;
    width: 900px;
    margin: 30px auto;
    padding: 80px 50px 100px;
    box-shadow: 5px 0 10px rgba(33, 33, 33, 0.2);
}
.carousel-indicators [data-bs-target]{
    background: #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
}
.carousel-indicators .active{
    background: #40baec !important;
}

.carousel-item {
    font-style: italic;
}
.curricula-cont h3 {
    font-size: 1.875em;
}
/* Banner Style */
.banner-img {
    background: url(../images/OWIS-Header.jpeg) center left no-repeat;
    background-size: cover;
}
.banner-home {
    position: relative;
    background: #162a4a;
    background-size: cover;
    /* height: 600px; */
    /* height: calc(850px - 5px); */
    margin-top: 65px;
    height: 85vh;
    max-height: 90vh;
    background: url(../images/OWIS-Header.jpeg) no-repeat;
    background-position: 0 -190px;
    background-size: cover;
}

.banner-home .container {
    height: 85%;
}

.banner-overlay {
    height: 100%;
    background: #00008c;
}
.banner-content {
    padding: 70px 60px 0 60px;
    text-align: center;
    /* transform: translateY(50%); */
}
.banner-note {
    margin: 20px 60px 100px 60px;
    background: #eaf4fa;
    border-radius: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.banner-note-content {
    padding: 30px;
}
.banner-content h2 {
    /* color: #fff; */
    font-size: 2.25em;
    line-height: 1em;
    font-weight: normal;
}
.banner-content h4 {
    color: #38b9eb;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
}
.banner-content h5 {
    /* color: #fff; */
    font-size: 1.75em;
    padding: 10px 0 0px 0;
}
.banner-content h5 span {
    color: #4ec4ee;
    font-weight: bold;
}
.banner-home h3 {
    color: #fff;
    font-size: 22px;
    padding: 0 10px;
}
.banner-content p {
    /* color: #fff; */
    font-size: 17px;
    line-height: normal;
    padding: 10px 0 20px 0;
}

.banner-stripe {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-form {
    padding: 50px 0 100px;
}
.join-info {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 20px 25px;
}

.join-date {
    padding-left: 30px;
    color: #162a4a;
}
#why-owis {
    /* background: #eaf4fa; */
}
.why-owis-sub {
    text-align: center;
}
.why-owis-sub h3 {
    padding: 10px 0 10px;
    font-size: 1.25em;
}
.academic-copy {
    /* transform: translateY(50%); */
    padding-right: 80px;
}
.why-owis h3 {
    color: #162a4a;
    font-weight: 600;
}
.school-list h3 {
    color: #162a4a;
    font-weight: 600;
}
.childhood h6 {
    color: #38b9eb;
}
.childhood h3 {
    color: #162a4a;
}
.childhood a {
    color: #5c6980;
    font-weight: bold;
}
#form {
    background: url(../images/bg-form.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
#form:before {
    content: '';
    position: absolute;
    background: url(../images/wave-form-top.svg) center bottom no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
}
#form:after {
    content: '';
    position: absolute;
    background: url(../images/wave-form-bottom.svg) center top no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
}
#form p {
    color: #fff;
    font-size: 18px;
}
#form p a {
    color: #fff;
    font-weight: bold;
}
#form h3 {
    font-size: 2em;
    color: #42baeb;
}
#form h4 {
    color: #fff;
    font-size: 1.75em;
    font-weight: bold;
    padding: 30px 0;
}
#curricula {
    padding: 50px 0 80px;
}
#curricula h3.subtitle {
    color: #162a4a;
    font-size: 24px;
    font-weight: 700;
}
#curricula h3 {
    font-weight: 600;
    color: #162a4a;
}
/* about page */
.abt-part {
    padding-top: 30px;
    margin-top: 30px;
}

.why-owis {
    padding-bottom: 40px;
}

.why-owis .icon {
    margin-bottom: 25px;
}

.why-owis p {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.location-bottom {
    position: absolute;
    bottom: -66px;
    width: 100%;
}

.location-bottom img {
    width: 100%;
}

.osaka-location {
    background: #eaf4fa;
    position: relative;
}

.location-img img {
    box-shadow: 1px 2px 5.7px 0.3px rgba(33, 33, 33, 0.5);
}
.ban-right-col {
    padding: 40px 40px 0;
}
.hp-form {
    background: #fff;
    padding: 20px;
    margin: 40px;
    border-radius: 20px;
}
.top-form {
    background: #fff;
    padding: 40px;
    margin: 0;
    border-radius: 20px; 
}
.map {
    margin-top: 15px;
    padding-top: 15px;
}
.four-column {
    background: #ffffff;
    padding: 100px 100px;
}
.feature-card {
    border-radius: 20px;
    height: auto;
    margin-bottom: 20px;
}
.feature-card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.feature-card-cont {
    padding: 30px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.feature-card-cont h3{
    color: #162a4a;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
.feature-card-cont h4{
    color: #38b9eb;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}
.global-presence {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat( auto-fit, minmax(310px, 1fr)); */
    grid-gap: 23px;
    padding: 65px 0;
    border-bottom: 1px solid #cecece;
}

.school-list {
    padding: 20px;
    position: relative;
    background: #edf8f6;
    border-radius: 15px;
}

.school-list:nth-child(2) {
    background: #edf9fe;
}

.school-list:nth-child(3) {
    background: #fef8ee;
}

.school-list:nth-child(4) {
    background: #f8eded;
}

.school-list h3 {
    padding-bottom: 20px;
    margin: 0;
}

.school-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

.school-image img {
    width: 100%;
    object-fit: cover;
}

.curricula {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    margin-top: 50px;
}

.childhood {
    margin: 10px 0;
    padding: 30px 50px;
    background: #edf8f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.osaka-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.osaka-bottom img {
    width: 100%;
}

.childhood p {
    width: 98%;
}

.child-img img {
    border-radius: 15px;
    box-shadow: 3px 4px 30px 0px rgba(33, 33, 33, 0.2);
}

.curricula-2 .curricula {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
}

.curricula-2 .childhood {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #eaf4fa;
}

.benefits {
    background: #eaf4fa;
    position: relative;
}
.benefits.thank {
    background: #144672;
    position: relative;
    padding: 40px 0 100px;
}
.benefits.thank h2, .benefits.thank p {
    color: #fff;
}
#thank-you {
    background: #eaf4fa;
    padding: 140px 0 120px;
}
#thank-you h2 {
    font-size: 26px;
    padding: 40px 0 20px;
    font-weight: 600;
}
#thank-you .container {
    width: 900px;
}
#thank-you p {
    color: #5c6980;
    font-size: 16px;
}
a.txt-link {
    color: #40baec;
    font-weight: 600;
    text-decoration: none;
}
a.txt-link:hover {
    color: #144672;
    font-weight: 600;
    text-decoration: none;
}
#thank-you .card-deck {
    width: 100%;
}

.jumbotron {
    background: #162a4a;
    border-radius: 15px;
    padding: 50px;
    text-align: center;
    width: 85%;
    margin: 20px auto;
}

.gsf-row {
    display: grid;
    grid-template-columns: 150px 65%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
}

.gsf-image {
    padding: 33px 0;
    border-right: 1px solid #cecece;
}

.about-global {
    padding-left: 60px;
}

.get-touch {
    background: #144672;
    position: relative;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 72%;
    margin: 0 auto;
    grid-gap: 25px;
    padding-top: 40px;
}

.cont-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.get-touch .card-body {
    padding-top: 25px;
}

.get-touch .card-body p {
    color: #5c6980;
}

.get-touch .card-body p a {
    color: #5c6980;
    text-decoration: blink;
    font-size: 16px;
}
.get-touch .card-body p a:hover {
    color: #144672;
}
.social-icons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li {
    padding: 0 15px 0 0;
}
footer {
    background: #134677;
    padding: 1rem 0 1rem 0;
}
.footer-menu p {
    text-align: right;
    margin: 0;
}

.footer-menu p a {
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
}
ul.footer-list {
    margin: 0;
    padding: 0;
}
.footer-list li a {
    color: #5c6980;
    text-decoration: underline;
}
.footer-list li {
    list-style: none;
    padding: 0px 0 10px 50px;
    color: #5c6980;
    font-size: 16px;
}
.bottom-section h3 {
    color: #000;
    font-size: 18px;
}
.ic-phone {
    background: url(../images/ico-phone.png) no-repeat 1px 5px;
}
.ic-email {
    background: url(../images/ico-email.png) no-repeat 3px 5px;
}
.ic-location {
    background: url(../images/ico-location.png) no-repeat 3px 3px;
}
.ic-time {
    background: url(../images/ico-time.png) no-repeat 1px 3px;
}
.top-getin-touch img {
    position: absolute;
    top: 0;
    width: 100%;
}
.get-touch h3 {
    color: #162a4a;
    font-size: 1.375em;
    font-weight: 600;
}
.owis-bottom img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.well-known {
    width: 80%;
    margin: 0 auto;
}

#thank-you .get-touch {
    background: none;
}
.mobile-img {
    display: none;
}
.desktop-img {
    display: block;
}
/* =====Button Style========= */
a.btn.btn-primary.btn-lg {
    background: #40baec;
    border-color: #40baec;
    border-radius: 30px;
    padding: 10px 29px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.discover {
    text-align: center;
    margin: 20px 0;
}

/* ============== Header Menu =================== */
/* header */

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 10px 20px;
    color: #677085;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.header li a:hover {
    color: #40baec;
}
.header li.active a {
    padding: 10px 20px;
    color: #40baec;
    font-weight: 600;
}
.header li a.btn-border {
    border: 1px solid #40baec;
    border-radius: 40px;
    color: #40baec;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.header li.active a.btn-border, .header li a.btn-border:hover {
    border: 1px solid #40baec;
    background: #40baec;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/* .header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
} */

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 15px 20px;
    text-decoration: none;
}
.logo-thank {
    display: block;
    padding: 15px 20px;  
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}

@media screen and (min-width: 1920px) {
    #form:before {
        height: 400px;
    }
    #form:after {
        height: 400px;
    }
}

@media screen and (max-width: 1440px) {
    #form:before {
        height: 300px;
    }
    #form:after {
        height: 300px;
    }
}
@media screen and (max-width: 1366px) {
    .banner-content p br{
        display: none;
    }
    .join-info h3 br{
        display: none;
    }
    .join-date span br{
        display: none;
    }
}
@media screen and (min-width: 1024px){
    .banner-home .col-lg-8 {
        width: 60%;
    }
    .banner-home .col-lg-4 {
        width: 40%;   
    }
}
@media screen and (max-width: 1024px) {
    .header {
        padding-bottom: 10px;
    }
    .header ul {
        padding: 0;
    }
    .banner-note {
        margin: 20px 40px 20px 40px;
    }
    .feature-card img {
        width: 100%;
    }
    .mobile-img {
        display: block;
    }
    .desktop-img {
        display: none;
    }
    .global-card img {
        width: 100%;
    }
    .join-section {
        padding: 0px 20px;
    }
    #testimonial-carousel {
        width: 100%;
    }
    .contact-box {
        width: 100%;
    }
    .card-deck {
        width: 100%;
    }
    .gsf-row {
        text-align: center;
    }
    .gsf-row img {
        float: none !important;
    }
    .banner-note {
        width: 80%;
        margin: 0 auto;
    }
    .header li a {
        font-size: 13px;
    }
    #form:before {
        height: 210px;
    }
    #form:after {
        height: 210px;
    }
    .banner-content {
        padding: 40px 20px 20px !important;
    }
    .banner-content p {
        font-size: 18px;
        line-height: normal;
    }
    .banner-content h2 {
        font-size: 2.25em;
    }
    .btn-solid, .btn-secondary {
        line-height: 12px;
    }
    .banner-img {
        background: url(../images/img-header.jpg) center left no-repeat;
        background-size: cover;
    }
    #our-location {
        padding: 100px 0 100px;
    }
    #our-location .col-lg-6 {
        margin-bottom: 30px;
    }
    #our-location .mt-4 {
        margin-top: 0 !important;
    }
    .banner-img {
        height: 500px;
    }
    .banner-content {
        transform: none;
        padding: 20px;
    }
    .banner-form {
        padding: 0 20px 80px;
    }
    .academic-copy {
        transform: none;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-home {
        height: 60vh;
        background-position: center;
    }

    .banner-stripe {
        position: absolute;
        bottom: -5px;
    }

    .jumbotron {
        width: 100%;
    }

    .child-img img {
        width: 100%;
    }

    .card-deck {
        grid-template-columns: repeat(1, 1fr);
    }

    .gsf-row {
        display: grid;
        grid-template-columns: 100%;
    }

    .gsf-image {
        text-align: center;
        border: 0;
    }

    .curricula-2,
    .curricula {
        grid-template-columns: 100%;
    }

    .curricula {
        grid-template-columns: 100% !important;
    }

    .childhood {
        margin: 0;
    }

    .global-presence {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.footer-list {
        margin-bottom: 30px;
    }

    .location-img {
        padding-bottom: 30px;
    }

    .top-getin-touch img {
        top: -5px;
    }

    .osaka-bottom {
        bottom: -5px;
    }

    .social-icons {
        justify-content: center;
        margin-bottom: 20px;
        padding: 0;
    }

    .footer-menu p {
        text-align: center;
    }

    .why-owis {
        margin-bottom: 30px;
    }

    section#why-owis {

    }

    .well-known {
        width: 100%;
    }
    .order-top {
        order: 1;
    }
    .order-bottom{
        order: 2;
    }
    .banner-img {
        transform: none;
      transform-origin:top;
    }
    .banner-home .row {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 10px 20px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .header ul {
        padding: 0;
    }
    .order-top {
        order: 1;
    }
    .order-bottom{
        order: 2;
    }
    .header ul li:last-child {
        margin-bottom: 40px;
    }
    .card-deck {
        width: 100%;
    }
    .section-space.benefits {
        padding: 70px 20px;
    }
    .jumbotron {
        width: 100%;
    }
.small_show {
    display: block;
}
    .banner-home {
        height: 60vh;
    }
    .banner-content h2 {
        font-size: 2em; 
    }
    .banner-content h4 {
        font-size: 1.25em;
    }
    .banner-content h5 {
        font-size: 1.5em;
    }
    .join-info {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .join-date {
        padding-left: 0;
        text-align: center;
        padding-top: 10px;
    }
    .join-date span br{
        display: none;
    }
    .section-space {
        padding: 70px 0;
    }
    #thank-you .container {
        width: 94%;
        margin: 0 auto;
    }
    #why-owis {
        padding: 100px 0 40px;
    }
    #thank-you .get-touch .container {
        padding: 0;
    }
    #thank-you .cont-card {
        padding: 20px 20px;
    }
    .thank-txt p {
        padding: 0 8px;
    }
    .mobile-img {
        display: block;
    }
    .desktop-img {
        display: none;
    }
    .gsf-row img {
        float: left;
    }
    .hp-form {
        margin: 10px;
    }
    .header .menu-icon {
        padding: 40px 20px 0;
    }
    .contact-box.location {
        height: 370px;
    }

}
@media screen and (max-width: 767px) {
    .banner-note {
        margin: 20px;
    }
    .blue-box {
        padding: 30px 20px;
    }
    .ban-right-col {
        padding: 0 20px;
    }
    .banner-note {
        width: 90%;
        margin: 0 auto;
    }
    #form:before {
        height: 100px;
    }
    #form:after {
        height: 100px;
    }
    .mobile-row {
        display: block;
    }
    .four-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .curricula-cont h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .global-section {
        padding: 40px 10px;
    }
    .para-bottom {
        padding: 40px 10px 20px;
    }
    .testimonial-right {
        background: url(../images/testimonial-right.png) right 0px top 90px no-repeat;
    }
    .mobile-btn {
        display: block;
        position: absolute;
        top: 30px;
        right: 80px;
    }
    .desktop-btn {
        display: none;
    }
    .btn-solid, .btn-secondary {
        padding: 8px 12px;
        font-size: 14px;
        text-decoration: none;
    }
}

@media screen and (max-width: 575px) {
    .global-presence {
        grid-template-columns: repeat(1, 1fr);
        padding: 46px 0;
    }

    .about-global {
        padding-left: 0;
    }

    .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 br {
        display: none;
    }

    .childhood {
        padding: 30px 30px;
    }

    .childhood p {
        width: 100%;
    }

    .location-bottom {
        bottom: -5px;
    }

    h2 {
        font-size: 25px;
    }

    a.btn.btn-primary.btn-lg {
        padding: 10px 20px;
        margin-top: 10px;
        font-size: 15px;

    }
    .jumbotron {
        padding: 25px;
    }
    .banner-content p br{
        display: none;
    }
    .join-info h3 br{
        display: none;
    }
}