/* retail coming soon */

.retailhero {
    padding: 188px 0;
    text-align: center;
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
}
.sbtitle span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-family: 'Inter';
}
.sbtitle {
    margin: 0 0 24px;
}
.maintitle h1 {
    font-size: 78px;
    line-height: 72px;
    letter-spacing: -1.8px;
    font-weight: 700;
    font-family: 'Inter';
    margin: 0 0 22px;
}
.maintitle h1 span {
    color: #0F1B32;
}
.maintitle p {
    margin: 0;
    font-size: 24px;
    font-family: 'Inter';
    color: #000;
    font-weight: 400;
    line-height: 31px;
}
.maintitle {
    margin: 0 0 21px;
}
.duration_main ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    margin: 0;
}
.duration_main li {
    color: #0DDAAD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter';
    position: relative;
}
.duration_main li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #737373;
    right: -27px;
    top: 2px;
}
.duration_main {
    margin: 0 0 25px;
}
.duration_main p {
    font-size: 18px;
    line-height: 28px;
    color: #1A1A1A;
    margin: 0 0 22px;
    font-family: 'Inter';
}
.btnwrap a {
    text-decoration: none;
    background: #0D99D6;
    color: #fff;
    padding: 12px 30px;
    border-radius: 7px;
    border: 1px solid #0D99D6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 15px;
    font-family: 'Inter';
    transition: ease 0.3s;
}
.btnwrap a:hover,
.submitbtn button:hover {
    background: #fff;
    color: #0A7DB2;
}
.btnwrap a:hover path,
.submitbtn button:hover path{
    stroke: #0A7DB2;
}
.btnwrap p {
    margin: 16px  0 0;
    color: #737373;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
}
.customerswrap {
    padding: 87px 0;
    background: linear-gradient(140deg, #112240 0%,  #0E182D 17%, #0E172A 75%,  #112240 100%);
}
.customitem {
    text-align: center;
}
.customicon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.custominfo p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter';
}
.custominfo h3 {
    color: #fff;
    font-size: 47px;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 5px;
    font-family: 'Inter';
}
.customerswrap .row {
    max-width: 1000px;
    margin: auto;
}
.experiencesec {
    background: #FBFDFF;
    padding: 177px 0;
}
.experiencegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.experiencehead {
    text-align: center;
}
.experiencesec .experiencehead h2{
   margin: 0 0 11px;
}
.experiencehead h2 {
    font-size: 45px;
    line-height: 46px;
    color: #1A1A1A;
    font-weight: 700;
    font-family: 'Inter';
    margin: 0 0 16px;
}
.experiencehead p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    font-family: 'Inter';
    font-weight: 400;
}
.how_worksec .experiencehead p{
    font-size: 19px;
    line-height: 24px;
    color: #000;
}
.how_worksec .experiencehead p strong {
    font-weight: 600;
}
.experitemin {
    display: flex;
    gap: 12px;
    background: rgb(220 40 40 / 5%);
    padding: 20px 17px;
    border-radius: 6px;
    border: 1px solid rgb(220 40 40 / 10%);
    height: 100%;
}
.experinfo {
    align-content: center;
}
.experinfo p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Inter';
    color: #1A1A1A;
}
.experiencewrap {
    margin: 29px auto 0;
    max-width: 1230px;
}
.expediboxsec {
    padding: 126px 0;
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
}
.expediboxsec .experiencehead h2 {
    margin: 0 0 16px;
}
.expediboxwrap {
    margin: 64px 0 0;
}
.expediboxitem {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgb(224 224 224 / 50%);
    padding: 25px 29px 30px;
    text-align: center;
    height: 100%;
}
.expedinfo p {
    color: #737373;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    max-width: 230px;
    margin: auto;
}
.expedinfo h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 28px;
    color: #1A1A1A;
    font-weight: 700;
    font-family: 'Inter';
}
.expedicon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
}
.expedicon img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.installedgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.installedwrap {
    margin: 48px 0 0;
}
.installedsec {
    background: #F0F9FF;
    padding: 230px 0;
}
.installeditem img {
    width: 100%;
    border-radius: 10px;
}
.commitmentsec {
    padding: 120px 0;
    background: #fff;
}
.how_worksec {
    background: #2A99D4;
    padding: 122px 0;
}
.how_workwrap{
    margin: 48px auto 0;
    max-width: 940px;
}
.how_workgrid,
.commitmentgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 57px;
}
.commitmentgrid {
    gap: 22px;
}
.workitemin {
    text-align: center;
}
.workicon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    position: relative;
}
.how_workitem:not(:last-child) .workicon:after {
    content: '';
    background-image: url(/assets/media/dividerline.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 196px;
    height: 20px;
    position: absolute;
    right: -90px;
}
.how_workinfo p {
    color: #000;
    font-family: 'Inter';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.how_workinfo h3 {
    color: #fff;
    font-family: 'Inter';
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 8px;
}
.howinfobadge {
    margin: 0px 0 10px;
}
.howinfobadge span {
    border-radius: 6px;
    background: rgb(34 197 94 / 10%);
    padding: 5px 10px;
    color: #22C55E;
    border: 1px solid rgb(34 197 94 / 20%);
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
    font-weight: 700;
}
.commititemin {
    text-align: left;
    background: #F8FAFC;
    border: 1px solid #E8ECF1;
    border-radius: 20px;
    padding: 72px 20px 20px;
    height: 100%;
}
.commiticon {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.commitmentsec .how_workinfo h3 {
    color: #1A1A1A;
}
.commitmentsec .how_workinfo p {
    color: #737373;
    max-width: 355px;
}
.commitmentwrap {
    margin-top: 41px;
}
.clientgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.clientitemin {
    background: rgb(13 153 214 / 5%);
    border-radius: 12px;
    padding: 34px;
    height: 100%;
    border: 1px solid rgb(13 153 214 / 20%);
    box-shadow: 1px 0 2px 0px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
}
.clientsaysec{
    padding: 167px 0;
    background: rgb(235 235 235 / 30%);
}
.clientitemin .stars {
    margin: 0 0 20px;
}
.clientdesc {
    margin: 0 0 27px;
}
.clientdesc p {
    font-style: italic;
    font-family: 'Inter';
    font-size: 14px;
    color: #1A1A1A;
    line-height: 22px;
}
.testibottom {
    display: flex;
    gap: 12px;
    padding-top: 17px;
    border-top: 1px solid rgb(224 224 224 / 50%);
    margin-top: auto;
}
.authorname p {
    margin: 0;
    font-size: 12px;
    color: #737373;
    line-height: 16px;
    font-family: 'Inter';
}
.authorname h4 {
    margin: 0 0 5px;
    font-family: 'Inter';
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
    font-weight: 700;
}
.authoricon span {
    font-size: 14px;
    line-height: 20px;
    color: #0D99D6;
    font-weight: 700;
    font-family: 'Inter';
    width: 40px;
    height: 40px;
    background: rgb(13 153 214 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clientsaywrap {
    margin: 48px 0 0;
}
.switchexpedibox {
    padding: 150px 0;
    background: rgb(235 235 235 / 20%);
}
.switchexpedibox .experiencehead h2 {
    margin: 0 0 24px;
}
.switchexpedibox .table-container {
    margin: 44px auto 0;
}
.switchexpedibox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 16px;
}
.switchexpedibox th,
.switchexpedibox td {
    padding: 16px 15px;
    text-align: center;
    border: none;
    margin: 10px;
    color: #737373;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: rgb(235 235 235 / 39%);
    border-radius: 6px;
    width: 195px;
}
.switchexpedibox th {
    background: transparent;
    padding: 0px 13px 18px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.switchexpedibox td:first-child {
    text-align: left;
    color: #1A1A1A;
    background: rgb(13 153 214 / 5%);
    border: 1px solid rgb(13 153 214 / 20%);
}
.switchexpedibox .btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.tablegrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.tablefooter {
    border-top: 1px solid rgb(224 224 224 / 50%);
    padding-top: 17px;
    width: calc(100% - 20px);
    margin: 6px auto auto;
}
.tableitem {
    text-align: center;
}
.tableitem>span {
    display: inline-block;
    color: #737373;
    background: rgb(235 235 235 / 50%);
    padding: 20px 10px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Inter';
    border-radius: 6px;
    font-weight: 400;
    width: 100%;
    height: 72px;
    align-content: center;
}
.textnum {
    margin: 10px 0 0;
}
.textnum span {
    color: #F87171;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    font-weight: 700;
}
.tableitem span.bg-primary {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
}
.arrowmain {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 14px  0 0;
}
.arrowmain .textnum {
    margin: 0;
}
.checkarrow {
    display: flex;
    align-items: center;
}
.arrowmain .textnum span {
    color: #22C55E;
    font-weight: 700;
}
.switchexpedibox .table-container .btnwrap {
    margin: 45px 0 0;
}
.switchexpedibox .table-container .btnwrap a {
    background: #0D99D6;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.switchexpedibox .table-container .btnwrap a:hover {
    background: #fff;
}
.lockerdoorsec {
    background: #2A99D4;
    padding: 161px 0;
}
.lockerdoorsec .experiencehead h2 {
    color: #fff;
    max-width: 500px;
    margin: auto auto 16px;
}
.casesegment .experiencehead h2 {
    max-width: 276px;
    margin: 0;
    text-align: left;
    color: #1A1A1A;
}
.lockerdoorsec .experiencehead p {
    color: #1A1A1A;
    font-size: 19px;
}
.lockerdoorsec .experiencehead p strong{
    font-weight: 600;
}
.lockerwrap {
    margin: 48px auto  auto;
}
.lockergrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.lockeritem {
    text-align: center;
    padding: 84px 25px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #E8ECF1;
    background: #F8FAFC;
}
.lockericon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
}
.lockerinfo p {
    margin: 0;
    color: #737373;
    font-size: 17px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
.lockerinfo h3 {
    margin: 0 0 12px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    color: #1A1A1A;
    line-height: 32px;
}
.getqoutesec .sbtitle span {
    padding: 5px 11px;
    line-height: 10px;
}
.getqoutesec .sbtitle {
    margin: 0 0 21px;
}
.getqoutesec {
    padding: 170px 0;
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
}
.getquotewrap {
    display: flex;
    gap: 71px;
    padding: 0 32px 0 58px;
}
.getqouteleft {
    width: 40%;
}
.getqoutewrap {
    width: 60%;
}
.getqouteleft .experiencehead {
    text-align: left;
    margin: 0 0 29px;
}
.getquoteicon {
    margin: 0 0 28px;
}
.getqouteleft .experiencehead h2 {
    margin: 0 0 11px;
}
.getqouteleft .experiencehead p {
    font-size: 21px;
    line-height: 31px;
    max-width: 375px;
}
.getgetexpertitemin {
    display: flex;
    gap: 10px;
}
.getexpertinfo p {
    margin: 0;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 23px;
    color: #737373;
    max-width: 347px;
}
.getexpertinfo h4 {
    font-family: 'Inter';
    font-size: 21px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.getexpertitem:not(:last-child) {
    margin: 0 0 37px;
}
.getqoutewrapin {
    background: #F8FAFC;
    border-radius: 21px;
    padding: 49px 45px;
    border: 1px solid #E8ECF1;
    box-shadow: 0 8px 11px rgb(0 0 0 / 9%);
}
.contact_item label {
    display: block;
    font-size: 17px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 17px;
    color: #0A0A0A;
    margin: 0 0 15px;
}
.contact_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 17px;
}
.contact_item {
    margin: 0 0 17px;
}
.contact_item:nth-last-child(2) {
    margin: 0px;
}
.contact_flex .contact_item {
    margin: 0;
}
.contact_item input,
.contact_item select,
.contact_item textarea,
.calcleftselect select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    outline: none;
    padding: 11px 15px;
    font-size: 17px;
    line-height: 17px;
    font-family: 'Inter';
    font-weight: 400;
    appearance: none;
    background: #FAFAFA;
    color: #737373;
}
.contact_item textarea {
    min-height: 98px;
    max-height: 150px;
    resize: vertical;
}
.contact_item select,
.calcleftselect select {
    background-image: url(/assets/media/downarrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 17px;
    cursor: pointer;
}
.contact_item input::-webkit-outer-spin-button,
.contact_item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact_item input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.submitbtn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    text-align: center;
    background: #0D99D6;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #0A7DB2;
    padding: 12px 10px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    transition: ease 0.3s;
}
.submitbtn {
    margin: 20px 0 0;
}
.submitbtn p {
    text-align: center;
    font-family: 'Inter';
    font-size: 13px;
    line-height: 20px;
    margin: 11px 0 0;
    color: #737373;
}
.readyswitchsec {
    padding: 72px 0;
    background: linear-gradient(-90deg, #2A99D4 0%, #2AD4A9 100%);
}
.readyswitchsec .experiencehead p {
    font-size: 23px;
    line-height: 36px;
    color: #000;
}
.readyswitchwrap {
    display: flex;
    gap: 32px;
    align-items: center;
}
.readyswitchwrap .experiencehead {
    text-align: left;
    width: 60%;
}
.readyswitchsec .experiencehead p strong {
    font-weight: 600;
}
.readybtn {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    width: 40%;
}
.readybtn a {
    width: 100%;
    text-align: center;
    justify-content: center;
    background: #fff;
    color: #262626;
    border-color: #D6D6D6;
    font-size: 19px;
    line-height: 29px;
    margin: 0;
}
.readybtn a.outlinebtn {
    background: transparent;
    border-color: rgb(0 0 0 / 45%);
    color: #fff;
}
.readybtn a.outlinebtn:hover {
    background: #fff;
    color: #0A7DB2;
}

/* competitor page */

.competitorgridwrap {
    display: flex;
    gap: 40px;
}
.competitorhero_left {
    width: 40%;
    text-align: left;
}
.pendingpercelimg {
    margin-top: 0;
    width: 60%;
}
.pendingpercelimg img {
    width: 100%;
    display: block;
}
.compititorhero .maintitle h1 span {
    margin-top: 14px;
    display: block;
}
.maintitle h1 span.vs {
    margin: 0 8px;
    font-weight: 400;
    display: inline-block;
}
.compititorhero .maintitle h1{
    font-size: 74px;
    line-height: 68px;
    letter-spacing: -1.71px;
    margin: 0 0 32px;
}
.compititorhero .maintitle {
    margin: 0 0 32px;
}
.compititorhero .btnwrap a {
    margin-left: 0;
}
.compititorhero .maintitle p {
    max-width: 532px;
    font-size: 23px;
}
.pointsgrid {
    display: flex;
    align-items: center;
    gap: 25px;
}
.pointitem {
    text-align: center;
}
.points_main {
    margin: 0 0 32px;
}
.pointitem h4 {
    margin: 0;
    color: #22C55E;
    font-size: 41px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Inter';
}
.pointitem.red h4 {
    color: #F87171;
}
.pointitem p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #737373;
    font-family: 'Inter';
}
.pointvs h5 {
    color: #737373;
    font-size: 28px;
    font-family: 'Inter';
    line-height: 37px;
    font-weight: 700;
    margin: 0;
}
.compititorhero {
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
    padding: 177px 0;
}
.comparisonsec th:not(:first-child) {
    background: rgb(235 235 235 / 39%);
    padding: 16px 13px 16px;
    font-size: 21px;
    line-height: 32px;
}
.comparisonsec th.highlight {
    color: #0D99D6;
    background: rgb(13 153 214 / 10%);
    border: 1px solid rgb(13 153 214 / 20%);
}
.comparisonsec th.highlight {
    color: #0D99D6;
}
.comparisonsec td {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    padding: 16px 17px;
}
.tableinner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.comparisonsec td:first-child {
    background: rgb(235 235 235 / 20%);
    border: none;
}
.comparisonsec td:nth-child(2) {
    background: rgb(13 153 214 / 5%);
    border: 1px solid rgb(13 153 214 / 20%);
    color: #1A1A1A;
}
.comparisonsec .table-container {
    max-width: 1200px;
}
.comparisonsec {
    background: linear-gradient(180deg, #e3f4ff 0%, #fff 100%);
    padding: 126px 0;
}
.comparisonexperience{
    padding: 94px 0 80px;
    background: #F3FAFD;
}
.comparisonexperience .experiencegrid {
    row-gap: 12px;
    column-gap: 30px;
}
.comparisonexperience .experitemin {
    padding: 10px 17px;
}
.comparisonexperience .experienceitem:not(:last-child) {
    margin: 0 0 14px;
}
.experihead {
    margin: 0 0 32px;
}
.experihead .experitemin h3 {
    font-family: 'Inter';
    font-size: 23px;
    color: #1A1A1A;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}
.experihead .experitemin {
    background: transparent;
    padding: 0;
    border: none;
    gap: 9px;
}
.expericon {
    display: flex;
    align-items: center;
}
.expercomparionright .experienceitem .experitemin {
    background: rgb(34 197 94 / 5%);
    border: 1px solid rgb(34 197 94 / 10%);
}
.comparisonexperience .experiencewrap {
    max-width: 1170px;
    margin: auto;
}
.pendingparcel {
    padding: 64px 0;
}
.pendingwrap {
    margin: 74px 0 0;
    border-top: 1px solid rgb(0 0 0 / 11%);
    padding-top: 36px;
}
.pendingtitle {
    margin: 0 0 23px;
}
.pendingtitle h3 {
    font-family: 'Inter';
    color: #737373;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
}
.pendingparcelgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.parcelinner {
    border: 1px solid rgb(87 87 87 / 10%);
    border-radius: 7px;
    padding: 15px 30px 15px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
    font-family: 'Inter';
    font-weight: 400;
    text-align: center;
}
.switchparcel .experiencehead h2 {
    margin: 0px 0 27px;
}
.switchparcel .experiencehead p {
    max-width: 100%;
    margin: auto;
    font-size: 22px;
    color: #FFEA00;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Inter';
}
.switchparcel .experiencehead p span {
    font-weight: 700;
    display: block;
}
.switchparcel .duration_main {
    margin-top: 21px;
}
.switchparcel .duration_main li {
    color: rgb(255 255 255 / 80%);
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.switchparcel .duration_main ul {
    gap: 50px;
}
.switchparcel .duration_main li:after {
    background: rgb(255 255 255 / 30%);
    height: 24px;
    right: -25px;
    top: 0;
}
.switchparcel .duration_main {
    margin: 25px 0 27px;
}
.switchparcel .readybtn a {
    padding: 12px 10px;
    font-size: 17px;
    line-height: 24px;
    color: #262626;
    font-weight: 700;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
}
.switchparcel .readybtn.btnwrap {
    max-width: 430px;
    margin: auto;
}
.switchparcel .readybtn a.outlinebtn {
    color: #fff;
    font-weight: 400;
    border: 1px solid rgb(0 0 0 / 43%);
    background: transparent;
}
.switchparcel .readybtn a.outlinebtn:hover{
    background: #fff;
    color: #0D99D6;
}
.switchparcel .readybtn a:hover {
    color: #0D99D6;
}
.comparedsec {
    background: #101D37;
    padding: 123px 0;
}
.comparewrap {
    margin-top: 32px;
}
.comparedtitle h4 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter';
    color: #1A1A1A;
    font-weight: 700;
}
.comparisongrid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.comparisongrid ul,
.monerislist ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}
.comparisongrid a,
.monerislist ul a {
    text-decoration: none;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 10px 17px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    font-family: 'Inter';
    transition: ease 0.3s;
}
.compviewall a {
    border: none;
    background: #2A99D4;
}
.comparisongrid a:hover {
    color: #2A99D4;
    background: #fff;
}
.comparisongrid a {
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 14px 24px 12px;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}
.readyswitchsec.switchparcel {
    padding: 122px 0;
    background: #2A99D4;
}
.switchparcel .experiencehead h2 span {
    color: #141414;
}

/* moneris page */

.monerishero {
    padding: 119px 0 86px;
}
.monerishero .maintitle p {
    font-size: 24px;
    line-height: 36px;
    max-width: 560px;
}
.monerishero .competitorhero_left {
    width: 50%;
}
.monerishero .pendingpercelimg {
    width: 50%;
}
.monerishero .maintitle {
    margin: 0 0 15px;
}
.monerisdesc p {
    color: #737373;
    margin: auto;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Inter';
}
.monerislist {
    margin: 45px 0;
}
.monerislist ul {
    justify-content: flex-start;
}
.monerisher .sbtitle span {
    letter-spacing: 0;
}
.workicon svg {
    overflow: visible;
}
.monerislist ul a {
    background: #EBEBEB;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 10px;
}
.monerishero .btnwrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.monerishero .btnwrap a {
    text-align: center;
    justify-content: center;
    font-size: 17px;
    line-height: 26px;
    padding: 12px 42px;
    background: #0D98D9;
    gap: 8px;
    margin: 0;
}
.monerishero .btnwrap a.outlinebtn {
    background: transparent;
    color: #1A1A1A;
    border: 1px solid rgb(0 0 0 / 10%);
}
.monerishero .btnwrap a:hover{
    background-color: #fff;
    color: #0D98D9;
}
.physicalsec {
    background: #F0F9FF;
    padding: 167px 0;
}
.physicalhead {
    width: 45%;
}
.physicaldesc {
    width: 55%;
}
.physicalimg img {
    border-radius: 25px;
    width: 100%;
    display: block;
}
.physicalwrap {
    display: flex;
    gap: 98px;
    align-items: center;
    padding: 0 43px;
}
.physicaldescin h2 {
    font-size: 50px;
    font-family: 'Inter';
    font-weight: 700;
    color: #1A1A1A;
    line-height: 52px;
    margin: 0 0 24px;
    max-width: 500px;
}
.payicon {
    margin: 0 0 64px;
}
.physicaldescin p {
    margin: 0;
    color: #737373;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 400;
    max-width: 514px;
}
.physicalinfo h4 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    color: #1A1A1A;
    font-weight: 700;
    font-family: 'Inter';
}
.paymentcapability {
    padding: 148px 0;
    background: #101A30;
}
.paycapwrap {
    margin-top: 66px;
}
.paycapgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.payitemin {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #2D3546;
    height: 100%;
    background: #1A2335;
}
.payitemin .expedicon {
    justify-content: flex-start;
    margin: 0 0 13px;
}
.paymentcapability .experiencehead p {
    max-width: 665px;
    margin: auto;
    color: #BECADC;
    font-size: 21px;
    line-height: 31px;
}
.payitemin .expedinfo h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.payitemin .expedinfo p {
    margin: 0;
    max-width: 100%;
    font-size: 13px;
    color: #BECADC;
}
.terminalsec .how_workgrid {
    grid-template-columns: repeat(4, 1fr);
}
.terminalsec .how_workwrap {
    max-width: 100%;
}
.terminalicon {
    margin: 0 0 24px;
}
.numicon {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #0D98D9;
    align-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.terminalsec .workitemin {
    position: relative;
}
.terminalsec .how_workinfo h3 {
    font-size: 17px;
    font-weight: 600;
}
.terminalsec {
    background: rgb(235 235 235 / 30%);
}
.monerisworksec .how_workgrid {
    grid-template-columns: repeat(4, 1fr);
}
.monerisworksec .how_workwrap {
    max-width: 100%;
}
.whymoneris {
    padding: 147px 0;
}
.whymoneris .commititemin {
    padding: 53px 40px 20px;
    border-radius: 22px;
    border: 1px solid #E8ECF1;
    height: 100%;
    background: #F8FAFC;
    text-align: left;
    align-items: flex-start;
}
.whymoneris .commititemin .commiticon {
    margin: 0 0 22px;
}
.whymoneris .commitmentgrid {
    gap: 22px;
    row-gap: 17px;
}
.whymoneris .experiencehead p {
    font-size: 18px;
    line-height: 26px;
}
.whymoneris .experiencehead p strong{
    color: #000;
}
.whymoneris .commitmentwrap {
    max-width: 100%;
    margin-top: 29px;
}
.whymoneris .commititemin .how_workinfo h3 {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 5px;
}
.casesegment {
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
}
.casesegment .lockergrid {
    grid-template-columns: repeat(2, 1fr);
}
.segmentlockerwrap {
    margin-top: 0px;
}
.casesegmentwrap {
    display: flex;
    align-items: center;
    gap: 46px;
}
.casesegmentwrap .experiencehead {
    text-align: left;
    width: 25%;
}
.casesegmentwrap .segmentlockerwrap {
    width: 75%;
}
.casesegment .lockeritem {
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 0 2px 0px rgb(0 0 0 / 5%);
    padding: 30px 20px;
    border-color: #E6E6E6;
    display: flex;
    gap: 16px;
}
.casesegment .lockeritem .lockerinfo {
    text-align: left;
}
.lockerimg {
    display: flex;
    width: 128px;
    flex: 0 0 128px;
    aspect-ratio: 1/1;
}
.lockerimg img {
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}
.casesegment .lockeritem .lockerinfo p {
    font-size: 18px;
    line-height: 23px;
}
.casesegment .lockericon {
    margin: 0 0 18px;
}
.casesegment .lockerinfo h3 {
    font-size: 28px;
    line-height: 31px;
    color: #0A0A0A;
    margin: 0 0 9px;
}
.readyacceptpaywrap {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgb(13 152 217 / 5%) 0%, #0d98d96b 50%, #FAFAFA 100%);
    border-radius: 12px;
    border: 1px solid rgb(13 152 217 / 20%);
}
.readyacceptpay .readyacceptpaywrap h2 {
    margin: auto auto 18px;
    font-size: 30px;
    line-height: 26px;
}
.readyacceptpay .readyacceptpaywrap p {
    color: #737373;
    font-size: 15px;
    line-height: 24px;
    max-width: 518px;
    margin: auto;
}
.readyacceptpay .readyacceptpaywrap a {
    background: #0D98D9;
    color: #fff;
    font-weight: 400;
    width: auto;
    margin: 0;
    padding: 9px 33px;
}
.readyacceptpay .readyacceptpaywrap a:hover,
.readyacceptpay .readyacceptpaywrap a.outlinebtn:hover {
    background: #fff;
    color: #0D98D9;
}
.readyacceptpay .readyacceptpaywrap a.outlinebtn {
    background: transparent;
    color: #1A1A1A;
}
.readyacceptpay {
    margin: 80px 0;
}


/* retail */

.herogrid {
    align-items: center;
    display: flex;
}
.retailpagehero {
    padding: 148px 0 164px;
    background: linear-gradient(90deg, #F0F9FF 0%, #fff 100%);
}
.heroleft {
    width: 45%;
}
.heroright {
    width: 55%;
}
.herorightin img {
    width: 100%;
    display: block;
}
.breadcrumbs {
    padding-bottom: 53px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.breadcrumbs a,
.breadcrumbs span {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
}
.breadcrumbs span {
    color: #2A99D4;
    letter-spacing: 0.38px;
    font-weight: 700;
}
.herobrandwrap {
    margin: 0 0 6px;
}
.herobrandtext h1 {
    margin: 0;
    font-size: 113px;
    line-height: 119px;
    font-family: 'Inter';
    font-weight: 700;
    color: #0A0A0A;
}
.herobrandtext p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.38px;
    max-width: 174px;
}
.clicktitle p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #737373;
    font-family: 'Inter';
    font-weight: 400;
}
.clicktitle h4 {
    margin: 0 0 29px;
    font-size: 31px;
    line-height: 43px;
    color: #0A0A0A;
    font-weight: 600;
    font-family: 'Inter';
}
.clicktitle .btnwrap {
    margin: 37px 0 48px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.clicktitle .btnwrap a {
    width: auto;
    padding: 10px 33px;
    font-size: 15px;
    line-height: 22px;
    gap: 8px;
    justify-content: center;
    margin: 0;
}
.clicktitle .btnwrap .outlinebtn {
    background: transparent;
    color: #0A0A0A;
    border-color: rgb(0 0 0 / 10%);
    font-weight: 400;
}
.clicktitle .btnwrap .outlinebtn:hover {
    background: #fff;
}
.percentgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    border-top: 1px solid rgb(0 0 0 / 14%);
    padding-top: 56px;
}
.percentitemin {
    text-align: center;
}
.percentitemin h3 {
    color: #2A99D4;
    font-size: 38px;
    line-height: 32px;
    margin: 0 0 8px;
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 0.2px;
}
.percentitemin p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    color: #737373;
    line-height: 16px;
}
.keybenefitsec {
    background: linear-gradient(140deg, #112240 0%,  #0E182D 17%, #0E172A 75%,  #112240 100%);
    padding: 146px 0;
}
.keybenefitsec .titlewrap h2 {
    color: #FCFEFF;
}
.titlewrap {
    text-align: center;
    margin: 0 0 48px;
}
.titlewrap h2 {
    margin: 0;
    font-size: 50px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 700;
    font-family: 'Inter';
}
.keygrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 24px;
}
.keyitemin {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
    background: #1A2335;
    border: 1px solid #2D3546;
    border-radius: 12px;
    height: 100%;
    padding: 27px 21px 18px;
    box-shadow: 1px 0 2px 0px rgb(0 0 0 / 5%);
}
.keyinfo h5 {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    margin: 0;
    max-width: 225px;
}
.keyicon {
    display: flex;
}
.featuregrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    row-gap: 17px;
}
.featuresitem {
    text-align: left;
    background: #F8FAFC;
    border-radius: 20px;
    padding: 53px 40px;
    height: 100%;
    border: 1px solid #E8ECF1;
    transition: ease 0.3s;
}
.featuresitem:hover {
    box-shadow: 0 6px 8px rgb(0 0 0 / 9%);
}
.featuresicon {
    display: flex;
    margin: 0 0 22px;
}
.featuresinfo p {
    color: rgb(0 0 0 / 48%);
    margin: 0;
    font-size: 15px;
    font-family: 'Inter';
    line-height: 20px;
    max-width: 231px;
}
.featuresinfo h3 {
    color: #0A0A0A;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 15px;
}
.featuresec {
    padding: 150px 0;
}
.featuresec .titlewrap {
    margin: 0 0 29px;
}
.featuresec .titlewrap h2 {
    color: #0E172A;
}
.workhowsec {
    padding: 114px 0;
    background: #F0F9FF;
}
.workhowsec .titlewrap h2 {
    color: #000;
}
.workhowgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 62px;
}
.workhowitemin {
    text-align: center;
}
.stepsnum {
    margin: 0 0 23px;
}
.workhowinfo p {
    margin: 0 auto;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #8D97A6;
    max-width: 212px;
}
.workhowinfo h3 {
    color: #000;
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    font-family: 'Inter';
}
.usecases {
    background: #fff;
}
.usecases .lockerimg {
    width: 83px;
    height: 83px;
    flex: 0 0 83px;
}
.usecases .lockeritem .lockerinfo p {
    max-width: 254px;
}
.usecases .experiencehead p {
    color: #737373;
    font-size: 21px;
    line-height: 31px;
    margin: 24px 0 0;
}
.usecasesec .titlewrap,
.integrationsec .titlewrap {
    margin: 0 0 64px;
}
.integrationsec {
    padding: 100px 0;
    background: #2A99D4;
}
.integrationsec .titlewrap h2 {
    font-size: 37px;
}
.intergraitonwrap ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}
.intergraitonwrap .btnwrap {
    margin: 47px 0 0;
}
.intergraitonwrap .btnwrap a {
    padding: 2px 26px;
    font-size: 18px;
    line-height: 26px;
    gap: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    text-align: center;
    max-width: 242px;
    width: 100%;
    justify-content: center;
    height: 50px;
    position: relative;
}
.intergraitonwrap .btnwrap a svg {
    margin-left: 0;
    position: absolute;
    right: 20px;
}
.intergraitonwrap ul a {
    text-decoration: none;
    background: #ffff;
    font-size: 16px;
    padding: 12px 24px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'Inter';
    font-weight: 400;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    box-shadow: 1px 0 2px 0px rgb(0 0 0 / 5%);
    transition: ease 0.3s;
}
.intergraitonwrap ul a:hover {
    background: #0A7DB2;
    color: #fff;
}
.getstartedretail {
    padding: 80px 0 41px;
    background: linear-gradient(to right, rgb(13 152 217 / 5%) 0%, #0d98d900 50%, rgb(9 195 152 / 15%) 100%);
}
.startedretailhead {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 30px;
    max-width: 860px;
}
.startedretailhead .titlewrap {
    margin: 0;
    text-align: left;
}
.startedretailhead .titlewrap h2 {
    font-size: 45px;
    margin: 0 0 11px;
}
.startedretailhead .titlewrap p {
    margin: 0;
    color: #737373;
    font-size: 21px;
    line-height: 33px;
    font-family: 'Inter';
    font-weight: 400;
}
.startedretailwrap {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    padding: 57px 40px 80px;
    box-shadow: 1px 0 2px 0px rgb(0 0 0 / 5%);
}
.startedretailwrapin {
    max-width: 860px;
    margin: auto;
}
.startedretailwrapin .submitbtn button {
    padding: 9px 10px;
}
.startedretailwrapin .submitbtn p {
    font-size: 14px;
    line-height: 18px;
    margin: 28px 0 0;
}
.startedretailwrapin .contact_item textarea {
    min-height: 118px;
}
.startedretailwrapin .contact_item label {
    font-size: 16px;
    margin: 0 0 14px;
}
.startedretailwrapin .contact_flex {
    gap: 19px;
    margin: 0 0 36px;
}
.startedretailwrapin .contact_item {
    margin: 0 0 36px;
}
.startedretailwrapin .contact_flex .contact_item {
    margin: 0px;
}
.startedretailwrapin .contact_item input,
.startedretailwrapin .contact_item select,
.startedretailwrapin .contact_item textarea {
    padding: 12px 15px;
    font-size: 16px;
}
.readytransfersec {
    padding: 129px 0;
    background-image: url(../../assets/media/readybgimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.readytransfersec .titlewrap h2 {
    margin: auto auto 11px;
    font-size: 53px;
    line-height: 60px;
}
.readytransfersec .titlewrap p {
    font-size: 20px;
    color: #BECADC;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 400;
    max-width: 502px;
    margin: auto;
}
.readytransfersec .readybtn {
    max-width: 416px;
    margin: auto;
    flex-direction: column;
    row-gap: 32px;
}
.readytransfersec .readybtn a {
    font-size: 19px;
    padding: 18px 48px;
    gap: 8px;
    justify-content: center;
    text-align: center;
    border: 1px solid #0DDAC9;
    color: #fff;
    line-height: 20px;
    width: auto;
    border-radius: 100px;
    background: linear-gradient(-90deg, #0D98D9 0%, #0DDAC9 100%);
    gap: 22px;
}
.readybottomdesc {
    text-align: center;
    margin: 32px 0 0;
}
.readybottomdesc p {
    color: #BECADC;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
    margin: 0;
}
.readytransfersec .readybtn a.outlinebtn {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 26px;
    line-height: 37px;
    gap: 13px;
}
.readytransfersec .readybtn a.outlinebtn:hover {
    color: #0D98D9;
}
.readytransfersec .readybtn a:hover {
    background: #fff;
    color: #0D98D9;
}
.faq-item {
    overflow: hidden;
    margin: 0 0 34px;
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 17px 30px 17px 25px;
}
.faq-item:last-child {
    margin: 0;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Inter';
}
.faq-answer {
    padding: 0;
    display: none;
    margin-top: 15px;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-answer p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
}
.faqsec {
    padding: 102px 0;
    background: #fff;
}
.faqsec .titlewrap {
    margin: 0 0 34px;
}
.faq-item.active .faqdownarrow svg {
    transform: rotate(180deg);
}
.faqdownarrow svg {
    transition: ease 0.3s;
}
.faqsec .titlewrap h2 {
    font-size: 36px;
}
.faqwrap {
    max-width: 832px;
    margin: auto;
}
/* .range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  height: 10px;
  border-radius: 16px;
  background: #CBE7FB;
  overflow: hidden;
}
.range input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 16px;
  background: #CBE7FB;
}
.range input[type="range"]::-moz-range-track {
  height: 10px;
  border-radius: 16px;
  background: #CBE7FB;
}
.range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CBE7FB;
  margin-top: -1px;
  box-shadow: -407px 0 0 400px #2A99D4;
}
.range input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CBE7FB;
  box-shadow: -407px 0 0 400px #2A99D4;
} */
.calculatorsec {
    padding: 143px 0 81px;
    background: #fff;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.calculatorsec .experiencehead p {
    color: #4A5565;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    letter-spacing: -0.31px;
}
.calculatorsec .experiencehead span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    color: #2A99D4;
    letter-spacing: 0.55px;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 500;
}
.calculatorsec .experiencehead h2 {
    margin: 0 0 18px;
    font-size: 50px;
    line-height: 52px;
    color: #0A0A0A;
}
.calculatorsec .experiencehead {
    margin: 0 0 32px;
}
.calchead {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 34px;
}
.calcicon {
    display: flex;
}
.calctitle h4 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #0A0A0A;
    letter-spacing: -0.45px;
    font-family: 'Inter';
    font-weight: 600;
}
.calculatorgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.calcleftin {
    background: #F0F9FF;
    padding: 28px 24px 50px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 14px;
    height: 100%;
}
.calcleftselect label,
.rangeitem label {
    display: block;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 7px;
    font-family: 'Inter';
}
.calcleftselect select {
    background-color: #fff;
    color: #0A0A0A;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 21px;
}
.calcleftselect {
    margin: 0 0 23px;
}
.rangeitem {
    margin: 0 0 23px;
}
.range {
    width: 100%;
}
.rangebox {
    width: 80px;
    height: 44px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.31px;
    color: #0A0A0A;
    font-family: 'Inter';
}
.rangeflex {
    display: flex;
    align-items: center;
    gap: 16px;
}
.calcbtn button {
    padding: 7px 17px;
    font-size: 14px;
    line-height: 20px;
    gap: 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #0D99D6;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #0D99D6;
    font-weight: 500;
    font-family: 'Inter';
    transition: ease 0.3s;
}
.calcleftin .calcbtn button {
    background: transparent;
    color: #000;
    border-color: #000;
    padding: 9px 17px;
}
.calcbtn button:hover,
.calcleftin .calcbtn button:hover {
    background: #fff;
    color: #0D99D6;
}
.calcbtn button:hover path{
    stroke: #0D99D6 ;
}
.estimatein {
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgb(0 0 0 / 10%);
}
.estimatemiddle {
    text-align: center;
    color: #fff;
}
.estisbtitle h5 {
    color: #2A99D4;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.45px;
    margin: 0;
}
.estisbtitle {
    margin: 0 0 20px;
}
.estimaintitle h2 {
    font-size: 64px;
    line-height: 56px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: -1.94px;
    margin: 0 0 3px;
    color: #2A99D4;
}
.estimaintitle {
    margin: 0 0 8px;
}
.estimaintitle span {
    color: #0A0A0A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
}
.permonth h5 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #2A99D4;
}
.permonth h5 span {
    font-size: 20px;
}
.estimatewrap {
    margin: 0 0 24px;
}
.calchoursgrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    row-gap: 20px;
    margin: 0 0 24px;
}
.calchouritemin {
    text-align: center;
    padding: 15px 25px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
}
.hoursicon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.hoursinfo p {
    margin: 0;
    font-family: 'Inter';
    color: #4A5565;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
}
.hoursinfo h3 {
    margin: 0 0 4px;
    color: #0A0A0A;
    font-size: 32px;
    line-height: 35px;
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 0.6px;
}
.bioincreasewrapin {
    text-align: center;
    background: #EEF5F8;
    border-radius: 14px;
    border: 1px solid rgb(13 153 214 / 62%);
    padding: 15px 25px;
    height: 100%;
}
.bioincreasewrapin span {
    display: inline-block;
    margin: 0 0 14px;
    color: #4A5565;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    font-family: 'Inter';
}
.bioincreasewrapin h2 {
    font-size: 49px;
    line-height: 41px;
    color: #0D99D6;
    font-weight: 700;
    letter-spacing: -0.63px;
    margin: 0 0 9px;
    font-family: 'Inter';
}
.bioincreasewrapin p {
    margin: 0;
    color: #2A99D4;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -0.15px;
}
.bioincreouter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 0 0 28px;
}
.paybackin {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 15px 25px;
    text-align: center;
    height: 100%;
}
.payback {
    text-align: center;
}
.payback p {
    margin: 0 0 14px;
    color: #4A5565;
    font-family: 'Inter';
    font-size: 16px;
    letter-spacing: -0.15px;
    line-height: 20px;
}
.payback h4 {
    margin: 0 0 9px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A0A0A;
    letter-spacing: 0.07px;
}
.paybackdesc p {
    color: #6A7282;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
    margin: 0;
}
.calculatorright .calcbtn button {
    padding: 9px 17px;
    font-size: 18px;
    line-height: 28px;
    gap: 14px;
}

