jQuery(document).ready(function(){ jQuery('#agentAverageSalary').keyup(function(){ var calculateAnnual = jQuery('#agentAverageSalary').val(); calculateAnnual = Math.round(1.3*calculateAnnual*12); jQuery('#averageAnnual').val(calculateAnnual); }); }); function calculateSaving(){ var fieldOne = jQuery('#numberAgent').val(); var fieldTwo = jQuery('#numberSuperviors').val(); var fieldThree = jQuery('#agentDesk').val(); var fieldFour = jQuery('#supervisorCabin').val(); var fieldFive = jQuery('#agentAverageSalary').val(); var fieldSix = jQuery('#averageAnnual').val(); var fieldSeven = jQuery('#callPerAgent').val(); var fieldEight = jQuery('#totalWorkingDays').val(); var fieldNine = jQuery('#licenseCostMonth').val(); var calculateAnnual = Math.round(1.3*fieldFive*12); var totalEarn = fieldOne*calculateAnnual; var totalNumberCallYear = fieldOne*calculateAnnual; jQuery('#totalAnnualEarning').text(fieldOne*calculateAnnual); jQuery('#totalNumberCallYear').text(fieldEight*fieldSeven*fieldOne); var one = fieldEight*fieldSeven*fieldOne; var two = fieldOne*1.3*fieldFive*12; var averageEearningPerCall = Math.round(two/one); jQuery('#averageEearningPerCall').text(averageEearningPerCall); jQuery('#annualLinAllAgent').text(12*fieldNine*fieldOne); jQuery('#remoteCost').text(12*fieldNine*fieldOne); jQuery('#remoteProfit').text(totalEarn - 12*fieldNine*fieldOne); cloudCallCenter = totalEarn - 12*fieldNine*fieldOne; var calPhy = (fieldThree*fieldOne*12)+(fieldFour*fieldTwo*12)+12*fieldNine*fieldOne; jQuery('#physicalCost').text(calPhy); var phyProfit = fieldOne*calculateAnnual - calPhy; jQuery('#physicalProfit').text(phyProfit); physicalCallCenter = fieldOne*calculateAnnual - calPhy; var ctx = document.getElementById('myChart').getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ['Cloud Call Center', 'Physical Call Center'], datasets: [{ label: 'Saving : Remote Vs. Physical Call Center', data: [cloudCallCenter , physicalCallCenter], backgroundColor: [ '#a64d79', '#a64d79' ], borderColor: [ '#a64d79', '#a64d79' ], borderWidth: 1 }] }, options: { scales: { yAxes: [{ ticks: { beginAtZero: true } }] } } }); } var ctx = document.getElementById('myChart').getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ['Cloud Call Center', 'Physical Call Center'], datasets: [{ label: 'Saving : Remote Vs. Physical Call Center', data: [ , ], backgroundColor: [ '#a64d79', '#a64d79' ], borderColor: [ '#a64d79', '#a64d79' ], borderWidth: 1 }] }, options: { scales: { yAxes: [{ ticks: { beginAtZero: true } }] } } }); function openPopUp(){ jQuery('.formMainDivCalculate').fadeIn(); jQuery('.popUpOverLayCalcualte').fadeIn(); jQuery('#messageSendError').hide();; } function sendMail(){ var fieldOne = jQuery('#numberAgent').val(); var fieldTwo = jQuery('#numberSuperviors').val(); var fieldThree = jQuery('#agentDesk').val(); var fieldFour = jQuery('#supervisorCabin').val(); var fieldFive = jQuery('#agentAverageSalary').val(); var fieldSix = jQuery('#averageAnnual').val(); var fieldSeven = jQuery('#callPerAgent').val(); var fieldEight = jQuery('#totalWorkingDays').val(); var fieldNine = jQuery('#licenseCostMonth').val(); var totalNumberCallPerYear = jQuery('#totalNumberCallYear').text(); var averageEarningsPerCall = jQuery('#averageEearningPerCall').text(); var annualLinceseCost = jQuery('#averageEearningPerCall').text(); var remoteCost = jQuery('#remoteCost').text(); var remoteProfit = jQuery('#remoteProfit').text(); var physicalCost = jQuery('#physicalCost').text(); var physicalProfit = jQuery('#physicalProfit').text(); var name = jQuery('#calcualteName').val(); var email = jQuery('#calcualteEmail').val(); var phone = jQuery('#calcualtePhone').val(); var company = jQuery('#calcualteCompany').val(); var data = { one: fieldOne, two: fieldTwo, three: fieldThree, four: fieldFour, five: fieldFive, six: fieldSix, seven: fieldSeven, eight: fieldEight, nine: totalNumberCallPerYear, ten: averageEarningsPerCall, eleven: annualLinceseCost, twelve: remoteCost, thirteen: remoteProfit, fourteen: physicalCost, fifteen: physicalProfit, name:name, email: email, phone: phone, company: company } console.log(data); $.ajax({ type: 'POST', url: 'submitCalculateData.php', data: data, success: function(data){ console.log(data); } }); } function clostPopUpCal(){ jQuery('.formMainDivCalculate').fadeOut(); jQuery('.popUpOverLayCalcualte').fadeOut(); } function clostPopUpCalRequest(){ jQuery('#messageSendError').fadeIn(); setTimeout(function(){ jQuery('.formMainDivCalculate').fadeOut(); jQuery('.popUpOverLayCalcualte').fadeOut(); }, 1000); }

