html, body {
  height: 100vh;
  color: #474646; }

img.logo {
  height: 50px; }

.page-title {
  color: #474646;
  font-family: "Poppins-Bold,AdobeInvisFont,MyriadPro-Regular";
  font-size: 37px;
  text-align: left;
  font-weight: bold; }

.sub-title {
  font-size: 24px;
  color: #474646; }

.top-placeholder-input {
  position: relative; }
  .top-placeholder-input .form-control {
    height: 60px; }
  .top-placeholder-input span {
    display: none;
    position: absolute;
    top: -15px;
    left: 17px;
    padding: 5px;
    background: white;
    font-size: 13px;
    color: #4160C4; }
    .top-placeholder-input span.visible {
      display: block !important; }
  .top-placeholder-input .down-arrow {
    position: absolute;
    height: 20px;
    top: calc(50% - 10px);
    right: 20px; }

.btn.btn-info {
  background-color: #2E98BB;
  color: white; }

.left-top-circle-bg {
  position: absolute;
  background: #E1ECF2;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  top: -150px;
  left: -100px;
  z-index: -1; }

.right-bottom-circle-bg {
  position: absolute;
  background: #E1ECF2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  right: 150px;
  top: 50px;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .right-bottom-circle-bg {
      right: 30px; } }

main {
  position: relative; }

.dropdown-menu {
  min-width: 0 !important; }

.mobile-show {
  display: none; }

.languages {
  display: none; }

.languages-ul {
  padding-left: 0; }

@media screen and (max-width: 768px) {
  .mobile-show {
    display: block; }

  .dropdown-menu {
    border: none;
    border-left: 1px solid #b2b2b2;
    border-radius: 0;
    padding: 0;
    margin-top: 10px; }

  .languages {
    display: inline-block !important;
    vertical-align: top; }

  .dropdown-toggle {
    padding: 0 !important;
    text-align: left;
    width: 90px; }

  .languages-ul {
    list-style: none;
    padding: 22px 26px; } }
.translate-icon {
  width: 20px; }

/*# sourceMappingURL=main.css.map */