/* Snaile swap page */

.snaile_hero {
    /* height: 100vh; */
    padding: 120px 0;
}
.snaile_hero .maintitle p {
    font-size: 18px;
    line-height: 26px;
    max-width: 640px;
    margin: auto;
}
.snaile_hero .sbtitle span {
    font-size: 18px;
}
.snaile_hero .maintitle h1 {
    font-size: 58px;
    line-height: 62px;
    letter-spacing: -1px;
    margin: 0 0 35px;
    text-transform: capitalize;
}
.snaile_hero .maintitle {
    margin: 0 0 40px;
}
.snaile_hero .btnwrap a {
    text-transform: uppercase;
    font-weight: 700;
}
.parallexsec {
    background-image: url(/assets/media/snaile-swap-hero-lockers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 560px;
    background-attachment: fixed;
}
.experiencehavesec,
.snaileourwork {
    padding: 100px 0;
}
.experiencehavewrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.experiencehaverightin img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.experiencehaveleftin .experiencehead {
    text-align: left;
    margin: 0 0 30px;
}
.experiencehaveleftin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.experiencehaveleftin ul li {
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Inter';
    font-weight: 400;
}
.experiencehaveleftin ul li svg {
    width: 24px;
    height: 24px;
}
.experiencehaveleftin ul li:not(:last-child) {
    margin: 0 0 20px;
}
.blueboxgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.expediboxitembox .expediboxitem {
    box-shadow: 0px 24px 96px -24px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    padding: 56px 40px;
    border: none;
}
.expediboxitembox .expedicon img {
    width: 56px;
    height: 56px;
    border-radius: 0;
}
.expediboxitembox .expedicon {
    margin: 0 0 20px;
}
.expediboxitembox .expedinfo p {
    color: #000;
    font-size: 16px;
}
.snaileourworkgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.snaileourworkwrap {
    margin: 70px 0 0;
}
.snaileourwork .installeditem img {
    border-radius: 4px;
}
.snaileourworkleftin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.snaileourworktitle h3 {
    margin: 0;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
}
.snaileourworktitle {
    text-align: center;
    margin: 0 0 30px;
}
.snaileourworkhead h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Inter';
}
.snaileourworkhead {
    margin: 25px 0 0;
}
.msgclientsec {
    background: #fafafa;
    padding: 100px 0;
}
.msgclientwrap {
    display: flex;
    align-items: center;
    gap: 50px;
}
.msgclientright {
    width: 35%;
}
.msgclientwrap .snaileourworkleft {
    width: 55%;
}
.msgclientcontent h3 {
    font-size: 20px;
    color: #0d99d6;
    line-height: 1.2em;
    margin: 0 0 30px;
    font-family: 'Inter';
    font-weight: 700;
    position: relative;
}
.msgclientcontent h3:after {
    content: "|";
    -webkit-animation: eaelBlink_cursor .7s infinite;
    animation: eaelBlink_cursor .7s infinite;
    position: relative;
    right: -3px;
}
@keyframes eaelBlink_cursor{
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}
.msgclientcontent p {
    font-style: italic;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Inter';
    font-weight: 400;
}
.clientrating {
    margin: 30px 0 0;
}
.clientname {
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    font-family: 'Inter';
    font-weight: 700;
    margin: 0 0 5px;
}
.snaileourwork.orleansec {
    padding: 150px 0;
}
.snaileimgsec {
    padding: 0px 0 100px;
}
.snaileimggrid {
    border-top: 1px solid #e0e3eb;
    padding: 100px 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.snaileimgitem {
    position: relative;
    transition: ease 0.3s;
}
.snaileimgitem img {
    width: 100%;
    display: block;
    border-radius: 4px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.snaileimgtitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    transition: ease 0.3s;
    opacity: 0;
}
.snaileimgtitle h4 {
    margin: 0;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
}
.snaileimgitem:before {
    content: '';
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: ease 0.3s;
    border-radius: 4px;
    pointer-events: none;
}
.snaileimgitem:hover:before,
.snaileimgitem:hover .snaileimgtitle {
    opacity: 1;
}
.getqoutesec.snailepageform {
    padding: 100px 0;
}
.getqoutesec.snailepageform .getquotewrap {
    flex-direction: column;
    gap: 60px;
    padding: 0;
}
.getqoutesec.snailepageform .getquotewrap .getqouteleft {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.getqoutesec.snailepageform .getquotewrap .getqoutewrap {
    width: 100%;
}
.snailepageform .getqouteleft .experiencehead p {
    font-size: 16px;
    line-height: 24px;
    max-width: 560px;
}
.snailepageform .getqouteleft .experiencehead {
    margin: 0;
    width: 60%;
}
.snailepageform .getquoteexperwrap {
    width: 40%;
}
.snailepageform .experiencehead .sbtitle {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-family: 'Inter';
}
.snailepageform .getqouteleft .experiencehead h2 {
    margin: 0 0 25px;
}
.snailepageform .getexperticon {
    width: 36px;
    height: 36px;
    background: #0d99d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.snailepageform .getgetexpertitemin {
    flex-direction: column;
    align-items: center;
}
.snailepageform .getexpertinfo a {
    color: #000;
    text-decoration: none;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}
.snailepageform .getexpertitem:not(:last-child) {
    margin: 0 0 18px;
}
.snailepageform .getqoutewrapin {
    background: #fff;
}
.checkboxinput {
    font-size: 14px;
    margin: 0 0 10px;
}
.checkbox {
    margin: 0px 0 50px;
}
.checkbox h5 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 15px;
    color: #000;
    font-weight: 600;
}
.checkboxinput label {
    font-family: 'Inter';
    color: #000;
}
.checkbox p {
    font-size: 14px;
    font-family: 'Inter';
    margin: 0;
    line-height: 1.2em;
    color: #000;
}
.checkboxinput label input {
    margin-right: 5px;
}

/* new calculator */

.slider-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.slider-row input[type="range"] {
    flex: 1;
    accent-color: #0d99d6;
    height: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.slider-row select,
.slider-row input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter';
    outline: none;
    font-weight: 600;
}
.slider-row input[type="number"] {
    width: 96px;
}
.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.stat {
    background: var(--muted-bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px;
}
.stat .label {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-family: 'Inter';
    line-height: 1.2em;
}
.stat .value {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    font-family: 'Inter';
}
.stat.highlight {
    background: linear-gradient(135deg, rgba(13, 153, 214, 0.08), rgba(13, 153, 214, 0.02));
    border-color: rgba(13, 153, 214, 0.3);
}
.stat.highlight .value {
    color: #0d99d6;
}
.cta-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.lang-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
}
.lang-toggle button {
    background: none;
    border: 1px solid var(--border);
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    margin-left: 4px;
    font-family: 'Inter';
}
.lang-toggle button.active {
    background: #0d99d6;
    color: white;
    border-color: #0d99d6;
}
.disclaimer {
    color: var(--muted);
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
    font-family: 'Inter';
    margin-bottom: 0;
}
.calculatorrightin {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: var(--shadow);
    height: 100%;
}
.cta-row a.btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter';
    border: 1px solid transparent;
}
.cta-row a.btn.btn-primary:hover {
    background: transparent;
    border-color:#0d99d6;
    color:#0d99d6;
}
.cta-row a.btn.btn-outline {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
}
.cta-row a.btn.btn-outline:hover {
    background: #0d99d6;
    color: #fff;
    border-color: #0d99d6;
}
.rangeitem:last-child {
    margin: 0;
}
.calculatorrightin .calctitle {
    margin: 0 0 34px;
}
:root {
--bg: #ffffff;
--card: #ffffff;
--border: #e5e7eb;
--text: #0f172a;
--muted: #64748b;
--muted-bg: #f8fafc;
--shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04);
}

