/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.img-wrap-common img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****common*************/

.software_banner_section {
    position: relative;
    margin: 0 0 310px;
}

.software_banner_section::before {
    position: absolute;
    right: 0;
    bottom: -73px;
    width: 70px;
    height: 155px;
    background: url(../images/dot-img2.png) no-repeat;
    z-index: 9;
    content: "";
}

.banner_image {
    background: #8F2A2A;
}

.banner_image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.banner_image img {
    opacity: 0.5;
    height: 536px;
    object-position: top;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_content h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 75px;
    text-align: center;
}

.banner_content>div {
    position: absolute;
    left: 0;
    bottom: -112px;
    padding: 50px 105px 50px 155px;
    max-width: 1090px;
    font-size: 18px;
    line-height: 34px;
    /* background: rgba(0,0,0,0.8); */
    color: #fff;
    letter-spacing: 2px;
}

.banner_content>div span {
    position: relative;
}

.point_sale_system,
.queue_management {
    padding: 130px 0 110px;
    position: relative;
    display: flex;
}

.queue_management,
.kitchem_display_system {
    justify-content: center;
}

.point_sale_system .left,
.queue_management .right,
.kitchem_display_system .right {
    width: calc(50% - 90px);
    height: 680px;
    position: relative;
    margin-right: 90px;
    max-width: 650px;
}

.queue_management .right {
    margin: 150px 0 0 50px;
}

.kitchem_display_system .right {
    margin: 30px 0 0 90px;
    position: relative;
}

.point_sale_system .left::before,
.queue_management .right::before,
.web_odering .top::before,
.marchants_app .right::before,
.kitchem_display_system .right::before,
.customer_display .bottom .left::before {
    content: "1";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -255px;
    width: 95px;
    height: 195px;
    margin: 0 auto;
    font-size: 258px;
    font-weight: 900;
    -webkit-text-stroke: 2px #AEAEAE;
    -webkit-text-fill-color: transparent;
    line-height: 0.7;
}

.queue_management .right::before {
    content: "2";
    left: 210px;
    right: auto;
    bottom: auto;
    top: -177px;
}

.web_odering .top::before {
    left: auto;
    right: 50px;
    bottom: 0;
    content: "3";
}

.marchants_app .right::before {
    bottom: auto;
    top: -50px;
    content: "4";
    left: 0;
    right: 0;
    margin: auto;
    width: 185px;
}

.kitchem_display_system .right::before {
    content: "5";
    right: auto;
    bottom: auto;
    left: -130px;
    width: 150px;
    top: -78px;
    z-index: -1;
}

.customer_display .bottom .left::before {
    left: auto;
    right: 30px;
    bottom: 20px;
    width: 168px;
    height: 195px;
    content: "6";
}

.point_sale_system .left>div,
.queue_management .right>div,
.kitchem_display_system .right>div {
    display: block !important;
    overflow: unset !important;
    width: 1010px !important;
    position: absolute !important;
    max-width: none !important;
    right: 0;
}

.queue_management .right>div,
.kitchem_display_system .right>div {
    right: auto;
    left: 0;
}

.point_sale_system img,
.queue_management .right img,
.kitchem_display_system .right img {
    height: 679px;
}

.point_sale_system .right,
.queue_management .left,
.kitchem_display_system .left {
    width: 50%;
    max-width: 635px;
}

.point_sale_system .right>h4,
.queue_management .left>h4,
.web_odering .bottom .left>h4,
.marchants_app .right>h4,
.kitchem_display_system .left>h4,
.customer_display .bottom>h4 {
    font-size: 32px;
    letter-spacing: 3px;
    padding-left: 75px;
    position: relative;
    line-height: 1;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.queue_management .left>h4 {
    margin: 0 0 50px 60px;
    width: 730px;
}

.marchants_app .right h4 {
    margin-bottom: 57px;
}

.kitchem_display_system .left>h4 {
    margin-left: 0px;
    letter-spacing: 3px;
    padding-left: 68px;
}

.point_sale_system .right>h4::before,
.queue_management .left>h4::before,
.web_odering .bottom .left>h4::before,
.marchants_app .right>h4::before,
.kitchem_display_system .left>h4::before,
.customer_display .bottom>h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 32px;
    background: #ED1C29;
}

/*.queue_management .left > h4::before {
    width: 28px;
    height: 32px;
}*/
.point_sale_system .desc,
.queue_management .desc,
.web_odering .desc,
.marchants_app .desc,
.kitchem_display_system .desc,
.customer_display .bottom .desc {
    font-size: 18px;
    color: #6C6C6C;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.queue_management .desc {
    margin: 0 0 0 110px;
    width: 520px;
    color: #000;
}

.point_sale_system .features {
    padding-top: 64px;
}

.queue_management .features,
.marchants_app .features,
.kitchem_display_system .features {
    padding-top: 33px;
}

.point_sale_system .features h4,
.queue_management .features h4 {
    font-size: 24px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    letter-spacing: 7px;
    margin: 0 0 34px;
}

.queue_management .features h4 {
    margin-left: 110px;
}

