/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    /* body {
        padding-bottom: 70px;
    } */
    .d_md_block {
        display: block !important;
    }
    .nav_tab_mob {
        display: none !important;
    }
    .feedback_sec::before {
        height: 75%;
        top: unset;
    }
    .footer {
        background-color: #1E1E1E;
    }
    .courses_sec .nav {
        margin-top: 20px !important;
    }
    .courses_sec .nav-link {
        padding: 0.7rem 0.7rem;
    }
    .feedback_sec .sec_title {
        margin-bottom: 2rem !important;
    }
    /* .progress-wrap ,
    .whats_butn  {
        bottom: 90px;
    } */
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    h1 , .h1 , .fs-1 ,
    .header .text_box .sec_title {
        font-size: 30px !important;
    }
    h2 , .h2 , .fs-2 {
        font-size: 28px !important;
    }
    h3 , .h3 , .fs-3 {
        font-size: 23px !important;
    }
    h4 , .h4 , .fs-4 {
        font-size: 20px !important;
    }
    h5 , .h5 , .fs-5 {
        font-size: 18px !important;
    }
    h6 , .h6 , .fs-6 {
        font-size: 15px !important;
    }
    p , .p , .det {
        font-size: 12px !important;
    }
    .navs-container .navbar {
        border-bottom: 1px solid #eee;
    }
    .navs-container .navbar .logo {
        width: 210px;
    }
    .pg_header {
        display: none;
    }
    .social_links {
        flex-wrap: wrap;
    }
    .header .sec-img ,
    .faq_sec .sec-img ,
    .features_sec .services_box .sec-img {
        display: none;
    }
    .header  {
        padding: 40px 0 0 0 ;
    }
    .header .text_box.mt-5.pt-5 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .footer .social_links a ,
    .header .social_links a {
        width: 30px;
        height: 30px;
        font-size: 13px;
        margin: 0 5px;
    }
    .courses_pg .form-control {
        margin-top: 10px;
    }
    .contact_sec .inner textarea {
        height: 100px;
    }
    .courses_sec .course_card .card-body .course_data {
        flex-wrap: wrap;
        justify-content: center;
    }
    .courses_sec .course_card .card-body .course_data .price {
        margin-top: 10px;
    }
    .sec_title.sec_title2::before {
        width: 25px;
        height: 25px;
    }
    .sec_title.triangle_t::before {
        width: 40px;
        height: 40px;
        top: 4px;
    }
    .after_regist_pg .inner {
        padding:  3vw;
        margin-top: 3vw;
    }
    .after_regist_pg .inner .text_box.text-center.mb-5 {
        margin-bottom: 15px !important;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media (min-width: 576px) {
    .registModal .modal-dialog {
        max-width: 600px;
    }
}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
