body .from-about{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

p {
  margin: 0;
  font-size: 14px;
}
.ptb-100 {
  padding-top: 100px;
}
.mb-80 {
  margin-bottom: 40px;
}

.nowrap {
  white-space: nowrap;
}
.p-20 {
  padding: 20px;
}
.p-40 {
  padding: 40px;
}

.pb-140 {
  padding-bottom: 140px;
}
.h3, h3 {
  /* font-size: 1.4em; */
  font-size: 1.75rem;
}
.bg-white-smoke {
  background-color: #f8f8f8;
  border-radius: 15px;
}
.title-main {
  font-size: 1.5rem;
}
.bg-image {
  background-image: url(/store/images/aboutus/aboutus-banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30vh;
  margin-top: 104px;
}
.page-title-area .row {
    height: 40vh;
    align-content: center;
    text-align: center;
} 
.section-title.text-center {
  padding: 0 35px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.service-item {
  background-color: #f8f8f8;
  border-radius: 15px;
  height: 100%;
  padding: 15px 25px 25px 25px;
  transition: 0.3s ease-in-out;
}

.service-item-dark {
  background-color: #121212;
  border-radius: 15px;
  height: 100%;
  padding: 15px 25px 25px 25px;
}

.service-icon {
  margin: 10px 0 15px 0;
}

.service-item.style-two, 
.service-item-dark.style-two {
  padding: 50px 30px 45px;
}

#services-block .service-item {
  position: relative;
  padding: 0px 30px 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.service-items-area > div {
  margin-bottom: 20px;
}
#services-block.style-one .service-items-area > div:nth-child(2n) {
  position: relative;
  top: 100px;
} 
#services-block.style-one .service-items-area > div:nth-child(4) {
  position: relative;
  top: 100px;
}


.portfolio-block.style-one {
  position: relative;
  padding-bottom: 0;
}
.text-feature-block {
  margin: 16px;
}
#our-devices {
  color: #000;
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(10px, auto);
  align-items: center;
  color: #000;
  font-weight: 600;
}
#our-devices .container {
  padding: 20px;
  border-radius: 15px;
}

