@media only screen and (min-width: 320px) and (max-width: 413px) {

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px !important;
    color: #04317f;
    font-weight: bold;
}
.Integrated {
    color: #04317f;
    font-weight: bold;
    padding-top: 0;
}
.mini1 {
    display: none;
}
.mini {
    display: none;
}
.description:before {
    content: "";
    top: -50px;
    left: -30px;
}
.description {
    padding: 0px 8%;
}
.description:after {
    content: "";
    right: 0px;
}
.aboutusss {
    padding-top: 2rem;
}
.Customized {
font-size: 30px;
    color: #fff;
    position: unset;
    top: 0;
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.slider {
    margin: 0 auto;
    max-width: 640px;
}
.owl-prev img {
    left: 0;
}
.owl-next img {
    right: 0;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: 100%;
    top: 16rem;
}
.cover-wrapper {
    padding: 25px 0px;
}
.numbur-holder, .address-holder {
    color: #fff;
    margin-top: 3rem;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .Integrated {
        padding-top: 0rem!important;
    }
    .slide_viewer {
        height: 440px;
    }
    .Customized {
        font-size: 30px;
        color: #fff;
        position: unset;
        top: 0;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .mini, .mini1 {
        display: none;
    }
    .description:before {
        content: "";
        top: -80px;
        left: 0px;
    }
    .description:after {
        content: "";
        right: 0px;
    }
    .aboutusss {
        margin-top: 2rem;
    }
    .numbur-holder, .address-holder {
        margin-top: 4rem;
    }
    #client-logos {
        padding-left: 10px;
        padding-right: 10px;
      }
      .owl-prev img {
    left: 0;
}   
.owl-next img {
    right: 0;
}
      .footer {
        padding-bottom: 2rem;
    }
    .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: 420px;
    max-width: 100%;
    top: 18rem;
}
}








.navbar-toggler {
    border: 1px solid #00307f;
    background-color: #00307f;
}button:focus {
    outline: 1px dotted;
    outline: 0;
    border: 0;
}