@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}

body{
    font-family: 'Helvetica Neue LT Std';
    background:#FFFFFF;

}

a{
    text-decoration:none;
}
ul,li{
    list-style-type:none;
}

.img-fluid{
    max-width:100%;
    height:auto;
}

.custom-error {
    color: #ff0000;
    font-weight: bold;
}

.row{
    display:flex;
    flex-wrap:wrap;
}

p{
    font-weight:normal;
    font-size:14px;
    color:#1E1E1E;
}

.tittle{
    font-weight:700;
    font-size:32px;
    color:#1E1E1E;
}

.title-coffee {
    font-size:42px;
    color: #EF5000;
}

.tittle-lg{
    font-size:96px;
    font-weight:900;
    color:#fff;
}

.sub-tittle{
    font-weight:normal;
    font-size:16px;
    color:#1E1E1E;
}

.parg-tittle{
    font-weight:700;
    font-size:20px;
    color:#1E1E1E;
}

.list-line-none{
    background:none !important;
}

.coffee-point-topBar .sub-tittle{
    margin:19px 0 0;
}


.list-text{
    font-size:26px;
    font-weight:400;
    color:#1E1E1E;
}

.text-center{
    text-align:center;
}
.text-start{
    text-align:left;
}
.text-end{
    text-align:right;
}

.d-block{
    display: block;
}

.learn-more-btn {
    background: #FFF9F6;
    border: 1px solid #EF5000;
    color: #EF5000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 36px;
    transition: all 0.65s ease;
    display: inline-block;
    text-align:center;
}
.learn-more-btn:hover{
    background:#EF5000;
    color:#fff;
}

.pdf-download-btn {
    background:#EF5000;
    border: 1px solid #EF5000;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size:16px;
    text-decoration: none;
    padding: 14px 36px;
    transition: all 0.65s ease;
    display: inline-block;
    text-align:center;
}

.pdf-download-btn:hover{
    background:#FFF9F6;
    color:#EF5000;
}

.container{
    max-width:1440px;
    margin:0 auto;
}






.header-sec{
    padding:20px 0 0;
}


.coffee-point-sec{
    padding:60px 15px;
    position:relative;
    overflow: hidden;
    
}
.coffee-point-sec .container{
    position:relative;
    z-index:1;
}
.coffee-point-topBar{
    padding:0 0 0;
}
.four-balls-anim .img-fluid{
    max-width:126px;
    display: none;
}

.coffee-point-items-list.row{
    column-gap:2%;
    row-gap:25px;
    padding:66px 0 0;
}
.coffee-point-item{
    display:flex;
    flex-wrap:wrap;
}
.coffee-point-description {
    align-self: flex-end;
}
.coffee-point-item{
    width:32%;
    border:1px solid #EF5000;
    border-radius:12px;
    padding:1.6%;
    background:#fff;
}
.coffee-point-img{
    height:268px;
    overflow:hidden;
    border-radius: 12px;
    width:100%;
}
.coffee-point-img .img-fluid{
    height:268px;
    width:100%;
    border-radius:12px;
    object-fit:cover;
    transform: scale(1);
    transition:all 0.95s ease;
}
.coffee-point-item:hover .coffee-point-img .img-fluid{
    transform: scale(1.5);
}
.coffee-point-description {
    width: 100%;
    padding: 17px 0 0;
}
.coffee-point-description .parg-tittle {
    margin: 10px 0 4px;
}
.coffee-point-description .parg-tittle a{
    color:#1E1E1E;
}
.coffee-point-description .learn-more-btn {
    width: 100%;
    padding: 18px 36px;
    margin:10px 0 0;
}

.coffee-point-description p{
    line-height:26px;
}

.circle-anim-item{
    position:absolute;
    max-width:300px;
}
.circle-anim1 {
    top: 0;
    left: -126px;
}
.circle-anim2 {
    top: 35%;
    right: -126px;
}


/* login css start */
.login-sec{
    width:100%;
    min-height:100vh;
    background:url('../images/login-bg.jpg') no-repeat;
    background-size:cover;
    background-position:center center;
    padding:25px 15px;
}

