@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1350px) {}

@media only screen and (max-width: 1280px) {
    header .container,
    .homeBanner .container {
        width: 100%;
        max-width: 100%;
    }
    .navigation ul li a,
    .accountArea ul li a {
        font-size: 14px;
    }
    .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 158px;
        flex: 0 0 158px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1204px) {}

@media only screen and (max-width: 1135px) {
    .accountArea {
        margin-right: 40px;
    }
    /*--nav--*/
    header .rightPart ul {
        display: block;
    }
    .menu-responsive {
        background: none;
        border: medium none;
        cursor: pointer;
        display: block;
        float: left;
        left: -64px;
        padding: 9px 6px 6px;
        z-index: 99999;
        position: absolute;
        top: 13px;
    }
    .menu-responsive:focus {
        outline: none;
    }
    .menu-responsive.menu_responsiveTo {
        background: #007cc2;
        left: 200px;
        top: 5px;
    }
    .menu-responsive span,
    .menu_responsiveTo span {
        background: #000;
        display: block;
        height: 3px;
        margin-bottom: 3px;
        width: 37px;
    }
    /*.sticky .menu-responsive span, .sticky .menu_responsiveTo span{
    background:#333;
    }*/
    .navigation {
        margin: 0;
        background: #fff;
        display: block;
        position: fixed !important;
        height: 100%;
        top: 0;
        right: 0;
        -ms-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -moz-transform: translateX(260px);
        -webkit-transform: translateX(260px);
        -o-transform: translateX(260px);
        -ms-transform: translateX(260px);
        transform: translateX(260px);
        width: 260px;
        z-index: 9999;
        text-align: left;
    }
    .navigation.left0 {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -moz-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
        box-shadow: 26px 0 22px 41px rgba(0, 0, 0, 0.5);
    }
    .navigation ul.d-flex {
        width: 100%;
        display: block !important;
    }
    .navigation ul ul {
        display: none;
        background: #000000;
        opacity: 1;
        visibility: visible;
    }
    .navigation ul li {
        float: left;
        width: 100%;
        border-top: 1px solid #eee;
        position: relative;
    }
    .navigation ul li a {
        display: block;
        padding: 15px 15px;
        color: #000;
    }
    .navigation ul li span {
        cursor: pointer;
        display: block;
        height: 44px;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }
    .navArea nav ul li a {
        line-height: 42px;
        padding: 0 15px;
    }
    .navigation ul li:hover ul {
        display: none;
    }
    nav ul li ul.submenu {
        opacity: 1;
        visibility: visible;
        padding: 5px 10px;
        position: static;
        visibility: visible;
        transition: none;
        width: 100%;
        padding: 5px 0 !important;
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        float: left;
    }
    nav ul li ul.submenu li {
        width: 100%;
        padding: 0 9px;
    }
    nav ul li ul.submenu li img {
        width: 18px;
    }
    nav ul li ul.submenu.aboutDd li img {
        top: -2px;
        width: 18px;
    }
    .navigation ul li.sub_menu_open span::after {
        content: "+";
        left: 0;
        color: #000;
        font-size: 30px;
        margin: auto;
        width: 20px;
        height: 20px;
        opacity: 1;
        position: absolute;
        right: 5px;
        top: -15px;
        bottom: 0;
    }
    .navigation ul li.sub_menu_open span.open::after {
        content: "x";
        font-size: 22px;
        height: 23px;
        width: 20px;
    }
    .menu_responsiveTo span {
        opacity: 0;
    }
    .menu_responsiveTo:after {
        position: absolute;
        content: "x";
        top: -1px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        font-size: 21px;
    }
    nav ul li ul li {
        border: none !important;
    }
    nav ul li.sub_menu_open i {
        display: none !important;
    }
    .slogan h4 {
        font-size: 22px;
        line-height: 1.5;
    }
    .slogan h2 {
        font-size: 37px;
        padding-bottom: 5px;
        line-height: normal;
    }
    .welcomeRight p {
        font-size: 14px;
    }
    .paralaxSubsLeftInner h2,
    .paralaxInner h2 {
        font-size: 34px;
    }
    .paralaxInner h5 {
        font-size: 15px;
    }
    .paralaxBtn {
        line-height: 40px;
        font-size: 14px;
        padding: 0 30px;
        margin-top: 20px;
    }
    .blueBtnBdr {
        border: #335686 1px solid;
        font-size: 15px;
        line-height: 40px;
    }
    .traRight {
        padding: 60px 0 60px 50px;
    }
    .traRight h2 {
        color: #335686;
        font-size: 27px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1000px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .schollAroundWorldhed {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width :960px) {}

@media only screen and (max-width :910px) {}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 885px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {
    .welcomeRight {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .welcomeLeft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .welcomeRightrInner {
        background: rgba(255, 255, 255, .9);
        left: 0;
        line-height: 1.5;
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .toBeHideinMob {
        display: none;
    }
    .paralaxSubsLeft,
    .paralaxSubsRight {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .paralaxSubsLeftInner {
        max-width: 100%;
        padding: 30px 20px;
        text-align: center;
    }
    .paralaxSubsLeftInner .m-t-20 {
        margin: 0 !important
    }
    .paralaxSubsLeftInner h2 {
        font-size: 24px;
    }
    .paralaxSubsRight .parallax {
        height: 300px !important;
    }
    .survicees {
        background: #f8f8f8;
        padding: 20px 0;
    }
    .survicees .col-lg-3 {
        margin: 15px 0;
    }
    .traEvaImg {
        position: relative;
    }
    .traRight {
        padding: 20px 0 20px 20px;
    }
    .traRight h2 {
        font-size: 21px;
    }
    .traRight h4 {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .traRight p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .blueBtn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 30px;
    }
    .traRight .blueBtn.m-t-20 {
        margin: 0 !important;
    }
    .subscribeRight {
        padding-left: 0;
        margin-top: 15px;
    }
    .topFooter {
        padding: 30px 0 30px;
        font-size: 14px;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .accountArea {
        margin-right: 60px;
    }
    h2 {
        font-size: 36px;
    }
    .contactHeading {
        font-size: 30px;
    }
    .contctAddressSect.p-v-40 {
        padding: 20px 0;
    }
    .contAdrsHed {
        font-size: 30px;
    }
    .adrsIcon {
        width: 70px;
        height: 70px;
        padding: 20px;
    }
    .arInput1 {
        height: 40px;
        padding: 0 16px;
    }
    .arTextArea1 {
        padding: 15px 15px;
        height: 100px;
    }
    .contactsubmitBtn {
        height: 44px;
        line-height: 44px;
        padding: 0 40px;
    }
    .schollAroundWorldhed {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .map-stats {
        padding: 30px 0;
    }
    .phoneBookInner [class*="col"] {
        margin-bottom: 30px;
    }
    .pnlLeft,
    .pnlRight {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pnlLeft {
        padding-right: 0;
    }
    .pnlRight h2 {
        font-size: 22px;
        border-bottom: #3867a7 1px solid;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    .pnRightInner h4 {
        font-size: 16px;
    }
    .pnlRight {
        padding: 20px;
    }
    .pnRightInner:not(:last-child) {
        margin-bottom: 20px;
    }
    .formWrap ul.nav li a {
        padding: 8px 16px;
    }
    .registerBoxInner h3 {
        font-size: 24px;
        text-align: center;
    }
    .register.p-v-60 {
        padding: 30px 0;
    }
    .registerBox {
        padding: 30px;
        margin: 0;
    }
    .schDtlsLeftInner h3,
    .schDtlsLeftInner h4 {
        font-size: 18px;
    }
    .schoolDtlsRight {
        padding: 0 15px;
    }
    .schoolDtlsRight h3 {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .schoolDtlsRight .card-header {
        padding: 0;
    }
    .schoolDtlsRight .card-header h5 {
        padding: 0;
        font-size: 16px;
    }
    .schoolDtlsRight .card-header h5 a {
        padding: 8px 15px;
        display: block;
        background: #3867a7;
        color: #fff;
    }
    .schoolDtlsRight .card-body {
        padding: 15px;
    }
    .schoolDtlsLeft {
        -ms-flex: 260px;
        flex: 0 0 260px;
        width: 260px;
    }
    .schDtlsLeftInner p {
        font-size: 14px;
    }
    .worldMap,
    .schoolDtls {
        padding: 20px 0;
    }
    .header {
        position: fixed;
        top: 0;
        background: #fff;
    }
    body {
        padding-top: 60px;
    }
    .map-stats .tab-content h5 {
        padding-bottom: 0;
        font-size: 17px;
    }
    .map-stats .card-header {
        margin-bottom: 0;
        background-color: #3867a7;
        border-bottom: none;
    }
    .map-stats .card-header a {
        color: #fff;
        display: block;
    }
    .map-stats .card {
        border: 1px solid rgb(56, 103, 167);
        margin-bottom: 5px;
    }
    .arSchoolTabs .card-body {
        padding: 15px;
    }
}

@media only screen and (max-width: 736px) {}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 600px) {
    .welcomeRightrInner {
        position: static;
        transform: translateY(0) !important;
        background: #f9f9f9;
        box-shadow: none;
        padding: 20px;
    }
    .paralaxSubsRight .parallax {
        height: auto !important;
    }
    .traRight {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .echAddressType ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .adrsIcon {
        margin: 0 20px 0 0;
    }
    .echAddressType ul li p a {
        display: block;
    }
    .echAddressType ul li p {
        margin-top: 0;
        text-align: left;
    }
    .adrsIcon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }
    .echAddressType.m-t-30 {
        margin-top: 15px !important;
    }
    .newsLetterInner [class*="col"] {
        margin-bottom: 15px;
    }
    .newsletterBtn {
        flex: 0 0 224px;
        width: 224px;
    }
    .newsLetterInner {
        padding: 30px;
    }
    .newsLetter {
        padding: 30px 0;
    }
    .newsLetterInner h4 {
        text-align: center;
        font-size: 18px;
    }
    .phoneBookInner h3 {
        font-size: 18px;
    }
    .phoneBookInner h3 span {
        width: 22px;
    }
    .schoolDtlsLeft,
    .schoolDtlsRight {
        -ms-flex: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .schoolDtlsLeft {
        margin-bottom: 20px;
    }
    .schoolDtlsRight .card-header h5 {
        font-size: 14px;
        font-weight: 600;
    }
    .courseDetails {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 545px) {}

@media only screen and (max-width: 480px) {
    body {
        padding-top: 48px;
    }
    .slogan h2 {
        font-size: 20px;
    }
    .slogan h4 {
        font-size: 13px;
    }
    .sloganInner {
        max-width: 300px;
    }
    .slogan .all_btn {
        font-size: 14px;
        margin-top: 5px;
        border: #5987c5 1px solid;
        line-height: 34px;
    }
    .accountArea ul li a {
        line-height: 28px;
        padding: 0 15px;
        font-size: 11px;
    }
    .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 100%;
    }
    .menu-responsive {
        top: 7px;
        left: -50px;
    }
    .menu-responsive span,
    .menu_responsiveTo span {
        height: 2px;
        margin-bottom: 3px;
        width: 28px;
    }
    .accountArea {
        margin-right: 38px;
    }
    .subscribeBtn {
        padding: 0 15px;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
    }
    .subscribeInput {
        width: 100%;
    }
    .subscribeInput {
        height: 54px;
        font-size: 15px;
        padding: 0 158px 0 20px;
    }
    .topFooter .col-lg-3 {
        margin-bottom: 15px;
    }
    .input-4 {
        border: #ddd 1px solid;
        height: 40px;
        padding: 0 60px 0 15px;
        width: 100%;
        border-radius: 30px;
        font-size: 14px;
    }
    .srcArea button {
        height: 40px;
        width: 50px;
    }
    .map-stats {
        padding: 20px 0;
    }
    .arWorldMap {
        height: 300px !important;
    }
    .welcomeRight h5 {
        font-size: 16px;
    }
    .paralaxSubsLeftInner h2 {
        font-size: 18px;
    }
    .paralaxSubsLeftInner .m-t-20 {
        margin: 10px 0 0 !important;
    }
    .blueBtnBdr {
        font-size: 15px;
        line-height: 34px;
    }
    .topFooter .col-12 {
        margin-bottom: 15px;
    }
    .bottomFooter {
        padding-bottom: 20px;
    }
    .subscribeBtn {
        line-height: 36px;
        height: 36px;
        display: block;
        transform: translate(0);
        background: #5c8aca;
        width: 100%;
        margin-top: 5px;
        position: static;
    }
    .subscribeInput {
        height: 38px;
        font-size: 14px;
        padding: 0 15px;
    }
    .subscribe_msg {
        position: static;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
        margin-top: 10px;
        font-size: 14px;
    }
    .allBtn,
    .contactsubmitBtn {
        width: 100%;
    }
    .newsLetterInner .col {
        width: 100%;
        flex-basis: 100%;
    }
    .adrsIcon {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .adrsIcon {
        width: 60px;
        height: 60px;
    }
    .echAddressType ul li p {
        font-size: 14px;
    }
    .contAdrsHed {
        margin: 0;
    }
}

@media only screen and (max-width: 414px) {
    .homeBanner .item {
        height: calc(80vh - 48px);
    }
    .homeBanner .owl-carousel .owl-item img {
        height: calc(80vh - 48px);
        object-fit: cover;
        object-position: 80%;
        transform: translate(0, 0) !important;
    }
    .sloganInner {
        max-width: 210px;
    }
    .slogan h4 {
        font-size: 15px;
    }
    .slogan h2 {
        padding-bottom: 10px;
    }
    .input-1 {
        height: 34px;
    }
    .textArea {
        height: 80px;
    }
    .topFooter {
        padding: 20px 0 10px;
    }
    .logingArea.p-v-60 {
        padding: 30px 20px;
    }
    .login-screen .left-item .login-panel .inner-login-panel .content-panel {
        padding: 0 20px;
    }
    .login-screen {
        height: auto;
        float: left;
        width: 100%;
        padding: 20px 0;
    }
    .login-screen .left-item .login-panel .inner-login-panel .content-panel .title {
        margin: 0 0 10px 0;
        font-size: 28px;
    }
    .contactHeading,
    .contAdrsHed {
        font-size: 22px;
        text-align: center;
    }
    .contFormsect.p-v-40 {
        padding: 20px 0;
    }
    .newsLetterInner {
        padding: 15px;
    }
    .input-3 {
        border: #ddd 1px solid;
        height: 36px;
        padding: 0 14px;
        font-size: 14px;
    }
    .newsletterBtn button {
        height: 36px;
        padding: 0 20px;
        font-size: 14px;
    }
    .newsletterBtn {
        flex: 0 0 auto;
        width: auto;
    }
    .newsLetter {
        padding: 20px 0;
    }
    .newsLetterInner h4 {
        font-size: 16px;
    }
    .newsLetterInner [class*="col"] {
        padding: 0 3px;
    }
    .subscribeLeft p {
        font-size: 14px;
    }
    .subscribeLeft h4 {
        font-size: 18px;
    }
    .subscribeInput {
        height: 38px;
        font-size: 14px;
        padding: 0 158px 0 15px;
    }
    .subscribeBtn {
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }
    .subscribeRight {
        margin-top: 10px;
    }
    .worldMap h2,
    .phoneBook h2 {
        padding-bottom: 14px;
    }
    .schollAroundWorldhed {
        font-size: 16px;
    }
    .pnlRight h2 {
        font-size: 16px;
    }
    .pnRightInner p,
    .pnRightInner h4 {
        font-size: 14px;
    }
    .registerBoxInner h3 {
        font-size: 18px;
    }
    .registerBoxInner label {
        font-size: 14px;
    }
    .input-2 {
        height: 30px;
    }
    /* .selectOption {
        height: 30px;
    } */
    .registerBox {
        padding: 20px;
        margin-top: 10px;
    }
    .formWrap ul.nav li a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .formWrap ul.nav li {
        margin-bottom: 10px;
    }
    .traEvaImg img {
        width: 50%;
        margin: 0 auto;
    }
    .contAdrsSubHed {
        font-size: 14px;
    }
    .traRight h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 384px) {}

@media only screen and (max-width: 375px) {
    .header .col-lg-auto {
        padding: 0;
    }
    .accountArea ul li a {
        padding: 0 8px;
        border-radius: 4px;
    }
    .accountArea ul li {
        margin: 0 2px;
    }
    .logo {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
    .worldMap,
    .schoolDtls {
        padding: 15px 0;
    }
    .arWorldMap {
        height: 250px !important;
    }
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 240px) {}