/*-----------CHAT STYLING-------------*/
.outer-wrapper {
  background-color: #fff;
  position: relative;
  border-radius: 5px; }

.livechat {
  max-width: 424px; }
  .livechat .box-wrap {
    border: 1px solid #72499d;
    padding: 5px;
    margin: 0;
    border-radius: 5px; }
    .livechat .box-wrap .box-head {
      padding: 10px 10px;
      background-color: #72499d;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .livechat .box-wrap .box-head i {
        font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1920 - 320));
        color: #fff; }
      .livechat .box-wrap .box-head h5 {
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        margin-left: 5px; }
      .livechat .box-wrap .box-head > .chat-close {
        display: none;
        width: 20px;
        height: 20px;
        margin-left: auto;
        cursor: pointer; }
        .livechat .box-wrap .box-head > .chat-close > path {
          fill: #fff; }
    .livechat .box-wrap .box-body {
      padding: 15px 14px; }
      .livechat .box-wrap .box-body h4 {
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        margin: 0; }
      .livechat .box-wrap .box-body p {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        color: #000; }
      .livechat .box-wrap .box-body .form-wrap {
        margin: 0; }
        .livechat .box-wrap .box-body .form-wrap .form-group {
          margin-bottom: 10px; }
          .livechat .box-wrap .box-body .form-wrap .form-group .form-control {
            border-color: #d5d5d5;
            font-style: italic;
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
            color: #000;
            font-weight: 500;
            height: 40px;
            padding: 0 10px; }
            .livechat .box-wrap .box-body .form-wrap .form-group .form-control:-moz-placeholder {
              color: #828282;
              opacity: 1; }
            .livechat .box-wrap .box-body .form-wrap .form-group .form-control::-moz-placeholder {
              color: #828282;
              opacity: 1; }
            .livechat .box-wrap .box-body .form-wrap .form-group .form-control:-ms-input-placeholder {
              color: #828282;
              opacity: 1; }
            .livechat .box-wrap .box-body .form-wrap .form-group .form-control::-webkit-input-placeholder {
              color: #828282;
              opacity: 1; }
            .livechat .box-wrap .box-body .form-wrap .form-group .form-control:focus {
              border-color: #72499d; }
    .livechat .box-wrap .btn-wrap .btn {
      text-transform: uppercase;
      width: 100%;
      letter-spacing: 1px;
      font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
      background-color: #72499d;
      display: flex;
      align-items: center;
      justify-content: center; }
    .livechat .box-wrap .iti__selected-dial-code {
      font-size: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)); }
    @media (max-width: 991px) {
      .livechat .box-wrap .box-head h5 {
        font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1920 - 320)); }
      .livechat .box-wrap .box-body {
        padding: 25px 14px; }
        .livechat .box-wrap .box-body p {
          font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)); }
        .livechat .box-wrap .box-body .form-wrap .form-group {
          margin-bottom: 20px; }
          .livechat .box-wrap .box-body .form-wrap .form-group .form-control {
            font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)); }
      .livechat .box-wrap .btn-wrap .btn {
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)); }
      .livechat .box-wrap .iti__selected-dial-code {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)); } }
  @media (max-width: 991px) {
    .livechat {
      margin: auto; } }

.livechat-wrapper {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 999;
  border-radius: 5px; }
  @media (max-width: 991px) {
    .livechat-wrapper {
      bottom: 115px;
      left: 50%;
      right: inherit;
      transform: translateX(-50%);
      width: 100%; } }
  @media (min-width: 992px) {
    .livechat-wrapper {
      top: 50%;
      right: calc((100vw - 937px) / 2);
      bottom: inherit;
      transform: translateY(-50%); } }
  @media (min-width: 1200px) {
    .livechat-wrapper {
      right: calc((100vw - 1150px) / 2); } }

.all-icons {
  position: fixed;
  bottom: 50px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999; }
  .all-icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0; }
    .all-icons ul li {
      padding: 0 10px;
      list-style: none; }
  @media (max-width: 991px) {
    .all-icons {
      display: flex; } }

body.chat_open .defaultOverlay {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  background-color: rgba(0, 0, 0, 0.5); }
body.chat_open .livechat-wrapper {
  display: block; }
body.chat_open .livechat .box-wrap .box-head > .chat-close {
  display: inline-block; }
body.chat_open.chat_popup .chatform > img {
  display: none; }
  body.chat_open.chat_popup .chatform > img.cclose {
    display: block; }
body.chat_open.call_popup .callform > img {
  display: none; }
  body.chat_open.call_popup .callform > img.cclose {
    display: block; }
body.chat_open.whatsapp_popup .whatsform > img {
  display: none; }
  body.chat_open.whatsapp_popup .whatsform > img.cclose {
    display: block; }

.btn-float {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-float > img {
    max-width: 35px;
    max-height: 35px; }
  .btn-float.bgc-chat {
    background-color: #FD1434; }
  .btn-float.bgc-phone {
    background-color: #2196F3; }
  .btn-float.bgc-whatsapp {
    background-color: #4CAF50; }
  .btn-float .cclose {
    display: none; }

@media (orientation: landscape) and (max-height: 500px) {
  .livechat-wrapper {
    width: 95%;
    left: 50%;
    transform: translateX(-50%); }

  .outer-wrapper {
    max-width: 100%; }
    .outer-wrapper.livechat .box-body {
      padding: 10px 14px; }
      .outer-wrapper.livechat .box-body p {
        margin-bottom: 10px; }
      .outer-wrapper.livechat .box-body .form-wrap {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .outer-wrapper.livechat .box-body .form-wrap .form-group {
          margin-bottom: 10px !important;
          max-width: calc(50% - 5px);
          flex: 0 0 calc(50% - 5px); }
    .outer-wrapper.livechat .btn-wrap {
      width: calc(50% - 5px); } }
.iti-mobile .iti--container {
  width: auto; }

/*# sourceMappingURL=livechat.css.map */