.login-header{

}

.login-sec .container {
    max-width: 100%;
    padding: 0 2% 0 5%;
}
.login-content {
    padding:3% 0 0;
    position: relative;
    align-items:center;
}

.login-content-lft{
    width:34%;
}
.login-content-rht{
    width:66%;
    padding:0 0 0 3%;
}

.login-content-lft .tittle-lg{
    margin:8px 0 11px;
}

.login-content-lft .sub-tittle{
    color:#fff;
    margin:0;
}

.login-box{
    background:#fff;
    min-height:777px;
    width:938px;
}

.account-box{
    max-width:100%;  
    background:#FFFFFF url('../images/account-bg.png') no-repeat;
    background-position:bottom center;
    background-size:cover;
    border-radius:24px;   
    padding:6% 8% 18%;
}


.account-form{
    max-width:585px;
    width:100%;
}

.account-form .tittle{
    color:#EF5000;
}

.account-form label{
    text-transform:capitalize;
    color:#1E1E1E;
    font-size:20px;
    font-weight:400;
}

.form-control {
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 19px 15px;
    font-size: 15px;
    color: #535353;
    margin:10px 0 0;
}
.form-control:focus-visible{
    border: 1px solid #777777;
    outline:none;
}

.account-form .form-group {
    padding: 30px 0 0;
}

.form-btn {
    padding: 50px 0 0;
}

.btn {
    background: #EF5000;
    border: 1px solid #EF5000;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 20px;
    transition: all 0.85s ease;
    border-radius: 6px;
    padding: 19px 72px;
    cursor: pointer;
}

.btn:hover{
    background:#fff; 
    color:#EF5000;
}

/* login css end */