body:has(.customerswrap) .getqoutesec .getqoutewrap {
    margin: auto;
    padding-top: 40px;
}

body:has(.customerswrap) .readybtn.btnwrap {
    margin: auto;
    padding-top: 40px;
}

/* responsive */

@media(max-width:1350px){
  .clientitemin {
    padding: 20px 20px;
}
.breadcrumbs {
    padding-bottom: 80px;
}
.clicktitle .btnwrap {
    margin: 27px 0 35px;
}
.clicktitle h4 {
    margin: 0 0 20px;
}
.retailpagehero {
    padding: 90px 0 100px;
}
.herobrandtext p {
    margin: 0 0 7px;
}
.compititorhero .maintitle h1 {
    font-size: 62px;
    line-height: 58px;
    letter-spacing: -1px;
    margin: 0 0 22px;
}
.compititorhero .maintitle p {
    font-size: 18px;
    line-height: 24px;
}
.compititorhero .sbtitle {
    margin: 0 0 15px;
}
.compititorhero .maintitle h1 span {
    margin-top: 10px;
}
.percentgrid {
    padding-top: 46px;
}
.percentitemin p {
    font-size: 11px;
}
.casesegment .lockerinfo h3 {
    font-size: 22px;
    line-height: 28px;
}
.casesegment .lockeritem .lockerinfo p {
    font-size: 16px;
    line-height: 22px;
}
.usecases .experiencehead p {
    font-size: 18px;
    line-height: 26px;
    margin: 14px 0 0;
}
.intergraitonwrap ul {
    gap: 100px;
}
}




