body {
  padding: 0;
  margin: 0;
  background-color: #fff !important;
  overflow-x: hidden !important;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
   font-family: "Poppins", sans-serif !important;
}

ul.dropdown-menu {
  text-align: center;
}

label,
p {
  font-weight: normal;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
::placeholder {
  color: #0f1c33 !important;
  opacity: 1; /* Required for Firefox */
}
p {
  font-weight: 300;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1280px !important;
  padding: 0 !important;
}
/* header css start */
header {
  position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

a.contact-btn {
       background: linear-gradient(135deg, #ff7a00, #ff4b2b);
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
a.contact-btn:hover
{
      transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
     color: #fff;
}
a.contact-btn span {
    transform: rotate(97deg);
    position: relative;
    right: -6px;
    top: -1px;
}
a.login-btn {
    width: 107px;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #000;
    text-align: center;
    padding: 7px 12px;
    color: #001a31;
    transition: all 0.2s ease, visibility 0s;
    text-transform: uppercase;
    margin: 0 0 0 12px;
}
a.login-btn:hover
{
  background-color: #001a31;
  color: #fff;
}
a.nav-link {
    color: #0f1c33;
    font-size: 14px;
    padding: 0 10px !important;
    margin-top: 14px;
    position: relative;
}
a.nav-link::after
{
    content:"";
    position: absolute;
    left:0;
    right:0;
    bottom:-3px;
    margin: auto;
    width:29px;
    height:2px;
    background-color: #ff3d00;
    transition: all 0.2s ease, visibility 0s;
    opacity:0;
}
a.nav-link:hover::after
{
    opacity:100;
}
a.nav-link.active::after
{
    opacity:100;
}
ul.dropdown-menu 
{
    border: none;
    padding: 0;
    text-align: left;
}
a.dropdown-item {
    font-size: 13px;
    color: #404040;
    padding: 0 11px;
    margin: 7px 0 5px;
}
a.dropdown-item:hover {
    background-color: transparent!important;
       color: #ff3d00;
}
nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
    padding: 29px 0 29px!important;
}
a.navbar-brand {
    padding: 0;
    margin:0 0 0 139px;
}
.nav-link:focus, .nav-link:hover {
    color: #0f1c33!important;
}
a.navbar-brand img
{
  width:100%;
}
div#navbarSupportedContent {
    margin: -17px 11px 0 0;
}

a.navbar-brand {
    padding: 0;
    margin: 0 0 0 0;
}
.header-btn {
    float: right;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
}
img.hide-desktop {
    display: none;
}
/* header css end */
/* Banner part css start */
.banner-container {
    width: 100%;
    float: left;
    padding: 70px 0 40px;
    margin: 91px 0 0 0;
}
.banner-right.inner-right-banner {
    background: none;
}
.about-banner
{
   width: 100%;
    float: left;
    padding: 70px 0 40px;
    margin: 91px 0 0 0;
    background: url(../images/about-banner-img.jpg) right top no-repeat; 
}
.banner-container h1 {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 600;
    color: #0d1b4d;
    margin-bottom: 44px;
    position: relative;
}
.banner-container h1::after
{
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 60px;
    bottom: -25px;
    background-color: #ff7604;
}
.banner-container h1 span {
    color: #ff6b00;
}

.banner-container h2 {
    color: #0d1b4d;
    font-size: 20px;
    font-weight: 400;
	line-height:30px;
	margin-top:45px;
    margin-bottom: 24px;
}
.banner-container h2 span
{
   color: #ff6b00;
}
.banner-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 26px;
    max-width: 600px;
}
.banner-list
{
  padding:0;
  margin: 0;
  list-style: none;
}

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: 25%;
    float: left;
}

.contactinfo
{
  padding:0;
  margin: 0;
  list-style: none;
}
.contactinfo img{ float:left;}