.point_sale_system .features table,
.queue_management .features table,
.customer_display table,
.web_odering .bottom table,
.marchants_app table,
.kitchem_display_system table {
    max-width: 530px;
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0 0 38px;
}

.queue_management .features table {
    margin: 0px 0 38px 60px;
}

.point_sale_system .features table td,
.queue_management .features table td,
.customer_display table td,
.web_odering .bottom table td,
.marchants_app table td,
.kitchem_display_system table td {
    font-size: 16px;
    color: #000000;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    padding: 1px 50px;
    border-bottom: 1px solid #BABABA;
}

.point_sale_system .features table td:hover,
.queue_management .features table td:hover,
.customer_display table td:hover,
.web_odering .bottom table td:hover,
.marchants_app table td:hover,
.kitchem_display_system table td:hover {
    background: #ED1C2936;
}

.point_sale_system .features table tr:last-child td,
.kitchem_display_system table tr:last-child td,
.queue_management .features table tr:last-child td,
.customer_display table tr:last-child td,
.web_odering .bottom table tr:last-child td,
.marchants_app table tr:last-child td {
    border: 0;
}

.point_sale_system .main_btn,
.queue_management .main_btn,
.web_odering .main_btn,
.marchants_app .main_btn,
.kitchem_display_system .main_btn,
.customer_display .main_btn {
    height: 74px;
    line-height: 74px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 0 60px;
    position: relative;
    cursor: pointer;
}

.queue_management .main_btn {
    margin-left: 60px;
}

.point_sale_system .main_btn span,
.queue_management .main_btn span,
.web_odering .main_btn span,
.marchants_app .main_btn span,
.kitchem_display_system .main_btn span,
.customer_display .main_btn span,
.custom_solution .main_btn span,
.soft_checkout .main_btn span {
    color: #fff;
    position: relative;
    padding-right: 65px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.point_sale_system .main_btn span::before,
.queue_management .main_btn span::before,
.web_odering .main_btn span::before,
.marchants_app .main_btn span::before,
.kitchem_display_system .main_btn span::before,
.customer_display .main_btn span::before,
.custom_solution .main_btn span::before,
.soft_checkout .main_btn span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    height: 21px;
    background: url("../images/sprite.png") no-repeat -4px -42px;
}

.web_odering,
.customer_display {
    padding: 220px 0 150px;
    position: relative;
}

.web_odering {
    padding: 170px 0 150px;
}

.web_odering .top {
    text-align: center;
    height: 615px;
    overflow: hidden;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.web_odering .top img {
    height: 680px;
}

.web_odering .bottom,
.customer_display .bottom {
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 15px 0;
    display: flex;
}

.customer_display .bottom {
    max-width: 1155px;
}

.web_odering .bottom .left {
    width: 46%;
}

.web_odering .bottom .right {
    width: 54%;
}

.customer_display .bottom .right,
.customer_display .bottom .left {
    width: 50%;
    position: relative;
}

.customer_display .bottom .right {
    padding-left: 30px;
}

.customer_display .bottom .left {
    padding-right: 30px;
}

.web_odering .bottom table {
    width: 100%;
    max-width: 630px;
    margin-left: auto;
}

.web_odering .desc,
.marchants_app .desc {
    line-height: 31px;
    letter-spacing: 0px;
    margin: 0 0 55px;
}

.queue_management .desc,
.kitchem_display_system .desc,
.customer_display .bottom .desc {
    line-height: 31px;
    /*letter-spacing: 0px;*/
}

.kitchem_display_system .desc {
    margin-left: 68px;
}

.web_odering .desc,
.customer_display .bottom .desc {
    margin: 0 0 55px;
}

.web_odering .top>div {
    position: relative;
}

.marchants_app,
.kitchem_display_system {
    padding: 150px 15px;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
}

.kitchem_display_system {
    padding: 150px 15px 0;
}

.kitchem_display_system::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 250px;
    height: 300px;
    width: 100%;
    background: url("../images/red-warely-logo.png") no-repeat;
    z-index: -1;
}

.marchants_app .left {
    width: 50%;
    max-width: 615px;
    margin-left: auto;
}

.marchants_app .right {
    width: 50%;
    position: relative;
    max-width: 550px;
    margin-right: auto;
}

.kitchem_display_system .main_btn {
    margin-left: auto;
    max-width: 275px;
    display: block;
}

.kitchem_display_system table {
    margin-left: auto;
}

.customer_display .top {
    text-align: center;
}

.custom_solution {
    padding: 113px 0 125px;
    position: relative;
    margin: 0 0 170px;
}

