@media screen and (max-width: 1800px) {


}

@media screen and (max-width: 1699px) {
 
}

@media screen and (max-width: 1499px) {
.core-services .container {
    max-width: 1310px!important;
}

}

@media screen and (max-width: 1399px) {

}

@media screen and (max-width: 1299px) 
{
.banner-container {
    width: 100%;
    float: left;
    padding: 70px 0 40px 0;
    margin: 91px 0 0 0;
}
.text-md-start{ padding:0 20px!important;}
header nav{ padding-left:20px!important; padding-right:20px!important;}
a.nav-link {
    padding: 0 8px !important;
}
a.contact-btn {
    padding: 12px 15px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1119px !important;
    padding: 0 !important;
}
.work-block-text h3 {
    font-size: 18px;
    margin: 0 0 10px;
    min-height: 46px;
}
.work-block-text p {
    color: #09154f;
    font-size: 14px;
    font-weight: 400;
}
.work-block-text li {
    font-size: 12px;
    margin: 0 0 8px 0;
}
.work-block {
    margin: 0 0 17px;
    display: inline-block;
}
.purchasing-costs-stats-left h3 {
    font-size: 24px;
    margin: 0;
}
}

@media screen and (max-width: 1169px) {
 .banner-container h1 {
    font-size: 53px;
    margin-bottom: 24px;
} 
ul.get-list li{ width:50%}
.banner-container {
    width: 100%;
    float: left;
    padding: 30px 0 40px 1%;
    margin: 91px 0 0 0;
}
.banner-container {
    padding: 30px 0 40px 5%;
    margin: 91px 0 0 0;
}
.features {
    padding: 30px 0 20px;
    display: inline-block;
    width: 100%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 96% !important;
    padding: 0 !important;
}
a.nav-link {
    padding: 0 4px !important;
    font-size: 13px;
}
a.navbar-brand {
    width: 170px;
}
a.nav-link {
    padding: 0px 8px !important;
    font-size: 13px;
}
div#navbarSupportedContent {
    margin: -19px 11px 0 -109px;
}
.purchasing-costs-stats-left h3 {
    font-size: 19px;
    margin: 0;
}
.purchasing-costs-stats-left p {
    color: #0d1b4d;
    font-size: 13px;
}

}
@media screen and (max-width: 991px) {
.copyright-rightbar ul {
    width: 100%;
    margin: 0;
}
.copyright-rightbar {
    float: right;
    width: 36%;
    text-align: right;
}
footer {
    width: 100%;
    float: left;
    padding: 20px 18px 10px;
}
.stats-container li {
    width: 50%;
    float: left;
    margin: 0 0 20px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    float: left;
}  
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    float: left;
    width: 100%;
} 
.purchasing-costs-stats-icon {
    padding: 13px 0 0 0;
    float: left;
    margin: 0 26px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
}
.purchasing-costs-stats-left h3 {
    font-size: 19px;
    margin: 0;
    padding: 67px 0 0 0;
}
.purchasing-costs-stats-right {
    float: right;
    width: 100%;
    text-align: center;
}
.purchasing-costs-stats-left {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
} 
 .navbar-toggler-icon span {
    width: 82%!important;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 0 6px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0 auto 4px;
}
	.work-block-text h3 {
    font-size: 18px;
    margin: 0 0 15px;
    min-height: auto;
}
.features {
    padding: 30px 0 0;
    display: inline-block;
    width: 100%;
}
ul.contactinfo li{ width:100%;}
.work-block-text p {
    color: #09154f;
    font-size: 13px;
    font-weight: 400;
}
	.navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    width: 333px;
    height: 100%;
    box-shadow: -2px 0px 7px 0px #281931;
    -moz-box-shadow: -2px 0px 7px 0px #281931;
    -webkit-box-shadow: -2px 0px 7px 0px #281931;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #fff;
}
  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    -webkit-transition: left 300ms ease-in-out;
    -moz-transition: left 300ms ease-in-out;
    -ms-transition: left 300ms ease-in-out;
    -o-transition: left 300ms ease-in-out;
}
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .header {
    position: relative;
    z-index: 1001;
  }
  .header .navbar-toggler {
    border: 1px solid #1B127B;
    color: #1B127B;
    font-size: 18px;
    padding: 6px 10px;
  }
  .header .navbar-toggler i {
    font-size: 25px;
    color: #1B127B;
    line-height: 26px;
  }
  .header .header-menu {
    background-color: #ffffff;
    z-index: 1001;
    padding-top: 75px;
    height: 100vh;
  }
  .header .navbar-collapse {
    width: 50% !important;
    background-color: #ffffff;
  }
  .close-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 26px;
  }  
  .img-database {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    bottom: 11px;
    left: 0;
    font-weight: 300;
} 
div#navbarSupportedContent {
        margin: 0;
        padding: 19px 3px 0;
        height: 100%;
        z-index: 99;
}
a.nav-link {
    color: #404040;
    font-size: 16px;
    padding: 0 13px 11px !important;
    margin: 0 0 9px;
    border-bottom: 1px solid #ebe5e5;
}
nav .dropdown-toggle::after {
    right: 17px;
    position: absolute;
    top: 12px;
}
nav a.dropdown-item {
    font-size: 15px;
    color: #404040;
    padding: 0 17px;
    margin: 14px 0 14px;
}
button.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 53px;
    height: 40px;
    padding: 6px 11px 0;
}
button.navbar-toggler span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #001a31;
    border-radius: 10px;
    margin: 0 0 5px;
    transition: all 0.2s ease, visibility 0s;
}
.navbar-toggler:focus
{
  box-shadow: none !important;
}
.header-btn {
    float: left;
    margin: 11px 0 0 0;
    position: relative;
    right: 0;
    margin: 10px 0 0 10px;
}
.outsourcing-container h2 {
    font-size: 27px;
    margin: 0 0 10px;
}
.reliable-container .contact-icon {
    position: absolute;
}
.reliable-container ul.contact-list li {
    width: 100%;
    padding-left: 28px;
    color: #0d1b4d;
    font-size: 15px;
    font-weight: 500;
}
.banner-container h1 {
    font-size: 43px;
    margin-bottom: 24px;
}
.about-stats-container {
    padding: 0 26px;
    margin: 10px 0;
}
a.nav-link::after {

    left: 13px;
    right: inherit;
}
.order-requirements-left {
    padding: 30px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    margin: 0;
}
}

