.elementor-196040 .elementor-element.elementor-element-10945f5{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}/* Start custom CSS for html, class: .elementor-element-10945f5 */.alternative-card{
    /*background-color: #EFF3F9;*/
     background-image: url('https://storage.googleapis.com/cdn-devwebsite-bolddesk/media/2022/09/zoho-desk-alternative-bg-v1.svg');
    background-repeat: no-repeat;
    border-radius: 32px;
    /*padding: 40px 32px 40px 32px;*/
    /*box-shadow: 0px 80px 250px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #D3DCEA;
    background-color: #FFFFFF;
    text-align: left;
    padding: 28px 20px;
    width: 330px;
    height: 398px;
}

.unlimited p,.plan-type p{
    color:#FFF;
}
.fd-card-icon {
    padding-bottom: 50px;
}
.fd-card-title p{
    font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
margin-bottom: 40px !important;
color:#222222;
}
.fd-card-price .detail{
    display: inline-block;
    width: 40%;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #2D3748;
margin-bottom: 32px ;
}

.fd-card-price span{
    font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 50px;
letter-spacing: 0.4px;
color: #222222;
}
.fd-card-price span .number{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.4px;
    color: #222222;
}
.fd-card-agents span{
    font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 125%;
letter-spacing: 0.4px;
color: #FF620A;
}
.fd-card-agents {
    font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22.5px;
letter-spacing: 0.4px;
}

.alternative-plan-details{
    margin-top: 50px;
}
.details-title{
    color: #536587;
    font-size: 18px;
    font-weight: 600 ;
    line-height: 26px;
}
.details-value{
    /*margin-left: 50px;*/
    color: #536587;
    font-size: 14px;
font-weight: 500;
line-height: 22px;
}
.details-value.alternative-plan{
    color: #283A5E !important;
    font-size: 22px;
    font-weight: 700;
line-height: 34px;
margin-left: 50px;
}
.details-value span{
    font-size: 22px;
font-weight: 700;
line-height: 34px;
}
.details-value .agent{
    color:#FF4800;
    margin-right: 4px;
}
.details-value .price{
    color:#283A5E;
    margin-right: 4px;
}
.details-value .save{
    color:#108910;
    margin-right: 4px;
}

.vs{
    border-radius: 14px;
border: 1px solid #D3DCEA;
background: #EFF3F9;
    color:  #283A5E;
text-align: center;
font-size: 18px;
font-weight: 600;
line-height: 32px;
padding: 16px 13px;
margin-left: 10px;
margin-right: 10px;
/*height: 88px;*/
width: 56px
}
.bolddesk-card{
    background: #10193B;
    border-radius: 24px;
    padding: 32px 28px;
}
.bolddesk-details{
    margin-top: 56px;
    width: 300px
}
.bolddesk-details .plan-type{
    font-size: 24px;
font-weight: 700;
line-height: 32px;
color: #FFFFFF;
}
.plan-price-detail{
    display: flex;
    margin-top: 16px
}
.plan-price-detail .plan-price{
    font-size: 48px;
font-weight: 700;
line-height: 56px; 
letter-spacing: 0.24px;
color: #FFF;
margin-right: 16px;
}
.plan-price-detail .per{
        padding-top: 4px;
    font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #FFF;
opacity: 0.7
}
.try-for-free-btn{
    margin-top: 32px;
}
.try-for-free-btn a{
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
border: 1px solid #E53B00;
background: #E53B00;
color: #FFFFFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding: 10px;
}
.try-for-free-btn a:hover {
    background-color: #FF4800;
}
.unlimited{
    margin-top: 48px;
    font-size: 18px;
font-weight: 600;
line-height: 26px;
color: #FFFFFF;
}
.unlimited img{
    margin-right: 16px;
    margin-bottom: 4px;
}

.alternative-comparison{
 display: flex;
 justify-content: space-between !important;
 align-items: center;
}
/*#agents-5{*/
/*    margin-left: 36px*/
/*}*/
/*#range5{*/
/*    margin-left: 45px;*/
/*}*/
#savepercent{
    margin-left: 45px;
}

/*slider*/

.slider {
	margin: 1em 0 1.5em;
	
}

.setagentcount {
	position: absolute;
	top: -4em;
	left: 40%;
	width: 100px;
	height: 2em;
	border-radius:4px;
	text-align: center;
	color: white;
	font-weight: bold;
	white-space: nowrap;
	background-color: black;
}
.range {
	position: relative;
	float: left;
	width: 92%;
	padding: 0 0.9375rem;
}
input[type=range] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 8px;
	padding: 0;
	border-radius: 4px;
	background: #E2E8F0;
	box-sizing: content-box;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	/*border: 7px solid #FF620A;*/
	border-radius: 25px;
	background:#E53B00;
}

input[type=range]::-webkit-slider-thumb:active{
    box-shadow: 0px 0px 0px 6px rgba(255, 219, 191, 0.75);
	background:#E53B00;
}


.slider-labels
{
font-size: 14px;
    line-height: 19px;
    color: #606F85;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   /*margin-left: -210px;*/
   /* padding-top: 30px;*/
   
}

@media(max-width:767px){
    .range {
	width: 95%;
}
.slider-labels{width:90%;}
}


.comparison-card-header{
    display: flex;
    text-align: center;
   justify-content: space-between !important;
}
.bolddesk-side p, .alternative-side p{
font-size: 21px;
color:#10193B;
font-weight: 700;
line-height: 27px;
margin-bottom: 35px;
}
.bolddesk-side{
    width: 40%;
}
.alternative-side{
    width: 44%;
}
/*.freshdesk-card{*/
/*    width: 40%;*/
/*}*//* End custom CSS */