@media(max-width:1360px){
.readyswitchsec .readybtn a {
    font-size: 15px;
    padding: 12px 15px;
}
.breadcrumbs {
    padding-bottom: 30px;
}
}
@media(max-width:1199px){
.navbar-expand-lg .navbar-collapse {
    flex-wrap: wrap;
}
.compititorhero .maintitle h1 {
    font-size: 52px;
    line-height: 48px;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    padding-right: 0 !important;
}
.expediboxitem {
    padding: 20px 20px 25px;
}
.expedicon img {
    width: 150px;
    height: 150px;
}
.expedinfo h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 24px;
}
.lockeritem {
    padding: 45px 20px;
}
.lockerinfo h3 {
    font-size: 34px;
    line-height: 28px;
}
.getquotewrap {
    gap: 40px;
    padding: 0 0px 0 0px;
}
.readyswitchwrap .experiencehead {
    text-align: left;
    width: 50%;
}
.readyswitchwrap .readybtn {
    width: 50%;
}
.readyswitchsec .experiencehead p {
    font-size: 20px;
    line-height: 30px;
}
.experiencehead h2 {
    font-size: 40px;
    line-height: 42px;
}
.lockerimg {
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
}
.monerislist ul {
    flex-wrap: wrap;
}
.monerishero .btnwrap a {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 25px;
}
.herobrandtext h1 {
    font-size: 83px;
    line-height: 89px;
}
.clicktitle h4 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 32px;
}
.clicktitle .btnwrap a {
    padding: 10px 20px;
}
.percentitemin h3 {
    font-size: 28px;
    line-height: 26px;
}
.percentgrid {
    padding-top: 30px;
    gap: 10px;
}
.clicktitle .btnwrap {
    margin: 22px 0 25px;
}
.intergraitonwrap ul {
    gap: 60px;
}

}

