
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

html,
body {
  height: 100%;
}

main,
header,
section,
footer {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  margin: 0 0 10px;
}


h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.lightfont {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

p {
  margin: 0 0 10px;
}

p:last-of-type {
  margin-bottom: 0;
}

figure {
  margin: 0;
  padding: 0;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  color: inherit;
}

ul,
ol {
  padding-left: 20px;
  margin: 0;
}

.no-bullets {
  list-style: none;
  padding: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

textarea:focus,
input:focus,
select:focus,
a:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--richBlack);
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 500000s ease-in-out 0s !important;
  transition: background-color 500000s ease-in-out 0s !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.common_button {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 30px;
  border: none;
  background-color: #26a69a;
  border-radius: 50px;
  border: 1px solid transparent;
}
.common_button:hover {
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.full_width {
  width: 100%;
}
.container,
.container-sm,
.container-fluid
{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}
.container {
  max-width: 900px;
}
.container-sm {
  max-width: 550px;
}
.header {
  background-color: #26a69a;
  padding: 20px 0 60px;
}
.header_holder {
  position: relative;
}
.logo {
  max-width: 52px; 
  margin-right: 10px;
  position: absolute;
  top: 33px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_content {
  max-width: 750px;
  color: #fff;
  margin: 0 auto;
}
.header_content p {
  margin-bottom: 10px;
}
.main_header .header_content p {
  margin-bottom: 28px;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
}
.main_header .header_content h3 {
  /* margin-bottom: 25px; */
  font-family: 'Roboto', sans-serif;
}
.main_header .header_content h6 {
  margin: 0;
}
.main_header .logo {
  top: 33px;
}
.funnel-section {
  padding: 20px 0 30px;
  border-radius: 25px 25px 0 0;
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.funnel_content p span {
  color: rgb(153,22,22);
}

.funnel_content img {
  width: 100%;
}
.font_page .common_button {
  margin-bottom: 20px;
  margin-top: 10px;
}
.font_page img {
  margin-top: 20px;
}

.text-red{ 
  color:rgb(220, 38, 38) !important; 
}
.text-green{
   color:rgb(0, 128, 0) !important;
}
.chatbot-is-online span.circle.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  position:absolute;
}
.chatbot_name{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin-bottom:20px;
}
.chatbot-is-online{
	position:relative;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}
.chatbot-is-online span.circle{
	width: 16px;
  height: 16px;
  background: rgb(34, 197, 94);
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
#chatbox-app{
	width:100%;
	max-width: 410px;
	margin:0 auto;
	padding: 0 0 30px;
}
#chatbox_wrapper .chatbox{ margin-bottom:8px; }
.chatbox{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	row-gap: 8px;
	padding-left: 44px;
	padding-right: 44px;
}
.chatbox.bot-reply{
	-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chatbox.user-reply{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.chatbox.bot-reply:after{
	width: 32px;
	height:32px;
	border-radius:100%;
	background:url(../images/callcenter-1.jpg) no-repeat center;
	background-size:100%;
	content:"";
	display:block;
	position: absolute;
	left: 0;
	bottom:4px;
}

.chatbox.user-reply:after{
	width: 32px;
	height:32px;
	border-radius:100%;
	background:url(../images/profile.png) no-repeat center;
	background-size:100%;
	content:"";
	display:block;
	position: absolute;
	right: 0;
	bottom: 4px;
}
.chatbox-message {
	padding:12px;
	background-color: rgba(78, 172, 109, 0.08);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 8px;
	min-height:48px;
	min-width: 48px;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	row-gap: 8px;
}
.word-break,
.word-break p {
  word-break: break-all;
}

.chatbox-message.flexColumn {
  flex-direction: column;
}
.chatbox-message.btns{	
	-webkit-column-gap:8px;	
  -moz-column-gap:8px;	
  column-gap:8px;
}
.chatbox-message.btns-row{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	row-gap:8px;
}
.chatbox.user-reply .chatbox-message{	
	background: #26a69a;
	color:#fff;
}
.chatbox-message.reply {
	min-width: 58px;
}
.chatbox-message.reply span{
	width: 8px;
	height:8px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	background:#a7a7a7;
	border-radius: 8px;
	margin-right: 3px;
	-webkit-animation: typing 1s infinite;
  animation: typing 1s infinite;
}
.chatbox-message.reply {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chatbox-message.reply span:last-of-type{ 
  margin-right:0; 
}

/* #chatbox_wrapper .chatbox[data-step="4"]{
	margin-bottom: 105px;
} */

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	25% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 0;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	25% {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes typing {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes typing {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.chatbox-message.btns-row .common_button {
  min-width: 165px;
}
.chatbox-message p {
  margin: 0;
}


/*Footer*/
.footer {
  background-color: #efefef;
  margin-top: auto;
}
.footer-inner {
  padding: 40px 0;
  text-align: center;
}
.footer-inner a {
    color: #26a69a;
}
.footer-inner a:hover {
  text-decoration: underline;
}
.copyright-text {
  margin-top: 15px;
}
.copyright-text h6 {
  font-weight: 600;
}
.small-text p {
  font-size: 12px;
}

/*Flash Effect*/
.flash-effect {
  animation: flash 0.2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
