/* CSS Document */


@media screen and (max-width: 1400px) {
  .form-rows.com {
    grid-template-columns: 1fr;
  }
	/* patrik */
	.form-rows.three {
		gap:10px;
	}
	.form-rows.three .field-icon-box {
		width:20px;
	}
	.form-rows.three .relative input {
		padding-left:26px;
	}
}

@media screen and (max-width: 1220px) {
  .container.tools {
    grid-template-columns: 1fr;
  }

  .tools-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footerlogo {
    margin: 0;
  }

  .copyrightp {
    text-align: center;
  }
  .tool-link-box {
    max-width: none;
    width: auto;
  }

  .footer-links a {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 920px) {
  .form-rows {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile-open {
    display: block;
  }

  .email-print-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .form-field-wrap {
    width: 100%;
  }

  .navlinksul {
    position: absolute;
    top: 100%;
    border-top: 1px solid rgb(228, 228, 228);
    left: 0;
    background-color: white;
    z-index: 101;
    padding: 30px 20px;
    width: calc(100vw - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .navlinksul.active {
    opacity: 1;
  }
}

@media screen and (max-width: 670px) {
  .comission-wrap {
    display: flex;
    flex-direction: column;
  }

  .action-options-wrap {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  nav {
    padding: 12px 20px;
  }

  .section {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 480px) {
  .tools-links {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .radios-wrap {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: column;
  }

  .tool-link-box {
    width: 250px;
    max-width: 85%;
  }

  .button {
    font-size: 14px;
  }

  .enter-btn p {
    font-size: 12px;
  }

  .result-title {
    font-size: 13px;
    text-align: left;
  }

  .field-icon-box {
    width: 40px;
  }

  .misc-fee-wrap {
    gap: 10px;
  }

  .logo {
    max-width: 130px;
  }

  .small-title-span {
    font-size: 10px;
  }

  .result-box {
    gap: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .mobile-or {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  .or {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .line {
    width: 50px;
    height: 1px;
    background-color: white;
    opacity: 0.3;
  }
}