.wrapper > div > p {
  line-height: 1.2em !important;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.last {

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; 
}
.one:hover,
.two:hover,
.three:hover,
.four:hover,
.five:hover,
.six:hover,
.seven:hover,
.eight:hover,
.last:hover  {

  /* cursor: pointer; */
  animation-name: bounce;
  -moz-animation-name: bounce;

}
.center-iphone img {
  max-width: 100%;
  height: auto;
}

@keyframes bounce {
	0%, 100% {

		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	25% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
	50% {
    
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	75% {
		-webkit-transform: translateY(-1px);
		-ms-transform:     translateY(-1px);
		transform:         translateY(-1px)
	}
}
.center-iphone {
  grid-column: 2;
  grid-row: 1 / 5;
}
.one {
  grid-column: 1;
  grid-row: 1;
}
.two {
  grid-column: 1;
  grid-row: 2;
}
.three {
  grid-column: 1;
  grid-row: 3;
}
.four {
  grid-column: 1;
  grid-row: 4;
}

.five {
  grid-column: 3;
  grid-row: 1;
}
.six {
  grid-column: 3;
  grid-row: 2;
}
.seven {
  grid-column: 3;
  grid-row: 3;
}
.eight {
  grid-column: 3;
  grid-row: 4;
}

.last {
  
  grid-column: 1/ 4;
  grid-row: 5;
}




/*-------------------------------------------------
    [ ### Work Process ]
*/
.work-process-block {
  position: relative;
}
.work-process-block > .container {
  margin-top: -2px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block > .container {
    margin-top: 0;
  }
}
.work-process-block .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .element-group > .element {
    display: none;
  }
}
.work-process-block .element-group > .element.one {
  top: 88px;
  left: calc(50% - 705px);
  -webkit-animation: linear bt-leftRight-20 3s infinite;
  animation: linear bt-leftRight-20 3s infinite;
}
@media only screen and (max-width: 1620px) {
  .work-process-block .element-group > .element.one {
    left: calc(50% - 640px);
  }
}
.work-process-block .element-group > .element.two {
  top: 101px;
    left: calc(50% - -494px);
}
@media only screen and (max-width: 1199px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-title.text-center {
    padding: 0 144px;
    margin-bottom: 30px;
  }
}
.work-process-block .workflow-slider,.work-process-block  .leadership-slider {
  margin: -30px -15px 0;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.work-process-block .single-process {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: #f8f8f8;
  /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05); */
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 15px;
}
.single-process p {
  height: 120px;
}
.service-block .single-process {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 15px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process {
    padding: 70px 25px;
  }
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process {
    padding: 35px 20px 0px 20px;
    text-align: center;
  }
}
.work-process-block .single-process:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.work-process-block .single-process .process-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 75px;
  line-height: 75px;
  /* margin-bottom: 18px; */
}
.work-process-block .single-process .title {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .single-process .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.row {
  max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process .title {
    font-size: 1.6em;
    font-weight: 500;
  }
  .bg-image {
    height: 28vh;
  }
  .ptb-100 {
    padding-top: 70px;
  }
}
.work-process-block .single-process .read-more-text {
  padding-top: 3px;
}

.btn-links-area, 
.btn-links-area-dark {
  margin: 5px 10px -5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn-links-area, 
  .btn-links-area-dark {
    justify-content: center;
  }
  #services-block.style-one .service-items-area > div:nth-child(2n),
  #services-block.style-one .service-items-area > div:nth-child(4) {
    top: 0;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
}
.btn-links-area .btn-links {
  background-color: #f8f8f8;
  border: 0 solid;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #999999;
  font-size: 20px;
  padding: 0;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  border-radius: 25px;
  margin: 5px;
}

.btn-links-area-dark .btn-links {
    background-color: #2c2c2c;
    border: 0 solid;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #989898;
    font-size: 20px;
    padding: 0;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 35px;
    border-radius: 25px;
    margin: 5px;
  }
  

.grades {
  width: 100%;
}
/* .grading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  flex-direction: column;
}
.grading-row {
    display: flex;
    justify-content: space-evenly;
}
.grading-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px 15px 0px;
}
.grading-col img {
  width: 125px;
  min-width: 109px;
} */

#grading {
  background: #000;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  max-width: 1140px;
  min-height: 721px;
  margin: 0 auto;
  padding: 30px;
  font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#grading h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

#grading p {
  font-size: 1rem;
  color: #fff;
}
.grading-content > p,
.grading-content > p > a {
  font-size: 12px;
}
.grading-content > p {
  color: #fff;
  padding: 20px 0;
}
.grading-content > p > a:hover {
  color: #0071e3!important;
}
#grading .grading-content {
  padding: 70px 30px;
}

#grading .grading-image,
#grading .product-detail-preview {
  display: flex;
  justify-content: center;
  align-items: center;
}

#grading .grading-image img,
#grading .product-detail-preview img {
  width: 70%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

#grading .grading-image img.active,
#grading .product-detail-preview img.active {
  display: block;
  opacity: 1;
}


#grading .grade-selector {
  border: 1px solid var(--theme-color);
  display: flex;
  width: 250px;
  padding: 5px;
  border-radius: 50px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

#grading .grade-selector .grade-background-item {
  width: 78px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: var(--theme-color);
  height: calc(100% - 10px);
  position: absolute;
  transition: 80ms linear;
}

#grading .grade-selector .grade-item {
  width: 120px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3;
}

#grading .grade-selector.right .grade-background-item{
  transform: translateX(159px);
}
#grading .grade-selector.mid .grade-background-item{
  transform: translateX(79px);
}

#grading .grade-selector-long {
  border: 2px solid #626262;
  display: flex;
  padding: 5px;
  border-radius: 50px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
#grading .grade-selector-long.tabs-4 {
  width: 330px;
}
#grading .grade-selector-long.tabs-3 {
  width: 251px;
}
#grading .grade-selector-long.tabs-2 {
  width: 170px;
}

#grading .grade-selector-long .grade-background-item {
  width: 75px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: #3c3c3c;
  border: 2px solid #626262;
  height: calc(100% - 10px);
  position: absolute;
  transition: 80ms linear;
}
#grading .grade-selector-long .grade-item {
  /* width: 220px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3; */

  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  line-height: 1.3;
  padding: 8px;
  width: 220px;
  text-align: center;
}

