/* ANCHOR General */
:root {
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-color: var(--primary_color);
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-color2: var(--primary_color2);
  --primary-color3: #5f5e61;
  /* stylelint-disable-next-line custom-property-pattern */
  --primary-light: var(--primary_light);
  /* stylelint-disable-next-line custom-property-pattern */
  --font-yantramanv: var(--font_yantramanv);
  --spacer-height: 80px;
  --spacer-height-responsive: 50px;
  --content-service-title-color: #fffc;
  --contact-area-p-color: #06121a;
  --news-area-color: #d9d9d9;
  --default-font-size: 18px;
  --small-font-size: 16px;
  --medium-font-size: 42px;
  --extra-small-font-size: 15px;
  --border-color-service: #80808021;
  --black-overlay-services: #1c1c1c7a;
  --logo-as-blue: #19669c;
  --logo-as-orange: #f07e14;
  --logo-as-grey: #68686a;
}

iframe {
  border: 0;
}

.inline-img {
  height: 1em;

  /* Match the text height */
}

p {
  font-size: var(--default-font-size) !important;
}

.policy-body p {
  font-weight: 400;
}

.service-card p {
  font-size: var(--small-font-size) !important;
}

.service-card {
  padding: 50px 34px;
  transition: transform 0.3s ease-in-out;
}

.hero-service-about {
  padding: var(--spacer-height);
  background: var(--primary-light);
}

.hero-company-box {
  padding: 56px 34px !important;
}

.text {
  font-size: bold;
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(68 69 125) 0, var(--primary-color));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-policy {
  font-weight: bold;
  text-transform: uppercase;
}

.content-technology {
  color: rgb(255 255 255 / 80%);
  margin-bottom: 10px;
  font-size: var(--small-font-size) !important;
}

.section-title {
  font-size: 50px;
}

.portoflio-area {
  padding: var(--spacer-height) 0;
  margin-top: var(--spacer-height);
}

.section-title1 {
  margin-top: 30px;
  font-size: 26px;
}

.cta-area p {
  line-height: 1.5 !important;
}

.feature-box p {
  margin-bottom: 22px !important;
}

.cta-area .cta-body p {
  text-align: center;
}

.spacer {
  margin-top: 185px;
}

.pointer {
  cursor: pointer;
}

/* .feature-box {
  height: 160px;
} */

.error-text {
  color: red;
  font-size: var(--extra-small-font-size);
  padding-top: 5px;
}

.animatable,
.animatable * {
  visibility: hidden;
  animation: none !important;
}

section:last-of-type {
  margin: var(--spacer-height) 0 var(--spacer-height) 0 !important;
}

section:not(
  .hero-empowerment-area,
  .hero-service-wrap.hero-section-wrap,
  .hero-section-wrap.hero-home2,
  .case-studio-area
) {
  margin: var(--spacer-height) 0 0 0;
}

.hero-empowerment-area .custom-row {
  border-bottom: none;
  padding-bottom: 0;
}

section:not(
  .hero-empowerment-area,
  .hero-service-wrap.hero-section-wrap,
  .company-page > .service-area,
  .about-service3-area,
  .case-studio-area
) {
  padding: 0;
}

.section-subtitle {
  letter-spacing: 3px;
}

.client-area {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.case-studio-area {
  padding: var(--spacer-height) 0;
}

.fa-solid,
.fas {
  color: var(--primary-color3);
  font-weight: 900;
}

.hide {
  visibility: hidden;
  display: none;
}

.hero-empowerment-area {
  padding-top: var(--spacer-height) !important;
}

.li-services li {
  margin-bottom: 10px;
  background-color: var(--primary-light);
  padding: 10px;
  border-radius: 10px;
}

.about-timeline .about-timeline-item p {
  font-size: var(--extra-small-font-size) !important;
  line-height: 19.5px;
  color: #fff;
}

.hero-empowerment-area .hero-empowerment-left-content p {
  font-size: var(--default-font-size);
  font-weight: 300;
  margin-bottom: 0;
}

.company-page .service-section-header p {
  color: #fff;
}

.testimonial-area .testimonial-item-body p {
  font-size: var(--default-font-size);
  font-weight: 400;
  line-height: 28px;
  color: rgba(255 255 255 / 70%);
  border-top: 1px solid rgba(255 255 255 / 10%);
  padding-top: 16px;
}

.country-select,
.header-bar .header-bar-body p {
  font-size: 14px !important;
}

.contact-area .contact-experience ul li p {
  font-size: var(--default-font-size);
  color: var(--contact-area-p-color);
  line-height: 1.2;
  font-weight: 400;
}

.blog-details-area .blog-details-body .blog-details-inner p {
  margin-bottom: 0 !important;
}

.li-services a {
  font-weight: 450;
  color: #000;
}

.contact-info-box h6 a {
  line-height: 1.3;
  font-size: var(--default-font-size);
}

.footer-contact-info-item p a {
  font-size: var(--small-font-size) !important;
}

.li-services a:hover {
  color: #08619b;
}

.container-a .content a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  border: 2px solid #ffffff57;
  padding: 10px 21px;
  background-color: #ffffffc2;
  display: block;
  max-width: 180px;
  margin: 0 auto;
  margin-top: 0;
  transition: 0.4s ease-out;
  font-weight: 600 !important;
  opacity: 0;
}