.custom_solution::before {
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    bottom: 0;
    background: url("../images/letus-bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.custom_solution::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 425px;
    height: 560px;
    background: url("../images/contact-bg-shape.png") no-repeat;
}

.custom_solution h4 {
    font-size: 45px !important;
    font-weight: 800 !important;
    letter-spacing: 5px !important;
    line-height: 120%;
    padding: 0 15px 110px 15px;
    padding-bottom: 100px;
    max-width: 580px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.custom_solution h4>span:nth-child(2) {
    display: block;
    padding-left: 174px;
}

.wrap_custom {
    max-width: 1225px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap_custom::after {
    display: block;
    content: "";
    clear: both;
}

.wrap_custom .left {
    width: 57%;
    float: left;
}

.wrap_custom .left img {
    width: 620px !important;
    height: 342px;
}

.wrap_custom .right {
    float: left;
    width: 28%;
    font-size: 18px;
    line-height: 37px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.custom_solution .main_btn {
    height: 104px;
    line-height: 104px;
    padding: 0 15px 0 80px;
    position: relative;
    margin: -70px 0 0 40%;
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    /*animation: swing2 ease-in-out 1s infinite alternate;*/
}

@keyframes swing2 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }

}

.custom_solution .main_btn::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 66px;
    background: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background: -webkit-linear-gradient(top left, #000 0%, #000 50%, transparent 50%, transparent 100%);
    background: linear-gradient(to bottom right, #000 0%, #000 50%, transparent 50%, transparent 100%);
}

.soft_checkout {
    padding: 80px 0 90px;
    position: relative;
    background: #ED1C29;
    margin: 0 0 220px;
}

.soft_checkout::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/bonus-bg.jpg") no-repeat;
    opacity: 0.5;
    background-size: cover;
}

.soft_checkout::after {
    content: "";
    position: absolute;
    left: 45px;
    top: -76px;
    width: 154px;
    height: 154px;
    background: url("../images/dot-img2.png") no-repeat;
}

.soft_checkout .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
}

.soft_checkout .heading>div {
    font-size: 70px;
    font-weight: 800;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    letter-spacing: 16px;
}

.soft_checkout .main_btn {
    height: 104px;
    line-height: 104px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    max-width: 380px;
    margin: 0 auto;
    bottom: -52px;
    padding: 0 0 0 80px;
    background: #000;
}

/*.soft_checkout .heading span {
    margin: 0 0 13px;
    display: block;
}*/
.soft_checkout .heading h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 18px;
    /* margin: 0 0 -5px; */
}


.posts_soft {
    padding: 180px 15px 120px;
    max-width: 1150px;
    margin: 0 auto;
}

.posts_soft h2 {
    font-size: 24px;
    color: #2C2C2C;
    letter-spacing: 8px;
    margin: 0 0 31px;
}

.posts_soft ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.posts_soft ul li:nth-child(3n) {
    margin-right: 0;
}

.posts_soft ul li h4 {
    color: #2C2C2C;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 0;
}

/**********new-changes*************************/
.posts_soft .slick-list {
    margin: 0 -11px;
}

.posts_soft ul.post_lists .slick-track .slick-slide {
    padding: 0 11px;
}

.posts_soft ul.post_lists .slick-track .slick-slide li img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pos_terminal_sec .img-wrap-common img,
.handheld_terminal_sec .img-wrap-common img,
.thermal_printer_sec .img-wrap-common img,
.electronic_cash_box .img-wrap-common img,
.d_scanner_sec .img-wrap-common img {
    width: auto !important;
    height: auto !important;
}

.marchants_app {
    max-width: 1250px;
}

.marchants_app .desc {
    margin: 0 0 10px;
}

.marchants_app .vendor_right_hand {
    top: auto;
    bottom: 110px;
    width: 754px;
    right: -450px;
}

.point_sale_system .left {
    margin-left: auto;
}

.point_sale_system .right {
    margin-right: auto;
}

.banner_content>div p {
    margin: 0;
}

.web_odering .img-wrap-common img,
.customer_display .img-wrap-common img,
.point_sale_system img,
.queue_management .right img,
.kitchem_display_system .right img {
    object-fit: revert;
}

.queue_management .desc span.white,
.queue_management .features h4 span.white {
    color: #fff;
}

.queue_management .trusted_left_hand {
    width: 260px;
    top: 110px;
}

.web_odering .warely_backlogo {
    background-size: 100%;
    height: 280px;
    top: 0;
    left: 0;
}

.customer_display .main_btn {
    height: 104px;
    line-height: 104px;
    position: relative;
}

.customer_display .main_btn::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 27px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

/**********new-changes*************************/

html .software_banner_section .scroll-button {
    bottom: -310px;
}

.customer_display .warely_backlogo {
    display: none;
}

.mobile-img {
    display: none;
}

.mobile-btn {
    display: none;
}

h4.mobile-title {
    display: none;
}

