.custom-checkbox label {
    position: absolute;
    z-index: 99;
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
	cursor:pointer;
	    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.custom-checkbox{
	position:relative;
}
button.next_step_handle.go--next {
    float: right;
    margin-right: 13px;
    border: 0px;
    background: #14B88C;
    color: #fff;
    padding: 10px  45px;
    border-radius: 6px;
    margin-top: 9px;
    margin-bottom: 13px;
}
#questionblock .btn-primary3.custom-checkbox.active {
    background: #14B88C;
}
.custom-checkbox input[type='radio'] {
    opacity: 0;
	position:absolute;
}

.error{
	border-color:#f00 !important;
}

 .chloader, .chloader:before, .chloader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
display:block;
top:-16px;
}
.chloader {
  color: #122A2A;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  
}
.chloader:before,
.chloader:after {
  content: '';
  position: absolute;
  top: 0;
}
.chloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.chloader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}  
.itembutton {max-width: 590px;display: inline-block;margin: 0 auto;}
.trust.desktop {display: inline-block;float: right;}
#form13 .form-row.align-items-center {background: #FFF;border-radius: 8px;border: none;outline: none;width: auto;display: inline-flex;padding: 20px;font-size: 22px;font-weight: 700;color: #fff;position: relative;float: right;margin-right: 23px;}
#form13 .form-row.align-items-center:after {content: '';position: absolute;right: 0;bottom: -3px;width: 0;height: 0;border: 35px solid transparent;border-left-color: #FFF;border-right: 0;border-bottom: 0;margin-top: 0;margin-right: -20px;transform: rotate(17deg);}
.btn-primary5 {position: relative !important;background: #14B88C;border-radius: 8px !important;border: none;outline: none;width: auto;display: inline-block;padding: 20px 15px;font-size: 16px;font-weight: 700;color: #fff;margin-left: 17px !important;margin-bottom: 20px;cursor: pointer !important;white-space: break-spaces;min-width: 260px;max-width: 260px;}
.btn-primary5:not([disabled]):not(.disabled):active, .btn-primary5:not([disabled]):not(.disabled).active{background: #028c83;}
@media (min-width:769px){
.form-row.align-items-center, .form-row.text-right {text-align: right;align-items: flex-end !important;display: inherit;}
.answer_col .form-row.align-items-center .itembutton , .itembutton{text-align: right;width: 100%;padding-right: 20px;max-width: 544px;display: inline-block;}
.form-row.align-items-center div {display: inline-block;}
.btn-primary3 {font-size: 20px;}
#form5 .itembutton {display: inline !important;max-width: 100% !important;}
.btn.btn-primary3 {min-width: 261px;padding-left: 10px;padding-right: 10px;}
#form14   .form-row.align-items-center {background: #FFF;border-radius: 8px;border: none;outline: none;width: auto;display: inline-flex;padding: 20px;font-size: 22px;font-weight: 700;color: #fff;position: relative;float: right;margin-right: 23px;}
#form14   .form-row.align-items-center:after {content: '';position: absolute;right: 0;bottom: -3px;width: 0;height: 0;border: 35px solid transparent;border-left-color: #FFF;border-right: 0;border-bottom: 0;margin-top: 0;margin-right: -20px;transform: rotate(17deg);}

}
.form--field .form-row.align-items-center {padding-right: 40px;padding-left: 20px;}
.mobile2{ display:none}
input[type="checkbox"] {display: none;}
.row.mobile2 {text-align: center;font-size: 18px;font-weight: normal;background: #01AF74;color: #fff;}
.row.mobile2 a{color:#fff}
.form-row.align-items-center, .form-row.text-right {text-align: right;align-items: flex-end !important;display: inherit;}
.answer_col .form-row.align-items-center .itembutton , .itembutton{text-align: left;width: 100%;padding-right: 20px;max-width: 100%;display: inline-block;}
.form-row.align-items-center div {display: inline-block;}
.form-row.align-items-center div {/* width: 100%;padding-right: 20px;*/}
.trust{}
header{box-shadow: 1px 3px 10px #dedede;position: fixed;width: 100%;z-index: 1000;}
.padding-10{ padding:5px 10px 5px 10px;}
.lineheight50{ line-height:58px;}
.mobile{ display:none}
.desktop{ display:block}
.chatbot{ /*padding-top:100px;*/background: #fff;height: calc(85vh - 40px);}
.textContainer {position: relative;display: block;margin-top: 20px ;width: 98%;clear: both;}
.bubbletext {position: relative;background: #F0F2F5;border-radius: 9px;width: auto;display: inline-block;padding: 18px 15px;font-size: 26px;font-weight: 700;color: #435382;    max-width: 94%;}
.bubbletext:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #F0F2F5;
    border-left: 0;
    border-bottom: 0;
    margin-top: -12px;
    margin-left: -9px;
    transform: rotate(-28deg);
}

.bubbletext2 {position: relative;background: #F0F2F5;border-radius: 9px;width: auto;display: inline-block;padding: 15px 11px 10px 10px;font-size: 16px;font-weight: 700;}
.bubbletext2:after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -9px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #F0F2F5;
    border-left: 0;
    border-bottom: 0;
    margin-top: -12px;
    margin-left: -6px;
    transform: rotate(-101deg);
}
.bubbletext3 {position: relative;background: #F0F2F5;border-radius: 9px;width: auto;display: inline-block;padding: 10px 10px 5px 10px;font-size: 16px;font-weight: 700;}
.bubbletext3:after {content: '';position: absolute;right: 0;bottom: -27px;width: 0;height: 0;border: 35px solid transparent;border-right-color: #F0F2F5;border-left: 0;border-bottom: 0;margin-top: -12px;margin-left: -4px;transform: rotate(-101deg);}
.answerContainer, .answerContainerFinal {position: relative;display: block;margin-top: 20px;width: 100%;text-align: right;}
.speechInputArea {background: #FFF;border-radius: 8px;border: none;outline: none;width: auto;display: block;padding: 14px;font-size: 16px;font-weight: 700;color: #fff;position: relative;}
.typingloader{ position: relative;
margin-top: 4px;
background: #F0F2F5;
border-radius: 88px;
width: auto;
display: inline-block;
padding: 14px 60px;}

.typingloader img{ width:36px;}
.errormsg{color: #cc3300;font-size: 12px;font-weight: normal;}
/*#questionblockmain {
position: absolute;
height: 90vh;
overflow-y: auto;
overflow-x: hidden;
width: 100%;
max-width: 1130px;
}*/
#questionblockmain::-webkit-scrollbar {
  width: 5px;
}
body.page-template-template-chat {
    overflow: hidden;
}
body.page-template-template-chat #cookie-notice .cookie-notice-container,body.page-template-template-chat #cookie-notice .cookie-revoke-container {
    display: none !important;
}
/* Track */
#questionblockmain::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 5px;
}
 
/* Handle */
#questionblockmain::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 5px;
}
#questionblockmain {position: absolute;
    osition: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    margin: 120px 20px 18px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;}
#questionblockmain2{height: calc(100vh - 20px);/*overflow-y: hidden;*/width: 100%;scrollbar-width:none;   padding: 10px 0px;overflow: -moz-scrollbars-none; -ms-overflow-style: none;  top: 0px; bottom:0px; left:0px; right:0px;}
#questionblockmain ::-webkit-scrollbar { width: 0 !important }
.field{  min-width: 300px;  width: 100%;text-align: left;font-size: 16px;font-weight: 700;padding: 17px 0px 17px 10px;border: 2px solid #dbdbdb;margin: 0px 0px 0px 0px;background: fff;box-sizing: border-box;border-radius: 9px 0 0 9px;-moz-border-radius: 9px 0 0 9px;-webkit-border-radius: 9px 0 0 9px;background: #f2f2f2;}
.space{clear:both; height:15px;}
.btn-primary2{background: #15b779;border-color: #15b779;padding: 15px 20px;color: #fff;font-size: 18px;font-weight: bold;}
.btn-primary2:after {content: '';position: absolute;right: 0;bottom: -6px;width: 0;height: 0;border: 35px solid transparent;border-left-color: #15b779;border-right: 0;border-bottom: 0;margin-top: 0;margin-right: -3px;transform: rotate(17deg);}
.col-auto2{ width:100%; padding-top:15px; padding-right:0px }
.btn-primary3:hover { background:#14B88C; }
.btn-primary3 {position: relative;background: #173636;border-radius: 8px;border: none;outline: none;width: auto;display: inline-block;padding: 42px 15px;font-size: 20px;font-weight: 700;color: #fff;margin-left: 17px;margin-bottom: 20px;cursor: pointer;white-space: break-spaces;min-width: 160px;     border: 1px solid rgba(255, 255, 255, 0.15);}
.form--field .bubbletext2 label {
    font-size: 20px;
    text-align: left;
    display: block;
    color: #435382;
    margin-bottom: 6px;
}
.clear20{    clear: both;width: 100%;height: 20px;}
.btn-primary{color: #fff;background: #14B88C;border-color: #15b779;font-size: 18px;    
    border-radius: 0px 15px 15px 0px;font-weight: bold;    padding: 16px 15px 17px;
    border-radius: 0px 15px 15px 0px;
    font-weight: bold;
    position: relative;
    top: 2px;}
.fadeit {opacity: 0.5;}
.chat--bar {
    background: #14B88C;
    text-align: center;
    color: #fff;
   
    line-height: 30px;
}
@media (max-width:768px) {.mobile2{ display:block}
#questionblockmain {position: absolute;height: calc(100vh - 110px);overflow-y: hidden;overflow-x: hidden;width: 100%;max-width: 1130px; padding-bottom:10px; 	}
#questionblockmain2 {
    height: calc(100vh - 100px);
	
}
.col-md-12{ padding-left:5px; padding-right:5px;}
#questionblockmain2{ padding:10px 0px 40px 0px !important;position: absolute; top:0px;}
.mb-2, .my-2{ margin-bottom:0px !important;}
#form16 a.btn {
min-width: 140px; font-size:15px; min-height:90px;
}	
.form--field .bubbletext2{
	max-width: 320px;
    float: right;
}
.bubbletext2 {position: relative;background: #F0F2F5;border-radius: 9px;width: fit-content;display: inline-block;padding: 10px 10px 5px 10px;font-size: 16px;font-weight: 700;margin:0 15px 0 15px; }
.bubbletext {
font-size: 16px;
padding: 12px 10px;
color:#000; width: 100%!important;
}	
.field {
min-width: 100%;
}	

.mobile{ display:block;float: right; padding-top:9px;}
.desktop{ display:none}
img.logo{ width:200px;}
.mobile img{ width:170px;}
#questionblockmain{ width:96vw;}.chatbot{ padding-top:75px;}
.col-right {float: left;width: 50%;}
.col-left {float: left;width: 50%;}	
.btn-primary3:hover{
	background: #14B88C;
}
.btn-primary3 {position: relative;background: #173636;border-radius: 8px;border: none;outline: none;width: auto;display: inline-flex;padding: 10px 10px;font-size: 15px;font-weight: 700;color: #fff;margin-left: 17px;margin-bottom: 20px;cursor: pointer;white-space: break-spaces;height: 80px;min-width:auto;/*display: flex;*/align-items: center;justify-content: center;float:none; border: 1px solid rgba(255, 255, 255, 0.15);}
#chat13 a.btn-primary3{width: 150px;}
#chat8 a.btn-primary3{height: auto; width:auto;}
#chat19 a.btn-primary3{height: auto; width:auto;}
#chat16 a.btn-primary3{height: auto;}
#chat25 a.btn-primary3{height: auto; width:auto;}
#chat31 a.btn-primary3{height: auto;}
#chat38 a.btn-primary3{height: auto; width:auto;}
#chat49 a.btn-primary3{height: 80px; width:150px !important; padding:15px 0px !important; }
.col-auto2 .btn-primary3 {/*max-width: 70px;*/}	
form#form13 {padding-right: 13px;}
#form13 .bubbletext {padding: 0 !important;background: transparent !important;width: 100% !important;}
#form13 .form-row.align-items-center {display: inherit !important;width: 100%;margin-right: 0;padding: 10px;}
form#form13 {padding-right: 13px;}
#form5 .btn.btn-primary3 {width: auto !important;min-width: 81px;}	
#form13 .bubbletext:after {display: none;}
#form13 .col-auto {display: inherit !important;}
form#form13 {margin-bottom: 20px;}
#form14 .bubbletext:after {content: '';position: absolute;right: -20px !important;left: auto !important;bottom: -6px;width: 0;height: 0;border: 35px solid transparent;border-left-color: #f8f8fa;border-right: 0;border-bottom: 0;margin-top: 0;margin-right: 0;transform: rotate(25deg) !important;}
#form14 .bubbletext {margin-right: 11px;margin-bottom: 15px;width: 100%;padding: 10px 15px;}
.btn-primary5 {position: relative !important;background: #14B88C;border-radius: 8px !important;border: none;outline: none;width: auto;display: inline-grid;padding: 8px 8px;font-size: 16px;font-weight: 700;color: #fff;margin-left: 7px !important;margin-bottom: 10px;cursor: pointer !important;white-space: break-spaces;min-width: 150px;max-width: 150px;text-align: center;min-height: 75px;align-items: center;}
span.yes{text-align: center;font-size: 22px;display: contents;}
#form15 a.btn.btn-primary3 {font-size: 18px;}
}

.bubbletext ::-webkit-input-placeholder {color:#949494 !importantfont-size:16px !important;}
.bubbletext ::-moz-placeholder {color: #949494 !important;font-size:16px !important;}
.bubbletext :-ms-input-placeholder { color: #949494 !important;font-size:16px !important;}
.bubbletext :-moz-placeholder { color: #949494 !important;font-size:16px !important;}
.fadeit {opacity: 0.5 !important;filter: opacity(0.5) !important;}
.answer_col{animation:1s ease 0s normal forwards 1 fadein;-webkit-animation:1s ease 0s normal forwards 1 fadein;opacity:1;clear: both;width: 100%;margin-top: 20px;position: relative;display: inline-block;}
/*.bubbleContainer{animation:0.5s ease 0s normal forwards 1 fadein;-webkit-animation:0.5s ease 0s normal forwards 1 fadein;opacity:1;}*/
/*@keyframes fadein{
0%{opacity:0}
50%{opacity:0.5}
100%{opacity:1}
}

@-webkit-keyframes fadein{
0%{opacity:0}
50%{opacity:0.5}
100%{opacity:1}
}*/

.c {border: 5px solid #15b779;font-size: 30px;border-radius: 100px;padding: 15px 20px;margin: 0 auto;text-align: center;    width: 90px;
    height: 90px;
    line-height: 55px;}
.showtimer {
    clear: both;
    padding-top: 25px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
.fadeinleft {display: block !important;margin: 0 0.5rem 0 0;animation: fadeInLeft;animation-duration: 500ms;margin-bottom: 20px;}
.fadeinleft2 {display: block !important;margin: 0 0.5rem 0 0;animation: fadeInLeft;animation-duration: 800ms;margin-bottom: 20px;}
.fadeinright {display: inline-block !important;margin: 0 0.5rem 0 0;animation: fadeInRight;animation-duration: 500ms;margin-bottom: 5px;}
.fadeinright2 {display: inline-block !important;margin: 0 0.5rem 0 0;animation: fadeInRight;animation-duration: 500ms;margin-bottom: 5px;}
/* iPhone X in portrait & landscape */


/*iPhone 6, 7, & 8 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {#questionblockmain {position: absolute;height: 80vh;overflow-y: hidden;overflow-x: hidden;width: 100%;max-width: 1130px; padding-bottom:10px;padding: 10px;}}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    /*pointer-events: none;*/
}
div.fadeit {
    pointer-events: none;
}

.chat--bar p {
    margin-bottom: 0px;
}


.bubbletext2  .form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}

.bubbletext2 .btn-check:focus + .btn-primary,.bubbletext2  .btn-primary:focus {
    box-shadow: none;
}
.bubbletext2  .btn-primary:hover{
	background: #14B88C;
    border-color: #15b779;
}
@media (min-width:769px){

	.col-auto2.text-right.flex {
    display: flex;
    flex-wrap: wrap;
}

.col-auto2.text-right.flex span {
    flex: 0 46%;
    min-width: 185px;
    margin: 6px 5px;
}

.itembutton {
    max-width: 570px;
}
.fadeinright {
   
    text-align: right;
    padding-right: 61px;
}
.btn-primary2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-left-color: #15b779;
    border-right: 0;
    border-bottom: 0;
    margin-top: 0;
    margin-right: -3px;
    transform: rotate(34deg);
}
}

@media (min-width:767px) and (max-width:768px){

.col-md-4.padding-10.logo_change {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
}
   
}



@media (min-width:769px) and (max-width:992px){
 
header .container {
    width: 100% !important;
    max-width: 100%;
    padding-left: 19px;
    padding-right: 21px;
}

.phone_col_right img {
    max-width: 100%;
}

.phone_col_right {
    display: flex;
    align-items: center;
}
    
}




@media  (max-width:360px){
 .trust.mobile {
    padding-top: 0;
}

img.logo {
    max-width: 132px;
}

.mobile img {
    max-width: 100%;
}   
}
@media (max-width:767px)
{
	.answer_col {
    margin-bottom: 15px;
}
	.form--field .bubbletext2 {
   
		margin-bottom: 10px;
		}
		#chat8 .textContainer.form--field{
			margin-top:10px;
		}
	.textContainer.form--field{
		margin-top:0px;
	}
	.chat--bar	{
		    position: relative;
    top: -1px;

	}
	.typingloader {
    padding: 13px 50px;
    margin-left: 15px;
}
#questionblock	.btn-primary3.custom-checkbox {
    padding: 6px 10px;
    border-radius: 6px;
    height: auto;
    display: inline-block;
    min-height: 55px;
	
	margin: 5px 3px;
	min-width: 157px;
}
.col-auto2.text-right.flex {
   text-align: right;
    padding-right: 6px;
	    padding-top: 2px;
		margin-bottom:4px;
}
	.bubbletext:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #F0F2F5;
    border-left: 0;
    border-bottom: 0;
    margin-top: -12px;
    margin-left: -9px;
    transform: rotate(-28deg);
}
	
	#questionblockmain{
		margin: 30px 0 0;
		    padding-bottom: 55px;
	}
	
	.itembutton {max-width: 100%;    padding: 0px;}
	.btn-primary{
		top:0px;
	}
	.custom-checkbox label {
		font-size: 15px;
		font-weight: normal;
	}
	#questionblockmain2{
		margin-top:75px;
	}
	.bubbletext {
   
    margin: 0 10px 0 5px;
    max-width: -webkit-fill-available;
}	
div#chat25 {
    margin-top: 10px;
}div#chat13 {
margin-bottom: 20px;
}
.form-row.align-items-center, .form-row.text-right {
   
    display: flex;
}
.bubbletext2:after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -9px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #F0F2F5;
    border-left: 0;
    border-bottom: 0;
    margin-top: -12px;
    margin-left: -6px;
    transform: rotate(-101deg);
}
.form--field .form-row.align-items-center {
    padding-bottom: 5px;
    padding-left: 8px;
}

.form--field .bubbletext2 label {
    font-size: 15px;
}
.form--field  .field{
	padding: 11px 0px 10px 10px;
    font-size: 14px;
    font-weight: 500;
}
.form-row .btn-primary{
	    padding: 11px 15px 12px;
    font-size: 14px;
}
}

@media (max-width:580px) and (min-width:440px)
{
		.chat--bar{
			font-size:12px;
		}
}

@media (max-width:439px){
	.chat--bar{
			font-size:10px;
		}
}