


/*=====Large Devices======*/

@media(min-width: 1425px) and (max-width:2560px){
    
    
      .navbar {
    padding: 59px;
    box-shadow: none;
}
#notification-bar {

    height: 4vh;}
    
    .service {
    margin: 30px 0;
}
#notification ul li {
    list-style: none;
    margin: 0.8vh 20px 1px -3px;
}

.blue-nav-top {

    padding: 65px 0 0 6px;
    
}


#notification ul:nth-child(2) li {
    margin: 1vh 3px 0 0;
}

}

@media(min-width: 1200px) and (max-width:1299px){

    #home-text p{
        color: blue;
    }
    #home-btn{
        margin-left: 10px;
    }
    #service {
        margin: -6px 0;
    }
    
      .navbar-nav > li {
    left: -13vw;
} 

}



@media(min-width:992px) and (max-width:1199px){

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 1vw;
        margin-left: 21vw;

    }
    
    
    .navbar-nav > li {
    left: -14vw;
}
    #home-btn{
        margin-left: 10px;
    }
    .navbar-brand {
        padding: 7px 8px 27px 3vw;
    }
    #notification ul {

        margin-left: -234px;
    }
    #services img {
        margin: 25px 0;
    }
    .navbar-nav {
    margin: 1.5px -194px!important;
}

#notification-bar {

    height: 4vh;}
    
    .service {
    margin: 10px 0;
}

#home-heading h1 img{
        height: 182px;
    width: inherit;
}
}

}

@media(min-width:768px) and (max-Width:991px){

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 14vw;

    }
    #home-btn{
        margin-left: 10px;
    }
    .navbar-nav {

        margin-right: 14vw;
    }
    .navbar-header {

        margin-left: -3vw;
    }
    #services img {
        margin: 42px 0;
    }
    .navbar-nav {
    margin: 1.5px -76px!important;
    
}
.navbar-nav > li {
    left: -6vw;
}

}


@media (max-Width:767px){

    .r-tabs .r-tabs-accordion-title{
        text-align: center;
        margin-bottom: 10px;
    }
    .r-tabs .r-tabs-accordion-title a{
        font-family: 'Raleway',sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }

    .service {
      
        text-align: center;

    }

    .imgs {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }

    #about-bottom {
        margin-top: 30px;
        text-align: -webkit-center;
    }

    .vertical-heading{
        text-align: center;

    }
    .vertical-heading h5{
        margin: 0 0 20px -151px;
    }

    #home-heading h1{
        margin-top: 7px;
        margin-bottom: 21px;
    }
    #home-text p {

        margin: 8px 0px 81px 0;
    }

    .nav{
        display:inline;
    }
    #mobile-nav-open-btn{
        display: block;
    }

    .navbar-brand img {

            left: -39vw;

        position: absolute;
    }

    .blue-nav-top{
        background: transparent;
    }
    #services img {
        margin: -6px 0;
    }

    .service h5{
        margin: 75px 0 6px 0;
    }
    .service .icon{
        display: none;
    }
    .mobile-notification {

        display: initial;
        position: fixed;
        text-align: -webkit-center;

    }
    .mobile-notification ul li a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 14px;
}
    #our-Service {
    background-color: #182937;
    height: 58vh;
    font-family: 'Opens sans';
}


}
