
@media only screen and (max-width:1024px) {
    .header-menu {
        position: inherit;
        top: 0
    }
    .mobile_primary {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -100%;
        background-color: #223671;
        transition: .5s;
        z-index: 999;
        display: block;
        padding: 0;
        border-radius: 0;
        float: none;
        overflow-y: auto;
        margin-left: 0
    }
    .mobile_primary.active {
        display: block !important;
        left: 0
    }
    .mobile_primary .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        text-align: left;
        list-style: none;
        margin: 0;
        padding: 15px;
        visibility: inherit;
        opacity: inherit;
        border-radius: 0;
        border-bottom: 0;
        transform: inherit;
        transition: inherit;
        box-shadow: none;
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        display: none
    }
    .menu-button,
    .mobile_primary .sub-menu-button {
        position: absolute;
        cursor: pointer;
        transition: .3s
    }
    .mobile_primary ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .mobile_primary ul.menu-navigation {
        position: relative;
        height: calc(100vh - 50px);
        padding-bottom: 54px;
        overflow: scroll
    }
    .mobile_primary li:first-child {
        border-top: none
    }
    .mobile_primary .sub-menu li {
        display: block;
        border: 0
    }
    .mobile_primary ul li {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        background: 0 0;
        border-bottom: 1px solid #dbdbdb
    }
    .mobile_primary ul li a {
        padding: 15px 10px 15px 30px;
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
    }
    .mobile_primary .sub-menu-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 45px;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: #f37e20;
        transition: all .5s;
    }
    .sub-menu-button::after {
        content: '\f054';
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: normal;
        color: #fff;
        transform: rotate(0);
        transition: all.5s ease-in-out;
    }
    .sub-menu-button.open::after {
        transform: rotate(90deg);
        color: #fff;
    }
    .menu-button {
        top: 15px;
        right: 20px;
        display: block;
        background-color: transparent;
        border: 0;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        padding: 0;
        z-index: 9999;
        margin-top: 0;
        scale: .75;
    }
    .menu-button.toggle {
        top: 35px;
        right: 25px;
    }
    .menu-button .toggle-bar {
        width: 35px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .menu-button.toggle .toggle-bar:first-child {
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        -moz-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }
    .menu-button.toggle .toggle-bar:nth-child(2) {
        opacity: 0
    }
    .menu-button.toggle .toggle-bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media only screen and (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .mobile_primary li.menu-item-has-children>a:first-child::after {
        content: '\f0d7';
        font-family: FontAwesome;
        margin-left: 5px;
        color: #fff;
    }
    .mobile_primary>ul>li>a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 3px;
        left: 0;
        background-color: #f82249;
        visibility: hidden;
        transition: .3s ease-in-out;
    }
    .mobile_primary>ul>li:hover>a::before {
        visibility: visible;
        width: 100%;
    }
    .international-school .col-lg-4:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .first-col-left {
        padding-left: 200px;
    }
    .second-col-left {
        padding-left: 80px;
    }
    .admission-form h3::after {
        content: "";
        position: absolute;
        background-color: #ccc;
        height: 2px;
        width: calc(115% / 3);
        right: 13px;
        top: 20px;
    }
    .site-header {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-160 {
        padding-bottom: 160px !important;
    }
    .py-lg-100 {
        padding-bottom: 100px !important;
    }
    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .py-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }
    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-lg-60 {
        padding-top: 60px !important;
    }
    .pt-lg-40 {
        padding-top: 40px !important;
    }
    .pt-lg-50 {
        padding-top: 50px !important;
    }
    .w-50 {
        width: 50% !important;
    }
    .pb-lg-70 {
        padding-bottom: 70px !important;
    }
    .pb-lg-80 {
        padding-bottom: 80px !important;
    }
    .pb-lg-350 {
        padding-bottom: 350px !important;
    }
    .text-lg-4{font-size: 20px !important;}
    .anchor-menu-list{display: none !important;}
    .pt-lg-140 { padding-top: 140px !important; }
    .mandatory-public-disclosure{padding-top: 136px !important;}
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .tabs.tabs-simple .nav-tabs>li .nav-link {
        font-size: 15px;
        padding: 8px 9px;
        font-weight: 500;
    }
    .snippet-img img { max-width: 100%; height: auto; }
    .navbar-brand {width: 200px;}
    .call-button{margin-top: 0;}
    .call-button img { width: 25px; }
    #mobileDropdown{width: 300px; left: auto;}
    .position-banner-content{display: none;}
}

