@-webkit-keyframes 
spin{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes 
spin{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
input[type=checkbox]:checked:after{
    opacity: 0 !important;
}
input[type=checkbox]:checked::before{
    -webkit-appearance:auto !important;
    width: 15px !important;
    height: 15px !important;
    outline: none;
}
input[type=checkbox], input[type=radio]{
    -webkit-appearance:auto !important;
    width: 15px !important;
    outline: none !important;
    height: 15px !important;
    margin: 0px 5px 0px 2px !important;
}
select {max-width: inherit !important;}
.container {
    margin-top: 3% !important;
    width: 90% !important;
    max-width: inherit !important;;
}
.title {
    color:#0070d4;
    font-weight: 700;
}
.title-ecb {
color:#656565;
font-weight: 700;

}
 .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 10px !important;
    border: 1px solid #808080 !important;
    padding: 0px !important;
    margin: 8px 5px 5px 5px !important;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
    border: 1px solid #2196f3 !important;
}
.mrl5 {
    margin: 0px 5px 0px 5px;
}
.list-features   ul {
    list-style-type: none !important;
    line-height: 2.5em !important;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 500;
}

  .card {
    border: 1px solid #0070d4 !important;
    border-radius: .25rem;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
}
.enterprisechatbot-card {
   background: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
}
.m-t15{
    margin-top: 15px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.m-t10{
    margin-top: 10px;
}
.pull-right {
    float: right;
}
.minheight {
    min-height: 550px !important;
}
.minheight-ecb {
    min-height: 645px;
    margin-bottom: 20px;
}

.footer {
    background: #d2d2d2;
    position: absolute !important;
    bottom: 0px;
    color: #020202;
    font-weight: 500;
    text-align: right;
    padding: 5px;
}
.footer-ecb {
    text-align: center;
    padding: 5px;
    font-weight: 500;
}
.mt40{
    margin-top: 35px;
}
.mt20 {
    margin-top: 20px;
}
.mb {
/*    margin-bottom: 3%;*/
}
.amount {
    font-weight: 700;
    color:#000;
    font-size: 28px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.mt5{
    margin-top: 5px;
}
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .mlr-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mt35 {
      margin-top: 35px;
  }
  .progress {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.compare-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
}
.ml30 {
    margin-left: 30px !important;
    color: #0ba800;
}
.pl-toggle {
    padding-left: 55px;
}
.isty {
    position: absolute;
    right: 3px;
    top: 2px;
}
.tooltip {
    position: absolute;
    right: 7px;
    top: 5px;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1 !important;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: white;
    color: #6f6f6f;
    text-align: left;
    border-radius: 10px;
    padding: 5px;
      box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	overflow:auto;  
	max-height:400px;
	top:-150px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .isty:hover {
    color: #0070d4;
}
.range-wrap input[type=range]{
    -webkit-appearance:auto !important;
    width: 73% !important;
    outline: none !important;
}
.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #007bff;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1e76d4;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1e76d4;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
/* .range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
} */

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #007bff;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #007bff;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.slider-t {
  background: #007bff;
  width: 50px;
  text-align: center;
  color: #fff;
  }
  .slider-t:after {
    position: absolute;
    top: 4px;
    left: 82%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #007bff;
    border-bottom: 7px solid transparent;
    content: "";

  }
  .slider-center {
    position: absolute;
    left: 33%;
  }
  #pricing-box input[type=number]{
      border:1px solid #ccc !important;
      border-radius: 5px !important;
      line-height: 5px !important;
      padding: 5px !important;
  }
  #pricing-box input[type=number]:focus{
      outline:none !important;
      box-shadow: none !important;
  }
  #pricing-box input[type=button]{
      outline:none !important;
      box-shadow: none !important;
  }
  .addon_user_count_input{
      width: 80%;
      margin:0px !important;
  }
  .user-count-label{
      font-size: 14px;
      font-weight: 500;
  }
  
  /*version 1.2*/
  
  /*Modified*/