ul.contactinfo 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;
}
.contactinfo h3 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #0d1b4d;
}
.contactinfo img{ margin-right:10px; float:left;}
.contactinfo a {
	font-size: 14px;
	color: rgb(13, 27, 77);
	max-width: 600px;
}
.contactinfo a:hover{
	
	color:#ff7604;
	
}
.banner-list h3 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #091463;
}
.banner-list p {
    font-size: 14px;
    color: #091463;
    margin-bottom: 0;
    max-width: 600px;
}
.banner-list span {
    font-size: 22px;
    margin: 0 0 7px;
    display: block;
    color: #0d1b4d;
}
.banner-right {
    background: url(../images/banner-img.png) left top no-repeat;
    background-size: cover;
}
.banner-right ul
{
   padding:0;
  margin: 0;
  list-style: none;
  float:right;
}
.banner-right li {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    flex: 1 1 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    width: 220px;
       float: none;
    margin:0 0 5px;
}
.banner-right li:last-child {
    padding: 0;
}
.banner-right li p {
    font-size: 15px;
    color: #0d1b4d;
    padding: 0;
    margin: 0;
}
.banner-right li strong
{
  font-size: 19px;
  color: #0d1b4d;
}
.floating-card {
    position: relative;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff7a00, #ff3d00);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(255, 98, 0, 0.25);
}
.floating-card h2 {
    font-size: 54px;
    line-height: 1;
    margin: 12px 0;
    color:#fff;
    font-weight: 600;
}
.floating-card p {
    color: #fff!important;
    font-size: 22px!important;
}
/* Banner part css end */
/* features Part css start */
.features {
    padding: 60px 0 20px;
    display: inline-block;
    width: 100%;
}
.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #0d1b4d;
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}
.section-title::after
{
    content:"";
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    height: 4px;
    width: 60px;
    bottom:-20px;
    background-color: #ff7604;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.feature-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background:rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.feature-card h3 {
    font-size: 19px;
    color: #0d1b4d;
    margin-bottom: 16px;
    font-weight: 600;
}
.feature-card p {
    color: #666;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
/* features Part css end */
.reliable-container
{
  width:100%;
  float: left;
  background: #fff;
    border-radius: 24px;
    padding: 17px 21px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.reliable-container-right img
{
  width:100%;
}
.reliable-container span
{
  font-size: 16px;
  display: block;
  color: #ff6b00;
  margin:0 0 10px;
  font-weight: 500;
}
.reliable-container h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #0d1b4d;
    font-weight: 600;
}
.reliable-container h5 {
    line-height: 1.5;
    margin-bottom: 10px;
    color: #0d1b4d;
}
.reliable-container ul
{
  padding:0;
  margin: 0;
  list-style: none;
}
.reliable-container ul li {
    margin-bottom: 14px;
    color: #555;
    position: relative;
    padding-left: 28px;
    position: relative;
    font-size: 15px;
    margin: 0 0 8px 0;
}
.reliable-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7803;
}
a.how-btn {
    background: #fff;
    color: #1c2029;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 11px 0 0 0;
    border: 2px solid #e0d7c8;
    width: 203px;
    position: relative;
}
a.how-btn:hover
{
  background: linear-gradient(135deg, #ff7a00, #ff4b2b);
  color:#fff;
  border: 2px solid #ff7803;
}
a.how-btn:hover span
{
  color:#fff;
}
a.how-btn span {
    position: absolute;
    right: 23px;
    top: 12px;
}
.stats-container
{
  width:100%;
  float: left;
  background: #fff;
    border-radius: 24px;
    padding: 23px 26px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin:20px 0;
}
.stats-container ul
{
  padding:0;
  margin:0;
  list-style: none;
}
.stats-container li {
    width: 24%;
    float: left;
}
.stats-icon {
    width: 54px;
    height: 54px;
    background-color: #eee;
    float: left;
    margin: 4px 17px 0 0;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    padding: 7px 0 0 0;
    color:#001a31;
}
.stats-text {
    display: inline-block;
}
img.ceat-img {
    float: left;
    margin: 9px 10px 0 15px;
}
.stats-container li h3
{
      font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #0d1b4d;
    font-weight: 600;
}
.stats-container li p {
     color: #0d1b4d;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.contact-icon {
    position: absolute;
    left: 0;
    color: #ff7406;
}
/* footer part css start */
footer
{
  width:100%;
  float: left;
  padding:20px 0;
}
footer h4
{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #0d1b4d;
    font-weight: 600;
}
footer ul
{
  list-style: none;
  padding:0;
  margin:0;
}
footer ul li 
{
    float: left;
    width: 50%;
    position: relative;
}
footer ul li a
{
  font-size: 13px;
   color: #0d1b4d;
       font-weight: 500;
           transition: 0.3s;
}
footer ul li a:hover
{
  color:#ff3d00;
}
ul.contact-list li {
    width: 100%;
    padding-left: 28px;
    color: #0d1b4d;
    font-size: 13px;
	line-height: 24px;
    font-weight: 500;
}
ul.sm-list li 
{
    width: auto;
    float: left;
}
ul.sm-list li a {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #eee;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0 7px 0 0;
        transition: 0.3s;
}
ul.sm-list li a:hover
{
  background-color: #ff3d00;
  color:#fff;
      border: 2px solid #ff3d00;
}
.copyright {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    border-top: 1px solid #ededed;
    padding: 10px 0;
}
.copyright-leftbar {
    width: auto;
    float: left;
    font-size: 13px;
    color: #0d1b4d;
        font-weight: 300;
}
footer p {
    font-size: 14px;
    color: #0d1b4d;
    margin: 8px 42px 0 0;
}
.copyright-rightbar {
    float: right;
    width: 50%;
    text-align: right;
}
.copyright-rightbar li {
    width: auto !important;
    display: inline-block;
    margin: 0 1% 0 0;
    text-align: right;
    float: none;
}
.copyright-rightbar li a{ font-size:13px; font-weight:300;}

.copyright-rightbar li:last-child
{
  margin-right: 0;
}
/* footer part css end */
/* About page css start */
.produces-block 
{
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    text-align: center;
}
.produces-block img
{
    margin:0 0 20px;
}
.produces-block h3
{
    color:#09154f;
    font-size: 19px;
}
.produces-icon
{
    width:46px;
    height: 46px;
    background-color: #f86403;
    border-radius: 100%;
    position:absolute;
    left:23px;
    top:21px;
}
.focuses {
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    text-align: center;
    margin: 30px 0 0 0;
}
.focuses h3 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #0d1b4d;
    margin-bottom: 50px;
    position: relative;
}
.focuses h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 60px;
    bottom: -20px;
    background-color: #ff7604;
}
.focuses-block {
    border-right: 1px solid #f2f4f9;
    text-align: left;
    padding: 0 17px 0 27px;
}
.focuses-block h4 {
    color: #03073a;
    margin: 12px 0 15px;
    font-size: 21px;
}
.focuses-block p
{
    color:#03073a;
    font-size: 16px;
}
.replytxt{color: #03073a;
  font-size: 14px; font-weight:500; float:left; width:100%; margin-top:40px; margin-bottom:40px;}
