.container {
    width: 94%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
@media (max-width: 1199px) {
    .state-info {
        height: 90%;
    }
    body, html {
        overflow-x: hidden;
    }
    .intro-row {
        position: relative;
        padding: 0px 0px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        column-gap: 0;
        gap: 40px;
    }
    .intro-row .intro-col.is-right {
        height: auto;
        min-height: inherit;
        padding-top: 60px;
    }
    .intro-row .intro-col {
        width: 100%;
        height: auto;
    }
    .intro-text p {
        padding: 0;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .arrow span {
        width: 80%;
        margin: 0 auto;
    }
    .intro-row .intro-col.is-left {
        height: 50vh;
        position: relative;
        top: inherit;
    }
    .map-container {
        box-shadow: 0px 0 7px 2px rgb(0 0 0 / 9%);
    }
    .state-info > ul {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: grid;
        grid-gap: 1rem;
        grid-auto-flow: column;
        /*  grid-auto-columns: calc(100% - 2rem);*/
        min-height: 33vh;
        padding: 0 40px 30px 40px;
        margin: 0px -40px;
    }
    .state-info > ul > li {
        width: 60vw;
    }
    .arrow {
        transform: rotate(0deg);
        cursor: pointer;
        top: 5px;
    }
    .arrow span {
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 3px solid #7393B3;
        border-right: 3px solid #6495ED;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }
    .teachers-row {
        align-items: center;
        min-height: inherit;
        flex-direction: column;
        padding: 80px 0px;
    }
    .teachers-row .col:nth-child(1) {
        width: 80%;
        text-align: center;
        padding-bottom: 60px;
    }
    .teachers-row .col:nth-child(2) {
        width: 520px;
        padding: 0px 0px 0 0px;
        max-width: 90%;
    }
    .col-text p {
        padding-right: 0;
    }
    .wrapper.board-wrapper .container {
        min-height: inherit;
        padding: 80px 0px 50px 0;
    }
    .blackboard-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .intro-row .intro-col.is-right {
        padding-top: 40px;
        height: auto;
    }
    .state-info > ul > li {
        margin-top: 20px;
    }
    .byn-tap {
        padding-top: 5px;
    }
}
@media (max-width: 768px) {
    .brand-container {
        padding-bottom: 20px;
        gap: 20px;
    }
    .intro-row .intro-text {
        width: 90%;
        margin: 0 auto;
    }
    .intro-row {
        gap: 30px;
    }
    .state-info > ul > li {
        width: 90vw;
    }
    .intro-row .intro-col.is-right {
        height: auto;
    }
    .intro-row .intro-col.is-left {
        height: 43vh;
    }
    .wrapper.board-wrapper .container {
        min-height: inherit;
        padding: 70px 0px 30px 0;
    }
}
@media (max-width: 767px) {
    .logo-header {
        width: 100px;
        display: block;
    }
    .header-right .social-nav ul li a {
        width: 26px;
        height: 26px;
        border-radius: 2px;
    }
    .header-nav {
        position: absolute;
        top: 38px;
        z-index: 5;
        width: 100vw;
        background: #fff;
        right: -10%;
    }
    .header-right .header-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .header-right .header-nav ul li {
        margin: 0;
    }
    .header-right .header-nav ul li a {
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 0;
        padding: 0px 0px;
        font-size: 90%;
        height: 26px;
        line-height: 26px;
    }
    .header-right .header-nav ul li a:hover {
        background-color: #fff;
        color: #339edd;
    }
    .header-right .header-nav ul li a.is-active {
        background-color: #fff;
        color: #339edd;
    }
}
@media (max-width: 767px) {
    .state-filter select {
        width: 180px;
        padding: 0px 15px;
        height: 40px;
        border-radius: 23px;
        border: 0px;
        box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 19%);
        background-position-x: 96%;
        background-position-y: 12px;
        font-size: 80%;
    }
    .state-filter {
        position: absolute;
        top: 12px;
        right: 10px;
        z-index: 100;
    }
    .brand-container .banner {
        border-radius: 10px;
    }
    .map-container {
        box-shadow: 0px 0 3px 2px rgb(0 0 0 / 6%);
        border-radius: 10px;
    }
    .state-info {
        height: 95%;
    }
    .state-info > ul {
        height: 100%;
    }
    .state-info > ul > li > ul {
        font-size: 80%;
        font-weight: 400;
    }
    .state-info > ul > li > ul li {
        position: relative;
        margin-bottom: 7px;
        padding-left: 16px;
        line-height: 130%;
    }
    .intro-row .intro-col.is-right {
        height: auto;  
        padding-top: 25px;
    }
    .state-info h2 {
        font-size: 130%;
        font-weight: 600;
        margin: 0 0 10px 0;
    }
    .state-info > ul > li {
        margin-top: 5px;
        border-radius: 10px;
        padding: 15px;
    }
    .intro-row .intro-text {
        width: 100%;
        font-size: 90%;
    }
    .state-info > ul > li > h3 {
        font-size: 100%;
        font-weight: 600;
    }
    .state-info > ul > li > p {
        margin: 0 0 10px 0;
        font-size: 85%;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.7);
        line-height: 120%;
    }
    .state-info > ul {
        grid-gap: 0.5rem;
    }
    .banner-caption {
        padding: 50px 20px 15px 20px;
    }
    .intro-row .intro-text {
        width: 96%;
        font-size: 90%;
    }
    .banner-caption h1 {
        font-size: 130%;
        line-height: 130%;
    }
    .banner-caption h2 {
        font-size: 110%;
        line-height: 100%;
    }
    .teachers-row .col:nth-child(1) {
        width: 90%;
        text-align: center;
        padding-bottom: 50px;
        font-size: 90%;
    }
    .swiper-slide figure figcaption {
        padding: 45% 15px 15px 15px;
    }
    .teachers-row {
        padding: 60px 0px;
    }
    .swiper-button-prev {
        top: 15%;
        left: 15px;
    }
    .swiper-button-next {
        top: 15%;
        right: 15px;
    }
    .board-container h2 {
        font-size: 150%;
        font-weight: 700;
        margin: 0 0 40px 0;
        text-align: center;
        padding: 0px 5%;
    }
    .wrapper.board-wrapper .container {
        min-height: inherit;
        padding: 60px 0px 30px 0;
    }
    .blackboard-content textarea, .blackboard-content #textareaText {
        position: absolute;
        width: 100%;
        height: 55%;
        top: 20%;
        left: 0%;
        border: 0;
        text-align: center;
        background: none;
        font-size: 140%;
        padding: 0px 7%;
        line-height: 130%;
        resize: none;
        overflow: hidden;
    }
    .blackboard-content input[type="text"] {
        bottom: 18%;
        font-size: 120%;
        padding: 0px 7%;
        height: 14%;
    }
    .blackboard-content select {
        height: 10%;
        bottom: 6%;
        font-size: 100%;
        padding: 0px 7%;
    }
    .bottom-content p {
        margin: 20px 0 0 0;
        font-size: 90%;
        font-weight: 500;
    }
    .bottom-content .btn {
        font-size: 90%;
    }
    .logo-board {
        position: absolute;
        width: 20%;
        top: 5%;
        left: 3%;
    }
    .bottom-content {
        width: 500px;
        max-width: 100%;
        padding: 40px 30px 0px 40px;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    .byn-tap {
        gap: 10px;
    }
    .brand-container {
        padding-bottom: 10px;
        gap: 10px;
    }
    .intro-text p {
        padding: 0;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 90%;
        text-align: center;
    }
    .byn-tap {
        padding-top: 5px;
        font-size: 90%;
    }
    .state-info > ul {
        height: 100%;
        font-size: 85%;
    }
    .state-info h2 {
        font-size: 110%;
        font-weight: 600;
        margin: 0 0 10px 0;
    }
    .intro-row .intro-col.is-right {
        height: auto;
    }
    .intro-row .intro-col.is-left {
        height: 54vh;
    }
    .state-filter select {
        width: 180px;
    }
    .container.header-container {
        height: 54px;
    }
    .wrapper-home-wrapper {
        padding-top: 54px;
    }
    .arrow span {
        display: block;
        width: 11px;
        height: 11px;
        border-bottom: 3px solid #7393B3;
        border-right: 3px solid #6495ED;
        transform: rotate(45deg);
        margin: -12px;
        animation: animate 2s infinite;
    }
    .col-text h2 {
        font-size: 150%;
        margin: 0 0 20px 0;
    }
    .col-text p {
        padding-right: 0;
        font-size: 90%;
    }
    .swiper-slide figure figcaption ul {
        font-size: 80%;
    }
    .teachers-row {
        padding: 50px 0px;
    }
    .swiper-slide figure figcaption h3 {
        font-size: 140%;
    }
    .blackboard-content textarea, .blackboard-content #textareaText {
        height: 55%;
        top: 20%;
        font-size: 130%;
        line-height: 130%;
    }
    .blackboard-content input[type="text"] {
        bottom: 18%;
        font-size: 110%;
        padding: 0px 7%;
        height: 14%;
    }
    .blackboard-content select {
        height: 10%;
        bottom: 6%;
        font-size: 90%;
        padding: 0px 7%;
    }
    .wrapper.board-wrapper .container {
        min-height: inherit;
        padding: 45px 0px 30px 0;
    }
}