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: #169edd;
  color: white;
  height: 60px;
  width: 100%;
}

.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-left: 1px solid #b2b2b2;
    margin-top: 10px;
    right: 10px;
  }

  .languages {
    display: inline-block !important;
    vertical-align: top; }

  .dropdown-toggle {
    padding: 0 !important;
    text-align: left;
  }

  .languages-ul {
    list-style: none;
    padding: 22px 10px; } }
.translate-icon {
  width: 20px; }

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer; }

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px; }

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.question-text {
  width: 22px;
  display: inline-block;
  text-align: center;
  color: white;
  font-style: italic; }

/*# sourceMappingURL=main.css.map */