/**********responsive************************************************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .banner_content>div {
        padding: 76px 135px 75px 17%;
        max-width: 80%;
        font-size: 18px;
        line-height: 34px;
    }

    .point_sale_system .desc {
        width: 675px;
    }

    .queue_management .trusted_left_hand {
        width: 350px;
        top: 180px;
    }

    .web_odering .top {
        max-width: 1500px;
    }

    .web_odering .top::before {
        width: 156px;
    }

    .marchants_app {
        max-width: 1700px;
    }

    .marchants_app .vendor_right_hand {
        top: auto;
        bottom: 110px;
        width: 754px;
        right: -120px;
    }

    .marchants_app .left {
        margin-left: 0;
        margin-right: 130px;
    }

    .kitchem_display_system {
        max-width: 1740px;
        padding: 150px 0 50px;
    }

    .kitchem_display_system .left {
        margin-right: auto;
    }

    .kitchem_display_system .desc {
        margin-left: 70px;
    }

    .kitchem_display_system table {
        margin-bottom: 50px;
    }

    .kitchem_display_system .main_btn {
        margin-right: 62px;
    }

    .kitchem_display_system .right {
        margin: 30px 0 0 90px;
        margin-right: 0;
        max-width: 1020px;
        width: 53%;
    }

    .kitchem_display_system .right>div {
        width: 1060px !important;
    }

    .customer_display {
        padding: 165px 0 150px;
    }

    .custom_solution .main_btn {
        margin: -70px 0 0 43%;
    }

}

@media (min-width: 1200px) and (max-width: 1380px) {
    .queue_management .trusted_left_hand {
        width: 166px;
        top: 110px;
    }

    .queue_management .left>h4 {
        margin: 0 0 50px 60px;
    }

    .queue_management .desc {
        margin: 0 0 0 60px;
    }

    .queue_management .features h4 {
        margin-left: 60px;
    }

    .queue_management .features table {
        margin: 0px 0 38px 40px;
    }

    .web_odering {
        padding: 250px 0 150px;
    }

    .web_odering .warely_backlogo {
        background-size: 110%;
    }

    .marchants_app .vendor_right_hand {
        bottom: 60px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner_content>div {
        bottom: -91px;
        padding: 40px 35px 40px 65px;
        max-width: 820px;
    }

    .point_sale_system .right,
    .queue_management .left,
    .kitchem_display_system .left {
        padding-right: 15px;
    }

    .queue_management .left>h4 {
        margin: 0 0 50px 20px;
    }

    .queue_management .desc {
        margin: 0 0 0 20px;
    }

    .queue_management .features h4 {
        margin-left: 20px;
    }

    .queue_management .features table {
        margin: 0px 0 38px 20px;
    }

    .point_sale_system .features table td,
    .queue_management .features table td,
    .customer_display table td,
    .web_odering .bottom table td,
    .marchants_app table td,
    .kitchem_display_system table td {
        padding: 1px 30px;
        letter-spacing: 2px;
    }

    .web_odering .top {
        max-width: 1000px;
        height: 560px;
    }

    .web_odering .top>div {
        width: 710px !important;
    }

    .web_odering .top img {
        height: 560px;
    }

    .web_odering .top::before {
        right: 50px;
    }

    .web_odering .bottom .right {
        padding-left: 15px;
    }

    .point_sale_system .right>h4,
    .queue_management .left>h4,
    .web_odering .bottom .left h4,
    .marchants_app .right h4,
    .kitchem_display_system .left h4,
    .customer_display .bottom h4 {
        padding-left: 60px;
    }

    .marchants_app .right {
        padding-left: 20px;
    }

    .point_sale_system .left,
    .queue_management .right,
    .kitchem_display_system .right {
        width: calc(50% - 30px);
        margin-right: 30px;
    }

    .kitchem_display_system .right {
        margin: 30px 0 0 30px;
    }

    .custom_solution .main_btn {
        padding: 0 15px 0 30px;
    }

    .customer_display .bottom .left::before {
        right: -10px;
        bottom: 10px;
    }

    /*.custom_solution h4 {
        font-size: 45px !important;
        letter-spacing: 19px !important;
        padding: 0 15px 110px 15px;
        max-width: 840px;
    }*/
    /****new changes*******************/
    .marchants_app .vendor_right_hand {
        top: auto;
        bottom: 130px;
        width: 230px;
        right: 0px;
    }

    .queue_management .trusted_left_hand {
        width: 120px;
        top: 110px;
    }

    .web_odering .top img {
        height: 560px;
    }

    .web_odering .warely_backlogo {
        background-size: 90%;
        height: 250px;
    }

    .wrap_custom .left img {
        width: 540px !important;
    }

    /****new changes*******************/
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_image img {
        height: 445px;
    }

    .banner_content h2 {
        top: 45%;
    }

    .banner_content>div {
        bottom: -94px;
        padding: 20px 35px 20px 25px;
        font-size: 16px;
        line-height: 32px;
        max-width: 710px;
    }

    .software_banner_section::before {
        right: -30px;
    }

    .point_sale_system .left,
    .queue_management .right,
    .kitchem_display_system .right {
        width: calc(50% - 30px);
        height: 500px;
        margin-right: 30px;
    }

    .point_sale_system img,
    .queue_management .right img,
    .kitchem_display_system .right img {
        height: 500px;
    }

    .point_sale_system .right,
    .queue_management .left,
    .kitchem_display_system .left {
        padding-right: 15px;
    }

    .point_sale_system .right>h4,
    .queue_management .left>h4,
    .web_odering .bottom .left h4,
    .marchants_app .right h4,
    .kitchem_display_system .left h4,
    .customer_display .bottom h4 {
        font-size: 30px;
        letter-spacing: 3px;
        padding-left: 40px;
        margin: 0 0 30px;
    }

    .point_sale_system .right>h4::before,
    .queue_management .left>h4::before,
    .web_odering .bottom .left h4::before,
    .marchants_app .right h4::before,
    .kitchem_display_system .left h4::before,
    .customer_display .bottom h4::before {
        top: 4px;
        width: 25px;
        height: 20px;
    }

    .point_sale_system .desc,
    .queue_management .desc,
    .web_odering .desc,
    .marchants_app .desc,
    .kitchem_display_system .desc,
    .customer_display .bottom .desc {
        font-size: 16px;
        line-height: 30px;
    }

    .point_sale_system .features {
        padding-top: 30px;
    }

    .point_sale_system .features h4,
    .queue_management .features h4 {
        font-size: 20px;
        margin: 0 0 24px;
    }

    .point_sale_system .features table td,
    .queue_management .features table td,
    .customer_display table td,
    .web_odering .bottom table td,
    .marchants_app table td,
    .kitchem_display_system table td {
        font-size: 14px;
        line-height: 45px;
        padding: 1px 20px;
        letter-spacing: 2px;
    }

    .point_sale_system,
    .queue_management {
        padding: 50px 0 50px;
    }

    .queue_management .trusted_left_hand {
        width: 100px;
        height: 400px;
        background-size: 490px;
    }

    .queue_management .left>h4 {
        margin: 0 0 30px 15px;
        width: 450px;
        padding-left: 40px;
    }

    .queue_management .left>h4::before {
        width: 25px;
        height: 20px;
    }

    .queue_management .desc {
        margin: 0 0 0 15px;
        letter-spacing: 0;
        line-height: 30px;
        width: 370px;
        font-size: 14px;
    }

    .queue_management .features,
    .marchants_app .features,
    .kitchem_display_system .features {
        padding-top: 23px;
    }

    .queue_management .features h4 {
        margin-left: 15px;
    }

    .queue_management .features table {
        margin: 0px 0 38px 20px;
    }

    .queue_management .main_btn {
        margin-left: 20px;
    }

    .queue_management .right {
        margin: 100px 0 0 30px;
    }

    .web_odering,
    .customer_display {
        padding: 130px 0 60px;
    }

    .web_odering .warely_backlogo {
        top: 4px;
    }

    .web_odering .top {
        height: 340px;
        padding: 0 15px;
    }

    .web_odering .top>div {
        max-width: 500px !important;
    }

    .web_odering .top img {
        height: 390px;
    }

    .point_sale_system .left::before,
    .queue_management .right::before,
    .web_odering .top::before,
    .marchants_app .right::before,
    .kitchem_display_system .right::before,
    .customer_display .bottom .left::before {
        bottom: -155px;
        width: 61px;
        height: 119px;
        font-size: 165px;
    }

    .marchants_app .right::before {
        bottom: auto;
    }

    .queue_management .right::before {
        left: 120px;
        right: auto;
        bottom: auto;
        top: -94px;
    }

    .web_odering .top::before {
        left: auto;
        right: 32px;
        bottom: 0;
    }

    .web_odering .bottom,
    .customer_display .bottom {
        padding: 50px 15px 0;
    }

    .web_odering .desc,
    .customer_display .bottom .desc {
        margin: 0 0 35px;
    }

    .web_odering .bottom .right {
        padding-left: 15px;
    }

    .marchants_app,
    .kitchem_display_system {
        padding: 50px 15px;
    }

    .marchants_app .left {
        padding-right: 20px;
    }

    .marchants_app .right h4 {
        margin-bottom: 35px;
    }

    .web_odering .desc,
    .marchants_app .desc {
        margin: 0 0 15px;
    }

    .marchants_app .vendor_right_hand {
        right: -20px;
    }

    .kitchem_display_system .right {
        margin: 30px 0 0 10px;
        width: calc(50% - 10px);
    }

    .kitchem_display_system .left {
        padding-right: 0;
    }

    .kitchem_display_system .desc {
        margin-left: 0;
    }

    .customer_display .top {
        text-align: center;
        padding: 0 15px;
        height: auto;
        /*450*/
        overflow: hidden;
    }

    .custom_solution::before {
        left: 0;
        right: 0;
    }

    .custom_solution .main_btn {
        padding: 0 15px 0 30px;
        margin: -70px 0 0 14%;
    }

    .customer_display .bottom .left::before {
        right: 26px;
        bottom: 0;
    }

    .custom_solution h4 {
        font-size: 35px !important;
        padding-bottom: 50px;
        max-width: 510px;
    }

    .wrap_custom .right {
        width: 42%;
        font-size: 16px;
        padding-left: 20px;
    }

    .custom_solution::after {
        width: 295px;
        height: 410px;
        background-size: 550px;
    }

    .posts_soft {
        padding: 100px 15px 120px;
    }

    /****new changes*******************/
    .marchants_app .vendor_right_hand {
        top: auto;
        bottom: 90px;
        width: 150px;
        right: 0;
    }

    .point_sale_system .main_btn a span,
    .queue_management .main_btn a span,
    .web_odering .main_btn a span,
    .marchants_app .main_btn a span,
    .kitchem_display_system .main_btn a span,
    .customer_display .main_btn a span,
    .custom_solution .main_btn a span,
    .soft_checkout .main_btn a span {
        padding-right: 35px;
        font-size: 18px;
    }

    .queue_management .trusted_left_hand {
        width: 86px;
        top: -148px;
    }

    .web_odering {
        padding: 100px 0 50px;
    }

    .web_odering .warely_backlogo {
        background-size: 90%;
        height: 250px;
    }

    .software_banner_section {
        margin: 0 0 210px;
    }

    html .software_banner_section .scroll-button {
        bottom: -200px;
    }

    .wrap_custom .left {
        width: 53%;
    }

    .wrap_custom .left img {
        width: 420px !important;
        height: 262px;
    }

    .custom_solution {
        margin: 0 0 100px;
    }

    .soft_checkout {
        margin: 0 0 150px;
    }

    /****new changes*******************/
}

