/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-left-item h6 {
        font-weight: 300;
        font-size: 50px;
    }
    .hero-left-item h6 span {
        font-weight: 700;
        font-size: 52px;
    }
    .network-item img {
        width: 150px;
    }
    .footer-right h2 {
        font-weight: 400;
        font-size: 21px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .menu-btn {
        display: none !important;
    }
    .hero-left-item h6 {
        font-weight: 300;
        font-size: 32px;
    }
    .hero-left-item h6 span {
        font-weight: 700;
        font-size: 30px;
    }
    .hero-left-item ul {
        display: block;
    }
    .hero-left-item ul li:first-of-type a {
        display: block;
        text-align: center;
        background-position: 31% 50%;
        margin-bottom: 20px;
    }
    .hero-left-item ul li:last-of-type a {
        display: block;
        text-align: center;
        background-position: 20% 50%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .get-title h2 {
        font-weight: 400;
        font-size: 35px;
    }
    .get-ready-item ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .get-ready-item ul li p {
        font-weight: 400;
        font-size: 20px;
    }
    .download-right h2 {
        font-weight: 400;
        font-size: 31px;
        color: #FFFFFF;
        line-height: 25px;
        margin-top: 42px;
    }
    .don-btm-bdr small {
        width: 100px;
        margin-left: 93px;
    }
    .don-btm-bdr {
        margin-bottom: 20px;
    }
    .download-btn {
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        padding: 15px 13px;
        background: #FFFFFF;
        border-radius: 8px;
    }
    .network-item {
        width: 25%;
        margin-bottom: 20px;
    }
    .network-item img {
        width: 150px;
    }
    .we-offer-right img {
        width: 100%;
    }
    .faq-title p{
        font-size: 15px !important;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

@media screen and (min-width: 576px) and (max-width: 767px) {
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .menu-btn {
        display: none !important;
    }
    .hero-left-item h6 {
        font-weight: 300;
        font-size: 29px;
    }
    .hero-left-item h6 span {
        font-size: 28px;
    }
    .hero-left-item p {
        font-weight: 400;
        font-size: 16px;
    }
    .hero-left-item ul {
        display: block;
    }
    .hero-left-item ul li:first-of-type a {
        display: block;
        text-align: center;
        background-position: 37% 50%;
        margin-bottom: 20px;
    }
    .hero-left-item ul li:last-of-type a {
        display: block;
        text-align: center;
        background-position: 30% 50%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .hero-right-item {
        margin-top: 11px;
    }
    .get-title h2 {
        font-weight: 400;
        font-size: 29px;
    }
    .get-ready-item ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .get-ready-item ul li p {
        font-weight: 400;
        font-size: 20px;
    }
    .admission-title {
        margin-bottom: 3px;
    }
    .admission-title h2 {
        font-size: 30px;
        line-height: 16px;
    }
    .admission-process-left {
        margin-bottom: 20px;
    }
    .we-offer-left ul {
        margin-top: 20px;
    }
    .we-offer-left ul li p {
        font-weight: 400;
        font-size: 14px;
    }
    .we-offer-right img {
        max-width: 100%;
        margin-top: 20px;
    }
    .about-title h2 {
        font-weight: 400;
        font-size: 27px;
        color: #FFF;
        text-align: center;
        line-height: 16px;
        margin-top: 10px;
    }
    .about-left p {
        font-size: 14px;
    }
    .testimonial-title p {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #676767;
        margin-bottom: 40px;
        margin-top: 12px;
    }
    .testimonial-title p br {
        display: none;
    }
    .student-tes-item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
        font-style: italic;
        margin-bottom: 20px;
    }
    .order-s-2 {
        order: 2;
    }
    .order-s-1 {
        order: 1;
    }
    .don-btm-bdr small {
        margin-left: 103px;
    }
    .download-right h2 {
        font-weight: 400;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 25px;
        margin-top: 20px;
    }
    .download-right p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }
    .download-btn {
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        padding: 15px 19px;
        background: #FFFFFF;
        border-radius: 8px;
    }
    .download-left {
        margin-top: 43px;
    }
    .main-content2 .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
    }
    .assciate-title {
        margin-bottom: 30px;
    }
    .network-item {
        width: 33.33%;
        text-align: center;
        margin-bottom: 20px;
    }
    .network-item img {
        width: 150px;
    }
    .personal-details-form form input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }
      .personal-details-form form select {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }
      #address {
        background-image: url(../images/n10.png);
        background-repeat: no-repeat;
        background-position: 5% 50%;
      }
      .career-hero-left {
        margin-top: 209px !important;
      }
      .career-hero-right {
        margin-top: -18px !important;
      }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 576px) {
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .menu-btn {
        display: none !important;
    }
    .hero-left-item h6 {
        font-weight: 300;
        font-size: 29px;
    }
    .hero-left-item h6 span {
        font-size: 28px;
    }
    .hero-left-item p {
        font-weight: 400;
        font-size: 16px;
    }
    .hero-left-item ul {
        display: block;
    }
    .hero-left-item ul li:first-of-type a {
        display: block;
        text-align: center;
        background-position: 31% 50%;
        margin-bottom: 20px;
    }
    .hero-left-item ul li:last-of-type a {
        display: block;
        text-align: center;
        background-position: 20% 50%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .hero-right-item {
        margin-top: 11px;
    }
    .get-title h2 {
        font-weight: 400;
        font-size: 29px;
    }
    .get-ready-item ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .get-ready-item ul li p {
        font-weight: 400;
        font-size: 20px;
    }
    .admission-title {
        margin-bottom: 3px;
    }
    .admission-title h2 {
        font-size: 30px;
        line-height: 16px;
    }
    .admission-process-left {
        margin-bottom: 20px;
    }
    .we-offer-left ul {
        margin-top: 20px;
    }
    .we-offer-left ul li p {
        font-weight: 400;
        font-size: 14px;
    }
    .we-offer-right img {
        max-width: 100%;
        margin-top: 20px;
    }
    .about-title h2 {
        font-weight: 400;
        font-size: 27px;
        color: #FFF;
        text-align: center;
        line-height: 16px;
        margin-top: 10px;
    }
    .about-left p {
        font-size: 14px;
    }
    .testimonial-title p {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #676767;
        margin-bottom: 40px;
        margin-top: 12px;
    }
    .testimonial-title p br {
        display: none;
    }
    .student-tes-item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
        font-style: italic;
        margin-bottom: 20px;
    }
    .order-s-2 {
        order: 2;
    }
    .order-s-1 {
        order: 1;
    }
    .don-btm-bdr small {
        margin-left: 103px;
    }
    .download-right h2 {
        font-weight: 400;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 25px;
        margin-top: 20px;
    }
    .download-right p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }
    .download-btn {
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        padding: 15px 19px;
        background: #FFFFFF;
        border-radius: 8px;
    }
    .download-left {
        margin-top: 43px;
    }
    .main-content2 .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
    }
    .assciate-title {
        margin-bottom: 30px;
    }
    .network-item {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .network-item img {
        width: 150px;
    }
    .faq-item .ziehharmonika h3 br {
        display: none;
    }
    .faq-item .ziehharmonika h3 {
        background: none;
        font-weight: 500;
        font-size: 15px;
    }
    .faq-item .ziehharmonika .collapseIcon {
        position: absolute;
        right: -10px;
      }
      .faq-item .ziehharmonika > div p {
        font-weight: 400;
        font-size: 14px;
      }

      .personal-details-form form input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }
      .personal-details-form form select {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }
      #address {
        background-image: url(../images/n10.png);
        background-repeat: no-repeat;
        background-position: 5% 50%;
      }
      .newsletter-inner button {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        color: #FFFFFF;
        background: linear-gradient(109.55deg, #00A5FE 0%, #00E3BC 78.31%);
        padding: 20.5px 12px;
        border: none;
        border-radius: 0 9px 9px 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .career-hero-left {
        margin-top: 209px !important;
      }
      .career-hero-right {
        margin-top: -18px !important;
      }
    .otp-modal .modal-dialog .modal-content {

    padding: 32px 10px;

    }
    .reg-form .checkbox_wrapper label span {
    font-size: 16px;
    }
}