@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%;
    }
    .about-counter-box h2 span {
        font-size: 30px;
    }
    .counterArea {
        padding: 45px 0px;
    }
    .section-Title h2 {
        font-size: 36px;
    }
    .ambitiousInner h4 {
        font-size: 18px;
    }
    .workBan h2 {
        font-size: 38px;
    }
    .workBanVideo iframe {
        width: 100%;
    }
    .about-counter-box h2 span {
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 1204px) {
    .inner-box .lower-content h3 {
        font-size: 14px;
    }
    .inner-box .lower-content .donate-percentage .amounts .number {
        font-size: 10px;
    }
    .donateHeader h2 {
        font-size: 28px;
    }
    .draftArea {
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 1135px) {
    .accountArea {
        margin-right: 50px;
    }
    /*--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: 9;
        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;
    }
    .fLinks ul li a {
        font-size: 14px;
    }
    .footerBtom .row.justify-content-between {
        justify-content: center !important;
        line-height: 2;
    }
    .donShereArea ul li:first-child {
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .donShereArea .d-flex.nav-justified {
        display: block !important;
    }
    .donShereArea ul li:last-child {
        padding-left: 0px;
    }
    .listLeftInner ul li a {
        padding: 12px 15px 12px 50px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1000px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .schollAroundWorldhed {
        font-size: 26px;
    }
    .inner-box .lower-content h3 {
        padding-bottom: 5px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    /* Start Social click */
    .social a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .account-section.social-info-box .hinfo_right.social-info > div::before {
        top: 98%;
    }
    /* End Social click */

    .sampleSec.find-an-experience.pages{height: auto;padding: 50px 0;}
    .survicees-carousel .owl-nav button.owl-prev {left: -10px;}
    .survicees-carousel .owl-nav button.owl-next {right: -10px;}
    .section-Title h2 {
        font-size: 34px;
    }
    .inner-box .lower-content h3 {
        padding-bottom: 5px;
        font-size: 10px;
    }
    .inner-box .lower-content h3 {
        font-size: 14px;
    }
    .inner-box .lower-content .donate-percentage .amounts .number {
        font-size: 13px;
    }
    .comentsTabInner ul li.personInfo {
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .account-section.social-info-box .hinfo_right.social-info>div {
        left: 50%;
    }
    .profile-cr .circle {
        top: -52px;
        height: 100px;
        width: 100px;
    }
    .profile-cr img {
        height: 100px;
        width: 100px;
    }
    .p-image {
        top: 60px;
        right: -10px;
    }
    .loginSection .profile-cr {
        padding: 80px 15px 0 15px;
    }
}

@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;
    }
    .footerTop.full .row.justify-content-between {
        justify-content: center !important;
    }
    .fSocial {
        margin-top: 20px;
    }
    .help-center .editor-text ul {
        width: auto !important;
    }
    .donateLeft,
    .donateRight {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #sidebar.active {
        margin-left: 0px;
    }
    #sidebar {
        position: absolute;
        left: 0;
        z-index: 10;
        top: 0;
        bottom: 0;
        margin-left: -300px;
    }
    .listLeft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px) {


.seach-sec button {top: 10px;left: 0;margin: 0 auto;width: 50%;right: 0;}
.seach-sec {padding: 30px 0;}


    .categoryBtn {
        display: block;
    }
    .listLeft {
        position: fixed;
        right: 100%;
        top: 60px;
        z-index: 9;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .listLeft.relative.open {
        right: auto;
        left: 0;
    }
    .listLeftInner {
        height: 93vh;
        overflow-y: auto;
    }
    .postBtn {
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .CommentsInput {
        height: 42px;
    }
    .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;
    }
    .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;
    }
    h4 {
        font-size: 16px;
    }
    .ab-info-main {
        padding-bottom: 0rem!important;
    }
    .site-addresses {
        padding: 0;
    }
    .inner-box .lower-content h3 {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .donShereArea ul li:last-child {
        padding-left: 5px;
    }
    .donShereArea ul li:first-child {
        padding-right: 5px;
    }
    .donShereArea .d-flex.nav-justified {
        display: flex !important;
    }
    .ambitious .row {
        justify-content: center;
    }
    .ambitiousInner span {
        margin: 0 auto;
    }
    .ambitiousInner {
        text-align: center;
        margin-bottom: 30px;
    }
    .workStepBox {
        margin-bottom: 30px;
        text-align: center;
    }
    .videoArea img {
        margin: 0 auto;
    }
    .workStepBox ul li::before {
        display: none;
    }
    .slogan .all_btn {
        padding: 0 20px;
        line-height: 44px;
        font-size: 16px;
    }
    .section-Title h2 span::after {
        display: none;
    }
    .donateLeft,
    .donateRight {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .comentsTab .tab-content>.tab-pane {
        margin-bottom: 20px;
    }
    .comentsTab .tab-content>.tab-pane h5 {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .comentsTabInner ul li.personInfo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .cmpSlider iframe {
        height: auto;
    }
    .homeBanner .owl-theme .owl-nav .owl-next,
    .campaignCollage .owl-theme .owl-nav .owl-next,
    .homeBanner .owl-theme .owl-nav .owl-prev,
    .campaignCollage .owl-theme .owl-nav .owl-prev {
        display: none;
    }
 
    .see-modal .modal-title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 736px) {}

@media only screen and (max-width: 667px) {
    
    .footerTop.full .row.justify-content-between {
        display: block !important;
        text-align: center;
    }
    .footerTop.full .fLinks ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .footerTop.full .fLinks ul li::after {
        display: none;
    }
    .footerTop.full .ftLink {
        display: block !important;
    }
    .footerTop.full .fSocial ul {
        justify-content: center;
    }
    .promo-primary__description span {
        display: none;
    }
    .paralaxBg {
        height: auto !important;
    }
    .align-container__item {
        padding: 20px;
    }
    .promo-primary__title {
        font-size: 40px;
        line-height: 46px;
    }
    .promo-primary__title::before,
    .promo-primary__title::after {
        display: none;
    }
    .ambitious {
        padding: 30px 0;
    }
    .work-with-us.pages h1 {
        font-size: 24px;
    }
    .listLeft {
        flex: 0 0 248px;
        max-width: 248px;
        -ms-flex: 0 0 248px;
    }
    .loginSection {
        padding: 30px 0px;
    }
    .loginHeader {
        padding: 14px 0px;
    }
    .regInner {
        padding: 10px;
    }
    .donateHeader h2 {
        font-size: 20px;
    }
    .see-all .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .fSocial {
        margin-bottom: 15px;
      }
    .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) {
.section-Title h2 span::after{display: none;}
.seach-sec input,.seach-sec button {width: 100%;}
.payBtn{font-size: 13px;line-height: 43px;}
.accountArea ul li.regBtn a {padding: 9px 10px 9px 12px;line-height: 10px;/* font-size: 0; */text-align: center;border: none;background-color: #fff;color: #000;border-radius: 4px;}
.accountArea ul li.regBtn a i {font-size: 14px;}
.accountArea ul li.logBtn a {border-radius: 4px;}
.listLeftInner {padding-bottom: 80px;}
.searchSection .colAuto {width: 80%;display: block;margin: 0 auto !important;}
.arInput1 {width: 100%;padding: 0 16px !important;}
.searchSection .btnCls {display: block;float: none;width: 100%;margin: 10px 0 0 0;}
.searchSection .d-flex {display: block !important;}
    .listLeft {
        top: 54px;
    }
    .bothBdr {
        border: none;
    }
    h2,
    h1 {
        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;
    }
    /* .accountArea ul li.regBtn a {
        padding: 0 18px;
        line-height: 28px;
        font-size: 12px;
    } */
    .accountArea ul li.logBtn a {
        padding: 0 18px;
        line-height: 32px;
    }
    .ambitiousInner {
        margin-top: 20px;
        text-align: center;
    }
    .ambitiousInner span {
        margin: 0 auto;
    }
    .help-center .editor-text ul {
        columns: 1 !important;
    }
    .read.mt-3 {
        margin-left: 5px;
        margin-top: 0px !important;
    }
    .section-Title h2 span::after {
        display: none;
    }
    .about-counter-box {
        margin-bottom: 26px;
    }
    .see-all .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fakeBox {
        width: 50%;
    }
    #imagesUpload .newImage {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .payoutbtn-wrap .bankDetailsUpdate {
        padding: 0 6px;
    }
}

@media only screen and (max-width: 545px) {
    .listLeft {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 248px;
    }
    .payoutbtn-wrap button {
        width: 100%;
        margin-right: 0;
    }
    .payoutbtn-wrap .bankDetailsUpdate {
        width: 100%;
    }
    .payoutbtn-wrap2 .connectedStripe {
        width: 100%;
    }
    .payoutbtn-wrap2 button {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 480px) {
    /* Start Social click */
    .donShereArea ul{
        flex-wrap: wrap;
    }
    .donShereArea ul li.nav-item{
        flex: 0 0 100%;
        width: 100%;
    }
    .donShereArea ul li:first-child {
        padding-right: 0;
    }
    .donShereArea ul li:last-child {
        padding-left: 0;
    }
    .social a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    /* End Social click */
    .listLeft {
        top: 54px;
    }
    .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: 12px;
        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;
    }
    .careers.pages h3 {
        font-size: 18px;
    }
    .careers.pages h1 {
        margin-top: 30px;
        font-size: 32px;
    }
    .sampleSec {
        padding: 30px 0;
    }
    .careers.pages p,
    .careers.pages ul li {
        line-height: 1.6;
    }
    .official-rules.pages h2 {
        line-height: 1.4;
    }
    #contact-form .pull-center iframe {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0 0 0 -42px;
    }
    .notication-count {
        left: 22px;
        top: -5px;
    }
}

@media only screen and (max-width: 414px) {
    .menu-responsive {
        left: -45px;
    }
    .menu-responsive span,
    .menu_responsiveTo span {
        width: 25px;
    }
    .payBtn {
        font-size: 10px;
        line-height: 32px !important;
        height: 32px;
    }
    .homeBanner .item {
        height: calc(80vh - 48px);
        /*height: auto;*/
    }
    .homeBanner .owl-carousel .owl-item img {
        height: calc(80vh - 48px);
        /*height: auto;*/
        object-fit: cover;
        object-position: 89%;
        transform: translate(0, 0) !important;
    }
    .sloganInner {
        /*max-width: 100%;*/
        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 40px;
    }
    .login-screen {
        height: 358px;
    }
    .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;
        width: 100%;
        border-radius: 30px;
        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: 30px;
        height: 32px;
        right: 2px;
    }
    .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;
    }
    .footerBtom.full .fLinks ul li:not(:last-child) {
        margin-right: 0;
    }
    .footerBtom.full .fLinks ul li::after {
        display: none;
    }
    .footerBtom.full ul {
        display: block !important;
    }
    .footerBtom.full .row.justify-content-between {
        display: block !important;
        text-align: center;
    }
    .loginSection {
        padding: 15px;
    }
    .accountArea {
        margin-right: 38px;
    }
    .fakeBox {
        width: 100%;
    }
    .videoUrl {
        padding-right: 0;
    }
}