.reliable-container p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #0d1b4d;
    font-weight: 600;
}
.about-stats-container
{
        width: 100%;
    float: left;
    background: #fff;
    border-radius: 24px;
    padding: 23px 26px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin: 20px 0;
}
.about-stats-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-stats-container li {
    width: 20%;
    float: left;
    border-right: 2px solid #f0f3f8;
    padding: 0 11px;
}
.about-stats-container li h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #0d1b4d;
    font-weight: 600;
}
.about-stats-container li p {
    color: #0d1b4d;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.about-stats-container .stats-icon {
    width: 54px;
    height: 56px;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    padding: 0 0 0 0;
    color: #001a31;
    border: 1px solid #f0f3f8;
}
.about-stats-container li h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #0d1b4d;
    font-weight: 600;
    margin-top: 8px;
}
.about-stats-container li .stats-text {
    /* display: inline-block; */
    float: left;
    width: 65%;
}
/* About page css end */
/* Contact page css start */
.contact-banner
{
background: url(../images/contact-banner-bg.jpg) right top no-repeat;
}
.get-img img {
    border-radius: 10px;
}
ul.get-list 
{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.get-list li {
    width: 25%;
    text-align: center;
    float: left;
    border-right: 2px solid #f6f8fa;
}
.get-icon {
    width: 74px;
    height: 74px;
    border: 2px solid #f6f8fa;
    margin: 0 auto 15px;
    border-radius: 100%;
    padding: 16px 0 0 0;
}
ul.get-list li h4 {
    font-size: 19px;
    font-weight: 600;
    color: #0d1b4d;
    margin: 0 0 11px;
}
ul.get-list li p
{
    font-size: 15px;
    color: #0d1b4d;
}
ul.contact-stats li {
    width: 25%;
}
ul.contact-stats li:last-child
{
    border-right: none;
}
ul.contact-stats .stats-icon {
    padding: 12px 0 0 0;
    width: 74px;
    height: 74px;
}
/* Contact page css end */
/* sustainability-quality-page css start */
.key-block {
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    text-align: left;
}
.key-block h3 {
    font-size: 23px;
    font-weight: 600;
    color: #0d1b4d;
    margin: 13px 0 11px;
    line-height: 30px;
    min-height: 96px;
}
.key-block p
{
font-size: 16px;
    color: #0d1b4d;
    line-height: 30px;
}
.sustainable h3 {
    font-size: 32px;
    font-weight: 600;
    color: #0d1b4d;
    margin: 13px 0 34px;
    line-height: 43px;
    position: relative;;
}
.sustainable h3::after {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 55px;
    bottom: -15px;
    background-color: #57b041;
}
.sustainable p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0d1b4d;
    font-weight: normal;
    margin: 0 0 30px;
}
ul.sustainable-list .stats-icon {
    border: none;
}
section.banner-container.sustainable-bg {
    background: url(../images/sustainable-bg.png) right top no-repeat;
    background-size: contain;
}
.customers-bg {
    background: url(../images/customers-bg.jpg) right top no-repeat;
    background-size: 51%;
}
.work-block {
    background: #fff;
    border-radius: 24px;
    padding: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	float:left;
    transition: 0.3s;
    position: relative;
    text-align: left;
}
.work-block img 
{
width: 100%;
float: left;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.work-block-text 
{
    width: 100%;
    float: left;
    padding: 20px 19px;
}
.work-block-text h3 
{
    color: #09154f;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    min-height: 59px;
}
.work-block-text p {
    color: #09154f;
    font-size: 16px;
    font-weight: 400;
}
.work-block-text ul 
{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.work-block-text li
{
    margin-bottom: 14px;
     color: #09154f;
    position: relative;
    padding-left: 28px;
    position: relative;
    font-size: 15px;
    margin: 0 0 8px 0;
}
.work-block-icon {
    width: 50px;
    height: 50px;
    background-color: #fd5f04;
    position: absolute;
    border-radius: 100%;
    left: 10px;
    top: 0;
    box-shadow: rgb(255 255 255) 3px 8px 10px 7px, rgba(0, 0, 0, 0.05) 13px 2px 18px 8px;
}
.scalable h3 
{
    font-weight: 700;
}
.scalable h3:after
{
    background-color: #fc5c07;
}
.scalable ul.banner-list li {
    width: 25%;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.scalable ul.banner-list li h4 
{
    font-size: 17px;
    color: #0d1b4d;
    font-weight: 600;
}
.scalable ul.banner-list li p 
{
    font-size: 13px;
    color: #0d1b4d;
    font-weight: 500;
    line-height: 22px;
}
.scalable ul.banner-list li span {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0 0 0;
}
.sustainable ul.banner-list li span {
    text-align: left!important;
	width:100%;

}
.reliable-container.sustainable {
    background-color: #f7f8f9;
}
ul.banner-list.sustainable-list 
{
    border-top: 2px solid #f2f4f9;
}
ul.banner-list.sustainable-list li {
    box-shadow: none;
}
.purchasing-costs-stats-container
{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 24px;
    padding: 23px 26px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin: 0 0 20px;
}
.purchasing-costs-stats-left {
    width: 60%;
    float: left;
}
.purchasing-costs-stats-left h3 {
    font-size: 27px;
    color: #0d1b4d;
    font-weight: 600;
    margin: 0;
}
.purchasing-costs-stats-left p {
    color: #0d1b4d;
    font-size: 16px;
    font-weight: 400;
}
.purchasing-costs-stats-icon {
    width: 53px;
    height: 53px;
    border: 1px solid #fbd7c1;
    border-radius: 100%;
    text-align: center;
    padding: 13px 0 0 0;
    float: left;
    margin: 0 26px 0 0;
}
.purchasing-costs-stats-container.save-more {
    background-color: #eff4fc;
    border-radius: 15px;
    padding: 28px 21px;
    margin: 0;
}
.save-more-right {
    background-color: #eff4fc;
    border-radius: 15px;
    padding: 28px 21px;
    display: inline-block;
}
.purchasing-costs-stats-right {
    float: right;
}
.order-requirements-left {
    padding: 30px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
      border-radius: 24px;
      margin:43px 0 0 0;
}
.order-requirements-right {
    padding: 30px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
      border-radius: 24px;
      margin:43px 0 0 0;
      text-align: center;
}
.order-requirements-right h3 
{
    text-align: left;
    font-size: 27px;
    font-weight: 700;
    color: #051058;
    margin-bottom: 33px;
    position: relative;
}
.order-requirements-right h3::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 31px;
    bottom: -13px;
    background-color: #ff833c;
}
.order-requirements-right p {
    font-size: 17px;
    color: #051058;
    font-weight: 400;
    margin:13px 0;
}
a.contact-btn.download-pdf span {
    transform: rotate(0);
    left: 0;
    margin: 0 13px 0 0;
}
.order-requirements-left-block {
    border-right: 2px solid #f6f8fc;
}
.order-requirements h3 
{
    text-align: left;
    font-size: 27px;
    font-weight: 700;
    color: #051058;
    margin-bottom: 33px;
    position: relative;
}
.order-requirements h3::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 31px;
    bottom: -13px;
    background-color: #ff833c;
}
img.order-requirement {
    width: 82%;
    border-radius: 15px;
    margin: auto;
}
ul.order-requirements-list 
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}
ul.order-requirements-list li
{
    width:100%;
    float: left;
    border-bottom: 1px solid #fdefe9;
    padding:8px 0 10px;
}
ul.order-requirements-list li span
{
    font-size: 17px;
    color: #051058;
    font-weight: 400;
}
ul.order-requirements-list li h4
{
    font-size: 17px;
    color: #051058;
    font-weight: 600;
}
.order-requirement-icon 
{
    width: 50px;
    height: 50px;
    background-color: #fef7f2;
    border-radius: 100%;
    float: left;
}
.order-requirement-icon {
    width: 50px;
    height: 50px;
    background-color: #fef7f2;
    border-radius: 100%;
    float: left;
    padding: 11px 0 0;
    text-align: center;
    margin: 0 12px 0 0;
}
ul.order-requirements-list li:last-child
{
    border-bottom: none;
}
.our-prices 
{
    background-color: #fef1eb;
    border-radius: 15px;
    padding: 24px;
    text-align: center;
}
.our-prices img
{
    margin: 0 0 20px;
}
.our-prices h4 {
    font-size: 22px;
    color: #051058;
    font-weight: 600;
    margin: 0 0 0;
}
.our-prices strong {
    font-size: 37px;
    color: #fe640b;
    margin: 7px 0;
    display: block;
}
ul.pricing-works-list {
    padding: 0 0 39px 0;
    margin: 23px 0 21px 0;
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f8fafd;
}
.about-stats-container.choose {
    margin: 0 0 20px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.about-stats-container.choose ul.contact-stats li {
    padding: 0 30px;
}
.save-more .purchasing-costs-stats-left h3 {
    font-size: 23px;
}
.save-more .purchasing-costs-stats-left p {
    font-size: 15px;
    font-weight: 400;
}
ul.pricing-works-list li
{
    width:25%;
    float: left;
    position: relative;
    text-align: center;
}
ul.pricing-works-list li::after {
    content: "";
    position: absolute;
    left: 73%;
    top: 38px;
    width: 171px;
    height: 4px;
    background: url(../images/border-line.jpg) center top no-repeat;
    background-size: cover;
}
ul.pricing-works-list li:last-child::after
{
    display: none;
}
ul.pricing-works-list li h4 {
    font-size: 17px;
    color: #051058;
    font-weight: 600;
    margin: 0 0 7px;
}
ul.pricing-works-list li p {
    font-size: 15px;
    color: #051058;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
}
.pricing-work-icon {
    width: 78px;
    height: 78px;
    border: 2px solid #f1f3f8;
    border-radius: 100%;
    margin: 0 auto 10px;
    text-align: center;
    padding: 19px 0 0 0;
}
span.number {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-color: #fd5604;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    padding: 1px 0 0;
    top: -16px;
    font-weight: bold;
}
.pdf-icon {
    float: left;
    width: 75px;
    margin: 0 21px 0 0;
}
.pdf-text {
    float: right;
    width: 268px;
}
.pdf-text h4 {
    font-size: 21px;
    color: #06105b;
    font-weight: 600;
    margin: 0 0 2px;
}
.pdf-text p
{
    color: #0d1b4d;
    font-size: 15px;
    font-weight: 400;
}
.pdf-text a.contact-btn {
    width: 195px;
    height: 41px;
    /* background-color: #0b1d61; */
    background: linear-gradient(135deg, #0b1d61, #0b1d61);
}
/* sustainability-quality-page css end */