.right .case-studio-contents h3 a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.header-area .navbar-wrapper ul .mega-menu-link-subtitle a {
  font-size: 16px;
}

.li-policy li {
  font-size: var(--default-font-size) !important;
  line-height: 30px !important;
}

.hero-service-about .hero-service-about-body ul li {
  font-weight: 400 !important;
  display: inline !important;
  line-height: 1.5;
  font-size: var(--default-font-size) !important;
}

.contact-info-box h6 {
  font-weight: 400;
}

.about-service3-area h5 {
  color: var(--primary-color2) !important;
}

.service4-area .section-header h5 {
  color: #f08018;
}

.service-card:hover {
  transform: scale(1.03) !important;
}

/* ANCHOR Header */
.header-bar {
  padding: 10px 0;
}

.header-area .navbar-wrapper > ul > li {
  line-height: 80px;
}

.header-area {
  width: 100%;
  top: 41px;
  border-bottom: unset;
  position: fixed;
  z-index: 1024;
  background: none;
}

.services-body .header-area {
  background-color: white !important;
}

.header-area.is-fixed {
  top: 0;
  background: #fff;
  box-shadow: 0 4px 30px 5px rgb(0 0 0 / 3%);
}

.country-select {
  background-color: var(--dark1);
  background-position-y: 8px;
}

/* stylelint-disable-next-line selector-id-pattern */
#dataWord {
  cursor: pointer;
  color: var(--primary-color2);
}

/* ANCHOR Animations */

.container-a {
  height: 50vh;
}

.container-a .item {
  margin: auto;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  width: 25%;
  height: 50vh;
  min-width: 10%;
  background-color: #000;
  display: table;
}

.header-service-a {
  padding-right: 0 !important;
}

.accordion-font-size {
  font-size: 22px;
  margin-bottom: 0;
  color: #000;
  font-family: var(--font-yantramanv);
}

.accordions .item {
  display: grid;
  grid-template-rows: auto 0fr;
  overflow: clip;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e5ef;
  border-radius: 10px;
  background-color: var(--primary-light);
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.44, -0.01, 0, 1);
  transition-duration: var(--duration, 0.3s);
}

.accordion-desc-style {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-a .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 9;
  opacity: 0.5;
  transition: 0.3s;
}

.container-a .item:first-child::before {
  background-image: url("../imgs/websites/sc-adler.webp");
}

.container-a .item:nth-child(2)::before {
  background-image: url("../imgs/websites/badHz.webp");
}

.container-a .item:nth-child(3)::before {
  background-image: url("../imgs/websites/sckada.webp");
}

.container-a .item:nth-child(4)::before {
  background-image: url("../imgs/websites/hj-f.webp");
}

.container-a .content svg {
  width: 60px;
  height: 60px;
}

.container-a .item:hover .content a {
  margin-top: 30px;
  opacity: 1;
}

.container-a:hover .item {
  width: 20%;
  cursor: pointer;
  color: #fff;
}

.container-a .item:hover {
  width: 40%;
}

.container-a .item:hover::before {
  opacity: 0.9;
}