Remote Call Center Cost Savings Calculator

Still confused about remote and on-premise call center? See how you could reduce operational costs with Remote Call Center

Over 100+ brands and 50,000+ agents have moved to remote work using Ameyo

hdfc-bank
aegon-life-logo
reliance-new-logo
airtel
standard-chartered
samsung-logo

Calculate to see how much you can save with a remote call center. We’ve included some numbers already as per industry standard, but for an accurate calculation, simply update them with your organization’s numbers.

@import url(‘https://fonts.googleapis.com/css2?family=Roboto&display=swap’);
body{margin: 0;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.calculateDivMain{ font-family: “Roboto”, Sans-serif;background: #08558d;}
#Capa_1{ height: 40px; fill: #FFF; }
.calculateDivMain{ width: 100%; max-width: 100%; margin: auto; }
.calculateDivMain, .remotePhysicalMain{ display: flex; }
.calculateDivLeft, .remoteMainDiv{ flex-basis: 50%;}
.calculateDivRight, .physicalMainDiv{ flex-basis: 50%; }
.physicalMainDiv {flex-basis: 46%;}
.calculateDivLeft.var1 {padding: 25px;display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.calcuateDivHeading {background: #08558d;color: #fff;padding: 24px;border-bottom-right-radius: 50px;}
.calcuteDivFieldMain{width: 48%;margin-top: 20px; }
.calcuteDivFieldMain div input{ width: 100%;height: 40px;border: none;background-color: transparent;border-bottom: 1px solid #08558d;font-size: 16px;}
.calcuteDivFieldMain div input:focus{ outline: none; }
.TotalAverageThreeCells label {color: #fff;}
.calculateDivRight {margin: 50px;}
.TotalAverageThreeCells{ display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.bottomThreeDiv div:first-child{ margin-bottom: 15px; }
.rightSideGraphDowload{ display: flex; }
.rightSideGraph{ flex-basis: 70%; margin-right: 5%; }
.downloadReportCalculate{ flex-basis: 25%; }
.downloadReportCalculate{ background-color: #F8931F; color: #FFF; text-align: center; font-size: 32px; font-weight: 700; padding: 20px; display: flex;justify-content: center;align-items: center;border-radius: 10px;height: 100%;}
.downloadReportCalculate a{ color: #FFF; text-decoration: none; }
.downloadReportCalculate a:hover{ text-decoration: none; }
.calcuateDivHeading h4{ text-align: center; font-size: 28px;margin: 0;padding-bottom: 10px;color:#fff;font-weight: 600;}
.calcuateDivSubHeading p{ text-align: center; padding: 0px; margin: 0px;font-size: 16px;color:#fff !important;}
.calculateDivLeft{ padding: 0px; background-color: #efefef;border-right: 3px solid #efefef;}
.calcuteDivFieldMain.sub-btn {margin-top: 30px;}
.calcuteDivFieldMain div button{ background-color: #f79321; color: #FFF; padding: 10px 20px; font-size: 24px; border: none; border-radius: 25px; font-weight: 600; width: 100%; text-align: center; }
.TotalAverageThreeCells .bottomThreeDiv{ flex-basis: 30%;}
.totalNumberDigit{color: #fff;font-size: 18px;border-bottom: 1px solid #fff;padding: 6px;}
.totalNumberRuppees{color: #fff;font-size: 18px;border-bottom: 1px solid #fff;padding: 6px;}
.licenceCost{color: #fff;font-size: 18px;border-bottom: 1px solid #fff;padding: 6px;}
.headingTotalAnunal{ font-size: 24px; margin-bottom: 16px; font-weight: bold; margin-top: 35px;color: #fff;}
#totalAnnualEarning{background-color: transparent;color: #FFF;margin-left: 10%;border-bottom: 1px solid #fff;width: 40%;display: inline-block;}
.remoteDivHeading{ font-size: 24px; font-weight: bold; margin-bottom: 10px; }
.physicalDivHeading{ font-size: 24px; font-weight: bold; margin-bottom: 10px; }
.remoteElementMain{ background-color: #0e436e; border-radius: 15px; padding: 15px; margin-bottom: 10px; color: #FFF; }
.physicalElementMain{ background-color: #d7d7d7; border-radius: 15px; padding: 15px; margin-bottom: 10px; color: #154e7b; }
.elementAmount{ font-size: 24px; margin-top: 8px; }
.elementName{ font-size: 20px; }
.remotePhysicalMain{ margin-bottom: 25px; margin-top: 42px;background: #fff;border-radius: 10px;padding: 22px;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.popUpOverLayCalcualte{ background-color: rgba(60, 151, 210, 0.75); position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 99; display: none; }
.downloadReportCalculate{ cursor: pointer; }

#messageSendError{ font-family: “Roboto”, Sans-serif;; text-align: center; color: #FF0000; margin-top: 20px; font-weight: bold; display: none; }
@media (max-width: 1024px){
.calculateDivMain, .remotePhysicalMain {
display: block;
}
.calculateDivLeft, .remoteMainDiv {
flex-basis: 50%;
margin-right: 0%;
}
.taotalAverageCallDivMain.bottomThreeDiv {
display: grid;
align-items: flex-end;
}
}
@media (max-width: 767px){
.rightSideGraphDowload {
display: block;
}
.calcuteDivFieldMain.sub-btn {
margin-right: 0;
width: 49%;
}
#totalAnnualEarning {
margin-left: 0;
margin-top: 12px;
display: inline-block;
}
}

Fill Details To Calculate Saving

Enter these details and click CALCULATE below

0,000,000

0,000,000

0,000,000

Total Annual Earning 0,00,000.00
Remote
Cost
Rs. 0,00,00

Profit
Rs. 0,000,000

Physical
Cost
Rs. 0,000,000

Profit
Rs. 0,000,000

.formMainDivCalculate{ background-color: #efefef; padding: 30px 20px; border-radius: 10px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; animation: popAnimate 0.75s ; display: none;}
.closeCalPopUp{ position: absolute; top: -15px; right: -15px; background-color: #FFF; font-family: “Roboto”, Sans-serif; height: 25px; width: 25px; border-radius: 50%; padding: 2px 0px 3px 7px; font-weight: bold; cursor: pointer; box-shadow: 0px 0px 5px rgba(0,0,0,0.25); }
@keyframes popAnimate{
0%{
top: 0%;
}
100%{
top: 50%;
}
}
.formField p:empty {display: none;}
.formMainDivCalculate .formField{ display: inline-block; width: 44%; margin-top: 15px;}
.formField div input{ padding: 10px; margin-top: 0px; border: 1px solid #ddd; transition: all 0.25s; width: 100%;}
.formField div input:focus{ outline: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.15);}
.firstField{ margin-right: 5%;}
.formField div label{ font-family: “Roboto”, Sans-serif;margin-bottom: 0;}
.formSubmitCalPopUp{ text-align: center;}
.formSubmitCalPopUp button{ background-color:#3c97d2; color: #FFF; padding: 10px; border-radius: 5px; border: none; margin-top: 20px; font-size: 18px; cursor: pointer; border: 1px solid #3c97d2; transition: all 0.25s;}
.formSubmitCalPopUp button:focus{ outline: none;}
.formSubmitCalPopUp button:hover{ background-color:#FFF; color: #3c97d2;}
.headingFormMainDiv{ font-family: “Roboto”, Sans-serif; text-align: center; font-size: 24px; font-weight: bold; color: #3c97d2;}

X
Submit to Get the Detailed Report

Thanks, you will receive the detailed report over email…