@media(max-width:992px){
.compititorhero, .retailhero,
.comparisonsec, .switchexpedibox,
.comparisonexperience, .experiencesec,
.readyswitchsec.switchparcel, .readyswitchsec,
.comparedsec, .customerswrap,
.expediboxsec, .installedsec,
.how_worksec, .commitmentsec,
.clientsaysec, .lockerdoorsec,
.getqoutesec, .physicalsec,
.paymentcapability, .readytransfersec,
.retailpagehero, .keybenefitsec,
.featuresec, .workhowsec,
.integrationsec, .faqsec,
.calculatorsec {
    padding: 50px 0;
}
.compititorhero .sbtitle {
    margin: 0 0 5px;
}
.compititorhero .maintitle h1 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 15px;
}
.compititorhero .maintitle p {
    font-size: 16px;
    line-height: 21px;
}
.competitorgridwrap {
    gap: 10px;
}
.pointitem h4 {
    font-size: 31px;
    line-height: 32px;
}
.compititorhero .maintitle,
.points_main {
    margin: 0 0 20px;
}
.pointsgrid {
    gap: 15px;
}
.btnwrap a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    gap: 10px;
}
.experiencehead h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
}
.switchexpedibox .table-container {
    margin: 30px auto 0;
}
.comparisonsec th:not(:first-child) {
    padding: 10px 10px 10px;
    font-size: 16px;
    line-height: 24px;
}
.comparisonsec td {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 12px;
}
.tableinner svg {
    width: 20px;
    height: 20px;
}
.tableinner {
    gap: 5px;
}
.experihead .experitemin h3 {
    font-size: 18px;
    line-height: 26px;
}
.experihead {
    margin: 0 0 22px;
}
.experinfo p {
    font-size: 14px;
    line-height: 21px;
}
.comparisonexperience .experitemin {
    padding: 10px 12px;
}
.experitemin {
    gap: 5px;
    padding: 10px 12px;
}
.comparisonexperience .experiencegrid {
    column-gap: 12px;
}
.pendingtitle h3 {
    font-size: 18px;
    line-height: 24px;
}
.pendingparcelgrid {
    gap: 15px;
}
.parcelinner {
    padding: 10px 10px 10px 10px;
}
.pendingwrap {
    margin: 50px 0 0;
    padding-top: 25px;
}
.switchparcel .experiencehead p {
    font-size: 18px;
    line-height: 24px;
}
.switchparcel .duration_main li {
    font-size: 16px;
    line-height: 24px;
}
.switchparcel .readybtn.btnwrap {
    max-width: 100%;
    width: 50%;
}
.switchparcel .readybtn a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
}
.comparisongrid a {
    padding: 12px 15px 12px;
    font-size: 14px;
    line-height: 20px;
}
.maintitle h1 {
    font-size: 48px;
    line-height: 42px;
    margin: 0 0 15px;
}
.maintitle p {
    font-size: 18px;
    line-height: 21px;
}
.duration_main p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
}
.duration_main li {
    font-size: 14px;
    line-height: 22px;
    gap: 5px;
}
.sbtitle {
    margin: 0 0 15px;
}
.custominfo h3 {
    font-size: 37px;
    line-height: 42px;
}
.custominfo p {
    font-size: 16px;
    line-height: 22px;
}
.expediboxsec .experiencehead h2 {
    margin: 0 0 10px;
}
.experiencehead p {
    font-size: 15px;
    line-height: 22px;
}
.expediboxwrap {
    margin: 40px 0 0;
}
.expediboxwrap .col-md-3 {
    padding: 0 5px;
}
.expediboxitem {
    padding: 15px 12px 15px;
}
.expedicon {
    margin: 0 0 15px;
}
.expedicon img {
    width: 140px;
    height: 140px;
}
.installedwrap {
    margin: 30px 0 0;
}
.installedgrid {
    gap: 10px;
}
.how_worksec .experiencehead p {
    font-size: 16px;
    line-height: 22px;
}
.how_workgrid, .commitmentgrid {
    gap: 25px;
}
.how_workinfo h3 {
    font-size: 18px;
    line-height: 24px;
}
.commititemin {
    padding: 30px 12px 20px;
}
.switchexpedibox .experiencehead h2 {
    margin: 0 0 10px;
}
.switchexpedibox th {
    padding: 0px 5px 0px;
    font-size: 16px;
    line-height: 1.2em;
}
.switchexpedibox table {
    border-spacing: 10px;
}
.switchexpedibox td br {
    display: none;
}
.tableitem span.bg-primary {
    font-size: 15px;
    line-height: 22px;
}
.tableitem>span {
    height: 62px;
    padding: 10px 10px;
}
.getqoutewrapin {
    padding: 30px 20px;
}
.contact_flex {
    gap: 10px;
    margin: 0 0 15px;
}
.contact_item label {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px;
}
.contact_item input, .contact_item select,
.contact_item textarea, .calcleftselect select {
    padding: 9px 10px;
    font-size: 13px;
    line-height: 14px;
}
.contact_item textarea {
    min-height: 78px;
    max-height: 120px;
}
.submitbtn button {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 22px;
}
.submitbtn {
    margin: 12px 0 0;
}
.submitbtn p {
    line-height: 16px;
}
.getquotewrap {
    gap: 25px;
}
.getqouteleft .experiencehead p {
    font-size: 16px;
    line-height: 24px;
}
.getexpertinfo h4 {
    font-size: 18px;
    line-height: 24px;
}
.getquoteicon svg {
    width: 60px;
    height: 60px;
}
.getquoteicon {
    margin: 0 0 18px;
}
.readyswitchsec .experiencehead p {
    font-size: 16px;
    line-height: 24px;
}
.readyswitchwrap .readybtn {
    gap: 10px;
}
.readyswitchsec .readybtn a {
    font-size: 14px;
    padding: 12px 11px;
}
.monerishero .maintitle p {
    font-size: 18px;
    line-height: 26px;
}
.monerisdesc p {
    font-size: 15px;
    line-height: 20px;
}
.monerishero .maintitle {
    margin: 0 0 10px;
}
.monerislist {
    margin: 25px 0;
}
.monerishero .btnwrap a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
}
.monerishero .btnwrap {
    gap: 10px;
}
.monerislist ul {
    gap: 5px;
}
.physicalwrap {
    gap: 25px;
    padding: 0 0px;
}
.physicaldescin h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 15px;
}
.payicon {
    margin: 0 0 15px;
}
.physicaldescin p {
    font-size: 15px;
    line-height: 22px;
}
.paymentcapability .experiencehead p {
    font-size: 15px;
    line-height: 22px;
}
.paycapwrap {
    margin-top: 40px;
}
.paycapgrid {
    gap: 12px;
}
.payitemin {
    padding: 15px;
}
.whymoneris .commititemin {
    padding: 30px 15px 20px;
}
.whymoneris .commititemin .commiticon {
    margin: 0 0 10px;
}
.casesegment .lockeritem {
    padding: 20px 15px;
    gap: 10px;
    flex-direction: column;
}
.casesegment .lockerinfo h3 {
    font-size: 18px;
    line-height: 24px;
}
.casesegment .lockeritem .lockerinfo p {
    font-size: 15px;
    line-height: 22px;
}
.casesegmentwrap {
    align-items: flex-start;
    gap: 12px;
}
.casesegment .lockergrid {
    gap: 12px;
}
.readytransfersec .titlewrap h2 {
    font-size: 40px;
    line-height: 42px;
}
.readytransfersec .titlewrap p {
    font-size: 15px;
    line-height: 22px;
}
.titlewrap {
    margin: 0 0 30px;
}
.readytransfersec .readybtn a {
    font-size: 14px;
    padding: 13px 20px;
    gap: 8px;
}
.readytransfersec .readybtn a.outlinebtn {
    font-size: 18px;
    line-height: 24px;
    gap: 8px;
}
.readytransfersec .readybtn {
    row-gap: 22px;
}
.readytransfersec .readybtn a.outlinebtn svg {
    width: 20px;
    height: 20px;
}
.readybottomdesc {
    margin: 20px 0 0;
}
.whymoneris .experiencehead p {
    font-size: 15px;
    line-height: 22px;
}
.herobrandtext h1 {
    font-size: 60px;
    line-height: 69px;
}
.clicktitle p {
    font-size: 15px;
    line-height: 22px;
}
.clicktitle h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 28px;
}
.clicktitle .btnwrap {
    margin: 20px 0 20px;
    gap: 10px;
}
.clicktitle .btnwrap a {
    padding: 10px 12px;
    font-size: 14px;
}
.percentitemin h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px;
}
.percentgrid {
    padding-top: 20px;
    gap: 5px;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    line-height: 18px;
}
.keygrid {
    gap: 12px;
    row-gap: 12px;
}
.keyitemin {
    row-gap: 12px;
    padding: 20px 15px 15px;
}
.keyinfo h5 {
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
}
.featuresitem {
    padding: 20px 15px;
}
.featuresicon {
    margin: 0 0 12px;
}
.featuresinfo h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0 10px;
}
.featuregrid {
    gap: 12px;
    row-gap: 12px;
}
.stepsnum {
    margin: 0 0 12px;
}
.stepsnum svg {
    width: 90px;
    height: 90px;
}
.workhowinfo h3 {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 24px;
}
.workhowgrid {
    gap: 12px;
}
.usecases .experiencehead p {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}
.intergraitonwrap ul {
    gap: 30px;
}
.intergraitonwrap ul svg {
    height: 30px;
    width: 100%;
}
.intergraitonwrap .btnwrap a {
    padding: 2px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 10px;
    max-width: 222px;
    height: 42px;
}
.integrationsec .titlewrap h2 {
    font-size: 30px;
    line-height: 30px;
}
.titlewrap h2 {
    font-size: 30px;
    line-height: 30px;
}
.usecasesec .titlewrap,
.integrationsec .titlewrap {
    margin: 0 0 35px;
}
.faqsec .titlewrap h2 {
    font-size: 30px;
}
.faq-item {
    margin: 0 0 15px;
    padding: 12px 20px 12px 20px;
}
.faq-question {
    font-size: 18px;
}
.calculatorsec .experiencehead h2 {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 42px;
}
.estimaintitle h2 {
    font-size: 44px;
    line-height: 36px;
}
.permonth h5 {
    font-size: 26px;
}
.calchead {
    margin: 0 0 20px;
}
.hoursinfo h3 {
    font-size: 22px;
    line-height: 24px;
}
.calchouritemin {
    padding: 15px 15px;
    height: 100%;
}
.calchoursgrid {
    gap: 10px;
    row-gap: 10px;
    margin: 0 0 15px;
}
.bioincreasewrapin h2 {
    font-size: 32px;
    line-height: 31px;
}
.paybackin,
.bioincreasewrapin {
    padding: 15px 15px;
}
.bioincreasewrapin p {
    font-size: 16px;
    line-height: 18px;
}
.bioincreasewrapin span,
.payback p {
    margin: 0 0 10px;
}
.bioincreouter {
    gap: 10px;
    margin: 0 0 20px;
}
.payback h4 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 26px;
}

}

