﻿  
    /*body {
  display: flex;
  align-items:flex-end;
  justify-content: flex-end;
  min-height: 100vh; 
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1px;
  color: #32465a;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;

}*/
               .contact-form-page{
                height: 50px;
                width: 50px;               
                border-radius: 0%;
                position: absolute;
                z-index:0;
                bottom: 42px;
                right: 42px;
                overflow: hidden;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                background: #7EC6E7;
            }
          

    .frmoo {
   width: 55%;
  min-width: 360px;
  max-width: 700px;
  height: 78vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;  
  /*display: block;*/            
  bottom: 0;
   right: 0;
   position:absolute;   
    border-radius:0px !important;
   
    }
#frame {

  /*transition:ease-in-out;*/
}
@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        /*height: 100vh;*/
         height: calc(100% - 240px);
    }
}
#frame .content {
  float: right;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  /*position: relative;*/
}
@media screen and (max-width: 735px) {
  #frame .content {
    /*width: calc(100% - 58px);*/
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  /*#frame .content {
    width: calc(100% - 340px);
  }*/
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
  word-wrap: break-word
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
    outline: none;
}

.top-btn {
    position: absolute;
    top: 12px;
    right: 0px;
    background: #98D1EC;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
    .top-btn:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        background: #7EC6E7;
        color: #fff;
    }
.buttom-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #3aa8db;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 19px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
    width: 37px;
    height: 31px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
    .buttom-btn i {
        font-size: 30px;
    }
    .buttom-btn:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        background: #71C0E5;
        color: #fff;
    }
.top-btn-show {
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buttom-btn-hide {
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#frame2 {

  /*transition:ease-in-out;*/
}
@media screen and (max-width: 360px) {
    #frame2 {
        width: 100%;
        /*height: 100vh;*/
         height: calc(100% - 240px);
    }
}
#frame2 .content {
  float: right;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  /*position: relative;*/
}
@media screen and (max-width: 735px) {
  #frame2 .content {
    /*width: calc(100% - 58px);*/
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  /*#frame2 .content {
    width: calc(100% - 340px);
  }*/
}
#frame2 .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame2 .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame2 .content .contact-profile p {
  float: left;
}
#frame2 .content .contact-profile .social-media {
  float: right;
}
#frame2 .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame2 .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame2 .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame2 .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame2 .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame2 .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame2 .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame2 .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame2 .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame2 .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame2 .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame2 .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame2 .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame2 .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame2 .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
  word-wrap: break-word
}
@media screen and (min-width: 735px) {
  #frame2 .content .messages ul li p {
    max-width: 300px;
  }
}
#frame2 .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame2 .content .message-input .wrap {
  position: relative;
}
#frame2 .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame2 .content .message-input .wrap input:focus {
  outline: none;
}
#frame2 .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame2 .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame2 .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame2 .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame2 .content .message-input .wrap button:focus {
    outline: none;
}
