/* html,body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif !important;
  overflow-x: hidden; 
  font-size: medium !important;
} */
html,
body {
  margin: 0;
  padding: 0;
  cursor: context-menu;
  min-height: 100vh;
  font-family: Roboto, "Helvetica Neue", sans-serif !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto"), url("/webfonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("/webfonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), url("/webfonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: local("Roboto"), url("/webfonts/Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), url("/webfonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto"), url("/webfonts/Roboto-Black.ttf") format("truetype");
  font-display: swap;
}

.home-bg {
  background-image: url("/images/bg-img.svg");
  background-size: cover;
  height: 83vh;
}

.amico-logo {
  width: 40px;
  height: auto;
  object-fit: contain;
}

:root {
  --bg_color: #15aeae;
}

.getstart-btn {
  background: var(--bg_color);
  color: white;
  border: none;
  border-radius: 5px;
}

.btn-font-size {
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: "Roboto";
}

.signin-btn {
  color: var(--bg_color) !important;
}

.signin-btn:hover {
  /* background-color: #c4f7f7 !important; */
  /* background-color: #d4ecec !important; */
  background-color: #e7ffff !important;
}

.amico-label {
  color: #252525 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-family: "Roboto";
  line-height: 30px;
}

.footer-bg {
  background-color: #f9f9f9;
}

.amico-content,
.form-label,
.follow-us {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  line-height: 30px;
  font-family: "Roboto";
}

.amico-heading {
  color: #252525;
  font-size: 42px;
  font-weight: 900;
  font-family: "Roboto";
  margin-top: 1%;
}

.media-img {
  width: 24px;
  height: 24px;
}

.amico-title {
  color: #252525;
  font-size: 40px;
  font-weight: 900;
  font-family: "Roboto";
}

.communication-btn {
  color: var(--bg_color);
  font-size: 20px !important;
  font-weight: 400 !important;
  background-color: #e7ffff;
  border: none;
  border-radius: 5px;
  font-family: "Roboto";
  width: 17%;
  cursor: context-menu !important;
}

.amico-home-img {
  width: 100%;
  padding-right: 0%;
  padding-left: 7%;
}

.content {
  padding-left: 11% !important;
}

.amico-product-bg {
  background-color: #fffef3;
}

.amico-product {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto";
}

.amico-position {
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto";
}

.amico-name {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto";
}

.amico-img {
  width: 60px;
  height: 60px;
}

.amico-color {
  color: #252525;
  font-size: 15px;
  font-weight: 500 !important;
}

.amicofont-size {
  font-size: 39px !important;
}

.hr-color {
  border: 1px solid #cfcfcf;
}

.contactus-title {
  font-size: 20px;
  font-weight: 900;
  font-family: "Roboto";
}

.contactus-name {
  color: #252525;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto";
}

.amico-cancel-btn {
  border: 1px solid #cccccc !important;
}

.iti {
  width: 100% !important;
}

#iti-0__country-listbox {
  margin-top: 16px;
}

#contactUs {
  width: 35%;
  border-top-left-radius: 5px;
}

.home-cancel-btn {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
}

#home-section,
#product-section {
  scroll-margin-top: 100px;
}
.home-offcanvas-body {
  scrollbar-width: none;
}

.content-box {
  cursor: pointer;
  display: flex;
  align-items: center; /* center horizontally */
}

.content-active {
  border-bottom: 3px solid #15aeae !important;
}

.home-responsive-textarea {
  min-height: 0px !important;
  resize: none !important;
}

#contactName::placeholder,
#contactEmail::placeholder,
#contactus-phone::placeholder,
.home-responsive-textarea::placeholder {
  font-size: 14px !important;
  color: #8c8c8c !important;
}

.amicologo {
  width: 75%;
}

.amico-one-content {
  text-align: justify;
  line-height: 25px;
}

.hamburger {
  cursor: pointer;
}

#home-side-menu {
  display: none;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  margin-top: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 400px !important;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .content {
    padding: 5% !important;
  }
  .amico-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .btn-font-size {
    font-size: 14px !important;
  }

  #contactUs {
    width: 100%;
  }

  .home-responsive-textarea {
    min-height: 150px !important;
  }

  .communication-btn {
    width: 50%;
  }

  .amicologo {
    width: 44%;
  }

  #home-side-menu {
    display: block;
  }

  .privacy-policy-content {
    margin-top: 93px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #contactUs {
    width: 58%;
  }

  .home-responsive-textarea {
    min-height: 150px !important;
  }

  .home-bg {
    height: 72vh !important;
  }

  .communication-btn {
    width: 29% !important;
  }

  .amico-heading {
    margin-top: 4% !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #contactUs {
    width: 58%;
  }

  .home-responsive-textarea {
    min-height: 150px !important;
  }

  .communication-btn {
    width: 27%;
  }

  .home-bg {
    height: 45vh;
  }
  .amico-width {
    width: 75% !important;
  }

  .amico-heading {
    margin-top: 6% !important;
  }

  #home-side-menu {
    display: block;
  }

  .privacy-policy-content {
    margin-top: 93px;
  }
}

/* 80% */
@media (min-width: 1501px) and (max-width: 1699px) {
  #contactUs {
    width: 31%;
  }

  .home-responsive-textarea {
    min-height: 250px !important;
  }
}

/* 90% */
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  #contactUs {
    width: 31%;
  }

  .home-responsive-textarea {
    min-height: 140px !important;
  }
}