#grading .grade-selector-long.second-tab .grade-background-item{
  /* transform: translateX(68px); */
}
#grading .grade-selector-long.third-tab .grade-background-item{
  /* transform: translateX(72px); */
}
#grading .grade-selector-long.tabs-4.fourth-tab .grade-background-item{
  transform: translateX(82px);
}
#grading .grade-selector-long.tabs-3.fourth-tab .grade-background-item{
  transform: translateX(82px);
}
#grading .grade-selector-long.tabs-2.fourth-tab .grade-background-item{
  transform: translateX(82px);
}
#grading .grade-selector-long.fifth-tab .grade-background-item{
  transform: translateX(160px);
}
#grading .grade-selector-long.sixth-tab .grade-background-item{
  transform: translateX(240px);
}

.grade-ratting {
  margin-top: 30px;
  margin-left: 30px;
}

.grade-ratting.five {
  color: rgb(244, 207, 0);
}

.grade-ratting.four > *:not(:last-child) {
  color: rgb(244, 207, 0);
}
.grade-ratting.three > *:not(:last-child) {
  color: rgb(244, 207, 0);
}
.grade-ratting.three > *:nth-child(4) {
  color: #fff;
}
    
.grade-prop {
  margin-top: 30px;
  margin-left: 30px;
}

.grade-prop ul {
  list-style: none;
}

.grade-prop ul li {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #fff;
  border-right: none !important;
  /* margin-bottom: 5px; */
  font-size: 14px;
}

.grade-prop ul li:hover {
  color: #fff;
}


.grade-prop ul li::before {
  content: "•";
  color: var(--theme-color);
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  width: 30px;
  min-width: 30px;
  margin-left: -30px;
  margin-top: -7px;
}

.grade-details {
  display: none;
}

.grade-details.active {
  display: block;
}


.content {
  padding-left: 20px;
}
.content ul li {
  margin-left: 15px;
}
.content h4 {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.star {
  padding-top: 5px;
  width: fit-content;
}
.star ul {
list-style: none;
display: flex;
}
.star ul li {
margin-left: 0;
}
.star ul li img {
width: 15px!important;
min-width: 10px!important;
} 

.team .ceo-section {
  /* border: 1px solid red; */
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}

.team .ceo-section img{
  margin-left: 20px;
  height: 375px;
}

.ceo-section .bg-back {
  background: #f6f6f6;
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
}

.ceo-section .ceo-qoute {
  position: absolute;
  top: 40%;
  left: 45%;
  padding-right: 50px;

}

.ceo-qoute .bold, .md-qoute .bold {
  font-weight: 600;
}

.ceo-qoute h3 {
  font-size: 26px;
  font-weight: 600;
}

.ceo-qoute h3 span {
  font-size: 18px;
  font-weight: 400;
}

.ceo-qoute p {
  font-size: 16px;
}

.team .md-section {
  /* border: 1px solid red; */
  position: relative;
  display: grid;
  grid-template-columns: auto 45%;
  margin-top: 40px;
}

.team .md-section img{
  margin-left: 20px;
  height: 375px;
}



.md-section .bg-back {
  background: #f6f6f6;
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
}

.md-section .md-qoute {
  position: absolute;
  top: 40%;
  left: 8%;
  /* padding-right: 50px; */
  width: 500px;
  grid-column: 1;
  grid-row: 1;

}

.md-section .md-image {
  grid-column: 2;
  grid-row: 1;
}

.md-qoute h3 {
  font-size: 26px;
  font-weight: 600;
}

.md-qoute h3 span {
  font-size: 18px;
  font-weight: 400;
}

.md-qoute p {
  font-size: 16px;
}

.members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.members .member {
  text-align: center;
  padding: 10px;
  transition-duration: 0.1s;
  transition-timing-function: linear;

}

.members .member .name-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.members .member .name-section .whatsapp-link{
  color: rgb(36, 146, 36);
}

.members .member:hover {
  transform: scale(1.02);
}

.members .member h3 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 0;
  white-space: nowrap;
}

.members .member p {
  font-size: 18px;
}

.md-on-mobile {
  display: none;
}

.readmore-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  /* font-size: 15px; */
  line-height: 1.1764805882;
  font-weight: 400;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  padding: 10px 35px;
  border-radius: 98px;
  font-size: 14px;
  background: #0071e3;
  color: #fff !important;
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
  text-decoration: none;
  /* width: 200px; */
}