@media(max-width:767px){
    body:has(.customerswrap) .readybtn.btnwrap {
    padding-top: 25px;
    width: 100%;
}

.compititorhero .maintitle p {
    font-size: 15px;
    line-height: 20px;
}
.competitorgridwrap {
    flex-wrap: wrap;
    row-gap: 30px;
}
.competitorhero_left,
.pendingpercelimg {
    width: 100%;
}
.switchexpedibox table {
    border-spacing: 10px;
    overflow: auto;
    display: block;
}
.comparisongrid {
    gap: 12px;
    flex-wrap: wrap;
    row-gap: 25px;
}
.comparisongrid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.comparisongrid a {
    width: 100%;
    text-align: center;
}
.pointitem h4 {
    font-size: 21px;
    line-height: 22px;
}
.pointvs h5 {
    font-size: 21px;
    line-height: 21px;
}
.pointsgrid {
    justify-content: center;
}
.competitorhero_left {
    text-align: center;
}
.compititorhero .btnwrap a {
    margin: auto;
}
.compititorhero, .retailhero {
    padding-top: 30px;
}
.comparisonsec td {
    font-size: 14px;
    line-height: 20px;
    min-width: 200px;
}
.comparisonexperience .experiencegrid {
    display: flex;
    overflow: auto;
}
.expercomparionleft, .expercomparionright {
    min-width: 75%;
}
.experihead .experitemin h3 {
    font-size: 18px;
    line-height: 24px;
}
.comparisonexperience .experitemin {
    min-height: 68px;
}
.experinfo p br {
    display: none;
}
.switchparcel .duration_main ul {
    gap: 20px;
}
.switchparcel .duration_main li {
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
}
.switchparcel .duration_main li svg {
    width: 18px;
    height: 18px;
}
.switchparcel .duration_main li:after {
    height: 19px;
    right: -12px;
}
.switchparcel .readybtn.btnwrap {
    width: 100%;
    gap: 10px;
}
.readybtn a svg {
    width: 18px;
    height: 18px;
}
.switchparcel .experiencehead h2 {
    margin: 0px 0 18px;
}
.switchparcel .duration_main {
    margin: 18px 0 25px;
}
.pendingparcelgrid {
    gap: 10px;
    grid-template-columns: 1fr;
}
.experiencehead h2 {
    font-size: 26px;
    line-height: 26px;
}
.lockergrid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.lockeritem {
    padding: 30px 15px;
    width: calc(50% - 6px);
}
.tablegrid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
}
.clientgrid,
.how_workgrid, .commitmentgrid {
    grid-template-columns: repeat(1, 1fr);
}
.how_workitem:not(:last-child) .workicon:after {
    content: inherit;
}
.readyswitchwrap .experiencehead {
    text-align: center;
    width: 100%;
}
.readyswitchwrap,
.getquotewrap {
    gap: 22px;
    flex-wrap: wrap;
}
.readyswitchwrap .readybtn {
    gap: 10px;
    width: 100%;
}
.getqouteleft,
.getqoutewrap{
    width: 100%;
}
.expediboxwrap .col-md-3 {
    padding: 0 12px;
}
.maintitle h1 {
    font-size: 36px;
    line-height: 32px;
    margin: 0 0 10px;
}
.sbtitle {
    margin: 0 0 5px;
}
.maintitle p {
    font-size: 15px;
    line-height: 20px;
}
.duration_main ul {
    gap: 25px;
}
.duration_main li:not(:last-child):after {
    height: 16px;
    right: -13px;
}
.btnwrap a svg {
    width: 18px;
    height: 18px;
}
.sbtitle span {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
}
.maintitle {
    margin: 0 0 15px;
}
.duration_main p {
    font-size: 15px;
}
.customerswrap .row {
    row-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
.custominfo h3 {
    font-size: 32px;
    line-height: 32px;
}
.custominfo p {
    font-size: 15px;
    line-height: 20px;
}
.experiencegrid {
    gap: 10px;
}
.experitemin {
    gap: 5px;
    flex-direction: column;
}
.expedinfo p {
    max-width: 100%;
}
.expediboxwrap .row {
    row-gap: 20px;
}
.installedgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.installeditem {
    width: calc(50% -  5px);
}
.workicon {
    margin: 0 0 12px;
}
.switchexpedibox th, .switchexpedibox td {
    min-width: 190px;
}
.tableitem {
    min-width: 190px;
}
.switchexpedibox .table-container .btnwrap {
    margin: 25px 0 0;
}
.lockericon {
    margin: 0 0 15px;
}
.lockerwrap {
    margin: 30px auto  auto;
}
.lockerinfo h3 {
    font-size: 26px;
    line-height: 26px;
}
.contact_flex {
    grid-template-columns: 1fr;
}
.getexpertinfo p {
    font-size: 15px;
    line-height: 20px;
}
.getqouteleft .experiencehead h2 br {
    display: none;
}
.getquotewrap {
    row-gap: 40px;
}
.getqouteleft .experiencehead {
    text-align: center;
}
.monerisworksec .how_workgrid,
.paycapgrid {
    grid-template-columns: repeat(1, 1fr);
}
.physicalwrap,
.casesegmentwrap {
    flex-wrap: wrap;
}
.physicalhead,
.physicaldesc,
.casesegmentwrap .experiencehead,
.casesegmentwrap .segmentlockerwrap{
    width: 100%;
}
.physicaldescin h2 {
    font-size: 30px;
    line-height: 32px;
}
.payicon svg {
    width: 140px;
    height: auto;
}
.monerishero .competitorhero_left,
.monerishero .pendingpercelimg {
    width: 100%;
}
.monerislist ul svg {
    height: 35px;
    width: 100%;
}
.monerislist ul {
    justify-content: center;
}
.casesegment .experiencehead h2 {
    max-width: 100%;
    margin: 0 0 22px;
    text-align: center;
}
.casesegmentwrap .segmentlockerwrap .lockergrid .lockeritem {
    width: 100%;
    flex-direction: row;
}
.readytransfersec .titlewrap h2 {
    font-size: 30px;
    line-height: 32px;
}
.readytransfersec .readybtn {
    max-width: 100%;
    width: 100%;
}
.readytransfersec .titlewrap {
    margin: 0 0 20px;
}
.herogrid {
    flex-wrap: wrap;
    row-gap: 40px;
}
.heroleft,
.heroright {
    width: 100%;
}
.keygrid,
.featuregrid,
.workhowgrid {
    grid-template-columns: repeat(2, 1fr);
}
.calculatorgrid {
    grid-template-columns: 1fr;
}
.calcleftin {
    padding: 28px 15px 30px;
}
.rangebox {
    width: 70px;
    height: 40px;
    padding-left: 8px;
    font-size: 14px;
}
.calculatorsec .experiencehead h2 {
    font-size: 36px;
    line-height: 36px;
}
.faq-question {
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
}
.faq-item {
    margin: 0 0 10px;
    padding: 10px 15px 10px 15px;
}
.faq-answer p {
    font-size: 14px;
    line-height: 18px;
}
.intergraitonwrap ul {
    flex-wrap: wrap;
}
.usecases .experiencehead {
    margin: 0 0 20px;
}
.usecases .experiencehead h2 {
    margin: 0 0 10px;
}
.casesegment .lockerinfo h3 {
    margin: 0 0 5px;
}
.bioincreasewrapin h2 {
    font-size: 28px;
    line-height: 26px;
}
.bioincreasewrapin p {
    font-size: 15px;
}
.payback p {
    font-size: 15px;
}
.calculatorright .calcbtn button {
    font-size: 15px;
    line-height: 25px;
    gap: 10px;
}
.featuresinfo h3,
.workhowinfo h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}
.breadcrumbs {
    padding-bottom: 20px;
    gap: 8px;
    flex-wrap: wrap;
}
.herobrandtext h1 {
    font-size: 50px;
    line-height: 59px;
}

}


@media(max-width:992px){
.calculatorrightin .calctitle {
    margin: 0 0 20px;
}
.stat {
    padding: 12px;
}
.stat .value {
    font-size: 20px;
}
.stat .label {
    font-size: 11px;
}
.results-grid {
    gap: 10px;
    margin-bottom: 10px;
}
.cta-row {
    gap: 10px;
    margin-top: 12px;
}
.rangeitem {
    margin: 0 0 15px;
}
.cta-row a.btn {
    padding: 11px 11px;
    font-size: 13px;
    gap: 5px;
}
}

@media(max-width:767px){
.cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cta-row a.btn {
    justify-content: center;
}
.calculatorrightin {
    padding: 28px 15px;
}
.stat {
    display: flex;
    flex-direction: column;
}
.stat .value {
    margin-top: auto;
}
.slider-row input[type="number"] {
    width: 70px;
}

}