<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module{
  width: 100%;
  height: 1000px;

}
.stock-tabs {
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
}
.stock-tabs .stock-tabs__navigation {
  margin-bottom: 0;
  padding: 0;
}
.stock-tabs .stock-tabs__navigation li {
  width: 16.66666666666%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stock-tabs .stock-tabs__navigation [role=tab] {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  color: #2d2d2d !important;
  border:1px solid #ccc ;
  border-bottom: none;
  text-align: center;
  color: #fff;
  transition: background-color 0.4s ease-in-out;
}
.tabs-texts{
  width: 100%;
  height: 70px;
  float: left;
  line-height: 70px;
  font-size: 19px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.tabs-image{
  width: 100%;
  height: 130px;
  float: left;
  line-height: 130px;
}
.stock-tabs .stock-tabs__navigation [role=tab]:hover, .stock-tabs .stock-tabs__navigation [role=tab]:active, .stock-tabs .stock-tabs__navigation [role=tab]:focus {
  text-decoration: none;
  outline: none;
}

.stock-tabs .stock-tabs__navigation li.active + li [role=tab]:after {
  right: 100%;
}
.stock-tabs .stock-tabs__navigation li:nth-of-type(2) [role=tab]:after {
  transition-delay: 0ms;
}
.stock-tabs .stock-tabs__navigation li:last-of-type [role=tab]:after {
  right: 100%;
}
.stock-tabs .stock-tabs__navigation li.active [role=tab] {
  background: #233f95;
  color: #fff !important;
  border: 1px solid #233f95;
}
.stock-tabs .stock-tabs__navigation li:hover [role=tab] {
  background: #233f95;
  color: #fff !important;
  border: 1px solid #233f95;
}
.stock-tabs .stock-tabs__navigation li.active [role=tab]:after {
  transition: 150ms;
  right: calc(50% - 9px);
  opacity: 1;
}
.stock-tabs .stock-tabs__tab-content {
  background: #fff;
   box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 200px;
}
.stock-tabs .stock-tabs__tab-content [role=tabpanel] {
  display: none;
}
.stock-tabs .stock-tabs__tab-content [role=tabpanel].active {
  display: block;
}
.box-contents{
  width: 100%;
  height: 750px;
   border-top: 8px solid #233f95;
   padding: 30px;
}
.box-contents2{
  width: 100%;
  height: 850px;
   border-top: 8px solid #233f95;
   padding: 30px;
}

.box-contents img{
  position: absolute;
  left: 7%;
  top: 6%;
  -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.box-contents2 img{
  position: absolute;
  left: 7%;
  top: 6%;
  -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.second-headline2{
  font-family: 'Maven Pro', sans-serif;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.inside-text{
  width: 90%;
  height: 140px;
  margin: 0 auto;
}
.inside-writes{
  font-family: 'Maven Pro', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.sol-name-box{
  width: 100%;
  height: 40px;
  background-color: #808285;
  outline: 1px solid #d1d3d4;
    outline-offset: 4px;
    padding-left: 20px;
}
.sol-names{
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
font-size: 22px;
color: #fff;
}
.not-visible{
  background-color: #f7f7f7;
  box-shadow: none;
}
.delivery-box{
  width: 50%;
  height: 600px;
  float: left;
}
.delivery-box2{
  width: 50%;
  height: 600px;
  float: left;
  padding-left: 5%;
}
.single-del-box{
  width: 90%;
  height: 180px;
  float: left;
}
.img-del-box{
  width: 120px;
  height: 140px;
  border:5px solid #fff;
  background-color: blue;
  float: left;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
.img-del-box i{
  font-size: 60px;
  line-height: 140px;
  color: #fff;
}
.text-del-box{
  width: 480px;
  height: 140px;
  background-color: #fff;
  margin-left: 40px;
  margin-top: 40px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  
}
.del-text{
  padding-left:100px;
  padding-right: 60px;
  padding-top: 25px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  color: #808285;
}

@media screen and (max-width: 700px){
  .stock-tabs__navigation li {
    width: 100% !important;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.stock-tabs .stock-tabs__tab-content {
    background: #fff;
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 330px;
}
.tabs-image {
    width: 100%;
    height: 130px;
    float: left;
    display: none;
    line-height: 130px;
}

  
.tabs-texts {
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.stock-tabs .stock-tabs__navigation [role=tab] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  color: #2d2d2d !important;
  border:1px solid #ccc ;
  text-align: center;
  color: #fff;
  transition: background-color 0.4s ease-in-out;
}
.box-contents img {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 6%;
    -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.box-contents {
    width: 100%;
    height: 280px;
    border-top: none;
    padding: 30px;
    border-top: 8px solid #233f95;
}
.box-contents2 img {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 6%;
    -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.box-contents2 {
    width: 100%;
    height: 280px;
    border-top: none;
    padding: 30px;
    border-top: 8px solid #233f95;
}
.stock-tabs {
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-left: 10%;
    height: 280px;
}
.module {
    width: 100%;
    height: 600px;
}
.delivery-box {
    width: 100%;
    height: 600px;
    float: left;
    margin-bottom: 30px;
}
.delivery-box2 {
    width: 100%;
    height: 600px;
    float: left;
}
.text-del-box {
    width: 95%;
    height: 140px;
    background-color: #fff;
    margin-left: 40px;
    margin-top: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
.del-text {
    padding-left: 100px;
    padding-right: 60px;
    padding-top: 25px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 12px;
    color: #808285;
}
.img-del-box {
    width: 30%;
    height: 140px;
    border: 5px solid #fff;
    background-color: blue;
    float: left;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    margin-left: 5%;
}
}



@media screen and (max-width: 1024px){
 
.tabs-texts {
    width: 100%;
    height: 70px;
    float: left;
    line-height: 70px;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

.box-contents img {
    position: absolute;
    left: 7%;
    top: 6%;
    width: 90%;
    -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.delivery-box {
    width: 100%;
    height: 600px;
    float: left;
    margin-bottom: 30px;
}
.delivery-box2 {
    width: 100%;
    height: 600px;
    float: left;
}
.text-del-box {
    width: 95%;
    height: 140px;
    background-color: #fff;
    margin-left: 40px;
    margin-top: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
.del-text {
    padding-left: 220px;
    padding-right: 60px;
    padding-top: 25px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    color: #808285;
}
.img-del-box {
    width: 30%;
    height: 140px;
    border: 5px solid #fff;
    background-color: blue;
    float: left;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    margin-left: 5%;
}
}



/*---.tabs-wrapper {
  border-radius: 0 !important;
}
.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #2d2d2d;
  border:1px solid #ccc ;
  border-bottom: none;
  width: 16.67%;
  height: 200px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0px;
  margin-right: -4px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-top: 10px;
}
.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #233f95;
  @include transform (translate(0,-0.2em));
  border:1px solid #233f95 ;
  color: #fff;
}

#tabs1:checked + label, #tabs2:checked + label, #tabs3:checked + label, #tabs4:checked + label, #tabs5:checked + label, #tabs6:checked + label {
 background: #233f95;
  color: #fff;
  border:1px solid #233f95 ;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 1;
  padding: 10px;
}

.tab-body-wrapper {
  background-color: #fdfdfd;
  border-top: #233f95 8px solid;

}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#tabs1:checked ~ .tab-body-wrapper #tab-body-1, #tabs2:checked ~ .tab-body-wrapper #tab-body-2, #tabs3:checked ~ .tab-body-wrapper #tab-body-3, #tabs4:checked ~ .tab-body-wrapper #tab-body-4, #tabs5:checked ~ .tab-body-wrapper #tab-body-5, #tabs6:checked ~ .tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.image-section{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 90px;
}
.image-section2{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 284.5px;/*--add 194.5px--*/
}
/*--.image-section3{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 479px;
}
.image-section4{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 673.5px;
}
.image-section5{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 869px;
  
}
.image-section6{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 1063.5px;
}
.text-section{
  position: relative;
  top: 130px;
  
}
.sol-box1{
  width: 100%;
  height: 780px;

}
.boxes{
  width: 96%;
  height: 780px;
  margin-left: 3.8%;
}
.small-box{
  width: 240px;
  height: 140px;
  background-color: #233f95;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6);
  border-radius: 20px;
}
.bar{
  width: 20px;
  height: 450px;
  position: absolute;
  left: 160px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  z-index: -1;
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
}
.bar2{
  width: 20px;
  height: 450px;
  position: absolute;
  left: 440px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  z-index: -1;
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
}
.bar3{
  width: 20px;
  height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
  position: absolute;
  left: 710px;
  z-index: -1;
}
.bar4{
  width: 20px;
  height: 650px;
  position: absolute;
  left: 160px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  z-index: -1;
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
}
.bar5{
  width: 20px;
  height: 650px;
  position: absolute;
  left: 440px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  z-index: -1;
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
}
.bar6{
  width: 20px;
  height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
  position: absolute;
  left: 710px;
  z-index: -1;
}
.bar8{
  width: 20px;
  height: 450px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
  position: absolute;
  left: 710px;
  z-index: -1;
}
.bar7{
  width: 20px;
  height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  background: rgba(148,138,84,1);
background: -moz-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,138,84,1)), color-stop(65%, rgba(218,214,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(148,138,84,1) 0%, rgba(218,214,195,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a54', endColorstr='#ffffff', GradientType=1 );
  position: absolute;
  left: 980px;
  z-index: -1;
}



.inside-text{
  width: 90%;
  height: 140px;
  margin: 0 auto;
}
.inside-writes{
  font-family: 'Maven Pro', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.sol-name-box{
  width: 100%;
  height: 40px;
  background-color: #808285;
  outline: 1px solid #d1d3d4;
    outline-offset: 4px;
    padding-left: 20px;
}
.sol-names{
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
font-size: 22px;
color: #fff;
}
.not-visible{
  background-color: #f7f7f7;
  box-shadow: none;
}
.delivery-box{
  width: 50%;
  height: 600px;
  float: left;
}
.delivery-box2{
  width: 50%;
  height: 600px;
  float: left;
  padding-left: 5%;
}
.single-del-box{
  width: 90%;
  height: 180px;
  float: left;
}
.img-del-box{
  width: 120px;
  height: 140px;
  border:5px solid #fff;
  background-color: blue;
  float: left;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
.img-del-box i{
  font-size: 60px;
  line-height: 140px;
  color: #fff;
}
.text-del-box{
  width: 480px;
  height: 140px;
  background-color: #fff;
  margin-left: 40px;
  margin-top: 40px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  
}
.del-text{
  padding-left:100px;
  padding-right: 60px;
  padding-top: 25px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  color: #808285;
}
@media screen and (max-width: 1280px){
.image-section{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 55px;
}
.image-section2{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 250.5px;
}
.image-section3{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 444px;
}
.image-section4{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 640.5px;
}
.image-section5{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 835px;
  
}
.image-section6{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 1028.5px;
}
}
@media (min-width: 1370px) and (max-width: 1440px){
.image-section{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 122px;
}
.image-section2{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 315.5px;
}
.image-section3{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 514px;
}
.image-section4{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 705.5px;
}
.image-section5{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 902px;
  
}
.image-section6{
  width: 14.4%;
  height: 120px;
  position: absolute;
  left: 1098.5px;
}
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
  .image-section,.image-section2,.image-section3,.image-section4,.image-section5{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}
@media (min-width: 361px) and (max-width: 379px){
.location-single-box1 {
    width: 100%;
    height: 300px;
    float: left;
    padding-top: 20px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #4D4C47;
    border-radius: 0;
  }
  .mobile-none{
    display: none;
  }
  .tabs-wrapper label:last-of-type {
  border-bottom: 2px solid #2d2d2d;
}
.tab-body-wrapper {
  background-color: #fff;

}
.location-single-box1{
border-left: 0;
border-bottom: 1px solid #eee;
}
.tabs-wrapper label {
    height: 60px;
    text-align: center;
    line-height: 0px;
    font-size: 14px;
}
.text-section {
    position: relative;
    top: 20px;
}
.city-name{
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #58595b;
}
.city-address{
font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #808285;
  line-height: 30px;
}
.city-phone{
font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #58595b;
}
.address-box{
  width: 70%;
  height: 200px;
  margin: 0 auto;
  text-align: center;

}
.for-mobile{
display: inline-block;
}
.for-desktop{
display: none;
}
.menua.top-margin {
    margin-top: 20px;
}
.bottom-margin{
  margin-bottom: 20px;
}
.menua.neg-margin-top {
    margin-top: -40px;
}
.neg-left-margin{
  margin-left: -3px;
}
.menua a {
    font-family: 'Maven Pro', sans-serif;
    font-size: 13px;
    color: #2d2d2d;
}
.iconf.footercredit {
    text-align: center;
    position: absolute;
    left: inherit;
}
.iconf ul {
    margin-left: 60px;
}
.about-section-two {
    margin-top: -70px;
}
}---*/</pre></body></html>