/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 322px) {
    .hero_area .navbar-brand img {
        height: 50px;
    }

    .hero_area .h-txt {
        font-size: 13px;
    }

    .hero_area .h-img img {
        width: 85%;
        height: 55%;
    }

    .slider_section h2 {
        font-size: 18px;
    }

    .slider_section .carousel-item h2 {
        font-size: 11px;
    }

    .slider_section .carousel-item p {
        font-size: 7px;
        font-family: sans-serif;
        top: 76%;
        right: 4%;
    }

    .lms_section .row {
        width: 110%;
    }

    .lms_section h2 {
        font-size: 13px;
    }

    .lms_section p {
        font-size: 8px;
    }

    .categories_section .col-lg-2 {
        padding-left: 10%;
    }

    .categories_section .c-img img {
        height: 300px;
    }

    .categories_section .c-img h3 {
        position: absolute;
        text-align: center;
        left: 63px;
        top: 180px;
    }

    .categories_section .c-img .c4 {
        left: 45px;
    }

    .categories_section .col-lg-2:nth-child(3) {
        margin-top: 0;
    }

    .categories_section .col-lg-2:nth-child(4) {
        margin-top: 0;
    }

    .categories_section .col-lg-2:nth-child(5) {
        margin-top: 0;
    }

    .m-vault-1 {
        background: url(../images/students.jpg) no-repeat;
        background-size: cover;
        height: 200px;
        background-position: center;
    }

    .m-vault-1 h2 {
        padding-top: 30%;
        font-size: 13px;
    }

    .m-vault-1 p {
        font-size: 10px;
    }

    .vault_section img {
        display: none;
    }

    .vault_section {
        padding-bottom: 15px;
    }

    .vault_section p {
        font-size: 13px;
        line-height: 1.6;
        text-align: justify;
    }

    .m-vault iframe {
        width: 90%;
        height: 130px;
    }

    .m-vault h2 {
        text-align: center;
        padding: 15px 0;
    }

    .m-vault p {
        font-size: 13px;
    }

    .footer-img {
        display: none;
    }

    .plan_section img {
        display: none;
    }

    .plan_section .pricingTable {
        height: 95%;
    }

    .plan_section .pricingTable.green {
        margin: 20px 0;
    }

    .student_section p {
        font-size: 13px;
        text-align: left;
    }

    .info_section h2 {
        font-size: 15px;
    }

    .info_section .i-txt {
        padding-top: 25px;
        line-height: 1.7;
        font-size: 13px;
        font-weight: 500;
    }

    .exam-container .card-body h4 {
        font-size: 18px;
    }

    .client_section .box .detail-box h5 {
        font-size: 13px;
    }

    .client_section .box .detail-box h5 span {
        font-size: 14px;
    }

    .client_section .box .detail-box p {
        font-size: 13px;
    }


    .contact_section .mb-3 {
        padding-left: 3%;
    }
    

    .contact_section .c-list li {
        font-size: 13px;
        line-height: 2;
    }

    .contact_section .info_form iframe {
        width: 100%;
        height: 200px;
    }

    .plan-page {
        margin-left: 2%;
    }

    .pricingTable {
        width: 95%;
    }
}