@media screen and (max-width: 767px) {
    img.order-requirement {
    width: 100%;
    border-radius: 15px;
    margin: 26px 0;
}
ul.pricing-works-list li {
    width: 100%;
    margin: 0 0 28px;
}
.pdf-icon {
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    text-align: center;
}
.pdf-text {
    float: right;
    width: 100%;
    text-align: center;
}
ul.pricing-works-list li::after
{
    display: none;
}
    .save-more-right {
    background-color: #eff4fc;
    border-radius: 15px;
    padding: 28px 21px;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
    img.hide-desktop {
    display: block;
}
 section.banner-container {
		width: 100%;
        float: left;
        padding: 30px 31px 30px;
        background: none;
}
 .sustainable ul.banner-list li {
    text-align: left !important;
    width: 100%;
  }
.key-block h3{ min-height:inherit!important} 
.key-block{ padding:15px;}
.scalable ul.banner-list li{ width:50%}
ul.contact-stats li{ width:50%}
ul.get-list li{ width:50%}
.focuses-block{ padding-bottom:20px}
.produces-icon{left: 180px;}
section.banner-container.sustainable-bg {
    background: url(../images/sustainable-bg.png) right top no-repeat;
    background-size: contain;
    background: none;
}
.about-stats-container li {
    width: 100%;
    float: left;
    border-right: 2px solid #f0f3f8;
    padding: 10px 0px;
}
ul.sustainable-list .stats-text {
    width: 100%;
    text-align: center;
}
ul.sustainable-list .stats-icon {
    border: none;
    position: relative;
    margin: 0 auto 0;
    float: none;
}
.banner-right img {
    width: 100%;
}
.banner-right {
    display: block;
    padding: 0;
}
.copyright-leftbar{ width:100%; text-align:center}

.feature-grid {
    display: block;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.features {
    padding: 30px 0 20px;
}
.section-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #0d1b4d;
    margin-bottom: 20px;
}
.stats-container li {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.stats-container li h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #0d1b4d;
    font-weight: 600;
    margin-top: 8px;
}
.banner-container h1 {
    font-size: 43px;
    margin-bottom: 24px;
}
footer p {
    margin: 8px 0 0 0;
}
footer {
    width: 100%;
    float: left;
    padding: 30px 15px 10px;
}
footer h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}
footer ul li {
    float: left;
    width: 100%;
    margin: 0 0 4px;
}
ul.contact-list li {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
    margin:5px 0;
}
.contact-icon {
    position: relative;
    left: 0;
    color: #ff7406;
}
ul.sm-list {
    margin: auto;
    width: 100%;
    text-align: center;
}
ul.sm-list li {
    width: auto;
    float: none;
    display: inline-block;
}
.copyright-rightbar {
    float: right;
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
}
ul.banner-list li {
    background: #fff;
    padding: 11px;
    border-radius: 16px;
    flex: 1 1 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 0 10px;
}
.section-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #0d1b4d;
    margin-bottom: 60px;
    padding: 0 20px;
}
}
@media screen and (max-width: 599px) {
 .navbar-collapse {
    width: 233px;
}
.produces-icon{left: 80px;}
.sustainable ul.banner-list li {
    text-align: left!important;
	width:100%;}
}

@media screen and (max-width: 479px) {
.produces-icon{left: 50px;}
ul.get-list li{ width:100%}
ul.contact-stats li{ width:100%}

}