html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Lato";
  font-size: 14px;
  padding-top: 15px;
}

#body-content {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

.navbar-header {
  background: #fff;
}

.navbar-collapse {
  background-color: #f2f9ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-logo {
  float: left;
  height: 84px;
  margin-top: 12px;
  width: 139px;
}

#global-menu {
  background: #fff;
  height: 96px;
}

#global-menu ul {
  /* float: right; */
  list-style-type: none;
  margin-top: 40px;
  padding: 0;
}

#global-menu ul.mainmenu li {
  display: inline;
  margin-left: 32px;
}

#global-menu ul.mainmenu li a {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

#global-menu .dropdown-menu {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  top: 0;
}

#global-menu .dropdown-menu a {
  padding: 0;
}

#global-menu .dropdown.open .dropdown-toggle {
  color: #00539f;
  text-decoration: none;
}

#global-menu .dropdown.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}

#machineModels .container {
  max-width: 880px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #global-menu ul.mainmenu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 6px;
    margin-top: 25px;
    padding-left: 30px;
  }

  #global-menu ul.mainmenu li {
    margin-left: 0px;
  }

  #global-menu .dropdown-menu a {
    margin-top:30px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.navbar-toggle {
  border: 0;
  margin-top: 12px;
}

.navbar-toggle.collapsed {
  margin-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #404040;
}

.navbar-default .navbar-nav > li > a {
  color: #1c1b1f;
  font-size: 16px;
}

#footer-copyright {
  background-color: #00539f;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  height: 40px;
  position: absolute;
  width: 100%;
}

#footer-copyright p {
  margin: 0;
}

@media (min-width: 768px) {
  #body-content {
    padding-top: 96px;
  }
  #footer-copyright p {
    margin-top: 15px;
  }
}

.placeholder {
  height: 600px;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.textwhite,
.textwhite:hover,
.textwhite:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .highlight a {
    color: #065ca9 !important;
  }

  #content {
    margin-top: 53px;
  }

  #footer-copyright {
    background-color: #2c75b6;
    height: 50px;
  }

  .placeholder {
    height: 256px;
    margin-top: 50px;
    width: 100%;
  }

  #bottom-copyright1 {
    float: left;
  }

  h1 {
    font-size: 24px;
    margin: 0;
  }

  h2 {
    font-size: 24px;
  }
}

#about-us {
  background-color: #00539f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  width: 100%;
}

.aboutTitle {
  padding-top: 35px;
  text-align: center;
}

#about-us #aboutContent {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 54px;
  padding-top: 40px;
}

#products {
  color: #404040;
  font-size: 18px;
  line-height: 27px;
}

.productTitle {
  color: #00539f;
  line-height: 72px;
  padding-top: 94px;
  text-transform: uppercase;
}

#firstP {
  padding-top: 40px;
}

.productSubTitle {
  color: #00539f;
  font-weight: 600;
  line-height: 33px;
  padding-top: 76px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #about-us #aboutContent p {
    font-size: 16px;
  }

  .productTitle {
    padding: 40px 0;
  }

  #firstP {
    font-size: 16px;
    padding-top: 0;
  }

  #secondP {
    font-size: 16px;
    padding-bottom: 32px;
  }

  .productSubTitle {
    padding-top: 56px;
  }
}

.product-section__container {
  background-image: unset;
  color: #00539f;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.product-section__container__item {
  padding: 0;
}

.product-section__container__item.a {
  background-image: url(../img/fsv/products-category-bg-m1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 31px 0 31px 68px;
}

.product-section__container__item.b {
  background-image: url(../img/fsv/products-category-bg-m2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 31px 0 31px 68px;
}

@media screen and (min-width: 760px) {
  .product-section__container {
    background-image: url(../img/fsv/products-category-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-direction: row;
    font-size: 18px;
    height: 299px;
    justify-content: center;
    line-height: 27px;
    margin: 0 auto;
    max-width: 886px;
  }

  .product-section__container__item {
    padding: 20px;
  }

  .product-section__container__item.a {
    background-image: unset;
    margin-left: -60px;
    padding: 20px 0;
  }

  .product-section__container__item.b {
    background-image: unset;
    padding: 20px 0 20px 80px;
  }
}

.div-centered {
  margin: 0 auto;
  max-width: 886px;
  padding: 0 30px;
}

#productsRemarks {
  padding-bottom: 107px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #productsRemarks {
    padding-bottom: 60px;
  }
}

#fsv {
  background-color: #f3f9ff;
}