.accordions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.accordion-arrow {
  color: #000;
  display: inline-block;
  font-size: var(--default-font-size);
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.header[aria-expanded="true"] .accordion-arrow {
  transform: rotate(180deg);
}

.accordions .item:has([aria-expanded="true"]) {
  grid-template-rows: auto 1fr;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordions .item .header {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: start;
}

.accordions .item .panel {
  overflow: hidden;
}

.accordions .item .panel[hidden] {
  display: none;
}

.slide-right-straight {
  animation: slide-right-straight 1s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

@keyframes slide-right-straight {
  0% {
    visibility: visible;
    transform: translateX(1200px) rotate(0);
  }

  100% {
    visibility: visible;
    transform: translateX(0) rotate(0);
  }
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.4s;
}

.delay-4 {
  animation-delay: 0.6s;
}

.delay-5 {
  animation-delay: 0.8s;
}

.delay-6 {
  animation-delay: 1s;
}

.delay-7 {
  animation-delay: 1.2s;
}

.delay-8 {
  animation-delay: 1.4s;
}

.delay-9 {
  animation-delay: 1.6s;
}

.delay-10 {
  animation-delay: 1.8s;
}

/* ANCHOR Icons */
*[class^="iconoir-"]::before,
*[class*=" iconoir-"]::before {
  content: " ";
  display: block;
  background: currentcolor;
  mask-size: cover;
  width: 1em;
  height: 1em;
}

*[class^="iconoir-"],
*[class*=" iconoir-"] {
  display: inline-block;
}

.iconoir-arrow-up-right::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.00005 19L19 5.99996M19 5.99996V18.48M19 5.99996H6.52005" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-arrow-left::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 12L3 12M3 12L11.5 3.5M3 12L11.5 20.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-arrow-right::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-instagram::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z" stroke="currentColor" stroke-width="1.5"/><path d="M17.5 6.51L17.51 6.49889" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-linkedin::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 17V13.5V10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 17V13.75M11 10V13.75M11 13.75C11 10 17 10 17 13.75V17" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7.01L7.01 6.99889" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.iconoir-facebook::before {
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/*********************************** Contact Form CSS Start *********************************/

/* General Contact Form Styling */
.contact-area {
  background: #f9f9f9; /* Light background */
  padding: 60px 0;
}

.contact-form-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  width: 100%;
  max-width: 600px;
}

/* Title Styling */
.section-subtitle {
  font-size: 16px;
  color: #007bff;
  margin-bottom: 5px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

/* Input Fields */
.contact-form .input-group input,
.contact-form .input-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.contact-form .input-group input:focus,
.contact-form .input-group textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgb(0 123 255 / 30%);
}

/* Two Inputs Side by Side (Name & Email) */
.input-row {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.two-column .input-group {
  flex: 1;
}

/* Full-Width Fields (Phone Number & Message) */
.full-width {
  width: 100%;
  flex: 1;
}

/* Message Textarea */
.contact-form .input-group textarea {
  min-height: 120px;
  resize: none;
}

/* Checkbox and Label */
.input-checkbox {
  display: flex;
  align-items: center;
}

.input-checkbox input {
  margin-right: 10px;
}

.input-checkbox label {
  font-size: 14px;
  color: #666;
}

.input-checkbox a {
  color: #007bff;
  text-decoration: none;
}

.input-checkbox a:hover {
  text-decoration: underline;
}

/* Submit Button */
.theme-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.theme-btn:hover {
  background: #0056b3;
}

/* Alert Message */
.alert-msg {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.alert-msg.success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-msg.error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

#dataPrivacy {
  width: 13px;
}

/* Mobile Responsiveness */
@media (width <= 768px) {
  .contact-form-wrap {
    padding: 30px;
  }

  .section-title {
    font-size: 24px;
  }

  .theme-btn {
    width: 100%;
  }
}

.width-70 {
  width: 70px !important;
}

.width-90 {
  width: 90px !important;
}

label {
  font-weight: normal !important;
  padding: 0 !important;
}

footer p {
  margin: 0;
}

.news2-card p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(28 28 28 / 70%);
  margin-bottom: 35px;
}

.news2-lists {
  width: 100%;
  gap: 24px;
  margin-bottom: 24px;
}

.news2-area .news2-lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.blog-post {
  width: 400px;
}

.news2-card {
  background: linear-gradient(180deg, #e7eeff 0%, #dbe6ff 100%);
  border-radius: 10px;
  padding: 24px 24px 65px;
  position: relative;
}

.news2-lists .news2-card {
  flex: 1;
}

.news2-area .news2-lists .news2-card {
  grid-column: span 2;
}

/* Dealing with 2 orphan items */
.news2-area .news2-lists .news2-card:last-child:nth-child(3n - 1) {
  grid-column-end: -2;
}

.news2-area .news2-lists .news2-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}

/* Dealing with single orphan */
.news2-area .news2-lists .news2-card:last-child:nth-child(3n - 2) {
  grid-column-end: 5;
}

.news2-card .meta > * {
  display: block;
  border-radius: 10px;
  background: rgb(19 81 216 / 10%);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
}

header nav ul li {
  display: inline;
  margin: 0 15px;
}

footer nav ul li {
  display: inline;
  margin: 0 15px;
}

.news2-sticky.news2-card p {
  color: rgb(255 255 255 / 70%);
}

.news2-area .section-header p {
  font-size: 20px;
  line-height: 29px;
  color: rgb(28 28 28 / 80%);
  margin-bottom: 0;
}

header nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

footer nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.news2-card h2 a {
  color: var(--dark1);
}

footer nav ul li a:hover {
  color: #fc0; /* Hover color */
}

header nav ul li a:hover {
  color: #fc0; /* Hover color */
}

/* Header Styling */
header {
  background-color: #333;
  padding: 20px;
  text-align: center;
}

.example-div h1 {
  text-align: center;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Footer Styling */
footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer nav ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.news2-sticky.news2-card h2 a {
  color: #fff;
}

.news2-card h2 a:hover {
  color: var(--primary-color);
}

/* New2 */
.news2-area {
  padding: 135px 0 180px;
}

.news2-area .section-header {
  margin-bottom: 70px;
}

.news2-area .section-header .section-title {
  margin-bottom: 20px;
}

.news2-card .news-ribbon {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 48px;
  top: 48px;
  padding: 10px 21px;
}

.news2-card img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.news2-card .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.news2-card .news2-card-body {
  padding-right: 28px;
}

.news2-card h2 {
  line-height: 28px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid rgb(28 28 28 / 20%);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-yantramanv);
  width: calc(100% - 40px);
}

.news2-card .theme-btn {
  display: block;
  text-align: center;
  width: 53px;
  height: 53px;
  line-height: 56px;
  padding: 0;
  right: 33px;
  bottom: 33px;
  position: absolute;
}

.news2-sticky.news2-card {
  gap: 80px;
  padding: 24px;
  background: var(--dark1);
  position: relative;
  padding-right: 120px;
}

.news2-sticky.news2-card .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  max-width: fit-content;
}

.news2-sticky.news2-card img {
  max-width: 853px;
  width: 100%;
  object-fit: cover;
  flex: none;
  margin-bottom: 0;
  border-radius: 10px;
}

.news2-sticky.news2-card .meta {
  margin-top: 40px;
}

.news2-sticky.news2-card .meta > * {
  background: #fff;
}

.news2-sticky.news2-card .news2-card-body {
  padding-right: 0;
}

.news2-sticky.news2-card h2 {
  border-color: rgb(255 255 255 / 20%);
  width: 100%;
}

.news2-sticky.news2-card .theme-btn:hover {
  color: var(--dark1);
}

.news2-sticky.news2-card .theme-btn:hover svg path {
  fill: var(--dark1);
}

.news2-sticky.news2-card .theme-btn::before,
.news2-sticky.news2-card .theme-btn::after {
  background: #fff;
}

.blog-details-header-area .blog-details-header-content-body .img-box {
  max-width: 100%;
}

.blog-details-header-area .blog-details-header-content-body {
  padding: var(--spacer-height) 0;
}

.blog-details-header-area
  .blog-details-header-content-body
  .section-header
  .section-title {
  font-size: 77px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.ul-style-none {
  display: flex;
  gap: 6px;
  list-style: none;
}

/* ANCHOR Responsive */

@media (width <=912px) {
  .news2-area .news2-lists {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Dealing with 2 orphan items */
  .news2-area .news2-lists .news2-card:last-child:nth-child(3n - 1) {
    grid-column-end: unset;
  }

  .news2-area .news2-lists .news2-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: unset;
  }

  /* Dealing with single orphan */
  .news2-area .news2-lists .news2-card:last-child:nth-child(3n - 2) {
    grid-column-end: unset;
  }

  .news2-area .news2-lists .news2-card:last-child:nth-child(2n - 1) {
    grid-column-end: -2;
  }
}

@media (width <=706px) {
  .news2-area .news2-lists {
    grid-template-columns: 1fr;
  }

  .news2-area .news2-lists .news2-card {
    grid-column: unset;
  }

  .news2-area .news2-lists .news2-card:last-child:nth-child(2n - 1) {
    grid-column-end: unset;
  }
}

.input-fix {
  color: #777 !important;
  border: 1px solid #ffc925 !important;
  border-radius: 3px !important;
  padding: 11px 19px !important;
  line-height: inherit !important;
  width: 100% !important;
  background-color: #fff !important;
  height: auto !important;
  -webkit-appearance: none !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: border ease 0.238s !important;
  -moz-transition: border ease 0.238s !important;
  transition: border ease 0.238s !important;
}