@media only screen and (max-width: 1200px){
  
  .md-on-mobile {
    display: unset;
  }

  .members {
    grid-template-columns: 1fr 1fr;
  }

  .ceo-section .ceo-qoute {
    position: absolute;
    top: 38%;
    left: 50%;
    padding-right: 50px;
  }

  .ceo-qoute h3 {
    font-size: 23px;
    font-weight: 600;
  }
  
  .ceo-qoute h3 span {
    font-size: 15px;
    font-weight: 400;
  }
  
  .team .md-section {
    display: none;
  }

  .not-display-mobile {
    display: none;
  }

  .only-mobile-break {
    display: block !important;
  }

  .ceo-qoute p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px){
  .section-title.text-center {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .ceo-image {
    display: flex;
    align-items: end;
  }

  .members {
    grid-template-columns: 1fr 1fr;
  }

  .ceo-section:first-child {
      position: initial;
      padding-right: 50px;
      padding-left: 10%;
  }

  .ceo-section .ceo-qoute {
    position: initial;
    padding-right: 40px;
    padding-left: 10%;
    padding-top: 15px;
  }

  .team .ceo-section {
    grid-template-columns: 40% 60%;
  }

  .team .ceo-section img{
    margin-left: 20px;
    width: 100%;
    height: auto !important;
  }

  .ceo-section .bg-back {
    background: #f6f6f6;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
  }
}

@media only screen and (max-width: 1440px){
  #grading .grading-content {
    padding: 36px 30px;
  }
  #grading .grading-image img, 
  #grading .product-detail-preview img  {
    width: 60%;
  }
}

.members .member img {
  width: 320px;
}
@media only screen and (max-width: 767px){
  #grading {
    grid-template-columns: 1fr;
  }

  #grading .grading-image img,
  #grading .product-detail-preview img {
    width: auto ;
    height: 300px;
  }

  #grading .grading-content {
    padding: 12px;
  }

  .grade-prop ul li {
    line-height: 1.5;
  }

  .team .ceo-section {
    grid-template-columns: 1fr;
    /* grid-auto-flow: dense;  */
  }

  .ceo-section .ceo-image {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    justify-content: center;
  }

  .ceo-section .ceo-qoute {
    grid-column: 1;
    grid-row: 1;
    padding-top: 20px;
    text-align: center;
  }


  .team .ceo-section img{
    margin-left: 20px;
    height: auto !important;
    width: 100%;
    max-width: 80%;
    margin: 0;
  }

  .grading-row {
    flex-direction: column;
  }
  .members {
    grid-template-columns: 50% 50%;

  }
  .members .member img {
    width: 100%;
  }
  .members .member h3 {
    font-weight: 600;
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .members .member p {
    font-size: 13px;
  }

  .members .member .name-section .whatsapp-link{
    font-size: 11px;
  }

}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links, 
  .btn-links-area-dark .btn-links {
    padding: 5px 25px;
  }
}
.btn-links-area .btn-links:hover {
  color: white;
  background-color: var(--theme-color);
}
.btn-links-area-dark .btn-links:hover {
  color: white;
  background-color: #121212;
}

@media only screen and (max-width: 991px){
  .service-item {
    height: 95%;
  }
}
@media only screen and (max-width: 575px){
  .one > img,
  .two > img,
  .three > img,
  .four > img,
  .five > img,
  .six > img,
  .seven > img,
  .eight > img,
  .last > img {
    width: 35px;

  }
  .one > p,
  .two > p,
  .three > p,
  .four > p,
  .five > p,
  .six > p,
  .seven > p,
  .eight > p{
    line-height: 1em;
    font-weight: 100;
    font-size: 13PX;
    
  }
}
@media only screen and (max-width: 1199px) {
  .service-item.style-two {
    padding: 37px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item.style-two {
    padding: 37px 25px 35px;
  }
}
.service-item.style-two .service-icon,
.service-item-dark.style-two .service-icon {
  min-height: auto;
  line-height: auto;
}
.service-item.style-two .title {
}
.service-item.style-two .read-more-text,
.service-item-dark.style-two .read-more-text {
  padding-top: 5px;
}
.service-item.style-three, 
.service-item-dark.style-three {
  text-align: center;
  padding: 50px 30px 45px;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three,
  .service-item-dark.style-three {
    padding: 37px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item.style-three,
  .service-item-dark.style-three {
    padding: 37px 25px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three .service-info,
  .service-item-dark414.style-three .service-info {
    font-size: 15px;
  }
}
.p-0 {
  padding: 0;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70% !important;
  max-width: 750px;
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
  z-index: 10;
  height: auto;
  display: block;
}

#language-modal {
  width: 40% !important;
}