.total {
    color: #2c5edb;
    font-size: 17px;
/*    margin-top: 11px;*/
    font-weight: 700;
}
.pmamount {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.card, .enterprisechatbot-card {
    border: 1px solid #c9c7c7 !important;
}
.amt {
background: aliceblue;
/*margin-top: 10px;*/
}
.contact {
min-height: 90px;
display: flex;
align-items: center;
padding: 5px;
}
/*Modiified */
  
  
/*New*/
.col-xl-12.col-md-12.mt35.title-ecb
{
	margin-top:0px;
}
.client-desk-input
{
	float: right;
    width: 40%;
}
.user-count
{
	    border: 1px solid blue;
}
.chatbot-pricing
{
	    padding-left: 0px;
    padding-right: 0px;
/*	margin-top: 13vh;*/
}
.top-left
{
	float: left;
}
.top-right
{
	float: right;
	width: 50%;
}
.floating
{
	padding-left:0px !important;
		padding-right:0px !important;
}
.button-text
{
	font-size: 11px !important;
}
.pull-right-new
{
	float:inherit !important;
	font-size: 14px !important;
	    margin-top: 9px;
	position: relative;
/*    left: -9px;*/
}
select#currency_list {
    margin-left: 2px;
/*    padding-right: 80px;*/
    width: 75px;
    height: inherit;
    font-size: 11px;
    z-index: 9999999;
}
.padding-adjust
{
	margin-top: 0px !important;
	display: flex;
}
.mid-row
{
	float: left;
    display: flex;
    text-align: left;
}
/*.mid-left
{
	    padding-top: 10px;
}*/
.mid-right
{
	position: absolute;
    right: 18px;
    bottom: 10px;
}
.col-xl-12.col-md-3.totalcostbg {
    padding-top: 6px;
    padding-bottom: 4px;
}
.col-xl-12.col-md-12.footer-ecb {
	color: gray;
}
button.btn.btn-primary.btn-sm.mt5.button-custom
{
	    background-color: transparent;
    color: #003bd4;
    border-color: #003bd4;
}
.col-md-12.mb.chatbot-pricing, .enterprisechatbot-card > .cols-adjust {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tick li:before {
  content: '\2713 \00a0' ;
	color: #003bd4;
	font-weight: bold;
}
li.list-group-item {
    border: none !important;
}
i.fas.fa-info.isty {
	font-weight: 600;
    background: gray;
    border-radius: 100%;
    
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    font-size: 12px;
}
.range-adjust
{
	width: 75%;
}
.input-number {
    border-color: #003bd4;
    text-align: center;
    border: 1px solid #003bd4;
	border-radius: 5px;
	width: 20%;
}
.featuredBtn.active {
  background-color: #003bd4 !important;
  color: white !important;
}

.featuredBtn {
 
  color: gray!important;
   
  background-color: transparent !important;
  border: 1px solid gray !important;
  
  outline: none !important;
}

.responsive-total
{
	display: none;
}
.mobile-select
{
	display: none;
}
.rang-form
{
	padding-bottom: 42px;
}
.slider-left {
    left: 12px;
}
.slider-center {
    position: absolute;
    left: 34%;
}
.slider-no {
    position: absolute;
    right: 28%;
}
.range-w {
    width: 82%;
}
.range-w span {
    font-size: 12px;
}
.col-xl-12.col-md-12.totalcostbg.responsive-total {
    text-align: left;
}
.totalcostbg {
    background: #003bd4;
    text-align: right;
    border-radius: 10px;
	padding-top: 2px;
    padding-bottom: 10px;
}
.amount {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
.total.mt20.total-modified
{
	color: white;
}
#module_category_box .addon-info{
    font-size: 10px;
    font-style: italic;
    color: blue;
    margin-left: 0px;
}
#pricing-box .list-group{
	padding:0px;
}
.list-features .grand_total_summary_box{min-height: 220px;margin-top:10px;}
#module_category_box .main-modules-list{min-height: 100px;}
#module_category_box .addons-modules-list{min-height: 198px!important;}
@media only screen and (min-width: 0px)  and (max-width: 365px)
{
	.list-group-item   .client-desk-input
	{
		float: left !important;
	}
}
@media only screen and (min-width: 481px) and (max-width: 1199px)
{
	.top-right {
    
    width: 50%;
    /* padding-top: 20px !important; */
    float: left !important;
    margin-top: 20px;
}
	.client-desk-input {
     float: left !important;  
    
}
	.mid-right {
    
      position: absolute;
    right: 9px;
    bottom: 39px;
		display: none;
}
	
	.responsive-total
	{
		display: block !important;
		margin-top: 20px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.list-group-item > .tooltip {
    position: absolute;
    top: 2px;
    right: -14px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px)
{
.mid-row
	{
/*		float:inherit !important;*/
		justify-content: space-between;
	}
	
	.top-row{
		display: flex;
		justify-content: space-between;
	}
	.top-right
	{
		margin-top: 0px;
		width: auto!important;
	}
	 .client-desk-input {
     float: right !important  ;  
}
	
	.amount {
     
    font-size: 16px!important;
}
	
	.mid-right {
    
      position: absolute;
    right: 9px;
    bottom: 39px;
		display: none;
}
	
	.responsive-total
	{
		display: block !important;
		margin-top: 20px;
		text-align: left;
	}
	
}

@media only screen and (min-width: 1px) and (max-width: 443px)
{
	.top-right{
		display: none !important;
	}
	.mobile-select
	{
		display: block !important;
	}
	.mobile-select > .pull-right-new {
    float: left !important;
     
}
}
.isty:hover {
    color: #ffffff !important;
    background: #003bd4 !important;
}

@media (max-width: 767px){
	.tooltip i {
		font-size: 10px!important;
		padding: 4px 8px!important;
	}
	div#pricing-box #module_category_box {
    	padding-right: 0!important;
	}
	.tooltip .tooltiptext{
		right:0!important;
	}
}
ul#modules_list1 li.list-group-item input, ul#modules_list8 li.list-group-item input{
    flex-shrink: 0;
}
ul#addon_modules_list8 li.list-group-item>input {
    flex-shrink: 0;
}
@media (max-width: 991px){
	.list-group-item > .tooltip {
    	right:0!important;
	}
}
@media (max-width: 991px){
	ul#addon_modules_list8 li.list-group-item .user-count {
    	margin-left: 5px!important;
	}
}
@media only screen and (min-width: 1px) and (max-width: 443px){
	.mobile-select > .pull-right-new {
    	margin-right: 10px;
	}
}
@media  (max-width: 991px){
	.top-right {
    	width: 100%;
    	padding-top: 0!important;
	}
	.top-right >div {
		float: left!important;
    	margin-right: 0!important;
	}
}
@media (min-width: 768px){
	div#module_category_box {
    	margin-bottom: 0!important;
	}
	.minheight {
    	height: 100%;
	}
}
.list-group-item > .tooltip
{
    z-index: 0;
}

@media (max-width:1024px){
	.range-wrap.user_count_input .input-number {
    	width: 30% !important;
	}
	.range-wrap input[type=range]{
		width: 68% !important;
	}
}
/*New*/