@media (max-width: 767px) {
    .software_banner_section {
        margin: 0 0 170px;
    }

    .software_banner_section::before {
        display: none;
    }

    .banner_image img {
        height: 500px;
    }

    html .text_backblack::after {
        height: 50px;
        width: 35px;
    }

    .banner_content h2 {
        top: 40%;
        font-size: 32px;
        letter-spacing: 1px;
    }

    .banner_content>div {
        bottom: -80px;
        padding: 30px 25px 30px 29px;
        font-size: 12px;
        line-height: 24px;
    }

    html .software_banner_section .scroll-button {
        bottom: -170px;
    }

    .point_sale_system,
    .queue_management {
        padding: 80px 15px 0px;
        flex-wrap: wrap;
    }

    .point_sale_system .left,
    .queue_management .right,
    .kitchem_display_system .right {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-bottom: 150px;
    }

    .point_sale_system .left>div,
    .queue_management .right>div,
    .kitchem_display_system .right>div {
        width: auto !important;
        position: relative !important;
    }

    .point_sale_system img,
    .queue_management .right img,
    .kitchem_display_system .right img {
        height: auto;
    }

    .point_sale_system .right,
    .queue_management .left,
    .kitchem_display_system .left {
        width: 100%;
        padding-top: 20px;
    }

    .point_sale_system .right>h4,
    .queue_management .left>h4,
    .web_odering .bottom .left>h4,
    .marchants_app .right>h4,
    .kitchem_display_system .left>h4,
    .customer_display .bottom>h4 {
        font-size: 24px;
        letter-spacing: 2px;
        padding-left: 64px;
        margin: 0 0 20px 10px;
        line-height: 32px;
        max-width: 345px;
    }

    /*.point_sale_system .right > h4::before, .queue_management .left > h4::before, .web_odering .bottom .left h4::before, .marchants_app .right h4::before, .kitchem_display_system .left h4::before, .customer_display .bottom h4::before {
        top: 4px;
        width: 30px;
        height: 22px;
    }*/
    .point_sale_system .desc,
    .queue_management .desc,
    .web_odering .desc,
    .marchants_app .desc,
    .kitchem_display_system .desc,
    .customer_display .bottom .desc {
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        color: #6C6C6C;
        font-weight: 600;
        margin: 0 0 20px 10px;
        max-width: 350px;
        width: auto;
        letter-spacing: 1px;
    }

    .point_sale_system .features {
        padding-top: 20px;
    }

    .point_sale_system .features h4,
    .queue_management .features h4,
    .web_odering .features h4,
    .customer_display .features h4,
    .marchants_app .features h4,
    .kitchem_display_system .features h4 {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 0 0 15px 20px;
    }

    .point_sale_system .features table td,
    .queue_management .features table td,
    .customer_display table td,
    .web_odering .bottom table td,
    .marchants_app table td,
    .kitchem_display_system table td {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 1px;
        padding: 1px 10px 1px 20px;
        font-weight: bold;
    }

    .queue_management {
        flex-direction: column-reverse;
    }

    .queue_management .trusted_left_hand {
        width: 100px;
        height: 400px;
        background-size: 490px;
    }

    .queue_management .left>h4 {
        width: auto;
    }

    .queue_management .features,
    .marchants_app .features,
    .kitchem_display_system .features {
        padding-top: 23px;
    }

    /*.queue_management .features h4,.queue_management .main_btn {
        margin-left: 0px;
    }*/
    .queue_management .features table {
        margin: 0px 0 21px 0px;
    }

    .queue_management .right {
        margin: 97px 0 0 0;
        padding: 0 0 20px;
    }

    .web_odering,
    .customer_display {
        padding: 90px 15px 60px;
    }

    .web_odering .warely_backlogo {
        top: 29px;
    }

    .web_odering .top {
        height: 400px;
    }

    .web_odering .top img {
        height: auto;
    }

    .point_sale_system .left::before,
    .queue_management .right::before,
    .web_odering .top::before,
    .marchants_app .right::before,
    .kitchem_display_system .right::before,
    .customer_display .bottom .left::before {
        bottom: 20px;
        width: 61px;
        height: 115px;
        font-size: 160px;
    }

    .queue_management .right::before {
        left: 0;
        right: 0;
        bottom: auto;
        top: -95px;
        width: 97px;
    }

    .web_odering .top::before {
        left: 0;
        right: 0;
        bottom: 2px;
        width: 100px;
    }

    .marchants_app .right::before {
        bottom: auto;
        top: 50px;
        width: 118px;
    }

    .kitchem_display_system .right::before {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100px;
        top: auto;
    }

    .customer_display .bottom .left::before {
        left: 0;
        right: 0;
        bottom: auto;
        width: 108px;
        height: 115px;
        top: -20px;
    }

    .web_odering .bottom,
    .customer_display .bottom {
        padding: 40px 0px 0;
        flex-wrap: wrap;
    }

    .web_odering .bottom .left,
    .web_odering .bottom .right,
    .marchants_app .left,
    .marchants_app .right,
    .customer_display .bottom .right,
    .customer_display .bottom .left {
        width: 100%;
    }

    .web_odering .bottom .right {
        padding-top: 30px;
    }

    /*.web_odering .desc, .customer_display .bottom .desc {
        margin: 0 0 30px;
    }*/
    .marchants_app,
    .kitchem_display_system {
        padding: 30px 15px;
        flex-wrap: wrap;
    }

    .marchants_app .left {
        padding-right: 0;
        text-align: center;
    }

    .marchants_app .right {
        padding-top: 0;
        margin: 0;
        max-width: 100%;
    }

    .marchants_app .right h4 {
        margin-bottom: 20px;
    }

    /*.marchants_app .desc {
        margin: 0 0 0px;
    }*/
    .marchants_app .vendor_right_hand {
        right: -20px;
    }

    .kitchem_display_system {
        flex-direction: column-reverse;
    }

    .kitchem_display_system .right {
        margin: 0px 0 0 0px;
        position: relative;
    }

    .kitchem_display_system .left {
        padding-top: 50px;
    }

    .kitchem_display_system .left>h4 {
        padding-left: 50px;
        padding-right: 40px;
    }

    .kitchem_display_system .desc {
        margin-left: 10px;
    }

    .kitchem_display_system .main_btn {
        margin-left: 0;
    }

    .customer_display .bottom .left {
        padding: 0px 0 0 0;
    }

    .customer_display .bottom .right {
        padding: 30px 0 0;
    }

    .custom_solution {
        padding: 60px 0 60px;
        margin: 0 0 60px;
    }

    .custom_solution h4 {
        font-size: 24px !important;
        letter-spacing: 2px !important;
        line-height: 33px;
        padding: 0 25px 20px;
        text-align: left !important;
        max-width: 260px;
        margin: 0;
    }

    .custom_solution h4>span:nth-child(2) {
        padding-left: 0px;
    }

    .wrap_custom {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrap_custom .left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .wrap_custom .right {
        float: none;
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        padding: 0 10px 20px;
        font-weight: 600;
    }

    .custom_solution .main_btn {
        height: 58px;
        line-height: 58px;
        padding: 0 15px 0 25px;
        margin: -42px 0 0 30px;
    }

    .custom_solution::after {
        width: 150px;
        height: 200px;
        background-size: 270px;
    }

    .point_sale_system .main_btn a span,
    .queue_management .main_btn a span,
    .web_odering .main_btn a span,
    .marchants_app .main_btn a span,
    .kitchem_display_system .main_btn a span,
    .customer_display .main_btn a span,
    .custom_solution .main_btn a span,
    .soft_checkout .main_btn a span {
        padding-right: 35px;
        font-size: 13px;
    }

    .custom_solution .main_btn::after {
        width: 36px;
    }


    .soft_checkout {
        padding: 60px 0 60px;
        margin: 0 0 100px;
    }

    .soft_checkout .heading {
        font-size: 15px;
    }

    .soft_checkout .heading>div {
        font-size: 55px;
        letter-spacing: 16px;
    }

    .soft_checkout .heading h4 {
        font-size: 40px;
        letter-spacing: 8px;
    }

    .soft_checkout .main_btn {
        height: 64px;
        line-height: 64px;
        max-width: 270px;
        bottom: -30px;
        padding: 0 0 0 50px;
    }

    .posts_soft {
        padding: 70px 15px 70px;
    }

    .posts_soft h2 {
        font-size: 18px;
        letter-spacing: 6px;
        margin: 0 0 20px;
        text-align: center;
    }

    .posts_soft ul li {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        max-width: 345px;
    }

    .posts_soft ul li:nth-child(3n) {
        margin: 0 auto;
    }

    .posts_soft .slick-list {
        max-width: 375px;
        margin: 0 auto !important;
    }

    /*******new-changes************************/
    .point_sale_system .main_btn span::before,
    .queue_management .main_btn span::before,
    .web_odering .main_btn span::before,
    .marchants_app .main_btn span::before,
    .customer_display .main_btn span::before,
    .custom_solution .main_btn span::before,
    .soft_checkout .main_btn a span::before {
        background: url("../images/sprite.png") no-repeat 3px -31px;
        background-size: 300px;
    }

    .kitchem_display_system::before {
        bottom: 250px;
        height: 170px;
        background-size: 770px;
    }

    .marchants_app .vendor_right_hand {
        top: auto;
        bottom: 0;
        width: 150px;
        display: none;
    }

    html .custom_solution .main_btn span {
        font-size: 11px;
        padding-right: 20px;
    }

    .custom_solution .main_btn span::before {
        background-size: 250px;
        background-position: -4px -26px;
        height: 14px;
        width: 14px;
    }

    .queue_management .trusted_left_hand {
        width: 67px;
        top: 480px;
        display: none;
    }

    /*.queue_management .features h4 {
	    font-size: 16px;
	}*/
    .web_odering .warely_backlogo {
        background-size: 90%;
        height: 80px;
        top: 40px;
        left: 0;
    }

    .point_sale_system .main_btn,
    .queue_management .main_btn,
    .web_odering .main_btn,
    .marchants_app .main_btn,
    .kitchem_display_system .main_btn,
    .customer_display .main_btn {
        height: 48px;
        line-height: 48px;
        padding: 0 25px 0 30px;
        margin: 0 0 0 20px;
    }

    .point_sale_system .main_btn span,
    .queue_management .main_btn span,
    .web_odering .main_btn span,
    .marchants_app .main_btn span,
    .kitchem_display_system .main_btn span,
    .customer_display .main_btn span,
    .custom_solution .main_btn span,
    .soft_checkout .main_btn span {
        padding-right: 48px;
        font-size: 13px;
    }

    .kitchem_display_system .main_btn {
        max-width: 170px;
    }

    /*.customer_display .main_btn {
	    height: 64px;
	    line-height: 64px;
	}*/
    .mobile-img,
    .mobile-btn {
        display: block;
    }

    .desktop-img,
    .desktop-btn {
        display: none;
    }

    /*******new-changes************************/
    /*******19-07-2021******/
    .point_sale_system .right>h4::after,
    .queue_management .left>h4::after,
    .web_odering .bottom .left>h4::after,
    .marchants_app .right>h4::after,
    .kitchem_display_system .left>h4::after,
    .customer_display .bottom>h4::after {
        content: "1";
        position: absolute;
        right: 30px;
        top: -30px;
        bottom: 0;
        font-size: 136px;
        font-weight: 900;
        -webkit-text-stroke: #AEAEAE 1px;
        -webkit-text-fill-color: transparent;
        width: 60px;
        height: 98px;
        line-height: 0.72;
        z-index: -1;
    }

    .queue_management .left>h4::after {
        content: "2";
    }

    .web_odering .bottom .left>h4::after {
        content: "3";
    }

    .marchants_app .right>h4::after {
        content: "4";
        width: 80px;
    }

    .kitchem_display_system .left>h4::after {
        content: "5";
    }

    .customer_display .bottom>h4::after {
        content: "6";
    }

    .point_sale_system .mobile-img .img-wrap-common,
    .web_odering .mobile-img .img-wrap-common {
        left: -100px;
    }

    .queue_management .mobile-img .img-wrap-common,
    .kitchem_display_system .mobile-img .img-wrap-common {
        right: -100px;
    }

    .point_sale_system .features table,
    .queue_management .features table,
    .customer_display table,
    .web_odering .bottom table,
    .marchants_app table,
    .kitchem_display_system table {
        margin: 0 0 21px;
    }

    .web_odering .warely_backlogo,
    .marchants_app .right::before,
    .kitchem_display_system::before,
    .customer_display .bottom .left::before,
    .customer_display .main_btn::before {
        display: none;
    }

    .web_odering .desc {
        margin-top: 40px;
    }

    .custom_solution::before {
        left: 0;
        right: 0;
    }

    .soft_checkout::after {
        left: 15px;
        top: -37px;
        width: 76px;
        height: 76px;
        background-size: 76px;
    }

    .marchants_app .mobile-img {
        text-align: center;
    }

    /*******19-07-2021******/
    h4.mobile-title {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .banner_content>div {
        bottom: -92px;
        padding: 40px 15px 40px 15px;
        font-size: 14px;
        max-width: 93%;
    }

    .kitchem_display_system table {
        margin-left: 0;
    }

    .wrap_custom .left {
        width: 50%;
        float: left;
    }

    .wrap_custom .left img {
        width: 416px !important;
        height: 242px;
    }

    .wrap_custom .right {
        float: right;
        width: 45%;
        padding: 10px 10px 0;
    }

    .custom_solution .main_btn {
        margin: -45px 0 0 25%;
    }

    .custom_solution::after {
        width: 200px;
        height: 260px;
        background-size: 350px;
    }

    .queue_management .trusted_left_hand {
        width: 81px;
        top: auto;
        bottom: 250px;
    }

    .queue_management .features h4 {
        font-size: 20px;
    }

    .web_odering .warely_backlogo {
        background-size: 100%;
        height: 120px;
        top: 40px;
        left: 0;
    }

    .web_odering {
        padding: 160px 15px 30px;
    }
}

/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

**/