/**************************************************************************

                            Responsive CSS

***************************************************************************/


/************** Large Devices, Wide Screens ***************/

@media only screen and (max-width: 1300px) {
    .header-bg {
        background-size: cover;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 980px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        /* padding-left: 10px;
        padding-right: 10px; */
        max-width: 1200px;
    }
    #banner .ban-text {
        margin-top: 30px;
        text-align: center;
    }
    #banner h1 {
        font-size: 30px;
    }
    #banner h2 {
        font-size: 30px;
    }
    .msz-button {
        font-size: 24px;
        min-width: 200px;
        padding: 12px 20px 12px 70px;
    }
    .msz-button span img {
        max-width: 35px;
    }
    .home-banner {
        height: 350px;
    }
    .netlogo-bg {
        height: 100%;
    }
    .network {
        height: 50%;
    }
    .title-area {
        width: 100%;
    }
    #counter {
        padding: 20px 0;
    }
}


/*------------------home page-----------------------------*/


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    #header .navbar a {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .logo img {
        max-width: 180px;
    }
    .header-bg {
        background-position: center bottom;
        background-size: cover;
    }
    .business-img {
        max-width: 100%;
        padding: 0 15px;
        position: relative;
    }
    .navbar-nav {
        padding: 20px 0;
    }
    .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }
    #about-us p {
        font-size: 20px;
        line-height: 35px;
        margin: 0;
    }
    .title-text {
        font-size: 32px;
        line-height: 45px;
        margin: 0 0 10px;
    }
    .subtitle-text {
        font-size: 20px;
        line-height: 30px;
    }
    .products-bg {
        margin-bottom: 35px;
    }
    #quick-contact .form-group {
        margin-bottom: 30px;
    }
    .subtitle-text2 {
        font-size: 18px;
        line-height: 30px;
    }
    #business-details,
    .services-bg,
    #buy-credit,
    #contact-us {
        padding: 40px 0;
    }
    .header--contact__items {
        margin-left: 0;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .home-banner {
        background-size: 100%;
        background-color: #040c39;
        height: 300px;
        background-image: none;
    }
    .credit-img {
        width: 90%;
    }
    .strength-img {
        display: none;
    }
    #counter {
        padding: 40px 0;
    }
    #counter .title-count {
        font-size: 30px;
        line-height: 25px;
    }
    #counter p {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        line-height: 25px;
    }
    #network-partner .title-text {
        font-size: 35px;
        line-height: 25px;
    }
    #network-partner .subtitle-text {
        font-size: 20px;
        line-height: 30px;
    }
    .title-area {
        width: 100%;
    }
    .event-title {
        width: 100%;
        height: 100px;
        font-size: 26px;
    }
    .event-title img {
        width: 20%;
    }
    .events {
        margin-bottom: 20px;
    }
    #quick-contact {
        margin-bottom: 25px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}