@media (max-width:1440px){
    .working-section .content-box {
        margin: 50px 50px 50px 140px;
    }
    .appie-download-area::before {
        right: 50px;
    }
}
@media (max-width:1024px){
    .appie-header-main-menu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .appie-header-main-menu nav.header-navbar {
        padding: 30px;
        padding-bottom: 0;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: #002f86;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    nav.header-navbar ul {
        margin: 10px 0 0;
        display: block;
    }
    nav.header-navbar ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .appie-header-main-menu ul > li > a {
        font-size: 20px;
        width: 100%;
        justify-content: space-between;
    }
    html.menu-show .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: rgb(0 0 0 / 50%);
    }
    html.menu-show {
        overflow: hidden;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
        background-color: var(--dark);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
        background-color: var(--dark);
    }
    .menu-show .appie-header-main-menu {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .menu-show nav.header-navbar ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .appie-header-main-menu ul > li {
        margin: 0;
    }
    .appie-btn-box a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .header-logo img {
        max-width: 180px;
    }
    .appie-header-main-menu ul > li:hover > .sub-menu {
        display: none;
    }
    .appie-header-main-menu ul > li:hover > .sub-menu {
        opacity: 1;
        transform: translatey(0);
        visibility: visible;
    }
    .appie-header-main-menu ul > li.submenu_active > .sub-menu {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 15px;
    }
    .appie-header-main-menu ul > li .sub-menu li a {
        font-size: 16px;
    }
    .appie-header-main-menu .footer-widget-info ul > li > a {
        line-height: normal;
        font-size: 16px;
        color: #FFF;
        margin: 0;
    }
    .appie-header-main-menu .footer-widget-info ul > li {
        display: block;
        padding-bottom: 14px;
        padding-top: 14px;
        padding-left: 20px;
        padding-right: 10px;
        background-color: #ea5b28;
        margin-bottom: 8px;
    }
    .appie-header-main-menu .footer-widget-info ul > li:last-child {
        margin-bottom: 0;
    }
    .appie-header-main-menu .footer-widget-info ul > li > a i {
        font-size: 20px;
        padding: 0;
        color: #FFF;
    }
    .appie-header-main-menu .footer-widget-info {
        margin-top: auto;
        margin-bottom: 0;
        display: block;
    }
    .working-section .content-box {
        margin: 40px 20px 40px 20px;
        padding: 35px;
    }
    .working-section .tab-btns li h4 {
        font-size: 18px;
    }
    .processing-block-one .inner-box {
        padding: 40px 30px;
    }
    section.appie-download-area.pt-150.pb-150 {
        padding: 110px 0px !important;
    }
    .appie-features-content .title {
        font-size: 27px;
        line-height: 130%;
    }
    .appie-features-content p {
        font-size: 16px;
        line-height: 150%;
    }
    .testimonial-section .testimonial-inner .inner-box .text p {
        font-size: 22px;
        line-height: 150%;
    }
    .testimonial-section .testimonial-inner .inner-box .icon-box {
        margin-bottom: 8px;
    }
    .testimonial-section .testimonial-inner .inner-box .text {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box .name {
        font-size: 20px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box .author-thumb {
        width: 60px;
        height: 60px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box {
        padding: 0px 0px 30px 80px;
    }
    .testimonial-section .news-inner {
        padding: 80px 40px;
    }
    .testimonial-section h3 a {
        font-size: 19px;
        margin-bottom: 0px;
    }
    .testimonial-section .sidbar-news p{
        font-size: 15px;
    }
    .appie-signup-box {
        padding: 60px;
        margin-bottom: -100px;
    }
    .appie-footer-area.appie-footer-about-area {
        padding-top: 150px;
    }
    .appie-signup-area.appie-signup-8-area.pt-100 {
        padding-top: 50px;
    }
    .footer-about-widget {
        padding-right: 30px;
    }
    .footer-copyright {
        padding-top: 30px;
        margin-top: 60px;
    }
    .appie-footer-area {
        padding-bottom: 30px;
    }
    .appie-download-content ul li a span span {
        font-size: 18px;
    }
    .appie-single-service-2 {
        padding: 35px;
        min-height: 470px;
    }
    .page-template-careers .appie-single-service a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .appie-single-service .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .appie-single-service .appie-title {
        font-weight: 700;
        padding-top: 10px;
        font-size: 19px;
    }
    .solution_to_delivery .appie-single-service {
        min-height: 240px;
    }
    .page-template-careers p {
        font-size: 15px;
    }
    .footer-widget-info {
        display: block;
    }
    .appie-error-content .title {
        font-size: 40px;
    }
    .appie-error-content span {
        font-size: 40px;
    }
    .footer-copyright .devlopby_text, .footer-copyright .copyright-text p {
        font-size: 14px;
    }
    .footer-copyright .apps-download-btn ul li a {
        font-size: 14px;
        padding: 0 18px;
    }
    .footer-copyright .apps-download-btn ul li {
        margin-right: 2px;
    }
    .py-85 {
        padding: 80px 0 !important;
    }
    .service-block-two .inner-box {
        padding: 134px 25px 30px 25px;
        min-height: 430px;
    }
    .service-block-two .inner-box p {
        font-size: 14px;
    }
    .service-block-two .inner-box h3 {
        font-size: 20px;
    }
    .service-block-two .inner-box .icon-box a {
        width: 45px;
        height: 45px;
    }
    section#service .appie-section-title.mb-50 {
        padding: 0;
    }
    .appie-team-10-area .appie-about-8-box {
        padding: 50px 25px;
    }
    .service-block-two .inner-box.revenue_loss_box h3 {
        font-size: 20px;
    }
    .jobs_position .appie-single-service .appie-title {
        padding-top: 0px;
    }
    .contact--info-area h3 {
        font-size: 28px;
    }
    .chooseus_content {
        padding-left: 30px;
    }
    .bp-meta a {
        font-size: 14px;
        margin-right: 10px;
    }
    .b-post-details h3 {
        font-size: 22px;
    }
    .banner-carousel .slide-item {
        height: 70vh;
    }
}
@media (min-width:992px) and (max-width:1199px){
}
@media (max-width:991px){
    .header-logo img {
        max-width: 170px;
    }
    .appie-traffic-area.appie-traffic-9-area .traffic-thumb.traffic-thumb-right figure, .appie-traffic-9-area .traffic-thumb.traffic-thumb-left figure ,.appie-traffic-9-area .traffic-thumb.traffic-thumb-right figure {
        height: 450px;
        margin-bottom: 30px;
    }
    .col_reverce {
        order: -1;
    }
    .appie-traffic-area.appie-traffic-9-area .traffic-thumb.traffic-thumb-right {
        margin-left: 0px;
    }
    .m_scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
        display: flex;
    }
    .m_scroll::-webkit-scrollbar {
        height: 0.4em;
    }
    .m_scroll::-webkit-scrollbar-thumb {
        background-color: #cccccc;
    }
    .working-section .tab-btns {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .appie-download-area::before{
        display: none;
    }
    section.appie-download-area.pt-150.pb-150 {
        padding: 80px 0px !important;
    }
    .appie-download-content ul li a i {
        font-size: 20px;
    }
    .appie-download-content ul li a span span {
        font-size: 16px;
    }
    .appie-download-content ul li a {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .testimonial-section .testimonial-inner {
        padding: 80px 70px;
    }
    .testimonial-section .testimonial-inner .testimonial-content {
        max-width: 100%;
    }
    .testimonial-section .testimonial-inner .inner-box .text p {
        font-size: 18px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box .author-thumb {
        width: 40px;
        height: 40px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box {
        padding: 0px 0px 0px 50px;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box .name {
        font-size: 19px;
        line-height: 180%;
    }
    .testimonial-section .testimonial-inner .inner-box .author-box .designation {
        font-size: 14px;
    }
    .testimonial-section:before {
        width: 100%;
        height: 58%;
        top: auto;
        right: 0px;
        left: 0;
        bottom: 0;
    }
    .testimonial-section .testimonial-inner, .testimonial-section .news-inner {
        width: 100%;
    }
    .testimonial-section .news-inner .news-content {
        max-width: 100%;
    }
    .testimonial-section .sidbar-news .single-item {
        margin-bottom: 48px;
    }
    .appie-signup-box {
        padding: 50px 30px;
    }
    .appie-signup-box .title {
        font-size: 40px;
    }
    .contact-section {
        padding: 50px 0;
    }
    .contact--info-area h3 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 6px;
    }
    .contact--info-area > p {
        line-height: 22px;
        margin-bottom: 14px;
        font-size: 14px;
        padding-bottom: 14px;
    }
    .single-info h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .single-info p {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .single-info {
        margin-bottom: 18px;
    }
    .contact--info-area .single-info a {
        margin-bottom: 4px;
    }
    .ab-social a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        margin-right: 2px;
    }
    .contact-form {
        padding: 30px 20px;
    }
    .contact-form h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .contact-form p {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 12px;
    }
    .contact-form input, .contact-form textarea{
        height: 46px;
        padding: 0 18px;
        margin-bottom: 10px;
    }
    .contact-form textarea {
        height: 150px;
        padding: 18px;
    }
    .condition-check {
        margin: 7px 0 0;
    }
    .contact-form input[type=submit] {
        height: 42px;
        padding: 0 20px;
        font-size: 16px;
        min-width: 140px;
        margin: 0;
    }
    .bisylms-map iframe {
        height: 380px;
    }
    .contact--info-area {
        margin-right: 0;
    }
    .ab-social h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .custompolicy {
        padding-top: 40px;
    }
    .custompolicy h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 0px 0px 8px;
    }
    .custompolicy p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .custompolicy ul li a {
        font-size: 15px;
    }
    .working-section .tab-btn-box {
    position: relative;
    display: block;
    margin: 0 -15px;
    height: 100%;
}
    .appie-footer-area ul.menu .menu-item {
        margin-bottom: 8px;
    }
    .appie-header-main-menu .footer-widget-info ul > li > a {
        font-size: 15px;
    }
    .appie-header-main-menu .footer-widget-info ul > li > a i {
        font-size: 18px;
    }
    .appie-header-main-menu ul li.menu-item-has-children > a:after {
        width: 9px;
        height: 9px;
    }
    .newsletter_form input[type="email"] {
        width: 400px !important;
    }
    .py-100 {
        padding: 80px 0 !important;
    }
    .appie-single-service-2 {
        min-height: 400px;
    }
    .solution_to_delivery .appie-single-service {
        min-height: auto;
    }
    .appie-team-10-area .appie-section-title .appie-title{
        font-size: 33px;
    }
    .appie-team-10-area .appie-about-8-box {
        min-height: 350px;
    }
    .step_box {
        padding: 30px 20px 60px 20px;
        min-height: 180px;
    }
    .step_box:hover {
        padding: 60px 20px 30px 20px;
    }
    .services_sec .sec-title-two h3 {
        font-size: 31px;
    }
    input[type="file"] {
        height: 65px !important;
        padding: 20px !important;
    }
    .single-info p br{
        display: none;
    }
    .post-thumb {
        height: 350px;
    }
    #customproblem .service-block-two .inner-box.revenue_loss_box {
        min-height: 215px;
    }
    .chooseus-carousel .item {
        height: 500px;
    }
    .appie-traffic-9-area .chooseus-carousel .traffic-thumb.traffic-thumb-left figure {
        height: 500px;
    }
    .chooseus_content {
        padding-left: 20px;
        margin-top: 40px;
    }
    .bisylms-pagination a, .bisylms-pagination span {
        font-size: 15px;
        width: 45px;
        height: 45px;
    }
    .banner-carousel .slide-item {
        height: 53vh;
    }
}
@media (max-width:767px){
    .header-logo img {
        max-width: 130px;
    }
    .navbar-toggle {
        margin-left: 0px;
    }
    .appie-btn-box a {
        padding: 8px 15px;
        font-size: 13px;
    }
    .banner-carousel .slide-item {
        padding-bottom: 20px;
        height: 26vh;
    }
    .banner-carousel .content-box .btn-box .theme-btn {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px 30px;
        line-height: 150%;
    }
    .py-85 {
        padding: 60px 0 !important;
    }
    .appie-traffic-area.appie-traffic-9-area .traffic-thumb.traffic-thumb-right figure, .appie-traffic-9-area .traffic-thumb.traffic-thumb-left figure ,.appie-traffic-9-area .traffic-thumb.traffic-thumb-right figure {
        height: 250px;
    }
    .appie-traffic-title.appie-traffic-9-title span {
        font-size: 13px;
    }
    .appie-traffic-title.appie-traffic-9-title p {
        margin-top: 20px;
        font-size: 14px;
    }
    .py-100 {
        padding: 60px 0 !important;
    }
    .m_scroll {
        flex-wrap: wrap;
        overflow-x: unset;
        display: block;
    }
    .working-section .content-box {
        margin: 40px 0px 40px 0px;
        padding: 30px;
    }
    .working-section .content-box img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .working-section .content-box h3 {
        padding-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .working-section .content-box p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .working-section .tab-btns li h4 {
        font-size: 15px;
    }
    .working-section .tab-btns li span {
        width: 70px;
    }
    .working-section .tab-btns li {
        padding: 15px 20px 15px 90px;
    }
    section.appie-download-area.pt-150.pb-150 {
        padding: 70px 0px !important;
    }
    .appie-download-content p {
        font-size: 15px;
    }
    .appie-download-content ul li a {
        margin-bottom: 5px;
    }
    .appie-download-content ul li a i {
        font-size: 15px;
    }
    .appie-download-content ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .appie-download-content ul li a span {
        font-size: 12px;
    }
    .appie-features-area {
        padding-top: 70px;
    }
    .appie-features-content .title {
        font-size: 22px;
    }
    .appie-features-thumb {
        height: 200px;
        width: 100%;
    }
    .appie-features-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .testimonial-section .testimonial-inner {
        padding: 60px 20px;
    }
    .testimonial-section .news-inner {
        padding: 60px 20px;
    }
    .testimonial-section .single-item .img-holder {
        width: 80px;
        height: 80px;
    }
    .testimonial-section .sidbar-news .single-item {
        margin-bottom: 28px;
        padding: 0px 0px 10px 100px;
    }
    .testimonial-section h3 a {
        font-size: 17px;
        line-height: 130%;
    }
    .testimonial-section .sidbar-news p {
        font-size: 14px;
        line-height: 150%;
    }
    .testimonial-section:before {
        height: 60%;
    }
    .appie-signup-box .title {
        font-size: 28px;
    }
    .appie-signup-box span {
        font-size: 11px;
    }
    .newsletter_form input[type="email"] {
        line-height: 45px !important;
        padding-left: 20px !important;
        font-size: 13px !important;
        width: 170px !important;
    }
    .newsletter_form input[type="submit"] {
        line-height: 45px !important;
        padding: 0 20px !important;
        font-size: 13px !important;
    }
    .appie-signup-box {
        padding: 40px 25px;
    }
    .appie-footer-area.appie-footer-about-area {
        padding-top: 120px;
    }
    .copyright-text p {
        font-size: 13px;
    }
    .footer-copyright {
        padding-top: 30px;
        margin-top: 40px;
    }
    .process-section .pattern-layer .pattern-2 {
        display: none;
    }
    .appie-page-title-area {
        height: 200px;
    }
    .appie-page-title-item nav ol li {
        font-size: 14px;
    }
    .appie-page-title-item nav {
        margin-top: 10px;
    }
    .page-template-about .appie-single-service-2 {
        min-height: auto;
    }
    .appie-traffic-service .title {
        font-size: 16px;
    }
    .page-template-careers .contact-form {
        margin-top: 20px;
    }
    .contact-form {
        padding: 35px 20px;
    }
    .contact-form h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .appie-services-2-area .appie-section-title {
        padding-bottom: 0;
    }
    .contact-form input, .contact-form textarea {
        font-size: 13px;
    }
    .contact-form input[type=submit] {
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        margin-top: 5px;
    }
    .ab-social a {
        width: 34px;
        height: 34px;
    }
    .contact-form label {
        font-size: 14px;
    }
    input[type="file"] {
        height: 56px;
        font-size: 13px;
        padding: 10px 20px;
    }
    .appie-download-area .download-shape-1 img ,.appie-download-area .download-shape-2 img ,.appie-download-area .download-shape-3 img {
        width: 40px;
        height: 40px;
    }
    .single-info {
        margin-bottom: 10px;
    }
    .contact--info-area {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-form .text-right {
        text-align: center !important;
    }
    .condition-check {
        margin: 0px 0 14px;
    }
    .contact-section {
        padding: 40px 0;
    }
    .custompolicy h3 {
        font-size: 22px;
        line-height: 28px;
        padding: 0px 0px 6px;
    }
    .custompolicy p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .custompolicy ul li a {
        font-size: 14px;
    }
    .custompolicy ul li a i {
        height: 18px;
        width: 18px;
        font-size: 10px;
        line-height: 18px;
    }
    .custompolicy ul {
        margin-bottom: 0;
    }
    .appie-footer-area ul.menu .menu-item a {
        font-size: 15px;
    }
    .working-section .tab-btn-box {
        margin: 0 -15px;
    }
    .processing-block-one .inner-box h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .appie-header-area {
        padding-right: 10px;
    }
    .appie-header-main-menu ul > li .sub-menu li a {
        font-size: 15px;
    }
    .appie-header-main-menu ul > li .sub-menu {
        padding: 14px;
    }
    .appie-header-main-menu ul > li .sub-menu > li {
        margin-bottom: 10px;
    }
    .appie-footer-area ul.menu .menu-item {
        margin-bottom: 6px;
    }
    .footer-navigation .title {
        margin-bottom: 10px;
    }
    .footer-widget-info,
    .footer-navigation {
        margin-top: 20px;
    }
    .footer-about-widget .social.mt-30 {
        margin-top: 14px;
    }
    .appie-error-content .title {
        font-size: 23px;
    }
    .appie-error-content span {
        font-size: 30px;
        padding-top: 15px;
    }
    .appie-error-content p {
        line-height: 150%;
        font-size: 14px;
        padding: 0;
    }
    .appie-error-content a {
        line-height: 40px;
        padding: 0 25px;
        font-size: 14px;
    }
    .appie-error-area {
        padding-top: 70px;
    }
    .appie-error-area img {
        width: 220px;
        height: 220px;
        object-fit: contain;
    }
    .footer-copyright .devlopby_text, .footer-copyright .copyright-text p {
        font-size: 13px;
    }
    .footer-copyright .apps-download-btn ul li a {
        font-size: 13px;
        padding: 0 15px;
    }    
    .appie-single-service-2 {
        min-height: auto;
    }
    .services_sec .sec-title-two h3 {
        font-size: 27px;
    }
    .services_sec .sec-title-two p {
        font-size: 14px;
    }
    .service-block-two .inner-box {
        padding: 125px 25px 30px 25px;
        min-height: 360px;
    }
    .services_sec .sec-title-two.mb-50 {
        margin-bottom: 30px;
    }
    .back-to-top a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .appie-team-10-area .appie-section-title .appie-title {
        font-size: 25px;
    }
    .appie-team-10-area .appie-about-8-box {
        min-height: auto;
    }
    .appie-team-10-area .appie-about-8-box .thumb {
        display: none;
    }
    .steps_sec .appie-traffic-title h3 {
        font-size: 24px;
    }
    .step_box {
        min-height: auto;
    }
    .steps_sec .row .col-md-4:nth-last-child(-n + 3) .step_box {
        margin-bottom: 30px;
    }
    .steps_sec .row .col-md-4:last-child .step_box {
        margin-bottom: 00px;
    }
    .main-btn {
        padding: 0 25px;
        font-size: 14px;
        line-height: 40px;
    }
    .jobs_position .appie-single-service {
        display: block;
        text-align: center;
    }
    .jobs_position .appie-single-service .appie-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
    #jobapp {
        margin-top: 30px;
    }
    form.wpcf7-form .row.mt-5 {
        margin-top: 30px !important;
    }
    .post-thumb {
        height: 250px;
    }
    .bisylms-pagination a, .bisylms-pagination span {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }
    .b-post-details a.read-more {
        margin-top: 10px;
    }
    .article-title {
        font-size: 25px;
        margin: 0 0 10px;
    }
    .single-post-area p {
        margin: 0 0 15px;
        font-size: 15px;
    }
    .single_b-post-details {
        margin: 20px 0px;
    }
    .step_box.recivialble_box:before{
        display: none;
    }
    .service-block-two .inner-box.revenue_loss_box .icon-box {
        width: 75px;
        height: 75px;
        padding: 10px 15px 10px 15px;
    }
    .services_sec .owl-dots {
        margin-top: 15px;
    }
    #customproblem .service-block-two .inner-box.revenue_loss_box {
        min-height: auto;
    }
    .service-block-two .inner-box.revenue_loss_box {
        padding: 30px 30px 60px 30px;
        margin: 0px 0 65px 0px;
    }
    .services_sec .row .col-lg-4.col-md-6:nth-last-child(-n + 3) .inner-box.revenue_loss_box {
        margin-bottom: 65px;
    }
    .services_sec .row .col-lg-4.col-md-6:last-child .inner-box.revenue_loss_box {
        margin-bottom: 40px;
    }
    .service-block-two .inner-box.revenue_loss_box h3 {
        font-size: 19px;
        padding: 0;
        margin-bottom: 10px;
    }
    .chooseus-carousel .item {
        height: 350px;
    }
    .appie-traffic-9-area .chooseus-carousel .traffic-thumb.traffic-thumb-left figure {
        height: 350px;
    }
    .chooseus-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 30px;
        left: 10px;
    }
    .chooseus-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .chooseus_content {
        margin-top: 35px;
    }
}


@media (max-width:320px){
    .appie-btn-box a {
        padding: 8px 10px;
        font-size: 13px;
    }
    .newsletter_form input[type="email"] {
        width: 150px !important;
        margin-right: 5px !important;
    }
}