#fsv h1 {
  color: #00539f;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}

.fsvContent {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding: 0;
  padding: 32px 100px;
  text-align: center;
}

.fsv-section__row {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #fsv h1 {
    line-height: normal;
    padding-top: 40px;
  }

  .fsvContent {
    font-size: 20px;
    padding: 24px 0;
  }
}

.fsv-section__row .fsv-section__row--img img {
  /* height: 207px; */
  width: 100%;
}

.fsv-section__row .fsv-section__row--txt {
  align-items: center;
  color: #00539f;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  padding: 32px;
}

.fsv-section__row .fsv-section__row--txt .divider {
  border-top: 0;
}

@media screen and (min-width: 900px) {
  .fsv-section__row {
    flex-direction: row;
  }

  .fsv-section__row--img,
  .fsv-section__row--txt {
    flex-basis: 50%;
  }

  .fsv-section__row .fsv-section__row--txt {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }

  .fsv-section__row .fsv-section__row--txt .divider {
    border-top: 1px solid #00539f;
    height: 1px;
    width: 50px;
  }

  .fsv-section__row:nth-child(even) .fsv-section__row--img {
    order: 2;
  }

  .divider {
    height: 1px;
  }

  .fsv-section__row .fsv-section__row--img,
  .fsv-section__row .fsv-section__row--img img {
    /* height: 468px; */
  }
}

.fsv-remarks {
  background: #cffcfc;
  border-radius: 12px;
  color: #00539f;
  display: grid;
  float: unset;
  font-size: 18px;
  grid-template-columns: 40px 1fr;
  line-height: 27px;
  margin: 44px auto 36px;
  padding: 23px 30px;
  width: fit-content;
}

.fsv-remarks div p {
  margin: 0 0 0 24px;
}

#strengths {
  color: #404040;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 80px;
}

.strengthTitle {
  color: #00539f;
  padding-bottom: 40px;
  padding-top: 54px;
}

.strengthRow {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fsv-remarks {
    align-items: center;
    display: flex;
    margin: 0 20px 40px;
    padding: 23px 11px;
  }

  .strengthTitle {
    padding: 40px 0;
  }

  #strengths {
    font-size: 16px;
  }

  .strengthP {
    padding-bottom: 44px;
  }
}

.our-strengths__container {
  margin-top: 50px;
}

.our-strengths__container .rows .desc {
  background-color: #e8f2fc;
  padding: 20px;
}

.our-strengths__container .rows .desc .desc-num {
  color: #00539f;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding-top: 0;
}

.our-strengths__container .rows .desc .divider {
  border-top: 1px solid #00539f;
  height: 1px;
  margin: auto;
  width: 50px;
}

.our-strengths__container .rows .desc .desc-text {
  padding-top: 11px;
}

@media screen and (min-width: 900px) {
  .our-strengths__container {
    display: flex;
  }

  .our-strengths__container .rows {
    display: flex;
    flex-direction: column;
  }

  .our-strengths__container .rows .desc,
  .our-strengths__container .rows .img {
    height: 180px;
  }

  .our-strengths__container .rows .desc {
    padding: 0 20px;
  }

  .our-strengths__container .rows .desc .desc-num {
    padding-top: 40px;
  }

  .our-strengths__container .rows .img img {
    height: 180px;
    width: 100%;
  }

  .our-strengths__container .rows:nth-child(even) .desc {
    order: 2;
  }

  .strengthRow {
    width: 240px;
  }
}

#smartfun {
  padding-bottom: 105px;
}

.smartfunWrapper {
  background: linear-gradient(
    99.16deg,
    #e8f2fc 2.76%,
    rgba(255, 255, 255, 0.35) 98.73%,
    rgba(255, 255, 255, 0.35) 98.73%
  );
  border: 2px solid #00539f;
  border-radius: 40px;
  max-width: 891px;
  min-height: 446px;
}

.smartfunWrapper p {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.smartfunWrapper .smartfun-p1 {
  padding-top: 12px;
}

.smartfunWrapper .smartfun-p2 {
  margin: auto;
  max-width: 769px;
  padding-top: 48px;
}

.joinProgram {
  background: #00539f;
  border: 0;
  color: #fff;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  line-height: 27px;
  margin: 46px 0;
  text-align: center;
  width: 240px;
}

@media screen and (max-width: 767px) {
  #smartfun {
    padding-bottom: 20px;
  }

  .smartfunWrapper p {
    padding: 0 40px;
    text-align: left;
  }

  .joinProgram {
    margin: 24px 0 35px;
  }

  .smartfunWrapper .smartfun-p1,
  .smartfunWrapper .smartfun-p2 {
    padding-top: 24px;
  }
}

