@charset "utf-8";
/* CSS Document */

/******* Fonts Face CSS Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
.breadcrumb-item {
  margin-right: 0.5em;
  position: relative;
}

/******* Common Element CSS End *********/
/* -------- title style ------- */
/* -------- Button style ------- */

/******* Header Section CSS Start *******/

.navbar {
  padding: 0.5rem 1rem;
}

/******* Header Section CSS End *********/

/******* Banner section CSS Start *******/

/******* Banner section CSS End *********/

/******* Middle section CSS Start ******/
/* -------- inner page ------- */

/******** Middle section CSS End *******/

/***** Bottom section CSS Start *******/

/* -------- conatct section ------- */
/****** Bottom section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media screen and (max-width: 1199px) {
  .header-liferay .navbar-nav .nav-link {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  .customer-support .input-wrap {
    margin-bottom: 20px;
  }
}
