@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  font-family: 400;
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .navbar > .wrapper {
    flex-wrap: nowrap;
  }
}

.navbar > .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1400px) {
  .wrapper {
    max-width: 1440px;
  }
}

/* Navbar */
.navbar {
  padding-top: 2rem;
}

.logo {
  width: 280px;
}

@media (max-width: 767.98px) {
  .logo {
    width: 200px;
  }
}

.navbar-toggler {
  outline: 0 !important;
}

.menu-bar {
  color: #ffffff;
  font-size: 25px;
}

.navbar-nav .nav-link {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.nav-item.dropdown .nav-link.dropdown-toggle {
  border-radius: 47px;
  width: 230px;
  height: 60px;
  line-height: 45px;
  transition-duration: 0s;
}

.nav-item.dropdown.show .nav-link.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-item.dropdown .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.nav-item.dropdown .dropdown-menu {
  left: 0px;
  top: 80%;
  color: #000;
  border: none;
  border-radius: none;
  width: 100%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdown-toggle.nav-link::after {
  display: none !important;
}

@media (max-width: 767.98px) {
  .navbar-nav.mr-auto {
    border: 1px solid rgba(165, 135, 135, 0.3);
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem 0;
    background: #fff;
    margin-top: 1rem;
  }
}

.scrolled-menu {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Header */
header {
  background: url(../images/hero-bg-pattern.svg) no-repeat top right;
  background-size: contain;
  padding-top: 18rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 3;
}

header.sub-pages {
  padding-top: 13rem;
  padding-bottom: 3rem;
}

header.bg-contain {
  background: #fef8f5;
  position: relative;
  padding-bottom: 6rem;
  z-index: 1;
}

header.bg-contain::before {
  content: "";
  width: 100%;
  height: 120%;
  background: url(../images/hero-bg-pattern.svg) no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  header.bg-contain::before {
    height: 100%;
    background: url(../images/hero-bg-pattern.svg) no-repeat top right;
    background-size: 50%;
  }
}

header .text {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 2.9px;
  color: #c08879;
  opacity: 0.86;
  font-family: "Lato", sans-serif;
  max-width: 485px;
}

header .heading {
  font-size: 45px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
  max-width: 690px;
}

.search-input {
  width: 380px;
  height: 45px;
  display: block;
  margin-top: 3rem;
  border: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0.54);
  font-size: 22px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.66);
  padding: 0.5rem 0 0.8rem 3rem;
  background: #fff url(../images/edit-icon.png) no-repeat left center;
  background-size: 35px 35px;
  outline: 0 !important;
}

.create-card-btn {
  width: 300px;
  height: 60px;
  background-color: #c08879;
  border: 2px solid #c08879;
  border-radius: 44px;
  font-size: 25px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 3rem;
}

.create-card-btn:hover {
  color: #c08879;
  background: #fff;
  text-decoration: none;
}

header.bg-50 {
  background-size: 550px;
}

@media (max-width: 991.98px) and (min-width: 576px) {
  header img.img-fluid {
    max-width: 60%;
    display: block;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  header {
    padding-top: 10rem;
    background-size: 50%;
  }

  header.bg-50 {
    background-size: 50%;
  }

  header.bg-contain {
    background-size: contain;
  }

  header .text {
    text-align: center;
    max-width: 100%;
  }

  header .heading {
    text-align: center;
    max-width: 100%;
  }

  .search-input {
    margin-left: auto;
    margin-right: auto;
  }

  .create-card-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  header .text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.4px;
  }

  header .heading {
    font-size: 28px;
    line-height: 40px;
  }

  .search-input {
    width: 270px;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
    font-size: 18px;
    padding: 0.5rem 0 0.8rem 2.5rem;
    background-size: 25px 25px;
  }

  .create-card-btn {
    width: 190px;
    height: 45px;
    background-color: #c08879;
    border: 2px solid #c08879;
    border-radius: 44px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 3rem;
  }
}

/* Benefits */
.benefits {
  position: relative;
  z-index: 2;
  padding: 10rem 0;
  background: url(../images/benefits-bg.png) no-repeat center;
  background-size: 100% 100%;
}

@media (min-width: 1024.98px) {
  .benefits {
    padding: 16rem 0;
    margin-top: -10rem;
  }
}

.benefits .heading {
  font-size: 45px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}

.benefits .text {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.66;
}

.benefits .text.with-width {
  max-width: 640px;
}

.benefits .text.with-width-1 {
  max-width: 370px;
}

.benefit-title {
  font-size: 30px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}

.benefits img.img-fluid {
  max-width: 60%;
  height: 218px;
}

.benefit-1,
.benefit-2,
.benefit-3 {
  padding-top: 3rem;
}

@media (max-width: 767.98px) {
  .benefits {
    background: #fff;
    padding: 5rem 0;
  }

  .benefits img.img-fluid {
    height: 139px;
  }

  .benefit-title {
    font-size: 22px;
  }

  .benefits .text {
    font-size: 15px;
    line-height: 22px;
  }

  .benefits .heading {
    font-size: 30px;
  }

  .benefits .text.with-width {
    max-width: 450px;
  }

  .benefit-1 {
    background: url(../images/benefits-bg-1-mbl.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .benefit-3 {
    background: url(../images/benefits-bg-2-mbl.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Quotes */
.quotes {
  background: #ecaf92 0% 0% no-repeat padding-box;
  margin-top: 4rem;
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.quote-text {
  position: relative;
  font-size: 45px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
  max-width: 750px;
}

.quote-text::before,
.quote-text::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
}

.quote-text::before {
  background: url(../images/quotation-mark-1.png) no-repeat center;
  background-size: 100%;
  top: -30px;
  left: -100px;
}

.quote-text::after {
  background: url(../images/quotation-mark-2.png) no-repeat center;
  background-size: 100%;
  bottom: -30px;
  right: 100px;
}

.quote-author {
  font-size: 35px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
  margin-top: 3rem;
}

@media (max-width: 1640px) {
  .quote-text {
    font-size: 30px;
    line-height: 51px;
    max-width: 529px;
    margin-left: 70px;
  }

  .quote-text::before,
  .quote-text::after {
    width: 50px;
    height: 50px;
  }

  .quote-text::before {
    top: -10px;
    left: -70px;
  }

  .quote-text::after {
    bottom: -10px;
    right: 70px;
  }

  .quote-author {
    font-size: 30px;
    margin-left: 70px;
  }
}

@media (max-width: 991.98px) {
  .quotes img.img-fluid {
    height: 200px;
  }

  .quote-text {
    font-size: 25px;
    line-height: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    text-align: center;
  }

  .quote-author {
    font-size: 22px;
    margin-left: 0px;
    text-align: center;
  }

  .quote-text::before,
  .quote-text::after {
    width: 35px;
    height: 35px;
  }

  .quote-text::before {
    top: -30px;
    left: -40px;
  }

  .quote-text::after {
    bottom: -30px;
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  .quotes {
    margin-top: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .quotes img.img-fluid {
    height: 160px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 4rem;
    max-width: 300px;
  }

  .quote-author {
    font-size: 16px;
  }

  .quote-text::before,
  .quote-text::after {
    width: 25px;
    height: 25px;
  }

  .quote-text::before {
    top: -20px;
    left: -20px;
  }

  .quote-text::after {
    bottom: -20px;
    right: 0px;
  }
}

/* Partners */
.partners {
  padding: 5rem 0;
}

.partners .heading {
  font-size: 45px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}

.partners .text {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.66;
  max-width: 600px;
}

.swiper-slide {
  width: 14%;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
}

.swiper-button-prev {
  left: 0px;
  right: auto;
}

.swiper-button-next {
  left: auto;
  right: 0px;
}

@media (max-width: 767.98px) {
  .swiper-slide {
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
  }

  .partners .heading {
    font-size: 30px;
  }

  .partners .text {
    font-size: 15px;
    line-height: 22px;
    max-width: 400px;
  }
}

/* Footer */
footer {
  background: rgba(236, 175, 146, 0.66);
  padding: 4rem 2rem 7rem;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.quick-link {
  display: block;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ffffff;
}

.quick-link:hover {
  color: #fff;
}

.social-icons a:hover {
  text-decoration: none;
}

.social-icons img {
  width: 40px;
}

.other-links {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
}

.other-links a {
  color: #fff;
}

.copyright-text {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  footer {
    padding: 3rem 1rem 3rem;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }

  .quick-link {
    font-size: 18px;
    line-height: 32px;
  }

  .other-links {
    font-size: 16px;
    line-height: 28px;
  }

  .copyright-text {
    font-size: 16px;
    line-height: 28px;
  }

  .social-icons img {
    width: 30px;
  }
}

.slider-nav-control {
  position: absolute;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}

.slider-nav-control.fa-chevron-right {
  right: 0;
}

.slider-nav-control.fa-chevron-left {
  left: 0;
}

/* Signin */
.sub-pages-heading {
  font-size: 43px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}

.signin-buttons {
  display: flex;
  margin-top: 3rem;
  justify-content: center;
}

.signin-buttons .gap {
  width: 10%;
}

.signin-buttons a {
  display: block;
  text-align: center;
  width: 280px;
  height: 70px;
  border-radius: 53px;
  font-size: 18px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}

.signin-buttons a img {
  width: 26px;
  margin-right: 1rem;
}

.signin-buttons a.google-btn {
  box-shadow: 0px 2px 14px #0000000d;
  border: 1px solid #e4e9f2;
  background: #ffffff80 0% 0% no-repeat padding-box;
}

.signin-buttons a.facebook-btn {
  background: #39579a 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 14px #00000017;
  border: 1px solid #0000001a;
  border-radius: 60px;
  color: #ffffff;
}

.signin-buttons a.facebook-btn img {
  width: 15px;
}

.signin-buttons a:hover {
  text-decoration: none;
  box-shadow: 0 0 0 transparent !important;
}

.or-separator {
  font-size: 25px;
  line-height: 41px;
  letter-spacing: 0.42px;
  color: #1d2a38;
  text-transform: capitalize;
  opacity: 0.43;
  text-align: center;
  margin-top: 2rem;
  position: relative;
}

.or-separator::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #67707a 0% 0% no-repeat padding-box;
  opacity: 0.51;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.or-separator span {
  background: #fff;
  padding: 0 3%;
}

.form-input {
  display: block;
  width: 100%;
  height: 70px;
  box-shadow: 0px 2px 14px #0000000d;
  border: 1px solid #e4e9f2;
  border-radius: 63px;
  opacity: 1;
  outline: 0 !important;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 100px;
}

.form-input#email {
  background: #fff url(../images/input-email-icon.svg) no-repeat 40px center;
  background-size: 35px;
}

.form-input#password {
  background: #fff url(../images/input-password-icon.svg) no-repeat 40px center;
  background-size: 35px;
}

.password-show-hidden {
  position: absolute;
  width: 35px;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
}

.reset-password-text {
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #1d2a38;
  text-transform: capitalize;
  opacity: 0.5;
}

.form-submit-btn {
  width: 280px;
  height: 70px;
  background: #c08879 0% 0% no-repeat padding-box;
  border-radius: 56px;
  border: 1px solid #c08879;
  outline: 0 !important;
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.form-submit-btn:hover {
  background: #ffffff;
  text-decoration: none;
  color: #c08879;
}

.not-here-text {
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #8e949b;
}

.not-here-text a {
  color: #c08879;
}

.form-imp-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cacdd1;
}

.form-imp-text a {
  text-decoration: underline;
  color: #67707a;
}

.back-btn {
  font-size: 28px;
  letter-spacing: 0.45px;
  color: #c08879;
  margin-bottom: 3rem;
  position: relative;
}

.back-btn:hover {
  color: #c08879;
}

.back-btn::before {
  content: "<";
}

.success-msg-text {
  font-size: 20px;
  letter-spacing: 0.33px;
  color: #c08879;
}

@media (max-width: 576.98px) {
  .sub-pages-heading {
    font-size: 35px;
  }

  .signin-buttons .gap {
    width: 5%;
  }

  .signin-buttons a {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
  }

  .signin-buttons a img {
    width: 22px;
    margin-right: 0.75rem;
  }

  .signin-buttons a.facebook-btn img {
    width: 11px;
  }

  .or-separator {
    font-size: 22px;
    margin-top: 1.5rem;
  }

  .form-input {
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    padding-left: 60px;
  }

  .form-input#email {
    background: #fff url(../images/input-email-icon.svg) no-repeat 20px center;
    background-size: 24px;
  }

  .form-input#password {
    background: #fff url(../images/input-password-icon.svg) no-repeat 20px
      center;
    background-size: 24px;
  }

  .password-show-hidden {
    width: 30px;
  }

  .form-submit-btn {
    width: 250px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
  }

  .reset-password-text {
    font-size: 16px;
  }

  .not-here-text {
    font-size: 16px;
  }

  .form-imp-text {
    font-size: 17px;
    line-height: 26px;
  }
}

/* FAQ */
.faq-heading {
  font-size: 70px;
  line-height: 110px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #c08879;
}

.faq-subheading {
  font-size: 40px;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 0.9;
  max-width: 800px;
}

.faq-wrapper * {
  transition-duration: 0.1s !important;
}

.faq-header {
  display: block;
  width: 100%;
  height: 100px;
  background: #ecaf92 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  text-align: left;
  font-size: 30px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  outline: 0 !important;
  padding-left: 3rem;
  position: relative;
}

.accordion-status {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-size: 50px;
}

.faq-header .plus {
  display: none;
}

.collapsed.faq-header .plus {
  display: block;
}

.faq-answer {
  font-size: 18px;
  padding: 1rem 1rem;
}

@media (max-width: 991.98px) {
  .faq-heading {
    font-size: 50px;
    line-height: 80px;
  }

  .faq-subheading {
    font-size: 25px;
    line-height: 38px;
    font-weight: 500;
    max-width: 490px;
  }

  .faq-header {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    padding-left: 2rem;
  }

  .accordion-status {
    right: 2rem;
    font-size: 33px;
  }

  .faq-answer {
    font-size: 16px;
  }
}

.question-form .heading {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}

.question-form .input,
.contact-form .input {
  display: block;
  width: 100%;
  height: 70px;
  background: rgba(243, 204, 185, 0.23);
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
  border: none;
  outline: 0 !important;
  font-size: 25px;
  letter-spacing: 0px;
  color: #191919;
  padding: 1rem 2rem;
}

.question-form textarea.input,
.contact-form .input {
  height: auto;
  resize: none;
}

.question-form .input::placeholder,
.contact-form .input::placeholder {
  opacity: 0.35;
}

@media (max-width: 991.98px) {
  .question-form .heading {
    font-size: 35px;
  }

  .question-form .input,
  .contact-form .input {
    height: 55px;
    font-size: 22px;
    padding: 1rem 1rem;
  }

  .question-form textarea.input,
  .contact-form textarea.input {
    height: auto;
  }

  .form-submit-btn.faq-page {
    width: 200px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
  }
}

/* How It Works Steps */
.step {
  padding: 3rem 0;
}

.step .heading {
  font-size: 70px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #c08879;
}

.step .sub-heading {
  font-size: 55px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #c08879;
}

.step .text {
  font-size: 28px;
  line-height: 43px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 0.61;
}

.step .text a {
  color: #000;
  text-decoration: underline;
}

.step .text a:hover {
  color: #000;
  text-decoration: none;
}

.step .title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ecaf92;
}

.step.step2 {
  background: url(../images/step-2-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 7rem 0 10rem;
}

@media (max-width: 991.98px) {
  .step .heading {
    font-size: 50px;
    line-height: 80px;
  }

  .step .sub-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .step .text {
    font-size: 20px;
    line-height: 28px;
  }

  .step .title {
    font-size: 30px;
    line-height: 34px;
  }
}

/* Contact Form */
.contact-form input[type="file"] {
  width: 100%;
  outline: 0 !important;
  margin-left: -6rem;
  position: relative;
  z-index: 1;
  font-size: 21px;
  letter-spacing: 0px;
  color: #191919;
  opacity: 0.35;
  background: url(../images/link-icon.png) no-repeat 6.5rem center;
}

.contact-form input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.upload-file-btn {
  background: #f3ccb9 0% 0% no-repeat padding-box;
  border-radius: 33px;
  font-size: 21px;
  line-height: 60px;
  letter-spacing: 0px;
  color: rgba(25, 25, 25, 0.35);
  width: 258px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.upload-file-btn img {
  width: 35px;
}

@media (max-width: 991.98px) {
  .upload-file-btn {
    font-size: 17px;
    line-height: 55px;
    width: 195px;
    height: 55px;
  }

  .upload-file-btn img {
    width: 25px;
  }
}