#machineModels {
  background: #f2f9ff;
  padding-bottom: 50px;
}

.modelsTitle {
  color: #00539f;
  line-height: 62px;
  padding-top: 36px;
  text-align: center;
}

.machineInfo {
  background: linear-gradient(
    170.09deg,
    rgba(255, 255, 255, 0.75) 0.5%,
    rgba(255, 255, 255, 0.35) 100%
  );
  border-radius: 12px;
  height: 762px;
}

.machineWrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.machineName {
  border-bottom: 1px solid #cac4d0;
  color: #065ca9;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  padding-bottom: 9px;
  padding-top: 24px;
}

.img-padding {
  padding-top: 63px;
  aspect-ratio: 9/16;
}

.machineDetails {
  padding: 60px 0;
}

.machineHead {
  color: #787878;
  padding: 16px 0 0;
}

.machineData {
  color: #000;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .modelsTitle {
    padding: 80px 0 35px;
  }
}

#howitworks {
  padding-bottom: 50px;
}

.worksTitle {
  color: #065ca9;
  font-size: 36px;
  font-weight: 700;
  line-height: 62px;
  padding-top: 65px;
  text-transform: uppercase;
}

.stepWrapper {
  padding-top: 125px;
}

.step {
  color: #065ca9;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding-top: 26px;
  text-align: center;
  text-transform: uppercase;
}

.stepInfo {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #howitworks {
    padding-bottom: 80px;
  }

  .worksTitle {
    font-size: 24px;
    padding-top: 80px;
  }

  .stepWrapper {
    padding-top: 40px;
  }

  .stepInfo {
    padding-top: 16px;
  }
}

#contactus {
  background-color: #f2f9ff;
  padding-bottom: 80px;
}

.getInTouch {
  color: #065ca9;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding-top: 57px;
  text-transform: uppercase;
}

#contactus p {
  color: #065ca9;
  font-weight: 400;
}

.contact-info {
  text-align: center;
}

.contact-info .divider {
  border-top: 1px solid #00539f;
  height: 1px;
  margin: auto;
  width: 50px;
}

.hotline {
  font-size: 18px;
  padding-top: 46px;
}

.fax {
  font-size: 18px;
  padding-top: 16px;
}

.email {
  font-size: 18px;
  padding-bottom: 80px;
  padding-top: 16px;
}

.formRemarks {
  font-size: 18px;
  text-align: left;
}

#contactus form {
  padding-top: 53px;
}

#contactus label {
  color: #065ca9;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

#contactus textarea {
  background: transparent;
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.formPadding {
  padding-left: 0;
  padding-right: 10px;
}

.noPadding {
  padding: 0;
}

#contactus select,
#contactus input {
  background: transparent;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: 50px;
}

.formDiv {
  padding: 0 30px;
}

@media screen and (min-width: 992px) {
  .getInTouch {
    padding-top: 107px;
  }

  .contact-info {
    text-align: unset;
  }

  .contact-info .divider {
    border-top: 2px solid #00539f;
    height: 1px;
    margin: 0;
    width: 50px;
  }

  #contactus button {
    margin: 0 !important;
  }

  .formRemarks {
    font-size: 16px;
  }

  .formDiv {
    padding: 0;
  }
}

.captchaPadding {
  padding: 0;
}

@media screen and (min-width: 900px) {
  .captchaPadding {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contactus form div {
    padding: 0;
  }

  .captchaPadding {
    padding-top: 9px !important;
  }
}

#captcha {
  height: 50px;
}

#contactus button {
  background: #dd5471;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 27px;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.carousel-indicators li {
  background-color: #404040;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 0 17px;
  text-indent: 0;
}

.carousel-indicators .active {
  background-color: #404040;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #404040;
  margin: 0 17px;
}

.carousel-indicators {
  width: auto;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  #carousel-banner {
    padding-bottom: 30px;
  }
}

.carousel-link.disabled {
  cursor: default;
  pointer-events: none;
}

.hidden-sm-xs {
  display: none;
}

.show-sm-xs {
  display: block;
}

@media screen and (min-width: 992px) {
  .hidden-sm-xs {
    display: block;
  }

  .show-sm-xs {
    display: none;
  }
}