@media only screen and (max-width: 480px) {
    .hero_area .h-txt {
        font-size: 14px;
    }

    .hero_area .h-img img {
        width: 90%;
        height: 55%;
    }

    .slider_section h2 {
        font-size: 20px;
    }

    .slider_section .carousel-item h2 {
        font-size: 15px;
        top: 40%;
        left: 17%;
    }

    .slider_section .carousel-item p {
        font-size: 10px;
        top: 77%;
        left: 30%;
    }

    .lms_section .row {
        width: 107%;
    }

    .lms_section h2 {
        font-size: 17px;
    }

    .lms_section p {
        font-size: 15px;
        width: 100%;
    }

    .categories_section .col-lg-2 {
        padding-left: 25%;
    }

    .categories_section .col-lg-2:nth-child(3) {
        margin-top: 0;
    }

    .categories_section .col-lg-2:nth-child(4) {
        margin-top: 0;
    }

    .categories_section .col-lg-2:nth-child(5) {
        margin-top: 0;
    }

    .categories_section .c-img img {
        height: 300px;
    }

    .categories_section .c-img h3 {
        position: absolute;
        text-align: center;
        left: 63px;
        top: 180px;
    }

    .categories_section .c-img .c4 {
        left: 45px;
    }

    .m-vault-1 {
        background: url(../images/students.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .vault_section img {
        display: none;
    }

    .vault_section {
        padding-bottom: 15px;
    }

    .vault_section p {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        text-align: justify;
        word-spacing: .5;
    }

    .m-vault iframe {
        width: 90%;
        height: 210px;
    }

    .m-vault h2 {
        text-align: center;
        padding: 25px 0;
    }

    .m-vault iframe {
        width: 90%;
        height: 180px;
    }

    .m-vault p {
        font-size: 15px;
    }

    .footer-img {
        display: none;
    }

    .plan_section img {
        display: none;
    }

    .plan_section .pricingTable {
        height: 95%;
    }

    .plan_section .pricingTable.green {
        margin: 15px 0;
    }

    .student_section p {
        font-size: 15px;
        text-align: left;
    }

    .info_section .i-txt {
        padding-top: 25px;
        line-height: 1.7;
        font-size: 16px;
        font-weight: 500;
    }

    .contact_section p {
        font-size: 15px;
    }

    .contact_section .c-list li {
        font-size: 15px;
        line-height: 2;
    }

    .contact_section img {
        width: 90%;
    }

    .contact_section .info_form iframe {
        width: 100%;
        height: 200px;
    }

    .plan-page {
        margin-left: 2%;
    }

    .pricingTable {
        width: 95%;
    }

}


@media (min-width:481px) and (max-width:767px) {
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 7px 20px;
    }

    .hero_area .h-txt {
        font-size: 20px;
    }

    .hero_area .h-img img {
        width: 85%;
        height: 55%;
    }

    .slider_section .carousel-item h2 {
        font-size: 21px;
        top: 40%;
        left: 17%;
    }

    .slider_section .carousel-item p {
        font-size: 15px;
        top: 77%;
        left: 30%;
    }

    .lms_section .row {
        width: 110%;
    }

    .lms_section h2 {
        font-size: 18px;
    }

    .lms_section p {
        font-size: 16px;
    }

    .categories_section .col-lg-2 {
        padding-left: 7%;
    }

    .categories_section .col-lg-2:nth-child(3) {
        margin-top: 100px;
    }

    .categories_section .col-lg-2:nth-child(4) {
        margin-top: 200px;
    }

    .categories_section .col-lg-2:nth-child(5) {
        margin-top: 100px;
    }

    .categories_section .c-img img {
        height: 200px;
    }

    .categories_section .c-img h3 {
        font-size: 15px;
        position: absolute;
        text-align: center;
        left: 43px;
        top: 115px;
    }

    .categories_section .c-img .c4 {
        left: 35px;
    }

    .m-vault-1 {
        background: url(../images/students.jpg) no-repeat;
        background-size: cover;
        background-position-y: center;
        height: 250px;
    }

    .m-vault-1 h2 {
        padding-top: 20%;
        color: yellow;
    }

    .vault_section img {
        display: none;
    }

    .vault_section {
        padding-bottom: 15px;
    }

    .vault_section p {
        font-size: 17px;
    }

    .m-vault iframe {
        width: 50%;
        height: 400px;

    }

    .m-vault h2 {
        text-align: center;
        padding: 25px 0;
    }

    .m-vault iframe {
        width: 90%;
        height: 180px;
    }

    .m-vault p {
        font-size: 18px;
    }

    .footer-img {
        display: none;
    }

    .plan_section img {
        display: none;
    }

    .plan_section .pricingTable {
        height: 90%;
    }

    .plan_section .pricingTable.green {
        margin: 15px 0;
    }

    .student_section p {
        font-size: 18px;
        text-align: left;
    }

    .info_section .i-txt {
        padding-top: 25px;
        line-height: 1.7;
        font-size: 18px;
        font-weight: 500;
    }

    .exam-container .card-body h4 {
        font-size: 18px;
    }

    .client_section .box .detail-box h5 {
        font-size: 15px;
    }

    .client_section .box .detail-box h5 span {
        font-size: 15px;
    }

    .client_section .box .detail-box p {
        font-size: 15px;
    }

    .contact_section p {
        font-size: 18px;
    }

    .contact_section .c-list li {
        font-size: 18px;
        line-height: 2;
    }

    .contact_section img {
        width: 70%;
    }

    .contact_section .info_form {
        padding-left: 23px;
    }

    .contact_section .info_form iframe {
        width: 95%;
        height: 200px;
    }
}


@media (min-width: 768px) and (max-width:992px) {
    .hero_area .h-txt {
        font-size: 30px;
    }

    .hero_area .h-img img {
        width: 85%;
        height: 55%;
    }

    .slider_section .carousel-item h2 {
        font-size: 30px;
        top: 40%;
        left: 17%;
    }

    .slider_section .carousel-item p {
        font-size: 16px;
        top: 77%;
        left: 30%;
    }

    .lms_section .row {
        width: 110%;
    }

    .lms_section h2 {
        font-size: 20px;
    }

    .lms_section p {
        font-size: 18px;
    }

    .categories_section .col-lg-2 {
        padding-left: 7%;
    }

    .categories_section .col-lg-2:nth-child(3) {
        margin-top: 130px;
    }

    .categories_section .col-lg-2:nth-child(4) {
        margin-top: 260px;
    }

    .categories_section .col-lg-2:nth-child(5) {
        margin-top: 130px;
    }

    .categories_section .c-img img {
        height: 260px;
    }

    .categories_section .c-img h3 {
        font-size: 19px;
        position: absolute;
        text-align: center;
        left: 53px;
        top: 150px;
    }

    .categories_section .c-img .c4 {
        left: 43px;
    }

    .footer-img {
        display: none;
    }

    .m-vault-1 {
        background: url(../images/students.jpg) no-repeat;
        background-size: cover;
        background-position-y: center;
    }

    .m-vault-1 h2 {
        padding-top: 20%;
        font-size: 30px;
    }

    .m-vault-1 p {
        font-size: 20px;
    }

    .vault_section img {
        display: none;
    }

    .vault_section {
        padding-bottom: 15px;
    }

    .vault_section p {
        font-size: 20px;
    }

    .m-vault iframe {
        margin-top: 20%;
        width: 50%;
        height: 400px;

    }

    .m-vault h2 {
        text-align: center;
        padding: 25px 0;
    }

    .m-vault iframe {
        width: 90%;
        height: 180px;
    }

    .m-vault p {
        font-size: 19px;
    }

    .plan_section img {
        display: none;
    }

    .plan_section .pricingTable {
        width: 90%;
        height: 75%;
    }

    .student_section p {
        font-size: 20px;
        text-align: left;
    }

    .info_section .i-txt {
        padding-top: 25px;
        line-height: 1.7;
        font-size: 20px;
        font-weight: 500;
    }

    .exam-container .card-body h4 {
        font-size: 23px;
    }

    .contact_section {
        width: 100%;
    }

    .contact_section .info_form {
        padding-left: 23px;
    }

    .contact_section .info_form iframe {
        width: 95%;
        height: 200px;
    }
}
.hero_area .nav-link {
    padding-right: 30px !important;
}

@media (min-width: 1000px) and (max-width:1600px) {

    .hero_area .nav-link {
        padding-right: 30px !important;
    }

    .lms_section .row {
        width: 108%;
    }

    .categories_section .col-lg-1 {
        display: none;
    }

    .categories_section .col-lg-2 {
        padding-left: 6%;
    }

    .vault_section {
        overflow-x: hidden;
    }

    .vault_section img {
        height: 600px;
    }

    .temp {
        display: none;
    }

    .plan_section .col-lg-2 {
        padding-left: 10%;
    }

    .plan_section .col-lg-2:last-child {
        padding-left: 25%;
    }

    .plan_section .pricingTable {
        width: 300px;
    }

    .footer-img {
        margin-top: -183px;
    }

    .contact_section p {
        font-size: 15px;
    }

    .contact_section .c-list li {
        margin-top: 10%;
        font-size: 15px;
        line-height: 2;
    }

    .contact_section img {
        width: 100%;
    }

    .contact_section .info_form iframe {
        width: 90%;
        height: 200px;
    }

}