@media only screen and (max-width: 384px) {
    .accountArea ul li.logBtn a,
    .listLeft {
        top: 50px;
    }
    .accountArea ul li.regBtn a {
        padding: 9px 10px 9px 12px;
        line-height: 10px;
        /* font-size: 0; */
        text-align: center;
        border: none;
        background-color: #fff;
        color: #000;
    }
    .accountArea ul li.logBtn a i,
    .accountArea ul li.regBtn a i {
        font-size: 14px;
    }
    .accountArea {
        margin-right: 38px;
    }
    .loginHeader {
        padding: 14px 0px;
        margin-bottom: 10px;
    }
    .loginInner {
        padding: 8px;
    }
    .logForm .pull-center iframe {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        margin: 0 0 0 -30px;
    }
}

@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;
    }
    .promo-primary__title {
        font-size: 30px;
        line-height: 36px;
    }
    .work-with-us.pages h1 {
        font-size: 20px;
    }
    .work-with-us.pages h2 {
        font-size: 16px;
    }
    .comentsTabInner ul li.personInfo {
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .amountBtn ul li {
        padding: 0 5px;
    }
    .amountBtn ul li .amount-token {
        min-width: 80px;
    }
    .otherAmountInner {
        max-width: 130px;
    }
    .customWidth h4.modal-title {
        font-size: 22px;
        line-height: 1.2;
    }
    
}

@media only screen and (max-width: 320px) {
    .CommentsInput {
        max-width: 170px;
    }
}

@media only screen and (max-width: 240px) {}