/* coffeeMachines css start */

    .coffeePoint-hero-banner{
        /* background:url('../images/pattern-bg.jpg') no-repeat;
         */
        border: 1px solid #EF5000;
        background: #fff;
        background-size:cover;
        background-position:center center;
        border-radius:24px;
        overflow:hidden;
        position:relative;
    }
    .coffeePoint-hero-banner:after{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        content:"";
        background:rgba(255,255,255, 0.7);
    }

    .coffeePoint-hero-banner-inner{
        /* background:url('../images/hero-banner-bg.png') no-repeat; */
        background-position:bottom center;
        background-size:100%;
        /* min-height:486px; */
        padding:70px 0 0;
        position:relative;
        z-index:1;
    }

    .coffeePoint-hero-banner .tittle{
        /* font-size:60px; */
        /*font-size:52px;*/
        font-size:42px;
        color:#EF5000;
    }

    .coffeeMachine-logo-itemsList.row{
        column-gap:2%;
        row-gap:28px;
        padding:52px 0 0;
    }
    .coffeeMachine-logo-item {
        background: #fff;
        border:1px solid #EF5000;
        border-radius: 24px;
        width: 32%;
        padding: 15px 30px;
    }

    .coffeeMachine-logo-item-inner {
        min-height: 177px;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    /* .coffeeMachine-logo-item-inner:last-child {
        border-top: 1px solid #f5d3c2;
    } */

/* coffeeMachines css end */


/* start models css  */

.coffee-point-itemsModels-list.row{
    column-gap:2%;
    row-gap:29px;
    padding:42px 0 0;
}
.coffee-point-itemsModels{
    width:32%;
    background:#fff;
    border:1px solid #EF5000;
    border-radius:24px;
    padding:30px 22px;
    transition:all 0.65s ease;
}

.coffee-point-itemsModels:hover{
    /* background:#FFECEC; */
}

.description-models {
    max-width: 360px;
    padding: 0 11px;
}

.models-img img{
    max-width:270px;
}

.models-btns.row {
    width:100%;
    column-gap: 4%;
    padding: 36px 0 0;
    align-items:center;
    align-self:flex-end;
}

.description-models p{
    margin:15px 0 0;
}

.models-img{
    width:100%;
    padding:32px 0 0;
}

.models-btns.row a {
    /* width: 48%; */
    flex-grow:1;
    padding: 19px 11px;
}


.models-btns.row .learn-more-btn{
    background:transparent;
}
.models-btns.row .learn-more-btn:hover{
    background:#EF5000;
}

.models-btns.row .pdf-download-btn:hover{
    background:transparent;
}

/* end models css  */



/* start models details css  */

    .coffee-point-momodelsDetails-list {
        padding: 60px 0 0;
    }
    .momodelsDetails-list{
        background:url('../images/list-line.png') repeat-y;
        background-position:top left 15px;
    }
    .momodelsDetails-list li{
        font-size: 20px;
        font-weight: 400;
        background:url('../images/dotted-circle.png') no-repeat;
        background-position:top 1px left 4px;
        background-size:22px;
        padding:0 0 0 45px;
        margin: 39px 0;
    }

    .momodelsDetails-list li ul li{
        background: none;
        list-style-type: disc;
        padding: 0 0 0 0;
        margin: 26px 0 0 40px;
    }

    .active-color{
        color:#EF5000;
    }

    .coffee-point-momodelsDetails-video {
        border-radius: 24px;
        overflow: hidden;
        margin: 62px 0 0;

        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
    }

    .coffee-point-momodelsDetails-video iframe{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* end models details css  */

/* cafePoint tab css start */

.cafePoint-tab-heroBanner .best-responsive-tab {
    justify-content: center;
    padding: 60px 0 0;
}
    .cafePoint-tab-heroBanner .best-reponsive-tab-item .best-reponsive-tab-item-trigger {
        background: #FFF9F6;
        font-weight: 700;
        font-size:16px;
        padding: 17px 25px !important;
    }

    .cafePoint-tab-heroBanner .best-reponsive-tab-item .best-reponsive-tab-item-trigger.lgTabToggle-tab-active, .coffeePoint-hero-banner-inner .best-reponsive-tab-item .best-reponsive-tab-item-trigger:hover{
        background:#EF5000 !important;
    }

    .cafePoint-tab-heroBanner .best-responsive-tab .best-reponsive-tab-item:first-child .best-reponsive-tab-item-trigger{
        border-radius:6px 0 0 6px;
    }

    .cafePoint-tab-heroBanner .best-responsive-tab .best-reponsive-tab-item:last-child .best-reponsive-tab-item-trigger{
        border-radius:0 6px 6px 0;
    }


    .coffee-point-topBar.coffee-point-tabContent {
        padding:65px 0 0;
    }

    .coffee-point-momodelsDetails-list.text-start{
        padding:0 0 0;
    }

    .coffee-point-tabContent .sub-tittle {
        margin: 25px 0 0;
    }

    /* .cafePoint-tab-heroBanner .coffeePoint-hero-banner-inner{
        min-height:350px;
    } */

    .mannual-directions-block{
        padding:55px 0 0;
    }

    .mannual-directions-content{
        width:38%;
    }
    .mannual-directions-links{
        width:62%;
        padding:0 0 0 35px;
    }

    .directions-linksList{
        position:relative;
    }
    .directions-linksList:after{
        content:"";
        position:absolute;
        top:0;
        left:19px;
        width:2px;
        height:96%;
        background:#B7B7B7;
    }


    .mannual-directions-contentItem {
        height:830px;
        overflow: hidden;
        border-radius:24px;
        /* display:none;    */
    }

    .mannual-directions-contentItem.active{
        display:block !important;
    }

    .mannual-directions-contentItem img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .directions-linksList .directions-link-item .mannual-directions-contentItem{
        display:none !important;
    }

  

    .directions-linksList .directions-link-item .directions-text{
        font-weight:400;
        font-size:30px;
    }

    .directions-linksList .directions-link-item{
        text-align:left;
        position:relative;
        padding:0 0 0 56px;
        margin:26px 0 65px;
        line-height:26px;
        color:#1E1E1E;
    }

    .directions-linksList .directions-link-item:hover{
        color:#EF5000;
    }

    .directions-linksList .directions-link-item:hover .numCircle{
        color:#EF5000;
    }


    .directions-linksList .directions-link-item .numCircle {
        display: block;
        font-size:30px;
        color:#1E1E1E;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #EF5000;
        text-align: center;
        line-height: 36px;
        position: absolute;
        left: 0;
        top:34%;
        transform:translate(0%, -34%);
        background:#fff;
        z-index:1;
        transition:all 0.65s ease;
    }

    .cafePoints-btnGroup a{
        padding:19px 36px;
    }
    .cafePoints-btnGroup a:last-child{
        margin:0 0 0 11px;
    }

/* cafePoint tab css end */

.cafePoints-btnGroup {
    display: flex;
}


.machineTaskList{
    display:flex;
    flex-wrap:wrap;
    row-gap:15px;
    column-gap:1%;
}

.machineTaskList-item {
    width: 24%;
    background: #fff;
    border:1px solid #EF5000;
    /* flex-grow: 1; */
    border-radius: 24px;
    min-height: 223px;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    padding:11px;
    justify-content:center;
    align-items:center;
}

.machineTaskList-item-three {
    width: 31.6%;
    background: #fff;
    border:1px solid #EF5000;
    /* flex-grow: 1; */
    border-radius: 24px;
    min-height: 223px;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    padding:11px;
    justify-content:center;
    align-items:center;
}

.directions-link-item .list-text{
    cursor: pointer;
    transition:all 0.65s ease;
}

.directions-link-item .list-text:hover, .directions-link-item.active-item .list-text,  .directions-linksList .directions-link-item.active-item .numCircle{
    color:#EF5000;
}

.workflow-parg-block {
    padding: 70px 0 0;
}
.workflow-parg-innerItem {
    margin: 32px 0 0;
}

.workflow-parg-innerItem .list-text {
    margin: 6px 0 0;
    font-size:22px;
}

.momodel-step-list .step-list-item{
    background:none;
    margin:22px 0;
    padding:0;
    list-style-type:disc;
}

.momodel-step-list {
    padding:11px 0 6px 35px;
}

.coffee-point-tab-step-btn {
    padding: 49px 0;
    margin: 11px 0 0;
}

.coffee-point-tab-step-btn ul {
    display: flex;
    justify-content: center;
}
.coffee-point-tab-step-btn ul a {
    font-size: 20px;
    font-weight: 700;
    color: #1E1E1E;
    background: #FFF9F6;
    border: 1px solid;
    padding: 17px 11px;
    display: block;
    transition:all 0.65s ease;
}

.coffee-point-tab-step-btn ul .active a, .coffee-point-tab-step-btn ul a:hover{
    background:#EF5000;
    color:#fff;
    border:1px solid transparent;
}

.coffee-point-tab-step-content .coffee-point-momodelsDetails-list {
    padding: 30px 0 0;
}

.coffee-point-tab-step-content .tab-step-content-item:not(:first-child) {
    display: none;
}


.coffeeMach-download-banner{
    background: url(../images/pattern-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.coffeeMach-download-banner-inner {
    background: url(../images/hero-banner-bg.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
    min-height: 402px;
    padding: 0px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.download-banner-content {
    padding: 15px;
}

.download-banner-content .tittle{
    font-size:64px;
    font-weight:700;
    color:#1E1E1E;
}

.download-btn {
    background: #EF5000;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;
    padding: 15px 50px;
    border:1px solid transparent;
}
.download-banner-content .download-btn{
    margin:25px 0 0;
}

.breadcrumb { 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0.5rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
    padding-left: 0;
    align-items: center;
    padding-left: 90px;
}

.breadcrumb-container {
    margin: 20px 0 0;
}

.breadcrumb a{
	color:#EF5000;
    padding: 0 5px 0 5px;
	text-decoration: none;
}
.breadcrumb a:hover{
	color:#1E1E1E;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active {
    color:#858788;
}
/* css start 14-11-24 */

.header-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2%;
    row-gap: 15px;
    padding:0 15px;
}

.btn-user {    
    color: #fff;
    font-size: 13px;
    font-weight:700;
    padding: 9px 32px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition:all 0.65s ease;
}
.back-btn{
    background:#EF5000;
}
.back-btn:hover{
    background:#fff;
    color:#EF5000;
    border:1px solid #EF5000;
}

.logOut-btn{   
    padding:8px 20px;
    color:red;
    background:#fff;
    border:1px solid red;    
}

.logOut-btn:hover{
    background:red;
    color:#fff;
}

/* css end 14-11-24 */

.coffeePoint-hero-banner-inner{
    padding:70px 25px 80px;
}

.cafePoint-tab-heroBanner .best-responsive-tab .best-reponsive-tab-item:first-child .best-reponsive-tab-item-trigger{
    max-height: 84px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.cafePoint-tab-heroBanner .best-responsive-tab{
    overflow:auto;
}



/* css start 23-12-24 */

.account-box form .form-check{
    margin:17px 0 0;
}
/* css end 23-12-24 */



/* css start 24-12-24 */
    .momodelsDetails-default-contentList img{
        max-width:100%;
        height:auto;
    }



/* css end 24-12-24 */




/* responsive css start */

@media(max-width:1399px){

    .login-content-lft {
        width:40%;
    }
    .login-content-rht {
        width:60%; 
        padding:0 0 0 5%;       
    }

    .tittle{
        font-size:32px;
    }

    .tittle-lg{
        font-size:82px;
    }

    .parg-tittle{
        font-size:20px;
    }

    .models-btns.row{
        column-gap:3%;
    }

    .models-btns.row a {
        width: 48.5%;
        padding: 19px 11px;
        font-size: 14px;
    }
    .models-img img {
        max-width: 85%;
    }

    .mannual-directions-contentItem{
        border-radius:0px;
    }
    .mannual-directions-contentItem img{
        object-fit:contain;
        height:auto;
        border-radius:24px;
    }
    .mannual-directions-block{
        align-items:center;
    }

    /* css start 23-12-24 */
    .account-box{background-size:100%;}
    /* css end 23-12-24 */

    .directions-linksList .directions-link-item .numCircle{
        font-size:18px; padding-top:1.6px;
    }


    .cafePoint-tab-heroBanner .best-reponsive-tab-item .best-reponsive-tab-item-trigger{
        display: flex !important;
        align-items: center;
        min-height:75px;
    }

}


@media(max-width:1023px){

    .tittle-lg {
        font-size: 62px;
    }

    .circle-anim-item{
        display:none;
    }

    .coffee-point-description .learn-more-btn{
        padding:16px 32px;
    }

    .coffee-point-item{
        width:49%;
    }

    .coffeePoint-hero-banner .tittle{
        font-size:56px;
    }

    .coffeePoint-hero-banner-inner{
        /* min-height:400px; */
    }

    .coffeeMachine-logo-item-inner img {
        max-width: 152px;
    }

    .coffeeMachine-logo-item-inner{
        min-height:150px;
    }

    .models-btns.row{
        row-gap:11px;
    }
    .models-btns.row a{
        width:100%;
        font-size:14px;
    }

    .coffee-point-itemsModels-list.row{
        column-gap: 3%;
        row-gap: 25px;
    }
    .coffee-point-itemsModels{
        width:48%;
    }

    .mannual-directions-content {
        width: 50%;
    }

    .mannual-directions-links {
        width: 50%;       
    }
   

    .list-text{
        font-size:21px;
    }

    .directions-linksList .directions-link-item {    
        padding: 0 0 0 52px;
        margin: 26px 0 47px;       
    }
    .machineTaskList{
        column-gap:2%;
    }
    .machineTaskList-item, .machineTaskList-item-three{
        width:49%;
    }

}


@media(max-width:767px){

    .login-sec .container{
        padding:0 15px;
    }

    .login-content{
        padding:45px 0 0;
    }

    .login-content-lft{
        width:100%;
    }
    .login-content-rht{
        width:100%;
        padding:30px 0 0;
    }
    
    .tittle{
        font-size:32px;
    }
    .sub-tittle{
        font-size:19px;
    }
    .tittle-lg {
        font-size: 60px;
    }

    .form-control{
        padding:15px 11px;
        margin:6px 0 0;
    }
    .account-form .form-group {
        padding: 19px 0 0;
    }
    .account-form label{
        font-size:17px;
    }
    .btn{
        font-size:17px;
        padding:15px 60px;
    }
    .form-btn {
        padding: 40px 0 0;
    }

    .parg-tittle {
        font-size: 20px;
    }

    .coffee-point-items-list.row{
        column-gap:4%;
    }
    .coffee-point-item {
        width: 48%;
    }

    .coffeeMachine-logo-item{
        width:49%;
    }
    .coffeeMachine-logo-item-inner img {
        max-width: 145px;
    }
    .coffeeMachine-logo-item-inner {
        min-height: 136px;
    }

    .coffeeMachine-logo-itemsList.row{
        row-gap:15px;
    }
    .coffeePoint-hero-banner-inner {
        /* min-height: 320px; */
    }
    .coffeePoint-hero-banner .tittle {
        font-size:48px;
    }

    .coffee-point-itemsModels-list.row {
        column-gap: 3%;
        row-gap: 17px;
    }
    .coffee-point-itemsModels {
        width: 48.5%;
    }

    .directions-linksList .directions-link-item.active-item .mannual-directions-contentItem{
        display:block !important;
        padding:25px 0 0;
    }

    .mannual-directions-content{
        display:none;
    }
    .mannual-directions-links{
        width:100%;;
        padding:0 0 30px 5px;
    }

    .directions-linksList .directions-link-item .numCircle{
        top:10px;
    }

    .mannual-directions-contentItem{
        height:auto;
    }

    .mannual-directions-contentItem img {
        object-fit: contain;
        /* height: 450px; */
        border-radius: 24px;
        max-width: 100%;
    }
    .directions-linksList:after{
        background:none;
    }
    .list-text {
        font-size: 20px;
    }

    .cafePoint-tab-heroBanner .best-responsive-tab{
        padding:60px 19px;
        margin:60px 0 0;
        background:#fff;
    }

    .cafePoints-btnGroup a, .learn-more-btn {
        font-size:16px;
/*        padding: 14px 35px;*/
    padding:14px 35px 12px;
    }

    .download-banner-content .tittle{
        font-size:52px;
    }

    .machineTaskList-item{
        padding:15px;
    }

    .best-responsive-tab>.best-reponsive-tab-item>.best-reponsive-tab-item-content-triggerer{
        padding:24px 15px 40px;
    }

    .coffeePoint-hero-banner .best-reponsive-tab-item .coffee-point-topBar .tittle {
        font-size:32px;
        margin: 0 0 19px;
    }

    
    .cafePoint-tab-heroBanner .best-responsive-tab .best-reponsive-tab-item:first-child .best-reponsive-tab-item-trigger, .best-responsive-tab.lgTabToggle-tab-responsive-active>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger {
        display:flex;
        align-items:center;
        column-gap:6px;
        border-radius: 0px;
        justify-content:space-between;
    }
    .cafePoint-tab-heroBanner .best-responsive-tab {
        padding: 0px 19px;
        margin: 52px 0 0;     
    }



  

    .custom-mobile-arrow {
        position: relative;
        transition:all 0.65s ease;
        /* float: right; */
        /* display: inline-block; */
    }

    .lgTabToggle-tab-active .custom-mobile-arrow{
        transform:rotate(180deg);
        margin:0 10px 0 0;
    }

    .custom-mobile-arrow:after, .custom-mobile-arrow:before{

        content: "";
        width: 2px;
        display: block;
        height: 15px;
        background: #141414;
        position: absolute;
    }

    .lgTabToggle-tab-active .custom-mobile-arrow:after,  .lgTabToggle-tab-active .custom-mobile-arrow:before{
        background:#fff;
    }

    .custom-mobile-arrow:after {       
        transform: rotate(45deg);
        top: -7px;
    }

    .custom-mobile-arrow:before {      
        transform: rotate(-45deg);
        top: -7px;
        left:-10px;
    }


    .directions-linksList .directions-link-item .numCircle{
        padding-top:1.6px; font-size:18px;
    }

    .logOut-btn {
        padding:8px 20px 7px;   
        font-size:17px;
    }


}








@media(max-width:575px){

    .coffee-point-item {
        width:100%;
        padding:15px;
    }

    .coffeeMachine-logo-item-inner img {
        max-width: 126px;
    }
    .coffeeMachine-logo-item-inner {
        min-height: 112px;
       
    }
    .coffeePoint-hero-banner-inner{
        padding:70px 25px;
    }
    .coffeePoint-hero-banner .tittle {
        font-size: 41px;
        margin: 12px 0 0;
    }

    .coffee-point-itemsModels {
        width:100%;
    }

    .models-img img {
        max-width: 60%;
    }

    .models-btns.row a{
        font-size:14px;
        padding:16px 11px;
    }

    .cafePoints-btnGroup {
        flex-wrap:wrap;
    }

    .cafePoints-btnGroup a{
        width:100%;
    }
    .cafePoints-btnGroup a:last-child {
        margin: 0 0 0 0;
    }
    .cafePoints-btnGroup {
        flex-wrap: wrap;
        margin: 0 0 22px;
        row-gap: 15px;
    }

    .cafePoint-tab-heroBanner .coffeePoint-hero-banner-inner {
        padding: 70px 0px;
    }

    .list-text {
        font-size: 20px;
        /* font-weight: 600; */
    }
  /*  .directions-linksList .directions-link-item .numCircle{
        font-size:25px;
    }*/

    .momodel-step-list {
        padding: 11px 0 6px 22px;
    }

    .download-banner-content .tittle {
        font-size: 45px;
    }

    .machineTaskList-item, .machineTaskList-item-three {
        width: 100%;
    }

    .coffeeMachine-logo-item {
        width:100%;
    }

}

/*  css start 13-12-24  */

.momodelsDetails-default-contentList ul {
    background: url('../images/list-line.png') repeat-y;
    background-position: top left 11px;
}

.momodelsDetails-default-contentList ul li {
    background: url('../images/dotted-circle.png') no-repeat;
    background-position: top 1px left;
    background-size:22px;
    padding: 0 0 0 45px;
    margin: 39px 0;
    font-size:20px;
    font-weight:400;
}

.momodelsDetails-default-contentList ul li ul {
    padding: 11px 0 6px 35px;
    background:none;
}

.momodelsDetails-default-contentList ul li ul li {
    background: none;
    margin: 22px 0;
    padding: 0;
    list-style-type: disc;
}

.momodelsDetails-default-contentList p strong{
    font-size:20px;
    font-weight:700;
    color:#1E1E1E;
}

.momodelsDetails-default-contentList p ~ ul{
    margin:0 0 0 15px;
}

/* css end 13-12-24  */


.breadcrumb .back-btn {
    background: #EF5000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 23px;
    border: 1px solid #EF5000;
    margin: 0 6px 0 0;
    transition: all 0.65s ease;
    position: absolute;
    left: 0;
}

.breadcrumb .back-btn:hover {
    background: #fff;
    color: #EF5000;
}


/* css strat 14-01-25 */


#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*display: none;*/
    padding: 10px 15px;
    background-color: #EF5000;
    color: #fff;
    border: none;
    border-radius:2px;
    cursor: pointer;
    /*font-size: 16px;*/
    transition:all 0.65s ease;
    opacity:0;
    visibility:hidden;
    transform:translate(100px, 0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding:14px 11px 6px;
    z-index: 1;
}

#scrollToTopBtn .up-arrow {
display: inline-block;
width: 12px;
height: 12px;
border-left: 4px solid #fff;
/* border-right: 10px solid #fff; */
border-bottom: 4px solid #fff;
transform: rotate(132deg);
border-radius: 0px;
}


#scrollToTopBtn:hover {
    background-color:#1E1E1E;
}

#scrollToTopBtn.showTop-area{
    visibility:visible;
    opacity:1;
    transform:translate(0px, 0);
}


/* css end 14-01-25 */

/* css start 26-02-25 */
.momodelsDetails-simple-style p {
    font-size: 18px;  
    margin: 8px 0 0;
}

.momodelsDetails-simple-style ul {
    margin: 11px 0 25px;
}
/* css end 26-02-2025 */

canvas#pdf-canvas {
    width: 100%;
    max-width: 1000px;
}