@media only screen and (max-width:991px) {
    .text-4{font-size: 18px;}
    .pb-100 { padding-bottom: 6.25rem !important; }
    .pb-6 { padding-bottom: 4rem !important ;}
    .section-title { margin: 0 0 10px; padding: 0 0 10px; }
    .navbar-brand img { height: 45px ;}
    .banner-cloud { top: 62% ;}
    .footer-wrapper {
        background-image: none;
        position: initial;
        padding-top: 35px;
        background-color: #a3123f;
        padding-bottom: 0;
    }
    .banner-content {
        top: 0;
        left: 0;
    }
    .banner-content h1{
        text-shadow: 2px 2px 4px #112462;
        line-height: 32px;
        -webkit-text-stroke: initial;
    }
    .banner-content h1,
    .quote-section p {
        font-size: 25px;
        margin-bottom: 6px;
    }
    .banner-content p,
    .contact-round-form .form-label,
    .journey-tab span,
    .joyride-section ul li {
        font-size: 15px;
    }
    .banner-content p{
        line-height: 19px;
        margin-bottom: 8px;
    }
    section.section {
        padding: 35px 0;
    }
    .section-title h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .career-form h3,
    .message-section h2,
    .section-para p,
    .swkl-lifestyle h2,
    .tab-section .section-title h2 {
        font-size: 20px;
    }
    .element-divider img {
        max-width: 100%;
    }
    .testimonial-card {
        padding: 15px 30px 30px;
    }
    .testimonial-item {
        margin-bottom: 70px;
    }
    #featureCarousel .owl-nav .owl-prev,
    #schoolCard .owl-nav .owl-prev {
        left: 35%;
    }
    #parentsTestimonial .owl-nav .owl-prev {
        left: 35%;
        bottom: -5%;
    }
    #parentsTestimonial .owl-nav .owl-next {
        right: 40%;
        bottom: -5%;
    }
    #featureCarousel .owl-nav .owl-next,
    #schoolCard .owl-nav .owl-next {
        right: 40%;
    }
    .seedling-svg {
        width: 330px;
        height: 245px;
    }
    .sps-mask-image {
        top: 0;
        left: 9%;
        width: 270px;
        height: 100%;
    }
    .sps-cloud {
        display: none;
    }
    .counter-container,
    .innovate-img {
        margin-top: 0;
    }
    .mission-statement span {
        font-size: 20px;
        text-align: center;
    }
    .tabs.tabs-simple .nav-tabs>li .nav-link {
        padding: 8px 10px;
        font-size: 16px;
    }
    .message-section p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .learning-experience h2,
    .torch-item h2,
    .torch-item h3,
    .vision-statement h2 {
        font-size: 22px;
    }
    .messenger-image::after {
        content: none;
    }
    .torch-item h2 {
        margin-top: 10px;
    }
    .torch-item p {
        margin: 6px 0;
    }
    .item-card,
    .parent-consult-section .counselling-item,
    .torch-item span {
        text-align: center
    }
    .torch-item h3 {
        margin-top: 6px;
    }
    .image-eclipse {
        max-width: 290px
    }
    .sps-curly-arrow {
        top: 80%;
        right: 6%;
    }
    .smhs-curly-arrow {
        top: 80%;
        right: 8%;
    }
    .sps-message {
        top: -7%;
        left: 5px;
    }
    .smhs-message {
        top: -9%;
        left: 0;
    }
    .sia-element,
    .smhs-element,
    .smia-element,
    .sps-elements {
        display: none;
    }
    .counselling-item img,
    .item-card img {
        width: 300px;
    }
    .about-group-section span,
    .form-section span,
    .seedling-group-section span,
    .seedling-international span,
    .seedling-tribe span,
    .seedlingmodern-international span {
        font-size: 15px;
        font-weight: 500;
    }
    .sia-about-card h2::before {
        left: -40%;
        transform: skew(0);
    }
    .curriculam-content,
    .footer-wrapper iframe,
    .owl-carousel .owl-item .sia-about-card img {
        width: 100%;
    }
    .skew-heading h2 {
        padding: 9px 0;
        display: inline-block;
    }
    .skew-heading h2::before {
        border: 20px solid;
        left: -40px;
        border-color: #fff #fff transparent transparent;
    }
    .skew-heading h2::after {
        border: 20px solid;
        right: -40px;
        border-color: #fff transparent transparent #fff;
    }
    #curriculamSlider .owl-nav .owl-prev {
        top: 100%;
        left: 30%;
    }
    #curriculamSlider .owl-nav .owl-next {
        top: 100%;
        right: 30%;
    }
    .sia-about-card h2 {
        font-size: 20px;
        text-align: left;
    }
    .learner-card {
        padding: 16px;
    }
    .seedling-whyus-section ul li,
    .smia-whyus-section ul li {
        padding-left: 25px;
        font-size: 15px;
    }
    .seedling-whyus-section ul li::before,
    .smia-whyus-section ul li::before {
        top: -4px;
    }
    .calender-header p::before {
        top: -28px;
        left: 0;
    }
    .admission-para h3,
    .calender-header p,
    .career-text h3,
    .international-school h2,
    .network-section p,
    .prequisite h3 {
        font-size: 18px;
    }
    .accomplish-content p,
    .banner-container h2,
    .banner-container h3,
    .learning-fun p,
    .network-section span,
    .section-title p {
        font-size: 16px;
    }
    .heritage-section h2 {
        font-size: 30px;
    }
    .learning-fun {
        margin-top: 30px;
    }
    .accomplish-content h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner-container {
        top: 30%;
    }
    .admission-procedure-form {
        padding: 25px
    }
    .admission-procedure-form h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .admission-online-form,
    .career-form {
        padding: 30px 25px;
    }
    .career-testimonial-img {
        margin-top: -30%;
    }
    .experience-section .card-body {
        min-height: auto;
    }
    .testimonial-content {
        text-align: center;
        margin-bottom: 8px;
    }
    .career-testimonial-card {
        min-height: auto;
        padding: 25px;
    }
    .call-button{display: block;}
    #mobileDropdown ul li a{
        display: flex;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 8px 0;
        color: #223671;
        border-bottom: 1px solid #ccc;
    }
    .snippet-img img { max-width: 100%; height: auto; }
    .anchor-menu-list{display: block;}
    .counter-item{margin-bottom: 10px;}
    .position-banner-content{display: none;}
    .features-card .usp-mask img {
        width: 100%;
        height: 306px;
        object-fit: cover;
        object-position: left;
    }
}