/* ==========================================================================
    Media Queries
========================================================================== */
@media (max-width:1480px) {
    header {
        position: absolute;
        top: 32px;
    }
    .banner .banner_text h1 {
        font-size: 50px;
    }
    .section_two .ftthtext2 p, .section_six p {
        font-size: 16px;
    }
    .section_two .ftthtext2 h5, .section_three h4, .section_five h4, .section_six h4 {
        font-size: 32px;
    }
    .section_three .cardsecImg img {
        height: 100%;
    }
    .section_seven {
        padding: 76px 0 150px 0;
    }
    footer ul li a, .bootom_footer p, footer p {
        font-size: 12px;
    }
    footer {
        padding: 100px 0 80px 0;
    }
}

@media (max-width:1360px) {

}

@media (max-width: 1080px) {
    
}

@media (max-width: 860px) {
    header {
        z-index: 99;
        top: 10px;
        padding: 0 10px;
    }
    .navbar-toggler{
        color: #fff !important;
        padding: 0;
    }
    .navbar-toggler:focus{
        outline: none;
        box-shadow: none;
    }
    .navbar-nav{
        padding: 15px 0 20px 0 !important;
        align-items: start !important;
    }
    .navbar-toggler-icon {
        background-image: url(../img/hamburger.png);
        width: 25px;
    }
    .navbar .container-fluid{
        padding: 0;
    }
    .banner .banner_text {
        height: 58vh;
    }
    .banner .banner_text h1 {
        font-size: 39px;
    }
    .banner .banner_text h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .section_two .ftthtext2 h5, .section_three h4, .section_five h4, .section_six h4{
        font-size: 24px;
    }
    .section_two .ftthtext2 {
        margin-top: 22px;
    }
    .section_two .ftthtext2 p, .section_six p {
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }
    .section_two .section_two_text {
        padding: 0;
        top: 0;
    }
    .section_two .section_two_text .card h6 {
        line-height: 25px;
        font-size: 16px;
        text-align: left;
    }
    .section_two .section_two_text .card ul li {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .section_three{
        padding-top: 60px;
    }
    .section_three .col-12{
        padding: 0;
    }
    .section_three h4{
        margin-bottom: 60px;
    }
    .section_three .card.card2, .section_three .card.card1 {
        padding: 24px;
    }
    .section_three .card h6 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    
    .section_three .card p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    .section_three .card ul{
        padding-left: 15px;
    }
    .section_three .card ul li {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .section_five {
        padding: 60px 0;
    }
    .section_five h4 {
        margin-bottom: 30px;
    }
    .section_five .col-12{
        padding: 0;
        margin-top: 30px;
        display: block;
    }
    .section_six {
        padding: 60px 0 0 0;
    }
    .section_seven p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 32px;
    }
    footer{
        padding: 60px 0;
    }
    footer .col-12{
        padding: 0;
    }
    .border-end{
        border-color: transparent !important;
    }
    
}

@media (max-width: 768px) {

    .banner {
        background: url("../img/mbbanner_bg.jpg") no-repeat 0 0 !important;
       background-size: 100% !important;
    }
    .navbar-brand {
        width: 75px !important;
        padding: 5px 0 !important;
    }
    .regButton img {
        width: 150px;
    }
    .section_seven h4 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .section_one .ftthsec h6 {
        font-size: 26px;
    }
    .section_one .ftthsec p {
        font-size: 15px;
        line-height: 24px;
    }
    .section_one .ftthsec {
        margin: 60px;
    }
}

@media (max-width: 600px) {
    .section_two .videosection {
        height: 160px;
    }
    .banner .banner_text h1 {
        font-size: 29px;
    }
    
}

@media (max-width: 480px) {
   
}

@media (max-width: 360px) {
    
      
}

@media (max-width: 320px) {
   
      
}