@media only screen and (max-width: 1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }

    .logo_heading_content {
    display: inline-block;
    width: 64%;
}
 
}
@media only screen and (max-width: 979px) {
    .container {
        width: 100%;
        margin: 0 5.6%;
    }

    .logo_heading h2 {
 font-size: 15px !important;
    padding-left: 22px !important;
    color: #fff;
    padding-top: 12px !important;
}

.logo_heading h3 {
     font-size: 12px !important;
    padding-left: 22px !important;
    color: #fff;
}
.head_bg {
    margin-top:0px !important;
    position: relative !important;
    z-index: 99 !important;
    text-align:left !important;
}
.nav-item {
    margin: 0 12px;
    position: relative;
    text-align: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:12px 0px;
     height:auto;
}
    .nav-bg {
        background-color: #1a1a37 !important;
    }
    .nav-bg .logo_heading h2 {
    font-size: 26px;
    color: #fff !important;
}
.nav-bg .logo_heading h3 {
    font-size: 16px;
    color: #fff !important;
}

}
@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }
.text_size {
        font-size: 8px;
    }
        .logo_heading h3 {
        font-size: 10px !important;
        padding-left: 47px !important;
        color: #fff;
        width: 214px !important;
        display:none;
    }
}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

        .logo_heading h2 {
    font-size:12px !important;
    padding-left:47px !important;
    color: #fff !important;
    padding-top:10px !important;
    width:218px !important;
}

.logo_heading h3 {
    font-size:10px !important;
    padding-left:47px !important;
    color: #fff;
     width:214px !important;
}
.mobile_logo {
    width:62%;
}
.logo_heading_content {
    display: inline-block;
    width: 85%;
}
.navigation {
    background: #1a1a37;
    height:73px;
}
.nav-bg {
        background-color: #1a1a37 !important;
    }
    .nav-bg .logo_heading h2 {
    font-size: 26px;
    color: #ffffff !important;
}
.hero-section {
    padding:120px 0 120px;
}
.heading_size{font-size:25px !important;}
}
