@font-face{
  font-family: 'Helvetica_Neue_Regular';
  src: url(./assets/Helvetica\ Neue\ Regular.ttf), url(./assets/Helvetica\ Neue\ Regular.eot);
}

@font-face{
  font-family: 'Helvetica_Neue_Bold';
  src: url(./assets/HelveticaNeue-Bold.eot), url(./1/HelveticaNeue-Bold.ttf);
}

@font-face{
  font-family: 'Graphik-Regular';
  src: url(./1/Graphik-Regular.ttf), url(./assets/Graphik-Regular.eot);
}

@font-face{
  font-family: 'Graphik-Semibold';
  src: url(./assets/Graphik-Semibold.eot);
  src: url(./assets/Graphik-Semibold.eot?#iefix) format('embedded-opentype'), url(./assets/Graphik-Semibold.woff) format('woff'), url(./assets/Graphik-Semibold.ttf) format('truetype');
}

body {
  /* background-color: #c4d8e2; */
  background-repeat: no-repeat;
  background-size: 1800px 800px;
  /* overflow: hidden; */
  /* background-image: url('./assets/background.png');
  background-repeat: no-repeat;
  background-size: 100%; */
}
#chat-frame {
  background-color: white;
  width: 400px;
  height: calc(100vh - 12em);
  z-index: 10;
}
 
#chat-window {
  display: none;
  -webkit-overflow-scrolling: touch;
}
 
#chat-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background-color: #800d0b;
  border-radius: 14px 14px 0px 0px;
}
 
.toggle-icon {
  background-image: url("./assets/toggle-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 25px;
  margin: auto 0px auto 0px;
}
 
.toggle-icon-open {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
 
.close-text {
  font-size: 12px;
  font-weight: 300;
  margin: auto 0px auto 0px;
}

.btn_iconClose {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-right: -69px;
  margin-top: 8px;
  width: 30px;
  float: right;
}
 
.header-text {
    font-size: 25px;
    margin: 1px 0px 0px 0px;
    padding-left: 55px;
    color: #ffffff;
    font-weight: normal;
}
 
.item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #093552;
}
 
.link-icon {
  background-image: url("./assets/link-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 30px;
  margin: 0px auto 8px auto;
}
 
#main-container {
  max-height: 100%;
  position: fixed;
 /*overflow: hidden;*/
  bottom: 0px;
  right: 20px;
  width: 400px;
  background-color: #800d0b;
  color: white;
  font-size: 1.3rem;
  border-radius: 14px 14px 0px 0px;
  line-height: 1;
  transition: all .3s ease-out;
  cursor: pointer;
  margin-right: 1rem;
  z-index: 99999;
  outline: none;
}

.headerDown {
  width: 310px;
  height: 58px;
  /* background-color:#2b639e; */
  background: linear-gradient(90deg, #a52523 0%, #800d0b 100%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: 'Graphik-Semibold';
  padding-top: 10px;
}

.logo_img {
  height: 30px;
  width: 30px;
  float: left;
  margin-left: 16px;
  margin-top: 0px;
}
 
.logo_img_down {
  height: 35px;
  width: 35px;
  float: left;
  padding-left: 0px;
  margin-top: 5px;
  margin-left: 10px;
}

.headerUp {
  width: 100%;
  height: 50px;
  /* background-color:#2b639e; */
  background: linear-gradient(90deg, #a52523 0%, #800d0b 100%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: 'Graphik-Semibold';
  font-size: 22px;
  padding-top: 10px;
}

span.sub_head {
  font-size: 10px;
  font-family: 'Graphik-Semibold';
  margin: 2px 0px 0px 55px;
  color: #ffffff;
  display: block;
}
 
.icon_up{
  width: 20px;
}
.close_icon {
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 26px;
  font-size: 0.7em;
  font-family: HelveticaNeue;
}
.icon_close {
  margin-top: 5px;
  position: relative;
  right: 0px;
}
.flexBox {
  display: inline-flex;
  align-items: center;
  height: 117px;
}
.openingPopupHeight {
  display: none;
  position: absolute;
  margin-left: -35%;
  bottom: 0;
  margin-bottom: 90px;
}
.closePopup {
  width: 45px;
  position: relative;

}
.introPopUp {
  font-size: 15px;
  color: #272f39;
  text-align: center;
  font-family: 'Graphik-Semibold';
}
.textInbox{
  padding-top: 14px;
}
.introPopUpParent {
  background-color: #fff;
  padding: 1px 16px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
  /* margin: 0 -8px 0 12px; */
  border-radius: 5px;
}

/* @media only screen and (min-width: 860px) {
  #chat-frame {
    height: 450px !important;
  } */

/* Responsive chat for 200% and small screens */
@media only screen and (max-width: 959px) {
  #main-container.open {
width: 100%;
    height: 84%;
    margin: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #main-container #chat-wrapper, #main-container #chat-wrapper #chat-window, #main-container #chat-wrapper #chat-window #chat-frame {
                 width: 100%;
                 height:100%;
 }
}

@media only screen and (max-width: 480px){
  .hideMobile
  {
    display: none !important;
  }
}
@media only screen and (max-width: 450px){
.mobile-container {
  max-height: 100%;
  position: fixed;
 /*overflow: hidden;*/
  bottom: 0px;
  right: 0px !important;
  width: 100% !important;
  background-color: rgb(38, 86, 127);
  color: white;
  font-size: 1.3rem;
  border-radius: 14px 14px 0px 0px;
  line-height: 1;
  transition: all .3s ease-out;
  cursor: pointer;
  margin-right: 3px !important;
  z-index: 99999;
  outline: none;
}
.btn_iconClose {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-right: -25px;
  margin-top: 8px;
  width: 30px;
  float: right;
}
.NumberCircle {
  width: 26px;
  float: right;
  position: relative;
  top: 21px;
  right: 20px !important;
}
.messageNumberCircle {
  /* display: none; */
  position: absolute;
  right: 0px !important;
  bottom: 0;
  margin-bottom: 75px;
}
.messageNumber {
  color: #fff;
  float: right;
  position: relative;
  top: 26px;
  font-size: 15px;
  font-family: 'FSThriveElliotWebHeavy';
  display: block;
  padding-right: 4px !important;
}
}


.partitionOne{
  width: 80% !important; 
  float:left !important;
}
.partitionTwo{
  width: 20% !important;
  float:right !important;
}

#ftwrap {
margin-bottom: 100px;
}
/* CSS talk bubble */
.border{
  border: 2px solid black;
}
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.talk-bubble {
  display: inline-block;
  position: relative;
  width: 215px;
  height: 40px;
  background-color: lightyellow;
  border-radius: 10px;
}
.tri-right.border.btm-right-in:before {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 36px;
    bottom: -25px;
    border: 12px solid;
    border-color: black black transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}
.messageNumberCircle {
  /* display: none; */
  position: absolute;
  right: -20px;
  bottom: 0;
  margin-bottom: 75px;
}
.NumberCircle {
  width: 26px;
  float: right;
  position: relative;
  top: 18px;
  right: 16px;
}
.messageNumber {
  color: #fff;
  float: right;
  position: relative;
  top: 24px;
  font-size: 15px;
  font-family: 'FSThriveElliotWebHeavy';
  display: block;
}